@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
* {
  font-family: "Atkinson Hyperlegible", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

svg, img {
  vertical-align: top;
  height: auto;
  pointer-events: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

main, section, header, footer, aside {
  width: 100%;
}

a {
  text-decoration: none;
}

textarea, button, input, select, option {
  outline: none;
}

.container {
  width: min(88%, 1500px);
  margin-inline: auto;
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.breadcrumb {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .breadcrumb {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 942px) {
  .breadcrumb {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .breadcrumb:not(.mb0) {
    margin-bottom: 10vw;
  }
}
@media (max-width: 1400px) {
  .breadcrumb:not(.mb0) {
    margin-bottom: 130px;
  }
}
@media (max-width: 1200px) {
  .breadcrumb:not(.mb0) {
    margin-bottom: 100px;
  }
}
@media (max-width: 942px) {
  .breadcrumb:not(.mb0) {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .breadcrumb:not(.mb0) {
    margin-bottom: 50px;
  }
}
.breadcrumb.dark {
  color: black;
}
.breadcrumb:not(.dark) {
  color: white;
}
.breadcrumb a {
  color: #70BAA2;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .breadcrumb a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .breadcrumb a {
    font-size: 14px;
  }
}

.terms_hero {
  overflow: hidden;
  background: #2C3157;
}
@media (min-width: 1400px) {
  .terms_hero {
    padding-top: 7.65625vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .terms_hero {
    padding-top: 110px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .terms_hero {
    padding-top: 180px;
  }
}
@media (min-width: 1400px) {
  .terms_hero {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1400px) {
  .terms_hero {
    padding-bottom: 80px;
  }
}
.terms_hero h1 {
  font-weight: 400;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1400px) {
  .terms_hero h1 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1400px) {
  .terms_hero h1 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .terms_hero h1 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .terms_hero h1 {
    font-size: 29px;
  }
}

@media (min-width: 1400px) {
  .terms_content {
    padding-block: 6.4583333333vw;
  }
}
@media (max-width: 1400px) {
  .terms_content {
    padding-block: 80px;
  }
}
@media (max-width: 600px) {
  .terms_content {
    padding-block: 60px;
  }
}
@media (max-width: 480px) {
  .terms_content {
    padding-block: 42px;
  }
}
@media (min-width: 1400px) {
  .terms_content .content > * {
    margin-bottom: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .terms_content .content > * {
    margin-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .terms_content .content li {
    margin-bottom: 0.3645833333vw;
  }
}
@media (max-width: 1400px) {
  .terms_content .content li {
    margin-bottom: 5px;
  }
}
@media (min-width: 1400px) {
  .terms_content .content ul, .terms_content .content ol {
    margin-left: 1.0416666667vw;
  }
}
@media (max-width: 1400px) {
  .terms_content .content ul, .terms_content .content ol {
    margin-left: 15px;
  }
}
.terms_content .content p, .terms_content .content li, .terms_content .content span, .terms_content .content a {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .terms_content .content p, .terms_content .content li, .terms_content .content span, .terms_content .content a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .terms_content .content p, .terms_content .content li, .terms_content .content span, .terms_content .content a {
    font-size: 14px;
  }
}
.terms_content .content a {
  color: #70BAA2;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.hero {
  position: relative;
}
@media (min-width: 1400px) {
  .hero {
    padding-block: 13.75vw 22.9166666667vw;
    padding-inline: 5.1041666667vw 0;
  }
}
@media (max-width: 1400px) {
  .hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 234px 370px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .hero {
    padding-block: 210px 570px;
    padding-inline: 4%;
    min-height: 100dvh;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-block: 180px 690px;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .hero {
    padding-block: 180px 590px;
  }
}
@media (max-width: 400px) {
  .hero {
    padding-block: 180px 520px;
  }
}
.hero h1 {
  width: 100%;
  color: black;
  font-weight: 700;
  letter-spacing: 0.05%;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .hero h1 {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 1400px) {
  .hero h1 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .hero h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .hero h1 {
    max-width: 51.1458333333vw;
  }
}
@media (max-width: 1400px) {
  .hero h1 {
    max-width: 710px;
  }
}
@media (max-width: 1200px) {
  .hero h1 {
    text-align: center;
    margin-inline: auto;
    max-width: 510px;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    max-width: 365px;
  }
}
@media (min-width: 1200px) {
  .hero h1 br {
    display: none;
  }
}
.hero img {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
@media (min-width: 1400px) {
  .hero img.img1 {
    display: block;
    width: 17.1875vw;
    height: 17.1875vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 3.125vw;
    left: 26.6666666667vw;
  }
}
@media (max-width: 1400px) {
  .hero img.img1 {
    display: block;
    width: 225px;
    height: 225px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 65px;
    left: 27%;
  }
}
@media (max-width: 1200px) {
  .hero img.img1 {
    bottom: 130px;
    left: auto;
    right: 26%;
  }
}
@media (max-width: 942px) {
  .hero img.img1 {
    display: block;
    width: 210px;
    height: 210px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 22%;
  }
}
@media (max-width: 600px) {
  .hero img.img1 {
    right: -4%;
    width: 40%;
    height: auto;
    bottom: 24vh;
  }
}
@media (max-width: 500px) {
  .hero img.img1 {
    bottom: 180px;
  }
}
@media (min-width: 1400px) {
  .hero img.img2 {
    display: block;
    width: 15.5208333333vw;
    height: 15.5208333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 23.4375vw;
    top: 8.8020833333vw;
  }
}
@media (max-width: 1400px) {
  .hero img.img2 {
    display: block;
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 30%;
    top: 140px;
  }
}
@media (max-width: 1200px) {
  .hero img.img2 {
    display: block;
    width: 180px;
    height: 180px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: auto;
    bottom: 350px;
    right: auto;
    left: 45%;
  }
}
@media (max-width: 942px) {
  .hero img.img2 {
    left: 39%;
    bottom: 320px;
  }
}
@media (max-width: 600px) {
  .hero img.img2 {
    left: 33%;
    width: 39%;
    height: auto;
    bottom: 49vh;
  }
}
@media (max-width: 500px) {
  .hero img.img2 {
    bottom: 360px;
    left: 32%;
  }
}
@media (max-width: 400px) {
  .hero img.img2 {
    bottom: 315px;
  }
}
@media (min-width: 1400px) {
  .hero img.img3 {
    display: block;
    width: 23.125vw;
    height: 23.125vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 5.2083333333vw;
    right: 13.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .hero img.img3 {
    display: block;
    width: 290px;
    height: 290px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 95px;
    right: 14%;
  }
}
@media (max-width: 1200px) {
  .hero img.img3 {
    right: auto;
    left: 26%;
    bottom: 50px;
  }
}
@media (max-width: 600px) {
  .hero img.img3 {
    width: 65%;
    height: auto;
    left: -11%;
    bottom: 7vh;
  }
}
@media (max-width: 500px) {
  .hero img.img3 {
    bottom: 60px;
  }
}

.network {
  position: relative;
  background: #2C3157;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 1400px) {
  .network {
    min-height: 100vh;
  }
}
@media (max-width: 1400px) {
  .network {
    min-height: 100dvh;
    padding-inline: 4%;
  }
}
@media (max-width: 550px) {
  .network {
    padding-inline: 0;
  }
}
@media (max-width: 550px) {
  .network {
    min-height: 80dvh;
  }
}
.network_container > * {
  margin-inline: auto;
}
.network_title {
  background: white;
  border-radius: 300px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 1400px) {
  .network_title {
    min-width: 38.125vw;
    height: 5vw;
  }
}
@media (max-width: 1400px) {
  .network_title {
    min-width: 492px;
    height: 66px;
  }
}
@media (max-width: 942px) {
  .network_title {
    min-width: auto;
    padding-inline: 24px;
    min-width: 260px;
    height: auto;
    min-height: 66px;
    padding-block: 12px;
  }
}
@media (max-width: 550px) {
  .network_title {
    min-height: 102.2px;
    width: 100%;
    border-radius: 0;
  }
}
.network_title h2 {
  text-align: center;
  color: black;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .network_title h2 {
    font-size: 3.125vw;
  }
}
@media (max-width: 1400px) {
  .network_title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .network_title h2 {
    font-size: 34px;
  }
}
.network_text {
  width: 100%;
}
@media (min-width: 1400px) {
  .network_text {
    margin-top: 1.40625vw;
    max-width: 44.4270833333vw;
  }
}
@media (max-width: 1400px) {
  .network_text {
    margin-top: 22px;
    max-width: 610px;
  }
}
@media (max-width: 550px) {
  .network_text {
    padding-inline: 5%;
    margin-top: 24px;
  }
}
.network_text p {
  font-weight: 400;
  color: white;
  text-align: center;
}
@media (min-width: 1400px) {
  .network_text p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .network_text p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .network_text p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .network_text p {
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .network_text p {
    line-height: 1.4em;
  }
}
.network_link {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  color: white;
  position: absolute;
  font-weight: 400;
  color: white;
  z-index: 2;
}
@media (min-width: 1400px) {
  .network_link {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .network_link {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .network_link {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .network_link {
    padding: 0.46875vw 1.4583333333vw;
    border: 0.15625vw solid white;
  }
}
@media (max-width: 1400px) {
  .network_link {
    padding: 8px 22px;
    border: 2px solid white;
  }
}
@media (min-width: 1400px) {
  .network_link {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .network_link {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .network_link {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .network_link {
    bottom: 2.5vw;
    right: 5vw;
  }
}
@media (max-width: 1400px) {
  .network_link {
    bottom: 36px;
    right: 5%;
  }
}
.network_link:is(:hover) {
  background: #70BAA2;
  border-color: #70BAA2;
}

.two_cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1200px) {
  .two_cols {
    padding: 32px 5%;
    background: #70BAA2;
  }
}
@media (max-width: 1200px) {
  .two_cols:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .two_cols-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .two_cols-item {
    min-height: 100vh;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .two_cols-item {
    min-height: 100dvh;
  }
}
@media (max-width: 1200px) {
  .two_cols-item {
    width: 100%;
  }
}
.two_cols-item:nth-child(1) {
  background: #70BAA2;
}
@media (max-width: 1200px) {
  .two_cols-item:nth-child(1) {
    padding-inline: 0;
    padding-block: 0;
    margin-bottom: 28px;
  }
}
.two_cols-item:nth-child(1) a {
  width: -moz-fit-content;
  width: fit-content;
}
.two_cols-item:nth-child(2) {
  flex-direction: column;
}
@media (max-width: 1200px) {
  .two_cols-item:nth-child(2) {
    background: #70BAA2;
    padding-block: 0;
  }
}
.two_cols-content {
  position: relative;
}
.two_cols-content a {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  color: black;
}
@media (min-width: 1200px) {
  .two_cols-content a {
    position: absolute;
    top: calc(100% + 1.875vw);
    left: 0;
  }
}
@media (min-width: 1400px) {
  .two_cols-content a {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .two_cols-content a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .two_cols-content a {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .two_cols-content a {
    padding: 0.46875vw 1.4583333333vw;
    border: 0.15625vw solid #70BAA2;
  }
}
@media (max-width: 1400px) {
  .two_cols-content a {
    padding: 8px 22px;
    border: 2px solid #70BAA2;
  }
}
@media (max-width: 1200px) {
  .two_cols-content a {
    margin-top: 2rem;
    border-color: white;
    color: white;
    margin-left: auto;
  }
}
.two_cols-content a:is(:hover) {
  background: #70BAA2;
  color: white;
}
.two_cols h2, .two_cols h3 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .two_cols h2, .two_cols h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .two_cols h2, .two_cols h3 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .two_cols h2, .two_cols h3 {
    font-size: 29px;
  }
}
@media (max-width: 1200px) {
  .two_cols h3 {
    color: white;
  }
}
@media (max-width: 480px) {
  .two_cols h3 {
    font-size: 22px;
  }
}
.two_cols h2 {
  width: -moz-fit-content;
  width: fit-content;
  background: white;
  border-radius: 300px;
  color: #70BAA2;
}
@media (min-width: 1400px) {
  .two_cols h2 {
    padding: 0.5208333333vw 1.6666666667vw;
  }
}
@media (max-width: 1400px) {
  .two_cols h2 {
    padding: 9px 24px;
  }
}
@media (max-width: 1200px) {
  .two_cols h2 {
    width: 100%;
    text-align: center;
    margin-inline: auto;
  }
}
@media (min-width: 1400px) {
  .two_cols:nth-child(odd) .two_cols-item:nth-child(2) {
    padding-inline: 5vw 6.5104166667vw;
  }
}
@media (max-width: 1400px) {
  .two_cols:nth-child(odd) .two_cols-item:nth-child(2) {
    padding-inline: 4% 7.8%;
  }
}
@media (max-width: 1200px) {
  .two_cols:nth-child(odd) .two_cols-item:nth-child(2) {
    padding-inline: 0;
  }
}
@media (min-width: 1200px) {
  .two_cols:nth-child(even) .two_cols-item:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1400px) {
  .two_cols:nth-child(even) .two_cols-item:nth-child(2) {
    padding-inline: 5.1041666667vw 9.375vw;
  }
}
@media (max-width: 1400px) {
  .two_cols:nth-child(even) .two_cols-item:nth-child(2) {
    padding-inline: 4% 9%;
  }
}
@media (max-width: 1200px) {
  .two_cols:nth-child(even) .two_cols-item:nth-child(2) {
    padding-inline: 0;
  }
}

@media (min-width: 1400px) {
  .how_we_impact {
    padding-block: 2.0833333333vw 12.6526041667vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact {
    padding-block: 30px 170px;
  }
}
@media (max-width: 1200px) {
  .how_we_impact {
    padding-block: 50px 80px;
  }
}
.how_we_impact-head {
  width: 100%;
}
@media (min-width: 1400px) {
  .how_we_impact-head {
    padding-inline: 5.1041666667vw;
    margin-bottom: 12.3104166667vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-head {
    padding-inline: 5%;
    margin-bottom: 170px;
  }
}
@media (max-width: 1200px) {
  .how_we_impact-head {
    padding-inline: 4%;
    margin-bottom: 60px;
  }
}
.how_we_impact-head h2 {
  font-weight: 400;
  color: #2C3157;
}
@media (min-width: 1400px) {
  .how_we_impact-head h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-head h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .how_we_impact-head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1400px) {
  .how_we_impact-head h2 {
    max-width: 15.6770833333vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-head h2 {
    max-width: 220px;
  }
}
@media (max-width: 1200px) {
  .how_we_impact-head h2 {
    max-width: 185px;
  }
}
@media (min-width: 1400px) {
  .how_we_impact-body {
    padding-left: 11.0666666667vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-body {
    padding-left: 10%;
  }
}
@media (max-width: 1200px) {
  .how_we_impact-body {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 942px) {
  .how_we_impact-body {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.how_we_impact-list {
  position: relative;
  width: 100%;
  list-style: none;
}
@media (min-width: 1400px) {
  .how_we_impact-list {
    max-width: 81.7927083333vw;
    height: 23.7869791667vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list {
    max-width: 90%;
    height: 333px;
  }
}
@media (max-width: 1200px) {
  .how_we_impact-list {
    max-width: 100%;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list {
    height: auto;
  }
}
.how_we_impact-list li {
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 300px;
  /*&:nth-child(1).visible, &:nth-child(4).visible{
      @media (min-width: v.$tabletlg){
          rotate: -3.5deg;
      }
  }
  &:nth-child(2).visible, &:nth-child(3).visible{
      @media (min-width: v.$tabletlg){
          rotate: 3.5deg;
      }
  }*/
}
@media (min-width: 1400px) {
  .how_we_impact-list li {
    font-weight: 400;
    transform: rotate(-10deg) translateY(-7.8125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  .how_we_impact-list li {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (min-width: 1400px) and (max-width: 1400px) {
  .how_we_impact-list li {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width: 1400px) and (max-width: 1200px) {
  .how_we_impact-list li {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list li {
    transform: rotate(-10deg) translateY(-100px);
    font-size: 17.6px;
  }
}
@media (min-width: 942px) {
  .how_we_impact-list li {
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .how_we_impact-list li {
    height: 5.15625vw;
    border: 0.1041666667vw solid #70BAA2;
    padding-inline: 1.6145833333vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list li {
    border: 1px solid #70BAA2;
    height: auto;
    min-height: 65px;
    padding-inline: 22.6px;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list li {
    padding-block: 14px;
  }
}
@media (min-width: 942px) {
  .how_we_impact-list li:nth-child(1), .how_we_impact-list li:nth-child(4) {
    rotate: -3.5deg;
  }
}
@media (min-width: 942px) {
  .how_we_impact-list li:nth-child(2), .how_we_impact-list li:nth-child(3) {
    rotate: 3.5deg;
  }
}
.how_we_impact-list li.visible {
  opacity: 1;
  transform: rotate(0deg) translateY(0);
}
.how_we_impact-list li:nth-child(1) {
  left: 0;
  transition-delay: 0.4s;
}
@media (min-width: 1400px) {
  .how_we_impact-list li:nth-child(1) {
    top: 7.7677083333vw;
    width: 30.028125vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list li:nth-child(1) {
    top: 90px;
    width: 426px;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list li:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.how_we_impact-list li:nth-child(2) {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
@media (min-width: 1400px) {
  .how_we_impact-list li:nth-child(2) {
    width: 30.9958333333vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list li:nth-child(2) {
    width: 439px;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list li:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.how_we_impact-list li:nth-child(3) {
  top: 0;
  transition-delay: 0.8s;
}
@media (min-width: 1400px) {
  .how_we_impact-list li:nth-child(3) {
    right: 2.9104166667vw;
    width: 31.4880208333vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list li:nth-child(3) {
    width: 446px;
    right: 45px;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list li:nth-child(3) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.how_we_impact-list li:nth-child(4) {
  right: 0;
  transition-delay: 1s;
}
@media (min-width: 1400px) {
  .how_we_impact-list li:nth-child(4) {
    bottom: 8.0171875vw;
    width: 36.2255208333vw;
  }
}
@media (max-width: 1400px) {
  .how_we_impact-list li:nth-child(4) {
    width: 512px;
    bottom: 115px;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list li:nth-child(4) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 942px) {
  .how_we_impact-list li {
    inset: 0 !important;
  }
  .how_we_impact-list li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.about_hero-boxes .circle, .about_hero-boxes .box-circle {
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .about_hero-boxes .circle, .about_hero-boxes .box-circle {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .about_hero-boxes .circle, .about_hero-boxes .box-circle {
    display: block;
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.about_hero {
  overflow: hidden;
  background: #2C3157;
}
@media (min-width: 1400px) {
  .about_hero {
    padding-top: 7.65625vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .about_hero {
    padding-top: 110px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .about_hero {
    padding-top: 180px;
  }
}
@media (min-width: 1400px) {
  .about_hero {
    padding-bottom: 17.2916666667vw;
    min-height: 200vh;
  }
}
@media (max-width: 1400px) {
  .about_hero {
    padding-bottom: 180px;
  }
}
@media (max-width: 1200px) {
  .about_hero {
    padding-bottom: 80px;
  }
}
.about_hero-title {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .about_hero-title {
    margin-block: 17.5vw 32.5520833333vw;
    max-width: 63.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 90dvh;
  }
}
@media (max-width: 480px) {
  .about_hero-title {
    min-height: 85dvh;
  }
}
.about_hero-title h1 {
  font-weight: 400;
  color: white;
  text-align: center;
}
@media (min-width: 1400px) {
  .about_hero-title h1 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-title h1 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .about_hero-title h1 {
    font-size: 29px;
  }
}
@media (min-width: 1400px) {
  .about_hero-title h1 {
    line-height: 3.125vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-title h1 {
    line-height: 1.3em;
    max-width: 900px;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .about_hero-title h1 {
    font-size: 25px;
    margin-top: -15vh;
  }
}
.about_hero-boxes {
  width: 100%;
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1400px) {
  .about_hero-boxes {
    max-width: 81.7708333333vw;
  }
}
@media (max-width: 1200px) {
  .about_hero-boxes {
    flex-direction: column;
    gap: 40px;
    max-width: 455px;
    margin-inline: auto;
  }
}
.about_hero-boxes .box {
  width: 100%;
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .about_hero-boxes .box {
    max-width: 32.5vw;
    min-height: 23.9583333333vw;
    border-radius: 2.6041666667vw;
    border: 0.1041666667vw solid #70BAA2;
    padding-inline: 2.8125vw;
    padding-block: 2.5vw 2.1354166667vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-boxes .box {
    border-radius: 40px;
    border: 1px solid #70BAA2;
    max-width: 455px;
    min-height: 340px;
    padding-inline: 36px;
    padding-block: 32px 29px;
  }
}
@media (max-width: 1200px) {
  .about_hero-boxes .box {
    max-width: 455px;
    min-height: 330px;
  }
}
.about_hero-boxes .box-circle {
  background: black;
  opacity: 0.25;
}
.about_hero-boxes .box-content {
  width: 100%;
}
.about_hero-boxes .box-content p {
  font-weight: 400;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .about_hero-boxes .box-content p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-boxes .box-content p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .about_hero-boxes .box-content p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (max-width: 480px) {
  .about_hero-boxes .box-content p {
    font-size: 15.8px;
    line-height: 1.3em;
  }
}
.about_hero-boxes .box-content h3 {
  font-weight: 700;
  transition: all 0.2s ease;
}
@media (min-width: 1400px) {
  .about_hero-boxes .box-content h3 {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-boxes .box-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .about_hero-boxes .box-content h3 {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .about_hero-boxes .box-content h3 {
    margin-bottom: 1.5104166667vw;
    max-width: 14.7395833333vw;
  }
}
@media (max-width: 1400px) {
  .about_hero-boxes .box-content h3 {
    margin-bottom: 23px;
  }
}
@media (max-width: 480px) {
  .about_hero-boxes .box-content h3 {
    margin-bottom: 8px;
  }
}
.about_hero-boxes .box.current h3, .about_hero-boxes .box.first h3 {
  color: #70BAA2;
}
.about_hero-boxes .box:not(.current, .first) h3 {
  opacity: 0.25;
}
.about_hero-boxes .circle {
  position: absolute;
  z-index: 3;
  background: #70BAA2;
}
@media (max-width: 1200px) {
  .about_hero-boxes .circle {
    left: 37px;
    top: 33px;
  }
}
@media (min-width: 1400px) {
  .about_hero-boxes .circle {
    top: 2.6041666667vw;
    left: 2.9166666667vw;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .about_hero-boxes .circle {
    top: 32px;
    left: 36px;
  }
}

.meet_the_team {
  min-height: 100vh;
}
@media (min-width: 1400px) {
  .meet_the_team {
    padding-block: 1.71875vw 2.5vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team {
    padding-block: 24px 35px;
  }
}
.meet_the_team-head {
  width: 100%;
}
@media (min-width: 1400px) {
  .meet_the_team-head {
    padding-inline: 5.15625vw;
    margin-bottom: 1.71875vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-head {
    padding-inline: 5%;
    margin-bottom: 24px;
  }
}
.meet_the_team-head h2 {
  font-weight: 400;
  font-weight: 400;
  color: #2C3157;
}
@media (min-width: 1400px) {
  .meet_the_team-head h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-head h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .meet_the_team-head h2 {
    font-size: 29px;
  }
}
@media (min-width: 942px) {
  .meet_the_team-head h2 {
    line-height: 2em;
  }
}
@media (max-width: 942px) {
  .meet_the_team-head h2 {
    line-height: 1.2em;
  }
}
@media (max-width: 942px) {
  .meet_the_team-head h2 i {
    display: block;
  }
}
.meet_the_team-row {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .meet_the_team-row {
    max-width: 89.8958333333vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 9.375vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-row {
    max-width: 100%;
    padding-inline: 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
  }
}
@media (max-width: 1200px) {
  .meet_the_team-row {
    grid-template-columns: 100%;
    grid-gap: 60px;
    max-width: 450px;
    margin-inline: auto;
  }
}
.meet_the_team-image {
  margin-inline: auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .meet_the_team-image {
    display: block;
    width: 16.1458333333vw;
    height: 16.1458333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-image {
    display: block;
    width: 260px;
    height: 260px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 36px;
  }
}
.meet_the_team-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.meet_the_team-image > *:nth-child(1) {
  opacity: 1;
}
.meet_the_team-image > *:nth-child(2) {
  opacity: 0;
}
.meet_the_team-image:hover > *:nth-child(1) {
  opacity: 0;
}
.meet_the_team-image:hover > *:nth-child(2) {
  opacity: 1;
}
.meet_the_team-col {
  width: 100%;
}
.meet_the_team-col h3 {
  font-weight: 700;
  color: #70BAA2;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .meet_the_team-col h3 {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-col h3 {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .meet_the_team-col h3 {
    font-size: 21px;
  }
}
.meet_the_team-col h3 b,
.meet_the_team-col h3 strong {
  display: block;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .meet_the_team-col h3 {
    margin-bottom: 2.3958333333vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-col h3 {
    margin-bottom: 36px;
  }
}
.meet_the_team-col p {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .meet_the_team-col p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-col p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .meet_the_team-col p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
.meet_the_team-col a {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  color: black;
}
@media (min-width: 1400px) {
  .meet_the_team-col a {
    margin-top: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-col a {
    margin-top: 36px;
  }
}
@media (min-width: 1400px) {
  .meet_the_team-col a {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-col a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .meet_the_team-col a {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .meet_the_team-col a {
    padding: 0.46875vw 1.4583333333vw;
    border: 0.15625vw solid #70BAA2;
  }
}
@media (max-width: 1400px) {
  .meet_the_team-col a {
    padding: 8px 22px;
    border: 2px solid #70BAA2;
  }
}

@media (min-width: 1200px) {
  .collaborate[data-state="1"] .collaborate_start, .collaborate[data-state="2"] .collaborate_start, .collaborate[data-state="3"] .collaborate_start, .collaborate[data-state="4"] .collaborate_start, .collaborate[data-state="0"] .collaborate-square, .collaborate[data-state="1"] .collaborate-square, .collaborate[data-state="0"] .collaborate-list {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
  }
}
@media (max-width: 1200px) {
  .collaborate[data-state="1"] .collaborate_start, .collaborate[data-state="2"] .collaborate_start, .collaborate[data-state="3"] .collaborate_start, .collaborate[data-state="4"] .collaborate_start, .collaborate[data-state="0"] .collaborate-square, .collaborate[data-state="1"] .collaborate-square, .collaborate[data-state="0"] .collaborate-list {
    display: none;
  }
}

.collaborate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
@media (max-width: 1200px) {
  .collaborate-grid {
    grid-template-columns: 100%;
  }
}
.collaborate h2 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .collaborate h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .collaborate h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .collaborate h2 {
    font-size: 29px;
  }
}
.collaborate-col {
  position: relative;
}
@media (min-width: 1400px) {
  .collaborate-col {
    height: 56.25vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-col {
    height: 780px;
  }
}
@media (max-width: 1200px) {
  .collaborate-col {
    height: auto;
  }
}
@media (min-width: 1400px) {
  .collaborate-col:first-child {
    padding-left: 5vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-col:first-child {
    padding-left: 5%;
  }
}
@media (max-width: 1200px) {
  .collaborate-col:first-child {
    padding-right: 5%;
    padding-block: 2.5rem;
  }
}
.collaborate-col:last-child {
  background: #70BAA2;
  position: relative;
}
@media (min-width: 1400px) {
  .collaborate-col:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding-left: 15.3125vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-col:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .collaborate-col:last-child {
    height: 440px;
  }
}
@media (max-width: 480px) {
  .collaborate-col:last-child {
    height: 480px;
  }
}
.collaborate-title h2 {
  display: block;
  text-align: center;
  color: #70BAA2;
  background: white;
  border-radius: 300px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  opacity: 1;
}
@media (min-width: 1400px) {
  .collaborate-title h2 {
    padding: 0.7291666667vw 1.40625vw 0.9895833333vw 1.4583333333vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-title h2 {
    padding: 11px 19px;
  }
}
@media (max-width: 1200px) {
  .collaborate-title {
    order: -1;
  }
}
.collaborate_start {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  color: black;
}
@media (min-width: 1400px) {
  .collaborate_start {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .collaborate_start {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .collaborate_start {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .collaborate_start {
    padding: 0.46875vw 1.4583333333vw;
    border: 0.15625vw solid #70BAA2;
  }
}
@media (max-width: 1400px) {
  .collaborate_start {
    padding: 8px 22px;
    border: 2px solid #70BAA2;
  }
}
@media (min-width: 1400px) {
  .collaborate_start {
    bottom: 18.90625vw;
  }
}
@media (max-width: 1400px) {
  .collaborate_start {
    bottom: 260px;
  }
}
@media (max-width: 1200px) {
  .collaborate_start {
    bottom: auto;
  }
}
.collaborate-content {
  position: relative;
}
@media (min-width: 1200px) {
  .collaborate-content {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .collaborate-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.collaborate-content > * {
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .collaborate-content > * {
    position: absolute;
    left: 0;
  }
}
.collaborate-content h2 {
  color: black;
}
@media (min-width: 1400px) {
  .collaborate-content h2 {
    max-width: 33.125vw;
    top: 23.28125vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-content h2 {
    max-width: 466px;
    top: 310px;
  }
}
.collaborate-list {
  width: 100%;
  list-style: none;
}
@media (min-width: 1400px) {
  .collaborate-list {
    max-width: 37.0833333333vw;
    bottom: 7.9166666667vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-list {
    max-width: 515px;
    bottom: 106px;
  }
}
@media (max-width: 1200px) {
  .collaborate-list {
    bottom: auto;
  }
}
@media (max-width: 942px) {
  .collaborate-list {
    max-width: 475px;
  }
}
.collaborate-list li {
  width: 100%;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
@media (min-width: 1400px) {
  .collaborate-list li:not(:last-child) {
    margin-bottom: 2.3697916667vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-list li:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 942px) {
  .collaborate-list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.collaborate-list button {
  background: none;
  width: 100%;
  transform: rotate(0deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1400px) {
  .collaborate-list button {
    border: 0.1041666667vw solid #70BAA2;
    border-radius: 2.6041666667vw;
    height: 7.8645833333vw;
    padding-inline: 3.125vw 2.0833333333vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-list button {
    border: 1px solid #70BAA2;
    border-radius: 30px;
    height: 108px;
    padding-inline: 40px 25px;
  }
}
@media (max-width: 942px) {
  .collaborate-list button {
    height: 94px;
    padding-inline: 34px 21px;
  }
}
@media (max-width: 600px) {
  .collaborate-list button {
    padding-inline: 28px;
  }
}
@media (max-width: 600px) {
  .collaborate-list button {
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
.collaborate-list button p {
  font-weight: 700;
  color: black;
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .collaborate-list button p {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-list button p {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .collaborate-list button p {
    font-size: 21px;
  }
}
.collaborate-list button p b, .collaborate-list button p strong {
  display: block;
}
@media (min-width: 1400px) {
  .collaborate-list button p {
    max-width: 26.09375vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-list button p {
    max-width: 360px;
  }
}
@media (max-width: 600px) {
  .collaborate-list button p {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1400px) {
  .collaborate-list button svg {
    width: 1.4583333333vw;
    height: 1.5625vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .collaborate-list button svg {
    width: 18px;
    height: 19px;
  }
}
@media (max-width: 600px) {
  .collaborate-list button svg {
    display: none;
  }
}
.collaborate-square {
  position: absolute;
  z-index: 4;
  width: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
  background: white;
}
@media (min-width: 1200px) {
  .collaborate-square {
    left: 50%;
    transform: translateX(-50%) scale(0.6);
  }
}
@media (min-width: 1400px) {
  .collaborate-square {
    bottom: 7.9166666667vw;
    max-width: 36.875vw;
    border-radius: 2.6041666667vw;
    height: 28.3333333333vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-square {
    max-width: 515px;
    height: 395px;
    border-radius: 30px;
    bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .collaborate-square {
    bottom: auto;
    left: 50%;
    height: 340px;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media (max-width: 600px) {
  .collaborate-square {
    width: 90%;
    height: auto;
  }
}
.collaborate-square_close {
  position: absolute;
  background: none;
  border: none;
  z-index: 3;
}
@media (min-width: 1400px) {
  .collaborate-square_close {
    display: block;
    width: 1.25vw;
    height: 1.25vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 1.6145833333vw;
    left: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-square_close {
    display: block;
    width: 17.8px;
    height: 17.8px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 17px;
    left: 19px;
  }
}
.collaborate-square_close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.collaborate-txt a, .collaborate-txt p {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .collaborate-txt a, .collaborate-txt p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-txt a, .collaborate-txt p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .collaborate-txt a, .collaborate-txt p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
.collaborate-txt a {
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .collaborate-txt:nth-child(1) {
    padding-inline: 3.4895833333vw 1.7708333333vw;
    padding-top: 7.1875vw;
  }
}
@media (min-width: 1400px) {
  .collaborate-txt:nth-child(2) {
    padding-inline: 2.8645833333vw 2.3958333333vw;
    padding-top: 7.1875vw;
  }
}
@media (min-width: 1400px) {
  .collaborate-txt:nth-child(3) {
    padding-inline: 2.8125vw 2.4479166667vw;
    padding-top: 7.65625vw;
  }
}
@media (max-width: 1400px) {
  .collaborate-txt {
    padding: 90px 5.5% 0;
  }
}
@media (max-width: 600px) {
  .collaborate-txt {
    padding: 70px 5.5% 50px;
  }
}
.collaborate-bg {
  opacity: 0;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: transparent;
  z-index: 3;
}
.collaborate[data-state="1"] .collaborate-list li:is(:hover) {
  animation: wiggle 1000ms ease-in-out;
}
@media (min-width: 1400px) {
  .collaborate[data-state="1"] .collaborate-content h2, .collaborate[data-state="2"] .collaborate-content h2, .collaborate[data-state="3"] .collaborate-content h2, .collaborate[data-state="4"] .collaborate-content h2 {
    top: 4.3229166667vw;
  }
}
@media (max-width: 1400px) {
  .collaborate[data-state="1"] .collaborate-content h2, .collaborate[data-state="2"] .collaborate-content h2, .collaborate[data-state="3"] .collaborate-content h2, .collaborate[data-state="4"] .collaborate-content h2 {
    top: 55px;
  }
}
@media (min-width: 1200px) {
  .collaborate[data-state="2"] .collaborate-square, .collaborate[data-state="3"] .collaborate-square, .collaborate[data-state="4"] .collaborate-square {
    transform: translateX(-50%) scale(1);
  }
}
@media (max-width: 1200px) {
  .collaborate[data-state="2"] .collaborate-square, .collaborate[data-state="3"] .collaborate-square, .collaborate[data-state="4"] .collaborate-square {
    transform: translate(-50%, -50%) scale(1);
  }
}
.collaborate[data-state="2"] .collaborate-title h2, .collaborate[data-state="3"] .collaborate-title h2, .collaborate[data-state="4"] .collaborate-title h2 {
  opacity: 0;
}
.collaborate[data-state="2"] .collaborate-bg, .collaborate[data-state="3"] .collaborate-bg, .collaborate[data-state="4"] .collaborate-bg {
  display: block;
}
@media (min-width: 1400px) {
  .collaborate[data-state="2"] .collaborate-list li:nth-child(1) {
    transform: translateX(3.125vw);
  }
}
@media (max-width: 1400px) {
  .collaborate[data-state="2"] .collaborate-list li:nth-child(1) {
    transform: translateX(32px);
  }
}
@media (max-width: 600px) {
  .collaborate[data-state="2"] .collaborate-list li:nth-child(1) {
    transform: none;
  }
  .collaborate[data-state="2"] .collaborate-list li:nth-child(1) button {
    background: #70BAA2;
  }
  .collaborate[data-state="2"] .collaborate-list li:nth-child(1) button p {
    color: white;
  }
}
.collaborate[data-state="2"] .collaborate-list li:not(:nth-child(1)):is(:hover) {
  animation: wiggle 1000ms ease-in-out;
}
.collaborate[data-state="2"] .collaborate-txt:not(:nth-child(1)) {
  display: none;
}
@media (min-width: 1400px) {
  .collaborate[data-state="3"] .collaborate-list li:nth-child(2) {
    transform: translateX(3.125vw);
  }
}
@media (max-width: 1400px) {
  .collaborate[data-state="3"] .collaborate-list li:nth-child(2) {
    transform: translateX(32px);
  }
}
@media (max-width: 600px) {
  .collaborate[data-state="3"] .collaborate-list li:nth-child(2) {
    transform: none;
  }
  .collaborate[data-state="3"] .collaborate-list li:nth-child(2) button {
    background: #70BAA2;
  }
  .collaborate[data-state="3"] .collaborate-list li:nth-child(2) button p {
    color: white;
  }
}
.collaborate[data-state="3"] .collaborate-list li:not(:nth-child(2)):is(:hover) {
  animation: wiggle 1000ms ease-in-out;
}
.collaborate[data-state="3"] .collaborate-txt:not(:nth-child(2)) {
  display: none;
}
@media (min-width: 1400px) {
  .collaborate[data-state="4"] .collaborate-list li:nth-child(3) {
    transform: translateX(3.125vw);
  }
}
@media (max-width: 1400px) {
  .collaborate[data-state="4"] .collaborate-list li:nth-child(3) {
    transform: translateX(32px);
  }
}
@media (max-width: 600px) {
  .collaborate[data-state="4"] .collaborate-list li:nth-child(3) {
    transform: none;
  }
  .collaborate[data-state="4"] .collaborate-list li:nth-child(3) button {
    background: #70BAA2;
  }
  .collaborate[data-state="4"] .collaborate-list li:nth-child(3) button p {
    color: white;
  }
}
.collaborate[data-state="4"] .collaborate-list li:not(:nth-child(3)):is(:hover) {
  animation: wiggle 1000ms ease-in-out;
}
.collaborate[data-state="4"] .collaborate-txt:not(:nth-child(3)) {
  display: none;
}

@keyframes wiggle {
  0% {
    transform: rotate(1.5deg);
  }
  25% {
    transform: rotate(-1.5deg);
  }
  50% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-0.75deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 1400px) {
  .articles_hero {
    padding-top: 7.65625vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .articles_hero {
    padding-top: 110px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .articles_hero {
    padding-top: 180px;
  }
}
@media (min-width: 1400px) {
  .articles_hero {
    margin-bottom: 5.0520833333vw;
  }
}
@media (max-width: 1400px) {
  .articles_hero {
    margin-bottom: 66px;
  }
}
@media (max-width: 600px) {
  .articles_hero {
    margin-bottom: 48px;
  }
}
.articles_hero-title {
  width: 100%;
}
@media (min-width: 1400px) {
  .articles_hero-title {
    margin-top: 10.6770833333vw;
    max-width: 46.4583333333vw;
    margin-left: 5vw;
  }
}
@media (max-width: 1400px) {
  .articles_hero-title {
    margin-top: 120px;
    max-width: 650px;
    margin-left: 5%;
  }
}
@media (max-width: 942px) {
  .articles_hero-title {
    margin-top: 0;
    margin-left: 0;
  }
}
.articles_hero-title h1 {
  color: black;
  font-weight: 700;
  letter-spacing: 0.05%;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .articles_hero-title h1 {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 1400px) {
  .articles_hero-title h1 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .articles_hero-title h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .articles_hero-title h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .articles_hero-title h1 {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .articles_hero-title h1 {
    margin-bottom: 24px;
  }
}
.articles_hero-title p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .articles_hero-title p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .articles_hero-title p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .articles_hero-title p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}

@media (min-width: 1400px) {
  .articles_list {
    padding-inline: 5vw;
    padding-bottom: 2.2916666667vw;
  }
}
@media (max-width: 1400px) {
  .articles_list {
    padding-inline: 5%;
    padding-bottom: 32px;
  }
}
.articles_list-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .articles_list-flex {
    gap: 48px;
  }
}
@media (max-width: 600px) {
  .articles_list-flex {
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .articles_list-flex-col:last-child {
    padding-top: 15vw;
  }
}
@media (max-width: 1400px) {
  .articles_list-flex-col:last-child {
    padding-top: 200px;
  }
}
@media (max-width: 1200px) {
  .articles_list-flex-col:last-child {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .articles_list-flex-col {
    width: calc(50% - 24px);
  }
}
@media (max-width: 600px) {
  .articles_list-flex-col {
    width: 100%;
  }
}

.article_card {
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 1400px) {
  .article_card {
    max-width: 40vw;
  }
}
@media (max-width: 1400px) {
  .article_card {
    max-width: 525px;
  }
}
@media (max-width: 1300px) {
  .article_card {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .article_card {
    max-width: 100%;
  }
}
.article_card a {
  width: 100%;
}
@media (min-width: 1400px) {
  .article_card a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.2916666667vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1400px) {
  .article_card a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.article_card-thumbnail {
  width: 100%;
  aspect-ratio: 9/11.25;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .article_card-thumbnail {
    border-radius: 2.6041666667vw;
  }
}
@media (max-width: 1400px) {
  .article_card-thumbnail {
    border-radius: 30px;
  }
}
.article_card-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article_card-info ul {
  list-style: none;
}
@media (min-width: 1400px) {
  .article_card-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.09375vw;
  }
}
@media (max-width: 1400px) {
  .article_card-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }
}
.article_card-info li, .article_card-info h3, .article_card-info a {
  color: black;
  text-align: left;
}
.article_card-info li, .article_card-info a {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .article_card-info li, .article_card-info a {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .article_card-info li, .article_card-info a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .article_card-info li, .article_card-info a {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
.article_card-info h3 {
  transition: all 0.2s ease;
  font-weight: 700;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .article_card-info h3 {
    margin-top: 0.7291666667vw;
  }
}
@media (max-width: 1400px) {
  .article_card-info h3 {
    margin-top: 7px;
  }
}
@media (min-width: 1400px) {
  .article_card-info h3 {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .article_card-info h3 {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .article_card-info h3 {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .article_card:not(:last-child) {
    margin-bottom: 4.8958333333vw;
  }
}
@media (max-width: 1400px) {
  .article_card:not(:last-child) {
    margin-bottom: 68px;
  }
}
@media (max-width: 1200px) {
  .article_card:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .article_card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article_card:is(:hover) h3 {
  color: #70BAA2;
}

@media (min-width: 1400px) {
  .contact_page {
    padding-top: 7.65625vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .contact_page {
    padding-top: 110px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .contact_page {
    padding-top: 180px;
  }
}
.contact_page-view {
  min-height: 100dvh;
  background: #2C3157;
  display: grid;
  grid-template-rows: 1fr auto;
}
@media (max-width: 942px) {
  .contact_page-view {
    align-items: center;
  }
}
.contact_page-image {
  width: 100%;
}
@media (min-width: 1400px) {
  .contact_page-image {
    padding-block: 5.625vw 10.5208333333vw;
  }
}
@media (max-width: 1400px) {
  .contact_page-image {
    padding-block: 76px 142px;
  }
}
.contact_page-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .contact_page-image img {
    display: block;
    width: 21.3541666667vw;
    height: 21.3541666667vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .contact_page-image img {
    display: block;
    width: 295px;
    height: 295px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.contact_page-col {
  width: 100%;
}
.contact_page-phone {
  margin-left: auto;
}
@media (min-width: 1400px) {
  .contact_page-phone {
    width: 13.6979166667vw;
  }
}
.contact_page-information {
  background: white;
}
@media (min-width: 942px) {
  .contact_page-information {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    align-items: center;
  }
}
@media (max-width: 942px) {
  .contact_page-information > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .contact_page-information {
    padding-block: 2.0833333333vw 2.5vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .contact_page-information {
    padding-block: 28px 32px;
    padding-inline: 5%;
  }
}
.contact_page-information h1, .contact_page-information a, .contact_page-information p {
  color: black;
}
.contact_page-information a, .contact_page-information p {
  text-align: center;
}
.contact_page-information h1 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .contact_page-information h1 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .contact_page-information h1 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .contact_page-information h1 {
    font-size: 29px;
  }
}
@media (min-width: 1400px) {
  .contact_page-information h1 {
    max-width: 16.6666666667vw;
  }
}
@media (max-width: 1400px) {
  .contact_page-information h1 {
    max-width: 220px;
  }
}
@media (max-width: 1200px) {
  .contact_page-information h1 {
    max-width: 180px;
  }
}
@media (max-width: 942px) {
  .contact_page-information h1 {
    text-align: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 480px) {
  .contact_page-information h1 {
    margin-inline: auto;
  }
}
@media (min-width: 1400px) {
  .contact_page-information .contact_page-phone,
  .contact_page-information div:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
    flex-direction: column;
  }
}
@media (max-width: 1400px) {
  .contact_page-information .contact_page-phone,
  .contact_page-information div:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 942px) {
  .contact_page-information .contact_page-phone,
  .contact_page-information div:not(:first-child) {
    flex-direction: row;
    gap: 20px;
    margin-inline: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .contact_page-information .contact_page-phone,
  .contact_page-information div:not(:first-child) {
    flex-direction: column;
    gap: 2px;
  }
}
.contact_page-information .contact_page-phone p,
.contact_page-information div:not(:first-child) p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .contact_page-information .contact_page-phone p,
  .contact_page-information div:not(:first-child) p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .contact_page-information .contact_page-phone p,
  .contact_page-information div:not(:first-child) p {
    font-size: 14px;
  }
}
.contact_page-information .contact_page-phone a,
.contact_page-information div:not(:first-child) a {
  font-weight: 700;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .contact_page-information .contact_page-phone a,
  .contact_page-information div:not(:first-child) a {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .contact_page-information .contact_page-phone a,
  .contact_page-information div:not(:first-child) a {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .contact_page-information .contact_page-phone a,
  .contact_page-information div:not(:first-child) a {
    font-size: 21px;
  }
}

@media (min-width: 1400px) {
  .post_page {
    padding-bottom: 2.96875vw;
  }
}
@media (max-width: 1400px) {
  .post_page {
    padding-bottom: 41px;
  }
}
@media (min-width: 1400px) {
  .post_page_content {
    max-width: 58.4895833333vw;
  }
}
@media (max-width: 1400px) {
  .post_page_content {
    max-width: 820px;
  }
}
@media (min-width: 1400px) {
  .post_page_content h1 {
    max-width: 50vw;
  }
}
@media (max-width: 1400px) {
  .post_page_content h1 {
    max-width: 675px;
  }
}
.post_page-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: flex-end;
}
@media (min-width: 1400px) {
  .post_page-elements {
    margin-top: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .post_page-elements {
    margin-top: 26px;
  }
}
@media (max-width: 850px) {
  .post_page-elements {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.post_page-elements p {
  font-weight: 400;
  color: black;
  line-height: 1.2em;
}
@media (min-width: 1400px) {
  .post_page-elements p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .post_page-elements p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .post_page .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5520833333vw;
  }
}
@media (max-width: 1400px) {
  .post_page .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
  }
}
@media (max-width: 480px) {
  .post_page .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
  }
}
.post_page .author-img {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .post_page .author-img {
    display: block;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .post_page .author-img {
    display: block;
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 480px) {
  .post_page .author-img {
    display: block;
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.post_page .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1400px) {
  .post_page .numbers {
    padding-bottom: 1.4583333333vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5.0520833333vw;
  }
}
@media (max-width: 1400px) {
  .post_page .numbers {
    padding-bottom: 19px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 68px;
  }
}
@media (max-width: 850px) {
  .post_page .numbers {
    padding-bottom: 0;
    gap: 10px 42px;
  }
}
@media (max-width: 480px) {
  .post_page .numbers {
    gap: 10px 32px;
  }
}

@media (min-width: 1400px) {
  .content_and_image {
    padding-left: 5.1041666667vw;
  }
}
@media (max-width: 1400px) {
  .content_and_image {
    padding-left: 5%;
  }
}
@media (max-width: 942px) {
  .content_and_image {
    padding-right: 5%;
    padding-top: 16px;
  }
}
.content_and_image-row {
  width: 100%;
}
@media (min-width: 1200px) {
  .content_and_image-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (max-width: 1200px) {
  .content_and_image-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    align-items: center;
  }
}
@media (max-width: 942px) {
  .content_and_image-row {
    grid-template-columns: 100%;
  }
}
.content_and_image-text {
  width: 100%;
}
@media (min-width: 1400px) {
  .content_and_image-text {
    max-width: 34.8958333333vw;
  }
}
@media (max-width: 1400px) {
  .content_and_image-text {
    max-width: 488px;
  }
}
@media (max-width: 942px) {
  .content_and_image-text {
    max-width: 100%;
  }
}
.content_and_image-text h2 {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .content_and_image-text h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .content_and_image-text h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .content_and_image-text h2 {
    font-size: 29px;
  }
}
.content_and_image-image {
  width: 100%;
}
@media (min-width: 1400px) {
  .content_and_image-image {
    max-width: 50vw;
  }
}
@media (max-width: 1400px) {
  .content_and_image-image {
    max-width: 700px;
  }
}
@media (max-width: 1300px) {
  .content_and_image-image {
    max-width: 600px;
  }
}
@media (max-width: 942px) {
  .content_and_image-image {
    max-width: 100%;
  }
}
.content_and_image-image img {
  display: block;
  width: 100%;
}
@media (min-width: 1400px) {
  .content_and_image-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 56.4583333333vw;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .content_and_image-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 790px;
  }
}
@media (max-width: 1200px) {
  .content_and_image-image img {
    height: auto;
  }
}
@media (max-width: 942px) {
  .content_and_image-image img {
    max-width: 550px;
    margin-inline: auto;
  }
}

.quote {
  background: #2C3157;
}
@media (min-width: 1400px) {
  .quote {
    padding-block: 7.8385416667vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 1400px) {
  .quote {
    padding-block: 108px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .quote {
    padding-block: 76px;
    padding-inline: 5%;
    margin-bottom: 60px;
  }
}
.quote-txt {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .quote-txt {
    max-width: 63.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .quote-txt {
    max-width: 880px;
  }
}
.quote h2 {
  font-weight: 400;
  color: white;
  text-align: left;
}
@media (min-width: 1400px) {
  .quote h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .quote h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .quote h2 {
    font-size: 29px;
  }
}

@media (min-width: 1400px) {
  .images_and_quote {
    padding-block: 16.3020833333vw 17.0609375vw;
  }
}
@media (max-width: 1400px) {
  .images_and_quote {
    padding-block: 220px;
  }
}
@media (max-width: 1300px) {
  .images_and_quote {
    padding-block: 160px;
  }
}
@media (max-width: 1200px) {
  .images_and_quote {
    padding-block: 120px;
  }
}
@media (max-width: 942px) {
  .images_and_quote {
    padding-block: 60px;
  }
}
@media (max-width: 1024px) {
  .images_and_quote {
    padding-inline: 5%;
  }
}
.images_and_quote-box {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .images_and_quote-box {
    max-width: 60.8333333333vw;
  }
}
@media (max-width: 1400px) {
  .images_and_quote-box {
    max-width: 850px;
  }
}
.images_and_quote-box > * {
  width: 100%;
}
@media (min-width: 1400px) {
  .images_and_quote-images {
    margin-bottom: 2.4479166667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .images_and_quote-images {
    margin-bottom: 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
  }
}
@media (max-width: 942px) {
  .images_and_quote-images {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (max-width: 600px) {
  .images_and_quote-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}
@media (max-width: 480px) {
  .images_and_quote-images {
    grid-template-columns: 100%;
  }
}
.images_and_quote-images img {
  display: block;
  width: 100%;
}
.images_and_quote-text {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .images_and_quote-text {
    max-width: 28.6979166667vw;
  }
}
@media (max-width: 1400px) {
  .images_and_quote-text {
    max-width: 402px;
  }
}
@media (max-width: 942px) {
  .images_and_quote-text {
    max-width: 100%;
  }
}
.images_and_quote-text p {
  font-weight: 400;
  color: black;
  text-align: left;
}
@media (min-width: 1400px) {
  .images_and_quote-text p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .images_and_quote-text p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .images_and_quote-text p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}

@media (min-width: 1400px) {
  .empty_and_text {
    padding-inline: 3.1770833333vw 5vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text {
    padding-inline: 5%;
  }
}
@media (min-width: 1400px) {
  .empty_and_text.pblock {
    padding-block: 12.2916666667vw 13.4895833333vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text.pblock {
    padding-block: 168px 180px;
  }
}
@media (max-width: 1300px) {
  .empty_and_text.pblock {
    padding-block: 120px 132px;
  }
}
@media (max-width: 942px) {
  .empty_and_text.pblock {
    padding-block: 80px 90px;
  }
}
@media (max-width: 600px) {
  .empty_and_text.pblock {
    padding-block: 48px;
  }
}
.empty_and_text-grid {
  width: 100%;
  display: grid;
}
@media (min-width: 1400px) {
  .empty_and_text-grid {
    grid-template-columns: 1fr 40vw;
    grid-gap: 9.9479166667vw;
    align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 110px;
  }
}
@media (max-width: 1300px) {
  .empty_and_text-grid {
    grid-gap: 80px;
  }
}
@media (max-width: 1200px) {
  .empty_and_text-grid {
    grid-gap: 52px;
  }
}
@media (max-width: 942px) {
  .empty_and_text-grid {
    grid-template-columns: 100%;
    grid-gap: 36px;
  }
}
.empty_and_text-grid > * {
  width: 100%;
}
@media (max-width: 942px) {
  .empty_and_text-grid > div:empty {
    display: none;
  }
}
@media (min-width: 1400px) {
  .empty_and_text-image {
    padding-top: 0.46875vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16.3541666667vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-image {
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 200px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  .empty_and_text-image {
    gap: 150px;
  }
}
@media (max-width: 1200px) {
  .empty_and_text-image {
    gap: 120px;
  }
}
@media (max-width: 942px) {
  .empty_and_text-image {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}
@media (max-width: 600px) {
  .empty_and_text-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}
@media (max-width: 480px) {
  .empty_and_text-image {
    grid-template-columns: 100%;
  }
}
.empty_and_text-image img {
  display: block;
  width: 100%;
}
.empty_and_text-image img:nth-child(odd) {
  transform: rotate(-3.5deg);
}
.empty_and_text-image img:nth-child(even) {
  transform: rotate(3.5deg);
}
@media (max-width: 942px) {
  .empty_and_text-image img {
    margin-inline: auto;
  }
}
.empty_and_text-text div {
  width: 100%;
}
@media (min-width: 1400px) {
  .empty_and_text-text div:first-child {
    margin-bottom: 6.9270833333vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-text div:first-child {
    margin-bottom: 96px;
  }
}
@media (max-width: 1300px) {
  .empty_and_text-text div:first-child {
    margin-bottom: 68px;
  }
}
@media (max-width: 1200px) {
  .empty_and_text-text div:first-child {
    margin-bottom: 42px;
  }
}
@media (min-width: 1400px) {
  .empty_and_text-text div:not(:first-child, :last-child) {
    margin-bottom: 5vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-text div:not(:first-child, :last-child) {
    margin-bottom: 68px;
  }
}
@media (max-width: 1200px) {
  .empty_and_text-text div:not(:first-child, :last-child) {
    margin-bottom: 42px;
  }
}
.empty_and_text-text div.not_mb {
  margin-bottom: 0;
}
.empty_and_text-text h3 {
  font-weight: 700;
  color: #70BAA2;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .empty_and_text-text h3 {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-text h3 {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .empty_and_text-text h3 {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .empty_and_text-text h3 {
    margin-bottom: 1.9270833333vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-text h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .empty_and_text-text h3 {
    margin-bottom: 22px;
  }
}
.empty_and_text-text p {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .empty_and_text-text p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-text p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .empty_and_text-text p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .empty_and_text-text p:not(:last-child) {
    margin-bottom: 1.9270833333vw;
  }
}
@media (max-width: 1400px) {
  .empty_and_text-text p:not(:last-child) {
    margin-bottom: 26px;
  }
}

.parallax_section-col .circle, .parallax_section-col .box-circle {
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .parallax_section-col .circle, .parallax_section-col .box-circle {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .circle, .parallax_section-col .box-circle {
    display: block;
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.learn_more-body li, .expertise_page-list li {
  list-style: none;
}
.learn_more-body span, .expertise_page-list span {
  color: white;
  background: #70BAA2;
  border-radius: 50%;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .learn_more-body span, .expertise_page-list span {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-body span, .expertise_page-list span {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .learn_more-body span, .expertise_page-list span {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .learn_more-body span, .expertise_page-list span {
    display: block;
    width: 3.0208333333vw;
    height: 3.0208333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 1400px) {
  .learn_more-body span, .expertise_page-list span {
    display: block;
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 942px) {
  .learn_more-body span, .expertise_page-list span {
    display: block;
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .learn_more-body span, .expertise_page-list span {
    display: block;
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 18px;
  }
}
.learn_more-body a, .expertise_page-list a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .learn_more-body a, .expertise_page-list a {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-body a, .expertise_page-list a {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .learn_more-body a, .expertise_page-list a {
    font-size: 29px;
  }
}
@media (min-width: 1400px) {
  .learn_more-body a, .expertise_page-list a {
    padding-block: 0.2604166667vw;
    padding-left: 0.3125vw;
    padding-right: 1.6666666667vw;
    border: 0.1041666667vw solid #70BAA2;
    border-radius: 2.6041666667vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.0416666667vw;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1400px) {
  .learn_more-body a, .expertise_page-list a {
    padding-block: 3px;
    padding-left: 4px;
    padding-right: 24px;
    border: 1px solid #70BAA2;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 600px) {
  .learn_more-body a, .expertise_page-list a {
    border-radius: 300px;
  }
}
@media (max-width: 480px) {
  .learn_more-body a, .expertise_page-list a {
    gap: 9px;
    padding-right: 18px;
    font-size: 20px;
  }
}
.learn_more-body a:is(:hover), .expertise_page-list a:is(:hover) {
  color: #70BAA2;
}

@media (min-width: 1400px) {
  .portfolio_page,
  .expertise_page {
    padding-top: 7.65625vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_page,
  .expertise_page {
    padding-top: 110px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .portfolio_page,
  .expertise_page {
    padding-top: 180px;
  }
}
@media (min-width: 1400px) {
  .portfolio_page-title,
  .expertise_page-title {
    padding-left: 5vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_page-title,
  .expertise_page-title {
    padding-left: 5%;
  }
}
@media (max-width: 942px) {
  .portfolio_page-title,
  .expertise_page-title {
    padding-left: 0;
  }
}
.portfolio_page-title h1,
.expertise_page-title h1 {
  color: black;
  font-weight: 700;
  letter-spacing: 0.05%;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .portfolio_page-title h1,
  .expertise_page-title h1 {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_page-title h1,
  .expertise_page-title h1 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .portfolio_page-title h1,
  .expertise_page-title h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .portfolio_page-title h1,
  .expertise_page-title h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .portfolio_page-title h1,
  .expertise_page-title h1 {
    max-width: 60vw;
  }
}
.portfolio_page-title p,
.expertise_page-title p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .portfolio_page-title p,
  .expertise_page-title p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_page-title p,
  .expertise_page-title p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .portfolio_page-title p,
  .expertise_page-title p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .portfolio_page-title p,
  .expertise_page-title p {
    margin-top: 1.71875vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_page-title p,
  .expertise_page-title p {
    margin-top: 21px;
  }
}

.expertise_page-list {
  width: 100%;
}
@media (min-width: 1400px) {
  .expertise_page-list {
    padding-inline: 8.0208333333vw 8.75vw;
    padding-block: 9.84375vw 2.6041666667vw;
  }
}
@media (max-width: 1400px) {
  .expertise_page-list {
    padding-inline: 5%;
    padding-block: 125px 32px;
  }
}
@media (max-width: 1200px) {
  .expertise_page-list {
    padding-block: 95px 32px;
  }
}
@media (max-width: 942px) {
  .expertise_page-list {
    padding-block: 65px 32px;
  }
}
.expertise_page-list ul {
  width: 100%;
  list-style: none;
}
@media (min-width: 1400px) {
  .expertise_page-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw 2.5vw;
  }
}
@media (max-width: 1400px) {
  .expertise_page-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px 30px;
  }
}
@media (max-width: 942px) {
  .expertise_page-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px 22px;
  }
}
@media (max-width: 480px) {
  .expertise_page-list ul {
    gap: 18px;
  }
}

@media (min-width: 1400px) {
  .post_page, .expertise, .portfolio {
    padding-top: 7.65625vw;
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .post_page, .expertise, .portfolio {
    padding-top: 110px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .post_page, .expertise, .portfolio {
    padding-top: 180px;
  }
}
.post_page_content, .post_page-elements, .expertise_content, .expertise-elements, .portfolio_content, .portfolio-elements {
  width: 100%;
}
@media (min-width: 1400px) {
  .post_page_content, .post_page-elements, .expertise_content, .expertise-elements, .portfolio_content, .portfolio-elements {
    padding-left: 5vw;
  }
}
@media (max-width: 1400px) {
  .post_page_content, .post_page-elements, .expertise_content, .expertise-elements, .portfolio_content, .portfolio-elements {
    padding-left: 5%;
  }
}
@media (max-width: 942px) {
  .post_page_content, .post_page-elements, .expertise_content, .expertise-elements, .portfolio_content, .portfolio-elements {
    padding-left: 0;
  }
}
.post_page_content li, .post_page_content p, .post_page-elements li, .post_page-elements p, .expertise_content li, .expertise_content p, .expertise-elements li, .expertise-elements p, .portfolio_content li, .portfolio_content p, .portfolio-elements li, .portfolio-elements p {
  color: black;
}
@media (min-width: 1400px) {
  .post_page_content .content > *:not(:first-child), .expertise_content .content > *:not(:first-child), .portfolio_content .content > *:not(:first-child) {
    margin-top: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .post_page_content .content > *:not(:first-child), .expertise_content .content > *:not(:first-child), .portfolio_content .content > *:not(:first-child) {
    margin-top: 32px;
  }
}
.post_page_content li, .post_page_content p, .expertise_content li, .expertise_content p, .portfolio_content li, .portfolio_content p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .post_page_content li, .post_page_content p, .expertise_content li, .expertise_content p, .portfolio_content li, .portfolio_content p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .post_page_content li, .post_page_content p, .expertise_content li, .expertise_content p, .portfolio_content li, .portfolio_content p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .post_page_content li, .post_page_content p, .expertise_content li, .expertise_content p, .portfolio_content li, .portfolio_content p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
.post_page_content a, .expertise_content a, .portfolio_content a {
  color: #70BAA2;
  text-decoration: underline;
}
.post_page h1, .expertise h1, .portfolio h1 {
  color: black;
  font-weight: 700;
  letter-spacing: 0.05%;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .post_page h1, .expertise h1, .portfolio h1 {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 1400px) {
  .post_page h1, .expertise h1, .portfolio h1 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .post_page h1, .expertise h1, .portfolio h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .post_page h1, .expertise h1, .portfolio h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .post_page h1, .expertise h1, .portfolio h1 {
    margin-bottom: 2.2916666667vw;
  }
}
@media (max-width: 1400px) {
  .post_page h1, .expertise h1, .portfolio h1 {
    margin-bottom: 36px;
  }
}

@media (min-width: 1400px) {
  .expertise_content {
    margin-bottom: 17.5vw;
    max-width: 56.875vw;
  }
}
@media (max-width: 1400px) {
  .expertise_content {
    max-width: 796px;
    margin-bottom: 222px;
  }
}
@media (max-width: 1200px) {
  .expertise_content {
    margin-bottom: 140px;
  }
}
@media (max-width: 942px) {
  .expertise_content {
    margin-bottom: 90px;
  }
}

@media (min-width: 1400px) {
  .portfolio_content {
    max-width: 58.4895833333vw;
  }
}
@media (min-width: 1400px) {
  .portfolio_content h1 {
    max-width: 39.0625vw;
  }
}

.big_picture {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 1400px) {
  .big_picture {
    margin-bottom: 15.2083333333vw;
    min-height: 65.1041666667vw;
  }
}
@media (max-width: 1400px) {
  .big_picture {
    padding-top: 70px;
    margin-bottom: 70px;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .big_picture {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .big_picture {
    padding-top: 32px;
    margin-bottom: 32px;
  }
}
.big_picture-image, .big_picture img {
  display: block;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .big_picture-image, .big_picture img {
    transform-origin: bottom;
    width: 39.8958333333vw;
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
@media (max-width: 1400px) {
  .big_picture-image, .big_picture img {
    width: 100%;
  }
}
.big_picture p {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .big_picture p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .big_picture p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .big_picture p {
    position: absolute;
    left: 5vw;
    bottom: -9.1666666667vw;
  }
}
@media (max-width: 1400px) {
  .big_picture p {
    display: block;
    width: 100%;
    margin-top: 70px;
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .big_picture p {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .big_picture p {
    margin-top: 32px;
  }
}

.contents--item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1rem;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .contents--item {
    padding-block: 4.2708333333vw;
    padding-inline: 5vw 10.46875vw;
    border-top: 0.1041666667vw solid black;
  }
}
@media (max-width: 1400px) {
  .contents--item {
    border-top: 1px solid black;
    padding-block: 50px;
    padding-inline: 5%;
  }
}
@media (max-width: 942px) {
  .contents--item {
    gap: 1rem;
  }
}
.contents--item h2 {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .contents--item h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .contents--item h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .contents--item h2 {
    font-size: 29px;
  }
}
@media (min-width: 1400px) {
  .contents--item h2 {
    line-height: 3.125vw;
  }
}
@media (max-width: 942px) {
  .contents--item h2 br {
    display: none;
  }
}
.contents--item p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .contents--item p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .contents--item p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .contents--item p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (max-width: 942px) {
  .contents--item div {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .contents--item div:nth-child(1) {
    max-width: 37.3958333333vw;
  }
}
@media (max-width: 1400px) {
  .contents--item div:nth-child(1) {
    max-width: 510px;
  }
}
@media (max-width: 942px) {
  .contents--item div:nth-child(1) {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .contents--item div:nth-child(2) {
    max-width: 34.4791666667vw;
  }
}
@media (max-width: 1400px) {
  .contents--item div:nth-child(2) {
    max-width: 480px;
  }
}
@media (max-width: 942px) {
  .contents--item div:nth-child(2) {
    max-width: 100%;
  }
}

.box_content-head h2, .du_cols-slider h3 {
  font-weight: 700;
  color: #70BAA2;
}
@media (min-width: 1400px) {
  .box_content-head h2, .du_cols-slider h3 {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .box_content-head h2, .du_cols-slider h3 {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .box_content-head h2, .du_cols-slider h3 {
    font-size: 21px;
  }
}

.du_cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.du_cols-box {
  position: relative;
}
.du_cols-box:nth-child(1) {
  width: 50%;
  background: #70BAA2;
}
@media (min-width: 1400px) {
  .du_cols-box:nth-child(1) {
    min-height: 100vh;
  }
}
@media (max-width: 1400px) {
  .du_cols-box:nth-child(1) {
    min-height: 100dvh;
  }
}
@media (min-width: 1400px) {
  .du_cols-box:nth-child(1) {
    padding-left: 5vw;
    padding-top: 5.15625vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-box:nth-child(1) {
    padding-inline: 5%;
    padding-top: 66px;
  }
}
@media (max-width: 1200px) {
  .du_cols-box:nth-child(1) {
    width: 100%;
    min-height: auto;
    padding-block: 32px;
  }
}
.du_cols-box:nth-child(2) {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 1400px) {
  .du_cols-box:nth-child(2) {
    min-height: 100vh;
  }
}
@media (max-width: 1400px) {
  .du_cols-box:nth-child(2) {
    min-height: 100dvh;
  }
}
@media (max-width: 1400px) {
  .du_cols-box:nth-child(2) {
    padding-inline: 5%;
  }
}
@media (max-width: 1200px) {
  .du_cols-box:nth-child(2) {
    width: 100%;
    min-height: auto;
    padding-block: 32px;
    background: #70BAA2;
  }
}
.du_cols.du_cols-about .du_cols-box:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 1400px) {
  .du_cols.du_cols-about .du_cols-box:nth-child(1) {
    padding-left: 0;
    padding-block: 6.1979166667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols.du_cols-about .du_cols-box:nth-child(1) {
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  .du_cols.du_cols-about .du_cols-box:nth-child(1) {
    padding: 4rem 5% !important;
  }
}
@media (max-width: 1200px) {
  .du_cols.du_cols-about .du_cols-box:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .du_cols.du_cols-about .du_cols-box:nth-child(2) p {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .du_cols.du_cols-about .du_cols-box:nth-child(2) p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.du_cols-h2 {
  overflow: hidden;
}
@media (max-width: 942px) {
  .du_cols-h2 h2 {
    max-width: 380px;
  }
}
.du_cols-h2 span {
  display: block;
  background: #ffffff;
  font-weight: 400;
  color: #70BAA2;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
}
@media (min-width: 1400px) {
  .du_cols-h2 span {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-h2 span {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .du_cols-h2 span {
    font-size: 29px;
  }
}
@media (max-width: 942px) {
  .du_cols-h2 span {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .du_cols-h2 span:not(:last-child) {
    margin-bottom: 0.15625vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-h2 span:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media (max-width: 942px) {
  .du_cols-h2 span:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 942px) {
  .du_cols-h2 span {
    margin-block: 2px !important;
  }
}
@media (min-width: 1400px) {
  .du_cols-h2 span {
    padding-block: 0.8333333333vw 0.8854166667vw;
    padding-left: 2.5vw;
    padding-right: 4.0104166667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-h2 span {
    padding-block: 10px;
    padding-left: 32px;
    padding-right: 52px;
  }
}
@media (min-width: 1400px) {
  .du_cols-h2 span:nth-child(2) {
    padding-right: 2.8645833333vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-h2 span:nth-child(2) {
    padding-right: 36px;
  }
}
@media (min-width: 1400px) {
  .du_cols-h2 span:nth-child(3) {
    padding-right: 2.7604166667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-h2 span:nth-child(3) {
    padding-right: 33px;
  }
}
@media (min-width: 1400px) {
  .du_cols-h2 span:nth-child(4) {
    padding-right: 3.6458333333vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-h2 span:nth-child(4) {
    padding-right: 48px;
  }
}
.du_cols-slider {
  width: 100%;
}
@media (min-width: 1400px) {
  .du_cols-slider {
    max-width: 31.6145833333vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-slider {
    max-width: 440px;
  }
}
@media (max-width: 1200px) {
  .du_cols-slider {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .du_cols-slider h3 {
    color: white;
  }
}
@media (min-width: 1400px) {
  .du_cols-slider .splide#title {
    margin-bottom: 1.9791666667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-slider .splide#title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .du_cols-slider .splide__arrows {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
}
.du_cols-slider .splide__slide {
  border: none !important;
}
.du_cols-slider .splide__arrow {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  .du_cols-slider .splide__arrow {
    position: relative !important;
    inset: 0 !important;
    transform: none !important;
  }
}
@media (min-width: 1400px) {
  .du_cols-slider .splide__arrow--prev {
    left: -3.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-slider .splide__arrow--prev {
    left: -50px;
  }
}
@media (min-width: 1400px) {
  .du_cols-slider .splide__arrow--next {
    right: -3.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-slider .splide__arrow--next {
    right: -50px;
  }
}
@media (min-width: 1400px) {
  .du_cols-slider .splide__arrow svg {
    display: block;
    width: 1.9791666667vw;
    height: 1.9791666667vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .du_cols-slider .splide__arrow svg {
    display: block;
    width: 26px;
    height: 26px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1200px) {
  .du_cols-slider .splide__arrow svg path {
    stroke: white;
  }
}
.du_cols-slider .splide__slide {
  border: none !important;
  outline: none !important;
}
@media (min-width: 1200px) {
  .du_cols-slider p, .du_cols-slider a, .du_cols-content p, .du_cols-content a {
    color: black;
  }
}
@media (max-width: 1200px) {
  .du_cols-slider p, .du_cols-slider a, .du_cols-content p, .du_cols-content a {
    color: white;
  }
}
.du_cols-slider a, .du_cols-content a {
  text-decoration: underline;
}
.du_cols-slider p, .du_cols-content p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .du_cols-slider p, .du_cols-content p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-slider p, .du_cols-content p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .du_cols-slider p, .du_cols-content p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .du_cols-slider p:not(:last-child), .du_cols-content p:not(:last-child) {
    margin-bottom: 1.4583333333vw;
  }
}
@media (min-width: 1400px) {
  .du_cols-content {
    padding-inline: 5.3645833333vw 6.09375vw;
  }
}
.du_cols-content .content {
  width: 100%;
}
.du_cols .phone {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 1400px) {
  .du_cols .phone {
    max-width: 28.4375vw;
  }
}
@media (max-width: 1400px) {
  .du_cols .phone {
    max-width: 424px;
  }
}
@media (max-width: 480px) {
  .du_cols .phone {
    max-width: 370px;
  }
}
@media (max-width: 370px) {
  .du_cols .phone {
    max-width: 323px;
  }
}
.du_cols-phone {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .du_cols-phone {
    max-width: 16.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .du_cols-phone {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .du_cols-phone {
    max-width: 220px;
  }
}
@media (max-width: 370px) {
  .du_cols-phone {
    max-width: 190px;
  }
}
.du_cols-phone img {
  display: block;
  width: 100%;
}

@media (min-width: 1400px) {
  .box_content {
    padding: 4.9479166667vw 5vw 5.1041666667vw;
  }
}
@media (max-width: 1400px) {
  .box_content {
    padding: 66px 5%;
  }
}
.box_content-container {
  width: 100%;
}
@media (min-width: 1400px) {
  .box_content-container {
    border: 0.1041666667vw solid #70BAA2;
    border-radius: 2.6041666667vw;
    padding: 5vw 4.2708333333vw 4.1145833333vw 3.5416666667vw;
    height: 28.3333333333vw;
  }
}
@media (max-width: 1400px) {
  .box_content-container {
    border: 1px solid #70BAA2;
    border-radius: 50px;
    padding: 66px 4.5%;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .box_content-container {
    height: auto;
  }
}
@media (max-width: 942px) {
  .box_content-container {
    padding: 40px 4.5%;
    border-radius: 30px;
  }
}
.box_content-container > * {
  width: 100%;
}
@media (min-width: 1400px) {
  .box_content-head {
    max-width: 31.3541666667vw;
    margin-bottom: 2.2916666667vw;
  }
}
@media (max-width: 1400px) {
  .box_content-head {
    max-width: 440px;
    margin-bottom: 32px;
  }
}
@media (max-width: 942px) {
  .box_content-head {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.box_content-body {
  margin-left: auto;
}
@media (min-width: 1400px) {
  .box_content-body {
    max-width: 40.7291666667vw;
  }
}
@media (max-width: 1400px) {
  .box_content-body {
    max-width: 570px;
  }
}
@media (max-width: 942px) {
  .box_content-body {
    max-width: 100%;
  }
}
.box_content-body p {
  font-weight: 400;
  color: black;
}
@media (min-width: 1400px) {
  .box_content-body p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .box_content-body p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .box_content-body p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}

.learn_more-head h2, .parallax_section-head h2 {
  font-weight: 400;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .learn_more-head h2, .parallax_section-head h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-head h2, .parallax_section-head h2 {
    font-size: 34.8px;
  }
}
@media (max-width: 1200px) {
  .learn_more-head h2, .parallax_section-head h2 {
    font-size: 29px;
  }
}
.learn_more-head h2 i, .parallax_section-head h2 i {
  display: block;
}

.parallax_section {
  background: #2C3157;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1400px) {
  .parallax_section {
    padding-block: 4.7395833333vw 5.1505208333vw;
    padding-inline: 5vw 8.39375vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section {
    padding-block: 65px 70px;
    padding-inline: 5%;
  }
}
.parallax_section-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .parallax_section-container {
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .parallax_section-head {
    position: sticky;
    top: 4.7395833333vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-head {
    top: 53px;
  }
}
.parallax_section-head h2 {
  color: white;
}
@media (max-width: 1100px) {
  .parallax_section-head h2 {
    text-align: center;
  }
}
.parallax_section-col {
  position: relative;
}
@media (min-width: 1400px) {
  .parallax_section-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7.4739583333vw;
    flex-direction: column;
    padding-top: 1.5677083333vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 90px;
    flex-direction: column;
    padding-top: 6px;
  }
}
@media (max-width: 1200px) {
  .parallax_section-col {
    padding-top: 0;
    gap: 60px;
  }
}
@media (max-width: 1100px) {
  .parallax_section-col {
    gap: 80px;
  }
}
.parallax_section-col .box {
  width: 100%;
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .parallax_section-col .box {
    max-width: 36.875vw;
    min-height: 28.3333333333vw;
    border-radius: 2.6041666667vw;
    border: 0.1041666667vw solid #70BAA2;
    padding-inline: 2.8125vw;
    padding-block: 2.5vw 2.1354166667vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .box {
    border-radius: 40px;
    border: 1px solid #70BAA2;
    max-width: 540px;
    min-height: 426px;
    padding-inline: 36px;
    padding-block: 32px 29px;
  }
}
@media (max-width: 1200px) {
  .parallax_section-col .box {
    max-width: 500px;
    min-height: 360px;
    height: 360px;
  }
}
.parallax_section-col .box-circle {
  background: black;
  opacity: 0.25;
}
.parallax_section-col .box-content {
  width: 100%;
}
.parallax_section-col .box-content p {
  font-weight: 400;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .parallax_section-col .box-content p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .box-content p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .parallax_section-col .box-content p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (max-width: 480px) {
  .parallax_section-col .box-content p {
    font-size: 15.8px;
    line-height: 1.3em;
  }
}
.parallax_section-col .box-content h3 {
  font-weight: 700;
  transition: all 0.2s ease;
}
@media (min-width: 1400px) {
  .parallax_section-col .box-content h3 {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .box-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .parallax_section-col .box-content h3 {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .parallax_section-col .box-content h3 {
    margin-bottom: 1.5104166667vw;
    max-width: 25.0520833333vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .box-content h3 {
    margin-bottom: 23px;
  }
}
@media (max-width: 480px) {
  .parallax_section-col .box-content h3 {
    margin-bottom: 8px;
  }
}
.parallax_section-col .box.current h3, .parallax_section-col .box.first h3 {
  color: #70BAA2;
}
.parallax_section-col .box:not(.current, .first) h3 {
  opacity: 0.25;
}
.parallax_section-col .circle {
  position: absolute;
  z-index: 3;
  background: #70BAA2;
}
.parallax_section-col .box:nth-child(odd) {
  rotate: -3.5deg;
}
.parallax_section-col .box:nth-child(even) {
  rotate: 3.5deg;
}
.parallax_section-col .circle.circle-0, .parallax_section-col .circle.circle-1 {
  opacity: 1;
}
@media (min-width: 1400px) {
  .parallax_section-col .circle.circle-0, .parallax_section-col .circle.circle-1 {
    top: 5.0677083333vw;
    left: 2.2916666667vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .circle.circle-0, .parallax_section-col .circle.circle-1 {
    top: 53px;
    left: 27px;
  }
}
@media (max-width: 1200px) and (min-width: 1100px) {
  .parallax_section-col .circle.circle-0, .parallax_section-col .circle.circle-1 {
    top: 45px;
    left: 30px;
  }
}
@media (max-width: 1100px) {
  .parallax_section-col .circle.circle-0, .parallax_section-col .circle.circle-1 {
    top: 45px;
    left: 30px;
  }
}
@media (max-width: 480px) {
  .parallax_section-col .circle.circle-0, .parallax_section-col .circle.circle-1 {
    top: 40px;
  }
}
.parallax_section-col .circle.circle-2 {
  opacity: 0;
}
@media (min-width: 1400px) {
  .parallax_section-col .circle.circle-2 {
    top: 39.1145833333vw;
    left: 3.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .circle.circle-2 {
    top: 543px;
    left: 47px;
  }
}
@media (max-width: 1200px) and (min-width: 1100px) {
  .parallax_section-col .circle.circle-2 {
    top: 442px;
    left: 45px;
  }
}
@media (max-width: 1100px) {
  .parallax_section-col .circle.circle-2 {
    top: 461px;
    left: 44px;
  }
}
@media (max-width: 480px) {
  .parallax_section-col .circle.circle-2 {
    top: 466px;
  }
}
.parallax_section-col .circle.circle-3 {
  opacity: 0;
}
@media (min-width: 1400px) {
  .parallax_section-col .circle.circle-3 {
    top: 76.6145833333vw;
    left: 2.2916666667vw;
  }
}
@media (max-width: 1400px) {
  .parallax_section-col .circle.circle-3 {
    top: 1084px;
    left: 27px;
  }
}
@media (max-width: 1200px) and (min-width: 1100px) {
  .parallax_section-col .circle.circle-3 {
    top: 885px;
    left: 30px;
  }
}
@media (max-width: 1100px) {
  .parallax_section-col .circle.circle-3 {
    top: 925px;
    left: 30px;
  }
}
@media (max-width: 480px) {
  .parallax_section-col .circle.circle-3 {
    top: 920px;
  }
}

@media (min-width: 1400px) {
  .learn_more:not(.in_portfolio, .in_single) {
    padding-block: 2.2916666667vw 2.65625vw;
  }
}
@media (max-width: 1400px) {
  .learn_more:not(.in_portfolio, .in_single) {
    padding-block: 32px;
  }
}
@media (min-width: 1400px) {
  .learn_more.in_portfolio {
    padding-block: 2.65625vw 2.03125vw;
  }
}
@media (max-width: 1400px) {
  .learn_more.in_portfolio {
    padding-block: 35px 27px;
  }
}
@media (min-width: 1400px) {
  .learn_more.in_single {
    padding-block: 20.3645833333vw 2.5vw;
  }
}
@media (max-width: 1400px) {
  .learn_more.in_single {
    padding-block: 270px 35px;
  }
}
@media (max-width: 1200px) {
  .learn_more.in_single {
    padding-block: 180px 35px;
  }
}
@media (max-width: 942px) {
  .learn_more.in_single {
    padding-block: 100px 32px;
  }
}
.learn_more-container {
  width: 100%;
}
@media (min-width: 1400px) {
  .learn_more-container {
    padding-inline: 5vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-container {
    padding-inline: 5%;
  }
}
.learn_more-container > * {
  width: 100%;
}
@media (min-width: 1400px) {
  .learn_more-head {
    margin-bottom: 9.7395833333vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-head {
    margin-bottom: 120px;
  }
}
@media (max-width: 942px) {
  .learn_more-head {
    margin-bottom: 56px;
  }
}
.learn_more-head h2 {
  color: black;
}
.learn_more-head p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .learn_more-head p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-head p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .learn_more-head p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .learn_more-head p {
    margin-top: 1.9270833333vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-head p {
    margin-top: 26px;
  }
}
@media (max-width: 480px) {
  .learn_more-head p br {
    display: none;
  }
}
@media (min-width: 1400px) {
  .learn_more-body li:nth-child(1) {
    margin-bottom: 1.4583333333vw;
  }
}
@media (min-width: 1400px) {
  .learn_more-body li:nth-child(2) {
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-body li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.learn_more-content {
  position: relative;
}
@media (min-width: 1400px) {
  .learn_more-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.4322916667vw;
    align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .learn_more-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 942px) {
  .learn_more-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
@media (max-width: 550px) {
  .learn_more-content {
    grid-template-columns: 100%;
    max-width: 200px;
    margin-inline: auto;
  }
}
.learn_more-content li {
  list-style: none;
}
@media (min-width: 1400px) {
  .learn_more-content li:nth-child(1) {
    padding-top: 8.8760416667vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-content li:nth-child(1) {
    padding-top: 120px;
  }
}
@media (max-width: 942px) {
  .learn_more-content li:nth-child(1) {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .learn_more-content li:nth-child(1) .portfolio_item {
    display: block;
    width: 15.5208333333vw;
    height: 15.5208333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .learn_more-content li:nth-child(1) .portfolio_item {
    display: block;
    width: 210px;
    height: 210px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1400px) {
  .learn_more-content li:nth-child(2) .portfolio_item {
    display: block;
    width: 20.7302083333vw;
    height: 20.7302083333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .learn_more-content li:nth-child(2) .portfolio_item {
    display: block;
    width: 290px;
    height: 290px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1400px) {
  .learn_more-content li:nth-child(3) {
    padding-top: 5.565625vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-content li:nth-child(3) {
    padding-top: 76px;
  }
}
@media (max-width: 942px) {
  .learn_more-content li:nth-child(3) {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .learn_more-content li:nth-child(3) .portfolio_item {
    display: block;
    width: 22.0921875vw;
    height: 22.0921875vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .learn_more-content li:nth-child(3) .portfolio_item {
    display: block;
    width: 310px;
    height: 310px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 942px) {
  .learn_more-content li .portfolio_item {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 550px) {
  .learn_more-content li .portfolio_item {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (min-width: 1200px) {
  .learn_more-articles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .learn_more-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}
@media (min-width: 1400px) {
  .learn_more-articles {
    padding-top: 1.9270833333vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-articles {
    padding-top: 26px;
  }
}
@media (max-width: 942px) {
  .learn_more-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}
@media (max-width: 600px) {
  .learn_more-articles {
    grid-template-columns: 100%;
  }
}
.learn_more-articles .article_card {
  margin: 0;
}
@media (min-width: 1400px) {
  .learn_more-link {
    margin-top: 4.5833333333vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-link {
    margin-top: 66px;
  }
}
@media (max-width: 600px) {
  .learn_more-link {
    margin-top: 42px;
  }
}
.learn_more-link a {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  color: black;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .learn_more-link a {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-link a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .learn_more-link a {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .learn_more-link a {
    padding: 0.46875vw 1.4583333333vw;
    border: 0.15625vw solid #70BAA2;
  }
}
@media (max-width: 1400px) {
  .learn_more-link a {
    padding: 8px 22px;
    border: 2px solid #70BAA2;
  }
}
@media (min-width: 1400px) {
  .learn_more-link a {
    padding-inline: 0.8854166667vw;
  }
}
@media (max-width: 1400px) {
  .learn_more-link a {
    padding-inline: 15px;
  }
}
.learn_more-link a:is(:hover) {
  color: white;
  background: #70BAA2;
}
.learn_more-body, .learn_more-content {
  /*a{
      opacity: 0;
      pointer-events: none;
      transition: none;
  }*/
}

.portfolio_page-canvas {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1400px) {
  .portfolio_page-canvas {
    height: 56.5625vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_page-canvas {
    height: 790px;
  }
}
@media (max-width: 1200px) {
  .portfolio_page-canvas {
    height: 690px;
  }
}
@media (max-width: 480px) {
  .portfolio_page-canvas {
    height: 610px;
  }
}
@media (max-width: 398px) {
  .portfolio_page-canvas {
    height: 560px;
  }
}
.portfolio_page-list {
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .portfolio_page-list {
    max-width: 600px;
    position: relative;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .portfolio_page-list {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .portfolio_page-list {
    max-width: 420px;
  }
}
@media (max-width: 600px) {
  .portfolio_page-title {
    width: 100%;
    max-width: 375px;
  }
}
@media (max-width: 600px) {
  .portfolio_page-title p {
    max-width: 330px;
  }
}

.portfolio_item {
  border-radius: 50%;
  color: black;
  display: flex !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.portfolio_item:not(.not_absolute) {
  position: absolute;
}
.portfolio_item h3 {
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio_item h3 {
    font-weight: 400;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .portfolio_item h3 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .portfolio_item h3 {
    font-size: 34.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .portfolio_item h3 {
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  .portfolio_item h3 {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .portfolio_item h3 {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .portfolio_item h3 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .portfolio_item {
    border: 0.1041666667vw solid #70BAA2;
    padding-inline: 2.0833333333vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item {
    border: 1px solid #70BAA2;
    padding-inline: 24px;
  }
}
@media (max-width: 1024px) {
  .portfolio_item {
    padding-inline: 14px;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    display: block;
    width: 16.89375vw;
    height: 16.89375vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 8.3989583333vw;
    left: 18.190625vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    display: block;
    width: 235px;
    height: 235px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 100px;
    left: 17.5%;
  }
}
@media (max-width: 1300px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    left: 16.5%;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    display: block;
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 14%;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    display: block;
    width: 132px;
    height: 132px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 10%;
    top: 80px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    display: block;
    width: 126px;
    height: 126px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 65px;
    left: 5%;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    display: block;
    width: 118px;
    height: 118px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    padding-inline: 0;
    left: 7.5%;
    top: 75px;
    display: block;
    width: 104px;
    height: 104px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(1) {
    left: 4.5%;
    top: 55px;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 20.7302083333vw;
    height: 20.7302083333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 15.8229166667vw;
    left: 34.371875vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 286px;
    height: 286px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 205px;
    left: 34%;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 246px;
    height: 246px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 150px;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 186px;
    height: 186px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 30px;
    left: 34%;
    top: 120px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 166px;
    height: 166px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 18px;
    left: 32%;
    top: 90px;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 148px;
    height: 148px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 33.4%;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    display: block;
    width: 138px;
    height: 138px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 10px;
    left: 32.5%;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(2) {
    left: 29.8%;
    top: 85px;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 22.0921875vw;
    height: 22.0921875vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 5.3541666667vw;
    left: 53.84375vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 305px;
    height: 305px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 60px;
    left: 54%;
  }
}
@media (max-width: 1300px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 280px;
    height: 280px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 55%;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 256px;
    height: 256px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 57.5%;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 186px;
    height: 186px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: auto;
    left: 23%;
    top: auto;
    bottom: 62.5px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 178px;
    height: 178px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: auto;
    top: 390px;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 164px;
    height: 164px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 365px;
    left: 22%;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    display: block;
    width: 154px;
    height: 154px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 340px;
    left: 24%;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(3) {
    top: 330px;
    left: 25%;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 25.5598958333vw;
    height: 25.5598958333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 4.7291666667vw;
    left: 10.9984375vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 355px;
    height: 355px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 9%;
    bottom: 62px;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 300px;
    height: 300px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 8%;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 222px;
    height: 222px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 1%;
    bottom: auto;
    top: 230px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 190px;
    height: 190px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 210px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 170px;
    height: 170px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 200px;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    display: block;
    width: 160px;
    height: 160px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 0;
    left: 3.5%;
    top: 190px;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(4) {
    left: 0.5%;
    top: 189px;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    display: block;
    width: 15.5208333333vw;
    height: 15.5208333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 36.4770833333vw;
    bottom: 3.2104166667vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    display: block;
    width: 212px;
    height: 212px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 36%;
    bottom: 32px;
  }
}
@media (max-width: 1300px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    left: 38%;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    left: 35%;
    bottom: 42px;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    display: block;
    width: 127px;
    height: 127px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 42%;
    bottom: auto;
    top: 320px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    display: block;
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    left: 43%;
    top: 270px;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    display: block;
    width: 112px;
    height: 112px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 254px;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    display: block;
    width: 102px;
    height: 102px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 0;
    top: 235px;
    left: 43.5%;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(5) {
    top: 227px;
    left: 43%;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 20.7302083333vw;
    height: 20.7302083333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 7.2416666667vw;
    right: 27.0333333333vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 287px;
    height: 287px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 95px;
    right: 27%;
  }
}
@media (max-width: 1300px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 257px;
    height: 257px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 25%;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 232px;
    height: 232px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 24px;
    left: auto;
    right: 3%;
    padding-inline: 30px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    top: 7px;
    right: 0;
    display: block;
    width: 166px;
    height: 166px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 20px;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 148px;
    height: 148px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    display: block;
    width: 138px;
    height: 138px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 10px;
    right: 4%;
    top: 14px;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(6) {
    right: 3%;
  }
}
@media (min-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 17.7338541667vw;
    height: 17.7338541667vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 17.6697916667vw;
    right: 9.4927083333vw;
  }
}
@media (max-width: 1400px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 242px;
    height: 242px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 8.5%;
    bottom: 250px;
  }
}
@media (max-width: 1300px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 235px;
    height: 235px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 260px;
    right: 8%;
  }
}
@media (max-width: 1200px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 205px;
    height: 205px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 190px;
    right: 5%;
  }
}
@media (max-width: 1024px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 140px;
    height: 140px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 12%;
    bottom: auto;
    top: 250px;
  }
}
@media (max-width: 600px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    right: 4%;
    top: 190px;
  }
}
@media (max-width: 480px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 125px;
    height: 125px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 172px;
    right: 3%;
  }
}
@media (max-width: 420px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    display: block;
    width: 118px;
    height: 118px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    padding-inline: 0;
    top: 160px;
    right: 6%;
  }
}
@media (max-width: 398px) {
  .portfolio_item:not(.not_absolute):nth-child(7) {
    top: 158px;
    right: 4%;
  }
}
@media (max-width: 1024px) {
  .portfolio_item {
    background: #70BAA2;
    color: white;
  }
}
@media (min-width: 1024px) {
  .portfolio_item:hover {
    background: #70BAA2;
    color: white;
  }
}

.page_404 {
  min-height: 100dvh;
  background: #2C3157;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .page_404 {
    padding-inline: 4.1666666667vw 5.3125vw;
    padding-block: 17.5vw 8.8541666667vw;
  }
}
@media (max-width: 1400px) {
  .page_404 {
    padding-inline: 5%;
    padding-block: 240px 120px;
  }
}
@media (max-width: 1200px) {
  .page_404 {
    padding-block: 40px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    justify-content: center;
  }
}
.page_404-left {
  width: 100%;
}
@media (min-width: 1400px) {
  .page_404-left {
    max-width: 25.3125vw;
  }
}
@media (max-width: 1400px) {
  .page_404-left {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .page_404-left {
    max-width: 100%;
  }
}
.page_404-left h1 {
  color: black;
  font-weight: 700;
  letter-spacing: 0.05%;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 1400px) {
  .page_404-left h1 {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 1400px) {
  .page_404-left h1 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .page_404-left h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .page_404-left h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .page_404-left h1 {
    margin-bottom: 1.4583333333vw;
  }
}
@media (max-width: 1400px) {
  .page_404-left h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .page_404-left h1 {
    text-align: center;
  }
}
.page_404-left p {
  font-weight: 400;
  color: white;
}
@media (min-width: 1400px) {
  .page_404-left p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .page_404-left p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .page_404-left p {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (max-width: 1400px) {
  .page_404-left p {
    line-height: 1.3em;
  }
}
@media (max-width: 1200px) {
  .page_404-left p {
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (min-width: 1400px) {
  .page_404-left p:not(:last-child) {
    margin-bottom: 1.4583333333vw;
  }
}
@media (max-width: 1400px) {
  .page_404-left p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page_404-center {
  width: 100%;
}
@media (min-width: 1400px) {
  .page_404-center {
    max-width: 24.3229166667vw;
    padding-top: 20.0520833333vw;
  }
}
@media (max-width: 1400px) {
  .page_404-center {
    max-width: 350px;
    padding-top: 280px;
  }
}
@media (max-width: 1200px) {
  .page_404-center {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page_404-center:not(.absolute) {
    pointer-events: none;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.page_404-center.absolute {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1400px) {
  .page_404-center.absolute {
    bottom: 8.8541666667vw;
  }
}
@media (max-width: 1200px) {
  .page_404-center.absolute {
    display: none;
  }
}
.page_404-center p {
  text-align: center;
  font-weight: 700;
  color: white;
  font-weight: 400;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .page_404-center p {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 1400px) {
  .page_404-center p {
    font-size: 25px;
  }
}
@media (max-width: 942px) {
  .page_404-center p {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .page_404-center p {
    max-width: 22.5vw;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .page_404-center p {
    margin-bottom: 36px;
  }
}
.page_404-center ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 480px) {
  .page_404-center ul {
    flex-direction: column;
    gap: 10px;
  }
}
.page_404-center ul a {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 300px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  color: white;
}
@media (min-width: 1400px) {
  .page_404-center ul a {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .page_404-center ul a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .page_404-center ul a {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .page_404-center ul a {
    padding: 0.46875vw 1.4583333333vw;
    border: 0.15625vw solid #70BAA2;
  }
}
@media (max-width: 1400px) {
  .page_404-center ul a {
    padding: 8px 22px;
    border: 2px solid #70BAA2;
  }
}
.page_404-center ul a:hover {
  background: #70BAA2;
  color: white;
}
@media (min-width: 1400px) {
  .page_404-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5208333333vw;
  }
}
@media (max-width: 1400px) {
  .page_404-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
}
@media (max-width: 1200px) {
  .page_404-right {
    order: -1;
  }
}
@media (max-width: 942px) {
  .page_404-right {
    gap: 5px;
  }
}
.page_404-right h2 {
  color: white;
  font-weight: 700;
  letter-spacing: 0.05%;
}
@media (min-width: 1400px) {
  .page_404-right h2 {
    line-height: 10.625vw;
    font-size: 15.1041666667vw;
  }
}
@media (max-width: 1400px) {
  .page_404-right h2 {
    font-size: 190px;
  }
}
@media (max-width: 942px) {
  .page_404-right h2 {
    font-size: 120px;
  }
}
@media (min-width: 1400px) {
  .page_404-right img {
    display: block;
    width: 10.9375vw;
    height: 10.9375vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .page_404-right img {
    display: block;
    width: 145px;
    height: 145px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 942px) {
  .page_404-right img {
    display: block;
    width: 105px;
    height: 105px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.header ul {
  list-style: none;
}
.header a {
  display: block;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .header .menu-header-container {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    height: 100dvh;
    transition: all 0.3s ease;
    width: min(100%, 400px);
    background: white;
  }
}
@media (max-width: 480px) {
  .header .menu-header-container {
    width: 84%;
  }
}
@media (max-width: 1200px) {
  .header_navigation {
    position: fixed;
    width: 100%;
    height: 100dvh;
    inset: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .header_navigation-bg {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header_navigation-bg {
    position: absolute;
    inset: 0;
    z-index: 101;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
  }
}
@media (max-width: 1200px) {
  .header_navigation.active {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1200px) {
  .header_navigation.active .menu-header-container {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
}
.header_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1400px) {
  .header_container {
    padding-block: 2.3958333333vw 0;
    padding-inline: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .header_container {
    padding-block: 34px 0;
    padding-inline: 3%;
  }
}
@media (max-width: 1200px) {
  .header_container {
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .header_logo {
    display: block;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .header_logo {
    display: block;
    width: 44px;
    height: 44px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1200px) {
  .header_logo {
    display: block;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 600px) {
  .header_logo {
    display: block;
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 600px) {
  .header_big_logo {
    transform: scale(1.3);
    transform-origin: top;
  }
}
@media (min-width: 1200px) {
  .header_toggle {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header_toggle button {
    display: block;
    width: 36px;
    height: 36px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    background: none;
    border: none;
  }
}
@media (max-width: 600px) {
  .header_toggle button {
    display: block;
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header_toggle button svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .header_phone-link {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .header_phone-link {
    display: block;
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 8px;
  }
  .header_phone-link svg, .header_phone-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header_phone-link.dark {
  background: #2C3157;
}
.header_phone-link.dark svg {
  fill: white;
}
.header_phone-link:not(.dark) {
  background: white;
}
.header_phone-link:not(.dark) svg {
  fill: #2C3157;
}
@media (max-width: 600px) {
  .header_phone-link {
    display: block;
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header_contact {
  color: black;
  text-transform: uppercase;
  border-radius: 300px;
  font-weight: 400;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1400px) {
  .header_contact {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .header_contact {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .header_contact {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .header_contact {
    border: 0.15625vw solid #70BAA2;
    padding: 0.5729166667vw 1.25vw;
  }
}
@media (max-width: 1400px) {
  .header_contact {
    border: 2px solid #70BAA2;
    padding: 9px 20px;
  }
}
@media (max-width: 1200px) {
  .header_contact {
    display: none !important;
  }
}
.header_contact:is(:hover) {
  color: white;
  background: #70BAA2;
}
@media (min-width: 1400px) {
  .header_col {
    min-width: 13.0208333333vw;
  }
}
@media (max-width: 1400px) {
  .header_col {
    min-width: 200px;
  }
}
@media (max-width: 1200px) {
  .header_col {
    min-width: auto;
  }
}
@media (max-width: 1200px) {
  .header_col:first-child, .header_col:last-child {
    min-width: 100px;
  }
}
@media (max-width: 600px) {
  .header_col:first-child, .header_col:last-child {
    min-width: 50px;
  }
}
@media (min-width: 1400px) {
  .header .ul_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}
.header .ul_menu li {
  position: relative;
}
@media (max-width: 1200px) {
  .header .ul_menu li {
    width: 100%;
  }
}
.header .ul_menu a {
  color: #2C3157;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .header .ul_menu a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header .ul_menu a[href="#"] {
    pointer-events: none;
  }
}
.header .ul_menu .submenu-wrapper {
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .header .ul_menu .submenu-wrapper {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: 5;
  }
}
@media (min-width: 1400px) {
  .header .ul_menu .submenu-wrapper {
    left: 0.5208333333vw;
    top: calc(100% + 1.5625vw);
    width: 15.9375vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu .submenu-wrapper {
    left: 0;
    width: 270px;
    top: calc(100% + 24px);
  }
}
@media (max-width: 1200px) {
  .header .ul_menu .submenu-wrapper {
    width: 100%;
    display: none;
  }
}
.header .ul_menu .sub-menu {
  width: 100%;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .header .ul_menu .sub-menu {
    padding-block: 2.7083333333vw;
    padding-inline: 2.1875vw;
    border-radius: 2.6041666667vw;
    border: 0.1041666667vw solid #2C3157;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu .sub-menu {
    padding-block: 36px;
    padding-inline: 30px;
    border-radius: 40px;
    border: 1px solid #2C3157;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu .sub-menu {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 16px 32px;
    border-bottom: 1px solid #70BAA2;
  }
}
.header .ul_menu .sub-menu a {
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1400px) {
  .header .ul_menu .sub-menu li:not(:last-child) {
    margin-bottom: 1.4583333333vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu .sub-menu li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header .ul_menu .sub-menu li:not(:last-child) a {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1400px) {
  .header .ul_menu .sub-menu li:last-child {
    padding-top: 1.7708333333vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu .sub-menu li:last-child {
    padding-top: 26px;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu .sub-menu li:last-child {
    padding-top: 0;
  }
}
.header .ul_menu .sub-menu li:last-child a {
  font-weight: 700;
  width: 100%;
}
.header .ul_menu .sub-menu li:last-child a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../images/arrow-forward-outline.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1400px) {
  .header .ul_menu .sub-menu li:last-child a::before {
    display: block;
    width: 0.8854166667vw;
    height: 0.8854166667vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu .sub-menu li:last-child a::before {
    display: block;
    width: 13px;
    height: 13px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1400px) {
  .header .ul_menu > li:not(:last-child) {
    padding-right: 2.0833333333vw;
    margin-right: 1.40625vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu > li:not(:last-child) {
    padding-right: 46px;
    margin-right: 14px;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu > li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .header .ul_menu > li {
    padding-left: 0.5208333333vw;
  }
}
.header .ul_menu > li > a {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .header .ul_menu > li > a {
    padding-block: 0.8333333333vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu > li > a {
    padding-block: 14px;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu > li > a {
    text-transform: uppercase;
    border-bottom: 1px solid #70BAA2;
    padding-left: 16px;
  }
}
@media (min-width: 1400px) {
  .header .ul_menu > li.menu-item-has-children > a {
    padding-right: 0.8333333333vw;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu > li.menu-item-has-children > a {
    padding-right: 16px;
  }
}
.header .ul_menu > li.menu-item-has-children > a::before {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../images/chevron-down-outline.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1400px) {
  .header .ul_menu > li.menu-item-has-children > a::before {
    display: block;
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1400px) {
  .header .ul_menu > li.menu-item-has-children > a::before {
    display: block;
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu > li.menu-item-has-children > a::before {
    display: block;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .header .ul_menu > li:is(:hover) > a::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1200px) {
  .header .ul_menu > li:is(:hover) .submenu-wrapper {
    opacity: 1;
    top: 100%;
    pointer-events: all;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu > li.actived .submenu-wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header.dark .ul_menu a {
    color: white;
  }
}
@media (max-width: 1200px) {
  .header.dark .ul_menu a {
    color: #2C3157;
  }
}
@media (min-width: 1200px) {
  .header.dark .ul_menu > li.menu-item-has-children > a::before {
    filter: invert(1) brightness(100);
  }
}
.header.dark .sub-menu a {
  color: #2C3157;
}
.header.dark .header_contact {
  color: white;
}

.footer_information p:not(.small-text), .footer_menu p {
  font-weight: 700;
  color: white;
}
@media (min-width: 1400px) {
  .footer_information p:not(.small-text), .footer_menu p {
    font-size: 1.8229166667vw;
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 1400px) {
  .footer_information p:not(.small-text), .footer_menu p {
    font-size: 25px;
    margin-bottom: 12px;
  }
}

.footer {
  background: #2C3157;
}
.footer_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .footer_container {
    padding-block: 4.6354166667vw 2.6041666667vw;
    padding-inline: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .footer_container {
    padding-inline: 2.5%;
    padding-block: 64px 36px;
  }
}
@media (max-width: 942px) {
  .footer_container {
    gap: 2rem;
    padding-block: 46px 36px;
  }
}
@media (max-width: 736px) {
  .footer_container > * {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .footer_navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 2.9166666667vw;
    align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .footer_navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    align-items: flex-start;
  }
}
.footer_menu ul {
  list-style: none;
}
@media (min-width: 1400px) {
  .footer_menu ul li {
    min-width: 9.7916666667vw;
  }
}
@media (max-width: 1400px) {
  .footer_menu ul li {
    min-width: 136px;
  }
}
@media (max-width: 480px) {
  .footer_menu ul li {
    min-width: 100px;
  }
}
@media (min-width: 1400px) {
  .footer_menu ul li:not(:last-child) {
    margin-bottom: 1.5104166667vw;
  }
}
@media (max-width: 1400px) {
  .footer_menu ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer_menu ul a {
  color: white;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer_menu ul a {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .footer_menu ul a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .footer_menu ul a {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .footer_information {
    display: grid;
    grid-template-columns: 18.59375vw 7.8125vw;
    grid-gap: 7.34375vw;
    align-items: flex-end;
  }
}
@media (max-width: 1400px) {
  .footer_information {
    display: grid;
    grid-template-columns: 260px 108px;
    grid-gap: 99px;
    align-items: flex-end;
  }
}
@media (max-width: 942px) {
  .footer_information {
    grid-template-columns: 1fr 90px;
    grid-gap: 32px;
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .footer_information {
    grid-template-columns: 100%;
    grid-gap: 12px;
    align-items: flex-end;
  }
}
.footer_information img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  /*@media (min-width: v.$laptop){
      margin-top: m.px-to-vw(146px);
  }
  @include m.laptop{
      margin-top: 105px;
  }
  @include m.tabletlg{
      margin-top: 80px;
  }*/
}
@media (max-width: 480px) {
  .footer_information img {
    max-width: 90px;
  }
}
.footer_information p {
  color: #ffffff;
}
.footer_information p.small-text {
  margin: 4.2708333333vw 0 0 0;
}
.footer_information p.small-text, .footer_information p a {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer_information p.small-text, .footer_information p a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1400px) {
  .footer_information p.small-text, .footer_information p a {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .footer_information p.small-text, .footer_information p a {
    line-height: 1.3em;
  }
}
@media (max-width: 1400px) {
  .footer_information p.small-text, .footer_information p a {
    line-height: 1.25em;
  }
}
.footer_information p a {
  margin: 0;
  text-decoration: underline;
}
.footer_information a {
  display: block;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_information a:not(.small-text) {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer_information a:not(.small-text) {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 1400px) {
  .footer_information a:not(.small-text) {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .footer_information a:not(.small-text) {
    font-size: 16.6px;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .footer_information a:not(.small-text) {
    margin-bottom: 1.5104166667vw;
  }
}
@media (max-width: 1400px) {
  .footer_information a:not(.small-text) {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=app.css.map */
