@charset "UTF-8";
@import url("https://use.typekit.net/eyc0whd.css");
/* =========================
   Navigation base styling
   ========================= */
.navigation {
  padding: 10px 70px 8px;
  background-color: rgba(248, 252, 253, 0.95);
}
@media screen and (max-width: 991px) {
  .navigation {
    padding: 12px 8px 9px 18px;
  }
}
.navigation__logo {
  width: 250px;
}
@media screen and (max-width: 1199px) {
  .navigation__logo {
    width: 200px;
  }
}
.navigation__toggler {
  border: none;
  box-shadow: none;
}
.navigation__toggler:focus {
  border: none;
  box-shadow: none;
}
.navigation__link {
  font-size: 23px;
  margin-right: 20px;
  color: #0b0d0f;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .navigation__link {
    font-size: 22px;
  }
}
.navigation__link:hover {
  color: #ff6b00 !important;
}
.navigation__flag-container {
  margin-left: 50px;
  margin-right: -50px;
}
@media screen and (max-width: 1199px) {
  .navigation__flag-container {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navigation__flag-container {
    margin-left: 0;
    padding-top: 40px;
    margin-top: 120px;
    margin-right: 0;
  }
}
.navigation__flag-container .nav-link {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .navigation__flag-container .nav-link {
    margin-right: 15px;
  }
}
.navigation__flag-no {
  width: 27px;
  height: 23px;
}
.navigation__flag-uk {
  width: 32px;
  height: 23px;
}
.navigation__offcanvas-end {
  width: 100vw !important;
  border: none !important;
}
.navigation__offcanvas-header {
  padding: 20px;
}
.navigation__offcanvas-header h5 {
  font-size: 27px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .navigation__offcanvas-body {
    padding: 20px;
  }
}
.navigation__some-container {
  margin-top: 20px;
}
.navigation__close {
  background: url(../assets/img/closeicon.svg) no-repeat;
  width: 25px;
  height: 25px;
  opacity: 1;
  padding: 1px !important;
  margin: 0 !important;
  margin-left: auto !important;
}
.navigation__close:hover {
  opacity: 1;
}
.navigation__hide-desktop {
  display: none;
}
@media screen and (max-width: 991px) {
  .navigation__hide-desktop {
    display: block;
  }
}

.navbar-toggler-icon {
  background-image: url(../assets/img/burgermenu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .navbar-toggler-icon {
    width: 32px;
    height: 32px;
  }
}

/* Navigation hide/show on scroll
   -------------------------------------------------- */
/* Don't set transform in the base state – keeps offcanvas correct */
.navigation {
  transition: transform 0.28s ease;
  z-index: 1030;
}

/* Hidden state: slide bar fully out of viewport */
.navigation--hidden {
  transform: translateY(-100%);
}

/* When offcanvas is open, force nav visible (avoid any edge flicker) */
body.offcanvas-open .navigation {
  transform: none !important;
}

/* Respect reduced motion users */
@media (prefers-reduced-motion: reduce) {
  .navigation {
    transition: none;
  }
}
.footer {
  margin: 50px 70px 0px;
}
@media screen and (max-width: 991px) {
  .footer {
    margin: 50px 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer__address {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.footer__address-name {
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 7px;
}
.footer__some {
  margin-bottom: 20px;
  display: block !important;
}
@media screen and (max-width: 991px) {
  .footer__some {
    display: block !important;
  }
}
.footer__some-icon svg {
  color: #1b456f;
}
.footer__minitext {
  margin-top: 40px;
  font-size: 11px;
  color: #9198a0;
}
@media screen and (max-width: 991px) {
  .footer__minitext {
    margin: 30px 10px 0;
  }
}
.footer__minitext p {
  display: inline-block;
}
.footer__minitext a:hover {
  color: #9198a0;
}

.top__container {
  border-radius: 15px 0 0 15px;
  position: fixed;
  right: 9px;
  bottom: 30px;
  text-align: center;
  padding: 6px 6px 6px 7px;
  z-index: 99999999;
}
.top__container:hover {
  text-decoration: none;
  cursor: pointer;
}
.top__container:hover .top__img {
  transform: translateY(-7px) rotate(270deg);
}
.top__container p {
  color: #0b0d0f;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
}
.top__img {
  width: 20px;
  height: 27px;
  transition: transform 0.5s ease;
  transform: rotate(270deg);
}
.top--show {
  opacity: 1;
  transition: all 0.2s ease;
}
.top--hide {
  opacity: 0;
  transition: all 0.2s ease;
}

#elc-cookie-consent {
  z-index: 999999999 !important;
}

#elc-cookie-consent .elc-button-link {
  background-color: #265F92 !important;
  color: #FFFDF8 !important;
  border-radius: 1px !important;
  padding: 9px 22px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border: none !important;
  height: auto !important;
}

#elc-cookie-consent h3 {
  margin-bottom: 15px !important;
}

#elc-cookie-tab {
  background-color: #265F92 !important;
  text-decoration: none !important;
}

@keyframes wave-breathe {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--distance, 8px));
  }
}
.cookies {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .cookies {
    margin-bottom: 100px;
    padding-left: 20px;
  }
}
.cookies h1 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #elc-cookie-consent {
    padding: 20px !important;
  }
}

