html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #05668d;
}

a,
button {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

.nunito {
  font-family: "Nunito Sans", sans-serif;
}

p {
  color: #05668d;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  color: #05668d;
}

.heading-1 {
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.heading-2 {
  font-size: 1.625rem;
  line-height: 2rem;
}

.heading-3 {
  font-size: 1rem;
  line-height: 2.9375rem;
  font-weight: 500;
}

.body-large {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

@media (min-width: 1280px) {
  .heading-1 {
    font-size: 2.375rem;
    line-height: 2.9375rem;
  }

  .heading-2 {
    font-size: 2.375rem;
    line-height: 2.9375rem;
  }

  .heading-3 {
    font-size: 1.375rem;
    line-height: 2.9375rem;
  }

  .btn {
    line-height: 49px;
  }

  .body-large {
    font-size: 1.8125rem;
    line-height: 2.375rem;
  }

  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

body .desktop-only {
  display: none;
}

body .tablet-only {
  display: none;
}

body .device-only {
  display: block;
}

@media (min-width: 768px) {
  body .tablet-only {
    display: block;
  }

  body .mobile-only {
    display: none;
  }
}
@media (min-width: 1280px) {
  body .desktop-only {
    display: block;
  }

  body .device-only {
    display: none;
  }
}
.container {
  display: grid;
  grid-template-columns: [center-start] repeat(4, 1fr) [center-end];
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.container > section {
  margin: 0 32px;
  grid-column: center-start/center-end;
}
@media (min-width: 768px) {
  .container {
    grid-template-columns: [center-start] repeat(8, [col-start] 1fr [col-end]) [center-end];
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin: 0 32px;
  }
  .container > section {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    grid-template-columns: [container-start] 1fr [center-start] repeat(12, [col-start] 70px [col-end]) [center-end] 1fr [container-end];
    -moz-column-gap: 32px;
         column-gap: 32px;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .container > section {
    margin: 0;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
}
body footer {
  margin-top: auto;
}

li {
  list-style: none;
}

.btn {
  display: block;
  max-width: 230px;
  border-radius: 35px;
  font-size: 1rem;
  line-height: 49px;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #ffffff;
  background-color: #05668d;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .btn {
    max-width: 276px;
  }
}

.box-container {
  position: relative;
}
.box-container .background {
  border-radius: 25px;
  box-shadow: 0px 30px 30px #00000029;
  transform: rotate(357deg);
}
.box-container .background-second {
  border-radius: 25px;
  box-shadow: 0px 30px 30px #00000029;
  transform: rotate(42deg);
  background-color: #02c39a;
  z-index: -1;
}

h1 span.heading-3,
h2 span.heading-3 {
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #04394e;
}

h1,
h2 {
  text-align: center;
}

strong.black {
  font: inherit;
  display: block;
  font-weight: 900;
}

.breadcrumb {
  margin: 30px 0;
}
.breadcrumb ul {
  display: flex;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.155' height='9.311' viewBox='0 0 5.155 9.311'%3E%3Cpath id='Path_96' data-name='Path 96' d='M7.9,0,3.948,3.948,0,0' transform='translate(0.707 8.604) rotate(-90)' fill='none' stroke='%2305668d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
  list-style-position: inside;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.64px;
  font-weight: 500;
}
.breadcrumb ul li {
  margin-left: 6px;
  list-style: inherit;
}
.breadcrumb ul li::marker {
  margin: 0;
}
.breadcrumb ul a {
  color: #04394e;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
}
.breadcrumb ul a.active {
  color: #05668d;
}
@media (max-width: 767px) {
  .breadcrumb ul a {
    font-size: 0.875rem;
  }
}
.breadcrumb ul li::marker {
  margin-right: 5px;
}
.breadcrumb ul li:first-of-type {
  list-style: none;
  margin-left: 0px;
}
.breadcrumb ul li:first-of-type a {
  padding-left: 0;
}
@media (max-width: 1279px) {
  .breadcrumb ul li:first-of-type a {
    font-size: 0.875rem;
    visibility: hidden;
    max-width: 15px;
    position: relative;
    display: block;
    padding: 9px;
  }
  .breadcrumb ul li:first-of-type a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.503' height='16.675' viewBox='0 0 17.503 16.675'%3E%3Cg id='Group_74' data-name='Group 74' transform='translate(1.414 1)'%3E%3Cpath id='Path_130' data-name='Path 130' d='M1.714,9.052,9.052,1.714l7.337,7.337' transform='translate(-1.714 -1.714)' fill='none' stroke='%2378898e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_131' data-name='Path 131' d='M8.571,29.143v5.644H18.731V29.143' transform='translate(-6.314 -20.112)' fill='none' stroke='%2378898e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .breadcrumb ul {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.859' height='11.718' viewBox='0 0 6.859 11.718'%3E%3Cpath id='Path_122' data-name='Path 122' d='M10.3,0,5.152,5.152,0,0' transform='translate(0.707 11.011) rotate(-90)' fill='none' stroke='%2304394e' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E ");
  }
}

#header {
  position: static;
  z-index: 100;
  background: #fff;
}
#header.hide {
  top: -50px;
  position: static;
}
#header.show {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 0.5s;
}

.burger-menu-open {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 0;
}

.logo {
  display: flex;
  align-items: center;
}
.logo .content {
  color: #1d2223;
  text-transform: uppercase;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5625rem;
  line-height: 2.0625rem;
  margin-left: 15px;
}
.logo .content span {
  white-space: nowrap;
  color: #78898e;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}

.header {
  height: 79px;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 15px #00000029;
}
.header > .container {
  width: 100%;
}

.header-nav {
  grid-column: center-start/center-end;
  margin: auto 32px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.1s ease-in;
}

.burger-menu-btn {
  color: #04394e;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
}

#header.open {
  min-height: 100vh;
  background-color: #02c39a;
  padding-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#header.open > .container {
  height: 100%;
}
#header.open .header-nav {
  margin: 0;
}
#header.open .nav-container {
  min-height: 80vh;
  flex-wrap: wrap;
  border-radius: 0 0 25px 25px;
  background-color: #ffffff;
  padding: 16px 36px 0;
  align-content: flex-start;
  transition: all 0.3s ease-in;
}
#header.open .burger-menu-btn {
  display: none;
}
#header.open .burger-menu-btn.open {
  display: block;
  background-color: #05668d;
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
}
#header.open .burger-menu-btn.open:before {
  content: "";
  width: 20px;
  background-color: #ffffff;
  height: 4px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header.open .burger-menu-btn.open:after {
  content: "";
  width: 20px;
  background-color: #ffffff;
  height: 4px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header.open .desktop-only {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
}
#header.open .desktop-only a {
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #05668d;
  font-weight: 700;
  letter-spacing: 1.04px;
}
#header.open .desktop-only a.btn {
  color: #ffffff;
  font-size: 1rem;
  line-height: 3.0625rem;
  font-weight: 700;
  margin: 10px auto;
}
#header.open li.desktop-only:nth-child(3) {
  margin-top: 33vh;
}
#header.open .logo .content .desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .header-nav {
    grid-column: 2/8;
    margin: auto 0;
  }

  .header > .container {
    margin: 0 32px;
  }

  #header.open .container {
    margin: 0;
  }
  #header.open .header-nav {
    grid-column: center-start/center-end;
  }
}
@media (min-width: 1280px) {
  .header > .container {
    margin: 0;
  }

  .header {
    height: 99px;
    padding: 29px 0 11px;
  }

  .header-nav {
    grid-column: 3/13;
  }

  .nav-container {
    justify-content: flex-end;
  }
  .nav-container li:first-of-type {
    margin-right: auto;
    margin-left: 0;
  }
  .nav-container li {
    margin-left: 30px;
  }

  .nav-container a {
    color: #04394e;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
  .nav-container a.active, .nav-container a:hover {
    color: #05668d;
  }
  .nav-container a.btn {
    display: none;
  }

  .header-nav .logo svg {
    width: 53.3px;
    height: 58.3px;
  }
}
footer {
  padding: 28px 0 22px;
  text-align: left;
}
footer .container > div,
footer .container > ul {
  grid-column: center-start/center-end;
  margin: 0 16px;
}
footer li a {
  font-size: 1rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: #04394e;
}
footer li.underline {
  border-bottom: 1px solid #e7e7e7;
}
footer .logo {
  margin-top: 16px;
}
footer .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #78898e;
}
@media (min-width: 768px) {
  footer .container > div,
footer .container > ul {
    grid-column: 2/8;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  footer .container > .desktop-only {
    grid-column: 3/13;
    margin: 0;
  }
  footer .desktop-only {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 32px;
  }
  footer .logo-container {
    grid-column: span 2;
    padding: 73px 0 78px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e7e7e7;
  }
  footer h4 {
    margin-bottom: 16px;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #04394e;
  }
  footer p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 376px;
  }
  footer .left a {
    color: #04394e;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-top: 16px;
    display: block;
  }
  footer .right > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 81px;
  }
  footer .right > div li a,
