/* ===== VARIABLES ===== */
:root {
  --green-color: #009990;
  --green-dark-color: #0E6A65;
  --blue-color: #3E5879;
  --blue-dark-color: #213555;
  --sandy-color: #E9D8CD;
  --body-color: #FFFDF9;
  --text-color: #272727;
  --black-color: #252525;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;
}

/* ===== GRID ===== */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

.t6n0po {
  max-width: calc(var(--grid-width) + var(--grid-gutter) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}

.t6n0po.sm {
  max-width: calc(962px + var(--grid-gutter) * 2);
}

.y0on0c {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) * -1);
}

.xrdxqk {
  flex-direction: column-reverse;
}

.lzuo8q {
  flex-direction: column-reverse;
}

.axlnfl {
  width: fit-content;
  padding: 0 var(--grid-gutter);
}

.q9c5kf {
  width: 25%;
}

.lzrwxf {
  width: 33.3333%;
}

.cwb08c {
  width: 41.666667%;
}

.zdexft {
  width: 50%;
}

.c840uv {
  width: 100%;
}

.jabo59 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rqad9n {
  flex: 1;
}

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

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

@media (min-width: 992px) {
  .ltvohv {
    width: 25%;
  }

  .htbff2 {
    width: 33.3333%;
  }

  .unja0n {
    width: 58.3333%;
  }

  .j7098r {
    width: 66.6666%;
  }

  .fgtk3g {
    width: 50%;
  }

  .rb8gfv {
    width: 41.6666%;
  }

  .zt1cdw {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .ibgqyh {
    width: 25%;
  }

  .tknpt9 {
    width: 50%;
  }

  .o8fivk {
    width: 58.3333%;
  }

  .j2w2fe {
    width: 41.6666%;
  }

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

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

  .d9wuqb {
    flex-direction: row;
  }
}

/* ===== MAIN ===== */

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

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


body, html {
  height: 100%;
  min-height: 100%;
}

html {
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  background-color: var(--body-color);
  color: var(--text-color);
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 42px;
  line-height: 57px;
  margin: 60px 0 30px;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  margin: 60px 0 30px;
}

h3 {
  font-size: 38px;
  line-height: 52px;
  margin: 60px 0 30px;
}

h4 {
  font-size: 36px;
  line-height: 50px;
  margin: 60px 0 30px;
}

h5 {
  font-size: 32px;
  line-height: 43px;
  margin: 60px 0 30px;
}

h6 {
  font-size: 28px;
  line-height: 38px;
  margin: 60px 0 30px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
}

ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--black-color);
}

ol {
  margin: 20px 0 20px 22px;
}

ol li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

blockquote {
  position: relative;
  display: block;
  background-color: #F5F5F5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 16px 78px 16px 80px;
  margin: 15px 0;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 58px;
  height: calc(100% - 10px);
  width: 2px;
  background-color: var(--grey-medium-color);
}

kbd {
  letter-spacing: .05em;
  font-family: var(--primary-font);
  font-weight: 400;
}

code,
samp {
  display: inline-block;
  padding: 0 2px;
  font-family: 'Inconsolata';
  font-weight: 400;
  background-color: #F5F5F5;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .05em;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--text-color);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue-dark-color);
  line-height: 1;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  text-decoration: underline;
}

input, 
select,
textarea {
  width: 100%;
  position: relative;
  display: block;
  padding: 11px 14px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
  background-color: var(--white-color);
  outline: none;
  border: 1px solid var(--grey-medium-color);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

select {
  padding-right: 50px;
  background: url(../images/select-arrow.svg) no-repeat calc(100% - 15px) var(--white-color);
}

::-webkit-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  border: 1px solid var(--blue-dark-color);
}

.y2uib2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 34px;
  background-color: var(--green-color);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
}

.y2uib2:hover,
.y2uib2:active {
  background-color: var(--green-dark-color);
  text-decoration: none;
}

.yuhao6 {
  position: relative;
  padding: 17px 0;
  background-color: var(--body-color);
  box-shadow: 0 1px 4px 0 rgba(132, 133, 204, 0.25)
}

.u8zlkf {
  max-width: 258px;
  width: 100%;
  transition: var(--transition);
  border: 0;
  font-weight: 600;
}

.u8zlkf:hover {
  opacity: .9;
}

.cmnpr9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  transition: var(--transition);
}

.gyj37p {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, .7);
}

.cmnpr9.teoycp {
  transform: translateX(0);
}

