@charset "UTF-8";
/*
name: Assets Base
project: http://
authors:
version: 1.0.0
*/
/* stylelint-disable block-no-empty */
/* stylelint-disable scss/dollar-variable-pattern */
@import "https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap";
.container-fluid,
.container,
.pagination,
.tab-panel .contra-ajax-filters {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/*
    Variables
*/
/*
	Mixins
*/
textarea, .select,
select, input[type=date], input[type=email], input[type=password], input[type=text], input[type=search],
.input[type=date],
.input[type=email],
.input[type=password],
.input[type=text],
.input[type=search] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 16px;
  transition: all 0.3s ease-out;
}
textarea:focus, .select:focus,
select:focus, input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus,
.input[type=date]:focus,
.input[type=email]:focus,
.input[type=password]:focus,
.input[type=text]:focus,
.input[type=search]:focus {
  border-color: #c21f21;
}
textarea[disabled], [disabled].select,
select[disabled], input[disabled][type=date], input[disabled][type=email], input[disabled][type=password], input[disabled][type=text], input[disabled][type=search],
[disabled].input[type=date],
[disabled].input[type=email],
[disabled].input[type=password],
[disabled].input[type=text],
[disabled].input[type=search] {
  color: #2b2b2e;
  cursor: not-allowed;
  background-color: #5a5c5c;
}

.radio,
input[type=radio], .checkbox,
input[type=checkbox] {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #bababa;
}
.radio:checked + label::after,
input[type=radio]:checked + label::after, .checkbox:checked + label::after,
input[type=checkbox]:checked + label::after {
  background-color: #2b2b2e;
  border-color: #fff;
}
.radio:focus + label::before,
input[type=radio]:focus + label::before, .checkbox:focus + label::before,
input[type=checkbox]:focus + label::before {
  border-color: #c21f21;
}
.radio + label,
input[type=radio] + label, .checkbox + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 1.6rem;
  color: #000;
}
.radio + label[hidden],
input[type=radio] + label[hidden], .checkbox + label[hidden],
input[type=checkbox] + label[hidden] {
  display: inline-block !important;
  padding-left: 0;
  text-indent: -99999px;
}
.radio + label::before,
input[type=radio] + label::before, .checkbox + label::before,
input[type=checkbox] + label::before, .radio + label::after,
input[type=radio] + label::after, .checkbox + label::after,
input[type=checkbox] + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
}
.radio + label::before,
input[type=radio] + label::before, .checkbox + label::before,
input[type=checkbox] + label::before {
  z-index: 1;
  background-color: transparent;
  border: 1px solid #bababa;
}
.radio + label::after,
input[type=radio] + label::after, .checkbox + label::after,
input[type=checkbox] + label::after {
  z-index: 0;
  background-color: #fff;
  border: 4px solid transparent;
}

.btn {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 120px;
  -webkit-font-smoothing: initial !important;
}
.btn + .btn {
  margin-left: 24px;
}
.btn-block.btn {
  display: block;
}

/*
	Helpers
*/
::-moz-placeholder { /* Firefox 19+ */
  color: #1e2844;
  opacity: 0.6;
}
::placeholder { /* Firefox 19+ */
  color: #1e2844;
  opacity: 0.6;
}

::-moz-selection {
  color: #000;
  text-shadow: none;
  background: #5bafa2;
}

::selection {
  color: #000;
  text-shadow: none;
  background: #5bafa2;
}

::-webkit-selection {
  color: #000;
  text-shadow: none;
  background: #5bafa2;
}

*:-webkit-autofill {
  box-shadow: 0 0 0 100rem #1e2844 inset;
  -webkit-text-fill-color: #1e2844 !important;
}

img {
  max-width: 100%;
  height: auto;
}

body.no-scroll {
  overflow-y: hidden;
}

.container, .pagination, .tab-panel .contra-ajax-filters {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto;
  clear: fix;
}
.container--small {
  max-width: 846px;
}
.container--full-bleed {
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}
.container--full-bleed .image {
  transform: scale(0.85);
  transform-origin: center center;
}

.text-centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-primary {
  color: #1e2844;
}

.text-success {
  color: #1e2844;
}

.text-danger,
.text-error {
  color: #c21f21;
}

.text-warning {
  color: #f9690e;
}

.text-info {
  color: #ffb548;
}

.full-height {
  height: 100%;
}

.hide-labels label {
  display: none;
}

@media screen and (min-width: 767px) {
  .sticky {
    position: sticky;
    top: 140px;
  }
}

.visually-hidden {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.sticky-wrapper {
  position: sticky;
  top: 120px;
}

article {
  /* stylelint-disable-next-line selector-max-id */
}
article #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
  font-size: 1.6rem;
  line-height: 1.4rem;
}

/*
	Animations
*/
@keyframes float-around {
  0% {
    top: 20%;
    left: 0%;
    transform: rotate(7deg);
  }
  25% {
    top: 10%;
    left: 50%;
    transform: rotate(10deg);
  }
  50% {
    top: 60%;
    left: 80%;
    transform: rotate(15deg);
  }
  75% {
    top: 80%;
    left: 30%;
    transform: rotate(5deg);
  }
  100% {
    top: 20%;
    left: 0%;
    transform: rotate(7deg);
  }
}
.triangle-animation {
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 1;
  width: 75px;
  height: 150px;
  pointer-events: none;
  transition: all 0.3s ease-out;
  /* Hide SVG by default */
  /* Show + animate paths only when section is in view */
}
@media screen and (min-width: 992px) {
  .triangle-animation {
    width: 150px;
    height: 300px;
  }
}
.triangle-animation svg {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.triangle-animation svg path {
  opacity: 0;
}
.section.in-view .triangle-animation svg {
  visibility: visible;
}
.section.in-view .triangle-animation svg path {
  animation: fade-in 0.4s ease forwards;
}
.section.in-view .triangle-animation .layer-1 {
  animation-delay: 1.6s;
}
.section.in-view .triangle-animation .layer-2 {
  animation-delay: 1.2s;
}
.section.in-view .triangle-animation .layer-3 {
  animation-delay: 0.8s;
}
.section.in-view .triangle-animation .layer-4 {
  animation-delay: 0.4s;
}
.section.in-view .triangle-animation .layer-5 {
  animation-delay: 0s;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes text-shine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* stylelint-disable selector-class-pattern */
/*
name: Typography
code: |
  <h1>Heading 1</h1>
	<h2>Heading 2</h2>
	<h3>Heading 3</h3>
	<h4>Heading 4</h4>
	<p>Paragraph - ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec arcu lectus. Praesent laoreet leo eros, vitae faucibus quam suscipit sit amet.</p>
*/
html {
  font-size: 67.5%;
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-bottom: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #314f8f;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong {
  font-weight: 700;
}
h1 sup,
h1 sub,
h1 small,
.h1 sup,
.h1 sub,
.h1 small,
h2 sup,
h2 sub,
h2 small,
.h2 sup,
.h2 sub,
.h2 small,
h3 sup,
h3 sub,
h3 small,
.h3 sup,
.h3 sub,
.h3 small,
h4 sup,
h4 sub,
h4 small,
.h4 sup,
.h4 sub,
.h4 small,
h5 sup,
h5 sub,
h5 small,
.h5 sup,
.h5 sub,
.h5 small {
  font-size: 65%;
  color: inherit;
}
h1 .color,
.h1 .color,
h2 .color,
.h2 .color,
h3 .color,
.h3 .color,
h4 .color,
.h4 .color,
h5 .color,
.h5 .color {
  color: #ffb548;
}
.hero--post h1 .color, .hero--news h1 .color,
.hero--post .h1 .color,
.hero--news .h1 .color,
.hero--post h2 .color,
.hero--news h2 .color,
.hero--post .h2 .color,
.hero--news .h2 .color,
.hero--post h3 .color,
.hero--news h3 .color,
.hero--post .h3 .color,
.hero--news .h3 .color,
.hero--post h4 .color,
.hero--news h4 .color,
.hero--post .h4 .color,
.hero--news .h4 .color,
.hero--post h5 .color,
.hero--news h5 .color,
.hero--post .h5 .color,
.hero--news .h5 .color {
  color: #314f8f;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span {
  display: inline-block;
}

h1,
.h1 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 3.3rem;
  }
}

h3,
.h3 {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  h3,
  .h3 {
    font-size: 2.8rem;
  }
}

h4,
.h4 {
  font-size: 3.3rem;
}
@media screen and (max-width: 992px) {
  h4,
  .h4 {
    font-size: 2.8rem;
  }
}

h5,
.h5 {
  font-size: 2.8rem;
}

h6,
.h6 {
  font-size: 2rem;
}

p {
  margin-bottom: 24px;
  font-size: 1.6rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
p sup,
p sub,
p small {
  font-size: 65%;
  color: inherit;
}
p.paragraph-big {
  font-size: 1.9rem;
  font-weight: 500;
}
p.paragraph-small {
  font-size: 1.3rem;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #5a5c5c;
}

strong {
  font-weight: 500;
}

hr {
  height: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 0;
  opacity: 0.3;
}

/*
name: Button
description: button styles can be used on button, a herf and submit elements
code: |
	<button class="btn">Button</button>
  	<a href="#" class="btn btn-primary">Button Primary</a>
*/
.btn {
  color: #fff;
  background-color: #5a5c5c;
  transform: scale(1);
  transform-origin: center;
}
.btn i {
  color: #fff;
}
.btn:hover {
  background: rgb(64.7802197802, 66.2197802198, 66.2197802198);
  transform: scale(1.05);
}
.btn:active {
  background: rgb(26.9505494505, 27.5494505495, 27.5494505495);
}
.btn:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.btn--primary {
  color: #1e2844;
  background-color: #fff;
  transform: scale(1);
  transform-origin: center;
  padding-left: 5.4rem;
}
.btn--primary i {
  color: #1e2844;
}
.btn--primary:hover {
  background: rgb(229.5, 229.5, 229.5);
  transform: scale(1.05);
}
.btn--primary:active {
  background: rgb(191.25, 191.25, 191.25);
}
.btn--primary:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.btn--primary::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  background-color: #1e2844;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.btn--primary::after {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: url("../img/icons/chevron-arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.btn--primary:hover {
  color: #314f8f;
  background-color: #ffb548;
}
.btn--primary:hover::before {
  transform: translateY(-50%) scale(1);
}
.btn--secondary {
  color: #fff;
  background-color: #1e2844;
  transform: scale(1);
  transform-origin: center;
  padding-left: 5.4rem;
  cursor: pointer;
}
.btn--secondary i {
  color: #fff;
}
.btn--secondary:hover {
  background: rgb(14.387755102, 19.1836734694, 32.612244898);
  transform: scale(1.05);
}
.btn--secondary:active {
  background: black;
}
.btn--secondary:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.btn--secondary::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.btn--secondary::after {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.btn--secondary:hover {
  color: #ffb548;
  background-color: #1e2844;
}
.btn--secondary:hover::before {
  background-color: #ffb548;
  transform: translateY(-50%) scale(1);
}
.btn--link {
  color: #314f8f;
  background-color: #fff;
  transform: scale(1);
  transform-origin: center;
  padding: 0 5.4rem 0 0;
  background-color: transparent;
  /* stylelint-disable-next-line selector-class-pattern */
}
.btn--link i {
  color: #314f8f;
}
.btn--link:hover {
  background: rgb(229.5, 229.5, 229.5);
  transform: scale(1.05);
}
.btn--link:active {
  background: rgb(191.25, 191.25, 191.25);
}
.btn--link:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.title__wrapper .btn--link {
  padding: 0 3.4rem 0 0;
}
.btn--link::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #314f8f;
  -webkit-mask-image: url("../img/icons/arrow-forward.svg");
  mask-image: url("../img/icons/arrow-forward.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
  /* stylelint-disable-next-line selector-class-pattern */
}
.title__wrapper .btn--link::after {
  right: 0;
}
.btn--link:hover {
  padding-left: 10px;
  background-color: transparent;
}
.btn--link:hover::after {
  transform: translateY(-50%) scale(1.05);
}
.btn--yellow {
  color: #694004;
  background-color: #ffb548;
  transform: scale(1);
  transform-origin: center;
}
.btn--yellow i {
  color: #694004;
}
.btn--yellow:hover {
  background: rgb(255, 160.3770491803, 21);
  transform: scale(1.05);
}
.btn--yellow:active {
  background: rgb(199.5, 118.8278688525, 0);
}
.btn--yellow:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.btn--yellow:hover {
  color: #1e2844;
}
.btn--turquoise {
  color: #fff;
  background-color: #5bafa2;
  transform: scale(1);
  transform-origin: center;
}
.btn--turquoise i {
  color: #fff;
}
.btn--turquoise:hover {
  background: rgb(70.4918032787, 144.5081967213, 133.0532786885);
  transform: scale(1.05);
}
.btn--turquoise:active {
  background: rgb(45.4098360656, 93.0901639344, 85.7110655738);
}
.btn--turquoise:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.btn--turquoise:hover {
  color: #1e2844;
}
.btn--quick {
  position: relative;
  height: auto;
  padding: 1.5rem 0 1.5rem 3.4rem;
  overflow: hidden;
  line-height: 1.2;
  color: #5bafa2;
  background-color: transparent;
  /* autoprefixer: off */
}
.btn--quick::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #5bafa2;
  -webkit-mask-image: url("../img/icons/arrow-forward.svg");
  mask-image: url("../img/icons/arrow-forward.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.btn--quick:hover {
  color: #ffb548;
  background-color: transparent;
}
.btn--quick:hover::after {
  background-color: #ffb548;
  transform: translateY(-50%) scale(1.05);
}

button:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}

