@import url(https://fonts.googleapis.com/css?family=Caveat&display=swap);@charset "UTF-8";

/**
 * master.scss
 * Imports all files from abstracts, base, components, layout, pages & vendor
 * @author Ainsley Clark
 * @author URL:   https://www.ainsleyclark.com
 * @author email: info@ainsleyclark.com
 */

/* ====================
    Vendor
    ==================== */

/*
 * mesh v1.0.0 (https://meshcss.com)
 * Copyright 2018-2019 meshCSS
 * MIT License (https://github.com/ainsleyclark/mesh/blob/master/LICENSE)
 */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.m-9 {
  margin: 7.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7.5rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}

.m-11 {
  margin: 12.5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 12.5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 12.5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 12.5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 12.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-9 {
  padding: 7.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7.5rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10rem !important;
}

.p-11 {
  padding: 12.5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 12.5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 12.5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 12.5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 12.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 568px) {
  .m-mob-0 {
    margin: 0 !important;
  }

  .mt-mob-0,
  .my-mob-0 {
    margin-top: 0 !important;
  }

  .mr-mob-0,
  .mx-mob-0 {
    margin-right: 0 !important;
  }

  .mb-mob-0,
  .my-mob-0 {
    margin-bottom: 0 !important;
  }

  .ml-mob-0,
  .mx-mob-0 {
    margin-left: 0 !important;
  }

  .m-mob-1 {
    margin: 0.5rem !important;
  }

  .mt-mob-1,
  .my-mob-1 {
    margin-top: 0.5rem !important;
  }

  .mr-mob-1,
  .mx-mob-1 {
    margin-right: 0.5rem !important;
  }

  .mb-mob-1,
  .my-mob-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-mob-1,
  .mx-mob-1 {
    margin-left: 0.5rem !important;
  }

  .m-mob-2 {
    margin: 0.75rem !important;
  }

  .mt-mob-2,
  .my-mob-2 {
    margin-top: 0.75rem !important;
  }

  .mr-mob-2,
  .mx-mob-2 {
    margin-right: 0.75rem !important;
  }

  .mb-mob-2,
  .my-mob-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-mob-2,
  .mx-mob-2 {
    margin-left: 0.75rem !important;
  }

  .m-mob-3 {
    margin: 1rem !important;
  }

  .mt-mob-3,
  .my-mob-3 {
    margin-top: 1rem !important;
  }

  .mr-mob-3,
  .mx-mob-3 {
    margin-right: 1rem !important;
  }

  .mb-mob-3,
  .my-mob-3 {
    margin-bottom: 1rem !important;
  }

  .ml-mob-3,
  .mx-mob-3 {
    margin-left: 1rem !important;
  }

  .m-mob-4 {
    margin: 2rem !important;
  }

  .mt-mob-4,
  .my-mob-4 {
    margin-top: 2rem !important;
  }

  .mr-mob-4,
  .mx-mob-4 {
    margin-right: 2rem !important;
  }

  .mb-mob-4,
  .my-mob-4 {
    margin-bottom: 2rem !important;
  }

  .ml-mob-4,
  .mx-mob-4 {
    margin-left: 2rem !important;
  }

  .m-mob-5 {
    margin: 3rem !important;
  }

  .mt-mob-5,
  .my-mob-5 {
    margin-top: 3rem !important;
  }

  .mr-mob-5,
  .mx-mob-5 {
    margin-right: 3rem !important;
  }

  .mb-mob-5,
  .my-mob-5 {
    margin-bottom: 3rem !important;
  }

  .ml-mob-5,
  .mx-mob-5 {
    margin-left: 3rem !important;
  }

  .m-mob-6 {
    margin: 4rem !important;
  }

  .mt-mob-6,
  .my-mob-6 {
    margin-top: 4rem !important;
  }

  .mr-mob-6,
  .mx-mob-6 {
    margin-right: 4rem !important;
  }

  .mb-mob-6,
  .my-mob-6 {
    margin-bottom: 4rem !important;
  }

  .ml-mob-6,
  .mx-mob-6 {
    margin-left: 4rem !important;
  }

  .m-mob-7 {
    margin: 5rem !important;
  }

  .mt-mob-7,
  .my-mob-7 {
    margin-top: 5rem !important;
  }

  .mr-mob-7,
  .mx-mob-7 {
    margin-right: 5rem !important;
  }

  .mb-mob-7,
  .my-mob-7 {
    margin-bottom: 5rem !important;
  }

  .ml-mob-7,
  .mx-mob-7 {
    margin-left: 5rem !important;
  }

  .m-mob-9 {
    margin: 7.5rem !important;
  }

  .mt-mob-9,
  .my-mob-9 {
    margin-top: 7.5rem !important;
  }

  .mr-mob-9,
  .mx-mob-9 {
    margin-right: 7.5rem !important;
  }

  .mb-mob-9,
  .my-mob-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-mob-9,
  .mx-mob-9 {
    margin-left: 7.5rem !important;
  }

  .m-mob-10 {
    margin: 10rem !important;
  }

  .mt-mob-10,
  .my-mob-10 {
    margin-top: 10rem !important;
  }

  .mr-mob-10,
  .mx-mob-10 {
    margin-right: 10rem !important;
  }

  .mb-mob-10,
  .my-mob-10 {
    margin-bottom: 10rem !important;
  }

  .ml-mob-10,
  .mx-mob-10 {
    margin-left: 10rem !important;
  }

  .m-mob-11 {
    margin: 12.5rem !important;
  }

  .mt-mob-11,
  .my-mob-11 {
    margin-top: 12.5rem !important;
  }

  .mr-mob-11,
  .mx-mob-11 {
    margin-right: 12.5rem !important;
  }

  .mb-mob-11,
  .my-mob-11 {
    margin-bottom: 12.5rem !important;
  }

  .ml-mob-11,
  .mx-mob-11 {
    margin-left: 12.5rem !important;
  }

  .m-mob-auto {
    margin: auto !important;
  }

  .mt-mob-auto,
  .my-mob-auto {
    margin-top: auto !important;
  }

  .mr-mob-auto,
  .mx-mob-auto {
    margin-right: auto !important;
  }

  .mb-mob-auto,
  .my-mob-auto {
    margin-bottom: auto !important;
  }

  .ml-mob-auto,
  .mx-mob-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 568px) {
  .p-mob-0 {
    padding: 0 !important;
  }

  .pt-mob-0,
  .py-mob-0 {
    padding-top: 0 !important;
  }

  .pr-mob-0,
  .px-mob-0 {
    padding-right: 0 !important;
  }

  .pb-mob-0,
  .py-mob-0 {
    padding-bottom: 0 !important;
  }

  .pl-mob-0,
  .px-mob-0 {
    padding-left: 0 !important;
  }

  .p-mob-1 {
    padding: 0.5rem !important;
  }

  .pt-mob-1,
  .py-mob-1 {
    padding-top: 0.5rem !important;
  }

  .pr-mob-1,
  .px-mob-1 {
    padding-right: 0.5rem !important;
  }

  .pb-mob-1,
  .py-mob-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-mob-1,
  .px-mob-1 {
    padding-left: 0.5rem !important;
  }

  .p-mob-2 {
    padding: 0.75rem !important;
  }

  .pt-mob-2,
  .py-mob-2 {
    padding-top: 0.75rem !important;
  }

  .pr-mob-2,
  .px-mob-2 {
    padding-right: 0.75rem !important;
  }

  .pb-mob-2,
  .py-mob-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-mob-2,
  .px-mob-2 {
    padding-left: 0.75rem !important;
  }

  .p-mob-3 {
    padding: 1rem !important;
  }

  .pt-mob-3,
  .py-mob-3 {
    padding-top: 1rem !important;
  }

  .pr-mob-3,
  .px-mob-3 {
    padding-right: 1rem !important;
  }

  .pb-mob-3,
  .py-mob-3 {
    padding-bottom: 1rem !important;
  }

  .pl-mob-3,
  .px-mob-3 {
    padding-left: 1rem !important;
  }

  .p-mob-4 {
    padding: 2rem !important;
  }

  .pt-mob-4,
  .py-mob-4 {
    padding-top: 2rem !important;
  }

  .pr-mob-4,
  .px-mob-4 {
    padding-right: 2rem !important;
  }

  .pb-mob-4,
  .py-mob-4 {
    padding-bottom: 2rem !important;
  }

  .pl-mob-4,
  .px-mob-4 {
    padding-left: 2rem !important;
  }

  .p-mob-5 {
    padding: 3rem !important;
  }

  .pt-mob-5,
  .py-mob-5 {
    padding-top: 3rem !important;
  }

  .pr-mob-5,
  .px-mob-5 {
    padding-right: 3rem !important;
  }

  .pb-mob-5,
  .py-mob-5 {
    padding-bottom: 3rem !important;
  }

  .pl-mob-5,
  .px-mob-5 {
    padding-left: 3rem !important;
  }

  .p-mob-6 {
    padding: 4rem !important;
  }

  .pt-mob-6,
  .py-mob-6 {
    padding-top: 4rem !important;
  }

  .pr-mob-6,
  .px-mob-6 {
    padding-right: 4rem !important;
  }

  .pb-mob-6,
  .py-mob-6 {
    padding-bottom: 4rem !important;
  }

  .pl-mob-6,
  .px-mob-6 {
    padding-left: 4rem !important;
  }

  .p-mob-7 {
    padding: 5rem !important;
  }

  .pt-mob-7,
  .py-mob-7 {
    padding-top: 5rem !important;
  }

  .pr-mob-7,
  .px-mob-7 {
    padding-right: 5rem !important;
  }

  .pb-mob-7,
  .py-mob-7 {
    padding-bottom: 5rem !important;
  }

  .pl-mob-7,
  .px-mob-7 {
    padding-left: 5rem !important;
  }

  .p-mob-9 {
    padding: 7.5rem !important;
  }

  .pt-mob-9,
  .py-mob-9 {
    padding-top: 7.5rem !important;
  }

  .pr-mob-9,
  .px-mob-9 {
    padding-right: 7.5rem !important;
  }

  .pb-mob-9,
  .py-mob-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-mob-9,
  .px-mob-9 {
    padding-left: 7.5rem !important;
  }

  .p-mob-10 {
    padding: 10rem !important;
  }

  .pt-mob-10,
  .py-mob-10 {
    padding-top: 10rem !important;
  }

  .pr-mob-10,
  .px-mob-10 {
    padding-right: 10rem !important;
  }

  .pb-mob-10,
  .py-mob-10 {
    padding-bottom: 10rem !important;
  }

  .pl-mob-10,
  .px-mob-10 {
    padding-left: 10rem !important;
  }

  .p-mob-11 {
    padding: 12.5rem !important;
  }

  .pt-mob-11,
  .py-mob-11 {
    padding-top: 12.5rem !important;
  }

  .pr-mob-11,
  .px-mob-11 {
    padding-right: 12.5rem !important;
  }

  .pb-mob-11,
  .py-mob-11 {
    padding-bottom: 12.5rem !important;
  }

  .pl-mob-11,
  .px-mob-11 {
    padding-left: 12.5rem !important;
  }

  .m-mob-auto {
    margin: auto !important;
  }

  .mt-mob-auto,
  .my-mob-auto {
    margin-top: auto !important;
  }

  .mr-mob-auto,
  .mx-mob-auto {
    margin-right: auto !important;
  }

  .mb-mob-auto,
  .my-mob-auto {
    margin-bottom: auto !important;
  }

  .ml-mob-auto,
  .mx-mob-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-tab-0 {
    margin: 0 !important;
  }

  .mt-tab-0,
  .my-tab-0 {
    margin-top: 0 !important;
  }

  .mr-tab-0,
  .mx-tab-0 {
    margin-right: 0 !important;
  }

  .mb-tab-0,
  .my-tab-0 {
    margin-bottom: 0 !important;
  }

  .ml-tab-0,
  .mx-tab-0 {
    margin-left: 0 !important;
  }

  .m-tab-1 {
    margin: 0.5rem !important;
  }

  .mt-tab-1,
  .my-tab-1 {
    margin-top: 0.5rem !important;
  }

  .mr-tab-1,
  .mx-tab-1 {
    margin-right: 0.5rem !important;
  }

  .mb-tab-1,
  .my-tab-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-tab-1,
  .mx-tab-1 {
    margin-left: 0.5rem !important;
  }

  .m-tab-2 {
    margin: 0.75rem !important;
  }

  .mt-tab-2,
  .my-tab-2 {
    margin-top: 0.75rem !important;
  }

  .mr-tab-2,
  .mx-tab-2 {
    margin-right: 0.75rem !important;
  }

  .mb-tab-2,
  .my-tab-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-tab-2,
  .mx-tab-2 {
    margin-left: 0.75rem !important;
  }

  .m-tab-3 {
    margin: 1rem !important;
  }

  .mt-tab-3,
  .my-tab-3 {
    margin-top: 1rem !important;
  }

  .mr-tab-3,
  .mx-tab-3 {
    margin-right: 1rem !important;
  }

  .mb-tab-3,
  .my-tab-3 {
    margin-bottom: 1rem !important;
  }

  .ml-tab-3,
  .mx-tab-3 {
    margin-left: 1rem !important;
  }

  .m-tab-4 {
    margin: 2rem !important;
  }

  .mt-tab-4,
  .my-tab-4 {
    margin-top: 2rem !important;
  }

  .mr-tab-4,
  .mx-tab-4 {
    margin-right: 2rem !important;
  }

  .mb-tab-4,
  .my-tab-4 {
    margin-bottom: 2rem !important;
  }

  .ml-tab-4,
  .mx-tab-4 {
    margin-left: 2rem !important;
  }

  .m-tab-5 {
    margin: 3rem !important;
  }

  .mt-tab-5,
  .my-tab-5 {
    margin-top: 3rem !important;
  }

  .mr-tab-5,
  .mx-tab-5 {
    margin-right: 3rem !important;
  }

  .mb-tab-5,
  .my-tab-5 {
    margin-bottom: 3rem !important;
  }

  .ml-tab-5,
  .mx-tab-5 {
    margin-left: 3rem !important;
  }

  .m-tab-6 {
    margin: 4rem !important;
  }

  .mt-tab-6,
  .my-tab-6 {
    margin-top: 4rem !important;
  }

  .mr-tab-6,
  .mx-tab-6 {
    margin-right: 4rem !important;
  }

  .mb-tab-6,
  .my-tab-6 {
    margin-bottom: 4rem !important;
  }

  .ml-tab-6,
  .mx-tab-6 {
    margin-left: 4rem !important;
  }

  .m-tab-7 {
    margin: 5rem !important;
  }

  .mt-tab-7,
  .my-tab-7 {
    margin-top: 5rem !important;
  }

  .mr-tab-7,
  .mx-tab-7 {
    margin-right: 5rem !important;
  }

  .mb-tab-7,
  .my-tab-7 {
    margin-bottom: 5rem !important;
  }

  .ml-tab-7,
  .mx-tab-7 {
    margin-left: 5rem !important;
  }

  .m-tab-9 {
    margin: 7.5rem !important;
  }

  .mt-tab-9,
  .my-tab-9 {
    margin-top: 7.5rem !important;
  }

  .mr-tab-9,
  .mx-tab-9 {
    margin-right: 7.5rem !important;
  }

  .mb-tab-9,
  .my-tab-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-tab-9,
  .mx-tab-9 {
    margin-left: 7.5rem !important;
  }

  .m-tab-10 {
    margin: 10rem !important;
  }

  .mt-tab-10,
  .my-tab-10 {
    margin-top: 10rem !important;
  }

  .mr-tab-10,
  .mx-tab-10 {
    margin-right: 10rem !important;
  }

  .mb-tab-10,
  .my-tab-10 {
    margin-bottom: 10rem !important;
  }

  .ml-tab-10,
  .mx-tab-10 {
    margin-left: 10rem !important;
  }

  .m-tab-11 {
    margin: 12.5rem !important;
  }

  .mt-tab-11,
  .my-tab-11 {
    margin-top: 12.5rem !important;
  }

  .mr-tab-11,
  .mx-tab-11 {
    margin-right: 12.5rem !important;
  }

  .mb-tab-11,
  .my-tab-11 {
    margin-bottom: 12.5rem !important;
  }

  .ml-tab-11,
  .mx-tab-11 {
    margin-left: 12.5rem !important;
  }

  .m-tab-auto {
    margin: auto !important;
  }

  .mt-tab-auto,
  .my-tab-auto {
    margin-top: auto !important;
  }

  .mr-tab-auto,
  .mx-tab-auto {
    margin-right: auto !important;
  }

  .mb-tab-auto,
  .my-tab-auto {
    margin-bottom: auto !important;
  }

  .ml-tab-auto,
  .mx-tab-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-tab-0 {
    padding: 0 !important;
  }

  .pt-tab-0,
  .py-tab-0 {
    padding-top: 0 !important;
  }

  .pr-tab-0,
  .px-tab-0 {
    padding-right: 0 !important;
  }

  .pb-tab-0,
  .py-tab-0 {
    padding-bottom: 0 !important;
  }

  .pl-tab-0,
  .px-tab-0 {
    padding-left: 0 !important;
  }

  .p-tab-1 {
    padding: 0.5rem !important;
  }

  .pt-tab-1,
  .py-tab-1 {
    padding-top: 0.5rem !important;
  }

  .pr-tab-1,
  .px-tab-1 {
    padding-right: 0.5rem !important;
  }

  .pb-tab-1,
  .py-tab-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-tab-1,
  .px-tab-1 {
    padding-left: 0.5rem !important;
  }

  .p-tab-2 {
    padding: 0.75rem !important;
  }

  .pt-tab-2,
  .py-tab-2 {
    padding-top: 0.75rem !important;
  }

  .pr-tab-2,
  .px-tab-2 {
    padding-right: 0.75rem !important;
  }

  .pb-tab-2,
  .py-tab-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-tab-2,
  .px-tab-2 {
    padding-left: 0.75rem !important;
  }

  .p-tab-3 {
    padding: 1rem !important;
  }

  .pt-tab-3,
  .py-tab-3 {
    padding-top: 1rem !important;
  }

  .pr-tab-3,
  .px-tab-3 {
    padding-right: 1rem !important;
  }

  .pb-tab-3,
  .py-tab-3 {
    padding-bottom: 1rem !important;
  }

  .pl-tab-3,
  .px-tab-3 {
    padding-left: 1rem !important;
  }

  .p-tab-4 {
    padding: 2rem !important;
  }

  .pt-tab-4,
  .py-tab-4 {
    padding-top: 2rem !important;
  }

  .pr-tab-4,
  .px-tab-4 {
    padding-right: 2rem !important;
  }

  .pb-tab-4,
  .py-tab-4 {
    padding-bottom: 2rem !important;
  }

  .pl-tab-4,
  .px-tab-4 {
    padding-left: 2rem !important;
  }

  .p-tab-5 {
    padding: 3rem !important;
  }

  .pt-tab-5,
  .py-tab-5 {
    padding-top: 3rem !important;
  }

  .pr-tab-5,
  .px-tab-5 {
    padding-right: 3rem !important;
  }

  .pb-tab-5,
  .py-tab-5 {
    padding-bottom: 3rem !important;
  }

  .pl-tab-5,
  .px-tab-5 {
    padding-left: 3rem !important;
  }

  .p-tab-6 {
    padding: 4rem !important;
  }

  .pt-tab-6,
  .py-tab-6 {
    padding-top: 4rem !important;
  }

  .pr-tab-6,
  .px-tab-6 {
    padding-right: 4rem !important;
  }

  .pb-tab-6,
  .py-tab-6 {
    padding-bottom: 4rem !important;
  }

  .pl-tab-6,
  .px-tab-6 {
    padding-left: 4rem !important;
  }

  .p-tab-7 {
    padding: 5rem !important;
  }

  .pt-tab-7,
  .py-tab-7 {
    padding-top: 5rem !important;
  }

  .pr-tab-7,
  .px-tab-7 {
    padding-right: 5rem !important;
  }

  .pb-tab-7,
  .py-tab-7 {
    padding-bottom: 5rem !important;
  }

  .pl-tab-7,
  .px-tab-7 {
    padding-left: 5rem !important;
  }

  .p-tab-9 {
    padding: 7.5rem !important;
  }

  .pt-tab-9,
  .py-tab-9 {
    padding-top: 7.5rem !important;
  }

  .pr-tab-9,
  .px-tab-9 {
    padding-right: 7.5rem !important;
  }

  .pb-tab-9,
  .py-tab-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-tab-9,
  .px-tab-9 {
    padding-left: 7.5rem !important;
  }

  .p-tab-10 {
    padding: 10rem !important;
  }

  .pt-tab-10,
  .py-tab-10 {
    padding-top: 10rem !important;
  }

  .pr-tab-10,
  .px-tab-10 {
    padding-right: 10rem !important;
  }

  .pb-tab-10,
  .py-tab-10 {
    padding-bottom: 10rem !important;
  }

  .pl-tab-10,
  .px-tab-10 {
    padding-left: 10rem !important;
  }

  .p-tab-11 {
    padding: 12.5rem !important;
  }

  .pt-tab-11,
  .py-tab-11 {
    padding-top: 12.5rem !important;
  }

  .pr-tab-11,
  .px-tab-11 {
    padding-right: 12.5rem !important;
  }

  .pb-tab-11,
  .py-tab-11 {
    padding-bottom: 12.5rem !important;
  }

  .pl-tab-11,
  .px-tab-11 {
    padding-left: 12.5rem !important;
  }

  .m-tab-auto {
    margin: auto !important;
  }

  .mt-tab-auto,
  .my-tab-auto {
    margin-top: auto !important;
  }

  .mr-tab-auto,
  .mx-tab-auto {
    margin-right: auto !important;
  }

  .mb-tab-auto,
  .my-tab-auto {
    margin-bottom: auto !important;
  }

  .ml-tab-auto,
  .mx-tab-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1025px) {
  .m-desk-0 {
    margin: 0 !important;
  }

  .mt-desk-0,
  .my-desk-0 {
    margin-top: 0 !important;
  }

  .mr-desk-0,
  .mx-desk-0 {
    margin-right: 0 !important;
  }

  .mb-desk-0,
  .my-desk-0 {
    margin-bottom: 0 !important;
  }

  .ml-desk-0,
  .mx-desk-0 {
    margin-left: 0 !important;
  }

  .m-desk-1 {
    margin: 0.5rem !important;
  }

  .mt-desk-1,
  .my-desk-1 {
    margin-top: 0.5rem !important;
  }

  .mr-desk-1,
  .mx-desk-1 {
    margin-right: 0.5rem !important;
  }

  .mb-desk-1,
  .my-desk-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-desk-1,
  .mx-desk-1 {
    margin-left: 0.5rem !important;
  }

  .m-desk-2 {
    margin: 0.75rem !important;
  }

  .mt-desk-2,
  .my-desk-2 {
    margin-top: 0.75rem !important;
  }

  .mr-desk-2,
  .mx-desk-2 {
    margin-right: 0.75rem !important;
  }

  .mb-desk-2,
  .my-desk-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-desk-2,
  .mx-desk-2 {
    margin-left: 0.75rem !important;
  }

  .m-desk-3 {
    margin: 1rem !important;
  }

  .mt-desk-3,
  .my-desk-3 {
    margin-top: 1rem !important;
  }

  .mr-desk-3,
  .mx-desk-3 {
    margin-right: 1rem !important;
  }

  .mb-desk-3,
  .my-desk-3 {
    margin-bottom: 1rem !important;
  }

  .ml-desk-3,
  .mx-desk-3 {
    margin-left: 1rem !important;
  }

  .m-desk-4 {
    margin: 2rem !important;
  }

  .mt-desk-4,
  .my-desk-4 {
    margin-top: 2rem !important;
  }

  .mr-desk-4,
  .mx-desk-4 {
    margin-right: 2rem !important;
  }

  .mb-desk-4,
  .my-desk-4 {
    margin-bottom: 2rem !important;
  }

  .ml-desk-4,
  .mx-desk-4 {
    margin-left: 2rem !important;
  }

  .m-desk-5 {
    margin: 3rem !important;
  }

  .mt-desk-5,
  .my-desk-5 {
    margin-top: 3rem !important;
  }

  .mr-desk-5,
  .mx-desk-5 {
    margin-right: 3rem !important;
  }

  .mb-desk-5,
  .my-desk-5 {
    margin-bottom: 3rem !important;
  }

  .ml-desk-5,
  .mx-desk-5 {
    margin-left: 3rem !important;
  }

  .m-desk-6 {
    margin: 4rem !important;
  }

  .mt-desk-6,
  .my-desk-6 {
    margin-top: 4rem !important;
  }

  .mr-desk-6,
  .mx-desk-6 {
    margin-right: 4rem !important;
  }

  .mb-desk-6,
  .my-desk-6 {
    margin-bottom: 4rem !important;
  }

  .ml-desk-6,
  .mx-desk-6 {
    margin-left: 4rem !important;
  }

  .m-desk-7 {
    margin: 5rem !important;
  }

  .mt-desk-7,
  .my-desk-7 {
    margin-top: 5rem !important;
  }

  .mr-desk-7,
  .mx-desk-7 {
    margin-right: 5rem !important;
  }

  .mb-desk-7,
  .my-desk-7 {
    margin-bottom: 5rem !important;
  }

  .ml-desk-7,
  .mx-desk-7 {
    margin-left: 5rem !important;
  }

  .m-desk-9 {
    margin: 7.5rem !important;
  }

  .mt-desk-9,
  .my-desk-9 {
    margin-top: 7.5rem !important;
  }

  .mr-desk-9,
  .mx-desk-9 {
    margin-right: 7.5rem !important;
  }

  .mb-desk-9,
  .my-desk-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-desk-9,
  .mx-desk-9 {
    margin-left: 7.5rem !important;
  }

  .m-desk-10 {
    margin: 10rem !important;
  }

  .mt-desk-10,
  .my-desk-10 {
    margin-top: 10rem !important;
  }

  .mr-desk-10,
  .mx-desk-10 {
    margin-right: 10rem !important;
  }

  .mb-desk-10,
  .my-desk-10 {
    margin-bottom: 10rem !important;
  }

  .ml-desk-10,
  .mx-desk-10 {
    margin-left: 10rem !important;
  }

  .m-desk-11 {
    margin: 12.5rem !important;
  }

  .mt-desk-11,
  .my-desk-11 {
    margin-top: 12.5rem !important;
  }

  .mr-desk-11,
  .mx-desk-11 {
    margin-right: 12.5rem !important;
  }

  .mb-desk-11,
  .my-desk-11 {
    margin-bottom: 12.5rem !important;
  }

  .ml-desk-11,
  .mx-desk-11 {
    margin-left: 12.5rem !important;
  }

  .m-desk-auto {
    margin: auto !important;
  }

  .mt-desk-auto,
  .my-desk-auto {
    margin-top: auto !important;
  }

  .mr-desk-auto,
  .mx-desk-auto {
    margin-right: auto !important;
  }

  .mb-desk-auto,
  .my-desk-auto {
    margin-bottom: auto !important;
  }

  .ml-desk-auto,
  .mx-desk-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1025px) {
  .p-desk-0 {
    padding: 0 !important;
  }

  .pt-desk-0,
  .py-desk-0 {
    padding-top: 0 !important;
  }

  .pr-desk-0,
  .px-desk-0 {
    padding-right: 0 !important;
  }

  .pb-desk-0,
  .py-desk-0 {
    padding-bottom: 0 !important;
  }

  .pl-desk-0,
  .px-desk-0 {
    padding-left: 0 !important;
  }

  .p-desk-1 {
    padding: 0.5rem !important;
  }

  .pt-desk-1,
  .py-desk-1 {
    padding-top: 0.5rem !important;
  }

  .pr-desk-1,
  .px-desk-1 {
    padding-right: 0.5rem !important;
  }

  .pb-desk-1,
  .py-desk-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-desk-1,
  .px-desk-1 {
    padding-left: 0.5rem !important;
  }

  .p-desk-2 {
    padding: 0.75rem !important;
  }

  .pt-desk-2,
  .py-desk-2 {
    padding-top: 0.75rem !important;
  }

  .pr-desk-2,
  .px-desk-2 {
    padding-right: 0.75rem !important;
  }

  .pb-desk-2,
  .py-desk-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-desk-2,
  .px-desk-2 {
    padding-left: 0.75rem !important;
  }

  .p-desk-3 {
    padding: 1rem !important;
  }

  .pt-desk-3,
  .py-desk-3 {
    padding-top: 1rem !important;
  }

  .pr-desk-3,
  .px-desk-3 {
    padding-right: 1rem !important;
  }

  .pb-desk-3,
  .py-desk-3 {
    padding-bottom: 1rem !important;
  }

  .pl-desk-3,
  .px-desk-3 {
    padding-left: 1rem !important;
  }

  .p-desk-4 {
    padding: 2rem !important;
  }

  .pt-desk-4,
  .py-desk-4 {
    padding-top: 2rem !important;
  }

  .pr-desk-4,
  .px-desk-4 {
    padding-right: 2rem !important;
  }

  .pb-desk-4,
  .py-desk-4 {
    padding-bottom: 2rem !important;
  }

  .pl-desk-4,
  .px-desk-4 {
    padding-left: 2rem !important;
  }

  .p-desk-5 {
    padding: 3rem !important;
  }

  .pt-desk-5,
  .py-desk-5 {
    padding-top: 3rem !important;
  }

  .pr-desk-5,
  .px-desk-5 {
    padding-right: 3rem !important;
  }

  .pb-desk-5,
  .py-desk-5 {
    padding-bottom: 3rem !important;
  }

  .pl-desk-5,
  .px-desk-5 {
    padding-left: 3rem !important;
  }

  .p-desk-6 {
    padding: 4rem !important;
  }

  .pt-desk-6,
  .py-desk-6 {
    padding-top: 4rem !important;
  }

  .pr-desk-6,
  .px-desk-6 {
    padding-right: 4rem !important;
  }

  .pb-desk-6,
  .py-desk-6 {
    padding-bottom: 4rem !important;
  }

  .pl-desk-6,
  .px-desk-6 {
    padding-left: 4rem !important;
  }

  .p-desk-7 {
    padding: 5rem !important;
  }

  .pt-desk-7,
  .py-desk-7 {
    padding-top: 5rem !important;
  }

  .pr-desk-7,
  .px-desk-7 {
    padding-right: 5rem !important;
  }

  .pb-desk-7,
  .py-desk-7 {
    padding-bottom: 5rem !important;
  }

  .pl-desk-7,
  .px-desk-7 {
    padding-left: 5rem !important;
  }

  .p-desk-9 {
    padding: 7.5rem !important;
  }

  .pt-desk-9,
  .py-desk-9 {
    padding-top: 7.5rem !important;
  }

  .pr-desk-9,
  .px-desk-9 {
    padding-right: 7.5rem !important;
  }

  .pb-desk-9,
  .py-desk-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-desk-9,
  .px-desk-9 {
    padding-left: 7.5rem !important;
  }

  .p-desk-10 {
    padding: 10rem !important;
  }

  .pt-desk-10,
  .py-desk-10 {
    padding-top: 10rem !important;
  }

  .pr-desk-10,
  .px-desk-10 {
    padding-right: 10rem !important;
  }

  .pb-desk-10,
  .py-desk-10 {
    padding-bottom: 10rem !important;
  }

  .pl-desk-10,
  .px-desk-10 {
    padding-left: 10rem !important;
  }

  .p-desk-11 {
    padding: 12.5rem !important;
  }

  .pt-desk-11,
  .py-desk-11 {
    padding-top: 12.5rem !important;
  }

  .pr-desk-11,
  .px-desk-11 {
    padding-right: 12.5rem !important;
  }

  .pb-desk-11,
  .py-desk-11 {
    padding-bottom: 12.5rem !important;
  }

  .pl-desk-11,
  .px-desk-11 {
    padding-left: 12.5rem !important;
  }

  .m-desk-auto {
    margin: auto !important;
  }

  .mt-desk-auto,
  .my-desk-auto {
    margin-top: auto !important;
  }

  .mr-desk-auto,
  .mx-desk-auto {
    margin-right: auto !important;
  }

  .mb-desk-auto,
  .my-desk-auto {
    margin-bottom: auto !important;
  }

  .ml-desk-auto,
  .mx-desk-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1408px) {
  .m-hd-0 {
    margin: 0 !important;
  }

  .mt-hd-0,
  .my-hd-0 {
    margin-top: 0 !important;
  }

  .mr-hd-0,
  .mx-hd-0 {
    margin-right: 0 !important;
  }

  .mb-hd-0,
  .my-hd-0 {
    margin-bottom: 0 !important;
  }

  .ml-hd-0,
  .mx-hd-0 {
    margin-left: 0 !important;
  }

  .m-hd-1 {
    margin: 0.5rem !important;
  }

  .mt-hd-1,
  .my-hd-1 {
    margin-top: 0.5rem !important;
  }

  .mr-hd-1,
  .mx-hd-1 {
    margin-right: 0.5rem !important;
  }

  .mb-hd-1,
  .my-hd-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-hd-1,
  .mx-hd-1 {
    margin-left: 0.5rem !important;
  }

  .m-hd-2 {
    margin: 0.75rem !important;
  }

  .mt-hd-2,
  .my-hd-2 {
    margin-top: 0.75rem !important;
  }

  .mr-hd-2,
  .mx-hd-2 {
    margin-right: 0.75rem !important;
  }

  .mb-hd-2,
  .my-hd-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-hd-2,
  .mx-hd-2 {
    margin-left: 0.75rem !important;
  }

  .m-hd-3 {
    margin: 1rem !important;
  }

  .mt-hd-3,
  .my-hd-3 {
    margin-top: 1rem !important;
  }

  .mr-hd-3,
  .mx-hd-3 {
    margin-right: 1rem !important;
  }

  .mb-hd-3,
  .my-hd-3 {
    margin-bottom: 1rem !important;
  }

  .ml-hd-3,
  .mx-hd-3 {
    margin-left: 1rem !important;
  }

  .m-hd-4 {
    margin: 2rem !important;
  }

  .mt-hd-4,
  .my-hd-4 {
    margin-top: 2rem !important;
  }

  .mr-hd-4,
  .mx-hd-4 {
    margin-right: 2rem !important;
  }

  .mb-hd-4,
  .my-hd-4 {
    margin-bottom: 2rem !important;
  }

  .ml-hd-4,
  .mx-hd-4 {
    margin-left: 2rem !important;
  }

  .m-hd-5 {
    margin: 3rem !important;
  }

  .mt-hd-5,
  .my-hd-5 {
    margin-top: 3rem !important;
  }

  .mr-hd-5,
  .mx-hd-5 {
    margin-right: 3rem !important;
  }

  .mb-hd-5,
  .my-hd-5 {
    margin-bottom: 3rem !important;
  }

  .ml-hd-5,
  .mx-hd-5 {
    margin-left: 3rem !important;
  }

  .m-hd-6 {
    margin: 4rem !important;
  }

  .mt-hd-6,
  .my-hd-6 {
    margin-top: 4rem !important;
  }

  .mr-hd-6,
  .mx-hd-6 {
    margin-right: 4rem !important;
  }

  .mb-hd-6,
  .my-hd-6 {
    margin-bottom: 4rem !important;
  }

  .ml-hd-6,
  .mx-hd-6 {
    margin-left: 4rem !important;
  }

  .m-hd-7 {
    margin: 5rem !important;
  }

  .mt-hd-7,
  .my-hd-7 {
    margin-top: 5rem !important;
  }

  .mr-hd-7,
  .mx-hd-7 {
    margin-right: 5rem !important;
  }

  .mb-hd-7,
  .my-hd-7 {
    margin-bottom: 5rem !important;
  }

  .ml-hd-7,
  .mx-hd-7 {
    margin-left: 5rem !important;
  }

  .m-hd-9 {
    margin: 7.5rem !important;
  }

  .mt-hd-9,
  .my-hd-9 {
    margin-top: 7.5rem !important;
  }

  .mr-hd-9,
  .mx-hd-9 {
    margin-right: 7.5rem !important;
  }

  .mb-hd-9,
  .my-hd-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-hd-9,
  .mx-hd-9 {
    margin-left: 7.5rem !important;
  }

  .m-hd-10 {
    margin: 10rem !important;
  }

  .mt-hd-10,
  .my-hd-10 {
    margin-top: 10rem !important;
  }

  .mr-hd-10,
  .mx-hd-10 {
    margin-right: 10rem !important;
  }

  .mb-hd-10,
  .my-hd-10 {
    margin-bottom: 10rem !important;
  }

  .ml-hd-10,
  .mx-hd-10 {
    margin-left: 10rem !important;
  }

  .m-hd-11 {
    margin: 12.5rem !important;
  }

  .mt-hd-11,
  .my-hd-11 {
    margin-top: 12.5rem !important;
  }

  .mr-hd-11,
  .mx-hd-11 {
    margin-right: 12.5rem !important;
  }

  .mb-hd-11,
  .my-hd-11 {
    margin-bottom: 12.5rem !important;
  }

  .ml-hd-11,
  .mx-hd-11 {
    margin-left: 12.5rem !important;
  }

  .m-hd-auto {
    margin: auto !important;
  }

  .mt-hd-auto,
  .my-hd-auto {
    margin-top: auto !important;
  }

  .mr-hd-auto,
  .mx-hd-auto {
    margin-right: auto !important;
  }

  .mb-hd-auto,
  .my-hd-auto {
    margin-bottom: auto !important;
  }

  .ml-hd-auto,
  .mx-hd-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1408px) {
  .p-hd-0 {
    padding: 0 !important;
  }

  .pt-hd-0,
  .py-hd-0 {
    padding-top: 0 !important;
  }

  .pr-hd-0,
  .px-hd-0 {
    padding-right: 0 !important;
  }

  .pb-hd-0,
  .py-hd-0 {
    padding-bottom: 0 !important;
  }

  .pl-hd-0,
  .px-hd-0 {
    padding-left: 0 !important;
  }

  .p-hd-1 {
    padding: 0.5rem !important;
  }

  .pt-hd-1,
  .py-hd-1 {
    padding-top: 0.5rem !important;
  }

  .pr-hd-1,
  .px-hd-1 {
    padding-right: 0.5rem !important;
  }

  .pb-hd-1,
  .py-hd-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-hd-1,
  .px-hd-1 {
    padding-left: 0.5rem !important;
  }

  .p-hd-2 {
    padding: 0.75rem !important;
  }

  .pt-hd-2,
  .py-hd-2 {
    padding-top: 0.75rem !important;
  }

  .pr-hd-2,
  .px-hd-2 {
    padding-right: 0.75rem !important;
  }

  .pb-hd-2,
  .py-hd-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-hd-2,
  .px-hd-2 {
    padding-left: 0.75rem !important;
  }

  .p-hd-3 {
    padding: 1rem !important;
  }

  .pt-hd-3,
  .py-hd-3 {
    padding-top: 1rem !important;
  }

  .pr-hd-3,
  .px-hd-3 {
    padding-right: 1rem !important;
  }

  .pb-hd-3,
  .py-hd-3 {
    padding-bottom: 1rem !important;
  }

  .pl-hd-3,
  .px-hd-3 {
    padding-left: 1rem !important;
  }

  .p-hd-4 {
    padding: 2rem !important;
  }

  .pt-hd-4,
  .py-hd-4 {
    padding-top: 2rem !important;
  }

  .pr-hd-4,
  .px-hd-4 {
    padding-right: 2rem !important;
  }

  .pb-hd-4,
  .py-hd-4 {
    padding-bottom: 2rem !important;
  }

  .pl-hd-4,
  .px-hd-4 {
    padding-left: 2rem !important;
  }

  .p-hd-5 {
    padding: 3rem !important;
  }

  .pt-hd-5,
  .py-hd-5 {
    padding-top: 3rem !important;
  }

  .pr-hd-5,
  .px-hd-5 {
    padding-right: 3rem !important;
  }

  .pb-hd-5,
  .py-hd-5 {
    padding-bottom: 3rem !important;
  }

  .pl-hd-5,
  .px-hd-5 {
    padding-left: 3rem !important;
  }

  .p-hd-6 {
    padding: 4rem !important;
  }

  .pt-hd-6,
  .py-hd-6 {
    padding-top: 4rem !important;
  }

  .pr-hd-6,
  .px-hd-6 {
    padding-right: 4rem !important;
  }

  .pb-hd-6,
  .py-hd-6 {
    padding-bottom: 4rem !important;
  }

  .pl-hd-6,
  .px-hd-6 {
    padding-left: 4rem !important;
  }

  .p-hd-7 {
    padding: 5rem !important;
  }

  .pt-hd-7,
  .py-hd-7 {
    padding-top: 5rem !important;
  }

  .pr-hd-7,
  .px-hd-7 {
    padding-right: 5rem !important;
  }

  .pb-hd-7,
  .py-hd-7 {
    padding-bottom: 5rem !important;
  }

  .pl-hd-7,
  .px-hd-7 {
    padding-left: 5rem !important;
  }

  .p-hd-9 {
    padding: 7.5rem !important;
  }

  .pt-hd-9,
  .py-hd-9 {
    padding-top: 7.5rem !important;
  }

  .pr-hd-9,
  .px-hd-9 {
    padding-right: 7.5rem !important;
  }

  .pb-hd-9,
  .py-hd-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-hd-9,
  .px-hd-9 {
    padding-left: 7.5rem !important;
  }

  .p-hd-10 {
    padding: 10rem !important;
  }

  .pt-hd-10,
  .py-hd-10 {
    padding-top: 10rem !important;
  }

  .pr-hd-10,
  .px-hd-10 {
    padding-right: 10rem !important;
  }

  .pb-hd-10,
  .py-hd-10 {
    padding-bottom: 10rem !important;
  }

  .pl-hd-10,
  .px-hd-10 {
    padding-left: 10rem !important;
  }

  .p-hd-11 {
    padding: 12.5rem !important;
  }

  .pt-hd-11,
  .py-hd-11 {
    padding-top: 12.5rem !important;
  }

  .pr-hd-11,
  .px-hd-11 {
    padding-right: 12.5rem !important;
  }

  .pb-hd-11,
  .py-hd-11 {
    padding-bottom: 12.5rem !important;
  }

  .pl-hd-11,
  .px-hd-11 {
    padding-left: 12.5rem !important;
  }

  .m-hd-auto {
    margin: auto !important;
  }

  .mt-hd-auto,
  .my-hd-auto {
    margin-top: auto !important;
  }

  .mr-hd-auto,
  .mx-hd-auto {
    margin-right: auto !important;
  }

  .mb-hd-auto,
  .my-hd-auto {
    margin-bottom: auto !important;
  }

  .ml-hd-auto,
  .mx-hd-auto {
    margin-left: auto !important;
  }
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 568px) {
  .p-mob-relative {
    position: relative !important;
  }

  .p-mob-absolute {
    position: absolute !important;
  }

  .p-mob-fixed {
    position: fixed !important;
  }

  .p-mob-static {
    position: static !important;
  }

  .p-mob-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .p-tab-relative {
    position: relative !important;
  }

  .p-tab-absolute {
    position: absolute !important;
  }

  .p-tab-fixed {
    position: fixed !important;
  }

  .p-tab-static {
    position: static !important;
  }

  .p-tab-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1025px) {
  .p-desk-relative {
    position: relative !important;
  }

  .p-desk-absolute {
    position: absolute !important;
  }

  .p-desk-fixed {
    position: fixed !important;
  }

  .p-desk-static {
    position: static !important;
  }

  .p-desk-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1408px) {
  .p-hd-relative {
    position: relative !important;
  }

  .p-hd-absolute {
    position: absolute !important;
  }

  .p-hd-fixed {
    position: fixed !important;
  }

  .p-hd-static {
    position: static !important;
  }

  .p-hd-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

.pin-t {
  top: 0 !important;
}

.pin-r {
  right: 0 !important;
}

.pin-b {
  bottom: 0 !important;
}

.pin-l {
  left: 0 !important;
}

.pin-y {
  top: 0 !important;
  bottom: 0 !important;
}

.pin-x {
  right: 0 !important;
  left: 0 !important;
}

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.pin-none {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 568px) {
  .w-mob-10 {
    width: 10% !important;
  }

  .w-mob-20 {
    width: 20% !important;
  }

  .w-mob-30 {
    width: 30% !important;
  }

  .w-mob-40 {
    width: 40% !important;
  }

  .w-mob-50 {
    width: 50% !important;
  }

  .w-mob-60 {
    width: 60% !important;
  }

  .w-mob-70 {
    width: 70% !important;
  }

  .w-mob-80 {
    width: 80% !important;
  }

  .w-mob-90 {
    width: 90% !important;
  }

  .w-mob-100 {
    width: 100% !important;
  }

  .w-mob-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .w-tab-10 {
    width: 10% !important;
  }

  .w-tab-20 {
    width: 20% !important;
  }

  .w-tab-30 {
    width: 30% !important;
  }

  .w-tab-40 {
    width: 40% !important;
  }

  .w-tab-50 {
    width: 50% !important;
  }

  .w-tab-60 {
    width: 60% !important;
  }

  .w-tab-70 {
    width: 70% !important;
  }

  .w-tab-80 {
    width: 80% !important;
  }

  .w-tab-90 {
    width: 90% !important;
  }

  .w-tab-100 {
    width: 100% !important;
  }

  .w-tab-auto {
    width: auto !important;
  }
}

@media (min-width: 1025px) {
  .w-desk-10 {
    width: 10% !important;
  }

  .w-desk-20 {
    width: 20% !important;
  }

  .w-desk-30 {
    width: 30% !important;
  }

  .w-desk-40 {
    width: 40% !important;
  }

  .w-desk-50 {
    width: 50% !important;
  }

  .w-desk-60 {
    width: 60% !important;
  }

  .w-desk-70 {
    width: 70% !important;
  }

  .w-desk-80 {
    width: 80% !important;
  }

  .w-desk-90 {
    width: 90% !important;
  }

  .w-desk-100 {
    width: 100% !important;
  }

  .w-desk-auto {
    width: auto !important;
  }
}

@media (min-width: 1408px) {
  .w-hd-10 {
    width: 10% !important;
  }

  .w-hd-20 {
    width: 20% !important;
  }

  .w-hd-30 {
    width: 30% !important;
  }

  .w-hd-40 {
    width: 40% !important;
  }

  .w-hd-50 {
    width: 50% !important;
  }

  .w-hd-60 {
    width: 60% !important;
  }

  .w-hd-70 {
    width: 70% !important;
  }

  .w-hd-80 {
    width: 80% !important;
  }

  .w-hd-90 {
    width: 90% !important;
  }

  .w-hd-100 {
    width: 100% !important;
  }

  .w-hd-auto {
    width: auto !important;
  }
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

@media (min-width: 568px) {
  .h-mob-10 {
    height: 10% !important;
  }

  .h-mob-20 {
    height: 20% !important;
  }

  .h-mob-30 {
    height: 30% !important;
  }

  .h-mob-40 {
    height: 40% !important;
  }

  .h-mob-50 {
    height: 50% !important;
  }

  .h-mob-60 {
    height: 60% !important;
  }

  .h-mob-70 {
    height: 70% !important;
  }

  .h-mob-80 {
    height: 80% !important;
  }

  .h-mob-90 {
    height: 90% !important;
  }

  .h-mob-100 {
    height: 100% !important;
  }

  .h-mob-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .h-tab-10 {
    height: 10% !important;
  }

  .h-tab-20 {
    height: 20% !important;
  }

  .h-tab-30 {
    height: 30% !important;
  }

  .h-tab-40 {
    height: 40% !important;
  }

  .h-tab-50 {
    height: 50% !important;
  }

  .h-tab-60 {
    height: 60% !important;
  }

  .h-tab-70 {
    height: 70% !important;
  }

  .h-tab-80 {
    height: 80% !important;
  }

  .h-tab-90 {
    height: 90% !important;
  }

  .h-tab-100 {
    height: 100% !important;
  }

  .h-tab-auto {
    height: auto !important;
  }
}

@media (min-width: 1025px) {
  .h-desk-10 {
    height: 10% !important;
  }

  .h-desk-20 {
    height: 20% !important;
  }

  .h-desk-30 {
    height: 30% !important;
  }

  .h-desk-40 {
    height: 40% !important;
  }

  .h-desk-50 {
    height: 50% !important;
  }

  .h-desk-60 {
    height: 60% !important;
  }

  .h-desk-70 {
    height: 70% !important;
  }

  .h-desk-80 {
    height: 80% !important;
  }

  .h-desk-90 {
    height: 90% !important;
  }

  .h-desk-100 {
    height: 100% !important;
  }

  .h-desk-auto {
    height: auto !important;
  }
}

@media (min-width: 1408px) {
  .h-hd-10 {
    height: 10% !important;
  }

  .h-hd-20 {
    height: 20% !important;
  }

  .h-hd-30 {
    height: 30% !important;
  }

  .h-hd-40 {
    height: 40% !important;
  }

  .h-hd-50 {
    height: 50% !important;
  }

  .h-hd-60 {
    height: 60% !important;
  }

  .h-hd-70 {
    height: 70% !important;
  }

  .h-hd-80 {
    height: 80% !important;
  }

  .h-hd-90 {
    height: 90% !important;
  }

  .h-hd-100 {
    height: 100% !important;
  }

  .h-hd-auto {
    height: auto !important;
  }
}

.full-width {
  width: 100vw !important;
}

.full-height {
  height: 100vh !important;
}

.c-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.c-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.c-primary {
  color: #cb3333 !important;
}

.bg-primary {
  background-color: #cb3333 !important;
}

.c-primary-dark {
  color: #ba1e1e !important;
}

.bg-primary-dark {
  background-color: #ba1e1e !important;
}

.c-grey {
  color: #565656 !important;
}

.bg-grey {
  background-color: #565656 !important;
}

.c-grey-med {
  color: rgba(0, 0, 0, 0.15) !important;
}

.bg-grey-med {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.c-grey-light {
  color: #f4f4f4 !important;
}

.bg-grey-light {
  background-color: #f4f4f4 !important;
}

.c-grey-dark {
  color: #777777 !important;
}

.bg-grey-dark {
  background-color: #777777 !important;
}

.c-copy-text {
  color: #8a8a8a !important;
}

.bg-copy-text {
  background-color: #8a8a8a !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.6em;
}

h1 {
  font-size: 3.31rem;
  margin: 0.4413333333rem 0;
}

h2 {
  font-size: 2.25rem;
  margin: 0.3rem 0;
}

h3 {
  font-size: 1.56rem;
  margin: 0.208rem 0;
}

h4 {
  font-size: 1.12rem;
  margin: 0.1493333333rem 0;
}

h5 {
  font-size: 1.06rem;
  margin: 0.1413333333rem 0;
}

h6 {
  font-size: 0.75rem;
  margin: 0.1rem 0;
}

p {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: 300;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

.t-decoration-none {
  text-decoration: none !important;
}

.t-normal {
  font-weight: normal !important;
}

.t-bold {
  font-weight: 700 !important;
}

.t-medium {
  font-weight: 600 !important;
}

.t-light {
  font-weight: 300 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-uppercase {
  text-transform: uppercase !important;
}

.t-lowercase {
  text-transform: lowercase !important;
}

.t-initial {
  text-transform: initial !important;
}

.t-nowrap {
  white-space: nowrap !important;
}

@media only screen and (min-width: 388px) {
  .t-responsive {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 416px) {
  .t-responsive {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 444px) {
  .t-responsive {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 472px) {
  .t-responsive {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 500px) {
  .t-responsive {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 528px) {
  .t-responsive {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 556px) {
  .t-responsive {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 584px) {
  .t-responsive {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 612px) {
  .t-responsive {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 640px) {
  .t-responsive {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 668px) {
  .t-responsive {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 696px) {
  .t-responsive {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 724px) {
  .t-responsive {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 752px) {
  .t-responsive {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 780px) {
  .t-responsive {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 808px) {
  .t-responsive {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 836px) {
  .t-responsive {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 864px) {
  .t-responsive {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 892px) {
  .t-responsive {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 920px) {
  .t-responsive {
    font-size: 1.68rem;
  }
}

@media only screen and (min-width: 948px) {
  .t-responsive {
    font-size: 1.704rem;
  }
}

@media only screen and (min-width: 976px) {
  .t-responsive {
    font-size: 1.728rem;
  }
}

@media only screen and (min-width: 1004px) {
  .t-responsive {
    font-size: 1.752rem;
  }
}

@media only screen and (min-width: 1032px) {
  .t-responsive {
    font-size: 1.776rem;
  }
}

@media only screen and (min-width: 1060px) {
  .t-responsive {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1088px) {
  .t-responsive {
    font-size: 1.824rem;
  }
}

@media only screen and (min-width: 1116px) {
  .t-responsive {
    font-size: 1.848rem;
  }
}

@media only screen and (min-width: 1144px) {
  .t-responsive {
    font-size: 1.872rem;
  }
}

@media only screen and (min-width: 1172px) {
  .t-responsive {
    font-size: 1.896rem;
  }
}

@media only screen and (min-width: 1200px) {
  .t-responsive {
    font-size: 1.92rem;
  }
}

@media only screen and (max-width: 360px) {
  .t-responsive {
    font-size: 1.2rem;
  }
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-justify {
  text-align: justify !important;
}

@media (min-width: 568px) {
  .t-mob-center {
    text-align: center !important;
  }

  .t-mob-left {
    text-align: left !important;
  }

  .t-mob-right {
    text-align: right !important;
  }

  .t-mob-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .t-tab-center {
    text-align: center !important;
  }

  .t-tab-left {
    text-align: left !important;
  }

  .t-tab-right {
    text-align: right !important;
  }

  .t-tab-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1025px) {
  .t-desk-center {
    text-align: center !important;
  }

  .t-desk-left {
    text-align: left !important;
  }

  .t-desk-right {
    text-align: right !important;
  }

  .t-desk-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1408px) {
  .t-hd-center {
    text-align: center !important;
  }

  .t-hd-left {
    text-align: left !important;
  }

  .t-hd-right {
    text-align: right !important;
  }

  .t-hd-justify {
    text-align: justify !important;
  }
}

.b-none {
  border: 0 !important;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-dark {
  border: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-t-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-r-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-b-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-l-light {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-t-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-r-dark {
  border-right: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-b-dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-l-dark {
  border-left: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.br {
  border-radius: 0.25em !important;
}

.br-sm {
  border-radius: 0.5em !important;
}

.br-lg {
  border-radius: 1em !important;
}

.br-circle {
  border-radius: 100% !important;
}

.br-none {
  border-radius: 0 !important;
}

.br-top-left {
  border-top-left-radius: 0.5em !important;
}

.br-top-right {
  border-top-right-radius: 0.5em !important;
}

.br-bottom-left {
  border-bottom-left-radius: 0.5em !important;
}

.br-bottom-right {
  border-bottom-right-radius: 0.5em !important;
}

.br-top {
  border-top-left-radius: 0.5em !important;
  border-top-right-radius: 0.5em !important;
}

.br-right {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
}

.br-bottom {
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}

.br-left {
  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}

[class^=spacer] {
  width: 100%;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.spacer-1 {
  height: 1px !important;
}

.spacer-2 {
  height: 2px !important;
}

.spacer-3 {
  height: 3px !important;
}

.spacer-4 {
  height: 4px !important;
}

.spacer-5 {
  height: 5px !important;
}

.spacer-10 {
  height: 10px !important;
}

.spacer-15 {
  height: 15px !important;
}

.spacer-20 {
  height: 20px !important;
}

.spacer-25 {
  height: 25px !important;
}

.spacer-30 {
  height: 30px !important;
}

.spacer-35 {
  height: 35px !important;
}

.spacer-40 {
  height: 40px !important;
}

.spacer-45 {
  height: 45px !important;
}

.spacer-50 {
  height: 50px !important;
}

.spacer-75 {
  height: 75px !important;
}

.spacer-100 {
  height: 100px !important;
}

.spacer-150 {
  height: 150px !important;
}

.spacer-200 {
  height: 200px !important;
}

.spacer-300 {
  height: 300px !important;
}

.spacer-400 {
  height: 400px !important;
}

.spacer-500 {
  height: 500px !important;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

@media (min-width: 568px) {
  .f-mob-left {
    float: left !important;
  }

  .f-mob-right {
    float: right !important;
  }

  .f-mob-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .f-tab-left {
    float: left !important;
  }

  .f-tab-right {
    float: right !important;
  }

  .f-tab-none {
    float: none !important;
  }
}

@media (min-width: 1025px) {
  .f-desk-left {
    float: left !important;
  }

  .f-desk-right {
    float: right !important;
  }

  .f-desk-none {
    float: none !important;
  }
}

@media (min-width: 1408px) {
  .f-hd-left {
    float: left !important;
  }

  .f-hd-right {
    float: right !important;
  }

  .f-hd-none {
    float: none !important;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 568px) {
  .visible-mob {
    visibility: visible !important;
  }

  .invisible-mob {
    visibility: hidden !important;
  }
}

@media (min-width: 768px) {
  .visible-tab {
    visibility: visible !important;
  }

  .invisible-tab {
    visibility: hidden !important;
  }
}

@media (min-width: 1025px) {
  .visible-desk {
    visibility: visible !important;
  }

  .invisible-desk {
    visibility: hidden !important;
  }
}

@media (min-width: 1408px) {
  .visible-hd {
    visibility: visible !important;
  }

  .invisible-hd {
    visibility: hidden !important;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.alert {
  border: 0;
  font-weight: 300;
  position: relative;
  padding: 20px 15px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  background: rgba(204, 204, 204, 0.5);
  border-left: 3px solid rgba(0, 0, 0, 0.5);
}

.alert-container {
  position: relative;
}

.alert-close {
  padding-right: 2.8rem;
}

.alert-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}

.alert-toggle:checked ~ .alert {
  display: none;
}

.alert-copy-text.alert-background,
.alert-grey-dark.alert-background,
.alert-grey-light.alert-background,
.alert-grey-med.alert-background,
.alert-grey.alert-background,
.alert-primary-dark.alert-background,
.alert-primary.alert-background,
.alert-black.alert-background,
.alert-white.alert-background {
  border: 0;
}

.alert-white {
  border-left: 3px solid #fff;
  background: white;
  color: #bfbfbf;
}

.alert-white.alert-background {
  background-color: #fff;
  color: #3c4858;
  box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
}

.alert-black {
  border-left: 3px solid #000;
  background: #525252;
  color: black;
}

.alert-black.alert-background {
  background-color: #000;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2);
}

.alert-primary {
  border-left: 3px solid #cb3333;
  background: #ecb5b5;
  color: #651919;
}

.alert-primary.alert-background {
  background-color: #cb3333;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(203, 51, 51, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(203, 51, 51, 0.2);
}

.alert-primary-dark {
  border-left: 3px solid #ba1e1e;
  background: #ed8e8e;
  color: #4c0c0c;
}

.alert-primary-dark.alert-background {
  background-color: #ba1e1e;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(186, 30, 30, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(186, 30, 30, 0.2);
}

.alert-grey {
  border-left: 3px solid #565656;
  background: #a8a8a8;
  color: #161616;
}

.alert-grey.alert-background {
  background-color: #565656;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(86, 86, 86, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(86, 86, 86, 0.2);
}

.alert-grey-med {
  border-left: 3px solid rgba(0, 0, 0, 0.15);
  background: rgba(82, 82, 82, 0.15);
  color: rgba(0, 0, 0, 0.15);
}

.alert-grey-med.alert-background {
  background-color: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2);
}

.alert-grey-light {
  border-left: 3px solid #f4f4f4;
  background: white;
  color: #b4b4b4;
}

.alert-grey-light.alert-background {
  background-color: #f4f4f4;
  color: #3c4858;
  box-shadow: 0 12px 20px -10px rgba(244, 244, 244, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 244, 244, 0.2);
}

.alert-grey-dark {
  border-left: 3px solid #777777;
  background: #c9c9c9;
  color: #373737;
}

.alert-grey-dark.alert-background {
  background-color: #777777;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(119, 119, 119, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(119, 119, 119, 0.2);
}

.alert-copy-text {
  border-left: 3px solid #8a8a8a;
  background: gainsboro;
  color: #4a4a4a;
}

.alert-copy-text.alert-background {
  background-color: #8a8a8a;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(138, 138, 138, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(138, 138, 138, 0.2);
}

button.close,
label.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  color: inherit;
}

button.close:not(:disabled),
label.close:not(:disabled) {
  cursor: pointer;
}

button.close {
  background-color: transparent;
  height: 100%;
  border: 0;
  -webkit-appearance: none;
  padding: 0.75rem 1.25rem;
  color: inherit;
  outline: none;
}

label.close {
  padding: 1.25rem;
}

.collapse {
  position: relative;
}

.collapse-item .collapse-header {
  padding: 25px 10px 5px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}

.collapse-item .collapse-header .collapse-title {
  margin-top: 10px;
}

.collapse-item .collapse-header:hover .collapse-title,
.collapse-item .collapse-header:hover i {
  color: #cb3333;
}

.collapse-item .collapse-header:focus .collapse-title,
.collapse-item .collapse-header:focus i,
.collapse-item .collapse-header:active .collapse-title,
.collapse-item .collapse-header:active i {
  color: #cb3333;
}

.collapse-item .collapse-content {
  padding: 15px 15px 20px;
}

.collapse.collapse-css .collapse-content {
  display: none;
}

.collapse.collapse-css .collapse-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}

.collapse.collapse-css .collapse-toggle:checked ~ .collapse-content {
  display: block;
}

.collapse-item.active .collapse-header i {
  transform: rotate(180deg);
}

.collapse-item.active .collapse-title,
.collapse-item.active i {
  color: #cb3333;
}

.collapse .collapse-title,
.collapse i {
  transition: 0.4s;
}

.collapse.collapse-js .collapse-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.5s;
}

.collapse.collapse-js .collapse-content .collapse-inner {
  padding: 15px 15px 20px;
}

.modal {
  visibility: hidden;
  position: fixed;
  display: flex;
  align-items: flex-start;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow-y: auto;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .modal {
    padding: 75px 0;
  }
}

.modal-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}

.modal-container {
  max-width: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.4s;
}

.modal-container .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 0;
}

.modal-container .modal-btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 12px;
}

.modal-container .modal-body {
  padding: 24px 24px 16px;
}

.modal-container .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px 24px;
}

.modal-overlay {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: block;
  cursor: default;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s;
}

.modal-toggle:checked + .modal {
  visibility: visible;
}

.modal-toggle:checked + .modal .modal-container {
  opacity: 1;
  transform: translateY(0);
}

.modal-toggle:checked + .modal .modal-overlay {
  opacity: 1;
}

.modal-open {
  visibility: visible;
}

.modal-open .modal-container {
  opacity: 1;
  transform: translateY(0);
}

.modal-open .modal-overlay {
  opacity: 1;
}

.modal-large .modal-container {
  max-width: 700px;
}

.modal-centered .modal-container {
  margin: auto;
}

.table {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .table.table-large {
    left: -25%;
    width: 150%;
    max-width: 150%;
  }
}

.table thead th {
  font-size: 1.1rem;
  padding: 12px 32px 12px 0;
  position: relative;
  text-align: left;
  height: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #cb3333;
}

.table thead th:last-child,
.table tbody td:last-child,
.table tfoot th:last-child {
  text-align: right;
}

.table tbody tr,
.table tfoot tr {
  border-top: 1.4px solid #ddd;
}

.table tbody td,
.table tfoot th {
  font-size: 14px;
  padding: 12px 32px 12px 0;
  font-weight: 300;
  text-align: left;
}

.table-striped tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-striped thead th:first-child,
.table-striped tbody td:first-child,
.table-striped tfoot th:first-child,
.table-hover thead th:first-child,
.table-hover tbody td:first-child,
.table-hover tfoot th:first-child {
  padding-left: 10px;
}

.table-striped thead th:last-child,
.table-striped tbody td:last-child,
.table-striped tfoot th:last-child,
.table-hover thead th:last-child,
.table-hover tbody td:last-child,
.table-hover tfoot th:last-child {
  padding-right: 10px;
}

.table.table-hover tbody tr {
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.table.table-hover tbody tr:hover {
  background-color: whitesmoke;
}

.table-scroll {
  overflow-x: auto;
}

@media (min-width: 1025px) {
  .table-scroll {
    overflow-x: visible;
  }
}

.input,
.input-check {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 2px 0;
}

.input {
  margin-bottom: 50px;
  padding-bottom: 5px;
}

.input.center {
  margin-left: auto;
  margin-right: auto;
}

.input.right {
  margin-left: 10%;
}

.input ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c0c0;
  opacity: 1;
  /* Firefox */
}

.input ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c0c0;
  opacity: 1;
  /* Firefox */
}

.input :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c0c0;
  opacity: 1;
  /* Firefox */
}

.input ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c0c0;
  opacity: 1;
  /* Firefox */
}

.input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c0c0;
  opacity: 1;
  /* Firefox */
}

.input .file {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer !important;
  right: 0;
  top: 0;
  height: 100%;
  width: 103%;
  font-size: 0;
}

.input .fileinput {
  cursor: pointer;
}

.input .file-text {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  margin-bottom: 0;
}

.input .file-text p {
  margin-bottom: 0;
  cursor: pointer;
}

.input .file-text svg,
.input .file-text img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.input .file-text .valid,
.input .file-text .error {
  display: none;
}

.input-field,
.input-select {
  border-bottom: 1px solid #8a8a8a;
}

.input-select::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #8a8a8a;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

textarea {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: #777777;
}

input,
select,
textarea {
  line-height: 1.6;
  color: #777777;
  padding: 5px 0;
}

input:focus + .input:after,
select:focus + .input:after,
textarea:focus + .input:after {
  width: 100%;
}

input:focus ~ .focus,
select:focus ~ .focus,
textarea:focus ~ .focus {
  transform: scaleX(1);
  transform-origin: left;
}

.input input,
.input select {
  border: 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input input:focus,
.input select:focus {
  outline: none;
}

.floating-label .input-label {
  display: block;
  position: absolute;
  top: 0;
  pointer-events: none;
  margin-top: -30px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #cb3333;
}

.floating-label input:valid ~ .input-label {
  color: #cb3333;
}

.floating-label input:focus ~ .input-label {
  color: #cb3333;
}

.input-icon {
  width: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 200ms;
}

.input-field.is-valid,
.input-select.is-valid {
  border-bottom: 1px solid #00dd18;
}

.input-field.is-valid .input-icon.valid,
.input-select.is-valid .input-icon.valid {
  opacity: 1;
}

.input-field.is-valid .file-text .normal,
.input-select.is-valid .file-text .normal {
  display: none;
}

.input-field.is-valid .file-text .valid,
.input-select.is-valid .file-text .valid {
  display: block;
}

.input-field.has-error,
.input-select.has-error {
  border-bottom: 1px solid #ff0000;
}

.input-field.has-error .input-icon.error,
.input-select.has-error .input-icon.error {
  opacity: 1;
}

.input-field.has-error .file-text .normal,
.input-field.has-error .file-text .valid,
.input-select.has-error .file-text .normal,
.input-select.has-error .file-text .valid {
  display: none;
}

.input-field.has-error .file-text .error,
.input-select.has-error .file-text .error {
  display: block;
}

.focus {
  width: 100%;
  transform: scaleX(0);
  background-color: #cb3333;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  transition: all 0.4s;
  transform-origin: left;
}

.input-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .input-checkbox {
    margin-bottom: 0;
  }
}

.input-checkbox span {
  flex-basis: 95%;
}

.input-check {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 28px;
  transform: translate3d(0, 0, 0);
  margin-right: 15px;
}

.input-check + p {
  transition: color 100ms;
}

.input-check.has-error + p {
  color: #ff0000;
}

.input-check.has-error svg {
  stroke: #ff0000;
}

.input-check.is-valid svg {
  stroke: #00dd18;
}

.input-check input {
  display: none;
  position: absolute;
  top: -99999vw;
}

.input-check input:checked ~ svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

.input-check input:checked ~ svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.input-check:before {
  display: none;
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(203, 51, 51, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.input-check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #565656;
  transform: translate3d(0, 6px, 0);
  transition: all 0.2s ease;
  width: 18px;
  height: 18px;
}

.input-check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.input-check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.input-check:hover:before {
  opacity: 1;
}

.input-check:hover svg {
  stroke: #00dd18;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-bottom: 5px;
  color: #777777;
}

select.placeholder-mode {
  color: #C4C0C0 !important;
}

.input-range input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 5px 0;
}

.input-range input.center {
  margin-left: auto;
  margin-right: auto;
}

.input-range input.right {
  margin-left: 10%;
}

.input-range input:focus {
  outline: none;
}

.input-range input:focus::-webkit-slider-runnable-track {
  background: rgba(89, 89, 89, 0.12);
}

.input-range input:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
}

.input-range input:focus::-ms-fill-upper {
  background: rgba(89, 89, 89, 0.12);
}

.input-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: 0;
}

.input-range input::-webkit-slider-thumb {
  border: 0 solid rgba(0, 0, 30, 0);
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #cb3333;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  margin-top: -5px;
}

.input-range input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: 0;
}

.input-range input::-moz-range-thumb {
  border: 0 solid rgba(0, 0, 30, 0);
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #cb3333;
  cursor: pointer;
}

.input-range input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.input-range input::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 30px;
}

.input-range input::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 30px;
}

.input-range input::-ms-thumb {
  border: 0 solid rgba(0, 0, 30, 0);
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #cb3333;
  cursor: pointer;
}

/*  ====================
    Abstracts
    ==================== */

/* ====================
    Base
    ==================== */

html,
body,
main {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.trans {
  transition: all 0.4s;
}

.trans.slow {
  transition: all 3s;
}

figure {
  margin: 0;
}

ul {
  list-style-type: none;
}

.grecaptcha-badge {
  display: none !important;
}

::-moz-selection {
  background: #cb3333;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #cb3333;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #cb3333;
  /* Gecko Browsers */
  color: #fff;
}

@font-face {
  font-family: "fontello";
  src: url("/wp-content/themes/tif-group-theme/public/assets/fonts/fontello/font/fontello.eot?37801170");
  src: url("/wp-content/themes/tif-group-theme/public/assets/fonts/fontello/font/fontello.eot?37801170#iefix") format("embedded-opentype"), url("/wp-content/themes/tif-group-theme/public/assets/fonts/fontello/font/fontello.woff2?37801170") format("woff2"), url("/wp-content/themes/tif-group-theme/public/assets/fonts/fontello/font/fontello.woff?37801170") format("woff"), url("/wp-content/themes/tif-group-theme/public/assets/fonts/fontello/font/fontello.ttf?37801170") format("truetype"), url("/wp-content/themes/tif-group-theme/public/assets/fonts/fontello/font/fontello.svg?37801170#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		@font-face {
			font-family: 'fontello';
			src: url('../font/fontello.svg?23372600#fontello') format('svg');
		}
	}
*/

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-instagram:before {
  content: "\F16D";
}

/* '' */

.icon-twitter-squared:before {
  content: "\F304";
}

/* '' */

.icon-facebook-squared:before {
  content: "\F308";
}

/* '' */

.icon-linkedin-squared:before {
  content: "\F30C";
}

/* '' */

/**
 * Basic typography style for copy text
 */

html,
body {
  color: #565656;
  font-family: "Stratos", "stratos", sans-serif, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 90%;
  font-weight: 300;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 95%;
  }
}

@media (min-width: 1025px) {
  html,
  body {
    font-size: 100%;
  }
}

@media (min-width: 1408px) {
  html,
  body {
    font-size: 102.5%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
.lead {
  letter-spacing: -0.9px;
}

h1 {
  line-height: 1.1;
  font-weight: 700;
}

h1 {
  font-size: 34px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(34px + 64 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  h1 {
    font-size: 98px;
  }
}

h1.heading-small {
  font-size: 34px;
}

@media screen and (min-width: 320px) {
  h1.heading-small {
    font-size: calc(34px + 40 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  h1.heading-small {
    font-size: 74px;
  }
}

h2 {
  font-size: 62px;
}

h2 {
  font-size: 40px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(40px + 22 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  h2 {
    font-size: 62px;
  }
}

h2 + p {
  margin-top: 30px;
}

h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(32px + 10 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  h3 {
    font-size: 42px;
  }
}

h4 {
  margin-bottom: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(24px + 6 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  margin-bottom: 1.6rem;
}

h5 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  h5 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 0.8rem;
  color: #cb3333;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  h6 {
    margin-bottom: 40px;
  }
}

p,
p.lead {
  color: #8a8a8a;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

p.bigger {
  font-size: 1.2rem;
}

.lead {
  margin-bottom: 0;
}

.lead {
  font-size: 25px;
}

@media screen and (min-width: 568px) {
  .lead {
    font-size: calc(25px + 17 * ((100vw - 568px) / 840));
  }
}

@media screen and (min-width: 1408px) {
  .lead {
    font-size: 42px;
  }
}

small {
  font-size: 0.85rem;
  font-weight: 300;
}

a {
  font-weight: 700;
  color: #cb3333;
  cursor: pointer;
}

.big-number {
  display: block;
  color: #cb3333;
  line-height: 1;
  margin-bottom: 8px;
}

.big-number {
  font-size: 28px;
}

@media screen and (min-width: 568px) {
  .big-number {
    font-size: calc(28px + 21 * ((100vw - 568px) / 840));
  }
}

@media screen and (min-width: 1408px) {
  .big-number {
    font-size: 49px;
  }
}

.big-number.large {
  font-size: 60px;
}

@media screen and (min-width: 568px) {
  .big-number.large {
    font-size: calc(60px + 30 * ((100vw - 568px) / 1352));
  }
}

@media screen and (min-width: 1920px) {
  .big-number.large {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  .big-number {
    margin-bottom: 15px;
  }
}

.font-caveat {
  font-family: "Caveat", cursive;
}

/* ====================
    Components
    ==================== */

.btn {
  position: relative;
  width: auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  overflow: hidden;
  line-height: 1.6;
  -webkit-appearance: none;
}

.btn-text {
  display: block;
  margin: 0 10px 0 0;
  font-size: 0.8rem;
}

.btn-arrow {
  display: block;
  width: 60px;
  stroke: #cb3333;
  stroke-width: 1px;
}

.btn:active,
.btn:focus {
  background-color: #ba1e1e !important;
}

.btn:active *,
.btn:focus * {
  stroke: #fff !important;
  color: #fff !important;
}

.btn-white-active:active,
.btn-white-active:focus {
  background-color: #cb3333 !important;
  color: #fff !important;
}

.btn-red {
  color: #cb3333;
  border: 1px solid #cb3333;
}

.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-white h6 {
  color: #fff;
}

.btn-white .btn-arrow {
  stroke: #fff;
}

.btn-with-hover {
  position: relative;
}

@media (min-width: 1025px) {
  .btn-with-hover {
    transition: background-color 166.6666666667ms ease-out, color 166.6666666667ms ease-out;
    will-change: background-color, color;
  }

  .btn-with-hover .btn-text {
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
  }

  .btn-with-hover .btn-arrow {
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), stroke 250ms ease-out;
    will-change: transform;
  }

  .btn-with-hover:after {
    content: url("/wp-content/themes/tif-group-theme/public/assets/svg/btn-arrow-white.svg");
    position: absolute;
    display: block;
    width: 60px;
    height: auto;
    top: 50%;
    left: 0;
    transform: translate(-130%, -50%);
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  }

  .btn-with-hover:hover {
    background-color: #cb3333;
  }

  .btn-with-hover:hover .btn-text {
    transform: translateX(70px);
    color: #fff;
  }

  .btn-with-hover:hover .btn-arrow {
    transform: translateX(130%);
    stroke: #fff;
  }

  .btn-with-hover:hover:after {
    transform: translate(0%, -50%);
  }
}

@media (min-width: 768px) {
  .btn-text {
    display: block;
    margin: 0 10px 0 0;
  }
}

.btn.btn-loading {
  transition: none;
  pointer-events: none;
  color: transparent !important;
}

.btn.btn-loading .btn-text {
  color: transparent;
}

.btn.btn-loading .btn-arrow {
  fill: transparent;
  stroke: transparent;
}

.btn.btn-loading:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #cb3333;
  border-right-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}

.btn.btn-loading.btn-small:after {
  width: 14px;
  height: 14px;
  border-width: 1.5px;
  margin-left: -7px;
  margin-top: -7px;
}

.btn.btn-loading.btn-large:after {
  width: 26px;
  height: 26px;
  border-width: 3px;
  margin-left: -13px;
  margin-top: -13px;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn.btn-loading:hover {
  box-shadow: none;
}

ul,
ol {
  margin: 15px 0;
}

ul li,
ol li {
  color: #8a8a8a;
}

ul.arrow-list,
.cs-blocks ul,
.single-vacancies .normal-text ul {
  list-style-type: none;
  margin: 15px 0;
}

ul.arrow-list li,
.cs-blocks ul li,
.single-vacancies .normal-text ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #8a8a8a;
}

ul.arrow-list li:before,
.cs-blocks ul li:before,
.single-vacancies .normal-text ul li:before {
  content: "";
  position: relative;
  display: block;
  width: 35px;
  min-width: 35px;
  height: 15px;
  margin-right: 10px;
  background-image: url("/wp-content/themes/tif-group-theme/public/assets/svg/btn-arrow-red.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

@media (min-width: 768px) {
  ul.arrow-list li,
  .cs-blocks ul li,
  .single-vacancies .normal-text ul li {
    margin-bottom: 20px;
  }
}

ul.arrow-list li:last-child,
.cs-blocks ul li:last-child,
.single-vacancies .normal-text ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  ul.arrow-list,
  .cs-blocks ul,
  .single-vacancies .normal-text ul {
    margin: 30px 0;
  }
}

.scroll-to-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.explore {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 500;
  padding: 10px;
  cursor: pointer;
}

.explore h6 {
  transform: translate(3px);
}

.explore-arrow {
  max-height: 70px;
  margin-top: 30px;
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .explore-arrow {
    max-width: 15px;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-3px);
  }
}

body .lazy-hide {
  display: none !important;
}

.cs-card {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  box-shadow: 0 18px 70px 0 rgba(70, 30, 33, 0.16);
}

.cs-card-img-cont {
  display: block;
  min-height: 300px;
}

.cs-card-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cs-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

.cs-card-text-cont {
  padding: 30px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cs-card-text-cont h6:not(.btn-text) {
  margin-bottom: 50px;
}

.cs-card-text-cont h5 {
  margin-bottom: 25px;
  color: #565656;
}

.cs-card-text-cont p {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .cs-card {
    margin-left: 0;
    margin-right: 0;
  }

  .cs-card-text-cont {
    padding: 50px;
  }

  .cs-card-img-cont {
    display: block;
    min-height: 350px;
  }
}

@media (min-width: 1025px) {
  .cs-card {
    transition: box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    will-change: box-shadow;
  }

  .cs-card-img-cont {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 455px;
    overflow: hidden;
  }

  .cs-card-image {
    transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    will-change: transform;
  }

  .cs-card-text-cont {
    padding: 30px;
  }

  .cs-card:hover {
    box-shadow: 0 3px 7px 0 rgba(70, 30, 33, 0.16);
  }

  .cs-card:hover .cs-card-image {
    transform: scale(1.05);
  }
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  margin-top: 40px;
  min-height: 300px;
  overflow: visible !important;
}

.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card.active .flip-card-inner .flip-card-back-image {
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip-card.active .flip-card-back {
    z-index: 999;
  }
}

@media (max-width: 1025px) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card:hover .flip-card-inner .flip-card-back-image {
    opacity: 1;
  }
}

@media (max-width: 1025px) and (-ms-high-contrast: none), (max-width: 1025px) and (-ms-high-contrast: active) {
  .flip-card:hover .flip-card-back {
    z-index: 999;
  }
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.8s;
  transform-style: preserve-3d;
  will-change: transform;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  box-shadow: 0 8px 30px 0 rgba(47, 20, 22, 0.3);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip-card-front,
  .flip-card-back {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .flip-card-front,
  .flip-card-back {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
}

@-moz-document url-prefix()  {
  .flip-card-front {
    transform: rotateX(0deg);
  }
}

.flip-card-close-cont {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  display: none;
}

.flip-card-close {
  width: 16px;
  height: 16px;
}

.flip-card-front {
  z-index: 99 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip-card-back {
    transition: z-index;
    transition-delay: 240ms;
  }
}

.flip-card-above-content p:last-of-type {
  margin-bottom: 0;
}

.flip-card-front {
  color: #fff;
  text-align: left;
}

.flip-card-front .flip-card-front-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.flip-card-front .flip-card-text-cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px;
  z-index: 2;
}

.flip-card-front .flip-card-text-cont h3 {
  line-height: 1.2;
  margin-bottom: 1.4rem;
}

.flip-card-front .flip-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-card-back {
  transform: rotateY(180deg);
  background-color: #fff;
}

.flip-card-back .flip-card-header {
  display: block;
  position: relative;
  height: 140px;
  width: 100%;
}

.flip-card-back .flip-card-header .flip-card-back-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.flip-card-back .flip-card-text {
  height: 100%;
  overflow-y: scroll;
  text-align: left;
  padding: 30px;
}

.flip-card-back .flip-card-text h5 {
  margin-bottom: 0.6rem;
}

.flip-card-back .flip-card-text .btn {
  margin-top: 1rem;
}

.flip-card.flip-card-large {
  height: 500px;
}

@media (min-width: 768px) {
  .flip-card.flip-card-large {
    height: 500px;
  }
}

@media (min-width: 1408px) {
  .flip-card.flip-card-large {
    height: 575px;
  }
}

.flip-card.flip-card-large .flip-card-text {
  max-height: calc(100% - 170px);
}

.flip-card.flip-card-small {
  height: 370px;
}

@media (min-width: 768px) {
  .flip-card.flip-card-small {
    height: 400px;
  }
}

@media (min-width: 1408px) {
  .flip-card.flip-card-small {
    height: 465px;
  }
}

@media (min-width: 1025px) {
  .flip-card-close-cont {
    display: block;
  }
}

.contact-envelope {
  position: fixed;
  bottom: 1.5vh;
  right: 1vw;
  z-index: 9999;
  cursor: pointer;
  transform: scale(0.45);
  display: none;
}

.contact-envelope .letter,
.contact-envelope .text,
.contact-envelope .text:before,
.contact-envelope .text:after {
  position: absolute;
}

.contact-envelope .envelope {
  position: relative;
  border-top: 46px solid transparent;
  border-left: 70px solid #cf3f3f;
  border-bottom: 46px solid #cb3333;
  border-right: 70px solid #bf3030;
  border-radius: 6px;
  z-index: 9;
  box-shadow: 0 5px 28px 0 rgba(70, 30, 33, 0.3);
}

.contact-envelope .envelope:hover + .letter {
  transform: translateY(-20px);
}

.contact-envelope .letter {
  top: 0;
  left: 2px;
  height: 92px;
  width: 136px;
  background: #ddd;
  border-radius: 6px;
  z-index: 5;
  transition: transform 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-envelope .letter .text {
  top: 10px;
  left: 12px;
  height: 6px;
  width: 100px;
  background: #b0b0b0;
}

.contact-envelope .letter .text:before,
.contact-envelope .letter .text:after {
  content: "";
  height: 100%;
  background: #b0b0b0;
  left: 0;
}

.contact-envelope .letter .text:before {
  top: 10px;
  width: 50px;
}

.contact-envelope .letter .text:after {
  top: 20px;
  width: 65px;
}

@media (min-width: 768px) {
  .contact-envelope {
    display: block;
  }
}

html.no-js .no-js-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #cb3333;
  color: #fff;
  padding: 10vh 0;
  box-shadow: 0 18px 70px 0 rgba(70, 30, 33, 0.31);
}

html.no-js .no-js-header h4 {
  margin-top: 30px;
  margin-bottom: 0;
}

html.no-js header {
  background: white !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.23);
}

html.no-js header .hamburger-line {
  background-color: #cb3333;
}

html.no-js header nav.secoondary .nav-link {
  color: #cb3333 !important;
}

html.no-js nav.primary {
  display: none;
}

html.no-js #nav-checkbox:checked ~ nav {
  visibility: visible;
  transition: visibility 700ms step-start;
  display: block !important;
}

html.no-js #nav-checkbox:checked ~ nav .nav-overlay {
  opacity: 0.5;
}

html.no-js #nav-checkbox:checked ~ nav .nav-list-primary,
html.no-js #nav-checkbox:checked ~ nav .nav-list-secondary {
  transform: translate(0);
}

html.no-js .sticky-cards .imagecard img {
  opacity: 1 !important;
}

/* ====================
    Blocks
    ==================== */

.image-rotate-left {
  transform: rotate(-1.5deg);
}

.image-rotate-right {
  transform: rotate(1.5deg);
}

.image-shadow {
  box-shadow: 0 18px 70px 0 rgba(70, 30, 33, 0.31);
}

.image-half-width-overlap {
  position: relative;
  padding: 75px 10vw;
  max-width: 100%;
}

@media (max-width: 1025px) {
  .image-half-width-overlap img {
    width: 100%;
    height: auto;
  }

  .image-half-width-overlap + section.bg-white {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .image-half-width-overlap {
    position: absolute;
    padding: 0;
    width: 50vw;
    height: auto;
  }

  .image-half-width-overlap img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 100%;
  }

  .image-half-width-overlap-right {
    left: auto;
    right: 0;
  }
}

.image-half-width-overlap-container {
  padding: 0;
}

.image-half-width-overlap-container .img-cont {
  height: 40vh;
  width: 100%;
  position: relative;
  transform: translateY(50%);
  margin-top: -50%;
  z-index: 1;
}

.image-half-width-overlap-container .img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.image-half-width-overlap-container + section {
  padding-top: 20vh;
}

@media (min-width: 768px) {
  .image-half-width-overlap-container + section {
    padding-top: 27vh;
  }
}

@media (min-width: 1025px) {
  .image-half-width-overlap-container .img-cont {
    min-height: 500px;
  }
}

.tns-liveregion {
  display: none;
}

.logo-reel .slider {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 150px;
}

.logo-reel .slider-cont,
.logo-reel .slider .tns-inner {
  overflow-x: hidden;
}

.logo-reel .slider-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.logo-reel .slider-item img {
  display: block;
  margin: 0 auto;
}

.logo-reel.bg-primary .tns-nav button {
  border: 1px solid #fff;
}

.logo-reel.bg-primary .tns-nav button.tns-nav-active {
  border-color: #ba1e1e;
}

.tns-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.tns-nav button {
  border: 1px solid #c4c0c0;
  height: 16px;
  width: 16px;
  margin: 0 6px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: border-color 200ms;
  will-change: border-color;
}

.tns-nav button.tns-nav-active {
  border-color: #cb3333;
}

section.intro-text {
  padding-top: 100px;
}

section.intro-text h6 {
  margin-bottom: 50px;
}

section.intro-text h2 {
  color: #777777;
  font-weight: 600;
}

section.intro-text h2 {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  section.intro-text h2 {
    font-size: calc(22px + 13 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  section.intro-text h2 {
    font-size: 35px;
  }
}

section.intro-text.large h2 {
  color: #cb3333;
}

section.intro-text.large h2 {
  font-size: 28px;
}

@media screen and (min-width: 320px) {
  section.intro-text.large h2 {
    font-size: calc(28px + 14 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  section.intro-text.large h2 {
    font-size: 42px;
  }
}

section.intro-text.bg-primary * {
  color: #fff !important;
}

@media (min-width: 1408px) {
  section.intro-text {
    padding-top: 150px;
  }
}

section.faq {
  min-height: 60vh;
}

section.faq .knowledgebase {
  margin-bottom: 35px;
}

section.faq .knowledgebase .input {
  margin-bottom: 20px;
  display: flex;
}

section.faq .knowledgebase .no-results,
section.faq .knowledgebase .error-message {
  cursor: default;
}

section.faq .knowledgebase .no-results .collapse-header,
section.faq .knowledgebase .error-message .collapse-header {
  cursor: default;
}

section.faq .knowledgebase .error-message {
  display: none;
}

section.faq .knowledgebase .cross {
  width: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 100ms;
  will-change: opacity;
}

section.faq .knowledgebase .spinner {
  opacity: 0;
  transition: opacity 100ms;
  will-change: opacity;
}

section.faq .knowledgebase .spinner.active {
  opacity: 1;
}

section.faq .knowledgebase.error .spinner,
section.faq .knowledgebase.no-results .spinner {
  opacity: 0;
}

section.faq .knowledgebase.error .cross,
section.faq .knowledgebase.no-results .cross {
  opacity: 1;
}

section.faq .knowledgebase.error .error-message {
  display: block;
}

section.faq .knowledgebase.loading .spinner {
  opacity: 1;
}

section.faq .knowledgebase.loading .cross {
  opacity: 0;
}

section.faq .faq-title {
  margin-bottom: 2.5rem;
}

section.faq .faq-item .collapse-header {
  padding: 20px 0;
  border: 0;
}

section.faq .faq-item .collapse-title {
  font-weight: 300;
  margin-top: 0 !important;
  margin-right: 30px;
}

section.faq .faq-item .collapse-content {
  border-bottom: 1px solid #ddd;
}

section.faq .faq-item .collapse-content .collapse-inner {
  padding-top: 0 !important;
}

section.faq .faq-item p:last-of-type {
  margin-bottom: 0;
}

section.faq .faq-item .faq-plus {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

section.faq .faq-item .faq-plus:before,
section.faq .faq-item .faq-plus:after {
  content: "";
  position: absolute;
  background-color: #cb3333;
  transition: transform 0.25s ease-out;
}

section.faq .faq-item .faq-plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

section.faq .faq-item .faq-plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

section.faq .faq-item.active .faq-plus:before {
  transform: translateX(-50%) rotate(90deg);
}

section.faq .faq-item.active .faq-plus:after {
  transform: translateY(-50%) rotate(180deg);
}

section.faq .collapse.collapse-js .collapse-content .collapse-inner {
  padding: 15px 0 15px;
}

@media (min-width: 768px) {
  section.faq .knowledgebase {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  section.faq .faq-header {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .collapse-header {
    padding: 15px 0 !important;
  }
}

.icons-col,
.icons-text {
  margin-top: 20px;
}

.icons-content {
  margin-bottom: 50px;
}

.icons-content p:last-of-type {
  margin-bottom: 0;
}

.icons-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.icons-text {
  word-wrap: break-word;
}

@media (min-width: 1025px) {
  .icons-col,
  .icons-text {
    margin-top: 50px;
  }
}

.icons-left .icons-text:nth-child(2),
.icons-left .icons-col:nth-child(1),
.icons-modal .icons-text:nth-child(2),
.icons-modal .icons-col:nth-child(1) {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .icons-left .icons-text:nth-child(2),
  .icons-left .icons-text:nth-child(4),
  .icons-left .icons-text:nth-child(6),
  .icons-left .icons-text:nth-child(8),
  .icons-left .icons-col:nth-child(1),
  .icons-left .icons-col:nth-child(3),
  .icons-left .icons-col:nth-child(5),
  .icons-left .icons-col:nth-child(7),
  .icons-modal .icons-text:nth-child(2),
  .icons-modal .icons-text:nth-child(4),
  .icons-modal .icons-text:nth-child(6),
  .icons-modal .icons-text:nth-child(8),
  .icons-modal .icons-col:nth-child(1),
  .icons-modal .icons-col:nth-child(3),
  .icons-modal .icons-col:nth-child(5),
  .icons-modal .icons-col:nth-child(7) {
    margin-top: 0;
  }
}

.icons.icons-normal .icons-row p {
  text-align: center;
}

.icons.icons-normal .icons-row .icons-image {
  height: 115px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .icons.icons-normal .icons-row .icon {
    margin-bottom: 0;
  }

  .icons.icons-normal .icons-row .icon img {
    height: 115px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .icons.icons-normal .icons-row .icon img {
    height: auto;
  }

  .icons.icons-normal .icons-row p {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.icons.icons-normal .four-icons:nth-of-type(1),
.icons.icons-normal .four-icons:nth-of-type(2) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .icons.icons-normal .four-icons {
    width: 25%;
  }

  .icons.icons-normal .four-icons:nth-of-type(1),
  .icons.icons-normal .four-icons:nth-of-type(2),
  .icons.icons-normal .four-icons:nth-of-type(3),
  .icons.icons-normal .four-icons:nth-of-type(4) {
    margin-top: 0;
  }
}

.icons.icons-normal .five-icons:nth-of-type(1),
.icons.icons-normal .five-icons:nth-of-type(2) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .icons.icons-normal .five-icons {
    width: 20%;
  }

  .icons.icons-normal .five-icons:nth-of-type(1),
  .icons.icons-normal .five-icons:nth-of-type(2),
  .icons.icons-normal .five-icons:nth-of-type(3),
  .icons.icons-normal .five-icons:nth-of-type(4),
  .icons.icons-normal .five-icons:nth-of-type(5) {
    margin-top: 0;
  }
}

.icons-left .icons-text p {
  margin-top: -7px;
}

.icons-left .icons-text:nth-child(2),
.icons-left .icons-col:nth-child(1) {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .icons-left .icons-text:nth-child(2),
  .icons-left .icons-text:nth-child(4),
  .icons-left .icons-text:nth-child(6),
  .icons-left .icons-text:nth-child(8),
  .icons-left .icons-col:nth-child(1),
  .icons-left .icons-col:nth-child(3),
  .icons-left .icons-col:nth-child(5),
  .icons-left .icons-col:nth-child(7) {
    margin-top: 0;
  }
}

.icons-modal .small-i {
  display: inline-block;
  color: #cb3333;
  transform: translate(-2px, -4px);
}

.icons-modal .modal-btn {
  cursor: pointer;
}

.icons-modal .modal-header {
  text-align: left;
  justify-content: flex-start;
}

.icons-modal .modal-header h4 {
  margin-bottom: 0;
}

.icons-modal .icon-text > p:last-of-type {
  margin-bottom: 0;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.slider-nav-square {
  position: relative;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 10px 10px 10px 0;
  cursor: pointer;
}

.slider-nav-square.active {
  border-color: #cb3333;
}

.tallnav {
  position: relative;
  z-index: 99;
}

.tallnav-card {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 auto 30px auto;
  height: 68vh;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 9px 20px 0 rgba(70, 30, 33, 0.16);
  max-height: 500px;
}

.tallnav .col-desk-8:last-child .tallnav-card-card {
  margin-bottom: 0;
}

.tallnav-card * {
  color: #fff;
}

.tallnav-card .tallnav-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.tallnav-card .tallnav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 50;
}

.tallnav-card .tallnav-text-cont {
  position: relative;
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 40px 20px;
}

.tallnav-card .tallnav-text-cont h6:not(.btn-text) {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.tallnav-card .tallnav-text-cont h3 {
  font-weight: 700;
  margin-bottom: 10px;
  transform-origin: left;
  line-height: 1.2;
}

.tallnav-card .tallnav-hidden-text {
  margin-bottom: 20px;
}

.tallnav-card .tallnav-hidden-text p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tallnav .tallnav-card-horizontal {
    height: 35vh;
    min-height: 300px;
  }
}

@media (min-width: 1025px) {
  .tallnav .tallnav-card-horizontal {
    height: 460px;
    width: 100%;
    min-height: auto;
  }
}

@media (min-width: 1025px) {
  .tallnav .tallnav-card-horizontal .tallnav-text-cont .tallnav-hidden-text {
    width: 50%;
  }
}

@media (min-width: 568px) {
  .tallnav-card {
    height: 25vh;
    min-height: 300px;
  }

  .tallnav-card .tallnav-overlay {
    background-color: rgba(0, 0, 0, 0.45);
  }

  .tallnav-card .tallnav-text-cont h6:not(.btn-text) {
    margin-bottom: 20px;
  }

  .tallnav-card .tallnav-text-cont h3 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .tallnav-card {
    height: 35vh;
    min-height: 300px;
    max-height: none;
    box-shadow: 0 18px 40px 0 rgba(70, 30, 33, 0.16);
  }

  .tallnav-card .tallnav-text-cont {
    width: 65%;
    padding: 30px;
  }

  .tallnav-card .tallnav-text-cont h3 {
    font-weight: 700;
    margin-bottom: 0;
    transform-origin: left;
  }
}

@media (min-width: 1025px) {
  .tallnav-card {
    height: 60vh;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    transition: transform 500ms cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: transform, transform;
  }

  .tallnav-card .tallnav-text-cont {
    padding: 60px 40px;
    width: 90%;
  }

  .tallnav-card .tallnav-text-cont h3,
  .tallnav-card .tallnav-text-cont h6:not(.btn-text) {
    transform: translateY(-20px);
    transition: transform 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: transform;
  }

  .tallnav-card .tallnav-text-cont h3 {
    font-size: 40px;
    transform: translateY(-20px);
  }

  .tallnav-card .tallnav-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: background-color;
  }

  .tallnav-card .tallnav-img {
    transition: opacity 0.2s;
    will-change: opacity;
  }

  .tallnav-card .tallnav-hidden-text {
    position: absolute;
    bottom: 75px;
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: transform;
  }

  .tallnav-card .tallnav-hidden-text p {
    margin-bottom: 1rem;
  }

  .tallnav-card:hover {
    transform: scale(1.03);
  }

  .tallnav-card:hover .tallnav-text-cont h6:not(.btn-text) {
    transform: translateY(-140px);
  }

  .tallnav-card:hover .tallnav-text-cont h3 {
    transform: translateY(-140px) scale(1.1);
  }

  .tallnav-card:hover .tallnav-hidden-text {
    opacity: 1;
  }

  .tallnav-card.active {
    transform: scale(0.95);
    box-shadow: 0 5px 20px 0 rgba(70, 30, 33, 0.16);
  }

  .tallnav-card.active .tallnav-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1408px) {
  .tallnav-card {
    height: 80vh;
    min-height: 650px;
    max-height: 1000px;
  }

  .tallnav-card .tallnav-text-cont h3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1408px) and (min-width: 320px) {
  .tallnav-card .tallnav-text-cont h3 {
    font-size: calc(40px + 22 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) and (min-width: 1408px) {
  .tallnav-card .tallnav-text-cont h3 {
    font-size: 62px;
  }
}

@media (min-width: 1408px) {
  .tallnav-card:hover .tallnav-text-cont h6:not(.btn-text) {
    transform: translateY(-100px);
  }

  .tallnav-card:hover .tallnav-text-cont h3 {
    transform: translateY(-100px) scale(1.1);
  }
}

.mission-statement {
  background-color: #fff;
  overflow-x: hidden;
}

.mission-statement p {
  color: #ba1e1e;
  margin-bottom: 0;
}

.mission-statement p {
  font-size: 25px;
}

@media screen and (min-width: 568px) {
  .mission-statement p {
    font-size: calc(25px + 17 * ((100vw - 568px) / 840));
  }
}

@media screen and (min-width: 1408px) {
  .mission-statement p {
    font-size: 42px;
  }
}

.mission-statement.bg-primary p {
  color: #fff;
}

.imagecard {
  display: flex;
  align-items: center;
}

.imagecard .row {
  align-items: center;
}

.imagecard-text-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .imagecard-text-cont {
    display: block;
  }
}

.imagecard-text-cont h6:not(.btn-text) {
  margin-bottom: 35px;
}

.imagecard-text-cont h4 {
  margin: 0 0 35px 0;
}

.imagecard-text-cont h5 {
  margin-bottom: 0.5rem;
}

.imagecard-text-cont .btn {
  margin-top: 2rem;
}

.imagecard-text-cont p:last-of-type {
  margin-bottom: 0;
}

.imagecard-img-cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 70px 0;
}

.imagecard-img {
  box-shadow: 0 18px 70px 0 rgba(70, 30, 33, 0.31);
  width: 100%;
}

@media (min-width: 1025px) {
  .imagecard h6:not(.btn-text) {
    margin-bottom: 40px;
  }

  .imagecard-img-cont {
    margin-bottom: 0;
    align-items: center;
  }
}

.overlay-img {
  width: 80vw;
  position: relative;
  transform: translateY(50%);
  z-index: 1;
  box-shadow: 0 18px 70px 0 rgba(70, 30, 33, 0.31);
}

@media (min-width: 1025px) {
  .overlay-img {
    position: absolute;
    top: -10vw;
    left: 0;
    width: 50vw;
    height: 50vw;
    max-width: 1200px;
    transform: none;
  }

  .overlay-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media (max-width: 1025px) {
  .overlay-img.bg-white {
    transform: translateY(-50%);
    margin-bottom: -40vw;
  }
}

.overlay-img-right {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 1025px) {
  .overlay-img-right {
    right: 0;
    left: auto;
  }
}

.overlay-spacer {
  margin-top: -40vw;
}

@media (min-width: 1025px) {
  .overlay-spacer {
    height: 55vw;
  }
}

@media (max-width: 1025px) {
  .overlay-spacer.bg-grey-light {
    margin-top: 0;
    height: 40vw;
  }
}

.section-overlay .img-cont {
  overflow-x: hidden;
}

@media (max-width: 1025px) {
  .section-overlay {
    padding-top: 45vw;
  }

  .section-overlay.bg-white {
    padding-top: 170px;
  }
}

@media (min-width: 1025px) {
  .section-overlay {
    height: 50vw;
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 800px;
  }

  .section-overlay .container {
    margin-top: -100px;
  }
}

.imagecard-full-height.white *,
.imagecard-half-height.white * {
  color: #fff;
}

.imagecard-full-height .imagecard,
.imagecard-half-height .imagecard {
  position: relative;
  z-index: 5;
}

.imagecard-full-height .imagecard-img-cont,
.imagecard-half-height .imagecard-img-cont {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  margin: 0;
}

.imagecard-full-height .imagecard-img-cont .imagecard-img,
.imagecard-half-height .imagecard-img-cont .imagecard-img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  box-shadow: none;
}

.imagecard-full-height:after,
.imagecard-half-height:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.imagecard-full-height.white:after,
.imagecard-half-height.white:after {
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1025px) {
  .imagecard-full-height:after,
  .imagecard-half-height:after {
    display: none;
  }
}

.imagecard-full-height {
  min-height: 110vh;
}

.imagecard-half-height {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 1025px) {
  .imagecard-half-height {
    min-height: 60vh;
    padding: 100px 0;
  }
}

.sticky-cards-mobile article {
  margin-bottom: 75px;
}

.sticky-cards-mobile article:last-of-type {
  margin-bottom: 0;
}

.sticky-cards-desktop {
  display: none;
}

@media (min-width: 1025px) {
  .sticky-cards-mobile {
    display: none !important;
  }

  .sticky-cards-desktop {
    display: flex;
  }

  .sticky-cards .imagecard-text-cont {
    height: 100vh;
    display: flex;
    justify-content: center;
  }

  .sticky-cards .imagecard-sticky-cont {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .sticky-cards .imagecard-img-cont {
    display: flex;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    top: 0;
    z-index: 900;
  }
}

@media (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .sticky-cards .imagecard-img-cont {
    position: relative;
  }
}

@media (min-width: 1025px) {
@supports (-ms-ime-align: auto) {
    .sticky-cards .imagecard-img-cont {
      position: relative;
    }
}
}

@media (min-width: 1025px) {
  .sticky-cards .imagecard-img-cont figure {
    height: 50vh;
    max-height: 500px;
  }
}

@media (min-width: 1025px) {
  .sticky-cards .imagecard-img-cont img {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 500ms;
    box-shadow: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .sticky-cards .imagecard-img-cont img {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
@supports (-ms-ime-align: auto) {
    .sticky-cards .imagecard-img-cont img {
      opacity: 1;
    }
}
}

@media (min-width: 1025px) {
  .sticky-cards .imagecard-img-cont.active img,
  .sticky-cards .imagecard-img-cont.first img {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .sticky-cards .imagecard-img-cont.fade-out img {
    transition: opacity 1000ms ease-out;
    opacity: 0 !important;
  }

@supports (-ms-ime-align: auto) {
    .sticky-cards .imagecard-img-cont.fade-out img {
      opacity: 1 !important;
    }
}
}

.category-menu {
  position: relative;
  display: flex;
  overflow-x: scroll;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.category-menu li {
  display: flex;
  width: auto;
  padding: 10px;
  margin-right: 20px;
  cursor: pointer;
}

.category-menu li img {
  display: none;
  margin-left: 6px;
  opacity: 0;
}

.category-menu li h6 {
  white-space: nowrap;
  color: #8a8a8a;
  margin-bottom: 0;
}

.category-menu li:first-of-type {
  padding-left: 0;
}

.category-menu li.active h6 {
  color: #cb3333 !important;
}

@media (min-width: 1025px) {
  .category-menu {
    margin-top: 30px;
    display: block;
    overflow: auto;
  }

  .category-menu li {
    margin-right: 0;
    padding: 10px 0;
  }

  .category-menu li h6 {
    transition: color 100ms;
    will-change: color;
  }

  .category-menu li img {
    display: block;
    transform: translateX(-10px);
    transition: opacity 300ms, transform 300ms;
  }

  .category-menu li:hover img {
    opacity: 1;
    transform: translateX(0);
  }

  .category-menu li:hover h6 {
    color: #cb3333;
  }
}

@media (min-width: 1025px) {
  .category + .bg-white {
    padding-top: 230px !important;
  }
}

.category-mob-arrow {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%);
}

@media (min-width: 1025px) {
  .category-mob-arrow {
    display: none;
  }
}

.category-list-cont {
  position: relative;
}

@media (min-width: 1025px) {
  .category-list-cont {
    margin-bottom: 50px;
  }
}

.category-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 400ms;
  will-change: opacity, transform;
}

.category-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.category-list li a {
  padding: 15px 0;
  display: block;
  color: #565656;
  font-size: 1.2rem;
  font-weight: 300;
  transition: color 100ms, transform 200ms;
  will-change: color, transform;
}

.category-list li:hover a {
  color: #cb3333;
  transform: translateX(10px);
}

.category-list li.none-found {
  padding: 15px 0;
  color: #565656;
  font-size: 1.2rem;
  font-weight: 300;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.category-list li.none-found .scroll-to {
  color: #cb3333;
  cursor: pointer;
  font-weight: 600;
}

.category-list:not(.active) {
  visibility: hidden;
  transform: translateX(-10%);
}

.category-list.active {
  opacity: 1;
  transition-delay: 300ms;
}

@media (min-width: 1025px) {
  .category-list {
    top: 26px;
  }
}

.category-side-image-cont {
  position: relative;
  display: block;
  top: 0;
  width: 80vw;
  padding: 0 10vw;
  margin: 0 auto;
  z-index: 1;
  height: 40vh;
}

.category-side-image-cont img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.category-side-image-cont img.active {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1025px) {
  .category-side-image-cont {
    height: 40vh;
    min-height: 600px;
  }
}

@media (min-width: 1025px) {
  .category-side-image-cont {
    position: absolute;
    right: 0;
    top: 200px;
    height: 90%;
    width: 33vw;
    padding: 0;
    margin-bottom: 0 auto -10% auto;
  }
}

.interview h5,
.interview p,
.interview span {
  text-align: center;
}

.interview p {
  margin-bottom: 3px;
}

.interview-stage {
  margin-bottom: 40px;
}

.interview-arrow {
  display: block;
  margin: 0 auto;
}

.interview-tick {
  display: block;
  margin: 0 auto 5px auto;
}

.interview-heading {
  margin-bottom: 1.6rem;
}

@media (min-width: 568px) {
  .interview h5,
  .interview p,
  .interview span {
    text-align: left;
  }

  .interview-tick {
    margin: 0 0 10px 0;
  }

  .interview-stage {
    margin-bottom: 25px;
  }

  .interview-arrow {
    margin: 0 0 0 10px;
    width: 80%;
  }

  .interview .big-number {
    width: 15%;
  }
}

@media (min-width: 1025px) {
  .interview-stage {
    flex: 1 1 auto;
  }

  .interview-arrow {
    width: 70%;
  }

  .interview .big-number {
    width: 30%;
  }
}

.cs-blocks {
  padding: 0;
}

.cs-blocks .text-cont {
  margin-bottom: 50px;
}

.cs-blocks p:last-child,
.cs-blocks ul:last-child {
  margin-bottom: 0;
}

.cs-blocks.last-child {
  padding-bottom: 75px;
}

@media (min-width: 768px) {
  .cs-blocks.last-child {
    padding-bottom: 125px;
  }
}

@media (min-width: 1025px) {
  .cs-blocks.last-child {
    padding-bottom: 200px;
  }
}

.cs-blocks.last-child .text-cont {
  margin-bottom: 0 !important;
}

.cs-blocks-badge-image + .cs-blocks-rich-text {
  margin-top: 50px;
}

.cs-blocks-badge-image .image-badge {
  display: block;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

@media (min-width: 768px) {
  .cs-blocks-badge-image .image-badge {
    margin: 55px 0;
  }
}

.cs-blocks-badge-image .image-badge .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  background-size: contain;
  background-position: center 40%;
  background-repeat: no-repeat;
  padding: 50px 30px;
  overflow: visible;
  transform: translate(10%, 60%);
}

.cs-blocks-badge-image .image-badge .badge-title,
.cs-blocks-badge-image .image-badge .badge-text {
  position: relative;
  z-index: 5;
  color: #ba1e1e;
}

.cs-blocks-badge-image .image-badge .badge-title {
  font-weight: 700;
  line-height: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cs-blocks-badge-image .image-badge .badge-text {
  max-width: 250px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cs-blocks-badge-image .image-badge .badge {
    padding: 50px 30px;
    min-width: 250px;
    transform: translate(30%, 30%);
  }

  .cs-blocks-badge-image .image-badge .badge-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .cs-blocks-badge-image .image-badge .badge {
    padding: 50px;
  }
}

.cs-blocks-blockquote blockquote {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 20px;
  margin: 0;
}

.cs-blocks-blockquote blockquote .text-cont {
  margin: 50px 0;
}

@media (min-width: 1025px) {
  .cs-blocks-blockquote blockquote .text-cont {
    margin: 80px 0;
  }
}

.cs-blocks-blockquote blockquote .quote {
  color: #ba1e1e;
  margin-bottom: 20px;
  transform: translateY(-10px);
}

.cs-blocks-blockquote blockquote .quote {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .cs-blocks-blockquote blockquote .quote {
    font-size: calc(22px + 23 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  .cs-blocks-blockquote blockquote .quote {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .cs-blocks-blockquote blockquote .quote {
    transform: translateY(-15px);
  }
}

@media (min-width: 1025px) {
  .cs-blocks-blockquote blockquote .quote {
    transform: translateY(-16px);
  }
}

.cs-blocks-blockquote blockquote:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
  background-color: #ba1e1e;
}

@media (min-width: 768px) {
  .cs-blocks-blockquote blockquote:after {
    left: -50px;
  }
}

@media (min-width: 768px) {
  .cs-blocks-blockquote blockquote {
    padding-left: 0;
  }
}

.cs-blocks-numbers .big-number-col:last-of-type,
.cs-blocks-numbers .big-number-col:nth-last-child(2) {
  margin-bottom: 0 !important;
}

.cs-blocks-numbers + .cs-blocks-blockquote {
  margin-top: -50px;
}

.cs-blocks-big-image {
  padding-top: 0;
  margin-bottom: -30%;
}

.cs-blocks-big-image + section {
  padding-top: 45%;
}

.cs-blocks-big-image + footer .footer-main {
  padding-top: 35%;
}

.cs-blocks-big-image ~ .cs-blocks {
  background: #f4f4f4 !important;
}

.cs-blocks-big-image img {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .cs-blocks-big-image + section {
    padding-top: 35%;
  }
}

@media screen and (min-width: 1920px) {
  .cs-blocks-big-image {
    margin-bottom: -570px;
    margin-top: 50px;
  }

  .cs-blocks-big-image + section {
    padding-top: 670px;
  }
}

.timeline {
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

@media (max-width: 768px) {
  .timeline {
    padding-bottom: 125px;
  }
}

.timeline-wrapper {
  margin: 0;
}

.timeline-history {
  opacity: 0;
  transition: opacity 400ms ease-out;
  will-change: opacity;
}

.timeline-history.tns-slide-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .timeline-history {
    width: var(--history-width) !important;
  }
}

.timeline-btn-row {
  margin: 60px 46px 0;
  justify-content: space-between;
  outline: none;
  display: none;
  padding-top: 30px;
}

.timeline-btn-row .back-btn,
.timeline-btn-row .next-btn {
  padding: 3px 6px;
}

.timeline-btn-row .back-btn:after,
.timeline-btn-row .next-btn:after {
  height: 24px;
}

.timeline-btn-row .back-btn {
  opacity: 0;
  transform: rotate(180deg);
  transition: opacity 200ms ease-in;
  will-change: opacity;
}

.timeline-btn-row .back-btn.active {
  opacity: 1;
}

@media (min-width: 768px) {
  .timeline-btn-row {
    display: flex;
  }
}

.event-img-cont {
  display: block;
  margin-top: 50px;
  margin-bottom: 1.4rem;
  width: 100%;
  height: 160px;
}

.event-img-cont img {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 768px) {
  .event-img-cont {
    height: 230px;
  }
}

.event-content {
  max-height: 30vh;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .event-content {
    max-height: 200px;
  }
}

@media (min-width: 1408px) {
  .event-content {
    max-height: 300px;
  }
}

.event:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -46px;
  height: 1px;
  width: 110%;
  background: #ba1e1e;
}

.event:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 1px;
  height: 13px;
  transform: translateX(-50%);
  background: #ba1e1e;
}

.event-first:after {
  left: 50%;
}

.event-first:before {
  height: 26px;
}

.event-last:after {
  left: -50%;
  width: 100%;
}

.event-last:before {
  height: 26px;
}

.contact-form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.contact-form .input-cont {
  flex-basis: 100%;
  position: relative;
  z-index: 1;
}

.contact-form .input-cont.input-full {
  flex: 0 0 100%;
  flex-basis: 100%;
}

.contact-form .input-cont,
.contact-form .button-cont {
  transition: opacity 500ms ease-in;
  will-change: opacity;
}

@media (min-width: 768px) {
  .contact-form .input-cont {
    flex: 0 0 49%;
  }
}

.contact-form.shake {
  -webkit-animation: 900ms shake;
          animation: 900ms shake;
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(0, 0, 0);
  }

  20%, 80% {
    transform: translate3d(10px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(0, 0, 0);
  }

  20%, 80% {
    transform: translate3d(10px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(10px, 0, 0);
  }
}

.contact-form.success .input-cont,
.contact-form.success .button-cont {
  opacity: 0;
}

.contact-form.success ~ .contact-thankyou-message {
  opacity: 1;
}

@media (min-width: 768px) {
  .contact-form.success ~ .contact-thankyou-message {
    transform: translate(-50%, -100%);
    opacity: 1;
  }
}

.contact-thankyou-message {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  opacity: 0;
  transition: opacity 700ms, transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: opacity, transform;
  transition-delay: 700ms;
}

.contact-thankyou-message {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  .contact-thankyou-message {
    font-size: calc(24px + 10 * ((100vw - 320px) / 1088));
  }
}

@media screen and (min-width: 1408px) {
  .contact-thankyou-message {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  .contact-thankyou-message {
    width: 70%;
    top: 50%;
    transform: translate(-50%, -200%);
  }
}

.contact-details {
  display: flex;
  justify-content: space-between;
}

.contact-details h6 {
  margin-bottom: 10px;
}

.contact-details h5 {
  font-size: 1.3rem;
}

.contact-side .contact-form .input-cont .input {
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .contact-side .contact-form .input-cont {
    flex-basis: 100%;
  }
}

@media (min-width: 568px) {
  .contact-details h5 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1025px) {
  .contact-details {
    display: block;
  }

  .contact-details .text-cont {
    margin-bottom: 2rem;
  }
}

.contact-details .icon-link {
  color: #777777;
  cursor: pointer;
  transition: color 250ms cubic-bezier(0.47, 0, 0.745, 0.715);
  will-change: color;
}

.contact-details .icon-link i:before {
  font-size: 2.4rem;
  margin: 0;
}

.contact-details .icon-link:hover {
  color: #ba1e1e;
}

/* ====================
    Layout
    ==================== */

.footer-main {
  background-color: #ba1e1e;
  color: #fff;
  padding: 115px 0;
}

.footer-main p {
  color: #fff;
}

.footer-main .nav-list-footer .nav-link {
  font-size: 0.9375rem;
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

.footer-main .nav-list-footer .menu-item-home {
  font-weight: 700 !important;
}

.footer-main .nav-list-footer .menu-item-has-children {
  margin: 15px 0;
}

.footer-main .nav-list-footer .menu-item-has-children a {
  font-weight: 700;
  transition: opacity 100ms;
}

.footer-main .nav-list-footer .menu-item-has-children ul li a {
  font-weight: 300;
}

.footer-main .nav-list-footer .nav-item:first-child {
  margin-top: 0;
}

.footer-main .nav-list-footer .nav-item:hover > a {
  opacity: 0.6;
}

.footer-main .nav-list-footer .nav-item ul .nav-item:hover {
  opacity: 1 !important;
}

.footer-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #565656;
  padding: 0 20px;
}

.footer-sub p {
  color: #c4c0c0;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-main .nav-list-footer {
    flex-wrap: nowrap;
  }

  .footer-main .nav-list-footer a {
    font-size: 16px;
  }
}

/* ====================
    Pages
    ==================== */

@media (min-width: 1025px) {
  .section-services-mobile {
    display: none;
  }
}

#pinContainer {
  display: none;
}

@media (min-width: 1025px) {
  #pinContainer {
    display: block;
    height: 100%;
    width: 100% !important;
    overflow: visible;
    position: relative;
  }
}

.section-services-desktop {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.section-services-desktop .image-column,
.section-services-desktop .text-column {
  height: 100vh;
}

.section-services-desktop .imagecard-text-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: auto;
}

.section-services-desktop .imagecard-text-cont:not(:first-child) {
  opacity: 0;
}

.section-services-desktop .imagecard-img-cont {
  position: absolute;
  top: 0;
  height: 100vh;
}

.section-services-desktop .imagecard-img-cont .inner {
  position: relative;
}

.section-services-desktop .imagecard-img-cont:nth-child(even) {
  transform: rotate(1.5deg);
}

.section-services-desktop .imagecard-img-cont:nth-child(odd) {
  transform: rotate(-1.5deg);
}

.section-services-desktop .imagecard-img-cont {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .services-nav {
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: column;
  }

  .services-nav-item {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .services-nav-item:hover .services-nav-text {
    opacity: 1;
  }

  .services-nav-square {
    position: relative;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 10px 10px 10px 0;
    cursor: pointer;
  }

  .services-nav-square.active {
    border-color: #cb3333;
  }

  .services-nav-text {
    line-height: 1;
    opacity: 0;
    margin: 0;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: opacity 100ms ease-in;
    will-change: opacity;
    background-color: #cb3333;
    padding: 5px 10px;
    z-index: 99;
    box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
  }
}

@media (min-width: 1408px) {
  .services-nav {
    left: 30px;
  }
}

.vacancies-btn-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.vacancies-btn-cont .btn:first-of-type {
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  .vacancies-btn-cont {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    transform: translateX(110%);
    top: 200px;
    margin-bottom: -70px;
  }
}

.page-press .downloads {
  margin-bottom: 75px;
}

.page-press .downloads-link {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}

.page-press .downloads-link .downloads-arrow {
  margin-left: -2px;
  margin-top: 8px;
  transition: transform 100ms;
  will-change: transform;
}

.page-press .downloads-link:hover .downloads-arrow {
  transform: translateX(5px);
}

.page-press .downloads-icon-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-press .downloads-icon-cont small {
  color: #8a8a8a;
}

.page-press .downloads-title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-press .downloads {
    margin-bottom: 125px;
  }

  .page-press .downloads-link {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .page-press .downloads-link {
    margin-top: 10px;
  }

  .page-press .downloads-icon-cont {
    height: 75%;
    justify-content: space-between;
  }
}

.page-contactus .contact-form {
  margin-top: 100px;
}

@media (min-width: 1025px) {
  .page-contactus .contact-form {
    margin-top: 50px;
  }
}

.page-contactus .google-map {
  position: relative;
  box-shadow: 0 18px 70px 0 rgba(70, 30, 33, 0.31);
  height: 70vh;
  width: 90vw;
  left: 0;
  margin-bottom: -200px;
  min-height: 500px;
  max-height: 800px;
}

@media (min-width: 768px) {
  .page-contactus .google-map {
    width: 80vw;
    margin-bottom: -250px;
  }
}

@media (min-width: 1025px) {
  .page-contactus .google-map {
    height: 90vh;
    width: 50vw;
    position: absolute;
    top: 35%;
    left: 0;
    margin-bottom: 0;
    min-height: 700px;
    max-height: 1000px;
  }
}

.page-contactus .spacer {
  height: 50px;
}

@media (min-width: 1025px) {
  .page-contactus .spacer {
    height: 0;
  }
}

@media (min-width: 1408px) {
  .page-contactus .desktop-spacer {
    height: 50px;
  }
}

.page-contactus ~ .footer .footer-main {
  padding-top: 235px;
}

@media (min-width: 1025px) {
  .page-contactus ~ .footer .footer-main {
    padding-top: 115px;
  }
}