.gyj37p.teoycp {
  opacity: 1;
  z-index: 9;
}

.z8w4jc {
  width: 100%;
  margin-right: 30px;
}

.z8w4jc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.z8w4jc ul li {
  margin: 0 40px 0 0;
  padding: 0;
}

.z8w4jc ul li::before {
  display: none;
}

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

.z8w4jc ul li * {
  display: inline-flex;
  color: var(--text-color);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.z8w4jc ul li a:hover {
  color: var(--blue-dark-color);
  border-color: var(--blue-dark-color);
}

.ynthbq {
  flex-shrink: 0;
}

.ynthbq .y2uib2 {
  padding-left: 45px;
  padding-right: 45px;
}

.y89rj8 {
  position: relative;
  background-color: var(--blue-color);
  padding: 60px 0 47px;
}

.kslo81 p {
  font-size: 18px;
  line-height: 30px;
  color: var(--white-color);
}

.a7rfd1 {
  margin: 30px 0;
  font-size: 42px;
  line-height: 57px;
  font-weight: 600;
  color: var(--white-color);
}

.vcbv8a {
  padding: 60px 0;
}

.wn1h00 {
  margin: 5px 0 20px;
}

.n3k7m9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sst29r,
.pmvphe {
  width: calc(50% - 15px);
}

.sst29r .gu2bq6:first-child,
.pmvphe .gu2bq6:last-child {
  height: 240px;
}

.sst29r .gu2bq6:last-child,
.pmvphe .gu2bq6:first-child {
  height: 140px;
}

.gu2bq6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 30px;
  background-color: var(--blue-color);
}

/* ===== CITIES ===== */
.k25ep4 {
  padding: 0 0 60px;
}

.eraa9k {
  font-size: 22px;
  font-weight: 600;
  color: var(--blue-dark-color);
  margin-bottom: 1.25rem;
}

.aw5a6x {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 600px) {
  .aw5a6x {
    grid-template-columns: 1fr;
  }
}

.lv30q9 {
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
  overflow: hidden;
}

.i3jpcx {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blue-dark-color);
  background-color: var(--sandy-color);
  transition: background-color var(--transition);
}

.i3jpcx:hover {
  background-color: #dccfc3;
}

.i3jpcx::after {
  content: "▸";
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.lv30q9[open] .i3jpcx::after {
  transform: rotate(90deg);
}

.v63smc {
  padding: 0.25rem 0 0.5rem;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--grey-medium-color);
}

.v63smc li::before {
  display: none;
}

.v63smc li a {
  display: block;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  color: var(--blue-color);
  text-decoration: none;
  transition: background 0.15s;
}

.v63smc li a:hover {
  background: var(--body-color);
  color: var(--blue-dark-color);
}

/* ===== CONTENT TYPOGRAPHY (s-intro + article-content) ===== */
.vcbv8a,
.w1xtsi {
  line-height: 1.7;
}

.vcbv8a p,
.w1xtsi p {
  margin: 0 0 18px;
}

.vcbv8a h1,
.w1xtsi h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 24px;
}

.vcbv8a h2,
.w1xtsi h2 {
  font-size: 26px;
  line-height: 1.3;
  margin: 44px 0 16px;
}

.vcbv8a h3,
.w1xtsi h3 {
  font-size: 21px;
  line-height: 1.35;
  margin: 36px 0 12px;
}

.vcbv8a h4,
.w1xtsi h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 28px 0 10px;
}

.vcbv8a h5,
.w1xtsi h5 {
  font-size: 16px;
  line-height: 1.45;
  margin: 22px 0 8px;
}

.vcbv8a h6,
.w1xtsi h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 18px 0 8px;
}

.vcbv8a ul,
.vcbv8a ol,
.w1xtsi ul,
.w1xtsi ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.vcbv8a ul,
.w1xtsi ul {
  list-style-type: disc;
}

.vcbv8a ol,
.w1xtsi ol {
  list-style-type: decimal;
}

.vcbv8a li,
.w1xtsi li {
  margin-bottom: 6px;
  padding-left: 0;
}

.vcbv8a li::before,
.w1xtsi li::before {
  display: none;
}

.ogpekh {
  margin: 0 0 20px;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
  background-color: var(--blue-color);
  color: var(--white-color);
  padding: 5px 20px;
}

.ogpekh.qdezuq {
  background-color: var(--white-color);
  color: var(--black-color);
}