/*
name: Label
description: label styles for form fields. labels can be hidden using `hidden`
code: |
	<label for="username">Username</label>
    <label for="username" hidden>Username</label>
*/
label,
.label {
  display: block;
}
label:hover,
.label:hover {
  cursor: pointer;
}

/*
name: Input
description: input styles are applied to all input fields
code: |
	<input id="username" type="text" name="username" placeholder="Username">
    <input id="password" type="password" name="password" placeholder="Password">
    <input id="email" type="email" placeholder="Email">
*/
/*
name: Select
code: |
    <select name="car-type">
        <option value="volvo">Volvo</option>
        <option value="saab">Saab</option>
        <option value="mercedes">Mercedes</option>
        <option value="audi">Audi</option>
    </select>
*/
.select,
select {
  padding-right: 4rem;
  cursor: pointer;
  background-image: url("../img/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 14.6666666667px;
}

/*
name: Textarea
code: |
    <textarea id="message" name="message" rows="2"></textarea>
*/
textarea {
  min-height: 120px;
  padding: 0 16px;
  resize: none;
}

/*
name: Unordered and Ordered List
description: list styles have classes for `list-unstyled` and `list-inline`
code: |
	<ol>
		<li>Apples</li>
		<li>Oranges</li>
		<li>Pears</li>
	</ol>
	<ul>
		<li>Apples</li>
		<li>Oranges</li>
		<li>Pears</li>
	</ol>
*/
ol,
ul {
  margin-bottom: 32px;
  margin-left: 48px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 5px;
  margin-bottom: 0;
}
ol li,
ul li {
  margin-bottom: 5px;
}
ol.list-unstyled,
ul.list-unstyled {
  padding: 0;
  margin: 0 0 32px 24px;
  list-style: none;
}
ol.list-unstyled ol,
ol.list-unstyled ul,
ul.list-unstyled ol,
ul.list-unstyled ul {
  list-style: none;
}
ol.list-inline,
ul.list-inline {
  margin: 0 0 24px 0;
}
ol.list-inline li,
ul.list-inline li {
  display: inline;
  margin-right: 24px;
}
ol.bullets__list,
ul.bullets__list {
  padding-left: 1.5rem;
  margin-left: 0;
}
ol.bullets__list li,
ul.bullets__list li {
  position: relative;
  padding: 1.5rem 0;
  margin-bottom: 0;
  color: #314f8f;
  list-style-position: outside;
}
ol.bullets__list li::after,
ul.bullets__list li::after {
  position: absolute;
  top: 100%;
  left: -1.5rem;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(49, 79, 143, 0.3);
}

/*
name: Link
code: |
	<a href="#">link me</a>
*/
a {
  color: #1e2844;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #5bafa2;
}
.ep-spell-suggestion a {
  border-bottom: 1px solid #5bafa2;
}
a.link-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
a:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}

p a:not(.btn) {
  border-bottom: 1px solid #1e2844;
}
p a:not(.btn):hover {
  border-color: #5bafa2;
}

/* stylelint-disable-next-line selector-max-id */
#breadcrumbs {
  /* stylelint-disable-next-line selector-max-id */
}
#breadcrumbs a:not(.btn) {
  border-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  color: #1e2844;
}

/*
name: Checkbox
description: input checkbox styled using before and after pseudo-element's
code: |
    <input id="apples" type="checkbox" name="checkbox" value="true">
*/
.checkbox,
input[type=checkbox] {
  border-radius: 16px;
}
.checkbox + label::before, .checkbox + label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  border-radius: 16px;
}

/*
name: Radio
description: input radio styled using before and after pseudo-element's
code: |
    <input id="apples" type="radio" name="radio" value="true">
*/
.radio,
input[type=radio] {
  border-radius: 100%;
}
.radio + label::before, .radio + label::after,
input[type=radio] + label::before,
input[type=radio] + label::after {
  border-radius: 100%;
}