footer .right > div a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #04394e;
    max-width: 196px;
  }
  footer .right > div li:not(:last-of-type) {
    margin-bottom: 6px;
  }
  footer .right > ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  footer .right > ul li {
    margin-left: 29px;
    margin-bottom: 12px;
  }
  footer .right > ul li a {
    line-height: 1.3125rem;
  }
  footer .right > ul li:first-of-type {
    flex-grow: 1;
    text-align: right;
  }
  footer .container > .copyright {
    grid-column: center-start/center-end;
  }
  footer .copyright {
    padding: 80px 0 40px;
    text-align: center;
  }
}

.header-section {
  padding-bottom: 32px;
  text-align: center;
}
.header-section h1 {
  margin-bottom: 16px;
}

.partners {
  text-align: center;
  padding-bottom: 68px;
}
.partners h2 {
  margin-bottom: 32px;
}
.partners p {
  margin-bottom: 16px;
}
.partners ul li:not(:last-of-type) {
  margin-bottom: 68px;
}
.partners .box-container {
  margin-bottom: 100px;
}
.partners .box-container .background {
  width: 180px;
  height: 265px;
  margin: 0 auto;
  background-color: #ffffff;
}
.partners .box-container .background-second {
  width: 180px;
  height: 265px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(42deg);
}
.partners .box-container img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.partners .box-container img[data-id=sooil] {
  top: 45px;
}
.partners .box-container img[data-id=sd] {
  top: 10px;
}