#elc-cookie-consent .elc-button-link {
  font-family: "figtree", sans-serif !important;
  line-height: 1.2px !important;
  font-weight: 300 !important;
  margin-top: 20px !important;
  border-radius: 30px !important;
  border: 1px solid #0b0d0f !important;
  color: #ff6b00 !important;
  text-decoration: none !important;
  background-color: #F8FCFD !important;
  padding: 20px !important;
  font-size: 19px !important;
  transition: 0.2s all ease-in-out !important;
  scroll-margin-top: 20px !important;
  vertical-align: inherit !important;
}
@media screen and (max-width: 767px) {
  #elc-cookie-consent .elc-button-link {
    width: 100px !important;
  }
}
#elc-cookie-consent .elc-button-link:hover {
  background-color: #e1f1f5 !important;
  color: #0b0d0f !important;
}

#elc-cookie-tab {
  border-radius: 15px 0 0 0 !important;
  background-color: #CDE2EB !important;
}

#elc-cookie-tab a {
  color: #0b0d0f !important;
}

/* Always keep anchor targets visible below the fixed navbar */
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 81px;
}

body {
  background-color: #F8FCFD;
  font-family: "figtree", sans-serif;
  font-weight: 300;
  color: #0b0d0f;
  font-size: 19px;
  overflow-wrap: break-word;
}

h1 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 300;
  font-size: 45px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }
}

h2 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "figtree", sans-serif;
  font-weight: 300;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

p {
  line-height: 1.3;
  letter-spacing: 0.2px;
}

a {
  color: #ff6b00;
  text-decoration: none;
}
a:hover {
  color: #0b0d0f;
}

ul {
  padding-left: 1rem;
}

.buttons {
  font-family: "figtree", sans-serif;
  line-height: 1.2px;
  font-weight: 300;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #0b0d0f;
  color: #ff6b00;
  text-decoration: none;
  background-color: #F8FCFD;
  padding: 12px 25px;
  font-size: 19px;
  transition: 0.2s all ease-in-out;
  scroll-margin-top: 20px;
}
.buttons:hover {
  background-color: #e1f1f5;
  color: #0b0d0f;
}
.buttons--trans-white {
  background-color: transparent;
  border-color: white;
  color: white;
}
.buttons--space {
  margin-top: 40px;
}

.text--blue {
  color: #1b456f;
}
.text--light-blue {
  color: #CDE2EB;
}
.text--white {
  color: white;
}
.text--white a:hover {
  color: white;
}
.text--ul li {
  list-style: none;
}
.text--ul li:before {
  content: "-";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 0;
  color: #0b0d0f;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .text--nospace-bot {
    margin-bottom: 0 !important;
  }
}

