@import "/css/f20325a9551bd800de2e7645b5e0c59e/3e67b2.css";@charset "UTF-8";

.b-lazy {
  filter: blur(2.5rem);
  transition: opacity 0.4s, filter 0.4s 0.5s;
}

.b-lazy.b-loaded {
  filter: blur(0);
}

.btn, .section-page__wrapper .wp-block-button__link,
.content-block__wrapper .wp-block-button__link, form input[type=submit] {
  font-size: 0.9375rem;
  line-height: 1.5;
  min-width: 9.375rem;
  min-height: 3.125rem;
  font-family: "NolanNext-Bold";
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  --bg-opacity: 1;
  background-color: #3090AC;
  background-color: rgba(48, 144, 172, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #3090AC;
  border-color: rgba(48, 144, 172, var(--border-opacity));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:after, .section-page__wrapper .wp-block-button__link:after,
.content-block__wrapper .wp-block-button__link:after, form input[type=submit]:after {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 40px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
  content: "";
}

.btn--white, .cta--bg-blue .cta__btn, .image-and-text--bg-blue .image-and-text__btn {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.btn--white:after, .cta--bg-blue .cta__btn:after, .image-and-text--bg-blue .image-and-text__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='%233090AC'/%3E%3C/svg%3E");
}

.btn--white:hover:after, .cta--bg-blue .cta__btn:hover:after, .image-and-text--bg-blue .image-and-text__btn:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn:hover, .section-page__wrapper .wp-block-button__link:hover,
.content-block__wrapper .wp-block-button__link:hover, form input[type=submit]:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #8CBD3F;
  background-color: rgba(140, 189, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #8CBD3F;
  border-color: rgba(140, 189, 63, var(--border-opacity));
}

@media (min-width: 1024px) {
  .btn, .section-page__wrapper .wp-block-button__link,
.content-block__wrapper .wp-block-button__link, form input[type=submit] {
    font-size: 1.125rem;
    min-height: 3.75rem;
    min-width: 10.625rem;
    padding-left: 35px;
    padding-right: 35px;
  }

  .btn:after, .section-page__wrapper .wp-block-button__link:after,
.content-block__wrapper .wp-block-button__link:after, form input[type=submit]:after {
    height: 1.125rem;
  }
}

.btn-icon, .footer__newsletter form [type=submit], .header__search form [type=submit] {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --bg-opacity: 1;
  background-color: #3090AC;
  background-color: rgba(48, 144, 172, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #3090AC;
  border-color: rgba(48, 144, 172, var(--border-opacity));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-size: 1.5625rem;
}

.btn-icon:after, .footer__newsletter form [type=submit]:after, .header__search form [type=submit]:after {
  display: none;
}

.btn-icon:hover, .footer__newsletter form [type=submit]:hover, .header__search form [type=submit]:hover {
  --bg-opacity: 1;
  background-color: #8CBD3F;
  background-color: rgba(140, 189, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #8CBD3F;
  border-color: rgba(140, 189, 63, var(--border-opacity));
}

@media (min-width: 1024px) {
  .btn-icon, .footer__newsletter form [type=submit], .header__search form [type=submit] {
    width: 60px;
    height: 60px;
  }
}

.btn-icon-arrow-form, .footer__newsletter form [type=submit], form input[type=submit] {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: right 0.9375rem center;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 50px;
}

.btn-icon-arrow, .footer__newsletter form [type=submit], .header__search form [type=submit] {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.125 0.875H1.57422C0.710938 0.875 0 1.63672 0 2.55078V22C0 22.9141 0.710938 23.625 1.57422 23.625H21.125C21.9883 23.625 22.75 22.9141 22.75 22V2.55078C22.75 1.63672 21.9883 0.875 21.125 0.875ZM6.85547 20.375H3.50391V9.55859H6.85547V20.375ZM5.17969 8.03516C4.0625 8.03516 3.19922 7.17188 3.19922 6.10547C3.19922 5.03906 4.0625 4.125 5.17969 4.125C6.24609 4.125 7.10938 5.03906 7.10938 6.10547C7.10938 7.17188 6.24609 8.03516 5.17969 8.03516ZM19.5 20.375H16.0977V15.0938C16.0977 13.875 16.0977 12.25 14.3711 12.25C12.5938 12.25 12.3398 13.6211 12.3398 15.043V20.375H8.98828V9.55859H12.1875V11.0312H12.2383C12.6953 10.168 13.8125 9.25391 15.4375 9.25391C18.8398 9.25391 19.5 11.5391 19.5 14.4336V20.375Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon-facebook {
  background-size: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.168 14.875L13.8789 10.2031H9.35938V7.15625C9.35938 5.83594 9.96875 4.61719 12 4.61719H14.082V0.605469C14.082 0.605469 12.2031 0.25 10.4258 0.25C6.71875 0.25 4.28125 2.53516 4.28125 6.59766V10.2031H0.117188V14.875H4.28125V26.25H9.35938V14.875H13.168Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon-instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.375 6.41016C9.125 6.41016 6.53516 9.05078 6.53516 12.25C6.53516 15.5 9.125 18.0898 12.375 18.0898C15.5742 18.0898 18.2148 15.5 18.2148 12.25C18.2148 9.05078 15.5742 6.41016 12.375 6.41016ZM12.375 16.0586C10.293 16.0586 8.56641 14.3828 8.56641 12.25C8.56641 10.168 10.2422 8.49219 12.375 8.49219C14.457 8.49219 16.1328 10.168 16.1328 12.25C16.1328 14.3828 14.457 16.0586 12.375 16.0586ZM19.7891 6.20703C19.7891 5.44531 19.1797 4.83594 18.418 4.83594C17.6562 4.83594 17.0469 5.44531 17.0469 6.20703C17.0469 6.96875 17.6562 7.57812 18.418 7.57812C19.1797 7.57812 19.7891 6.96875 19.7891 6.20703ZM23.6484 7.57812C23.5469 5.75 23.1406 4.125 21.8203 2.80469C20.5 1.48438 18.875 1.07812 17.0469 0.976562C15.168 0.875 9.53125 0.875 7.65234 0.976562C5.82422 1.07812 4.25 1.48438 2.87891 2.80469C1.55859 4.125 1.15234 5.75 1.05078 7.57812C0.949219 9.45703 0.949219 15.0938 1.05078 16.9727C1.15234 18.8008 1.55859 20.375 2.87891 21.7461C4.25 23.0664 5.82422 23.4727 7.65234 23.5742C9.53125 23.6758 15.168 23.6758 17.0469 23.5742C18.875 23.4727 20.5 23.0664 21.8203 21.7461C23.1406 20.375 23.5469 18.8008 23.6484 16.9727C23.75 15.0938 23.75 9.45703 23.6484 7.57812ZM21.2109 18.9531C20.8555 19.9688 20.043 20.7305 19.0781 21.1367C17.5547 21.7461 14 21.5938 12.375 21.5938C10.6992 21.5938 7.14453 21.7461 5.67188 21.1367C4.65625 20.7305 3.89453 19.9688 3.48828 18.9531C2.87891 17.4805 3.03125 13.9258 3.03125 12.25C3.03125 10.625 2.87891 7.07031 3.48828 5.54688C3.89453 4.58203 4.65625 3.82031 5.67188 3.41406C7.14453 2.80469 10.6992 2.95703 12.375 2.95703C14 2.95703 17.5547 2.80469 19.0781 3.41406C20.043 3.76953 20.8047 4.58203 21.2109 5.54688C21.8203 7.07031 21.668 10.625 21.668 12.25C21.668 13.9258 21.8203 17.4805 21.2109 18.9531Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.6875 6.5C29.9375 5.5625 31.0625 4.4375 31.9375 3.125C30.8125 3.625 29.5 4 28.1875 4.125C29.5625 3.3125 30.5625 2.0625 31.0625 0.5C29.8125 1.25 28.375 1.8125 26.9375 2.125C25.6875 0.8125 24 0.0625 22.125 0.0625C18.5 0.0625 15.5625 3 15.5625 6.625C15.5625 7.125 15.625 7.625 15.75 8.125C10.3125 7.8125 5.4375 5.1875 2.1875 1.25C1.625 2.1875 1.3125 3.3125 1.3125 4.5625C1.3125 6.8125 2.4375 8.8125 4.25 10C3.1875 9.9375 2.125 9.6875 1.25 9.1875V9.25C1.25 12.4375 3.5 15.0625 6.5 15.6875C6 15.8125 5.375 15.9375 4.8125 15.9375C4.375 15.9375 4 15.875 3.5625 15.8125C4.375 18.4375 6.8125 20.3125 9.6875 20.375C7.4375 22.125 4.625 23.1875 1.5625 23.1875C1 23.1875 0.5 23.125 0 23.0625C2.875 24.9375 6.3125 26 10.0625 26C22.125 26 28.6875 16.0625 28.6875 7.375C28.6875 7.0625 28.6875 6.8125 28.6875 6.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon-youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='24' viewBox='0 0 36 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.3125 3.8125C33.9375 2.3125 32.75 1.125 31.3125 0.75C28.625 0 18 0 18 0C18 0 7.3125 0 4.625 0.75C3.1875 1.125 2 2.3125 1.625 3.8125C0.875 6.4375 0.875 12.0625 0.875 12.0625C0.875 12.0625 0.875 17.625 1.625 20.3125C2 21.8125 3.1875 22.9375 4.625 23.3125C7.3125 24 18 24 18 24C18 24 28.625 24 31.3125 23.3125C32.75 22.9375 33.9375 21.8125 34.3125 20.3125C35.0625 17.625 35.0625 12.0625 35.0625 12.0625C35.0625 12.0625 35.0625 6.4375 34.3125 3.8125ZM14.5 17.125V7L23.375 12.0625L14.5 17.125Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon-download {
  background-size: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='27' viewBox='0 0 23 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5664 14.2188C20.8594 13.9844 20.8594 13.5156 20.5664 13.2812L20.1562 12.8125C19.8633 12.5781 19.4531 12.5781 19.1602 12.8125L12.4219 19.6094V1.32812C12.4219 0.976562 12.0703 0.625 11.7188 0.625H11.1328C10.7227 0.625 10.4297 0.976562 10.4297 1.32812V19.6094L3.63281 12.8125C3.33984 12.5781 2.92969 12.5781 2.63672 12.8125L2.22656 13.2227C1.93359 13.5156 1.93359 13.9844 2.22656 14.2188L10.8984 22.9492C11.1914 23.2422 11.6016 23.2422 11.8945 22.9492L20.5664 14.2188ZM22.6758 26.1719V25.7031C22.6758 25.3516 22.3242 25 21.9727 25H0.878906C0.46875 25 0.175781 25.3516 0.175781 25.7031V26.1719C0.175781 26.582 0.46875 26.875 0.878906 26.875H21.9727C22.3242 26.875 22.6758 26.582 22.6758 26.1719Z' fill='white'/%3E%3C/svg%3E%0A");
  --bg-opacity: 1;
  background-color: #405565;
  background-color: rgba(64, 85, 101, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #405565;
  border-color: rgba(64, 85, 101, var(--border-opacity));
}

.link {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "NolanNext-Bold";
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  position: relative;
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .link {
    font-size: 1.125rem;
  }
}

.link:before, .link:after {
  content: "";
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4141 4.32812L11.1719 1.04688C10.8203 0.695312 10.3125 0.5 9.84375 0.5H1.875C0.820312 0.5 0 1.35938 0 2.375V18.625C0 19.6797 0.820312 20.5 1.875 20.5H13.125C14.1406 20.5 15 19.6797 15 18.625V5.65625C15 5.1875 14.7656 4.67969 14.4141 4.32812ZM12.9688 5.5H10V2.53125L12.9688 5.5ZM1.875 18.625V2.375H8.125V6.4375C8.125 6.98438 8.51562 7.375 9.0625 7.375H13.125V18.625H1.875ZM11.6406 13.0391C11.1719 12.5703 9.80469 12.6875 9.10156 12.7656C8.4375 12.375 8.00781 11.7891 7.69531 10.9688C7.8125 10.3438 8.08594 9.36719 7.89062 8.78125C7.73438 7.76562 6.40625 7.84375 6.21094 8.54688C6.05469 9.17188 6.21094 10.0703 6.48438 11.1641C6.09375 12.1016 5.50781 13.3516 5.11719 14.0938C4.33594 14.4844 3.28125 15.1094 3.125 15.8906C3.00781 16.5156 4.14062 18.0391 6.09375 14.6797C6.95312 14.3672 7.92969 14.0156 8.75 13.8594C9.49219 14.2891 10.3516 14.5234 10.9375 14.5234C11.9531 14.5234 12.0312 13.4297 11.6406 13.0391ZM3.90625 16.0859C4.10156 15.5391 4.84375 14.9141 5.07812 14.7188C4.33594 15.8906 3.90625 16.0859 3.90625 16.0859ZM7.07031 8.625C7.38281 8.625 7.34375 9.875 7.14844 10.2266C6.99219 9.67969 6.99219 8.625 7.07031 8.625ZM6.13281 13.9766C6.52344 13.3125 6.83594 12.5312 7.10938 11.8281C7.42188 12.4141 7.8125 12.8828 8.28125 13.1953C7.46094 13.3906 6.75781 13.7031 6.13281 13.9766ZM11.25 13.7812C11.25 13.7812 11.0547 14.0156 9.80469 13.4688C11.1719 13.3516 11.4062 13.6641 11.25 13.7812Z' fill='%233090AC'/%3E%3C/svg%3E%0A");
  display: none;
  width: 15px;
  height: 30px;
  margin-right: 10px;
}

.link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='%233090AC'/%3E%3C/svg%3E");
  display: block;
  margin-left: 15px;
  width: 25px;
  height: 15px;
}

.link--white, .cta--bg-blue .cta__link, .image-and-text--bg-blue .image-and-text__link {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.link--white:before, .cta--bg-blue .cta__link:before, .image-and-text--bg-blue .image-and-text__link:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4141 4.32812L11.1719 1.04688C10.8203 0.695312 10.3125 0.5 9.84375 0.5H1.875C0.820312 0.5 0 1.35938 0 2.375V18.625C0 19.6797 0.820312 20.5 1.875 20.5H13.125C14.1406 20.5 15 19.6797 15 18.625V5.65625C15 5.1875 14.7656 4.67969 14.4141 4.32812ZM12.9688 5.5H10V2.53125L12.9688 5.5ZM1.875 18.625V2.375H8.125V6.4375C8.125 6.98438 8.51562 7.375 9.0625 7.375H13.125V18.625H1.875ZM11.6406 13.0391C11.1719 12.5703 9.80469 12.6875 9.10156 12.7656C8.4375 12.375 8.00781 11.7891 7.69531 10.9688C7.8125 10.3438 8.08594 9.36719 7.89062 8.78125C7.73438 7.76562 6.40625 7.84375 6.21094 8.54688C6.05469 9.17188 6.21094 10.0703 6.48438 11.1641C6.09375 12.1016 5.50781 13.3516 5.11719 14.0938C4.33594 14.4844 3.28125 15.1094 3.125 15.8906C3.00781 16.5156 4.14062 18.0391 6.09375 14.6797C6.95312 14.3672 7.92969 14.0156 8.75 13.8594C9.49219 14.2891 10.3516 14.5234 10.9375 14.5234C11.9531 14.5234 12.0312 13.4297 11.6406 13.0391ZM3.90625 16.0859C4.10156 15.5391 4.84375 14.9141 5.07812 14.7188C4.33594 15.8906 3.90625 16.0859 3.90625 16.0859ZM7.07031 8.625C7.38281 8.625 7.34375 9.875 7.14844 10.2266C6.99219 9.67969 6.99219 8.625 7.07031 8.625ZM6.13281 13.9766C6.52344 13.3125 6.83594 12.5312 7.10938 11.8281C7.42188 12.4141 7.8125 12.8828 8.28125 13.1953C7.46094 13.3906 6.75781 13.7031 6.13281 13.9766ZM11.25 13.7812C11.25 13.7812 11.0547 14.0156 9.80469 13.4688C11.1719 13.3516 11.4062 13.6641 11.25 13.7812Z' fill='rgba(255, 255, 255, 1)'/%3E%3C/svg%3E%0A");
}

.link--white:after, .cta--bg-blue .cta__link:after, .image-and-text--bg-blue .image-and-text__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.link--download:before {
  display: block;
}

.link--download:after {
  display: none;
}

.link:hover {
  --text-opacity: 1;
  color: #8CBD3F;
  color: rgba(140, 189, 63, var(--text-opacity));
}

.link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4141 4.32812L11.1719 1.04688C10.8203 0.695312 10.3125 0.5 9.84375 0.5H1.875C0.820312 0.5 0 1.35938 0 2.375V18.625C0 19.6797 0.820312 20.5 1.875 20.5H13.125C14.1406 20.5 15 19.6797 15 18.625V5.65625C15 5.1875 14.7656 4.67969 14.4141 4.32812ZM12.9688 5.5H10V2.53125L12.9688 5.5ZM1.875 18.625V2.375H8.125V6.4375C8.125 6.98438 8.51562 7.375 9.0625 7.375H13.125V18.625H1.875ZM11.6406 13.0391C11.1719 12.5703 9.80469 12.6875 9.10156 12.7656C8.4375 12.375 8.00781 11.7891 7.69531 10.9688C7.8125 10.3438 8.08594 9.36719 7.89062 8.78125C7.73438 7.76562 6.40625 7.84375 6.21094 8.54688C6.05469 9.17188 6.21094 10.0703 6.48438 11.1641C6.09375 12.1016 5.50781 13.3516 5.11719 14.0938C4.33594 14.4844 3.28125 15.1094 3.125 15.8906C3.00781 16.5156 4.14062 18.0391 6.09375 14.6797C6.95312 14.3672 7.92969 14.0156 8.75 13.8594C9.49219 14.2891 10.3516 14.5234 10.9375 14.5234C11.9531 14.5234 12.0312 13.4297 11.6406 13.0391ZM3.90625 16.0859C4.10156 15.5391 4.84375 14.9141 5.07812 14.7188C4.33594 15.8906 3.90625 16.0859 3.90625 16.0859ZM7.07031 8.625C7.38281 8.625 7.34375 9.875 7.14844 10.2266C6.99219 9.67969 6.99219 8.625 7.07031 8.625ZM6.13281 13.9766C6.52344 13.3125 6.83594 12.5312 7.10938 11.8281C7.42188 12.4141 7.8125 12.8828 8.28125 13.1953C7.46094 13.3906 6.75781 13.7031 6.13281 13.9766ZM11.25 13.7812C11.25 13.7812 11.0547 14.0156 9.80469 13.4688C11.1719 13.3516 11.4062 13.6641 11.25 13.7812Z' fill='rgba(140, 189, 63, 1)'/%3E%3C/svg%3E%0A");
}

.link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='rgba(140, 189, 63, 1)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='rgba(140, 189, 63, 1)'/%3E%3C/svg%3E%0A");
}

/* Slider */

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  z-index: 10;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 30px;
  height: 20px;
  display: block;
  cursor: pointer;
  background-size: contain;
}

.slick-next:focus,
.slick-prev:focus {
  outline: none;
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='%233090AC'/%3E%3C/svg%3E");
  right: 0;
}

@media only screen and (min-width: 1740px) {
  .slick-next {
    right: -2.5rem;
  }
}

@media only screen and (min-width: 1800px) {
  .slick-next {
    right: -4.375rem;
  }
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='15px' viewBox='0 0 23 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EArrow 1 (3)%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Arrow-1-(3)' transform='translate(11.500000, 7.500000) rotate(-180.000000) translate(-11.500000, -7.500000) translate(-0.000000, 0.000000)' fill='%233090AC' fill-rule='nonzero'%3E%3Cpath d='M22.7071,8.20711 C23.0976,7.81658 23.0976,7.18342 22.7071,6.79289 L16.3431,0.428932 C15.9526,0.0384078 15.3195,0.0384078 14.9289,0.428932 C14.5384,0.819457 14.5384,1.45262 14.9289,1.84315 L20.5858,7.5 L14.9289,13.1569 C14.5384,13.5474 14.5384,14.1805 14.9289,14.5711 C15.3195,14.9616 15.9526,14.9616 16.3431,14.5711 L22.7071,8.20711 Z M0,8.5 L22,8.5 L22,6.5 L0,6.5 L0,8.5 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 0;
}

@media only screen and (min-width: 1740px) {
  .slick-prev {
    left: -2.5rem;
  }
}

@media only screen and (min-width: 1800px) {
  .slick-prev {
    left: -4.375rem;
  }
}

/*
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 !important;
    line-height: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    //margin-left: auto;
    //margin-right: auto;
	margin: 0;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;

    [dir="rtl"] & {
        float: right;
    }

    img {
        display: block;
    }

    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
	@include transition;
    position: absolute;
    top: 0;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 20px;
    display: block;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position: center !important;
	background-color: $grey;

	&:focus {
		outline: none;
	}

	&:hover {
		background-color: $white;
	}

	@media only screen and (min-width: 1750px) {
		background-size: contain !important;
		background-color: transparent !important;

		&:hover {
			transform: scale(1.2);
		}
	}
}

.slick-next {
	background-image: url("../assets/images/svg/icon-arrow-right-light-red.svg");
    right: 15px;

	@media only screen and (min-width: 1750px) {
		right: -55px;
	}
}

.slick-prev {
	background-image: url("../assets/images/svg/icon-arrow-left-light-red.svg");
    left: 15px;

	@media only screen and (min-width: 1750px) {
		left: -55px;
	}
}

.slick-arrow-gallery-nav {
	.slick-next,
	.slick-prev {
		background-color: transparent;

		@screen lg {
			background-size: contain !important;
		}
	}

	.slick-next {
		right: 10px;
		background-position: right center !important;

		@media only screen and (min-width: 1750px) {
			right: 10px;
		}
	}

	.slick-prev {
		left: auto;
		right: 70px;
		background-position: left center !important;

		@media only screen and (min-width: 1750px) {
			left: auto;
		}
	}
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;

    li {
        margin: 0 5px;
        line-height: 0;
    }

    button {
        width: 12px;
        height: 12px;
        display: inline-block;
        border: 0;
        background-color: $white;
        border-radius: 50%;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;

        &:hover {
            background-color: $secondary;
        }
    }

    .slick-active {
        button {
            background-color: $secondary;
        }
    }
}
*/

input[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  box-shadow: none;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 9L0.00480859 1.2235e-06L12.9952 8.78432e-08L6.5 9Z' fill='%23405565'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: right 1.25rem center !important;
  background-size: 0.75rem !important;
  -webkit-appearance: none;
  padding-right: 0.5rem;
}

[type=checkbox]:checked + label:after,
[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=checkbox]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:before,
[type=radio]:checked + label:before {
  background: #fff;
}

[type=checkbox] + label,
[type=radio] + label {
  margin-left: 0;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked),
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label,
[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 2.3125rem;
  cursor: pointer;
  line-height: 1.7;
  display: inline-block;
  color: ;
}

@media (min-width: 1024px) {
  [type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label,
[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
    font-size: 1rem;
  }
}

[type=checkbox]:checked + label,
[type=radio]:checked + label {
  color: ;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100%;
  background-position: center;
}

@media (min-width: 1024px) {
  [type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
    top: 0.25rem;
  }
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-size: 0.75rem;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0.125rem;
  transition: all 0.2s ease;
}

@media (min-width: 1024px) {
  [type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
    top: 0.25rem;
  }
}

[type=checkbox]:focus + label:before,
[type=radio]:focus + label:before {
  outline: transparent auto 0.3125rem;
}

.form-error-message {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
}

.form-notice-message {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
}

.form-input {
  border-style: solid;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #3090AC;
  border-color: rgba(48, 144, 172, var(--border-opacity));
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input:invalid {
  box-shadow: none;
}

.form-input:-moz-submit-invalid {
  box-shadow: none;
}

.form-input:-moz-ui-invalid {
  box-shadow: none;
}

.form-input:focus {
  border-style: solid;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-bottom-width: 2px;
}

.form-input:focus + label {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.form-input:focus {
  outline: none;
  box-shadow: none;
}

.error.form-input {
  border-style: solid;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #3090AC;
  border-color: rgba(48, 144, 172, var(--border-opacity));
}

.error.form-input + label {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

fieldset:disabled button.button,
fieldset:disabled .button,
fieldset:disabled .button.primary,
fieldset:disabled button.primary,
fieldset:disabled input.button,
fieldset:disabled input[type=submit] {
  cursor: default;
}

fieldset:disabled button.button:hover,
fieldset:disabled .button:hover,
fieldset:disabled .button.primary:hover,
fieldset:disabled button.primary:hover,
fieldset:disabled input.button:hover,
fieldset:disabled input[type=submit]:hover {
  box-shadow: none;
}

form ul.ff-errors, form ul.errors {
  margin-top: 0;
  display: block;
  font-size: 0.875rem;
}

form ul.ff-errors li, form ul.errors li {
  border-bottom: none;
}

form div.ff-form-errors p {
  margin-top: 0;
  display: block;
}

.ff-form-success p {
  margin-top: 0;
  display: block;
  position: relative;
  z-index: 10;
}

.file-upload .inputfile {
  width: 0.00625rem;
  height: 0.00625rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-upload .inputfile + label {
  cursor: pointer;
}

.file-upload .inputfile:focus + label {
  outline: 0.0625rem dotted #ffffff;
  outline: -webkit-focus-ring-color auto 0.3125rem;
}

form .middleColumn {
  width: 100%;
}

form label,
form .label {
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  form label,
form .label {
    font-size: 1.125rem;
  }
}

form .field {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  form .field {
    margin-bottom: 45px;
  }
}

form input,
form textarea,
form .dropdown,
form select {
  box-shadow: none;
  font-size: 0.9375rem;
  line-height: 1;
  color: rgba(64, 85, 101, 0.5);
  --text-opacity: 1;
  color: #405565;
  color: rgba(64, 85, 101, var(--text-opacity));
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 0;
}

@media (min-width: 1024px) {
  form input,
form textarea,
form .dropdown,
form select {
    font-size: 1.125rem;
  }
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form .dropdown::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  color: rgba(64, 85, 101, 0.5);
  opacity: 1;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder,
form .dropdown::-moz-placeholder,
form select::-moz-placeholder {
  color: rgba(64, 85, 101, 0.5);
  opacity: 1;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form .dropdown:-ms-input-placeholder,
form select:-ms-input-placeholder {
  color: rgba(64, 85, 101, 0.5);
  opacity: 1;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder,
form .dropdown:-moz-placeholder,
form select:-moz-placeholder {
  color: rgba(64, 85, 101, 0.5);
  opacity: 1;
}

form input,
form .dropdown,
form select {
  border-radius: 0;
  min-height: 3.125rem;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  form input,
form .dropdown,
form select {
    min-height: 3.75rem;
  }
}

form select {
  color: rgba(64, 85, 101, 0.5);
}

form input {
  padding-top: 10px;
  padding-bottom: 10px;
}

form input[type=submit] {
  width: auto;
  cursor: pointer;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
}

form.dropdown {
  padding: 0;
}

form textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
}

form .checkbox {
  position: relative;
  padding-left: 2.5rem;
}

form .checkbox label {
  text-transform: inherit;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.13333;
}

form .checkbox .checkbox {
  position: absolute;
  left: 0;
  top: 0.125rem;
  border-radius: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0;
}

form .userform-fields .CompositeField {
  margin-bottom: 1.875rem;
}

form .errors {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #FFE4E4;
  padding: 0.625rem 0.875rem;
  border-radius: 0;
}

form .errors li {
  color: ;
}

form .file {
  padding: 0 !important;
  border: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

form .file .middleColumn {
  position: relative;
  width: 100%;
}

form .file .middleColumn .file {
  padding: 0.9375rem 0 !important;
  width: 100%;
  border-bottom: 0.125rem solid #3090AC !important;
  cursor: pointer;
}

form .file .middleColumn .file:focus {
  outline: none;
}

form .file .middleColumn .file::-webkit-file-upload-button {
  visibility: hidden;
}

form .file .middleColumn .file:before {
  content: "Upload file   \2192";
  color: #000000;
  background-color: #3090AC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8125rem;
  width: 8.125rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 1024px) {
  form .file .middleColumn .file:before {
    width: 13.4375rem;
  }
}

form .file .middleColumn .file:hover:before {
  background-color: #000000;
  color: #ffffff;
}

form .file .middleColumn input[type=file]::-webkit-file-upload-button {
  position: absolute;
}

.password-form-section {
  margin-bottom: 3.125rem;
}

.password-form-section form label {
  display: block;
  margin-bottom: 0.9375rem;
  max-width: 25rem;
}

.password-form-section form input {
  border: 0.0625rem solid #005D82;
}

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: "NolanNext-Regular";

  src: url("/source/e0d1c598043bcec4ee88debde388e079") format("woff2"), url("/source/034b9529740278987732437ec8af5f52/font.woff") format("woff");
}

@font-face {
  font-family: "NolanNext-Bold";

  src: url("/source/724c576761d6ef180e0a71a210617da1") format("woff2"), url("/source/f097471030e54068a376063f0d6b2402/font.woff") format("woff");
}

@font-face {
  font-family: "NolanNext-Heavy";

  src: url("/source/52c2aed3617fd499cb932fc15bd7087b") format("woff2"), url("/source/cd3a7f6c96024d6d7eaf01cdeb35db4c/font.woff") format("woff");
}

@font-face {
  font-family: "NolanNext-Medium";

  src: url("/source/403cdb0774a8cd1346ed223bdfbec469") format("woff2"), url("/source/af230dcee2aab9a9c090369c484d4f99/NolanNext-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card__icon {
  margin-bottom: 20px;
  height: 100px;
}

.card__icon .icon {
  max-width: 100%;
  height: 100%;
}

.card__image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.card__image:before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
  --bg-opacity: 1;
  background-color: #405565;
  background-color: rgba(64, 85, 101, var(--bg-opacity));
}

.card__image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card__content, .card__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}

.card__title {
  margin-bottom: 15px;
}

.card__info p {
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .card__info p {
    font-size: 1.125rem;
  }
}

.card__link {
  margin-top: 20px;
}

.products-grid .card:hover .card__title,
.products-grid .card:hover .card__info > p {
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.columns-block--bg-blue .card .card__title,
.columns-block--bg-blue .card .card__info > p {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.products-grid .card .card__title {
  margin-bottom: 5px;
}

.products-grid .card .card__info > p {
  font-size: 1.0625rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .products-grid .card .card__info > p {
    font-size: 1.5rem;
  }
}

@media (min-width: 640px) {
  .card__icon .icon {
    margin-left: auto;
    margin-right: auto;
  }

  .card--right-padding {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .card--right-padding {
    padding-right: 50px;
  }
}

@media (min-width: 1024px) {
  .card__icon {
    height: 120px;
    margin-bottom: 30px;
  }

  .card__link {
    margin-top: 30px;
  }

  .columns-block--bg-blue .card .card__info > p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .card--right-padding {
    padding-right: 25%;
  }
}

.card-wrapper {
  margin-bottom: 50px;
}

.card-wrapper:last-child {
  margin-bottom: 0;
}

.products .card-wrapper {
  height: 100%;
}

.products .card-wrapper, .products-grid .card-wrapper, .files .card-wrapper {
  margin-bottom: 0 !important;
}

@media (min-width: 640px) {
  .card-wrapper:last-child {
    margin-bottom: 50px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 1.75rem;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0.5rem;
  padding-left: 1.25rem;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 2rem;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0.3125rem;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border: 0.0625rem solid #3090AC;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -6250rem;
  width: 100%;
  margin-top: 1.875rem;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  padding: 1.25rem 1.875rem;
  position: relative;
}

.select2-results__option:before {
  content: "";
  display: block;
  width: calc(100% - 3.75rem);
  height: 0.0625rem;
  background-color: #3090AC;
  left: 1.875rem;
  position: absolute;
  bottom: 0;
}

.select2-results__option:last-child:before {
  display: none;
}

@media (min-width: 1024px) {
  .select2-results__option {
    padding: 1.25rem 3.125rem;
  }

  .select2-results__option:before {
    width: calc(100% - 6.25rem);
    left: 3.125rem;
  }
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
  padding: 0.25rem;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.25rem;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0.0625rem solid #3090AC;
  border-radius: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  padding: 0.3125rem 1.875rem;
}

@media (min-width: 1024px) {
  .select2-container--default .select2-selection--single {
    padding: 0.3125rem 3.125rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: #3090AC;
}

@media (min-width: 1024px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.5rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 0.375rem;
  position: absolute;
  top: 1.6875rem;
  right: 1.875rem;
  width: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/images/svg/icon-angle-up-red.svg");
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 2.1875rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  height: 0;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
  display: none;
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: rotate(0deg);
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 0.0625rem;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0.0625rem solid #aaa;
  border-radius: 0.25rem;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 0.3125rem;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 0.3125rem;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 0.3125rem;
  margin-right: 0.625rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 0.0625rem solid #aaa;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
  padding: 0 0.3125rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.125rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0.3125rem;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 0.125rem;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 0.0625rem;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.0625rem solid #aaa;
  display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-results {
  background-color: #ffffff;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3090AC;
  color: white;
  font-size: 1.25rem;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 0.375rem;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 0.0625rem solid #aaa;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 0.0625rem solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1.75rem;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 0.625rem;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 0.0625rem solid #aaa;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 1.625rem;
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  width: 1.25rem;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  height: 0;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 0.0625rem solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 0.0625rem;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 0.0625rem solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 0.0625rem solid #aaa;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 0.0625rem solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 0.3125rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 0.0625rem solid #aaa;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
  padding: 0 0.3125rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.125rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 0.3125rem;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 0.125rem;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0.0625rem solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 0.0625rem solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  border: 0.0625rem solid transparent;
  padding-top: 1.875rem;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 12.5rem;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 0.375rem;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.breadcrumbs-section {
  padding-top: 20px;
  padding-bottom: 50px;
}

.breadcrumbs-section .breadcrumbs {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs-section .breadcrumbs > li {
  font-family: "NolanNext-Medium";
  margin-right: 15px;
}

.breadcrumbs-section .breadcrumbs > li:last-child {
  margin-right: 0;
}

.breadcrumbs-section .breadcrumbs > li a {
  font-family: "NolanNext-Medium";
  font-weight: 500;
}

.breadcrumbs-section .breadcrumbs > li.separator {
  font-size: 1.25rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .breadcrumbs-section {
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .breadcrumbs-section {
    padding-top: 30px;
    padding-bottom: 100px;
	padding-bottom:50px;
  }

  .breadcrumbs-section .breadcrumbs {
    font-size: 1rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-5-20 9:14:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */

@-webkit-keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.25) translateY(-0.9375rem);
    transform-origin: top;
  }
}

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.25) translateY(-0.9375rem);
    transform-origin: top;
  }
}

.popup {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 200ms, opacity 200ms linear;
  background-color: rgba(0, 93, 130, 0.95);
  z-index: 999;
}

.popup.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms linear;
}

.popup__wrapper {
  max-width: 56.25rem;
}

.popup__wrapper:before {
  content: "";
  padding-top: 56.25%;
  width: 100%;
  display: block;
}

.popup iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.popup__close {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' class='svg-inline--fa fa-times fa-w-11' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23fff' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E");
  top: -2.5rem;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.popup__close:hover {
  transform: scale(1.2);
}

.card-download {
  position: relative;
  padding: 30px;
  height: 100%;
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
  display: flex;
  flex-direction: column;
}

.card-download__sub-title, .card-download__file-info {
  font-size: 1rem;
}

.card-download__sub-title {
  font-family: "NolanNext-Heavy";
  margin-bottom: 5px;
}

.card-download__title {
  line-height: 1.5;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}

.card-download__file-info {
  font-family: "NolanNext-Bold";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
  padding-right: 20px;
  text-transform: uppercase;
}

.card-download__file-info > span {
  font-family: "NolanNext-Heavy";
  margin-right: 10px;
}

.card-download__btn-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1280px) {
  .card-download {
    position: relative;
    padding: 35px;
  }

  .card-download__title {
    font-size: 1.625rem;
  }
}

.header {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.header__links {
  z-index: 10;
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.header__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.header__logo {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  z-index: 100;
}

.header__logo a {
  display: inline-block;
}

.header__logo img {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  width: 6.0625rem;
  max-width: 100%;
}

.header__logo .logo-white {
  display: none;
}

.header__hamburger {
  height: 1.875rem;
  pointer-events: all !important;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  position: relative;
  width: 40px;
  display: inline-block;
  cursor: pointer;
}

.header__hamburger .line {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  --bg-opacity: 1;
  background-color: #405565;
  background-color: rgba(64, 85, 101, var(--bg-opacity));
  padding: 0;
}

.header__hamburger .line-2 {
  top: 0.84375rem;
}

.header__hamburger .line-3 {
  top: 1.5625rem;
}

.header__hamburger:hover .line {
  --bg-opacity: 1;
  background-color: #8CBD3F;
  background-color: rgba(140, 189, 63, var(--bg-opacity));
}

.header__hamburger.is-active .line-1 {
  display: none;
}

.header__hamburger.is-active .line-2 {
  transform: rotate(45deg);
  top: 0.84375rem;
}

.header__hamburger.is-active .line-3 {
  transform: rotate(-45deg);
  top: 0.84375rem;
}

.header__search-toggle {
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.header__search-toggle span {
  font-size: 1rem;
  line-height: 1;
  font-family: "NolanNext-Heavy";
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  --text-opacity: 1;
  color: #405565;
  color: rgba(64, 85, 101, var(--text-opacity));
  text-transform: uppercase;
}

.header__search-toggle:before {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5625 27.6875L25.3125 21.4375C25 21.1875 24.625 21 24.25 21H23.25C24.9375 18.8125 26 16.0625 26 13C26 5.875 20.125 0 13 0C5.8125 0 0 5.875 0 13C0 20.1875 5.8125 26 13 26C16 26 18.75 25 21 23.25V24.3125C21 24.6875 21.125 25.0625 21.4375 25.375L27.625 31.5625C28.25 32.1875 29.1875 32.1875 29.75 31.5625L31.5 29.8125C32.125 29.25 32.125 28.3125 31.5625 27.6875ZM13 21C8.5625 21 5 17.4375 5 13C5 8.625 8.5625 5 13 5C17.375 5 21 8.625 21 13C21 17.4375 17.375 21 13 21Z' fill='%23405565'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 30px;
}

.header__search-toggle:hover span {
  --text-opacity: 1;
  color: #8CBD3F;
  color: rgba(140, 189, 63, var(--text-opacity));
}

.header__search-toggle:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='%238CBD3F' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5625 27.6875L25.3125 21.4375C25 21.1875 24.625 21 24.25 21H23.25C24.9375 18.8125 26 16.0625 26 13C26 5.875 20.125 0 13 0C5.8125 0 0 5.875 0 13C0 20.1875 5.8125 26 13 26C16 26 18.75 25 21 23.25V24.3125C21 24.6875 21.125 25.0625 21.4375 25.375L27.625 31.5625C28.25 32.1875 29.1875 32.1875 29.75 31.5625L31.5 29.8125C32.125 29.25 32.125 28.3125 31.5625 27.6875ZM13 21C8.5625 21 5 17.4375 5 13C5 8.625 8.5625 5 13 5C17.375 5 21 8.625 21 13C21 17.4375 17.375 21 13 21Z' fill='rgba(140, 189, 63, 1)'/%3E%3C/svg%3E%0A");
}

.header__nav li a {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: "NolanNext-Heavy";
}

.header__nav > li > a {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.header__nav > li .sub-menu {
  display: none;
  padding-top: 15px;
}

.header__nav > li .sub-menu li:last-child {
  margin-bottom: 0;
}

.header__nav > li .sub-menu li a {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.header__search {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0);
  padding-top: 25px;
  padding-bottom: 25px;
  --bg-opacity: 1;
  background-color: #005D82;
  background-color: rgba(0, 93, 130, var(--bg-opacity));
}

.header__search.is-active {
  transform: translateY(100%);
}

.header__search form > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__search form label {
  display: none;
}

.header__search form [type=search],
.header__search form [type=text] {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: transparent;
  border-bottom-width: 1px;
  padding-left: 0;
  --border-opacity: 1;
  border-color: #3090AC;
  border-color: rgba(48, 144, 172, var(--border-opacity));
  width: auto;
  border-bottom-style: solid;
}

.header__search form [type=submit] {
  background-position: center;
  min-width: auto;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 50px;
}

.header__nav > li > a, .header__search-toggle span {
  font-size: 0.875rem;
}

.header.stick:not(.open-menu) {
  box-shadow: 0 0 0.3125rem 0 rgba(64, 85, 101, 0.4);
}

@media (max-width: 1023px) {
  .header__wrapper {
    align-items: center;
  }

  .header__menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms linear;
    z-index: 10;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    --bg-opacity: 1;
    background-color: #005D82;
    background-color: rgba(0, 93, 130, var(--bg-opacity));
    overflow-y: scroll;
  }

  .header__menu.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
  }

  .header__menu.is-active:before {
    content: "";
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    --bg-opacity: 1;
    background-color: #005D82;
    background-color: rgba(0, 93, 130, var(--bg-opacity));
  }

  .header__nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .header__nav.open-sub-menu {
    max-height: calc(100vh - 12.5rem);
    overflow: hidden;
  }

  .header__nav li {
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #3090AC;
    border-color: rgba(48, 144, 172, var(--border-opacity));
  }

  .header__nav li:first-child {
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #3090AC;
    border-color: rgba(48, 144, 172, var(--border-opacity));
  }

  .header__nav li a {
    font-family: "NolanNext-Bold";
    padding-bottom: 0.8125rem;
    padding-top: 15px;
  }

  .header__nav .next,
.header__nav .back {
    cursor: pointer;
  }

  .header__nav .next:focus,
.header__nav .back:focus {
    outline: none;
  }

  .header__nav .next {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90625 7.53125C9.1875 7.25 9.1875 6.78125 8.90625 6.5L2.84375 0.40625C2.53125 0.125 2.0625 0.125 1.78125 0.40625L1.0625 1.125C0.78125 1.40625 0.78125 1.875 1.0625 2.1875L5.875 7L1.0625 11.8438C0.78125 12.1562 0.78125 12.625 1.0625 12.9062L1.78125 13.625C2.0625 13.9062 2.53125 13.9062 2.84375 13.625L8.90625 7.53125Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 0.75rem;
    background-position: right 0.625rem center;
    margin-top: 0.0625rem;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
  }

  .header__nav .back {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    --text-opacity: 1;
    color: #3090AC;
    color: rgba(48, 144, 172, var(--text-opacity));
    font-weight: 700;
  }

  .header__nav .back:before {
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0625 6.5C0.78125 6.78125 0.78125 7.25 1.0625 7.53125L7.125 13.625C7.4375 13.9062 7.90625 13.9062 8.1875 13.625L8.90625 12.9062C9.1875 12.625 9.1875 12.1562 8.90625 11.8438L4.09375 7L8.90625 2.1875C9.1875 1.875 9.1875 1.40625 8.90625 1.125L8.1875 0.40625C7.90625 0.125 7.4375 0.125 7.125 0.40625L1.0625 6.5Z' fill='%233090AC'/%3E%3C/svg%3E");
    background-size: contain;
    top: -0.125rem;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }

  .header__nav .back img {
    margin-right: 20px;
  }

  .header__nav > li .sub-menu {
    transform: translateX(100%);
    z-index: 100;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
    position: absolute;
    margin: 0;
    top: 0;
    padding-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    --bg-opacity: 1;
    background-color: #005D82;
    background-color: rgba(0, 93, 130, var(--bg-opacity));
    overflow-x: hidden;
    display: block;
  }

  .header__nav > li .sub-menu li:nth-child(2) {
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #3090AC;
    border-color: rgba(48, 144, 172, var(--border-opacity));
  }

  .header__nav > li .sub-menu::-webkit-scrollbar {
    display: none;
  }

  .header__nav > li .sub-menu.is-active {
    transform: translateX(0);
  }

  .header.open-menu .header__logo .logo-white {
    display: block;
  }

  .header.open-menu .header__logo .logo-color {
    display: none;
  }

  .header.open-menu .header__hamburger .line {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .header.open-menu .header__search-toggle:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='%238CBD3F' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5625 27.6875L25.3125 21.4375C25 21.1875 24.625 21 24.25 21H23.25C24.9375 18.8125 26 16.0625 26 13C26 5.875 20.125 0 13 0C5.8125 0 0 5.875 0 13C0 20.1875 5.8125 26 13 26C16 26 18.75 25 21 23.25V24.3125C21 24.6875 21.125 25.0625 21.4375 25.375L27.625 31.5625C28.25 32.1875 29.1875 32.1875 29.75 31.5625L31.5 29.8125C32.125 29.25 32.125 28.3125 31.5625 27.6875ZM13 21C8.5625 21 5 17.4375 5 13C5 8.625 8.5625 5 13 5C17.375 5 21 8.625 21 13C21 17.4375 17.375 21 13 21Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A");
  }

  .header.open-menu .header__search {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms linear;
  }

  .header.open-menu .is-large-search.header__search {
    transform: translateY(100%);
    height: calc(100vh - 6.70688rem);
    z-index: 100;
  }

  .header.open-menu .is-large-search.header__search.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
  }
  
  .card-wrapper.empty {
	  display:none;
  }
  
  
}

@media (min-width: 1024px) {
  .header .header__wrapper {
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  }

  .header__logo img {
    width: 10.4375rem;
  }

  .header__search-toggle {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .header__search-toggle:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .header__top-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .header__top-nav li a {
    font-size: 1rem;
    font-family: "NolanNext-Bold";
    --text-opacity: 1;
    color: #3090AC;
    color: rgba(48, 144, 172, var(--text-opacity));
    margin-left: 25px;
  }

  .header__top-nav li a:hover {
    --text-opacity: 1;
    color: #8CBD3F;
    color: rgba(140, 189, 63, var(--text-opacity));
  }

  .header__top-nav li:first-child a {
    margin-left: 0;
  }

  .header__bottom-menu {
    bottom: -0.625rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .header__nav .next,
.header__nav .back {
    display: none;
  }

  .header__nav li a {
    --text-opacity: 1;
    color: #405565;
    color: rgba(64, 85, 101, var(--text-opacity));
  }

  .header__nav > li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .header__nav > li:last-child {
    margin-right: 0;
  }

  .header__nav > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
  }

  .header__nav > li > a {
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .header__nav > li .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms linear;
    display: block !important;
    min-width: 15rem;
    top: 1.8125rem;
    z-index: 10;
    box-shadow: 0 0 0.625rem 0 rgba(64, 85, 101, 0.15);
    position: absolute;
    left: 0;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__nav > li .sub-menu li a {
    font-size: 1rem;
    font-family: "NolanNext-Regular";
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    --text-opacity: 1;
    color: #405565;
    color: rgba(64, 85, 101, var(--text-opacity));
    position: relative;
  }

  .header__nav > li .sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
  }

  .header__nav > li .sub-menu .current_page_item a,
.header__nav > li .sub-menu li > a:hover {
    --bg-opacity: 1;
    background-color: #ECEEF0;
    background-color: rgba(236, 238, 240, var(--bg-opacity));
  }

  .header__nav > li .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms linear;
    top: 0;
    transform: translateX(100%);
  }

  .header__nav > li.current-menu-item a,
.header__nav > li > a:hover {
    --text-opacity: 1;
    color: #8CBD3F;
    color: rgba(140, 189, 63, var(--text-opacity));
  }

  .header__search form [type=text] {
    width: calc(100% - 3.75rem);
  }

  .header__search form [type=submit] {
    width: 60px;
  }

  .header.stick .header__logo img {
    width: 7.5rem;
  }

  .header.stick .header__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  .header__nav > li > a, .header__search-toggle span {
    font-size: 1rem;
  }

  .header__nav > li {
    margin-right: 20px;
  }

  .header__nav > li .sub-menu {
    top: 2.125rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > li > a, .header__search-toggle span {
    font-size: 1.25rem;
  }

  .header__nav > li {
    margin-right: 20px;
  }
}

@media (min-width: 1600px) {
  .header__nav > li {
    margin-right: 30px;
  }
}

.footer > .container- {
  padding-left: 30px;
  padding-right: 30px;
}

.footer__newsletter form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer__newsletter form .subscribed-email input {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.footer__newsletter form .subscribed-email input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.footer__newsletter form .subscribed-email input::-moz-placeholder {
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.footer__newsletter form .subscribed-email input:-ms-input-placeholder {
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.footer__newsletter form .subscribed-email input:-moz-placeholder {
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.footer__newsletter form .ajax-loader {
  display: none;
}

.footer__newsletter form .wpcf7-not-valid-tip {
  font-weight: 700;
  padding-top: 10px;
}

.footer__newsletter form .wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  border-width: 0;
  padding: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 500;
}

.footer__newsletter-title {
  font-family: "NolanNext-Medium";
  font-size: 1.25rem;
}

.footer__copyright > p {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "NolanNext-Medium";
}

.footer__copyright .menu-copyright-footer-container .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__copyright .menu-copyright-footer-container .menu li {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "NolanNext-Medium";
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer__copyright .menu-copyright-footer-container .menu li a {
  display: inline-block;
}

.footer__social-links li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__newsletter form .subscribed-email {
    width: calc(100% - 3.125rem);
  }

  .footer__newsletter form [type=submit] {
    background-position: center;
    min-width: auto;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 50px;
  }
}

@media (min-width: 768px) {
  .footer__newsletter form {
    max-width: 42.5rem;
  }

  .footer__newsletter form .subscribed-email {
    width: calc(100% - 9.375rem);
  }

  .footer__newsletter form [type=submit] {
    width: 150px;
  }

  .footer__social-links-container {
    margin-top: 3.0625rem;
  }

  .footer__copyright > p {
    font-size: 1rem;
    margin-right: 20px;
  }

  .footer__copyright .menu-copyright-footer-container .menu {
    justify-content: flex-start;
  }

  .footer__copyright .menu-copyright-footer-container .menu li {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 20px;
    justify-content: flex-start;
  }

  .footer__copyright .menu-copyright-footer-container .menu li:last-child {
    margin-right: 0;
  }

  .footer__logo > a {
    width: 10.625rem;
  }

  .footer__social-links {
    top: 0.625rem;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .footer__newsletter-title {
    font-size: 1.75rem;
  }

  .footer__newsletter form .subscribed-email {
    width: calc(100% - 10.625rem);
  }

  .footer__newsletter form [type=submit] {
    width: 10.625rem;
  }

  .footer__copyright > p,
.footer__copyright .menu-copyright-footer-container .menu li {
    font-size: 1.125rem;
    margin-right: 40px;
  }
  
  .products-grid-5 .grid-container {
	  max-width:70%;
  }
  
  
}

.section-page__wrapper,
.content-block__wrapper {
  overflow: hidden;
}

.section-page__wrapper > *,
.content-block__wrapper > * {
  margin-bottom: 30px;
  max-width: 100%;
}

.section-page__wrapper .wp-block-image,
.section-page__wrapper .wp-block-embed,
.section-page__wrapper .wp-block-table,
.section-page__wrapper .sp-easy-accordion,
.content-block__wrapper .wp-block-image,
.content-block__wrapper .wp-block-embed,
.content-block__wrapper .wp-block-table,
.content-block__wrapper .sp-easy-accordion {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .section-page__wrapper .wp-block-image,
.section-page__wrapper .wp-block-embed,
.section-page__wrapper .wp-block-table,
.section-page__wrapper .sp-easy-accordion,
.content-block__wrapper .wp-block-image,
.content-block__wrapper .wp-block-embed,
.content-block__wrapper .wp-block-table,
.content-block__wrapper .sp-easy-accordion {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .section-page__wrapper .wp-block-image,
.section-page__wrapper .wp-block-embed,
.section-page__wrapper .wp-block-table,
.section-page__wrapper .sp-easy-accordion,
.content-block__wrapper .wp-block-image,
.content-block__wrapper .wp-block-embed,
.content-block__wrapper .wp-block-table,
.content-block__wrapper .sp-easy-accordion {
    margin-bottom: 100px;
  }
}

.section-page__wrapper .wp-block-embed .wp-block-embed__wrapper,
.content-block__wrapper .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}

.section-page__wrapper .wp-block-embed .wp-block-embed__wrapper:before,
.content-block__wrapper .wp-block-embed .wp-block-embed__wrapper:before {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
}

.section-page__wrapper .wp-block-embed .wp-block-embed__wrapper iframe,
.content-block__wrapper .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-page__wrapper .wp-block-button__link,
.content-block__wrapper .wp-block-button__link {
  border-radius: 0;
}

.section-page__wrapper .wp-block-button__link:hover,
.content-block__wrapper .wp-block-button__link:hover {
  --bg-opacity: 1;
  background-color: #005D82;
  background-color: rgba(0, 93, 130, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #005D82;
  border-color: rgba(0, 93, 130, var(--border-opacity));
}

.section-page__wrapper .is-style-outline .wp-block-button__link,
.content-block__wrapper .is-style-outline .wp-block-button__link {
  color: #3090AC !important;
  background-color: transparent;
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
  --border-opacity: 1;
  border-color: #3090AC;
  border-color: rgba(48, 144, 172, var(--border-opacity));
}

.section-page__wrapper .is-style-outline .wp-block-button__link:after,
.content-block__wrapper .is-style-outline .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='%233090AC'/%3E%3C/svg%3E");
}

.section-page__wrapper .is-style-outline .wp-block-button__link:hover,
.content-block__wrapper .is-style-outline .wp-block-button__link:hover {
  color: #ffffff !important;
  background-color: #3090AC;
}

.section-page__wrapper .is-style-outline .wp-block-button__link:hover:after,
.content-block__wrapper .is-style-outline .wp-block-button__link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 8.20711C23.0976 7.81658 23.0976 7.18342 22.7071 6.79289L16.3431 0.428932C15.9526 0.0384078 15.3195 0.0384078 14.9289 0.428932C14.5384 0.819457 14.5384 1.45262 14.9289 1.84315L20.5858 7.5L14.9289 13.1569C14.5384 13.5474 14.5384 14.1805 14.9289 14.5711C15.3195 14.9616 15.9526 14.9616 16.3431 14.5711L22.7071 8.20711ZM0 8.5H22V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.section-page__wrapper .wp-block-cover img,
.section-page__wrapper .wp-block-media-text .wp-block-media-text__media img,
.section-page__wrapper .wp-block-image img,
.content-block__wrapper .wp-block-cover img,
.content-block__wrapper .wp-block-media-text .wp-block-media-text__media img,
.content-block__wrapper .wp-block-image img {
  width: 100%;
}

.section-page__wrapper .wp-block-gallery .blocks-gallery-grid,
.content-block__wrapper .wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
}

.section-page__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.content-block__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
  margin-bottom: 20px;
}

.section-page__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
.content-block__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
  width: 100%;
}

@media (min-width: 640px) {
  .section-page__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.content-block__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 50%;
  }

  .section-page__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(2n),
.content-block__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(2n) {
    padding-left: 10px;
  }

  .section-page__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(2n+1),
.content-block__wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(2n+1) {
    padding-right: 10px;
  }
}

.section-page__wrapper .wp-block-table table,
.content-block__wrapper .wp-block-table table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-page__wrapper .wp-block-table table,
.content-block__wrapper .wp-block-table table {
  font-size: 12pt;
  border-collapse: collapse;
  --text-opacity: 1;
  color: #005D82;
  color: rgba(0, 93, 130, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 0;
}

.section-page__wrapper .wp-block-table table th,
.section-page__wrapper .wp-block-table table thead th,
.section-page__wrapper .wp-block-table table tfoot th,
.content-block__wrapper .wp-block-table table th,
.content-block__wrapper .wp-block-table table thead th,
.content-block__wrapper .wp-block-table table tfoot th {
  font-family: "NolanNext-Heavy";
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #005D82;
  background-color: rgba(0, 93, 130, var(--bg-opacity));
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .section-page__wrapper .wp-block-table table th,
.section-page__wrapper .wp-block-table table thead th,
.section-page__wrapper .wp-block-table table tfoot th,
.content-block__wrapper .wp-block-table table th,
.content-block__wrapper .wp-block-table table thead th,
.content-block__wrapper .wp-block-table table tfoot th {
    font-size: 1.125rem;
  }
}

.section-page__wrapper .wp-block-table table caption,
.content-block__wrapper .wp-block-table table caption {
  padding: 5px;
}

.section-page__wrapper .wp-block-table table th,
.section-page__wrapper .wp-block-table table td,
.content-block__wrapper .wp-block-table table th,
.content-block__wrapper .wp-block-table table td {
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0;
}

@media (min-width: 1024px) {
  .section-page__wrapper .wp-block-table table th,
.section-page__wrapper .wp-block-table table td,
.content-block__wrapper .wp-block-table table th,
.content-block__wrapper .wp-block-table table td {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-page__wrapper .wp-block-table table tbody tr:nth-child(2n) td,
.content-block__wrapper .wp-block-table table tbody tr:nth-child(2n) td {
  background-color: rgba(64, 85, 101, 0.2);
}

.section-page__wrapper .wp-block-table table tbody tr:nth-child(2n+1) td,
.content-block__wrapper .wp-block-table table tbody tr:nth-child(2n+1) td {
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
}

.section-page__wrapper .wp-block-table table td,
.content-block__wrapper .wp-block-table table td {
  font-size: 1rem;
  --text-opacity: 1;
  color: #405565;
  color: rgba(64, 85, 101, var(--text-opacity));
}

@media (min-width: 1024px) {
  .section-page__wrapper .wp-block-table table td,
.content-block__wrapper .wp-block-table table td {
    font-size: 1.25rem;
  }
}

.section-page__wrapper > ul li,
.section-page__wrapper > ol li,
.content-block__wrapper > ul li,
.content-block__wrapper > ol li {
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}

@media (min-width: 1024px) {
  .section-page__wrapper > ul li,
.section-page__wrapper > ol li,
.content-block__wrapper > ul li,
.content-block__wrapper > ol li {
    padding-left: 25px;
  }
}

.section-page__wrapper > ul li:before,
.section-page__wrapper > ol li:before,
.content-block__wrapper > ul li:before,
.content-block__wrapper > ol li:before {
  display: inline-block;
  position: absolute;
  left: 0;
}

.section-page__wrapper > ul li:before,
.content-block__wrapper > ul li:before {
  content: "";
  top: 0.5625rem;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  --bg-opacity: 1;
  background-color: #405565;
  background-color: rgba(64, 85, 101, var(--bg-opacity));
}

@media (min-width: 1024px) {
  .section-page__wrapper > ul li:before,
.content-block__wrapper > ul li:before {
    top: 0.8125rem;
  }
}

.section-page__wrapper ol li,
.content-block__wrapper ol li {
  counter-increment: counter;
}

.section-page__wrapper ol li:before,
.content-block__wrapper ol li:before {
  content: counter(counter) ".";
  top: 0.25rem;
  line-height: 1;
  --text-opacity: 1;
  color: #405565;
  color: rgba(64, 85, 101, var(--text-opacity));
}

.section-page__wrapper .sp-easy-accordion .ea-card,
.content-block__wrapper .sp-easy-accordion .ea-card {
  border: 0 !important;
  border-bottom: 0.125rem solid #ECEEF0 !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}

.section-page__wrapper .sp-easy-accordion .ea-header > a,
.content-block__wrapper .sp-easy-accordion .ea-header > a {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  display: flex !important;
  padding: 1.25rem 0 !important;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .section-page__wrapper .sp-easy-accordion .ea-header > a,
.content-block__wrapper .sp-easy-accordion .ea-header > a {
    font-size: 1.125rem !important;
  }
}

.section-page__wrapper .sp-easy-accordion .ea-header > a .ea-expand-icon,
.content-block__wrapper .sp-easy-accordion .ea-header > a .ea-expand-icon {
  margin-right: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.46875 8.9375C6.75 9.21875 7.21875 9.21875 7.5 8.9375L13.5938 2.875C13.875 2.5625 13.875 2.09375 13.5938 1.8125L12.875 1.09375C12.5938 0.8125 12.125 0.8125 11.8125 1.09375L7 5.90625L2.15625 1.09375C1.84375 0.8125 1.375 0.8125 1.09375 1.09375L0.375 1.8125C0.09375 2.09375 0.09375 2.5625 0.375 2.875L6.46875 8.9375Z' fill='%23405565'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.section-page__wrapper .sp-easy-accordion .ea-header > a .ea-expand-icon.fa-minus,
.content-block__wrapper .sp-easy-accordion .ea-header > a .ea-expand-icon.fa-minus {
  transform: rotate(180deg);
}

.section-page__wrapper .sp-easy-accordion .ea-header > a .ea-expand-icon:before,
.content-block__wrapper .sp-easy-accordion .ea-header > a .ea-expand-icon:before {
  display: none;
}

.section-page__wrapper .sp-easy-accordion .ea-body,
.content-block__wrapper .sp-easy-accordion .ea-body {
  padding: 0 0 2.5rem !important;
}

.section-page__wrapper .wp-block-columns,
.content-block__wrapper .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

.section-page__wrapper .wp-block-columns .wp-block-column,
.content-block__wrapper .wp-block-columns .wp-block-column {
  flex-basis: unset !important;
  margin-top: 30px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.section-page__wrapper .wp-block-columns .wp-block-column:first-child,
.content-block__wrapper .wp-block-columns .wp-block-column:first-child {
  margin-top: 0;
}

@media (min-width: 640px) {
  .section-page__wrapper .wp-block-columns .wp-block-column,
.content-block__wrapper .wp-block-columns .wp-block-column {
    padding-right: 20px;
    width: 50%;
  }

  .section-page__wrapper .wp-block-columns .wp-block-column:nth-child(2),
.content-block__wrapper .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .section-page__wrapper .wp-block-columns .wp-block-column,
.content-block__wrapper .wp-block-columns .wp-block-column {
    width: 33.333333%;
  }

  .section-page__wrapper .wp-block-columns .wp-block-column:nth-child(3),
.content-block__wrapper .wp-block-columns .wp-block-column:nth-child(3) {
    margin-top: 0;
  }
}

.section-page__wrapper .wp-block-columns .wp-block-column .wp-block-pullquote,
.content-block__wrapper .wp-block-columns .wp-block-column .wp-block-pullquote {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.section-page__wrapper .wp-block-columns .wp-block-column .wp-block-pullquote blockquote cite,
.content-block__wrapper .wp-block-columns .wp-block-column .wp-block-pullquote blockquote cite {
  font-style: normal;
}

.section-page__wrapper .wp-block-columns .wp-block-column p:first-child,
.content-block__wrapper .wp-block-columns .wp-block-column p:first-child {
  font-size: 2.125rem;
  line-height: 1.4;
  font-family: "NolanNext-Heavy";
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

@media (min-width: 768px) {
  .section-page__wrapper .wp-block-columns .wp-block-column p:first-child,
.content-block__wrapper .wp-block-columns .wp-block-column p:first-child {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .section-page__wrapper .wp-block-columns .wp-block-column p:first-child,
.content-block__wrapper .wp-block-columns .wp-block-column p:first-child {
    font-size: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .section-page__wrapper .wp-block-columns .wp-block-column p:first-child,
.content-block__wrapper .wp-block-columns .wp-block-column p:first-child {
    font-size: 3.0625rem;
  }
}

.section-page__wrapper .wp-block-columns .wp-block-column p:last-child,
.content-block__wrapper .wp-block-columns .wp-block-column p:last-child {
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .section-page__wrapper .wp-block-columns .wp-block-column p:last-child,
.content-block__wrapper .wp-block-columns .wp-block-column p:last-child {
    font-size: 1.125rem;
  }
}

.element, .wp-block-contact-form-7-contact-form-selector, .section-page,
.content-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .element, .wp-block-contact-form-7-contact-form-selector, .section-page,
.content-block {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .element, .wp-block-contact-form-7-contact-form-selector, .section-page,
.content-block {
    margin-bottom: 100px;
	margin-bottom:50px;
  }
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.hero {
  min-height: 31.25rem;
}

.hero__content {
  min-height: 31.25rem;
  padding-right: 20px;
}

.hero__title {
  max-width: 25rem;
  letter-spacing: -0.02em;
}

.hero__title:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='100' viewBox='0 0 72 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 0L40.9286 17.8571H71.0714L59.8571 0H31Z' fill='%233091AC'/%3E%3Cpath d='M31 0L0 49.9286L31 100H52.0714L21 49.9286L52.0714 0H31Z' fill='%23005D82'/%3E%3C/svg%3E%0A");
  top: -0.9375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 70px;
  background-size: contain;
}

.hero__info {
  max-width: 33.75rem;
  display: none;
}

.hero__info p {
  font-size: 1.0625rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .hero__info p {
    font-size: 1.5rem;
  }
}

.hero__image-align {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero--grey-bg {
  margin-bottom: 0;
}

.hero--grey-bg .hero__wrapper {
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
}

.hero--grey-bg .hero__title {
  --text-opacity: 1;
  color: #405565;
  color: rgba(64, 85, 101, var(--text-opacity));
  margin-bottom: 25px;
}

.hero--grey-bg .hero__info {
  display: block;
}

.hero--grey-bg .hero__content {
  min-height: auto;
}

.hero--grey-bg .hero__image-align {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.hero--grey-bg .hero__image-align:before {
  content: "";
  padding-top: 60%;
  display: block;
  width: 100%;
}

.hero--no-image {
  min-height: 25.9375rem !important;
}

.hero--no-image .hero__content {
  min-height: 25.9375rem !important;
}

.hero--no-image .hero__image-align {
  display: none;
}

@media (min-width: 768px) {
  .hero__title {
    max-width: 35.625rem;
  }

  .hero__title:before {
    top: -1.25rem;
    width: 70px;
    height: 100px;
  }

  .hero--grey-bg .container- {
    position: relative;
  }

  .hero--grey-bg .container-:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 30px;
    --bg-opacity: 1;
    background-color: #ECEEF0;
    background-color: rgba(236, 238, 240, var(--bg-opacity));
  }

  .hero--grey-bg .hero__wrapper {
    background-color: transparent;
  }

  .hero--grey-bg .hero__image-align {
    position: absolute;
    height: 100%;
  }

  .hero--grey-bg .hero__content {
    min-height: 31.25rem;
    --bg-opacity: 1;
    background-color: #ECEEF0;
    background-color: rgba(236, 238, 240, var(--bg-opacity));
  }

  .hero--grey-bg .hero__content:after {
    content: "";
    padding-left: 47.240618%;
    transform: translateX(calc(100% - 0.3125rem));
    background-image: url("/source/284bfff80390dd2e1d8de624549398e9/shape-hero.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    height: 100%;
    background-position: right center;
  }

  .hero--no-image .hero__image-align {
    display: block;
  }

  .hero--no-image .hero__image-align {
    --bg-opacity: 1;
    background-color: #005D82;
    background-color: rgba(0, 93, 130, var(--bg-opacity));
  }

  .hero--no-image .hero__image {
    background-image: none !important;
  }

  .hero--no-image .hero__content {
    width: 66.666667%;
  }

  .hero--no-image .hero__title,
.hero--no-image .hero__info {
    max-width: 50.625rem;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 41.25rem;
  }

  .hero__content {
    min-height: 41.25rem;
  }

  .hero--grey-bg {
    min-height: 35rem;
  }

  .hero--grey-bg .hero__title {
    margin-bottom: 40px;
  }

  .hero--grey-bg .hero__content {
    min-height: 35rem;
  }

  .hero:not(.hero--grey-bg) .hero__title {
    font-size: 4.125rem;
  }
}

@media (min-width: 1280px) {
  .hero--grey-bg .hero__content {
    width: 40%;
  }

  .hero--no-image .hero__content {
    width: 66.666667%;
  }
}

@media only screen and (min-width: 1660px) {
  .hero--grey-bg .container-:before {
    width: calc(50vw - 50rem);
    left: calc(51.875rem - 50vw);
  }
}

.wp-block-contact-form-7-contact-form-selector > div {
  max-width: 85.625rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .wp-block-contact-form-7-contact-form-selector > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-block-contact-form-7-contact-form-selector form {
  width: 100%;
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  font-weight: 700;
  padding-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control-wrap {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
  padding-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector form > .wpcf7-submit {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-contact-form-7-contact-form-selector form .ajax-loader {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  border-width: 0;
  padding: 0;
  text-align: center;
  --text-opacity: 1;
  color: #4F9056;
  color: rgba(79, 144, 86, var(--text-opacity));
  font-weight: 500;
}

@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector form {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }

  .wp-block-contact-form-7-contact-form-selector form > .contact-message {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .wp-block-contact-form-7-contact-form-selector form {
    padding-left: 16.6666666667%;
    padding-right: 16.6666666667%;
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .wp-block-contact-form-7-contact-form-selector form > .wpcf7-form-control-wrap {
    margin-bottom: 30px;
  }

  .wp-block-contact-form-7-contact-form-selector form > .contact-message {
    margin-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  .wp-block-contact-form-7-contact-form-selector form {
    padding-bottom: 100px;
  }
}

.wp-block-contact-form-7-contact-form-selector.form-block--bg-white form {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector.form-block--bg-white form input,
.wp-block-contact-form-7-contact-form-selector.form-block--bg-white form textarea,
.wp-block-contact-form-7-contact-form-selector.form-block--bg-white form .dropdown,
.wp-block-contact-form-7-contact-form-selector.form-block--bg-white form select {
  border-color: rgba(64, 85, 101, 0.25);
  border-width: 1px;
}

.form-block__title {
  max-width: 81.875rem;
  width: calc(100% - 1.875rem) !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
  padding-top: 50px;
}

.form-block__title--bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 1024px) {
  .form-block__title {
    width: calc(100% - 3.75rem) !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
}

@media (min-width: 1280px) {
  .form-block__title {
    padding-top: 100px;
  }
}

.products__info p {
  font-size: 1.0625rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .products__info p {
    font-size: 1.5rem;
  }
}

.products__carousel {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1740px) {
  .products__carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

.logos__logo-item {
  width: calc(50% - 0.9375rem);
}

.logos__logo-item:before {
  content: "";
  padding-top: 40%;
  display: block;
  width: 100%;
}

.logos__logo-item:first-child, .logos__logo-item:nth-child(2) {
  margin-top: 0;
}

.logos__logo-item > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
}

.logos__logo-item > div img {
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  max-width: 80%;
  max-height: 100%;
}

.logos__logo-item > div:hover img {
  transform: scale(1.05);
}

.logos__info {
  max-width: 33.125rem;
}

.logos__info p {
  font-size: 1.0625rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .logos__info p {
    font-size: 1.5rem;
  }
}

.logos--bg-light-steel {
  padding-top: 50px;
  padding-bottom: 50px;
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
}

.logos--bg-light-steel .logos__logo-item > div {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 768px) {
  .logos--bg-light-steel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .logos--bg-light-steel {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1280px) {
  .logos__logo-section, .logos__content {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}

.image-and-text__image-align:before {
  content: "";
  padding-top: 67.817%;
  display: block;
  width: 100%;
}

.image-and-text__image-align .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-and-text__info p {
  font-size: 1.0625rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .image-and-text__info p {
    font-size: 1.5rem;
  }
}

.image-and-text__btn-align > a {
  padding-right: 20px;
}

.image-and-text__btn-align > a:last-child {
  padding-right: 0;
}

.image-and-text__play {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='47' viewBox='0 0 40 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 23.5L0.249998 46.4497L0.25 0.550326L40 23.5Z' fill='white'/%3E%3C/svg%3E%0A");
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-and-text__play:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='47' viewBox='0 0 40 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 23.5L0.249998 46.4497L0.25 0.550326L40 23.5Z' fill='rgba(48, 144, 172, 1)'/%3E%3C/svg%3E%0A");
}

.image-and-text--bg-blue {
  --bg-opacity: 1;
  background-color: #3090AC;
  background-color: rgba(48, 144, 172, var(--bg-opacity));
}

.image-and-text--bg-blue .image-and-text__image-align:before {
  padding-top: 68.821%;
}

.image-and-text--bg-blue .image-and-text__title,
.image-and-text--bg-blue .image-and-text__info > p {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.image-and-text--bg-blue .image-and-text__info > p {
  font-size: 1.375rem;
  line-height: 1.52;
}

@media (min-width: 1024px) {
  .image-and-text--bg-blue .image-and-text__info > p {
    font-size: 2rem;
  }
}

.image-and-text--bg-blue .image-and-text__image-align {
  width: calc(100% + 1.875rem);
  left: -0.9375rem;
}

.image-and-text--bg-blue .image-and-text__content {
  padding-bottom: 50px;
}

.image-and-text--video .image-and-text__info > p {
  font-size: 1rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .image-and-text--video .image-and-text__info > p {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .image-and-text__content {
    padding-left: 30px;
  }

  .image-and-text--reverse .image-and-text__wrapper {
    flex-direction: row-reverse;
  }

  .image-and-text--reverse .image-and-text__content {
    padding-right: 30px;
    padding-left: 0;
  }

  .image-and-text--bg-blue .image-and-text__image-align {
    width: calc(100% + 0.9375rem);
  }

  .image-and-text--bg-blue.image-and-text--reverse .image-and-text__image-align {
    left: 0;
  }
}

@media (min-width: 1024px) {
  .image-and-text__content, .image-and-text--reverse .image-and-text__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-and-text--bg-blue .image-and-text__image-align {
    width: calc(100% + 1.875rem);
    left: -1.875rem;
  }

  .image-and-text--bg-blue .image-and-text__content {
    padding-bottom: 80px;
  }

  .image-and-text--bg-blue.image-and-text--reverse .image-and-text__content {
    padding-left: 0;
    padding-right: 100px;
  }

  .image-and-text--video .image-and-text__content {
    padding-right: 0;
    padding-left: 50px;
  }

  .image-and-text--video.image-and-text--reverse .image-and-text__content {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media (min-width: 1280px) {
  .image-and-text__content {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }

  .image-and-text--bg-blue.image-and-text--reverse .image-and-text__content {
    padding-left: 0 !important;
    padding-right: 16.6666666667% !important;
  }

  .image-and-text--video .image-and-text__content {
    padding-left: 8.3333333333% !important;
    padding-right: 0 !important;
  }

  .image-and-text--video.image-and-text--reverse .image-and-text__content {
    padding-left: 0 !important;
    padding-right: 8.3333333333% !important;
  }
}

@media only screen and (min-width: 1660px) {
  .image-and-text--bg-blue .image-and-text__image-align {
    width: calc(100% + 50vw - 50rem);
    left: calc(50rem - 50vw);
  }
}

.cta__info p {
  font-size: 1.0625rem;
  line-height: 1.56;
}

@media (min-width: 1024px) {
  .cta__info p {
    font-size: 1.5rem;
  }
}

.cta--bg-blue {
  padding-top: 50px;
  padding-bottom: 50px;
  --bg-opacity: 1;
  background-color: #3090AC;
  background-color: rgba(48, 144, 172, var(--bg-opacity));
}

.cta--bg-blue .cta__title,
.cta--bg-blue .cta__info > p {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 768px) {
  .cta--bg-blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .cta__info p {
    font-size: 1.75rem;
  }

  .cta--bg-blue {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.columns-block {
  padding-top: 50px;
  padding-bottom: 50px;
  --bg-opacity: 1;
  background-color: #ECEEF0;
  background-color: rgba(236, 238, 240, var(--bg-opacity));
}

.columns-block__grid {
  display: flex;
  flex-wrap: wrap;
}

.columns-block--bg-blue {
  --bg-opacity: 1;
  background-color: #3090AC;
  background-color: rgba(48, 144, 172, var(--bg-opacity));
}

.columns-block--bg-blue .columns-block__title {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 768px) {
  .columns-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .columns-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.accordion-block .accordion-item {
  position: relative;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #ECEEF0;
  border-color: rgba(236, 238, 240, var(--border-opacity));
}

.accordion-block .accordion-item > a {
  position: relative;
  padding-right: 40px;
  display: flex;
  align-items: center;
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

.accordion-block .accordion-item > a span {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.46875 8.9375C6.75 9.21875 7.21875 9.21875 7.5 8.9375L13.5938 2.875C13.875 2.5625 13.875 2.09375 13.5938 1.8125L12.875 1.09375C12.5938 0.8125 12.125 0.8125 11.8125 1.09375L7 5.90625L2.15625 1.09375C1.84375 0.8125 1.375 0.8125 1.09375 1.09375L0.375 1.8125C0.09375 2.09375 0.09375 2.5625 0.375 2.875L6.46875 8.9375Z' fill='%23405565'/%3E%3C/svg%3E%0A");
  top: 50%;
  transform: translateY(-50%);
  background-size: 1rem;
}

.accordion-block .accordion-item > a:hover {
  --text-opacity: 1;
  color: #005D82;
  color: rgba(0, 93, 130, var(--text-opacity));
}

.accordion-block .accordion-item .accordion-content {
  padding-bottom: 25px;
  display: none;
  position: relative;
}

.accordion-block .accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-block .accordion-item--active > a span {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53125 1.0625C7.25 0.781251 6.78125 0.781251 6.5 1.0625L0.406249 7.125C0.124999 7.4375 0.124999 7.90625 0.406249 8.1875L1.125 8.90625C1.40625 9.1875 1.875 9.1875 2.1875 8.90625L7 4.09375L11.8437 8.90625C12.1562 9.1875 12.625 9.1875 12.9062 8.90625L13.625 8.1875C13.9062 7.90625 13.9062 7.4375 13.625 7.125L7.53125 1.0625Z' fill='%23405565'/%3E%3C/svg%3E%0A");
}

.accordion-block .accordion-item--active .accordion-content {
  display: block;
}

.info ol {
	padding-left:25px;
}

.info ol li:before {
	font-weight: 400;
	font-family: "NolanNext-Heavy";
	color:rgb(64, 85, 101) !important;
}

.info ol li strong {
	font-weight: 400;
	font-family: "NolanNext-Heavy";
}


@media (min-width: 1024px) {
  .accordion-block .accordion-item .accordion-content .info p {
    font-size: 1.25rem;
  }
}

.image-block__wrapper:before {
  content: "";
  padding-top: 59.1575%;
  display: block;
  width: 100%;
}

.image-block__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.buttons-block .btn, .buttons-block form input[type=submit], form .buttons-block input[type=submit], .buttons-block .section-page__wrapper .wp-block-button__link, .section-page__wrapper .buttons-block .wp-block-button__link,
.buttons-block .content-block__wrapper .wp-block-button__link,
.content-block__wrapper .buttons-block .wp-block-button__link {
  margin-right: 20px;
}

.buttons-block .btn:hover, .buttons-block form input[type=submit]:hover, form .buttons-block input[type=submit]:hover, .buttons-block .section-page__wrapper .wp-block-button__link:hover, .section-page__wrapper .buttons-block .wp-block-button__link:hover,
.buttons-block .content-block__wrapper .wp-block-button__link:hover,
.content-block__wrapper .buttons-block .wp-block-button__link:hover {
  --bg-opacity: 1;
  background-color: #005D82;
  background-color: rgba(0, 93, 130, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #005D82;
  border-color: rgba(0, 93, 130, var(--border-opacity));
}

@media (min-width: 1024px) {
  .buttons-block .btn, .buttons-block form input[type=submit], form .buttons-block input[type=submit], .buttons-block .section-page__wrapper .wp-block-button__link, .section-page__wrapper .buttons-block .wp-block-button__link,
.buttons-block .content-block__wrapper .wp-block-button__link,
.content-block__wrapper .buttons-block .wp-block-button__link {
    min-width: 15rem;
  }
}

.buttons-block ul li:last-child {
  margin-right: 0;
}

.stats-block__item {
  flex-basis: unset !important;
  margin-top: 30px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.stats-block__item:first-child {
  margin-top: 0;
}

@media (min-width: 640px) {
  .stats-block__item {
    padding-right: 20px;
    width: 50%;
  }

  .stats-block__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .stats-block__item {
    width: 33.333333%;
  }

  .stats-block__item:nth-child(3) {
    margin-top: 0;
  }
}

.stats-block__item .wp-block-pullquote {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.stats-block__item .wp-block-pullquote blockquote cite {
  font-style: normal;
}

.stats-block__item p:first-child {
  font-size: 2.125rem;
  line-height: 1.4;
  font-family: "NolanNext-Heavy";
  --text-opacity: 1;
  color: #3090AC;
  color: rgba(48, 144, 172, var(--text-opacity));
}

@media (min-width: 768px) {
  .stats-block__item p:first-child {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .stats-block__item p:first-child {
    font-size: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .stats-block__item p:first-child {
    font-size: 3.0625rem;
  }
}

.stats-block__item p:last-child {
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .stats-block__item p:last-child {
    font-size: 1.125rem;
  }
}