/*-------- GENERAL ---------------*/
@font-face {
  font-family: 'AdaptaTextLight';
  src: url('fonts/AdaptaText-ExtraLight.woff') format('woff2'),
    url('fonts/AdaptaText-ExtraLight') format('woff');
}

@font-face {
  font-family: 'AdaptaTextBold';
  src: url('fonts/AdaptaDisplay-ExtraBold.woff') format('woff2'),
    url('fonts/AdaptaDisplay-ExtraBold') format('woff');
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {

  --font-main: 'archimoto_v01regular';
  --font-grotesk: 'Space Grotesk';
  --font-groteskMedium: 'SpaceGroteskMedium';
  --font-archimoto-regular: 'archimoto_v01regular';
  --font-archimoto-medium: 'archimoto_medium';
  --font-archimoto-semi-bold: 'archimoto_semi_bold';
  --color-primary: #66CDF2;
  --color-secondary: #EAE3DC;
  --color-tertiary: #FED8A3;
  --color-dblue: #002B51;
  --color-orange: #F89A5F;
  --color-b: #18242A;
  --color-w: #fff;
  --color-g: #F2ECE2;
  --max-width: 1920px;
}

html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.cut-off {
  overflow: hidden;
}

::-moz-selection {
  background-color: #32CBFF;
  color: #00406E;
  ;
}

::selection {
  background-color: #32CBFF;
  color: #00406E;
  ;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #00406E;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #32CBFF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #25a7d4;
}

a {
  display: inline-block;
}


body {
  font-family: var(--font-grotesk);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  background-color: #fff;
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.grecaptcha-badge {
  display: none !important;
}

hr {
  margin: 20px 0;
  border-top: 1px solid #eee;
  width: 100%;
}

p {
  line-height: 1.7em;
  margin-bottom: 0 !important;
}

p,
a {
  /* color: #F7F9FB; */
  color: var(--color-secondary);
}

p a {
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}

p a:hover {}

a:hover {}

a {
  text-decoration: none;
  cursor: pointer;
  line-height: 1.6em;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.strong,
strong {
  display: inline-block;
  font-weight: 700;
}

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

.container {
  max-width: var(--max-width);
  padding-left: 80px;
  padding-right: 80px;
}

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

.flex-justify--center {
  justify-content: center;
}

.slider-nav.unset-border.unset-border--blck .design--1 .main-content .col-inner {
  border-top: unset !important;
}

.slider-nav .design--1 .col--1 .content--wrapper,
.slider-nav .design--1 .col-md-12__ .content--wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-nav .design--1 .col--1 .content--wrapper {
  justify-content: space-evenly !important;
}

.slider-nav .design--1 .col-md-12__ {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: var(--max-width);
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: var(--font-archimoto-regular);
  font-weight: 400;
}

h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: var(--font-archimoto-medium);
  font-weight: 500;
}

h3 {
  font-size: 40px;
  line-height: 80px;
  font-family: var(--font-archimoto-regular);
  font-weight: 400;
}

h4 {
  font-family: var(--font-archimoto-regular);
  font-size: 1.9em;
  line-height: 1.3em;
  letter-spacing: .5px;
}

h5 {
  font-size: 2.2rem;
  line-height: 1.3em;
}

h6 {
  font-size: 1.2em;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 41px !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}

body,
h3,
h4,
h5,
h6,
h1 span, h2 span, h3 span {
  font-family: var(--font-main);
  font-weight: 500;
}

p,
a,
span,
li {
  font-family: var(--font-grotesk);
  font-weight: 400;
}

html,
body {
  overflow-y: visible;
  /*  overflow-x: hidden;*/
}

html {
  font-size: 62.5%;
}

.col-md-auto {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  max-width: 100%;
}

.col-md-1__ {
  flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -moz-flex: 0 0 8.333333%;
  -o-flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-md-2__ {
  flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -moz-flex: 0 0 16.666667%;
  -o-flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-md-3__ {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -o-flex: 0 0 25%;
  max-width: 25%;
}

.col-md-4__ {
  flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-flex: 0 0 33.333333%;
  -o-flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-md-5__ {
  flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -moz-flex: 0 0 41.666667%;
  -o-flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-md-6__ {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7__ {
  flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -moz-flex: 0 0 58.333333%;
  -o-flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-8__ {
  flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -moz-flex: 0 0 66.666667%;
  -o-flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-md-9__ {
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -moz-flex: 0 0 75%;
  -o-flex: 0 0 75%;
  max-width: 75%;
}

.col-md-10__ {
  flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -moz-flex: 0 0 83.333333%;
  -o-flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-md-11__ {
  flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -moz-flex: 0 0 91.666667%;
  -o-flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-md-12__ {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  max-width: 100%;
}

.dp--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}

.p--relative {
  position: relative;
  z-index: 1;
}

.content--button a {
  min-width: 300px;
  height: 50px;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  text-transform: none;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.content--button a:hover svg {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.primary-button a {
  color: var(--color-dblue);
  background: var(--color-primary);
  border-color: var(--color-primary);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.primary-button a:hover {
  color: var(--color-primary);
  background: var(--color-orange);
  border-color: var(--color-orange);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.transparent-button a {
  color: var(--color-secondary);
  background: transparent;
  border-color: var(--color-secondary);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.transparent-button a:hover {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-primary);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.transparent-button a svg path {
  fill: var(--color-secondary);
}

.transparent-button a:hover svg path {
  fill: var(--color-primary);
}





.hero-black--btn a {
  color: #18242A !important;
  background: var(--color-secondary);
  border-color: #18242A !important;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.hero-black--btn a:hover {
  color: #18242A !important;
  background: var(--color-secondary);
  border-color: #18242A !important;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}




.transparent-button--v2 a {
  color: #EAE3DC !important;
  background: transparent;
  border-color: #EAE3DC !important;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.transparent-button--v2 a:hover {
  color: var(--color-primary) !important;
  background: transparent;
  border-color: var(--color-primary) !important;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.transparent-button--v2 a svg path {
  fill: #EAE3DC;
}

.transparent-button--v2 a:hover svg path {
  fill: var(--color-primary);
}




.peach-button a {
  color: var(--color-dblue);
  background: var(--color-tertiary);
  border-color: var(--color-tertiary);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.peach-button a:hover {
  color: var(--color-tertiary);
  background: var(--color-dblue);
  border-color: var(--color-dblue);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.peach-button a svg path {
  fill: var(--color-dblue);
}

.peach-button a:hover svg path {
  fill: var(--color-tertiary);
}

.primary-button a:hover {
  color: var(--color-primary);
  background: #002642;
  border-color: var(--color-primary);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.primary-button a:hover svg path {
  fill: var(--color-primary);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}


.custom-post--button a {
  color: var(--color-secondary);
  background: #0061B0;
  border-color: #0061B0;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  width: 100%;
}

.custom-post--button a:hover {
  color: var(--color-dblue);
  background: var(--color-orange);
  border-color: var(--color-orange);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.custom-post--button a svg path {
  fill: var(--color-dblue);
}

.custom-post--button a:hover svg path {
  fill: var(--color-dblue);
}

.reverse .col-md-6__:first-child {
  order: 2;
}

.reverse .col-md-6__:last-child {
  order: 1;
}

@media screen and (max-width: 991px) {
  .regular-content.design--1 .reverse .col-md-6__:last-child {
    order: 2;
  }

  .regular-content.design--1 .reverse .col-md-6__:first-child {
    order: 1;
  }

  .product-section .content-title {
    margin: unset;
  }
}

@media screen and (max-width: 360px) {
  .content--button a {
    min-width: 260px !important;
    display: inline-table;
  }
}

/* Flex */

.flex {
  display: flex;
}

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

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

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

.flex-align--baseline {
  align-items: baseline;
}

.flex-align--center {
  align-items: center;
}

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

.flex-align-self--start {
  align-self: flex-start;
}

.flex-align-self--center {
  align-self: center;
}

.flex-align-self--end {
  align-self: flex-end;
}

.flex-justify--center {
  justify-content: center;
}

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

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

.flex-justify--evenly {
  justify-content: space-evenly;
}

.flex-justify--end {
  justify-content: flex-end;
}

.flex-justify--start {
  justify-content: flex-start;
}

.flex-justify-self--center {
  justify-self: center;
}

.flex-justify-self--end {
  justify-self: self-end;
}

.flex-justify-self--start {
  justify-self: self-start;
}


/* Paddings */

/* Padding top */

.pt--0 {
  padding-top: 0 !important;
}

.pt--1 {
  padding-top: 1rem;
}

.pt--2 {
  padding-top: 2rem;
}

.pt--3 {
  padding-top: 3rem;
}

.pt--4 {
  padding-top: 4rem;
}

.pt--5 {
  padding-top: 5rem;
}

.pt--6 {
  padding-top: 6rem;
}

.pt--7 {
  padding-top: 7rem;
}

.pt--8 {
  padding-top: 8rem;
}

.pt--9 {
  padding-top: 9rem;
}

.pt--10 {
  padding-top: 10rem;
}

.pt--11 {
  padding-top: 11rem;
}

.pt--12 {
  padding-top: 12rem;
}

.pt--13 {
  padding-top: 13rem;
}

.pt--14 {
  padding-top: 14rem;
}

.pt--15 {
  padding-top: 15rem;
}

.pt--16 {
  padding-top: 16rem;
}

.pt--17 {
  padding-top: 17rem;
}

.pt--18 {
  padding-top: 18rem;
}

.pt--19 {
  padding-top: 19rem;
}

.pt--20 {
  padding-top: 20rem;
}


/* Padding bottom */

.pb--0 {
  padding-bottom: 0 !important;
}

.pb--1 {
  padding-bottom: 1rem;
}

.pb--2 {
  padding-bottom: 2rem;
}

.pb--3 {
  padding-bottom: 3rem;
}

.pb--4 {
  padding-bottom: 4rem;
}

.pb--5 {
  padding-bottom: 5rem;
}

.pb--6 {
  padding-bottom: 6rem;
}

.pb--7 {
  padding-bottom: 7rem;
}

.pb--8 {
  padding-bottom: 8rem;
}

.pb--9 {
  padding-bottom: 9rem;
}

.pb--10 {
  padding-bottom: 10rem;
}

.pb--11 {
  padding-bottom: 11rem;
}

.pb--12 {
  padding-bottom: 12rem;
}

.pb--13 {
  padding-bottom: 13rem;
}

.pb--14 {
  padding-bottom: 14rem;
}

.pb--15 {
  padding-bottom: 15rem;
}

.pb--16 {
  padding-bottom: 16rem;
}

.pb--17 {
  padding-bottom: 17rem;
}

.pb--18 {
  padding-bottom: 18rem;
}

.pb--19 {
  padding-bottom: 19rem;
}

.pb--20 {
  padding-bottom: 20rem;
}


/* Padding left */

.pl--0 {
  padding-left: 0;
}

.pl--1 {
  padding-left: 1rem;
}

.pl--2 {
  padding-left: 2rem;
}

.pl--3 {
  padding-left: 3rem;
}

.pl--4 {
  padding-left: 4rem;
}

.pl--5 {
  padding-left: 5rem;
}

.pl--6 {
  padding-left: 6rem;
}

.pl--7 {
  padding-left: 7rem;
}

.pl--8 {
  padding-left: 8rem;
}

.pl--9 {
  padding-left: 9rem;
}

.pl--10 {
  padding-left: 10rem;
}

.pl--11 {
  padding-left: 11rem;
}

.pl--12 {
  padding-left: 12rem;
}

.pl--13 {
  padding-left: 13rem;
}

.pl--14 {
  padding-left: 14rem;
}

.pl--15 {
  padding-left: 15rem;
}

.pl--16 {
  padding-left: 16rem;
}

.pl--17 {
  padding-left: 17rem;
}

.pl--18 {
  padding-left: 18rem;
}

.pl--19 {
  padding-left: 19rem;
}

.pl--20 {
  padding-left: 20rem;
}

/* Padding right */

.pr--0 {
  padding-right: 0;
}

.pr--1 {
  padding-right: 1rem;
}

.pr--2 {
  padding-right: 2rem;
}

.pr--3 {
  padding-right: 3rem;
}

.pr--4 {
  padding-right: 4rem;
}

.pr--5 {
  padding-right: 5rem;
}

.pr--6 {
  padding-right: 6rem;
}

.pr--7 {
  padding-right: 7rem;
}

.pr--8 {
  padding-right: 8rem;
}

.pr--9 {
  padding-right: 9rem;
}

.pr--10 {
  padding-right: 10rem;
}

.pr--11 {
  padding-right: 11rem;
}

.pr--12 {
  padding-right: 12rem;
}

.pr--13 {
  padding-right: 13rem;
}

.pr--14 {
  padding-right: 14rem;
}

.pr--15 {
  padding-right: 15rem;
}

.pr--16 {
  padding-right: 16rem;
}

.pr--17 {
  padding-right: 17rem;
}

.pr--18 {
  padding-right: 18rem;
}

.pr--19 {
  padding-right: 19rem;
}

.pr--20 {
  padding-right: 20rem;
}

/* .wide--con {
  max-width: 1920px;
} */

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

header.header--section {
  height: 100vh;
  transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  z-index: 99999;
  position: fixed;
  width: 100%;
  max-width: 100%;
  background: transparent;
  pointer-events: none;
}

header.header--section ul {
  list-style-type: none;
}

.header--section .hs-inner,
.header--section .header-popup {
  pointer-events: all;
}

.header--section .hs-inner,
.header--section .header-popup .hp-content--1 .container {
  padding-top: 20px;

}

.header--section .hsi-main {
  padding-left: 80px;
  padding-right: 80px;
}

header.header--section .uc-right span {
  color: #fff;
}

.header--section .header-logo,
.footer-section .footer-logo {
  width: 100%;
  max-width: 170px;
}

.header--section .header-logo {
  padding: 1rem 1rem;
}

.header--section .header-logo img,
.footer-section .footer-logo img {
  width: 100%;
}

.header--section .header-menu--lower ul,
.header--section .uc-right .first-item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}

.header--section .uc-right .first-item ul li:not(:first-child),
.header--section .header-menu--lower ul li:not(:first-child) {
  padding-left: 2rem;
}

.header--section .upper-content .menu-wrapper a {
  font-size: 15px;
  color: #EAE3DC;
  font-weight: 500;
}

.header--section .lower-content {
  border-top: 1px solid #EAE3DC;
  border-bottom: 1px solid #EAE3DC;
  border-left: none;
  border-right: none;
}

.header--section .lower-content .header-menu--lower a {
  font-size: 18px;
  color: #EAE3DC;
  font-weight: 800;
  font-family: var(--font-grotesk);
}

.header--section .lower-content .header-menu--lower a:hover {
  color: var(--color-primary);
}

.header--section .lower-content .header-menu--lower ul>li>a {
  padding: 1rem 1rem;
}

.header--section .header-popup .menu-wrapper ul.menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0;
}

.header--section .header-popup .menu-wrapper ul.sub-menu {
  padding: 0;
}

.header--section .header-popup .container:first {
  padding: 0;
}

.header-popup .hp-content--1 .col-divider,
.header-popup .hp-content--4 .col-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
}

.header-popup .hp-content--1 .hp-content--1_image .content--image {
  width: 100%;
  max-width: 463px;
}

.header-popup .hp-content--1 .hp-content--1_image .content--image img {
  width: 100%;
}

.header-popup .blurbs--each .content-text p {
  font-size: 16px;
  line-height: 145%;
}

.header--section .header-popup .menu-wrapper ul.menu>li>a {
  font-size: 24px;
  color: #66CDF2;
  border-bottom: 1px solid #EAE3DC;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 5px;
}



.header--section .header-popup .menu-wrapper ul.sub-menu>li:not(:last-child) {
  padding-bottom: 1rem;
}

.header--section .header-popup .menu-wrapper ul.sub-menu>li:first-child {
  padding-top: 1rem;
}

.header--section .content-product--finder {
  background: #66CDF2;
  padding: 2rem;
}

.header--section ul {
  margin: 0;
}

.header--section.active-1,
.header--section.active-2,
.header--section.active-3,
.header--section.active-4 {
  background: #18242A;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.header--section .product-and--services a,
.header--section .menu--industries a,
.header--section .menu--location a,
.header--section .menu--divisions a {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  border-bottom: 1px solid transparent;
}

.header--section .product-and--services.active-1 a,
.header--section .menu--industries.active-2 a,
.header--section .menu--location.active-3 a,
.header--section .menu--divisions.active-4 a {
  color: #66CDF2;
  border-color: #66CDF2;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.header--section .header-popup .hp-content--1,
.header--section .header-popup .hp-content--2,
.header--section .header-popup .hp-content--3,
.header--section .header-popup .hp-content--4 {
  display: none;
  pointer-events: none;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.header--section.active-1 .header-popup .hp-content--1,
.header--section.active-2 .header-popup .hp-content--2,
.header--section.active-3 .header-popup .hp-content--3,
.header--section.active-4 .header-popup .hp-content--4 {
  display: block;
  pointer-events: all;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.header--section .hp-content--2 .repeater-content--main,
.header--section .hp-content--3 .repeater-content--main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.header--section .hp-content--2 .container.wide--con {
  padding: 0 20px;
}

.hp-content--2 .content-icon {
  width: 50px;
}

/* .header--section .hp-content--2 .blurbs--each,
.header--section .hp-content--3 .blurbs--each .content-title a,
.header--section .hp-content--4 .blurbs--each .content-title a {
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 2rem;
} */

.header--section .hp-content--2 .blurbs--each .be-inner {
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 2rem;
  display: inline-flex;
}

.header--section .hp-content--2 .blurbs--each .content-text a span {
  text-transform: uppercase;
  color: #66CDF2;
  font-size: 18px;
}

.header--section .hp-content--3 .blurbs--each .content-title a span,
.header--section .hp-content--4 .blurbs--each .content-title a span {
  text-transform: uppercase;
  color: #66CDF2;
  font-size: 18px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EAE3DC;
}

.hp-content--3 .content-text,
.hp-content--4 .content-text {
  padding-top: 1rem;
}

.header--section .hp-content--3 .blurbs--each .content-title a {
  width: 100%;
}

.header--section .hp-content--4 .repeater-content--main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.header--section .translate-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  background: #002B51;
  position: relative;
  width: 53px;

}

.header--section .header-language .selected--lang-icon {
  padding-left: 5px;
  position: absolute;
  right: 5px;
  top: 6px;
  pointer-events: none;
}

.header--section .uc-right {
  position: relative;
}

.header--section .header-language .selected--lang-icon svg {
  width: 9px;
}



.header .mobile--btn__inner {
  position: relative;
  width: 6rem;
  height: 6rem;
  z-index: 11111;
}

.header .mobile--btn {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
}

.header .mobile--btn span {
  width: 24px;
  background: #fff;
  position: absolute;
  height: 3px;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.header .mobile--btn span:nth-child(1) {
  top: 35%;
}

.header .mobile--btn span:nth-child(3) {
  top: 65%;
  width: 24px;
}

.header .mobile--btn__wrapper .contact-detail--each {
  display: none;
}

.header .mobile--btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .mobile--btn.active span:nth-child(2) {
  display: none;
}

.header .mobile--btn.active span:nth-child(3) {
  left: 50%;
  width: 24px;
  top: 50%;
}

.header .header .mobile--btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .mobile--btn.active span:nth-child(2) {
  display: none;
}

.header .mobile--btn.active span:nth-child(3) {
  left: 50%;
  width: 24px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .mobile--btn {
  cursor: pointer;
}


.mobile-menu--popup ul.sub-menu {
  padding-left: 1rem;
  display: none;
}

.header .mobile-menu--popup {
  display: none;
}

.header .mobile-menu--popup.active-mobile-menu {
  display: block;
  pointer-events: all;
}

.header--section.active-mobile-menu {
  background: #002B519E;
}

.mobile-menu--popup ul.menu>li>a,
.mobile-menu--popup ul.menu li.menu-item-has-children.menu-item a {

  padding: 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s all linear;
  -ms-transition: 0.6s all linear;
  -webkit-transition: 0.6s all linear;
  -o-transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
}

.mobile-menu--popup ul.menu>li.menu-item {
  border-bottom: 1px solid #EAE3DC;
}

.mobile-menu--popup ul.menu {
  padding: 0 2rem;
}

.header--section.active-mobile-menu {
  overflow-y: scroll;
}

html.active-mobile-menu {
  overflow-y: hidden;
}

.mobile-menu--popup ul.menu>li.active>a svg,
.mobile-menu--popup ul.menu li.menu-item-has-children.active>a svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.6s all linear;
  -ms-transition: 0.6s all linear;
  -webkit-transition: 0.6s all linear;
  -o-transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
}

.mobile-menu--popup ul.menu>li.active>a svg path,
.mobile-menu--popup ul.menu li.menu-item-has-children.active-sub a svg path {
  fill: #FED8A3;
}

.mobile-menu--popup ul.menu>li.active>a,
.mobile-menu--popup ul.menu>li.active .sub-menu>li>a {
  color: #FED8A3;
  border: none;
}

.mobile-menu--popup .sub-menu>li>a {
  padding: 1rem 0;
}

footer.footer-section {
  padding: 0;
  position: relative;
  background: #002B51;
  padding: 4rem;
  z-index: 2;
}

.footer-section .menu-wrapper a {
  font-size: 16px;
  font-weight: 400;
  color: #F2ECE2;
}

.footer-section .footer-upper .footer-text span {
  color: #EAE3DC;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--font-archimoto-medium);
}

.footer-section .footer-upper {
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 2rem;
}

.footer-section .footer-mid ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-section .inner-wrapper--left .footer-menu--content {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  max-width: 50%;
}

.footer-section .inner-wrapper--right .footer-menu--content {
  flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  -webkit-flex: 0 0 33.333%;
  -moz-flex: 0 0 33.333%;
  -o-flex: 0 0 33.333%;
  max-width: 33.333%;
}

.footer-mid .fl-title,
.footer-section .footer-mid {
  border-bottom: 1px solid #EAE3DC;
}

.footer-mid .fl-title h5 {
  color: #66CDF2;
  font-size: 24px;
}

.footer-section .footer-mid .menu-wrapper {
  padding-top: 2rem;
}

.footer-section .footer-mid .menu-wrapper a,
.footer-section .footer-bottom .fb-inner a {
  color: #F2ECE2;
}

.footer-section .appended--header {
  display: none;
}

.footer-bottom .content-right a {
  border-bottom: 1px solid #F2ECE2;
}

@media screen and (max-width: 991px) {
  .header--section .hsi-main {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .footer-section .col-md-5__ .inner-wrapper--left,
  .footer-section .col-md-7__ .inner-wrapper--right {
    flex-direction: column;
  }

  .footer-section .col-md-5__ .footer-menu--content,
  .footer-section .col-md-7__ .inner-wrapper--right .footer-menu--content {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-section .col-md-5__ .footer-menu--content.second-row {
    padding-left: 0;
    padding-bottom: 2rem;
  }

  .footer-section .footer-menu--content:not(:last-child) {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {

  .footer-section .col-md-5__,
  .footer-section .col-md-7__ {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-section .footer-mid .col-divider {
    flex-direction: column;
  }

  .footer-section .inner-wrapper--right .footer-menu--content {
    padding-left: 0;
  }

  .footer-bottom .fb-inner,
  .footer-bottom .fb-inner .content-left,
  .footer-bottom .fb-inner .content-right {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .content-left .company-number,
  .footer-bottom .content-left .footer-vat,
  .footer-bottom .content-right .content-1 {
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .mobile-menu--popup .sub-menu li a {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 570px) {
  .footer-upper .fu-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-upper .footer-logo {
    padding-bottom: 1rem;
  }

}

.hero-banner--video h1 {
  color: var(--color-w);
}

section.hero-banner--video {
  position: relative;
  z-index: 2;
}

section.full-video {
  position: relative;
  height: 100vh;
}



.hero-banner--video .section-content .container,
.hero-banner--video .section-content .row,
.hero-banner--video .section-content .col-md-6__,
.hero-banner--video .hbv-inner {
  height: 100%;
}

section.hero-banner--video,
section.boxed-content,
.boxed-content .section-content {
  position: relative;
}

.hero-banner--video .section-content .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-banner--video .background-image,
.boxed-content .background-image {
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
}

.boxed-content .background-image {
  margin-top: 75rem;
}

.hero-banner--video .background-image img,
.boxed-content .background-image img,
.hero-banner--video .background-image .video--src {
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  width: 100%;
  height: 100%;
}

.boxed-content .content--title h2 span {
  display: block;
}

.content-title--main h1 span span {
  display: block;
}

.hero-banner--video.design-type--1 .background-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #002B51 0%, rgba(0, 43, 81, 0) 9%);
}

.hero-banner--video .button-subtitle span {
  font-family: var(--font-archimoto-regular);
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
}

.background-video .video--src,
.full-video .video--src {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

.hero-banner--video .section-content {
  position: relative;
}

.hero-banner--video .section-content .content-title h1 {
  font-size: 144px;
  font-weight: 500;
  line-height: 120px;
}

/* .hero-banner--video .section-content .content-title h1,
.hero-banner--video .section-content .content-text p,
.regular-content.design--2 .content--subtitle span,
.regular-content.design--2 .content--title h2,
.regular-content.design--2 .content--text p {
  color: #fff;
} */
.regular-content.design--1 .row {
  align-items: center;
}

.hero-banner--video .section-content .content-subtitle {
  padding-bottom: 40px;
}

.hero-banner--video .section-content .content-subtitle span {
  color: #fff;
}

.hero-banner--video .section-content .content--button {
  padding-bottom: 80px;
}

.hero-banner--video .video-control {
  gap: 5rem;
}

.hero-banner--video .content-title {
  max-width: 840px;
  padding-bottom: 150px;
  position: relative;
}

.hero-banner--video.design-type--1 .content-title {
  padding-bottom: 76px !important;
}

.hero-banner--video.design-type--1 .content-line {
  padding-bottom: 41px;
  padding-left: 5px;
}

.hero-banner--video .content-title .float--text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hero-banner--video .content-text {
  max-width: 500px;
  position: relative;
}

.hero-banner--video.design-type--1 .content-text p {
  color: #EAE3DC;
}

.hero-banner--video .content-text p {
  font-size: 26px;
  line-height: 31.9px;
  font-family: var(--font-groteskMedium);
  color: #18242A;
}

.hero-banner--video.design-type--2 {
  height: 100%;
}

.hero-banner--video.design-type--2 .section-content,
.hero-banner--video.design-type--2 .col-inner {
  height: 100%;
}

.hero-banner--video.design-type--2 .content-text {
  max-width: 1100px;
}

.hero-banner--video.design-type--2 .content-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.hero-banner--video.design-type--2 .content-title--main {
  max-width: 1200px;
}

.hero-banner--video.design-type--2 .content-sub--title span {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: var(--font-archimoto-regular);
}

.custom-box--bg .row {
  background: #EEE7E2;
  border-radius: 16px;
  overflow: hidden;
  padding: 10rem 2rem;
  position: relative;
}

@media screen and (max-width: 1919px) {
  .hero-banner--video .section-content .content-title h1 {
    font-size: 14.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .cta-1 .content--title h2 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 991px) {
  .hero-banner--video.design-type--1 .section-content {
    padding-left: 0;
  }

  .hero-banner--video .content-title {
    padding-bottom: 80px;
  }

  .hero-banner--video .section-content .col-md-6__ {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-banner--video .section-content .content-title h1 {
    font-size: 100px;

  }

  .regular-content .content--title h2,
  .service-section .content--title h3,
  .partners-logo .content--title h2 {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767px) {

  .hero-banner--video .content-title {
    max-width: 550px !important;
    padding-bottom: 40px;
  }

  .slider-nav .texts-wrapper .content-title h2 {
    font-size: 36px !important;
  }

  .hero-banner--video .section-content .content-title h1 {
    font-size: 59px !important;
    line-height: 1;
  }

  .hero-banner--video .content-text p,
  .section--title .content-text p,
  .boxed-content .content-text p,
  .slider-nav .content-text p {
    font-size: 14px !important;
  }

  .hero-banner--video .col-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-banner--video.design-type--1 .content-title,
  .hero-banner--video.design-type--1 .content-line {
    padding-bottom: 32px !important;
  }

  .partners-logo .content--title h2 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .service-section .repeater-content--main {
    padding-top: 4rem;
    padding-bottom: 4rem;

  }

  .cta-1 .content--text span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 500px) {

  .regular-content .content--subtitle span,
  .partners-logo .content--subtitle span {
    font-size: 16px !important;
  }

  .regular-content .content--title h2 {
    font-size: 32px !important;
    line-height: 32px !important;
  }

  .regular-content .content--text p {
    font-size: 14px !important;
  }

}

#set-height {
  display: block;
}

#v0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}


/* Regular Content */
.regular-content .content--subtitle span,
.regular-content .content--title h2 {
  text-transform: uppercase;
}

.regular-content .content--subtitle span,
.service-section .content--subtitle span,
.partners-logo .content--subtitle span {
  font-weight: 500;
  font-size: 22px;
  font-family: var(--font-archimoto-medium);
}

.regular-content .content--subtitle span:first-child,
.service-section .content--subtitle span:first-child,
.partners-logo .content--subtitle span:first-child {
  padding-right: 2px;
}

.regular-content .content--title h2,
.service-section .content--title h3,
.partners-logo .content--title h2 {
  font-size: 80px;
  font-weight: 500;
  font-family: var(--font-archimoto-medium);
  line-height: 80px;
}

.partners-logo .content--title h2 {
  text-align: center;
}

.partners-logo .content--subtitle {
  justify-content: center;
}

.regular-content .content--button a span,
.service-section .content--button a span,
.cta-1 .content--button a span,
.product-section .custom-post--button a span {
  font-size: 18px;
  font-weight: 600;
}

.regular-content .content--text p {
  line-height: 145%;
}

.service-section .blurbs--each .be-inner {
  flex-direction: column;
}

.service-section .blurbs--each .content-icon {
  padding-bottom: 4rem;
  border-bottom: 1px solid #EAE3DC;
}

.service-section .content-title-services span {
  font-size: 24px;
  color: #EAE3DC;
  font-family: var(--font-archimoto-regular);
  text-transform: uppercase;
}

.service-section .content-title-services {
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.service-section .content-description p {
  font-size: 18px;
}

.regular-content.design--1 .content--wrapper {
  max-width: 660px;
}

.regular-content.design--1 .content--image__wrapper,
.regular-content.design--3 .content--image__wrapper {
  max-width: 552px;
  margin: auto;
}

.regular-content.design--3 .content--title h3 {
  font-size: 60px;
}

.regular-content.design--3 .row {
  border-top: 1px solid #18242A;
  border-bottom: 1px solid #18242A;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.regular-content.design--2 .content--wrapper {
  position: relative;
  max-width: 790px;
}

.regular-content .content-background.has--overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(17, 136, 34, 0) 0%, #18242A 67%);
  background-blend-mode: screen;

}

.regular-content .content-background,
.product-section .content-background,
.new-sections .content-background,
.service-section .content-background,
.cta-1 .content-background {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}

.regular-content .content-background img,
.product-section .content-background img,
.service-section .content-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
}

.service-section .content-background img {
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.cta-1 .content-background img {
  height: 100%;
  width: 100%;
  /* object-fit: contain !important;
  -o-object-fit: contain !important;
  -webkit-object-fit: contain !important;
  -moz-object-fit: contain !important;
  -ms-object-fit: contain !important; */
  border-radius: 24px;
  -ms-border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
}

/* .new-sections .content-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  object-position: top right;
}
.new-sections.active .content-background img{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.new-sections.has-fixed--bg>.background-wrapper {
  position: relative;
}

.new-sections.has-fixed--bg>.background-wrapper .content-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.new-sections .background-wrapper .content-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-2 .background-wrapper .content-background img {
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.new-sections .content-background {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}


.regular-content .col-inner,
.product-section .section-inner,
.service-section .repeater-content--wrapper,
.section.global-section {
  position: relative;
  z-index: 1;
}

.lottie--wrapper {
  width: 180px;
}

.regular-content .float-image--1 {
  position: absolute;
  top: 10%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 60%;
}

.regular-content .float-image--2 {
  position: absolute;
  top: 30%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 30%;
}

.regular-content .float-image--3 {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}

.regular-content .float-image--4 {
  position: absolute;
  top: 65%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 20%;
}


.image--wrapper.has-parallax {
  position: relative;
  overflow: hidden;
}

.regular-content.has-parallax {
  overflow: hidden;
}

.has-parallax.active img,
.has-parallax img {
  transition: all 1.25s ease;
  -ms-transition: all 1.25s ease;
  -webkit-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
}

.regular-content .content--image img {
  width: 100%;
}

@media screen and (max-width: 1479px) {
  .regular-content .content--button__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .regular-content.design--2 .content--button__wrapper .content--button:last-child,
  .regular-content .content--button:last-child {
    padding-left: 0;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 767px) {
  .custom-pad0 .container {
    padding-right: 0;
  }

}

@media screen and (max-width: 991px) {


  .regular-content.design--1 .content--wrapper {
    max-width: 100% !important;
  }

  .regular-content.design--2 .content--wrapper {
    max-width: 100% !important;
  }

  .regular-content p {
    margin: 0;
  }

  .regular-content .container {
    max-width: 100%;
  }

  .regular-content .main-content {
    flex-direction: column;
  }

  .regular-content .col-md-6__ {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }

  .regular-content .content--wrapper {
    padding-bottom: 4rem;
  }

  .regular-content .content--button a,
  .regular-content .content--button__wrapper .content--button {
    width: 100%;
  }

  .hero-banner--video .content-title {
    max-width: 700px !important;
  }
}

@media screen and (max-width: 767px) {
  .slider-nav .design--1 .content--image img {
    width: 300px;
    margin: auto;
  }

  .regular-content .content--text p {
    font-size: 14px;
  }

  .regular-content .content--button a span,
  .service-section .content--button a span,
  .cta-1 .content--button a span,
  .product-section .custom-post--button a span {
    font-size: 15.12px;
  }

  .regular-content.design--1 .content--image {
    padding-top: 4rem;
  }

  .hero-banner--video .content-title {
    max-width: 380px !important;
  }

  .product-section .mobile--section .content-title h2 {
    font-size: 30px !important;
  }

  .product-section .content-text p,
  .product-section .products-content .product-list span,
  .product-section .cs--each .upper-content .content-text span {
    font-size: 14px !important;
    color: #EAE3DC;
  }

  .product-section .cs--each a.filter-category,
  .product-section .content-chemical--title span {
    font-size: 16px !important;
  }

  .product-section .content-title h3 {
    font-size: 20px !important;
  }

  .product-section .products-content {
    padding-bottom: 2rem !important;
  }

  .mobile--section .uc-inner .content-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Service Section */


.service-section .content--title {
  width: 100%;
  max-width: 735px;
}

.service-section .top-content .col-md-6__:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

.service-section .content--title h3 {
  margin: 0;
}

.service-section p {
  margin: 0;
}

.service-section .repeater-content--main {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 8rem;
  border-top: 1px solid #EAE3DC;
  padding-top: 8rem;
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 8rem;
}

.service-section .content--button {
  text-align: center;
}

.service-section .rs-inner {
  position: relative;
  padding: 65px 50px;

}

.section--title .content-text p {
  color: #EAE3DC;
}

.section--title .content--title {
  max-width: 500px;
}

.section--title.design--2 .content--title h2 {
  font-size: 80px;
  font-weight: 500;
}

.section--title.design--2 .col-md-6__:last-child .col-inner {
  padding-top: 40rem;
}

.repeater-section .blurbs--each .content-text a {
  text-transform: capitalize;
  color: #66CDF2;
  font-size: 24px;
  font-family: var(--font-archimoto-regular);
}

.repeater-section .blurbs--each .content-text a svg path {
  fill: #66CDF2;
}

.repeater-section .blurbs--each .content-text a svg {
  margin-left: 1rem;
  width: 10px;
}

.repeater-section .blurbs--each {
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 2rem;
}

.section--title .row {
  flex-wrap: nowrap;
  gap: 5rem;
}

.product-section .at-content-image img {
  width: 120px;
  height: 120px;
}

.product-section.new-product--section .col-md-12__ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1300px) {
  .service-section .repeater-content--main {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .service-section .repeater-content--main {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-section .col-wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  .service-section .col-md-6__ {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .service-section .rs-inner {
    padding: 35px 25px;
  }

  .repeater-section .blurbs--each .content-text a {
    font-size: 20px;
  }

  .service-section .repeater-content--main {
    grid-template-columns: 1fr;
  }

  .service-section .content--button a {
    width: 100%;
  }

  @media screen and (max-width: 350px) {
    .content--button span.pr--8 {
      padding-right: 2rem;
    }
  }

}

/* Partners Logo */
.partners-logo .ci-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.partners-logo .ci-inner .ci--each {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
  padding: 4rem;
}

.partners-logo .ci-inner .ci--each .cie-inner {
  width: 100%;
  max-width: 230px;
}


.partners-logo .ci-inner .ci--each img {
  width: 100%;
}

.partners-logo .content--title {
  width: 100%;
  max-width: 1090px;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .partners-logo .ci--each:not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)):before {
    content: '';
    position: absolute;
    right: 0;
    width: calc(100% - 20px);
    background: #EAE3DC;
    overflow: hidden;
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
  }

  .partners-logo .ci--each:not(:nth-child(4)):not(:nth-child(8)):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 20px);
    overflow: hidden;
    background: #EAE3DC;
    transform: translateY(-50%);
  }

}

@media screen and (max-width: 991px) {
  .partners-logo .ci-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-logo .ci--each:not(:nth-child(7)):not(:nth-child(8)):before {
    content: '';
    position: absolute;
    right: 0;
    width: calc(100% - 20px);
    background: #EAE3DC;
    overflow: hidden;
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
  }

  .partners-logo .ci--each:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(6)):not(:nth-child(8)):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 20px);
    overflow: hidden;
    background: #EAE3DC;
    transform: translateY(-50%);
  }



}

/* CTA 1 */
.cta-1 .content--wrapper {
  text-align: center;
  padding: 10rem;
}

.cta-1 .content-inner--wrapper,
.cta-1 .content--wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {

  .cta-1 .content--button,
  .cta-1 .content--button a {
    width: 100%;
  }
}

/* Product Section */
.product-section .content-chemical--title span {
  font-size: 22px;
  color: #D9D9D9;
  font-family: var(--font-archimoto-regular);
  font-weight: 500;
  text-transform: uppercase;
}

.product-section .content-title h3 {
  margin: 0;
  font-size: 43px;
  font-weight: 500;
}

.product-section .content-title {
  max-width: 670px;
  margin: auto;
}

.product-section>.content-text {
  max-width: 800px;
  margin: auto;
}

.product-section .content-title h2 {
  font-size: 60px;
  font-weight: 500;
}

.product-section .inner-section--wrapper {
  border-top: 1px solid var(--color-secondary);
  padding-top: 6rem;
}

.product-section.new-product--section .content-title h2,
.product-section.new-product--section .content-title--post h3 {
  color: var(--color-tertiary);
}

.product-section.new-product--section .content-text span {
  color: var(--color-secondary);
}

.product-section .content-text.upper-text {
  max-width: 600px;
  margin: auto;
}

.product-section .content-text p {
  font-size: 20px;
}

.product-section .content-title--post h3 {
  font-size: 3.2em;
  line-height: normal;
}

.product-section .products-content .pc-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  flex-direction: column;
}

.product-section .products-content .product-list span {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-groteskMedium);
}

.product-section .products-content .product-list {
  border: 1px solid #647983;
  padding: 10px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-section .content-main .cm-inner,
.product-section .col-divider {
  gap: 6rem;
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: -ms-calc(100% - 6rem);
  width: -o-calc(100% - 6rem);
  width: calc(100% - 6rem);
}

.product-section .col-divider:not(:last-child) {
  padding-bottom: 5rem;
}

.product-section .content-main .cm-inner {
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 6rem;
}

.product-section .cs--each a,
.product-section .cs--each input {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--font-archimoto-medium);
}

.product-section .cs--each input {
  color: #eae3dc;
}

.product-section .cs--each {
  border-bottom: 1px solid var(--color-secondary);
  padding: 1rem 0;
}

.product-section .cs--each:first-child {
  border-top: 1px solid var(--color-secondary);

}

.product-section .col-md-2__ .col-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 90px;
}

.product-section .content-main {
  background: linear-gradient(180deg, rgba(0, 101, 178, 0.8) 0%, rgba(20, 44, 77, 0.8) 100%);
  padding: 65px 50px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.product-section .cs--each .backslash {
  display: none;
}

.product-section .cs--each.active {
  border-color: var(--color-orange);
}

.product-section .cs--each.active .svg-toggle svg path {
  fill: var(--color-orange);
}

.product-section .cs--each .svg-toggle svg,
.product-section .cs--each.active .svg-toggle svg {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.product-section .cs--each.active .svg-toggle svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-section .cs--each.active .svg-toggle svg .product-section .cs--each.active .backslash,
.product-section .cs--each:hover .backslash {
  display: block;
  color: var(--color-orange);
}

.product-section .cs--each.active a.filter-category,
.product-section .cs--each:hover a,
.product-section.new-product--section .cs-sub--each.active a,
.product-section .cs--each.active a.filter-category--main {
  color: var(--color-orange);
}

.new-product--section.product-section .col-md-2__ .col-inner {
  row-gap: 425px;
}

.product-section .pl--wrapper {
  gap: 1rem;
}

.product-section .center-content {
  overflow-y: scroll;
  height: 637px;
  color: #fff;
}

/* .product-section .col-divider .col--1 {
  flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  -moz-flex: 0 0 70%;
  -o-flex: 0 0 70%;
  max-width: 70%;
}

.product-section .col-divider .col--2 {
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -moz-flex: 0 0 30%;
  -o-flex: 0 0 30%;
  max-width: 30%;
} */

.cta-1 .content--title h2 {
  font-size: 60px;
  font-weight: 500;
}

.mobile--section .cs--each a {
  width: 100%;
}

.mobile--section .content-image img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
}

.mobile--section .content-slidedown {
  display: none;
}

.mobile--section .cs--each,
.mobile--section .cs--each .content-slidedown {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.mobile--section .cs--each .svg-open,
.mobile--section .cs--each.active .svg-close {
  display: none;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.mobile--section .cs--each.active .svg-open svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile--section .cs--each .svg-close,
.mobile--section .cs--each.active .svg-open {
  display: block;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}

.product-section .mobile--section {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-section .section-inner {
    display: none;
  }

  .product-section .mobile--section {
    display: block;
    position: relative;
  }
}

.header .gtranslate_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.header .translate-widget a:not(.gt-current-lang) {
  display: none;
}

.header .gtranslate_wrapper>a {
  padding: 5px;
}

.gtranslate_wrapper a:hover,
.drop-down--wrapper a:hover {
  color: #fff;
}

.gtranslate_wrapper .drop-down--wrapper {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background: #002B51;
  width: 100%;
  display: none;
}

.gtranslate_wrapper .drop-down--wrapper a {
  padding-left: 6px;
  display: block !important;
}

/* Search Bar */

.header--section #ajaxsearchpro1_1 .probox .proinput {
  width: 100%;
}

.header--section [data-asp-compact="closed"] .probox {
  border: none !important;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.header--section #ajaxsearchpro1_1.asp_compact {
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

#ajaxsearchpro1_2.asp_compact .probox.active {
  background: var(--color-b) !important;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

#ajaxsearchpro1_2.asp_compact .probox,
#ajaxsearchpro1_2 .probox .promagnifier,
#ajaxsearchpro1_2 .probox .prosettings {
  border-color: none !important;
}

html.active-menu .hs-inner {
  pointer-events: none;
}

html.active-menu .header--section #ajaxsearchpro1_1 .probox .proinput.hiddend,
html.active-menu .close-top--search {
  pointer-events: all;
}

.header--section .close-top--search svg {
  fill: #FFFFFF;
  width: 30px;
  pointer-events: all;
}

.header--section .lower-content .mobile--search svg {
  fill: var(--color-secondary);
}

/* .header--section.sticky .menu-new-menu-lower-container {
  display: none;
} */

@media screen and (max-width: 1200px) {
  .section--title .row {
    flex-direction: column;
  }

  .section--title.design--2 .col-md-6__:last-child .col-inner {
    padding-top: 4rem;
  }

  .section--title.design--2 .col-md-6__ {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 991px) {
  .header--section .mobile--search {
    display: none;
  }

  .header--section .desktop--search {
    display: block;
  }

  .header--section .search-top--mobile {
    display: none;
  }

  .header--section .mobile--btn__inner {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header--section .mobile--btn__inner {
    display: block;
  }

  .header--section .uc-right,
  .header--section .menu-new-menu-lower-container,
  .header--section .header-language {
    display: none;
  }

  .header--section .header-menu--lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  #ajaxsearchpro1_1.asp_compact {
    position: relative;
  }

  .header--section .mobile--search {

    display: block;
  }

  .header--section .desktop--search {
    display: none;
  }

  .header--section .search-top--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    background: var(--color-dblue);
    z-index: 99999;
  }

  .header--section.active .search-top--mobile {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
  }

  .header--section .div.asp_m.ajaxsearchpro .probox .proinput form,
  .header--section #ajaxsearchpro1_1.asp_compact,
  .header--section #ajaxsearchpro1_1 .probox .proinput,
  .header--section .asp_w_container.asp_w_container_1.asp_compact {
    width: 100% !important;
    max-width: 100% !important;
  }

  .header--section .hiddend,
  .header--section #ajaxsearchpro1_1.asp_compact .probox,
  .header--section #ajaxsearchpro1_1 .probox .proinput.hiddend {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #ajaxsearchpro1_1 .probox .prosettings {
    display: none !important;
  }

  .header--section .search-top--mobile .asp_w_container {
    flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    -webkit-flex: 0 0 95%;
    -moz-flex: 0 0 95%;
    -o-flex: 0 0 95%;
    max-width: 95%;
  }

  .header--section .search-top--mobile .close-top--search {
    flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -moz-flex: 0 0 5%;
    -o-flex: 0 0 5%;
    max-width: 5%;
  }

  #ajaxsearchprores1_1.vertical {
    width: 100% !important;
  }

  .search-top--mobile #ajaxsearchpro1_1.asp_compact .probox {
    border-bottom: 1px solid var(--color-w) !important;
  }

  .search-top--mobile .stm-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .header--section .asp_w_container.asp_w_container_1.asp_compact {
    padding-right: 2rem !important;
  }

}

.hero-banner--video.design-type--2 .background-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
  .boxed-content.circle--type .content--wrapper {
    padding-bottom: 3rem !important;
  }

  .section--title.design--2 .content--title h2 {
    font-size: 60px;
  }

  .boxed-content.circle--type .box--each .content-text,
  .section-slider--block .sb--each .content-sub--title span {
    font-size: 15px !important;
  }

  .section-slider--block .content-text p {
    font-size: 14px !important;
  }

  .section-slider--block .sb--each .content-title {
    font-size: 24px !important;
  }

  .ns-new-regular--content .container-inner {
    padding: 2rem !important;
  }

  .boxed-content .box--each .content-text {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 550px) {
  .section-slider--block .sbe-inner::before, .section-slider--block .sbe-inner::after {
    width: 2px !important;
  }
}

@media screen and (max-width: 450px) {
  .section-slider--block .sbe-inner::before, .section-slider--block .sbe-inner::after {

    height: 60% !important;
  }
}

.right--side .items-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

.right--side .svg--arrow svg {
  width: 25px;
  height: 25px;
}

.right--side.active .svg--arrow svg {
  transform: rotate(180deg);
}

.boxed-content .right--side .content--logo__wrapper {
  justify-content: start !important;
  flex-direction: column !important;
}

.boxed-content.type--1 .box-background--image img {
  height: 100%;
  width: 100%;
}

.full-image .content-image img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  display: block;
}

.ml--1 {
  margin-left: 1rem;
}

.global-section .background-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.global-section .background-image img {
  max-width: 50%;
  height: auto;
}

.global-section .content--wrapper {
  position: absolute;
  top: 100px;
}

.global-section .content--title {
  max-width: 750px;
}

.global-section .content--title h2 {
  font-size: 80px;
  font-weight: 500;
  font-family: var(--font-archimoto-regular);
}

.global-section .content-box--wrapper,
.boxed-content .content-box--wrapper {
  position: relative;
  padding: 6rem;
  width: 100%;
  overflow: hidden;
  height: 550px;
  flex: 0 0 33.333%;
}

.boxed-content.circle--type .content-box {
  justify-content: center !important;
}

.boxed-content .box--each.left--position .content-box {
  justify-content: end;
}

.boxed-content .box--each.left--position .content-box--wrapper {
  padding: 4rem;
}

.boxed-content .content-box--wrapper {
  width: 100% !important;
}

.global-section .box-background--image,
.boxed-content .box-background--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global-section .box-background--image img,
.boxed-content.circle--type .box-background--image img {
  width: 100%;
  height: 100%;
  object-fit: fill !important;
  object-position: top right !important;
}

/* .boxed-content .box-background--image img{
  object-fit: contain!important;
  -o-object-fit: contain!important;
  -webkit-object-fit: contain!important;
  -moz-object-fit: contain!important;
  -ms-object-fit: contain!important;
} */
.global-section .content-box,
.boxed-content .content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.global-section .content-box--wrapper .content-title span {
  font-size: 36px;
  color: var(--color-secondary);
  font-family: var(--font-archimoto-regular);
  font-weight: 500;
}

.boxed-content .content-box--wrapper .content-title span {
  font-size: 36px;
  font-family: var(--font-archimoto-regular);
  font-weight: 500;
  line-height: 36px;
}

.global-section .content--logo__wrapper,
.boxed-content .content--icon__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: end;
  padding-bottom: 3rem;
}

.boxed-content .content--logo__wrapper {
  padding-bottom: 0 !important;
}

.global-section .content-box .content-text p,
.boxed-content .content-box .content-text p {
  color: var(--color-secondary);
}

.global-section .content-text--wrapper {
  border-top: 1px solid #D9D9D9;
  padding-top: 4rem;
}

.boxed-content .content-text--wrapper {
  padding-top: 4rem;
}

.boxed-content .left--position .content--logo__wrapper {
  padding-top: 4rem;
  justify-content: start !important;
}

.boxed-content .left--position .content-text--wrapper {
  border-top: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.boxed-content .content--logo__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: end;
}

/* .slider-nav .content--image {
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
  left: 0;
} */

.slider-nav .smi--each .bg-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #002B51 0%, rgba(0, 43, 81, 0) 100%);
  z-index: 1;
}

/* .slider-nav .smi--each:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #002B51 0%, rgba(0, 43, 81, 0) 28%);
  z-index: 1;
} */

.slider-nav .content--image img {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
}

.slider-nav .content-title h2 {
  color: #F89A5F;
}

.slider-nav.blue-text .content-title h2 {
  color: #0061B0;
}

.slider-nav.blue-text p,
.slider-nav.blue-text .slide-count span,
.slider-nav.blue-text .slide-count {
  color: #18242A !important;
}

.slider-nav .smi--each {
  position: relative;
  height: 100vh;
}

.slider-nav.blue-text .slider-main .sm-inner {
  border-top: 1px solid #18242A !important;
  border-bottom: 1px solid #18242A !important;

}

.slider-nav .slide-count--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-grow: 1;
}

.slider-nav .design--2 .texts-wrapper {
  max-width: 750px;
}

.slider-nav .design--2 .content-subtitle span {
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  background: #18242A;
  padding: 20px 30px;
  display: inline-block;
  color: #EAE3DC;
  font-size: 18px;
  line-height: 145%;
}

.slider-nav .design--1 .content-subtitle span {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-archimoto-regular);
  color: var(--color-secondary);
}

.slider-nav .col--1 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-nav .design--2 .col--1 .content--wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-nav .design--1 .content--image {
  width: 650px;
  margin: auto;
}

.slider-nav.unset-border--blck .row {
  border-bottom: none;
}

.section-slider--block.content-block--section .sbe-inner::before,
.section-slider--block.content-block--section .sbe-inner::after {
  width: 2px;
}

.section-slider--block.content-block--section .content-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media screen and (max-width: 1500px) {
  .section-slider--block.content-block--section .content-block {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .section-slider--block.content-block--section .content-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .slider-nav .slider-nav--items__each {
    display: none;
  }

  .slider-nav .slider-nav--items__each.active {
    display: block;
  }

  .section-slider--block.content-block--section .content-block,
  .slider-nav .slider-main .sm-inner {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 767px) {
  .section-slider--block.content-block--section .content-block {
    gap: 2rem !important;
  }

  .section-slider--block.boxed-bg .col-md-12__ {
    padding: 6rem 1rem !important;
  }
}

@media screen and (max-width: 500px) {
  .section-slider--block.content-block--section .row {
    padding: 65px 5px !important;
  }

  .section-slider--block.content-block--section .sb--each,
  .section-slider--block .sb--each {
    height: 440px !important;
  }

  .section-slider--block.content-block--section .sb--each .content-text--wrapper,
  .section-slider--block .sb--each .content-text--wrapper {
    padding-top: 2rem !important;
  }

  .section-slider--block .sb--each .content--icon__wrapper {
    padding-bottom: 2rem !important;
  }

  .section-slider--block .sb--each {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .section-slider--block .sb--each .content--button {
    display: inline-table;
  }

}

.section-slider--block.content-block--section .sb--each {
  margin-left: 0;
  margin-right: 0;
  height: 525px;
}

.section-slider--block.content-block--section .row {
  background: linear-gradient(180deg, rgba(0, 101, 178, 0.8) 0%, rgba(20, 44, 77, 0.8) 100%);
  padding: 65px 50px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.section-slider--block.content-block--section .col-md-12__ {
  border-top: 1px solid var(--color-secondary);
  padding-top: 6rem;
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 6rem;
}

.section-slider--block.boxed-bg .top-content {
  border-top: 1px solid #fff;
  padding-top: 6rem;
}

.section-slider--block.boxed-bg .content-below {
  border-bottom: 1px solid #fff;
  padding-bottom: 6rem;
}

.section-slider--block.boxed-bg .col-md-12__ {
  padding: 6rem 3rem;
  border-radius: 20px;
}

.grey--text .content-title span {
  color: #D9D9D9;
}

.grey--text .content-text {
  color: #EAE3DC;
}

.bisque--text .content-title span {
  color: #EAE3DC;
}

.bisque--text .content-text {
  color: #EAE3DC;
}

.onyx--text .content-title span {
  color: #18242A;
}

.onyx--text .content-text {
  color: #18242A;
}

.global-section .bottom-contents {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 7rem;
  padding-bottom: 5rem;
}

.cs--each #product-search,
.cs--each #product-search-2 {
  background: transparent;
  border: none;
}

.cs--each #product-search:focus-visible,
.cs--each #product-search-2:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 1500px) {
  .global-section .bottom-contents {
    position: relative;
    display: unset;
    padding: 0;
  }

  .global-section .content-box--wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .global-section .content-box--wrapper {
    width: 100%;
  }

  .hero-banner--video.design-type--2 .buttons-repeater {
    flex-direction: column;
  }

  .hero-banner--video .section-content .content--button {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .global-section .content-box--wrapper {
    padding: 3rem;
    gap: 2rem;
  }

  .global-section .content-box--wrapper .content-title span {
    font-size: 24px;
  }

  .global-section .content-box .content-text p {
    font-size: 14px !important;
  }

  .global-section .content--wrapper {
    position: relative;
    top: unset;
  }

  .global-section .content--title h2 {
    font-size: 50px;
  }



  .global-section .background-image {
    height: 100%;
  }

  .cta-1 .content--button__wrapper.dp--flex {
    display: inline-grid;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .global-section .content-box--wrapper {
    height: 425px !important;
  }
}

@media screen and (max-width: 440px) {
  .cta-1 .content--wrapper {
    padding: 4rem;
  }
}

/* .hero-banner--video.design-type--1 .content-text::before {
  content: '';
  position: absolute;
  background-image: url(../img/Line348.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 98px;
  left: 5px;
  top: 0;
  -webkit-transform: translateY(-140%);
  -moz-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  -o-transform: translateY(-140%);
  transform: translateY(-140%);
} */

.section.global-section {
  background: #0E1319;
}

.header--section .hs-inner {
  background: #002B51;
}

/* New Regular Content */

.ns-new-regular--content .container-inner {
  background: #EEE7E2;
  border-radius: 16px;
  -ms-border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
  padding: 5rem;
}

.ns-new-regular--content .row {
  padding: 10rem 0rem;
  border-top: 2px solid #18242A;
  border-bottom: 2px solid #18242A;
  position: relative;
  align-items: center;
}

.ns-new-regular--content .content--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.ns-new-regular--content .content--image img {
  max-width: 500px;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
}

.section-slider--block .sb--each {
  height: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
  height: 600px;
}

.section-slider--block .sbe-inner {
  padding: 3vw 2vw 2vw 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: auto;
}

.section-slider--block .sb--each .content-button--wrapper {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

.section-slider--block .slick-list {
  overflow: unset !important;
}

.section-slider--block .sb--each .background-icon svg {
  width: 100% !important;
  height: 100%;
}

.section-slider--block .background-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-slider--block .background-icon img {
  width: 100%;
  height: 100%;
}

.section-slider--block .background-icon .bg-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.section-slider--block .background-icon .bg-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* @media screen and (max-width: 1715px) {
  .section-slider--block .sbe-inner {
    padding: 8rem 3rem 8rem 3rem;
  }
}

@media screen and (max-width: 1715px) {
  .section-slider--block .sbe-inner {
    padding: 10rem 3rem 10rem 3rem;
  }
}

@media screen and (max-width: 1500px) {
  .section-slider--block .sbe-inner {
    padding: 5rem 8rem 5rem 7rem;
  }
}

@media screen and (max-width: 1400px) {
  .section-slider--block .sbe-inner {
    padding: 5rem 5rem 5rem 5rem;
  }
}

@media screen and (max-width: 1250px) {
  .section-slider--block .sbe-inner {
    padding: 6rem 4rem 6rem 4rem;
  }
}
@media screen and (max-width: 1150px) {
  .section-slider--block .sbe-inner {
    padding: 8rem 4rem 8rem 4rem;
  }
}
@media screen and (max-width: 1110px) {
  .section-slider--block .sbe-inner {
    padding: 10rem 4rem 10rem 4rem;
  }
}
@media screen and (max-width: 1050px) {
  .section-slider--block .sbe-inner {
    padding: 12rem 4rem 12rem 4rem;
  }
} */
.section-slider--block .texts-wrapper {
  border-top: 1px solid #EAE3DC;
  border-bottom: 1px solid #EAE3DC;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-slider--block .sb--each .content-sub--title span,
.section-slider--block .sb--each .content-title {
  font-size: 17px;
  font-family: var(--font-archimoto-regular);
  color: #EAE3DC;
}

.section-slider--block .sb--each .content-sub--title span {
  font-size: 17px;
}

.section-slider--block .sb--each .content-title {
  font-size: 32px;
  line-height: 100%;
}

.section-slider--block .sb--each .content--button__wrapper,
.section-slider--block .sb--each .content--button__wrapper * {
  width: 100%;
}

.section-slider--block .sb--each .content--button svg,
.section-slider--block .sb--each .content--button svg * {
  width: auto !important;
}

.section-slider--block .content-text p {
  color: #EAE3DC !important;
  font-size: 18px;
}

.section-slider--block .content-below .content-text span {
  color: #EAE3DC;
  font-family: var(--font-archimoto-medium);
}

.boxed-content .content-text p {
  font-size: 26px;
}

.boxed-content .box--each .content-text {
  font-family: var(--font-grotesk);
  font-size: 24px;
}

.boxed-content.circle--type .box--each .content-text {
  font-size: 17px;
}

.boxed-content .box--each.left--position .content-text {
  font-size: 44px;
  max-width: 346px;
  font-family: var(--font-archimoto-medium);
  text-align: left;
}

.boxed-content .bottom-contents--wrapper .second-contents {
  display: none;
}

.slider-nav .slider-nav--wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  gap: 2rem;
}



.slider-nav .slider-main .sm-inner {
  display: grid;
  grid-template-columns: 70% auto;
  gap: 5rem;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding-top: 10rem;
  height: 100%;
}

.slider-nav .design--1 .slider-main .sm-inner,
.slider-nav .design--3 .slider-main .sm-inner {
  grid-template-columns: 50% auto !important;
  padding-top: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}

.slider-nav .design--1 .content--image img,
.slider-nav .design--3 .content--image img {
  position: relative;
}

.slider-nav .slider--prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-nav .nav--wrapper {
  gap: 2rem;
}

.slider-nav .slider-main .smi-inner--wrapper {
  padding: 5rem;
  z-index: 1;
  position: relative;
  height: 100%;
}

.slider-nav .slider-nav--items__each {
  pointer-events: all;
  cursor: pointer;
  border-top: 1px solid #EAE3DC;
  opacity: 50%;
  padding-top: 2rem;
}

.slider-nav .slider-nav--items__each.active {
  opacity: 100%;
}

.slider-nav .slider-nav--items__each span,
.slider-nav .slide-count span {
  font-size: 18px;
  color: #EAE3DC;
  font-family: var(--font-archimoto-regular);
  text-transform: uppercase;
  white-space: nowrap;
}

.slider-nav .slider-nav--items__each span:hover {
  color: #F89A5F;
}

.slider-nav .slide-count span,
.slider-nav .slide-count {
  color: #fff !important;
}

.slider-nav .row {
  border-bottom: 1px solid #18242A;
  padding-bottom: 5rem;
}

.slider-nav .smi--each .content-text p {
  color: #fff;
}

.slider-nav .design--3 .smi--each .content-text p {
  color: #18242A;
}

.boxed-content .boxes-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* .boxed-content .main-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center;
}
.boxed-content.circle--type .main-boxes{
  height: 120vh;
} */
.boxed-content .main-boxes.visible {
  grid-template-columns: repeat(3, 1fr) !important;
}

.section.boxed-content {
  position: relative;

}

.section.boxed-content.type--1 {
  position: relative;
  overflow: hidden;
}

.boxed-content .content--wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.boxed-content.circle--type .content--wrapper {
  flex-direction: unset !important;
  align-items: center;
  max-width: unset !important;
  padding-bottom: 30rem;
}

.boxed-content h2 {
  color: #EAE3DC;
}

@media screen and (max-width: 1450px) {
  .boxed-content .main-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .boxed-content .box--each.left--position .content-text {
    font-size: 32px;
  }

  .boxed-content .content-box--wrapper .content-title span {
    font-size: 25px;
  }

  .section-slider--block .slick-list {
    overflow: hidden;
  }

  .hero-banner--video.design-type--2 {
    height: 100% !important;
  }

  /* .slider-nav .slider-nav--wrapper {
    overflow-x: scroll;
  } */
  .slider-nav .slider-nav--items__each {
    border-top: unset;
  }

  .boxed-content .main-boxes {
    grid-template-columns: 1fr;
  }

  .slider-nav .slider-nav--items__each.active {
    border-top: 1px solid #EAE3DC;
    border-bottom: 1px solid #EAE3DC;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .section-slider--block .sbe-inner {
    padding: 7vw 4vw 5vw 4vw;
  }

  .section-slider--block .sbe-inner::before,
  .section-slider--block .sbe-inner::after {
    height: 50% !important;
  }
  .slider-nav .design--3 .slider-main .sm-inner {
    grid-template-columns: 1fr !important;
  }
  .slider-nav .design--3 .slick-list {
    border-radius: unset !important;
    -ms-border-radius: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -o-border-radius: unset !important;
  }

  .slider-nav .design--3 .content--image img {
    width: 300px;
    height: 300px;
    object-fit: contain !important;
    -o-object-fit: contain !important;
    -webkit-object-fit: contain !important;
    -moz-object-fit: contain !important;
    -ms-object-fit: contain !important;
  }

  .slider-nav .design--3 .slider-main .sm-inner .col--1 {
    order: 1 !important;
  }

  .slider-nav .design--3 .slider-main .sm-inner .col--2 {
    order: 2 !important;
  }


}

.cta-2 .content--button.peach-button a {
  display: inline-table;
}

/* @media screen and (min-width: 767px) {

  .slider-nav .slider-main,
  .slider-nav .slick-list,
  .slider-nav .slick-track {
    height: 100% !important;
  }
} */

.slider-nav .design--3 .desktop---view {
  display: block;
}

.slider-nav .design--3 .mobile---view {
  display: none;
}

.slider-nav .content-subtitle span {
  font-family: var(--font-archimoto-medium);
}

@media screen and (max-width: 767px) {


  .slider-nav .design--3 .desktop---view {
    display: none;
  }

  .slider-nav .design--3 .mobile---view {
    display: block;
  }

 

  .slider-nav .slider-main .smi-inner--wrapper {
    padding: 2rem !important;
  }

  .slider-nav .slider-main .sm-inner {
    grid-template-columns: 1fr;
  }

  .section-slider--block .sb--each .content--icon__wrapper {
    padding-bottom: 5rem;
  }

  .section-slider--block .cb-inner {
    flex-direction: column;
    gap: 2rem;

  }

  .global-section .content-box--wrapper, .boxed-content .content-box--wrapper {
    padding: 3rem;
  }

  /* .section-slider--block .sb--each {
    border: 1px solid #fff;
    border-radius: 24px;
  } */

  /* .section-slider--block .background-icon {
    display: none;
  } */

  .section-slider--block .sbe-inner {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .section-slider--block .sb--each {
    height: 450px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-slider--block.content-block--section .content-block {
    display: block;
  }
}

.section-slider--block .sbe-inner::before,
.section-slider--block .sbe-inner::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: #EAE3DC;
}

.section-slider--block .sbe-inner::before {
  left: 0;
}

.section-slider--block .sbe-inner::after {
  right: 0;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 7px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
  }
}

.new-text--section .top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 195px;
  max-width: 900px;
  margin: auto;

}

.new-text--section .text--each .te-text {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s linear, transform 0.5s linear;
  -webkit-transition: opacity 0.5s linear, transform 0.5s linear;
  -moz-transition: opacity 0.5s linear, transform 0.5s linear;
  -o-transition: opacity 0.5s linear, transform 0.5s linear;
}

.new-text--section .text--each.active .te-text {
  opacity: 1;
  transform: translateX(0);
}

.new-text--section .text--each.active .te-text p {
  font-size: 17px;
  font-family: var(--font-grotesk);
  font-weight: 400;
}

.new-text--section .top-content .content-text p {
  font-size: 26px;
  font-family: var(--font-grotesk);
  font-weight: 500;
  line-height: 36px;
}

.new-text--section .text--each {
  pointer-events: all;
  cursor: pointer;
  position: relative;
}

.new-text--section .text--each .te-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  border-top: 1px solid #EAE3DC;
  padding-top: 36px;
  border-bottom: 1px solid #EAE3DC;
  padding-bottom: 36px;
  opacity: 50%;
}

.new-text--section .text--each .te-title span {
  font-size: 40px;
  font-family: var(--font-archimoto-medium);
  font-weight: 500;
  color: #EAE3DC;
  line-height: 42px;

}

.new-text--section .text--each:hover .te-title span {
  color: var(--color-orange);
}

.new-text--section .text--each.active .te-inner {
  opacity: 100%;
}

.new-text--section .text--each.active .te-title span {
  color: #F89A5F;
}

.new-text--section .background-image {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  width: auto;
}

.new-text--section .background-image img {
  height: auto;
  width: 580px;
  display: block;
}

@media screen and (max-width: 991px) {

  .new-text--section .text--each .te-inner,
  .slider-nav .design--1 .slider-main .sm-inner {
    grid-template-columns: 1fr !important;
  }

  .slider-nav .smi--each {
    height: 100%;
  }

  .slider-nav .col--1,
  .circle--type .left-boxes {
    order: 2;
  }

  .slider-nav .col--2,
  .circle--type .mid-boxes {
    order: 1;
  }

  .circle--type .right-boxes {
    order: 3;
  }

  .left-boxes, .right-boxes {
    transform: scale(1) !important;
    opacity: 1 !important;
  }

}

@media screen and (max-width: 767px) {
  .logo-block .logo-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem;
  }

  .new-text--section .background-image img {
    width: 300px !important;
  }

  .new-text--section .background-image {
    right: -30px !important;
  }
}

.circle--type .box--each {
  max-width: 600px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.hero-banner--video.design-type--2 .buttons-repeater {
  gap: 3rem;
}

.logo-block .content-text {
  max-width: 850px;
  margin: auto;
}

.logo-block .logo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 850px;
  margin: auto;
  padding-top: 6rem;
}

.slider-nav .design--1 .slider-main .sm-inner.hide--content {
  display: none;
  grid-template-columns: unset !important;
}

.sm-inner.hide--content .content-text--inner {
  column-count: 2;
}

.slider-nav.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}



/* .left-boxes.visible,
.right-boxes.visible {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: all 1s ease;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.left-boxes.visible{
  left: 0;
}
.right-boxes.visible{
  right: 0;
 
}
.circle--type .mid-boxes.boxes-id .box--each{
  position: relative;
}
.left-boxes .box--each:first-child {
  transform-origin: center left;
}

.left-boxes .box--each:last-child {
  transform-origin: center left;
}

.right-boxes .box--each:first-child {
  transform-origin: center right;
}

.right-boxes .box--each:last-child {
  transform-origin: center right;
} */

.regular-content.design--1 .content-title--wrapper {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.regular-content.design--1 .top-title--2 h2 {
  color: #0061B0;
}

.regular-content.design--3 .content--title.pb--4 {
  padding-top: 17rem;
}

.slider-nav .design--2 .top-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.cta-2 .content-inner--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1300px;
  margin: auto;
  padding: 15rem;
}

.cta-2 .content--wrapper {
  position: relative;
}



.circle-repeater--contents {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 100px auto;
}

.crc--each {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  border: 1px solid #000;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s ease;
}

.crc--each:first-child {
  width: 100px;
  height: 100px;
  z-index: 10;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  bottom: auto;
  pointer-events: auto;
}

.circle-repeater--contents:hover .crc--each:first-child {
  transform: translate(-50%, 100px) scale(1);
}

.circle-repeater--contents:hover .crc--each:not(:first-child) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
  transition-delay: 1.2s;
}

.crc--each:nth-child(2) {
  transition-delay: 0.2s;
}

.crc--each:nth-child(3) {
  transition-delay: 0.4s;
}

.crc--each:nth-child(4) {
  transition-delay: 0.6s;
}

.crc--each:nth-child(5) {
  transition-delay: 0.8s;
}

.crc--each:nth-child(6) {
  transition-delay: 1s;
}

.crc--each:nth-child(7) {
  transition-delay: 1.2s;
}

.crc--each:first-child span {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 24px;
  color: #1a73e8;
  font-weight: 300;
}

.crc--each:not(:first-child) svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
}

.crc--each:not(:first-child) text {
  font-size: 12px;
  fill: #1a73e8;
  font-weight: 300;
  dominant-baseline: ideographic;
  text-anchor: middle;
}

.crc--each:nth-child(5) text {
  font-size: 11px;
}

.crc--each:nth-child(7) text {
  font-size: 10px;
}

.crc--each:nth-child(2) {
  width: 160px;
  height: 160px;
  z-index: 9;
}

.crc--each:nth-child(3) {
  width: 220px;
  height: 220px;
  z-index: 8;
}

.crc--each:nth-child(4) {
  width: 280px;
  height: 280px;
  z-index: 7;
}

.crc--each:nth-child(5) {
  width: 340px;
  height: 340px;
  z-index: 6;
}

.crc--each:nth-child(6) {
  width: 400px;
  height: 400px;
  z-index: 5;
}

.crc--each:nth-child(7) {
  width: 460px;
  height: 460px;
  z-index: 4;
}


.circle-repeater--contents:hover .crc--each:not(:first-child) text {
  opacity: 1;
  transition-delay: 2s;
}

.circle-repeater--contents:hover .crc--each:nth-child(2) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition-delay: 1.5s;
}

.circle-repeater--contents:hover .crc--each:nth-child(2) text {
  opacity: 1;
  transition-delay: 1.6s;
}

.circle-repeater--contents:hover .crc--each:nth-child(3) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition-delay: 1.7s;
}

.circle-repeater--contents:hover .crc--each:nth-child(3) text {
  opacity: 1;
  transition-delay: 1.8s;
}

.circle-repeater--contents:hover .crc--each:nth-child(4) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition-delay: 1.9s;
}

.circle-repeater--contents:hover .crc--each:nth-child(4) text {
  opacity: 1;
  transition-delay: 2s;
}

.circle-repeater--contents:hover .crc--each:nth-child(5) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition-delay: 2.1s;
}

.circle-repeater--contents:hover .crc--each:nth-child(5) text {
  opacity: 1;
  transition-delay: 2.2s;
}

.circle-repeater--contents:hover .crc--each:nth-child(6) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition-delay: 2.3s;
}

.circle-repeater--contents:hover .crc--each:nth-child(6) text {
  opacity: 1;
  transition-delay: 2.4s;
}

.circle-repeater--contents:hover .crc--each:nth-child(7) {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition-delay: 2.5s;
}

.circle-repeater--contents:hover .crc--each:nth-child(7) text {
  opacity: 1;
  transition-delay: 2.6s;
}

.boxed-content.type--1 .main-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center;
}

.boxed-content.type--1 .box--each .content-box--wrapper.flip-card-back .second-contents {
  display: block;
}

.boxed-content.type--1 .box--each .content-box--wrapper.flip-card-back .first-contents {
  display: none;
}

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

@media screen and (max-width: 1550px) {
  .boxed-content.type--1 .main-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .new--grid.main-boxes {
    grid-template-columns: 1fr !important;
  }

  .boxed-content .box-background--image img {
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-position: unset;
    height: 1500px !important;
  }

  .boxed-content.circle--type .box-background--image img {
    height: 100% !important;
  }

  .boxed-content.type--1 .box--each .content-box--wrapper {
    border-radius: 24px;
    -ms-border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
  }
}

@media screen and (max-width:1100px) {
  .circle--type .box--each {
    position: relative;
  }

  .circle--type .boxed-content .main-boxes {
    grid-template-columns: 1fr;
    display: grid;
    justify-content: center;
    align-items: center;
  }
}


@media screen and (max-width: 991px) {
  .boxed-content.type--1 .main-boxes {
    grid-template-columns: 1fr;
  }

  .product-section .content-selection {
    background: linear-gradient(180deg, rgba(0, 101, 178, 0.8) 0%, rgba(20, 44, 77, 0.8) 100%);
    padding: 3rem;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
  }
}

/* .cta-1 .mobile--bg {
  display: none;
}

@media screen and (max-width: 1200px) {
  .cta-1 .mobile--bg {
    display: block !important;
  }

  .cta-1 .desktop--bg {
    display: none;
  }
} */

@media screen and (min-width: 1100px) {
  .circle--type .main-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 100px auto;
  }


  .circle--type .mid-boxes {
    width: 100%;
    height: 20px;
    z-index: 1;
    opacity: 1;
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, 0%) scale(1);
    transition: transform 1s ease, top 1s ease;

    pointer-events: auto;
  }


  .circle--type .main-boxes.active .mid-boxes {
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
  }



  .circle--type .box--each {
    width: 600px;
    height: 600px;
    transform: scale(0);
    opacity: 0;
    position: absolute;
    transition: transform 1s ease, opacity 0.3s ease;
    transform-origin: center;
  }


  .circle--type .mid-boxes .box--each {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    position: relative;
    background: #000;
    border-radius: 50%;
  }




  .circle--type .main-boxes.active .left-boxes .box--each:nth-child(1) {
    transform: scale(1) translate(-500px, -300px);
    opacity: 1;
    transition-delay: 1s;
  }

  .circle--type .main-boxes.active .left-boxes .box--each:nth-child(2) {
    transform: scale(1) translate(-500px, 300px);
    opacity: 1;
    transition-delay: 1.1s;
  }

  .circle--type .main-boxes.active .right-boxes .box--each:nth-child(1) {
    transform: scale(1) translate(500px, -300px);
    opacity: 1;
    transition-delay: 1s;
  }

  .circle--type .main-boxes.active .right-boxes .box--each:nth-child(2) {
    transform: scale(1) translate(500px, 300px);
    opacity: 1;
    transition-delay: 1.1s;
  }

  .circle--type.section.boxed-content {
    height: 120vh;
  }
}

.boxed-content.type--1 .svg-arrow {
  flex-shrink: 0;
  cursor: pointer;
}

.boxed-content.type--1 .svg-arrow img {
  width: 28px !important;
  height: 28px !important;
  flex-shrink: 0;
  max-width: none;
  max-height: none;
  object-fit: contain;
}



/* Slick dots as lines */
.service-section .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 15px;
  padding: 0;
  list-style: none;
  bottom: -100px !important;
}

.service-section .slick-dots li {
  width: 40px;
  height: 4px;
  margin: 0 4px;
}

.service-section .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #66CDF2;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s;
  opacity: 40%;
}

.service-section .slick-dots li.slick-active button {
  background: #66CDF2;
  opacity: 100%;
}

@media screen and (max-width: 767px) {
  .service-section .repeater-content--wrapper {
    padding-bottom: 0 !important;
  }

  .sm-inner.hide--content .content-text--inner {
    column-count: 1;
  }
}

.product-section .svg-controller svg {
  width: 15px;
  height: 15px;
}


.boxed-content.type--1 .box--each {
  transition: transform 0.6s;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
}

.boxed-content.type--1 .first-contents,
.boxed-content.type--1 .second-contents {
  backface-visibility: hidden;
  transition: opacity 0.4s ease;
}

.circle-repeater--contents .crc--each:not(:first-child),
.circle-repeater--contents .crc--each:not(:first-child) span,
.circle-repeater--contents .crc--each:not(:first-child) text {
  font-size: 16px;
}

.type--1 .mobile--section {
  display: none;
}

@media screen and (max-width: 1550px) {
  .type--1 .mobile--section {
    display: block;
  }

  .type--1 .main-boxes.desktop-view {
    display: none;
  }
}

.mobile--section .new--grid {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 2rem;
}

.mobile--section .mid-boxes {
  flex-direction: unset;
}

.mobile--section .new--grid .box--each {
  width: 100%;
}


.boxed-content.type--1 .box--each .bottom-contents,
.boxed-content.type--1 .box--each .content-box--wrapper,
.boxed-content.type--1 .box--each .content-box {
  height: auto;
  /* allow content to dictate height */
  min-height: auto;
  /* reset any min-height overrides */
  display: flex;
  /* keep flex layout if needed */
  flex-direction: column;
  /* stack vertically */
  align-items: stretch;
  /* make children expand full width */
}




@media screen and (max-width: 1150px) {
  .boxed-content.type--1 .main-boxes {
    grid-template-columns: 1fr;
  }

  .mobile--section .mid-boxes {
    flex-direction: column !important;
  }

  .boxed-content .box--each.left--position .content-box {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .mobile--section .mid-boxes {
    flex-direction: column !important;
  }

  /* .slider-nav .nav--wrapper {
    display: none;
  } */
}

@media screen and (max-width: 991px) {
  .slider-nav .design--1 .content--image {
    width: 100% !important;
  }

  .boxed-content.type--1 .box--each {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .boxed-content .mobile--section .box-background--image img {
    object-fit: cover !important;
    -o-object-fit: cover !important;
    -webkit-object-fit: cover !important;
    -moz-object-fit: cover !important;
    -ms-object-fit: cover !important;
    object-position: center !important;
  }

  .mobile-view .content--logo img {
    height: 100px;
    width: 100px;
  }

  .mobile-view .content-box--wrapper {
    transition: height 0.3s ease;
    overflow: visible;
    height: auto;
  }

  .mobile-view .bottom-contents--wrapper {
    overflow: visible;
  }

  .mobile-view .second-contents {
    display: none;
  }

  .boxed-content.type--1 .box--each.active .svg-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .boxed-content.type--1 .mobile-view .content-text--wrapper {
    padding-bottom: 2rem !important;
  }

  .slider-nav .design--2 .mobile--view {
    display: block !important;
  }

  .slider-nav .design--2 .desktop--view {
    display: none;
  }

  .slider-nav .slider-main .sm-inner {
    padding-top: 0 !important;
    gap: 5rem !important;
  }

  .slider-nav .design--2 .mobile--view .smi--each .content-text--wrapper {
    padding-bottom: 2rem;
  }

  .slider-nav .design--2 .smi--each {
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
  }

  .new-text--section .text--each .te-text {
    display: none;
  }

}

.slider-nav .design--1 .mobile--view {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider-nav .design--1 .content--image img {
    width: 150px;
    margin: unset;
  }

  .slider-nav .design--1 .desktop--view {
    display: none;
  }

  .slider-nav .design--1 .mobile--view {
    display: block;
  }

  .slider-nav .design--1 .slider-nav--wrapper {
    border-top: 1px solid #EAE3DC;
    border-bottom: 1px solid #EAE3DC;
    padding-bottom: 2rem;
    width: 100%;
  }

  .slider-nav .design--1 .slider-nav--items__each.active {
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    width: unset;
  }

  .new-text--section .text--each .te-inner {
    gap: 3rem !important;
  }

  .new-text--section .te-title {
    text-align: center;
  }

  .new-text--section .text--each .te-title span {
    font-size: 24px;
  }

  .new-text--section .top-content {
    padding-bottom: 50px;
  }

  .new-text--section .top-content .content-text p,
  .new-text--section .text--each.active .te-text p {
    font-size: 14px;
  }

  .section--title .content--title {
    padding-bottom: 1rem !important;
  }

  .section--title .row {
    gap: 1rem !important;
  }

  .section--title.design--2 .col-md-6__:last-child .col-inner {
    padding-top: 2rem !important;
  }

  .slider-nav .design--2 .row {
    border-bottom: none !important;
    padding-bottom: 0;
  }

  .boxed-content.type--1 .content--title.pb--4 {
    padding-bottom: 3rem !important;
  }

  .boxed-content.type--1 .content-text--wrapper {
    padding-top: 0;
  }
}

.slider-nav .design--2 .mobile--view {
  display: none;
}



#globe-wireframe {
  width: 100%;
  height: 100vh;
  /* keep GSAP pinning stable */
  position: relative;
  transform-origin: center center;
  will-change: transform;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 18px;
  z-index: 5;
}

/* short intro zoom */
@keyframes introZoom {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}

#globe-wireframe.play-intro {
  animation: introZoom 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  #globe-wireframe.play-intro {
    animation: none;
  }
}


.slider-nav .slick-list {
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.flip-card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  /* position: absolute!important; */
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back .second-contents .content--text {
  overflow-x: auto;
  height: 330px;
}

.mobile--section .flip-card-back .second-contents .content--text {
  height: 190px;
}

.flip-card-back {
  position: absolute !important;

}


.flip-card-back {

  transform: rotateY(180deg);
}

.header--section .container {
  max-width: var(--max-width) !important;
}

.product-section .content-selection.custom-overflow {
  overflow-y: scroll;
  height: 444px;
  padding-right: 1rem;
}

.slider-lines-nav {
  display: flex;
  gap: 6px;
  padding: 14px 16px;
}

.slider-lines-nav .line {
  flex: 1;
  height: 4px;
  background: rgba(0, 43, 51, 0.5);
  transition: background 0.3s ease;
  opacity: 50%;
}

.slider-lines-nav .line.is-active {
  background: #002B51;
}

/* Mobile only */
@media (min-width: 992px) {
  .slider-lines-nav {
    display: none;
  }
}

/* .slider-design--1__wrapper.mobile---view{
  display: none;
} */
@media screen and (max-width: 767px) {

  /* .slider-design--1__wrapper.desktop---view{
    display: none!important;
  }
  .slider-design--1__wrapper.mobile---view{
    display: block!important;
  } */
  .cta-2 .content-inner--wrapper {
    padding: 2rem !important;
  }

  .cta-1 .content-background {
    clip-path: none !important;
  }

  .slider-nav .smi--each .bg-image:before {
    background: linear-gradient(0deg, #002B51 0%, rgba(0, 43, 81, 0) 30%) !important;
  }

  .slider-nav .design--2 .content-title--wrapper.pb--4 {
    padding-bottom: 2rem !important;
  }

  .slider-nav .design--2 .content-subtitle span {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }

  .regular-content.design--3 .content--title.pb--4 {
    padding-top: 8rem !important;
    padding-bottom: 0 !important;
  }

  .regular-content.design--3 .content--title h3 {
    font-size: 30px !important;
  }

  .regular-content .content--subtitle span {
    font-size: 16px !important;
  }

  .mobile--view .sc--wrapper {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 1111;
    padding-left: 2rem;
    height: 100%;
    padding-right: 2rem;
  }

  .mobile--view .slide-count--wrapper {
    border-top: 1px solid #fff;
  }

  /* .mobile--view .sc--wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 1px;
    background: #fff;
  } */
}

.cta-1 .background-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.cta-1 .content-background {
  border-radius: 24px;
  clip-path: polygon(0 0,
      calc(100% - 100px) 0,
      100% 100px,
      100% 100%,
      0 100%);
}

.cta-1 .content-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile--view .smi--each .bg-image {
  position: relative;
  padding-top: 56%;
}

.mobile--view .smi--each .smi-inner--wrapper {
  background: linear-gradient(180deg, rgba(0, 43, 81, 0) 0%, rgba(0, 43, 81, 0.2) -15.27%, #002B51 -3.73%);
}