.section {
  padding-top: 130px;
  padding-bottom: 220px;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 100px 20px;
  }
}
.section h2 {
  margin-bottom: 30px;
}
.section__last {
  margin-bottom: 0px !important;
}
.section__img {
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.section--blue {
  background-color: #225A93;
}
.section--darkblue {
  background-color: #1b456f;
}

.atf {
  padding: 200px 82px 150px;
}
@media screen and (max-width: 991px) {
  .atf {
    padding: 150px 20px 100px;
  }
}
@media screen and (max-width: 991px) {
  .atf__title-desktop {
    display: none;
  }
}
.atf__title-mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .atf__title-mob {
    display: block;
  }
}
.atf__content {
  padding: 0 10% 0 0;
}
@media screen and (max-width: 767px) {
  .atf__content {
    padding: 0 0;
  }
}
@media screen and (max-width: 991px) {
  .atf__img {
    margin-bottom: 40px;
  }
}

.fits {
  background-color: #8BDAE6;
}
.fits__container {
  padding-top: 130px;
}
@media screen and (max-width: 991px) {
  .fits__container {
    padding: 100px 20px 0;
  }
}
.fits__icons {
  padding-top: 20px;
}
.fits__img {
  max-height: 100px;
}
@media screen and (max-width: 991px) {
  .fits__img {
    margin-bottom: 5px;
  }
}
.fits__icons-title {
  font-weight: 400;
  font-size: 17px;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .fits__icons-title {
    font-size: 14px;
  }
}
.fits__text {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .fits__text {
    margin-top: 30px;
  }
}