.p12z7q {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.pti2it {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.lh1htz {
  font-family: 'Oldenburg';
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  min-width: 26px;
  margin-right: 20px;
}

.foolme p:last-child {
  margin-bottom: 0;
}

.pti2it::before {
  display: none;
}

.pti2it strong {
  font-weight: 700;
  margin-right: 15px;
  font-size: 24px;
  line-height: 30px;
  color: var(--white-color);
}

.r3ht0l {
  padding: 50px 0 80px;
  background-color: var(--blue-color);
}

.r3ht0l .gynt2d,
.r3ht0l p {
  color: var(--white-color);
}

.b4rkti {
  margin-top: 25px;
  padding: 20px;
  background-color: var(--white-color);
}

.lrjdft {
  width: 100%;
  margin-bottom: 15px;
}

.lrjdft:last-child {
  margin-bottom: 0;
}

.ocv08w p {
  color: var(--black-color);
  margin-bottom: 0;
}

.qocm7e {
  padding: 60px 0;
}

.qocm7e .ogpekh {
  margin-top: 45px;
}

.bkfjxn {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -115px -15px 0;
}

.urfizy {
  padding: 20px 25px;
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  background-color: var(--white-color);
  border: 1px solid var(--blue-color);
}

.urfizy p:last-child {
  margin-bottom: 0;
}

.vpezim {
  float: right;
  margin-left: 30px;
  margin-top: 20px;
}

.i164dc {
  padding: 50px 0;
  background-color: var(--blue-color);
  color: var(--white-color);
}

.i164dc .gynt2d,
.i164dc p {
  color: var(--white-color);
}

.i164dc .p12z7q {
  background-color: var(--white-color);
  padding: 20px 25px;
  margin: 10px 0 30px;
}

.mvl0wl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p12z7q {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pti2it {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.pti2it:last-child {
  margin-bottom: 0;
}

.pti2it::before {
  display: none;
}

.b24ar6 {
  margin-right: 15px;
  margin-top: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foolme p {
  margin-bottom: 0;
  color: var(--black-color);
}

.foolme ul li {
  margin-bottom: 0;
}

.foolme ul {
  margin: 0;
}

.ftdukg {
  width: 100%;
  max-width: 415px;
  background-color: var(--white-color);
  text-align: center;
  margin-left: auto;
}

.ec5vl5 {
  padding: 30px 20px;
  width: 100%;
  margin: 0 auto;
}

.ftdukg select {
  margin-bottom: 15px;
}

.p28729 {
  padding: 12px 24px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--sandy-color);
}

.rrh17b {
  margin: 20px auto 0;
}

.tr9896 {
  font-size: 11px;
  line-height: 15px;
  margin: 15px auto 0;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-weight: 300;
  color: var(--text-color);
}

.tr9896 a {
  font-weight: 400;
  color: var(--text-color);
}

.gynt2d {
  margin: 0 0 24px;
  font-size: 34px;
  color: var(--black-color);
  line-height: 1.25;
  font-weight: 600;
}

.ych8vh {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 20px 15px 100px;
}

.xj7v13,
.qncekf {
  padding: 70px 0 80px;
}

.n2kqbz {
  max-width: 565px;
  width: 100%;
  margin: 0 auto 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 0 rgba(142, 142, 142, 0.3);
}

.op6wo1 {
  padding: 30px 82px 40px;
}

.it31df {
  padding: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--sandy-color);
  margin: 0;
  text-align: center;
}

.ea9hej {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
}

.ea9hej a {
  color: var(--text-color);
  font-weight: 400;
}

.n2kqbz input,
.n2kqbz select,
.n2kqbz textarea {
  margin-bottom: 20px;
}

.n2kqbz textarea {
  height: 155px;
}

.luoeqd {
  margin: 25px auto 0;
  max-width: 335px;
}

.n2kqbz.ji6cf4 {
  min-height: 460px;
}

.cdlwkk {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(12px * -1) 25px;
}

.ftn66r {
  width: 50%;
  padding: 0 12px;
}

.cnsce2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  border: 1px solid var(--blue-color);
  padding: 20px 25px;
  max-width: 495px;
  width: 100%;
}

.cnsce2 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.cpnzxi {
  padding-top: 2px;
}

.j9ld1n {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.lhbl4y {
  margin: 0 0 8px;
  display: block;
  line-height: 24px;
  color: var(--black-color);
}

.niw5nu {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
}

.jhlrlj {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.jhlrlj:last-child {
  margin-bottom: 0;
}

.jhlrlj p {
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 22px;
  width: 125px;
  flex-shrink: 0;
}

.jhlrlj span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.vxveo6 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  border: 1px solid var(--blue-color);
  padding: 20px 25px;
  width: 100%;
  max-width: 495px;
} 

.s73e42 {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.zt9mnb {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black-color);
}

.fk1zj4 p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.jr2mlr {
  padding-top: 60px;
  background-color: var(--blue-dark-color);
}

.c1ynad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.xmd4ld {
  margin: 0 15px;
}

.j2dqo6 {
  max-width: 254px;
  width: 100%;
  font-weight: 600;
  color: var(--white-color);
}

.j2dqo6:hover {
  opacity: .9;
}

.oqfyza {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 0 20px 0;
}

.oqfyza li {
  margin: 0 20px 0 0;
  padding: 0;
}

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

.oqfyza li::before {
  display: none;
}

.oqfyza li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  border: 0;
}

.oqfyza li a:hover {
  background-color: var(--green-dark-color);
}

.f1sen4 {
  display: flex;
  align-items: flex-start;
  width: 252px;
  margin-top: 30px;
}

.f1sen4 p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: var(--white-color);
}

.ydmph1 {
  margin-right: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.eeesnl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white-color);
}