@media (min-width: 768px) {
  .container > .header-section,
.container > .products {
    grid-column: 2/8;
  }

  .breadcrumb {
    margin: 43px 0 65px;
  }

  .header-section {
    padding-bottom: 105px;
  }
  .header-section h1 {
    margin-bottom: 22px;
  }

  .partners h2 {
    margin-bottom: 48px;
  }
  .partners p {
    max-width: 522px;
    margin: 0 auto 24px;
  }
  .partners ul li:not(:last-of-type) {
    margin-bottom: 106px;
  }
  .partners .box-container {
    width: 310px;
    height: 345px;
    margin: 0 auto 36px;
  }
}
@media (min-width: 1280px) {
  .container {
    margin: 0;
  }

  .container > .partners,
.container > .header-section {
    grid-column: 3/13;
  }

  .breadcrumb {
    margin: 43px 0 38px;
  }

  h1 span.heading-3,
h2 span.heading-3 {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    font-weight: 500;
  }

  .btn {
    width: 276px;
    max-height: 59px;
    line-height: 3.6875rem;
    font-size: 1.25rem;
  }

  .header-section {
    text-align: left;
  }
  .header-section h1 {
    text-align: left;
  }

  .partners h2 {
    width: 100%;
  }
  .partners p {
    margin: 0 auto;
    max-width: 785px;
    flex-grow: 1;
  }
  .partners ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 53px;
  }
  .partners ul li h2,
.partners ul li p {
    grid-column: 1/2;
    width: 580px;
    text-align: left;
  }
  .partners ul li h2 {
    grid-row-start: 1;
  }
  .partners ul li .box-container {
    grid-row: span 2;
  }
  .partners ul li:nth-last-of-type(odd) h2,
.partners ul li:nth-last-of-type(odd) p {
    grid-column: 2/3;
  }
}