.customers {
  background-color: #8BDAE6;
}
.customers__logos {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .customers__logos {
    margin-bottom: 50px;
  }
}
.customers__logo {
  max-height: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .customers__logo {
    padding: 0;
  }
}
.customers__carousel-item {
  padding: 0 150px;
}
@media screen and (max-width: 991px) {
  .customers__carousel-item {
    padding: 0 30px;
  }
}
.customers__carousel-item img {
  border-radius: 300px;
  max-width: 150px;
}
.customers__review {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .customers__review {
    text-align: left;
    font-size: 24px;
  }
}
.customers__name {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .customers__name {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .customers__content {
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .carousel-control-prev {
    left: -25px;
  }
}

@media screen and (max-width: 991px) {
  .carousel-control-next {
    right: -20px;
  }
}

.featured {
  padding-bottom: 40px;
  margin-bottom: 100px;
  border-bottom: 1px solid #0b0d0f;
}
.featured__img-container {
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .featured__img-container {
    margin-top: 40px;
    padding-right: 0;
  }
}
.featured p, .featured ul {
  font-size: 17px;
}

.product {
  padding: 40px 40px 20px;
}
@media screen and (max-width: 991px) {
  .product {
    padding: 20px 20px 20px 0;
  }
}
.product__img {
  max-height: 150px;
}
.product__title-container svg {
  margin-left: 5px;
  transform: translateY(-5px);
}
.product__title {
  font-size: 23px !important;
  font-weight: 300;
  color: #1b456f;
  display: inline-block;
}
.product p {
  font-size: 17px;
}
.product ul {
  font-size: 17px;
}
.product__more-info-btn {
  font-size: 17px;
}
.product__more-info-btn:hover {
  color: #ff6b00;
}
.product__more-info-btn--no::after {
  content: "Mindre informasjon";
}
.product__more-info-btn--no.collapsed::after {
  content: "Mer informasjon";
}
.product__more-info-btn--en::after {
  content: "Less information";
}
.product__more-info-btn--en.collapsed::after {
  content: "More information";
}
.product__cta-text-bot {
  font-size: 23px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .product__container {
    margin-right: -30px;
  }
}

.people {
  padding: 40px 40px 20px;
}
@media screen and (max-width: 991px) {
  .people {
    padding: 40px 10px;
  }
}
.people__image {
  border-radius: 300px;
  max-width: 220px;
  margin-bottom: 30px;
  background-color: white;
}
@media screen and (max-width: 576px) {
  .people__image {
    max-width: 100%;
  }
}
.people__name {
  font-size: 23px;
  margin-bottom: 3px;
  color: white;
}
.people__title {
  line-height: 1;
  font-size: 17px;
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #CDE2EB;
}
.people__company {
  font-size: 17px;
  color: #CDE2EB;
}
.people__contact {
  color: #CDE2EB;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 17px;
}
@media screen and (max-width: 576px) {
  .people__contact {
    font-size: 15px;
  }
}
.people__contact a {
  color: #ff6b00;
  text-decoration: none;
}
.people__contact a:hover {
  color: #CDE2EB;
  text-decoration: none;
}
.people__phone {
  padding-top: 10px;
}
.people__modal {
  border-color: transparent !important;
}
.people__modal--close {
  border: none !important;
}
.people__modal--header {
  border: none;
}
.people__modal--body {
  font-size: 17px;
}
.people__modal--footer {
  border: none;
}
.people__btn {
  padding: 20px 25px;
}
.people__tekst p {
  font-size: 16px;
  margin-top: 8px;
}

.ambassadors__img-container {
  max-height: 200px;
  min-height: 200px;
  max-width: 200px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.ambassadors__img {
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .ambassadors__img {
    max-width: 100%;
  }
}

.about {
  padding-top: 20px;
}
.about__section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about__section {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 0;
  }
}
.about__container {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .about__container {
    padding-top: 80px;
  }
}
.about__container:first-of-type {
  padding-top: 0;
}
.about__img-container--right {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .about__img-container--right {
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
.about__img-container--left {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .about__img-container--left {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.about__content-container p {
  font-size: 17px;
}
.about__content-left {
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .about__content-left {
    padding-right: 0;
  }
}
.about__content-right {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .about__content-right {
    padding-left: 0;
  }
}

.hero {
  position: relative;
}
.hero--turkis {
  background: #8BDAE6;
}
.hero--turkis .wave-divider {
  position: absolute;
  inset: auto 0 -1px 0;
  height: 230px;
  pointer-events: none;
  overflow: hidden;
}
.hero--turkis .wave-divider .wave-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--turkis .wave-divider .wave-shape {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  transform: scaleY(2);
}
.hero--turkis .wave-divider .wave {
  fill: #F8FCFD;
  animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: transform;
}
.hero--turkis .wave-divider .wave--front {
  --speed: 5s;
  --distance: 12px;
  --delay: 0s;
}
.hero--turkis .wave-divider .wave--back {
  --speed: 7s;
  --distance: 7px;
  --delay: 1.2s;
}
.hero--turkis .wave-divider.wave-divider--up .wave-svg {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.hero--turkis .wave-divider.wave-divider--up .wave--front {
  --distance: -12px;
}
.hero--turkis .wave-divider.wave-divider--up .wave--back {
  --distance: -7px;
}
@media (prefers-reduced-motion: reduce) {
  .hero--turkis .wave-divider .wave {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero--turkis .wave-divider {
    position: absolute;
    inset: auto 0 -1px 0;
    height: 100px;
    pointer-events: none;
    overflow: hidden;
  }
  .hero--turkis .wave-divider .wave-svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero--turkis .wave-divider .wave-shape {
    transform-box: fill-box;
    transform-origin: 50% 100%;
    transform: scaleY(2);
  }
  .hero--turkis .wave-divider .wave {
    fill: #F8FCFD;
    animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform;
  }
  .hero--turkis .wave-divider .wave--front {
    --speed: 5s;
    --distance: 12px;
    --delay: 0s;
  }
  .hero--turkis .wave-divider .wave--back {
    --speed: 7s;
    --distance: 7px;
    --delay: 1.2s;
  }
  .hero--turkis .wave-divider.wave-divider--up .wave-svg {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transform: scaleY(-1);
  }
  .hero--turkis .wave-divider.wave-divider--up .wave--front {
    --distance: -12px;
  }
  .hero--turkis .wave-divider.wave-divider--up .wave--back {
    --distance: -7px;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hero--turkis .wave-divider .wave {
    animation: none !important;
  }
}
.hero--white {
  background-color: #F8FCFD;
}
.hero--white .wave-divider {
  position: absolute;
  inset: auto 0 -1px 0;
  height: 180px;
  pointer-events: none;
  overflow: hidden;
}
.hero--white .wave-divider .wave-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--white .wave-divider .wave-shape {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  transform: scaleY(1.8);
}
.hero--white .wave-divider .wave {
  fill: #8BDAE6;
  animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: transform;
}
.hero--white .wave-divider .wave--front {
  --speed: 5s;
  --distance: 12px;
  --delay: 0s;
}
.hero--white .wave-divider .wave--back {
  --speed: 7s;
  --distance: 7px;
  --delay: 0.6s;
}
.hero--white .wave-divider.wave-divider--up .wave-svg {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.hero--white .wave-divider.wave-divider--up .wave--front {
  --distance: -12px;
}
.hero--white .wave-divider.wave-divider--up .wave--back {
  --distance: -7px;
}
@media (prefers-reduced-motion: reduce) {
  .hero--white .wave-divider .wave {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero--white .wave-divider {
    position: absolute;
    inset: auto 0 -1px 0;
    height: 100px;
    pointer-events: none;
    overflow: hidden;
  }
  .hero--white .wave-divider .wave-svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero--white .wave-divider .wave-shape {
    transform-box: fill-box;
    transform-origin: 50% 100%;
    transform: scaleY(1.8);
  }
  .hero--white .wave-divider .wave {
    fill: #8BDAE6;
    animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform;
  }
  .hero--white .wave-divider .wave--front {
    --speed: 5s;
    --distance: 12px;
    --delay: 0s;
  }
  .hero--white .wave-divider .wave--back {
    --speed: 7s;
    --distance: 7px;
    --delay: 0.6s;
  }
  .hero--white .wave-divider.wave-divider--up .wave-svg {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transform: scaleY(-1);
  }
  .hero--white .wave-divider.wave-divider--up .wave--front {
    --distance: -12px;
  }
  .hero--white .wave-divider.wave-divider--up .wave--back {
    --distance: -7px;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hero--white .wave-divider .wave {
    animation: none !important;
  }
}
.hero--products {
  background-color: #F8FCFD;
}
.hero--products .wave-divider {
  position: absolute;
  inset: auto 0 -1px 0;
  height: 180px;
  pointer-events: none;
  overflow: hidden;
}
.hero--products .wave-divider .wave-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--products .wave-divider .wave-shape {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  transform: scaleY(1.9);
}
.hero--products .wave-divider .wave {
  fill: #225A93;
  animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: transform;
}
.hero--products .wave-divider .wave--front {
  --speed: 7s;
  --distance: 15px;
  --delay: 0s;
}
.hero--products .wave-divider .wave--back {
  --speed: 9s;
  --distance: 5px;
  --delay: 1.2s;
}
.hero--products .wave-divider.wave-divider--up .wave-svg {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.hero--products .wave-divider.wave-divider--up .wave--front {
  --distance: -15px;
}
.hero--products .wave-divider.wave-divider--up .wave--back {
  --distance: -5px;
}
@media (prefers-reduced-motion: reduce) {
  .hero--products .wave-divider .wave {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero--products .wave-divider {
    position: absolute;
    inset: auto 0 -1px 0;
    height: 100px;
    pointer-events: none;
    overflow: hidden;
  }
  .hero--products .wave-divider .wave-svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero--products .wave-divider .wave-shape {
    transform-box: fill-box;
    transform-origin: 50% 100%;
    transform: scaleY(1.9);
  }
  .hero--products .wave-divider .wave {
    fill: #225A93;
    animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform;
  }
  .hero--products .wave-divider .wave--front {
    --speed: 7s;
    --distance: 15px;
    --delay: 0s;
  }
  .hero--products .wave-divider .wave--back {
    --speed: 9s;
    --distance: 5px;
    --delay: 1.2s;
  }
  .hero--products .wave-divider.wave-divider--up .wave-svg {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transform: scaleY(-1);
  }
  .hero--products .wave-divider.wave-divider--up .wave--front {
    --distance: -15px;
  }
  .hero--products .wave-divider.wave-divider--up .wave--back {
    --distance: -5px;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hero--products .wave-divider .wave {
    animation: none !important;
  }
}
.hero--blue {
  background-color: #225A93;
}
.hero--blue .wave-divider {
  position: absolute;
  inset: auto 0 -1px 0;
  height: 180px;
  pointer-events: none;
  overflow: hidden;
}
.hero--blue .wave-divider .wave-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--blue .wave-divider .wave-shape {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  transform: scaleY(5s);
}
.hero--blue .wave-divider .wave {
  fill: #1b456f;
  animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: transform;
}
.hero--blue .wave-divider .wave--front {
  --speed: 15px;
  --distance: 0s;
  --delay: 1.8;
}
.hero--blue .wave-divider .wave--back {
  --speed: 7s;
  --distance: 8px;
  --delay: 1.2s;
}
.hero--blue .wave-divider.wave-divider--up .wave-svg {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.hero--blue .wave-divider.wave-divider--up .wave--front {
  --distance: -0s;
}
.hero--blue .wave-divider.wave-divider--up .wave--back {
  --distance: -8px;
}
@media (prefers-reduced-motion: reduce) {
  .hero--blue .wave-divider .wave {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero--blue .wave-divider {
    position: absolute;
    inset: auto 0 -1px 0;
    height: 100px;
    pointer-events: none;
    overflow: hidden;
  }
  .hero--blue .wave-divider .wave-svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero--blue .wave-divider .wave-shape {
    transform-box: fill-box;
    transform-origin: 50% 100%;
    transform: scaleY(5s);
  }
  .hero--blue .wave-divider .wave {
    fill: #1b456f;
    animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform;
  }
  .hero--blue .wave-divider .wave--front {
    --speed: 15px;
    --distance: 0s;
    --delay: 1.8;
  }
  .hero--blue .wave-divider .wave--back {
    --speed: 7s;
    --distance: 8px;
    --delay: 1.2s;
  }
  .hero--blue .wave-divider.wave-divider--up .wave-svg {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transform: scaleY(-1);
  }
  .hero--blue .wave-divider.wave-divider--up .wave--front {
    --distance: -0s;
  }
  .hero--blue .wave-divider.wave-divider--up .wave--back {
    --distance: -8px;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hero--blue .wave-divider .wave {
    animation: none !important;
  }
}
.hero--footer .wave-divider {
  position: absolute;
  inset: auto 0 -1px 0;
  height: 180px;
  pointer-events: none;
  overflow: hidden;
}
.hero--footer .wave-divider .wave-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--footer .wave-divider .wave-shape {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  transform: scaleY(5s);
}
.hero--footer .wave-divider .wave {
  fill: #F8FCFD;
  animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: transform;
}
.hero--footer .wave-divider .wave--front {
  --speed: 12px;
  --distance: 0s;
  --delay: 1.85;
}
.hero--footer .wave-divider .wave--back {
  --speed: 7s;
  --distance: 7px;
  --delay: 0.6s;
}
.hero--footer .wave-divider.wave-divider--up .wave-svg {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.hero--footer .wave-divider.wave-divider--up .wave--front {
  --distance: -0s;
}
.hero--footer .wave-divider.wave-divider--up .wave--back {
  --distance: -7px;
}
@media (prefers-reduced-motion: reduce) {
  .hero--footer .wave-divider .wave {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero--footer .wave-divider {
    position: absolute;
    inset: auto 0 -1px 0;
    height: 100px;
    pointer-events: none;
    overflow: hidden;
  }
  .hero--footer .wave-divider .wave-svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero--footer .wave-divider .wave-shape {
    transform-box: fill-box;
    transform-origin: 50% 100%;
    transform: scaleY(5s);
  }
  .hero--footer .wave-divider .wave {
    fill: #F8FCFD;
    animation: wave-breathe var(--speed, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform;
  }
  .hero--footer .wave-divider .wave--front {
    --speed: 12px;
    --distance: 0s;
    --delay: 1.85;
  }
  .hero--footer .wave-divider .wave--back {
    --speed: 7s;
    --distance: 7px;
    --delay: 0.6s;
  }
  .hero--footer .wave-divider.wave-divider--up .wave-svg {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transform: scaleY(-1);
  }
  .hero--footer .wave-divider.wave-divider--up .wave--front {
    --distance: -0s;
  }
  .hero--footer .wave-divider.wave-divider--up .wave--back {
    --distance: -7px;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hero--footer .wave-divider .wave {
    animation: none !important;
  }
}

.wave-divider--up .wave-svg {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

.some {
  display: none;
}
@media screen and (max-width: 991px) {
  .some {
    display: block;
  }
}
.some__icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.some__icon a svg {
  color: #1b456f;
  width: 28px;
  height: 28px;
}
.some__icon a svg:hover {
  color: #ff6b00;
}

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