/*
name: Icon
description: site icons created using http://fontello.com
code: |
	<i class="icon-home" aria-hidden="true"></i>
*/
.icon--money-bank::after {
  background: url("../img/icons/icon-money-bank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--hand-shake::after {
  background: url("../img/icons/icon-heart.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--gears::after {
  background: url("../img/icons/icon-gears.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--plant::after {
  background: url("../img/icons/icon-plant.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--headphones::after {
  background: url("../img/icons/icon-headphones.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--lightbulb::after {
  background: url("../img/icons/icon-lightbulb.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--twitter {
  background: url("../img/icons/icon-x.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--twitter-blue {
  background: url("../img/icons/icon-x-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--facebook {
  background: url("../img/icons/icon-facebook.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--facebook-blue {
  background: url("../img/icons/icon-facebook-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--youtube {
  background: url("../img/icons/icon-youtube.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--linkedin {
  background: url("../img/icons/icon-linkedin.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--linkedin-blue {
  background: url("../img/icons/icon-linkedin-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--spotify {
  background: url("../img/icons/icon-spotify.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--instagram {
  background: url("../img/icons/icon-instagram.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--bluesky {
  background: url("../img/icons/icon-bluesky.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--bluesky-blue {
  background: url("../img/icons/icon-bluesky-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--email {
  background: url("../img/icons/icon-email.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--chat {
  background: url("../img/icons/icon-chat.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--ticket {
  background: url("../img/icons/icon-ticket.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--documentation {
  background: url("../img/icons/icon-document.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

/*
name: Popup
description: overlay is designed for use with modal elements
code: |
	<div class="popup"></div>
*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
}
.modal__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 4rem);
  max-width: 980px;
  height: calc(409px + 11rem);
  max-height: 80vh;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
  transform: scale(0.95);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .modal__wrapper {
    overflow-y: auto;
  }
}
.modal__wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 11rem);
  content: "";
  background-color: #1e2844;
}
@media screen and (min-width: 767px) {
  .modal__wrapper::after {
    width: 70%;
    height: 100%;
  }
}
.modal__wrapper.active {
  opacity: 1;
  transform: scale(1);
}
.modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-height: 409px;
  padding-left: 3rem;
}
@media screen and (min-width: 767px) {
  .modal__inner {
    flex-direction: row;
    padding: 0;
  }
}
.modal__image {
  position: relative;
  max-width: 150px;
  height: 150px;
  padding: 3rem;
}
@media screen and (min-width: 767px) {
  .modal__image {
    flex: 1 0 47.5%;
    max-width: 409px;
    height: 409px;
  }
}
.modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
}
.modal__content {
  flex: 1 0 47.5%;
  height: 409px;
  padding-right: 6rem;
  overflow-y: scroll;
  background-color: #1e2844;
}
.modal__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .modal__flex {
    flex-direction: row;
    align-items: center;
  }
}
.modal__title {
  margin-bottom: 5px;
  color: #fff;
}
.modal__bio {
  color: #fff;
}
.modal__bio p {
  color: #fff;
}
.modal__bio a {
  color: #ffb548;
}
.modal__job-title {
  font-weight: 700;
  color: #ffb548;
}
.modal .social {
  display: flex;
  gap: 17px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .modal .social {
    margin-left: auto;
  }
}
.modal .social span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.modal .social li {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.modal .social li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .social li a:hover {
  filter: opacity(0.5);
}

.modal,
.popup,
.thank-you-modal {
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.modal__close,
.popup__close,
.thank-you-modal__close {
  position: absolute;
  top: 0;
  right: 2rem;
  width: auto;
  height: 3rem;
  background: transparent;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 992px) {
  .modal__close,
  .popup__close,
  .thank-you-modal__close {
    top: -3rem;
  }
}
.modal__close .inner,
.popup__close .inner,
.thank-you-modal__close .inner {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
}
.modal__close .inner::before,
.popup__close .inner::before,
.thank-you-modal__close .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close .inner::after,
.popup__close .inner::after,
.thank-you-modal__close .inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close .label,
.popup__close .label,
.thank-you-modal__close .label {
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal__close:hover .inner::before, .modal__close:focus .inner::before,
.popup__close:hover .inner::before,
.popup__close:focus .inner::before,
.thank-you-modal__close:hover .inner::before,
.thank-you-modal__close:focus .inner::before {
  top: 0;
  transform: translate(-50%, 0%) rotate(0);
}
.modal__close:hover .inner::after, .modal__close:focus .inner::after,
.popup__close:hover .inner::after,
.popup__close:focus .inner::after,
.thank-you-modal__close:hover .inner::after,
.thank-you-modal__close:focus .inner::after {
  top: 100%;
  transform: translate(-50%, 0%) rotate(0);
}
.modal__close:hover .label, .modal__close:focus .label,
.popup__close:hover .label,
.popup__close:focus .label,
.thank-you-modal__close:hover .label,
.thank-you-modal__close:focus .label {
  opacity: 1;
}
.modal *,
.popup *,
.thank-you-modal * {
  scrollbar-width: auto;
  scrollbar-color: #ffb548 #1e2844;
}
.modal *::-webkit-scrollbar,
.popup *::-webkit-scrollbar,
.thank-you-modal *::-webkit-scrollbar {
  width: 16px;
}
.modal *::-webkit-scrollbar-track,
.popup *::-webkit-scrollbar-track,
.thank-you-modal *::-webkit-scrollbar-track {
  background: #1e2844;
}
.modal *::-webkit-scrollbar-thumb,
.popup *::-webkit-scrollbar-thumb,
.thank-you-modal *::-webkit-scrollbar-thumb {
  background-color: #ffb548;
  border: 3px solid #fff;
  border-radius: 10px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  opacity: 0;
  transform: scale(0);
}
.popup.active {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
}
.popup__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 4rem);
  max-width: 980px;
  height: calc(409px + 12rem);
  max-height: 80vh;
  overflow-y: auto;
  background-color: #1e2844;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
  transform: scale(0.95);
  will-change: transform, opacity;
}
.active .popup__wrapper {
  opacity: 1;
  transform: scale(1);
}
.popup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-height: 409px;
}
@media screen and (min-width: 767px) {
  .popup__inner {
    flex-direction: row;
    padding: 0;
  }
}
.popup__content {
  padding: 3rem;
}
@media screen and (min-width: 767px) {
  .popup__content {
    padding: 3rem 6rem 6rem;
  }
}

.thank-you-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  opacity: 0;
  transform: scale(0);
}
.thank-you-modal.active {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
}
.thank-you-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 4rem);
  max-width: 680px;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  overflow-y: auto;
  background-color: #1e2844;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
  transform: scale(0.95);
  will-change: transform, opacity;
}
.active .thank-you-modal__content {
  opacity: 1;
  transform: scale(1);
}
.thank-you-modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
  max-height: 409px;
}
.thank-you-modal__inner h2 {
  color: #ffb548;
}
.thank-you-modal__close {
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .thank-you-modal__close {
    top: 0;
  }
}

.hidden-by-default {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.visible {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/*
name: Tab Panel
*/
.tab-panel {
  display: none;
  overflow-x: hidden;
}
.tab-panel .post-count {
  margin-top: 3rem;
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .tab-panel .post-count {
    font-size: 2.8rem;
  }
}
.tab-panel .post-count strong {
  font-weight: 600;
}
.tab-panel.active {
  display: block;
}

/*
name: Burger
*/
.burger {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 0 0 0.5rem;
  cursor: pointer;
}
.burger .bar1,
.burger .bar2,
.burger .bar3 {
  width: 24px;
  height: 3px;
  margin: 4px 0;
  background-color: #1e2844;
  transition: 0.4s;
}
.menu-open .burger .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}
.menu-open .burger .bar2 {
  opacity: 0;
}
.menu-open .burger .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}
@media (min-width: 71.26em) {
  .burger {
    display: none;
  }
}

/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-max-type */
/* stylelint-disable selector-max-id */
#breadcrumbs {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#breadcrumbs a {
  font-weight: 500;
}
#breadcrumbs > span > span:first-of-type a {
  position: relative;
  padding-left: 3rem;
}
#breadcrumbs > span > span:first-of-type a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icons/icon-house.svg");
  mask-image: url("../img/icons/icon-house.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.hero--post #breadcrumbs > span > span:first-of-type a::before, .hero--whitepaper #breadcrumbs > span > span:first-of-type a::before, .hero--case-study #breadcrumbs > span > span:first-of-type a::before, .hero--webinar-video #breadcrumbs > span > span:first-of-type a::before, .hero--news #breadcrumbs > span > span:first-of-type a::before, .dark-text #breadcrumbs > span > span:first-of-type a::before {
  background-color: #1e2844;
}

/*
IFRAME
*/
.responsive-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
.responsive-iframe iframe,
.responsive-iframe div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important; /* In case iframe have inline width */
  height: 100% !important; /* In case iframe have inline height */
  border: 0;
}

.wp-block-embed {
  margin-bottom: 2rem;
}

.iframe-anim-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.iframe-scale-target {
  will-change: transform;
}

/*
name: Hero
*/
.hero {
  position: relative;
  color: #fff;
  background-color: #1e2844;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero p,
.hero a:not(.btn) {
  color: #fff;
}
.hero .btn--link {
  color: #fff;
}
.hero .btn--link::after {
  background-color: #fff;
}
.hero .container, .hero .pagination, .hero .tab-panel .contra-ajax-filters, .tab-panel .hero .contra-ajax-filters {
  position: relative;
  z-index: 1;
}
.hero.dark-text h1,
.hero.dark-text h2,
.hero.dark-text h3,
.hero.dark-text h4,
.hero.dark-text h5,
.hero.dark-text p,
.hero.dark-text a:not(.btn) {
  color: #1e2844;
}
.hero.dark-text h1 {
  color: #314f8f;
}
.hero.dark-text .btn--link {
  color: #1e2844;
}
.hero.dark-text .btn--link::after {
  background-color: #1e2844;
}
.hero.dark-text .section--navy h2,
.hero.dark-text .section--navy h3,
.hero.dark-text .section--navy h4,
.hero.dark-text .section--navy h5,
.hero.dark-text .section--navy p,
.hero.dark-text .section--navy a:not(.btn) {
  color: #fff;
}
.hero.dark-text .section--navy .btn--link {
  color: #5bafa2;
}
.hero.dark-text .section--navy .btn--link::after {
  background-color: #5bafa2;
}
@media screen and (max-width: 767px) {
  .hero .reverse-xs > div:first-of-type {
    order: 2;
  }
  .hero .reverse-xs > div:last-of-type {
    order: 1;
    margin-bottom: 3rem;
  }
}
.hero__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__bg.fixed {
  position: absolute;
  height: 830px;
}
.hero__bg.form {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .hero__bg.form {
    width: 50%;
    height: 100%;
  }
}
.hero__bg.absolute {
  position: absolute;
}
.hero__bg.absolute img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.hero__bg--post {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/622;
  margin-bottom: 2rem;
}
.hero__bg--post img {
  position: absolute;
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero__image {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 16px;
}
.hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 992px) {
  .hero__image {
    min-height: 460px;
  }
}
.hero__image-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 845px;
  max-height: 900px;
  pointer-events: none;
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.logged-in .hero__image-full {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .logged-in .hero__image-full {
    top: 46px;
  }
}
.hero--video .hero__image-full {
  position: relative;
  top: 0;
  order: 1;
  width: calc(100% - 6rem);
  height: auto;
  min-height: 260px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  overflow: hidden;
  border-radius: 16px;
}
.hero--video .hero__image-full .hero__bg {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .hero--video .hero__image-full {
    position: fixed;
    order: 2;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.hero--contact-form .hero__image-full {
  max-height: 100vh;
}
.hero__image-full img,
.hero__image-full video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.hero__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.hero__image-overlay.navy-square-01 {
  background-image: url("../img/navy-square-01.svg");
}
.hero__image-overlay.navy-square-02 {
  background-image: url("../img/navy-square-02.svg");
}
.hero__image-overlay.navy-square-gradient-01 {
  background-image: url("../img/navy-square-gradient-01.svg");
}
.hero__image-overlay.navy-square-gradient-02 {
  background-image: url("../img/navy-square-gradient-02.svg");
}
.hero__image-overlay.navy-triangle {
  background-image: url("../img/triangle.svg");
}
.hero__image-overlay.navy-triangle-gradient {
  background-image: url("../img/triangle-gradient.svg");
}
.hero__download {
  margin-bottom: 3rem;
}
.hero__details {
  display: flex;
  justify-content: space-between;
}
.hero__details .date,
.hero__details .category {
  color: #314f8f;
}
.hero__details .social {
  display: flex;
  gap: 17px;
  margin-bottom: 4rem;
  margin-left: 0;
  list-style: none;
}
.hero__details .social span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.hero__details .social li {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.hero__details .social li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__details .social li a:hover {
  filter: opacity(0.5);
}
.hero__carousel {
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0s ease 0.4s;
}
.hero__carousel.is-loaded {
  max-height: 9999px;
}
.hero__carousel .slick-list {
  overflow: visible;
}
.hero__carousel .btn {
  transform-origin: left;
}
@media screen and (min-width: 992px) {
  .hero__featured {
    margin-top: 3rem;
  }
}
.hero__embed-wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
.hero__embed-wrapper.visible {
  padding-bottom: 56.25%; /* 16:9 */
}
.hero__embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important; /* In case iframe have inline width */
  height: 100% !important; /* In case iframe have inline height */
  border: 0;
}
.hero--image, .hero--product, .hero--solution, .hero--lost, .hero--contact-form {
  z-index: 0;
  min-height: 695px;
}
.hero--image .hero__inner, .hero--product .hero__inner, .hero--solution .hero__inner, .hero--lost .hero__inner, .hero--contact-form .hero__inner {
  height: 575px;
}
.hero--image .hero__inner .statistics, .hero--product .hero__inner .statistics, .hero--solution .hero__inner .statistics, .hero--lost .hero__inner .statistics, .hero--contact-form .hero__inner .statistics {
  position: absolute;
  bottom: 6rem;
  left: 2rem;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 767px) {
  .hero--video {
    min-height: 795px;
  }
  .hero--video .hero__inner {
    height: 675px;
  }
  .hero--video .hero__inner .statistics {
    position: absolute;
    bottom: 6rem;
    left: 2rem;
    width: calc(100% - 4rem);
  }
}
.hero--product h1, .hero--solution h1 {
  color: #ffb548;
}
.hero--post, .hero--whitepaper, .hero--case-study, .hero--webinar-video, .hero--news {
  color: #000;
  background-color: #fff;
}
.hero--post h1,
.hero--post h2,
.hero--post h3,
.hero--post h4,
.hero--post h5,
.hero--post p,
.hero--post a:not(.btn), .hero--whitepaper h1,
.hero--whitepaper h2,
.hero--whitepaper h3,
.hero--whitepaper h4,
.hero--whitepaper h5,
.hero--whitepaper p,
.hero--whitepaper a:not(.btn), .hero--case-study h1,
.hero--case-study h2,
.hero--case-study h3,
.hero--case-study h4,
.hero--case-study h5,
.hero--case-study p,
.hero--case-study a:not(.btn), .hero--webinar-video h1,
.hero--webinar-video h2,
.hero--webinar-video h3,
.hero--webinar-video h4,
.hero--webinar-video h5,
.hero--webinar-video p,
.hero--webinar-video a:not(.btn), .hero--news h1,
.hero--news h2,
.hero--news h3,
.hero--news h4,
.hero--news h5,
.hero--news p,
.hero--news a:not(.btn) {
  color: #000;
}
.hero--post .hbspt-form, .hero--whitepaper .hbspt-form, .hero--case-study .hbspt-form, .hero--webinar-video .hbspt-form, .hero--news .hbspt-form {
  position: relative;
  height: 100%;
  overflow: auto;
  color: #000;
  background-color: #fff;
}
.hero--post .hbspt-form h1,
.hero--post .hbspt-form h2,
.hero--post .hbspt-form h3,
.hero--post .hbspt-form h4,
.hero--post .hbspt-form h5,
.hero--post .hbspt-form p,
.hero--post .hbspt-form a:not(.btn), .hero--whitepaper .hbspt-form h1,
.hero--whitepaper .hbspt-form h2,
.hero--whitepaper .hbspt-form h3,
.hero--whitepaper .hbspt-form h4,
.hero--whitepaper .hbspt-form h5,
.hero--whitepaper .hbspt-form p,
.hero--whitepaper .hbspt-form a:not(.btn), .hero--case-study .hbspt-form h1,
.hero--case-study .hbspt-form h2,
.hero--case-study .hbspt-form h3,
.hero--case-study .hbspt-form h4,
.hero--case-study .hbspt-form h5,
.hero--case-study .hbspt-form p,
.hero--case-study .hbspt-form a:not(.btn), .hero--webinar-video .hbspt-form h1,
.hero--webinar-video .hbspt-form h2,
.hero--webinar-video .hbspt-form h3,
.hero--webinar-video .hbspt-form h4,
.hero--webinar-video .hbspt-form h5,
.hero--webinar-video .hbspt-form p,
.hero--webinar-video .hbspt-form a:not(.btn), .hero--news .hbspt-form h1,
.hero--news .hbspt-form h2,
.hero--news .hbspt-form h3,
.hero--news .hbspt-form h4,
.hero--news .hbspt-form h5,
.hero--news .hbspt-form p,
.hero--news .hbspt-form a:not(.btn) {
  color: #000;
}
@media screen and (min-width: 767px) {
  .hero--post .hbspt-form, .hero--whitepaper .hbspt-form, .hero--case-study .hbspt-form, .hero--webinar-video .hbspt-form, .hero--news .hbspt-form {
    padding-left: 5rem;
  }
}
.hero--post .hbspt-form form, .hero--whitepaper .hbspt-form form, .hero--case-study .hbspt-form form, .hero--webinar-video .hbspt-form form, .hero--news .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.hero--post .hbspt-form form .field, .hero--whitepaper .hbspt-form form .field, .hero--case-study .hbspt-form form .field, .hero--webinar-video .hbspt-form form .field, .hero--news .hbspt-form form .field {
  flex: 1 0 45%;
}
.hero--post .hbspt-form form .field.hs-fieldtype-textarea, .hero--post .hbspt-form form .field.hs-email, .hero--whitepaper .hbspt-form form .field.hs-fieldtype-textarea, .hero--whitepaper .hbspt-form form .field.hs-email, .hero--case-study .hbspt-form form .field.hs-fieldtype-textarea, .hero--case-study .hbspt-form form .field.hs-email, .hero--webinar-video .hbspt-form form .field.hs-fieldtype-textarea, .hero--webinar-video .hbspt-form form .field.hs-email, .hero--news .hbspt-form form .field.hs-fieldtype-textarea, .hero--news .hbspt-form form .field.hs-email {
  flex: 1 0 100%;
}
.hero--contact-form {
  overflow: hidden;
}
.hero--contact-form .hero__inner {
  height: auto;
}
.hero--contact-form .hero__form {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .hero--contact-form .hero__form {
    position: relative;
  }
  .hero--contact-form .hero__form::after {
    position: absolute;
    top: -3rem;
    left: -2rem;
    z-index: -1;
    width: calc(100% + 4rem);
    height: calc(100% + 3rem);
    content: "";
    background-color: #fff;
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (min-width: 767px) {
  .hero--contact-form .hero__form {
    height: 100%;
    overflow-y: auto;
  }
}
.hero--contact-form .hbspt-form {
  position: relative;
  height: 100%;
  color: #000;
  background-color: #fff;
}
.hero--contact-form .hbspt-form h1,
.hero--contact-form .hbspt-form h2,
.hero--contact-form .hbspt-form h3,
.hero--contact-form .hbspt-form h4,
.hero--contact-form .hbspt-form h5,
.hero--contact-form .hbspt-form p,
.hero--contact-form .hbspt-form a:not(.btn) {
  color: #000;
}
@media screen and (min-width: 767px) {
  .hero--contact-form .hbspt-form {
    padding-left: 5rem;
  }
}
.hero--contact-form .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.hero--contact-form .hbspt-form form .field {
  flex: 1 0 45%;
}
.hero--contact-form .hbspt-form form .field.hs-fieldtype-textarea, .hero--contact-form .hbspt-form form .field.hs-email {
  flex: 1 0 100%;
}
@media screen and (max-width: 767px) {
  .hero--contact-form .reverse-xs > div:first-of-type {
    order: 1;
    margin-bottom: 5rem;
  }
  .hero--contact-form .reverse-xs > div:last-of-type {
    order: 2;
    margin-bottom: 0;
  }
  .hero--contact-form .hero__inner {
    height: auto;
  }
  .hero--contact-form .hero__bg.fixed {
    height: 500px;
  }
}
@media screen and (min-width: 767px) {
  .hero--contact-form::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #fff;
  }
}
.hero--helpdesk .hero__image {
  border: 3px solid #314f8f;
}
@media screen and (min-width: 992px) {
  .hero--helpdesk .hero__image {
    margin-right: -100px;
    margin-left: 100px;
  }
}
.hero--helpdesk .helpdesk {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.hero--helpdesk .helpdesk__item {
  position: relative;
  flex: 1 0 30%;
  padding: 1.6rem 1.6rem 0.6rem;
  background-color: #314f8f;
  border-radius: 16px;
}
.hero--helpdesk .helpdesk__item p {
  margin-bottom: 2px;
}
.hero--helpdesk .helpdesk__item .btn--link {
  padding-right: 4.4rem;
  font-size: 1.3rem;
  color: #ffb548;
}
.hero--helpdesk .helpdesk__item .btn--link::after {
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background-color: #ffb548;
}
.hero--helpdesk .helpdesk__item .icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.5rem;
}
.hero--helpdesk .helpdesk__item .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.hero--helpdesk .helpdesk__status {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  color: #81ffc4;
}
.hero--helpdesk .helpdesk__status::before {
  margin-right: 5px;
  content: "•";
}
.hero--lost h1,
.hero--lost .h1,
.hero--lost h2,
.hero--lost .h2,
.hero--lost h3,
.hero--lost .h3,
.hero--lost p,
.hero--lost a:not(.btn) {
  color: #fff;
}
.hero--lost .color {
  color: #ffb548;
}
.hero--white {
  background-color: #fff;
}
.hero--white h1 .color,
.hero--white .h1 .color,
.hero--white h2 .color,
.hero--white .h2 .color,
.hero--white h3 .color,
.hero--white .h3 .color,
.hero--white p .color,
.hero--white a:not(.btn) .color {
  color: #314f8f;
}
.hero--white .color {
  color: #314f8f;
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable selector-max-type */
/* stylelint-disable selector-max-combinators */
/* stylelint-disable selector-max-class */
/* stylelint-disable selector-max-compound-selectors */
/*
name: Main Nav
*/
.main-nav ul {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.main-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
.main-nav .menu-item-no-link:hover {
  cursor: default;
}
.main-nav .menu-item-description {
  display: block;
  white-space: pre-wrap;
}
.main-nav .related-products::before {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  content: "Related Products";
}
.main-nav .menu {
  display: flex;
  justify-content: center;
}
.main-nav .menu ul {
  margin-top: 0;
}
.main-nav .menu > li {
  position: relative;
  display: flex;
}
.main-nav .menu > li > a,
.main-nav .menu > li > .menu-item-no-link {
  display: flex;
  padding: 2rem 0;
}
.main-nav .menu > li .menu-item-description {
  display: none;
}
.main-nav .menu > li ul li .menu-item-description {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 71.25em) {
  .main-nav .menu {
    flex-direction: column;
  }
  .main-nav .menu li {
    padding: 0 2.4rem;
  }
  .main-nav .menu li a,
  .main-nav .menu li .menu-item-no-link {
    padding: 2.4rem 0;
  }
  .main-nav .menu li .back-button {
    position: relative;
    padding: 1.4rem 2.4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .main-nav .menu li .back-button::before {
    position: absolute;
    top: 100%;
    left: 2.4rem;
    width: calc(100% - 4.8rem);
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-nav .menu li .back-button::after {
    position: absolute;
    top: 3rem;
    right: 2.4rem;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    background: url("../img/icons/back-arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .main-nav .menu > li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .main-nav .menu > li:last-child a,
  .main-nav .menu > li:last-child .menu-item-no-link {
    border-bottom: 0;
  }
  .main-nav .menu > li > a,
  .main-nav .menu > li > .menu-item-no-link {
    padding: 2.4rem 0;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-nav .menu > li .expand-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
  }
  .main-nav .menu > li .expand-submenu::after {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    width: 3rem;
    height: 3rem;
    pointer-events: none;
    content: "";
    background: url("../img/icons/arrow-forward.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .main-nav .menu > li.menu-item-is-link .expand-submenu {
    width: 50%;
  }
  .main-nav .menu > li.submenu-open {
    position: static;
  }
  .main-nav .menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    transform: translateX(100%);
  }
  .main-nav .menu > li > .sub-menu.active-menu {
    display: block;
  }
  .main-nav .menu > li > .sub-menu.active-menu > li > a,
  .main-nav .menu > li > .sub-menu.active-menu > li > .menu-item-no-link {
    padding: 1.2rem 3rem 1.2rem 0;
    font-weight: 500;
  }
  .main-nav .menu > li > .sub-menu.active-menu > li > a .menu-item-description,
  .main-nav .menu > li > .sub-menu.active-menu > li > .menu-item-no-link .menu-item-description {
    font-weight: 400;
  }
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > a,
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open .menu-item-no-link {
    font-weight: 700;
  }
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > a .menu-item-description,
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open .menu-item-no-link .menu-item-description {
    font-weight: 400;
  }
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > .sub-menu {
    margin-bottom: 2rem;
  }
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > .sub-menu .menu-item-description {
    display: none;
  }
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > .sub-menu li::before {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > .sub-menu li a,
  .main-nav .menu > li > .sub-menu.active-menu li.submenu-open > .sub-menu li .menu-item-no-link {
    padding: 1rem 0;
  }
  .main-nav .menu > li > .sub-menu .expand-submenu {
    height: 100%;
  }
  .main-nav .menu > li > .sub-menu .expand-submenu::after {
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .main-nav .menu > li > .sub-menu .expand-submenu.active {
    height: 5rem;
  }
  .main-nav .menu > li > .sub-menu .expand-submenu.active::after {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .main-nav .menu > li > .sub-menu li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .main-nav .menu > li > .sub-menu li a,
  .main-nav .menu > li > .sub-menu li .menu-item-no-link {
    order: 1;
  }
  .main-nav .menu > li > .sub-menu li button {
    order: 2;
  }
  .main-nav .menu > li > .sub-menu li .sub-menu {
    order: 3;
  }
  .main-nav .menu > li > .sub-menu li .related-products {
    order: 4;
  }
  .main-nav .menu > li > .sub-menu li.menu-item-has-children .sub-menu {
    display: none;
  }
  .main-nav .menu > li > .sub-menu li.menu-item-has-children .sub-menu.active-menu {
    display: block;
  }
  .main-nav .menu > li .related-products {
    display: none;
  }
  .main-nav .menu > li .related-products::before {
    grid-column: 1/-1;
  }
  .main-nav .menu > li .related-products li::before {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .main-nav .menu > li .related-products li a,
  .main-nav .menu > li .related-products li .menu-item-no-link {
    padding: 1rem 0;
  }
  .main-nav .menu > li .related-products.active-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 71.26em) {
  .main-nav .menu .hidden-desktop {
    display: none;
  }
  .main-nav .menu li.back-button {
    display: none;
  }
  .main-nav .menu li.mega-menu li.back-button {
    display: block;
  }
  .main-nav .menu > li {
    height: 100%;
    padding: 0 0 0 2.5rem;
  }
  .main-nav .menu > li > a,
  .main-nav .menu > li > .menu-item-no-link {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2.5rem 0;
  }
  .main-nav .menu > li > a::after,
  .main-nav .menu > li > .menu-item-no-link::after {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 9px;
    content: "";
    background-color: transparent;
    transition: all 0.3s ease-out;
  }
  .main-nav .menu > li.menu-item-has-children {
    position: relative;
    overflow: hidden;
  }
  .main-nav .menu > li.menu-item-has-children button {
    padding: 0;
    background: transparent;
    border: 0;
  }
  .main-nav .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% + 1rem);
    left: calc(50% + 2rem);
    z-index: 1;
    width: auto;
    height: auto;
    padding: 3rem;
    overflow: visible;
    background-color: #fff;
    border-radius: 16px;
    opacity: 0;
    transform: translateX(-50%);
  }
  .main-nav .menu > li.menu-item-has-children > .sub-menu::after {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
  }
  .main-nav .menu > li.menu-item-has-children > .sub-menu li {
    padding: 0 0 0.8rem;
    white-space: nowrap;
  }
  .main-nav .menu > li.menu-item-has-children > .sub-menu a,
  .main-nav .menu > li.menu-item-has-children > .sub-menu .menu-item-no-link {
    display: inline-block;
    font-weight: 500;
  }
  .main-nav .menu > li.menu-item-has-children:hover {
    position: relative;
    overflow: visible;
  }
  .main-nav .menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
  }
  .main-nav .menu > li.double-menu > .sub-menu {
    -moz-columns: 2;
    columns: 2;
  }
  .main-nav .menu > li.double-menu > .sub-menu li {
    min-width: 260px;
  }
  .main-nav .menu > li.mega-menu > .sub-menu {
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 1280px;
    padding: 20px 220px 20px 0;
    overflow: visible;
    background: linear-gradient(90deg, rgb(1, 53, 113) 315px, rgba(1, 53, 113, 0) 315px, rgb(255, 255, 255) 315px);
    transition: all 0.3s ease-out;
    transform: translateX(0%);
  }
  .main-nav .menu > li.mega-menu > .sub-menu::before {
    position: absolute;
    top: 35px;
    left: 99px;
    z-index: 4;
    width: 300px;
    height: 300px;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, #5bafa2 0%, transparent 70%);
    filter: blur(50px);
    border-radius: 50%;
    opacity: 0.3;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: calc(100% - 535px);
    height: auto;
    min-height: 100%;
    padding: 6rem 0 3rem 3rem;
    margin-left: 315px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s ease-out;
    -moz-column-count: 2;
    column-count: 2;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu::after {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 220px;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 0 16px 16px 0;
    transition: all 0.3s ease-out;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li {
    width: 310px;
    padding: 1rem 2rem;
    transition: all 0.3s ease-out;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li a,
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li .menu-item-no-link {
    white-space: pre-wrap;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li:hover {
    background: #e8e8e8;
    border-radius: 12px;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li:hover a {
    color: #1e2844;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li.back-button {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
    font-size: 1.3rem;
    cursor: default;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li.back-button a {
    font-weight: 700;
    pointer-events: none;
    cursor: default;
  }
  .main-nav .menu > li.mega-menu > .sub-menu .sub-menu li.back-button:hover {
    padding: 0 2rem 2rem;
    background-color: transparent;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 315px;
    padding: 1.5rem 2rem;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li > a,
  .main-nav .menu > li.mega-menu > .sub-menu > li .menu-item-no-link {
    color: #fff;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li:first-child {
    margin-top: 4rem;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li:first-child::before {
    position: absolute;
    top: 3rem;
    left: 2rem;
    font-size: 1.3rem;
    color: #fff;
    content: "Services for";
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li:hover {
    background: rgba(15, 20, 34, 0.2);
    box-shadow: 9px 10px 29px 0 rgba(0, 0, 0, 0.0392156863), 35px 39px 53px 0 rgba(0, 0, 0, 0.031372549), 79px 88px 71px 0 rgba(0, 0, 0, 0.0196078431), 141px 157px 84px 0 rgba(0, 0, 0, 0.0117647059), 221px 245px 92px 0 rgba(0, 0, 0, 0);
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li:hover .sub-menu::after {
    z-index: 1;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li:hover .related-products {
    z-index: 2;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children .expand-submenu {
    position: relative;
    float: right;
    width: 4rem;
    height: 3rem;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children .expand-submenu::after {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    content: "";
    background: url("../img/icons/chevron-arrow-white.svg") no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children .expand-submenu::before {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 315px;
    height: 70px;
    content: "";
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children.opened {
    position: static;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children.submenu-open {
    position: static;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children.submenu-open > .sub-menu {
    opacity: 1;
  }
  .main-nav .menu > li.mega-menu > .sub-menu > li.menu-item-has-children.submenu-open > .related-products {
    opacity: 1;
  }
  .main-nav .menu > li.mega-menu .related-products {
    position: absolute;
    top: 0;
    left: calc(100% - 22rem);
    width: 0;
    height: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0 16px 16px 0;
    opacity: 0;
  }
  .main-nav .menu > li.mega-menu .related-products::before {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 100%;
    font-size: 1.3rem;
  }
  .main-nav .menu > li.mega-menu .related-products.active-menu {
    width: 22rem;
    height: 100%;
    padding: 6rem 3rem 3rem;
    opacity: 1;
  }
  .main-nav .menu > li.mega-menu .related-products li {
    padding: 0.5rem 2.5rem 0.5rem 0;
    transition: all 0.3s ease-out;
  }
  .main-nav .menu > li.mega-menu .related-products li:hover {
    padding: 1rem 2.5rem 1rem 0;
  }
  .main-nav .menu > li.mega-menu .related-products .back-button {
    display: none;
  }
  .main-nav .menu > li.mega-menu:hover {
    position: static;
  }
  .main-nav .menu > li.simple-menu > .sub-menu li {
    transition: all 0.3s ease-out;
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children .expand-submenu {
    position: relative;
    width: 3rem;
    height: 3rem;
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children .expand-submenu::after {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    content: "";
    background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children .expand-submenu.active {
    height: 5rem;
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children .expand-submenu.active::after {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: calc(100% - 3rem);
    display: none;
    width: auto;
    height: 100%;
    padding: 3rem;
    pointer-events: none;
    background-color: #fff;
    border-radius: 0 16px 16px 0;
  }
  .main-nav .menu > li.simple-menu > .sub-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    pointer-events: auto;
  }
}

/*
name: Post Grid
*/
.post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 24px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .post-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 767px) {
  .post-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-grid--double {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .post-grid--double {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) {
  .post-grid--double {
    grid-template-columns: 1fr 1fr;
  }
}
.post-grid--double-alt {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .post-grid--double-alt {
    grid-template-columns: 1fr 1fr;
  }
}
.post-grid--people {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .post-grid--people {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 767px) {
  .post-grid--people {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .post-grid--people {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*
name: Card
*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.card__title {
  margin-bottom: 4px;
  font-size: 2rem;
  font-weight: 600;
  color: #314f8f;
  transition: all 0.5s ease-in-out;
  /* stylelint-disable-next-line selector-class-pattern */
}
.section--white .card__title {
  color: #314f8f;
}
.card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.6rem;
  overflow: hidden;
  background-color: #1e2844;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100.5%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.card__excerpt {
  margin-bottom: 8px;
  opacity: 0.7;
}
.card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #314f8f;
  opacity: 0.8;
  /* stylelint-disable-next-line selector-class-pattern */
}
.hero .card__details {
  color: #ffb548;
  opacity: 1;
}
.section--white .card__details {
  color: #314f8f;
}
.card__details div {
  position: relative;
}
.card__details div::after {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bababa;
}
.card__details div:last-of-type::after {
  display: none;
}
.card__more {
  position: relative;
  display: inline-block;
  padding: 1rem 3.4rem 1rem 0;
  font-weight: 600;
  color: #314f8f;
  transition: all 0.3s ease-out;
  transform: scale(1);
  transform-origin: left;
}
.card__more::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #314f8f;
  -webkit-mask-image: url("../img/icons/arrow-forward.svg");
  mask-image: url("../img/icons/arrow-forward.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
}
.card:hover .card__image {
  background-color: #5bafa2;
}
.card:hover .card__image img {
  opacity: 0.7;
  transform: translate(-50%, -50%) scale(1);
}
.card:hover .card__title {
  color: #1e2844;
}
.hero .card:hover .card__title {
  color: #5bafa2;
}
.card:hover .card__more {
  transform: scale(1.05);
}
.card:hover .card__more::after {
  transform: translateY(-50%);
}
.card--people {
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.card--people .card__title {
  font-size: 2rem;
  color: #314f8f;
}
.card--people .card__job-title {
  margin-bottom: 8px;
  font-weight: 700;
}
.card--people .card__image {
  flex: 0 0 160px;
  width: 160px;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .card--people .card__image {
    flex: 0 0 190px;
    width: 190px;
  }
}
.card--people .card__image img {
  transform: translate(-50%, -50%) scale(1);
}
.card--people .card__content {
  flex: 1 0 35%;
}
.card--people .card__bio {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}
@media screen and (min-width: 1200px) {
  .card--people .card__bio {
    -webkit-line-clamp: 3;
  }
}
.card--people .card__modal-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.card--people:hover .card__image img {
  transform: translate(-50%, -50%) scale(1.05);
}
.card--horizontal {
  flex-direction: row;
  gap: 24px;
}
.card--horizontal .card__image {
  flex: 1 0 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .card--horizontal .card__image {
    flex: 0 0 45%;
  }
}
.hero .card--horizontal .card__image {
  background-color: #ffb548;
}
.slick-slider .card--horizontal .card__image {
  margin-bottom: 3rem;
}
.card--horizontal .card__content {
  flex: 1 0 100%;
}
@media screen and (min-width: 576px) {
  .card--horizontal .card__content {
    flex: 0 0 45%;
  }
}
.hero .card--horizontal {
  margin-bottom: 3rem;
}

/*
name: Form Control
code: |
	<div class="form-control">
    <label for="email">Email</label>
    <input id="email" type="email" placeholder="Email">
  </div>
*/
.form-control {
  margin-bottom: 24px;
}

/*
name: Form Group
code: |
  <div class="form-group">
    <div class="form-control">
      <input id="apples" type="checkbox" name="checkbox" value="true">
      <label for="apples">Apples</label>
    </div>
    <div class="form-control">
      <input id="oranges" type="checkbox" name="checkbox" value="true">
      <label for="oranges">Oranges</label>
    </div>
  </div>
*/
.form-group {
  margin-bottom: 24px;
}

/*
name: Map
*/
.map__marker {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.map__marker:hover .map__info {
  opacity: 1;
}
.map__marker.is-highlighted {
  z-index: 11;
}
.map__marker.is-highlighted .map__dot svg path {
  fill: #ffb548;
}
.map__dot {
  cursor: pointer;
}
.map__dot svg {
  transform: scale(0.7);
}
.active .map__dot::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffb548;
  filter: hue-rotate(63deg) brightness(2.1) opacity(0.54) saturate(2.1) sepia(0.9);
  border-radius: 50%;
}
.map__info {
  position: absolute;
  bottom: -180px;
  left: 4rem;
  z-index: 11;
  width: 316px;
  height: 188px;
  padding: 2.4rem;
  overflow-y: auto;
  color: #fff;
  text-align: left;
  background: #314f8f;
  border-radius: 16px;
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 767px) {
  .map__info {
    bottom: 0;
    transform: scale(1);
  }
}
.map__info div {
  margin-bottom: 5px;
}
.map__title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.map__tel {
  position: relative;
  padding-left: 3rem;
  font-weight: 700;
  color: #ffb548;
}
.map__tel:hover {
  color: #fff;
}
.map__tel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background: url("../img/icons/icon-phone.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 766px) {
  .hotspot-image-wrapper.active {
    margin-bottom: 200px;
  }
}
/*
name: CTA Block
*/
.section--cta h2,
.section--cta h3,
.section--cta p,
.section--cta a:not(.btn) {
  color: #fff;
}
.section--cta .section__title {
  margin-bottom: 14px;
  font-size: 33px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section--cta .section__title {
    font-size: 2.8rem;
  }
}
.section--cta .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-bottom: 5rem;
}
.section--cta .hbspt-form form .field {
  flex: 1 0 45%;
}
.section--cta .hbspt-form form .field.hs-fieldtype-textarea, .section--cta .hbspt-form form .field.hs-email {
  flex: 1 0 100%;
}

/*
name: Quote Block
*/
.section--quote {
  position: relative;
  overflow: hidden;
}
.section--quote blockquote {
  position: relative;
  padding-top: 8rem;
}
.section--quote blockquote::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 67px;
  content: "";
  background: url("../img/icons/blockquote.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.section--quote blockquote p {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .section--quote blockquote p {
    font-size: 2.8rem;
  }
}
.section--quote .author {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  text-align: left;
}
.section--quote .author__title {
  margin-bottom: 5px;
  font-size: 2.8rem;
  color: #000;
}
.section--quote .author__image {
  flex: 0 0 70px;
  width: 70px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.section--quote .author__image img {
  border-radius: 50%;
}
.section--quote .author p {
  margin-bottom: 0;
}
.section--quote .author--text-only {
  text-align: center;
}
.section--quote-post span {
  display: inline;
  transition: all 0.3s ease-out;
}
.section--quote-post p {
  display: inline;
  font-size: 33px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .section--quote-post p {
    font-size: 2.8rem;
  }
}
.section--quote-post .quote {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.section--quote-post.quote--active span,
.section--quote-post.quote--active p {
  color: #fff;
}

/*
name: CTA Block
*/
.section--faq {
  position: relative;
  transition: all 0.3s ease-out;
}
.section--faq img {
  border-radius: 16px;
}
.section--faq .faq__image {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .section--faq .faq__image {
    margin-top: 6rem;
  }
}
.section--faq .faq__image img {
  width: 100%;
}

/* stylelint-disable selector-class-pattern */
.accordion__title {
  margin-bottom: 0;
  font-size: 2rem;
}
.accordion__button {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(49, 79, 143, 0.5);
}
.section--services .accordion__button {
  padding: 3rem;
  margin-bottom: 16px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 22px 22px 70px 0 rgba(0, 0, 0, 0.1), 90px 90px 127px 0 rgba(0, 0, 0, 0.09), 202px 202px 171px 0 rgba(0, 0, 0, 0.05), 359px 359px 203px 0 rgba(0, 0, 0, 0.01), 561px 561px 222px 0 rgba(0, 0, 0, 0);
}
.accordion__button:focus-visible {
  outline: 1px dotted #ffb548 !important;
}
.accordion__button::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../img/icons/icon-plus-dark.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.section--blue-gradient .accordion__button::before {
  background: url("../img/icons/icon-plus.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.section--services .accordion__button::before {
  right: 3rem;
}
.accordion__button.is-active::before {
  background: url("../img/icons/icon-minus-dark.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.section--blue-gradient .accordion__button.is-active::before, .section--services .accordion__button.is-active::before {
  background: url("../img/icons/icon-minus.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.section--services .accordion__button.is-active {
  color: #fff;
  background: linear-gradient(22.71deg, #314f8f 49.52%, #5bafa2 166.24%, #5bafa2 210.71%);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  will-change: max-height;
}
.accordion__content.is-open {
  max-height: 1000px;
}
.section--services .accordion__content.is-open {
  margin-bottom: 16px;
}
.accordion__content > p {
  margin-top: 2rem;
}

/*
name: Highlights
*/
.section--highlights .col-xs-12:last-of-type .highlight {
  margin-bottom: 0;
}
.section--highlights .highlight {
  position: relative;
  z-index: 1;
  padding: 3rem 3rem 7rem;
  margin-bottom: 4.8rem;
  border-radius: 16px;
}
@media screen and (min-width: 767px) {
  .section--highlights .highlight {
    padding: 7rem 5rem;
    margin-bottom: 4.8rem;
  }
}
.section--highlights .highlight::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 140px;
  content: "";
  border-radius: 0 0 16px 16px;
}
.section--highlights .highlight img {
  border-radius: 12px;
}
.section--highlights .highlight__title {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .section--highlights .highlight__title {
    font-size: 2.8rem;
  }
}
.section--highlights .highlight__image {
  position: relative;
  max-height: 90%;
  margin-top: 5rem;
  margin-bottom: -7rem;
}
@media screen and (min-width: 767px) {
  .section--highlights .highlight__image {
    margin-top: 0;
  }
}
.section--highlights .highlight__image img {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .section--highlights .highlight__image img {
    position: absolute;
    bottom: 0;
    left: -3rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.section--highlights .highlight__content {
  z-index: 3;
}
.section--highlights .highlight .image-wrapper::after {
  position: absolute;
  top: -1.4rem;
  left: 2rem;
  z-index: -1;
  width: calc(100% - 4rem);
  height: 100%;
  margin-left: 0;
  content: "";
  background-color: #89aeff;
  border-radius: 1.2rem;
}
@media screen and (min-width: 767px) {
  .section--highlights .highlight .image-wrapper::after {
    left: 50%;
    width: 100%;
    margin-left: calc(-50% - 1.5rem);
  }
}
.section--highlights .highlight .image-wrapper::before {
  position: absolute;
  top: -2.8rem;
  left: 3.5rem;
  z-index: -1;
  width: calc(100% - 7rem);
  height: 100%;
  margin-left: 0;
  content: "";
  background-color: #314f8f;
  border-radius: 1.2rem;
}
@media screen and (min-width: 767px) {
  .section--highlights .highlight .image-wrapper::before {
    left: 50%;
    width: calc(100% - 3rem);
    margin-left: -50%;
  }
}
.section--highlights .highlight--blue {
  position: relative;
  background-color: rgba(137, 174, 255, 0.3);
}
.section--highlights .highlight--blue::after {
  background: linear-gradient(180deg, rgba(220, 231, 255, 0) 0%, rgba(220, 231, 255, 0.8) 42%, #dce7ff 100%);
}
.section--highlights .highlight--blue p.paragraph-big {
  color: #314f8f;
}
.section--highlights .highlight--green {
  background-color: rgba(91, 175, 162, 0.3);
}
.section--highlights .highlight--green::after {
  background: linear-gradient(180deg, rgba(206, 231, 227, 0) 0%, rgba(206, 231, 227, 0.8) 42%, #cee7e3 100%);
}
.section--highlights .highlight--green .highlight__title {
  color: #1e6f62;
}
.section--highlights .highlight--green .image-wrapper::after {
  background-color: #b8e3dc;
  border: 1px solid rgba(91, 175, 162, 0.4);
}
.section--highlights .highlight--green .image-wrapper::before {
  background-color: #1e6f62;
}
.section--highlights .highlight--green .btn--secondary {
  color: #fff;
  background-color: #5bafa2;
  transform: scale(1);
  transform-origin: center;
}
.section--highlights .highlight--green .btn--secondary i {
  color: #fff;
}
.section--highlights .highlight--green .btn--secondary:hover {
  background: rgb(70.4918032787, 144.5081967213, 133.0532786885);
  transform: scale(1.05);
}
.section--highlights .highlight--green .btn--secondary:active {
  background: rgb(45.4098360656, 93.0901639344, 85.7110655738);
}
.section--highlights .highlight--green .btn--secondary:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.section--highlights .highlight--green .btn--secondary::before {
  background-color: #1e6f62;
}
.section--highlights .highlight--green .btn--secondary::after {
  background: url("../img/icons/chevron-arrow-white.svg") no-repeat center;
}
.section--highlights .highlight--green .btn--secondary:hover {
  color: #fff;
}
.section--highlights .highlight--green .btn--link {
  color: #1e6f62;
}
.section--highlights .highlight--green .btn--link::after {
  background-color: #1e6f62;
}
.section--highlights .highlight--green p.paragraph-big {
  color: #1e6f62;
}
.section--highlights .highlight--orange {
  background-color: rgba(232, 177, 90, 0.3);
}
.section--highlights .highlight--orange::after {
  background: linear-gradient(180deg, rgba(248, 232, 205, 0) 0%, rgba(248, 232, 205, 0.8) 42%, #f8e8cd 100%);
}
.section--highlights .highlight--orange .highlight__title {
  color: #694004;
}
.section--highlights .highlight--orange p.paragraph-big {
  color: #694004;
}
.section--highlights .highlight--orange .image-wrapper::after {
  background-color: #fda;
  border: 1px solid rgba(232, 177, 90, 0.4);
}
.section--highlights .highlight--orange .image-wrapper::before {
  background-color: #ffb548;
}
.section--highlights .highlight--orange .btn--secondary {
  color: #694004;
  background-color: #ffb548;
  transform: scale(1);
  transform-origin: center;
}
.section--highlights .highlight--orange .btn--secondary i {
  color: #694004;
}
.section--highlights .highlight--orange .btn--secondary:hover {
  background: rgb(255, 160.3770491803, 21);
  transform: scale(1.05);
}
.section--highlights .highlight--orange .btn--secondary:active {
  background: rgb(199.5, 118.8278688525, 0);
}
.section--highlights .highlight--orange .btn--secondary:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.section--highlights .highlight--orange .btn--secondary::before {
  background-color: #694004;
}
.section--highlights .highlight--orange .btn--secondary::after {
  background: url("../img/icons/chevron-arrow-white.svg") no-repeat center;
}
.section--highlights .highlight--orange .btn--secondary:hover {
  color: #694004;
}
.section--highlights .highlight--orange .btn--link {
  color: #694004;
}
.section--highlights .highlight--orange .btn--link::after {
  background-color: #694004;
}

/*
name: Values Block
*/
.section--values {
  position: relative;
}
.section--values .values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 40px;
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .section--values .values .value::after {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .section--values .values {
    grid-template-columns: 1fr 1fr;
  }
  .section--values .values .value:nth-of-type(2n+1)::after {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .section--values .values {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section--values .values .value:nth-of-type(2n+1)::after {
    display: block;
  }
  .section--values .values .value:nth-of-type(3n+1)::after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .section--values .values {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .section--values .values .value:nth-of-type(3n+1)::after {
    display: block;
  }
  .section--values .values .value:nth-of-type(4n+1)::after {
    display: none;
  }
}
.section--values .values .value {
  position: relative;
  text-align: center;
}
.section--values .values .value::after {
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #fff 0%, #ffb548 49%, #fff 100%);
}
.section--values .values .value__title {
  margin-bottom: 5px;
  font-size: 1.9rem;
  font-weight: 500;
}
.section--values .values .value__title strong {
  font-weight: 700;
}
.section--values .values .value__icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
}
.section--values .values .value__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*
name: Features
*/
.features--text {
  position: relative;
  padding-top: 5rem;
  margin-top: 3rem;
  /* stylelint-disable-next-line selector-class-pattern */
}
.features--text::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 3rem);
  height: 1px;
  content: "";
  background-color: #e8e8e8;
  opacity: 0.3;
  transform: translateX(-50%);
}
.features--text .features__item {
  margin-bottom: 1.8rem;
  /* stylelint-disable-next-line selector-class-pattern */
}
.section--navy .features--text .features__item h3 {
  color: #5bafa2;
}
.section--navy .features--text .btn--link {
  color: #fff;
}
.section--navy .features--text .btn--link::after {
  background-color: #fff;
}
.features--scrolling h2 {
  color: #1e2844;
}
.features--scrolling img {
  width: 100%;
  border-radius: 16px;
}
.features--scrolling .features__item {
  position: relative;
  padding-bottom: 6rem;
}
.features--scrolling .features__item::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e8e8e8;
}
.features--scrolling .features__item + .features__item {
  padding-top: 6rem;
}
@media screen and (min-width: 576px) {
  .features--scrolling .features__item:first-of-type {
    margin-top: 5rem;
  }
}
.features--scrolling .features__item:last-of-type::after {
  display: none;
}
.features--image {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .features--image {
    grid-template-columns: 1fr;
  }
}
.features--image .features__item {
  grid-column: span 2;
  padding: 3rem;
  background-color: rgba(249, 251, 252, 0.7);
  border: 1px solid rgba(186, 186, 186, 0.7);
  border-radius: 16px;
}
.features--image .features__item--big {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .features--image .features__item--big {
    grid-column: span 1;
  }
}
.features--image .features__item--small {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .features--image .features__item--small {
    grid-column: span 1;
  }
}
.features--image .features__image {
  width: 80%;
  max-width: 391px;
  height: 180px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .features--image .features__image {
    height: auto;
  }
}
.features--image .features__image img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .features--image .features__image img {
    height: auto;
  }
}

/*
name: Filters
*/
.contra-ajax-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.contra-ajax-filters .contra-ajax-reset-wrapper {
  margin-left: auto;
}
.contra-ajax-filters .contra-ajax-reset-wrapper button {
  display: none;
}
.tab-panel .contra-ajax-filters {
  position: relative;
  padding-bottom: 3rem;
}
.tab-panel .contra-ajax-filters::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  content: "";
  background-color: #1e2844;
  transform: translateX(-50%);
}
.contra-ajax-filters input[type=search] {
  padding-left: 4rem;
  background-image: url("../img/icons/icon-search-turquoise.svg");
  background-repeat: no-repeat;
  background-position: left 1em center;
  background-size: 14.6666666667px;
  border-radius: 120px;
}
.contra-ajax-filters select {
  border-radius: 120px;
}
.contra-ajax-filters .form__control {
  flex: 1 0 100%;
}
@media screen and (min-width: 576px) {
  .contra-ajax-filters .form__control {
    flex: 0 0 auto;
    min-width: 150px;
    max-width: 200px;
  }
}

.tab-filters {
  padding-bottom: 3rem;
  margin-top: -1px;
  color: #fff;
  background-color: #1e2844;
}
.tab-filters a {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.7;
}
.tab-filters a::after {
  position: absolute;
  bottom: 1.5px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: transparent;
  transition: all 0.3s ease-out;
  transform: translateY(200%);
}
.tab-filters a:hover::after {
  background-color: #fff;
  transform: translateY(0);
}
.tab-filters a.active {
  opacity: 1;
}
.tab-filters a.active::after {
  background-color: #ffb548;
  transform: translateY(0);
}
.tab-filters .container, .tab-filters .pagination, .tab-filters .tab-panel .contra-ajax-filters, .tab-panel .tab-filters .contra-ajax-filters {
  position: relative;
}
.tab-filters .container::before, .tab-filters .pagination::before, .tab-filters .tab-panel .contra-ajax-filters::before, .tab-panel .tab-filters .contra-ajax-filters::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 4.8rem);
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.3;
  transform: translateX(-50%);
}
.tab-filters .tab-nav {
  position: relative;
  display: flex;
  gap: 0 2rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  overflow-x: auto;
  list-style: none;
}
.tab-filters .tab-nav .tab-nav__item {
  flex: 0 0 auto;
  margin-bottom: 0;
  list-style: none;
}

/*
name: Statistics & partners
*/
.statistics,
.partners {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0;
  margin-left: 0;
  overflow-x: hidden;
}
.statistics.no-carousel,
.partners.no-carousel {
  flex-wrap: wrap;
  overflow-x: hidden;
}
.statistics .statistic,
.statistics .partner,
.partners .statistic,
.partners .partner {
  display: flex;
  flex-direction: column;
  color: #fff;
  /* stylelint-disable-next-line selector-class-pattern */
}
.section--navy .statistics .statistic,
.section--navy .statistics .partner,
.section--navy .partners .statistic,
.section--navy .partners .partner {
  color: #bbbec7;
}
.dark-text .statistics .statistic,
.dark-text .statistics .partner,
.dark-text .partners .statistic,
.dark-text .partners .partner {
  color: #1e2844;
}
.statistics .statistic__title,
.statistics .partner__title,
.partners .statistic__title,
.partners .partner__title {
  font-size: 3.3rem;
  font-weight: 500;
}
.statistics .statistic,
.partners .statistic {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 250px;
  margin: 0 6rem 0 0;
}
.statistics .partner,
.partners .partner {
  height: 35px;
  margin: 0 3rem 0 0;
  overflow: hidden;
}
.statistics .partner img,
.partners .partner img {
  width: auto;
  height: 35px;
  max-height: 35px;
}
.statistics .partner a:not(.btn),
.partners .partner a:not(.btn) {
  border-bottom: 0;
}
.statistics .partner a:not(.btn):hover,
.partners .partner a:not(.btn):hover {
  border-bottom: 0;
}

/*
name: Carousel
*/
.post-grid .slick-dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 11px;
  padding: 0;
  margin-left: 0;
  overflow: hidden;
  list-style: none;
}
.post-grid .slick-dots::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #bababa;
  transform: translateY(-50%);
}
.post-grid .slick-dots li {
  position: relative;
  flex: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-grid .slick-dots li button {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 11px;
  padding: 0;
  text-indent: -99999px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.post-grid .slick-dots li.slick-active button {
  background: #314f8f; /* Active progress */
}

/*
name: Services Block
*/
.section--services .services__tabs {
  display: none;
}
@media (min-width: 992px) {
  .section--services .services__tabs {
    display: flex;
    gap: 10rem;
  }
}
.section--services .services__tabs .tab-nav {
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
}
.section--services .services__tabs .tab-button {
  padding: 3rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  color: #314f8f;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 22px 22px 70px 0 rgba(0, 0, 0, 0.1), 90px 90px 127px 0 rgba(0, 0, 0, 0.09), 202px 202px 171px 0 rgba(0, 0, 0, 0.05), 359px 359px 203px 0 rgba(0, 0, 0, 0.01), 561px 561px 222px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
  transform: scale(1);
}
.section--services .services__tabs .tab-button.is-active {
  color: #fff;
  background: linear-gradient(22.71deg, #314f8f 49.52%, #5bafa2 166.24%, #5bafa2 210.71%);
}
.section--services .services__tabs .tab-button:hover {
  box-shadow: 26px 26px 80px 0 rgba(0, 0, 0, 0.12), 100px 100px 140px 0 rgba(0, 0, 0, 0.1), 220px 220px 190px 0 rgba(0, 0, 0, 0.06), 390px 390px 220px 0 rgba(0, 0, 0, 0.015), 600px 600px 240px 0 rgba(0, 0, 0, 0);
  transform: scale(1.01);
}
.section--services .services__tabs .tab-content {
  flex: 1;
  padding: 0;
}
.section--services .services__tabs.is-active {
  display: block;
}
.section--services .services__tabs .tab-panel {
  display: none;
}
.section--services .services__tabs .tab-panel.is-active {
  display: block;
}
.section--services .services__tabs .tab-panel.accordion__content {
  max-height: none !important;
  overflow: visible !important;
  transition: none !important;
}
.section--services .accordion--services {
  display: block;
}
.section--services img {
  margin-bottom: 16px;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .section--services .accordion--services {
    display: none;
  }
}

/*
name: Quick Linsk
*/
.quick-links__title {
  margin-bottom: 3rem;
  font-size: 2.8rem;
}
.quick-links ul {
  margin-left: 0;
  list-style: none;
}
.quick-links ul li {
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section--quick-links .teaser-links {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

.pagination {
  margin-bottom: 3rem;
}
.pagination .contra-ajax-pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.pagination .contra-ajax-pagination a {
  font-weight: 500;
}
.pagination .contra-ajax-pagination a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
.pagination .contra-ajax-pagination a.current {
  color: #5bafa2;
}

/* stylelint-disable selector-class-pattern */
/*
name: Hubspot Form
*/
.hbspt-form {
  text-align: left;
  /* Change Autocomplete styles in Chrome */
}
.footer .hbspt-form {
  padding-bottom: 10rem;
}
.hbspt-form p {
  text-align: left;
}
.hbspt-form label,
.hbspt-form input,
.hbspt-form select {
  margin-bottom: 1rem;
}
.hbspt-form input:-webkit-autofill,
.hbspt-form input:-webkit-autofill:hover,
.hbspt-form input:-webkit-autofill:focus,
.hbspt-form textarea:-webkit-autofill,
.hbspt-form textarea:-webkit-autofill:hover,
.hbspt-form textarea:-webkit-autofill:focus,
.hbspt-form select:-webkit-autofill,
.hbspt-form select:-webkit-autofill:hover,
.hbspt-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.hbspt-form label.hs-error-msg {
  font-weight: 500;
  color: #314f8f;
}
.footer .hbspt-form label.hs-error-msg, .section--cta .hbspt-form label.hs-error-msg {
  color: #ffb548;
}
.hbspt-form .hs-error-msgs {
  font-weight: 500;
  color: #314f8f;
}
.footer .hbspt-form .hs-error-msgs, .section--cta .hbspt-form .hs-error-msgs {
  color: #ffb548;
}
.hbspt-form .hs-submit {
  flex: 1 0 100%;
  margin-top: 3rem;
}
.hbspt-form .hs-submit .actions {
  color: #fff;
  background-color: #1e2844;
  transform: scale(1);
  transform-origin: center;
  position: relative;
  display: inline-flex;
  width: auto;
  padding-right: 2.4rem;
  padding-left: 5.4rem;
  border-radius: 120px;
}
.hbspt-form .hs-submit .actions i {
  color: #fff;
}
.hbspt-form .hs-submit .actions:hover {
  background: rgb(14.387755102, 19.1836734694, 32.612244898);
  transform: scale(1.05);
}
.hbspt-form .hs-submit .actions:active {
  background: black;
}
.hbspt-form .hs-submit .actions:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.footer .hbspt-form .hs-submit .actions, .section--cta .hbspt-form .hs-submit .actions {
  color: #1e2844;
  background-color: #fff;
  transform: scale(1);
  transform-origin: center;
}
.footer .hbspt-form .hs-submit .actions i, .section--cta .hbspt-form .hs-submit .actions i {
  color: #1e2844;
}
.footer .hbspt-form .hs-submit .actions:hover, .section--cta .hbspt-form .hs-submit .actions:hover {
  background: rgb(229.5, 229.5, 229.5);
  transform: scale(1.05);
}
.footer .hbspt-form .hs-submit .actions:active, .section--cta .hbspt-form .hs-submit .actions:active {
  background: rgb(191.25, 191.25, 191.25);
}
.footer .hbspt-form .hs-submit .actions:focus-visible, .section--cta .hbspt-form .hs-submit .actions:focus-visible {
  outline: 2px dotted #5bafa2 !important;
}
.hbspt-form .hs-submit .actions::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.footer .hbspt-form .hs-submit .actions::before, .section--cta .hbspt-form .hs-submit .actions::before {
  background-color: #1e2844;
}
.hbspt-form .hs-submit .actions::after {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-out;
  transform: translateY(-50%) scale(1);
}
.footer .hbspt-form .hs-submit .actions::after, .section--cta .hbspt-form .hs-submit .actions::after {
  background: url("../img/icons/chevron-arrow-white.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.hbspt-form .hs-submit .actions:hover {
  color: #ffb548;
  background-color: #1e2844;
  transition: all 0.3s ease-out;
  transform: scale(1.05);
  transform-origin: center;
}
.footer .hbspt-form .hs-submit .actions:hover, .section--cta .hbspt-form .hs-submit .actions:hover {
  color: #1e2844;
}
.hbspt-form .hs-submit .actions:hover::before {
  background-color: #ffb548;
}
.hbspt-form .hs-submit .actions:hover::after {
  background: url("../img/icons/chevron-arrow-blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.hbspt-form .hs-submit .actions input {
  height: 48px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 44px;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.hbspt-form .hs-form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hbspt-form .hs-form-booleancheckbox-display {
  position: relative;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
}
.hbspt-form .hs-form-booleancheckbox-display::before {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
}
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:checked + span {
  color: #314f8f;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.footer .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:checked + span {
  color: #fff;
}
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:checked + span::before {
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #5bafa2;
  content: "✓";
  transform: translateY(-50%);
}
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:focus + span::before {
  border-color: #c21f21;
  outline: 2px dotted #5bafa2;
  outline-offset: 2px;
}

/*
name: Author Block
*/
.section--authors p.paragraph-big {
  margin-bottom: 0;
}
.section--authors .author {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .section--authors .author {
    margin-bottom: 0;
  }
}
.section--authors .author__title {
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}
.section--authors .author__image {
  flex: 0 0 70px;
  width: 70px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.section--authors .author__image img {
  border-radius: 50%;
}
.section--authors .author__details p {
  margin-bottom: 0;
}
.section__authors {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.section__authors::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 2rem);
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}
.section__authors::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 2rem);
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.old-content {
  padding-bottom: 5rem;
}
.old-content a:not(.btn) {
  border-bottom: 1px solid #5bafa2;
}
.old-content > p:first-of-type {
  padding: 8rem 0 5rem;
  font-size: 2rem;
  font-weight: 500;
  background: linear-gradient(to right, #1e2844 30%, #314f8f 60%, #5bafa2 90%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 500% auto;
  animation: text-shine 5s ease-in-out infinite alternate;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 767px) {
  .old-content > p:first-of-type {
    font-size: 2.8rem;
  }
}
.old-content img {
  margin: 8rem 0;
}
.old-content .img-wrapper {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: visible;
  will-change: transform, margin;
}

/* stylelint-disable selector-class-pattern */
/*
name: Section
code: |
	<section></section>
*/
.section {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
}
.section a:not(.btn, .first, .last, .page-numbers) {
  border-bottom: 1px solid #5bafa2;
}
@media screen and (min-width: 767px) {
  .section {
    padding: 8rem 0;
  }
}
.hero .section {
  padding: 4rem 0;
}
@media screen and (min-width: 767px) {
  .hero .section {
    padding: 4rem 0;
  }
}
.hero .section + .section {
  padding-top: 0;
}
.hero .section + .section--navy,
.hero .section + .section--cta,
.hero .section + .section--blue-gradient,
.hero .section + .section--values,
.hero .section + .section--highlight-posts {
  padding-top: 0;
}
.section + .section {
  padding-top: 0;
}
.section + .section--navy,
.section + .section--cta,
.section + .section--blue-gradient,
.section + .section--values,
.section + .section--highlight-posts {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .section + .section--navy,
  .section + .section--cta,
  .section + .section--blue-gradient,
  .section + .section--values,
  .section + .section--highlight-posts {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 767px) {
  .section__view-all .btn {
    float: right;
  }
}
.section__title {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .section__title {
    font-size: 2.8rem;
  }
}
.section__title-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section__title-wrapper .section__title {
  flex-grow: 1;
}
.section__parallax-bg {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(to top, #314f8f, #1e2844);
  transition: transform 0.3s ease-out;
  transform: translateY(0%);
}
.section--navy {
  padding-bottom: 8rem;
  color: #fff;
  background-color: #1e2844;
}
.section--navy h1,
.section--navy h2,
.section--navy h3,
.section--navy h4,
.section--navy h5,
.section--navy p {
  color: #fff;
}
.section--navy a:not(.btn) {
  font-weight: 500;
  color: #ffb548;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.section--navy a:not(.btn):hover {
  border-bottom: 1px solid #ffb548;
}
.section--navy a.btn--link {
  color: #5bafa2;
}
.section--navy a.btn--link::after {
  background-color: #5bafa2;
}
.section--navy a.btn--link:hover {
  color: #ffb548;
}
.section--navy a.btn--link:hover::after {
  background-color: #ffb548;
}
.section--navy + .section {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .section--navy + .section {
    padding-top: 8rem;
  }
}
.section--partners-statistics {
  overflow-x: hidden;
}
.section--partners-statistics .carousel-wrapper {
  overflow-x: hidden;
}
.section--bullets img, .section--text-image img {
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .section--text-image .text-image > div:first-of-type {
    margin-bottom: 6rem;
  }
}
.section--introduction p {
  font-size: 2rem;
  font-weight: 500;
  background: linear-gradient(to right, #1e2844 30%, #314f8f 60%, #5bafa2 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: text-shine 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 767px) {
  .section--introduction p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section--quick-links .quick-links,
  .section--quick-links .teaser-links,
  .section--quick-links .manual-links {
    margin-top: 3rem;
  }
}
.section--image {
  overflow-x: hidden;
}
.section--image .image {
  transform-origin: center center;
  will-change: transform;
}
.section--image .image img {
  width: 100%;
}
.section--text-post, .section--introduction {
  overflow-x: hidden;
}
.section--text-post .full-text, .section--introduction .full-text {
  will-change: transform;
}
.section--global {
  z-index: 4;
}
.section--blue-gradient {
  position: relative;
  padding-top: 4rem;
  color: #fff;
  background-color: #013571;
}
@media screen and (min-width: 767px) {
  .section--blue-gradient {
    padding-top: 8rem;
  }
}
.section--blue-gradient + .section {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .section--blue-gradient + .section {
    padding-top: 8rem;
  }
}
.section--blue-gradient h1,
.section--blue-gradient h2,
.section--blue-gradient h3,
.section--blue-gradient h4,
.section--blue-gradient h5,
.section--blue-gradient p,
.section--blue-gradient a:not(.btn) {
  color: #fff;
}
.section--values, .section--highlight-posts {
  position: relative;
  background-color: #f8f8f8;
}
.section--values + .section, .section--highlight-posts + .section {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .section--values + .section, .section--highlight-posts + .section {
    padding-top: 8rem;
  }
}
.section--posts .section__button {
  display: flex;
  justify-content: center;
}
.section--features.section--navy {
  padding-bottom: 5rem;
}
.section--features.section--navy .section__title {
  color: #ffb548;
}
.section--features .triangle-animation {
  top: unset;
  bottom: -150px;
}
@media screen and (max-width: 992px) {
  .section--features .triangle-animation {
    bottom: -75px;
  }
}
.section--quote-post {
  overflow-y: hidden;
}
.section--quote-post + .section {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .section--quote-post + .section {
    padding-top: 8rem;
  }
}
.section--quote-post + .section--authors {
  padding-top: 8rem;
}
.section--services + .section {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .section--services + .section {
    padding-top: 8rem;
  }
}
.section .animated-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.section .animated-gradient::after {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 736px;
  height: 241px;
  pointer-events: none;
  content: "";
  background: #5bafa2;
  filter: blur(150px);
  border-radius: 225px;
  opacity: 0.4;
  transform: rotate(7.189deg);
  animation: float-around 20s infinite linear;
}

article section {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  article section {
    padding-top: 8rem;
  }
}
article section:last-of-type {
  padding-bottom: 4rem;
}
@media screen and (min-width: 767px) {
  article section:last-of-type {
    padding-bottom: 8rem;
  }
}

/*
name: Footer
code: |
	<footer></footer>
*/
.footer {
  position: relative;
  z-index: 2;
  padding: 6.2rem 0;
  color: #fff;
  background-color: #1e2844;
}
.footer p,
.footer a:not(.btn),
.footer h2 {
  color: #fff;
}
.footer h2 {
  font-size: 33px;
  font-weight: 400;
}
.footer h3,
.footer h3.h4 {
  color: #ffb548;
}
.footer a:not(.btn):hover {
  color: #5bafa2;
}
.footer .row + .row {
  position: relative;
  padding-top: 2rem;
  margin-top: 2rem;
}
.footer .row + .row::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 2rem);
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.3;
  transform: translateX(-50%);
}
.footer__logo {
  margin-bottom: 2.6rem;
}
.footer__social {
  display: flex;
  gap: 17px;
  margin-bottom: 4rem;
  margin-left: 0;
  list-style: none;
}
.footer__social span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.footer__social li {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.footer__social li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__social li a:hover {
  filter: opacity(0.5);
}
.footer-menu ul {
  margin-left: 0;
  list-style: none;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li .color {
  color: #ffb548;
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.footer-nav a {
  border-bottom: 1px solid #1e2844;
}
.footer-nav a:hover {
  border-bottom: 1px solid #5bafa2;
}

/*
name: Hero
code: |
	<section></section>
*/
.hero {
  padding-top: 140px;
  padding-bottom: 3rem;
  margin-top: -120px;
}
.hero--image, .hero--product, .hero--solution, .hero--lost, .hero--contact-form, .hero--video {
  padding-top: 120px;
  padding-bottom: 0;
}
.hero--text-image > .section:first-of-type {
  padding-top: 12rem;
}
.hero--text-image > .section:first-of-type::before {
  position: absolute;
  top: 6rem;
  left: 50%;
  width: calc(100% - 4rem);
  max-width: calc(1280px - 4rem);
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.3;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .hero--simple {
    padding-bottom: 6rem;
  }
}
.hero .section {
  z-index: 1;
}
.hero .section--partners-statistics + .section {
  padding-top: 4rem;
}
.hero .section--partners-statistics + .section::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  max-width: calc(1280px - 4rem);
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.3;
  transform: translateX(-50%);
}

/*
name: Header
code: |
	<header></header>
*/
.header {
  position: fixed;
  top: 32px;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 76px;
}
.header .custom-logo-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 70px;
  padding: 0 2.4rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 35px 77px 0 rgba(0, 0, 0, 0.1019607843), 0 141px 141px 0 rgba(0, 0, 0, 0.0901960784), 0 317px 190px 0 rgba(0, 0, 0, 0.0509803922), 0 563px 225px 0 rgba(0, 0, 0, 0.0117647059), 0 880px 246px 0 rgba(0, 0, 0, 0);
}
@media (max-width: 71.25em) {
  .header__container {
    justify-content: space-between;
    padding: 1rem 2.4rem;
  }
}
.header__menu {
  flex-grow: 1;
}
@media (max-width: 71.25em) {
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    max-height: 80vh;
    margin-top: 50px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 16px;
    transform: translateY(-140%) translateX(0%);
    will-change: transform;
  }
  .menu-open .header__menu {
    display: block;
    height: auto;
    padding: 6rem 0 4rem;
    margin-top: 0;
    transform: translateY(0%) translateX(0%);
  }
  .header__menu .menu {
    transition: all 0.5s ease-in-out;
  }
  .header__menu .submenu-active .menu {
    transform: translateY(0%) translateX(-100%);
  }
}
.header__buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
}
.header__buttons .search-button {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0.5rem;
  cursor: pointer;
}
.header__buttons .search-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/icons/icon-search.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.header__buttons .user-button {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0.5rem;
  cursor: pointer;
}
.header__buttons .user-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/icons/icon-user.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.header__search {
  position: relative;
}
.header__search-form {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.header__search-form .search-field {
  width: 0;
  padding: 0;
  border: 0;
  transition: none;
}
@media (max-width: 415px) {
  .header__search-form {
    position: absolute;
    z-index: 2;
  }
}
@media (min-width: 71.26em) {
  .header__search-form {
    position: absolute;
    top: 0;
    left: 253px;
    overflow: hidden;
  }
}
.header__search-form.is-active {
  flex-grow: 1;
  height: 100%;
}
@media (max-width: 71.25em) {
  .header__search-form.is-active {
    flex-grow: 1;
  }
}
@media (min-width: 71.26em) {
  .header__search-form.is-active {
    width: 60%;
  }
}
.header__search-form.is-active .search-field {
  width: 100%;
  padding: 0 2.5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 120px;
}
@media (max-width: 71.25em) {
  .header .hidden-mobile {
    display: none;
  }
  .header .custom-logo-link img {
    width: auto;
    height: 34px;
  }
}

/*
name: Main
code: |
	<main></main>
*/
main {
  position: relative;
  padding-top: 120px;
}

/*# sourceMappingURL=custom.css.map */