.pggl2o {
  margin: 0;
}

.pggl2o.uxpen1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pggl2o.uxpen1 li {
  width: calc(50% - 5px);
}

.pggl2o li {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 20px;
}

.pggl2o li::before {
  display: none;
}

.pggl2o li a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white-color);
}

.mrez9b {
  margin-top: 35px;
}

.zrs7cb {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}

.zrs7cb p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 10px;
  color: var(--white-color);
}

.ncu23q {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  color: var(--white-color);
}

.dc48vv {
  text-align: center;
  padding-top: 24px;
}

.dc48vv p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--white-color);
}

.sfa0ij {
  position: relative;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  overflow: visible; }
  .sfa0ij:hover {
    opacity: 0.7; }
  .sfa0ij.teoycp:hover {
    opacity: 0.7; }
  .sfa0ij.teoycp .cwyzep,
  .sfa0ij.teoycp .cwyzep::before,
  .sfa0ij.teoycp .cwyzep::after {
    background-color: var(--blue-dark-color); }

.x4jazy {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.cwyzep {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .cwyzep, .cwyzep::before, .cwyzep::after {
    width: 40px;
    height: 3px;
    background-color: var(--blue-dark-color);
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .cwyzep::before, .cwyzep::after {
    content: "";
    display: block; }
  .cwyzep::before {
    top: -10px; }
  .cwyzep::after {
    bottom: -10px; }

.kb4znz .cwyzep {
  top: 2px; }
  .kb4znz .cwyzep::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .kb4znz .cwyzep::after {
    top: 20px; }

.kb4znz.teoycp .cwyzep {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .kb4znz.teoycp .cwyzep::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .kb4znz.teoycp .cwyzep::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

.g1l59g {
  margin-top: 60px!important;
}

.d8tb5k {
  display: flex;
}

.h5idx8 {
  text-align: center;
}

.dcky8r {
  color: var(--white-color);
}

.ogs2wp {
  align-items: center;
} 

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

.e05qj9 {
  justify-content: center;
}

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

/* ===== MEDIA ===== */
@media (max-width: 1025px) {
  .z8w4jc ul li {
    margin-right: 25px;
  }

  .sfa0ij {
    display: inline-flex;
  }

  .u8zlkf,
  .j2dqo6 {
    max-width: 157px;
  }

  .cmnpr9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 90px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 330px;
    z-index: 99;
    background-color: var(--white-color);
    transform: translateX(100%);
  }

  .z8w4jc {
    margin-right: 0;
    width: auto;
    text-align: right;
    width: 100%;
  }

  .z8w4jc ul {
    display: block;
  }

  .z8w4jc ul li {
    margin-right: 0;
    margin-bottom: 15px; 
  }

  .z8w4jc ul li * {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .ynthbq {
    margin-top: 15px;
  }

  .y2uib2 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .imlshr {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .jr2mlr {
    padding-top: 60px;
  }

  .c1ynad {
    margin-bottom: 30px;
  }

  .j2dqo6 {
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .ydmph1 {
    margin-right: 7px;
  }

  .f1sen4 {
    width: 152px;
  }

  .f82e0k {
    margin-bottom: 25px;
    text-align: center;
  }

  .f82e0k {
    float: none;
    margin-right: 0;
  }

  .sst29r .gu2bq6:first-child,
  .pmvphe .gu2bq6:last-child {
    height: 150px;
  }

  .sst29r .gu2bq6:last-child,
  .pmvphe .gu2bq6:first-child {
    height: 114px;
  }

  .imlshr {
    display: none;
  }

  .ftdukg {
    margin-left: auto;
    margin-right: auto;
  }

  .vpezim {
    float: none;
    margin: 0 0 25px;
    text-align: center;
  }

  .a7rfd1,
  .kslo81 {
    text-align: center;
  }

  .mvl0wl {
    margin: 10px 0;
  }

  .eta9rm {
    padding: 80px 0;
  }

  .vxveo6,
  .cnsce2 {
    margin-left: auto;
    margin-right: auto;
  }

  .fk1zj4 {
    max-width: 100%;
  }

  .n2kqbz {
    margin-bottom: 40px;
  }

  .yuhao6 {
    padding: 10px 0;
  }

  .vcbv8a {
    padding: 70px 0 40px;
  }

  .ps0zog {
    padding: 50px 0 10px;
  }

  .gvemrb {
    padding: 40px 0 10px;
  }

  .upqgpv {
    padding: 25px 0 65px;
  }
}

@media (max-width: 767px) {
  p,
  ul li,
  ol li,
  blockquote,
  code, 
  samp,
  input, 
  select, 
  textarea {
    font-size: 15px;
    line-height: 25px;
  }

  ul li {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  ol li {
    margin-bottom: 15px;
  }

  ul li::before {
    top: 10px;
    left: 9px;
    width: 3px;
    height: 3px;
  }

  blockquote {
    margin: 15px 0;
    padding: 14px 18px 14px 27px; 
  }

  blockquote::before {
    left: 17px;
    width: 1px;
  }

  h1 {
    font-size: 32px;
    line-height: 43px;
    margin: 50px 0 25px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 50px 0 25px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 50px 0 25px;
  }

  h4 {
    font-size: 26px;
    line-height: 35px;
    margin: 50px 0 25px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 50px 0 25px;
  }

  h6 {
    font-size: 20px;
    line-height: 27px;
    margin: 50px 0 25px;
  }

  input, 
  select, 
  textarea {
    padding: 9px 12px;
  }

  select {
    padding-right: 35px;
    background-size: 13px;
    background-position-x: calc(100% - 12px);
  }

  .ych8vh {
    padding: 10px 15px 65px;
  }

  .y2uib2 {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 20px;
  }

  .yuhao6 {
    padding: 6px 0;
  }

  .u8zlkf,
  .j2dqo6 {
    max-width: 157px;
  }

  .qocm7e {
    padding: 50px 0 80px;
  }

  .bkfjxn {
    margin-top: -90px;
  }

  .urfizy {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .b24ar6 {
    max-width: 21px;
    margin-right: 10px;
  }

  .gu2bq6 {
    margin-bottom: 10px;
  }

  .gu2bq6 img {
    max-width: 40%;
  }

  .sst29r, 
  .pmvphe {
    width: calc(50% - 5px);
  }

  .n3k7m9 {
    margin-bottom: 15px;
  }

  .y89rj8 {
    padding: 45px 0 25px;
  }

  .kslo81 p {
    font-size: 15px;
    line-height: 25px;
  }

  .r3ht0l {
    padding: 40px 0 64px;
  }

  .b4rkti {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .i164dc {
    padding: 40px 0 25px;
  }

  .qocm7e .ogpekh {
    margin-top: 35px;
  }

  .vpezim {
    max-width: 300px;
    margin: 0 auto 25px;
  }

  .i164dc .p12z7q {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .lh1htz {
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    min-width: 21px;
  }

  .vh0ajd {
    margin-right: 10px;
    max-width: 15px;
  }

  .gkxd2x {
    padding: 40px 0 20px;
  }

  .gkxd2x .p12z7q {
    display: block;
  }

  .gkxd2x .pti2it {
    width: 100%;
    display: block;
  }

  .cmnpr9 {
    padding-top: 75px;
  }

  .gkxd2x .pti2it strong {
    font-size: 18px;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }

  .pti2it strong {
    margin-right: 10px;
  }

  .nbjdep {
    width: 100%;
  }

  .ngagas {
    margin-right: 10px;
  }

  .i164dc .q2wkg9 {
    padding: 20px 10px;
  }

  .f82e0k,
  .mvl0wl {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .a7rfd1 {
    font-size: 32px;
    line-height: 43px;
  }

  .qlf05b {
    max-width: 207px;
    font-size: 10px;
    line-height: 13px;  
  }

  .ftdukg select {
    padding: 9px 15px;
  }

  .p28729 {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 25px;
  }

  .ec5vl5 {
    padding: 25px;
  }

  .a7rfd1 {
    margin-bottom: 20px;
  }

  .vcbv8a {
    padding: 40px 0 35px;
  }

  .vcbv8a h5 {
    margin-top: 40px;
  }

  .kel0f1 {
    margin-bottom: 50px;
  }

  .cfvw3v li {
    font-size: 15px;
    line-height: 25px;
    padding-left: 34px;
    margin-bottom: 15px;
  }

  .cfvw3v li::before {
    width: 24px;
    height: 24px;
    background-size: 60%;
    top: 0;
  }

  .j9ld1n {
    width: 40px;
    height: 40px;
    padding: 3px;
  }

  .gynt2d {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .qlf05b {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rrh17b {
    margin-top: 20px;
  }

  .tr9896 {
    font-size: 10px;
    line-height: 13px;
  }

  .ftdukg .y2uib2 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .kslo81 {
    font-size: 15px;
    line-height: 25px;
  }

  .pi6aj3 {
    display: block;
  }

  .vxveo6 {
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
  }

  .s73e42 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 4px;
  }

  .fk1zj4 p {
    font-size: 14px;
    line-height: 21px;
  }

  .cdlwkk {
    display: block;
    margin-bottom: 15px;
  }

  .ftn66r {
    width: 100%;
    margin-bottom: 15px;
  }

  .xj7v13,
  .qncekf {
    padding: 45px 0 60px;
  }

  .dwizf4 {
    display: block;
  }

  .jhlrlj {
    flex-direction: row;
  }

  .j9ld1n {
    margin-right: 15px;
  }

  .cpnzxi {
    padding-top: 0;
  }

  .cnsce2 {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .jhlrlj span {
    font-size: 14px;
    line-height: 19px;
  }
  
  .p6kp13 {
    padding: 19px 0;
  }

  .gqg39r {
    font-size: 20px;
    line-height: 27px;
  }

  .it31df {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 25px;
  }

  .op6wo1 {
    padding: 25px 25px 30px;
  }

  .oqfyza {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .ea9hej {
    font-size: 10px;
    line-height: 13px;
  }

  .n2kqbz input, .n2kqbz select, .n2kqbz textarea {
    margin-bottom: 15px;
  }

  .n2kqbz textarea {
    height: 99px;
  }

  .c1ynad {
    margin-bottom: 22px;
    flex-wrap: wrap;
  }

  .luoeqd {
    margin-top: 20px;
  }

  .niw5nu {
    font-size: 14px;
    line-height: 21px;
  }

  .cnsce2 p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  .jhlrlj p {
    margin-bottom: 0;
    width: 109px;
  }

  .jhlrlj {
    margin-bottom: 8px;
  }

  .ogpekh {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 5px 10px;
  }

  .pti2it {
    margin-bottom: 20px;
  }

  .qncekf {
    padding: 40px 0 60px;
  }

  .jhlrlj strong {
    font-size: 14px;
    line-height: 21px;
  }

  .jr2mlr {
    padding-top: 47px;
  }

  .oqfyza li a {
    width: 32px;
    height: 32px;
  }

  .iw8bd7 {
    margin-bottom: 20px;
  }

  .oqfyza li a img {
    max-height: 80%;
  }

  .f1sen4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .f1sen4 p {
    font-size: 15px;
    line-height: 22px;
  }

  .pggl2o li a {
    font-size: 15px;
    line-height: 20px;
  }

  .eeesnl {
    font-size: 16px;
    line-height: 21px;
  }

  .pggl2o {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .pggl2o li {
    line-height: 18px;
    width: calc(50% - 5px);
  }

  .xmd4ld {
    margin: 0;
  }

  .mrez9b {
    margin-top: 15px;
  }

  .zrs7cb p {
    font-size: 12px;
    line-height: 16px;
  }

  .zrs7cb {
    margin-bottom: 30px;
    text-align: left;
  }

  .dc48vv {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .dc48vv p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .imlshr {
    max-width: 161px;
  }

  .ftdukg {
    max-width: 335px;
  }
}
