/* ===== 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;
}

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

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

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

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

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

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

.xxj458 {
  width: 25%;
}

.a6796k {
  width: 33.3333%;
}

.ftugd4 {
  width: 41.666667%;
}

.qz9trt {
  width: 50%;
}

.aobnb2 {
  width: 100%;
}

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

.tc2up4 {
  flex: 1;
}

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

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

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

  .s55awi {
    width: 33.3333%;
  }

  .whtv7f {
    width: 58.3333%;
  }

  .zhw3k3 {
    width: 66.6666%;
  }

  .f2hqw4 {
    width: 50%;
  }

  .p7ptnb {
    width: 41.6666%;
  }

  .epa8ty {
    flex-direction: row;
  }
}

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

  .t22b75 {
    width: 50%;
  }

  .lh4ef2 {
    width: 58.3333%;
  }

  .v2kv3x {
    width: 41.6666%;
  }

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

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

  .qtvjkg {
    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);
}

.m42wnx {
  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);
}

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

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

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

.s6ynpt:hover {
  opacity: .9;
}

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

.kcjxf5 {
  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);
}

.ng9wwx.p30omh {
  transform: translateX(0);
}

.kcjxf5.p30omh {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

.w0ri0v 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;
}

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

.ivixn9 {
  flex-shrink: 0;
}

.ivixn9 .m42wnx {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.j3zju6 {
  padding: 60px 0;
}

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

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

.lh7zru,
.m99ccl {
  width: calc(50% - 15px);
}

.lh7zru .e4x563:first-child,
.m99ccl .e4x563:last-child {
  height: 240px;
}

.lh7zru .e4x563:last-child,
.m99ccl .e4x563:first-child {
  height: 140px;
}

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

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

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

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

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

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

.eh69t8 {
  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);
}

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

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

.irok2b[open] .eh69t8::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.j3zju6 p,
.nhxwkm p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.j3zju6 ul,
.nhxwkm ul {
  list-style-type: disc;
}

.j3zju6 ol,
.nhxwkm ol {
  list-style-type: decimal;
}

.j3zju6 li,
.nhxwkm li {
  margin-bottom: 6px;
  padding-left: 0;
}

.j3zju6 li::before,
.nhxwkm li::before {
  display: none;
}

.l7crje {
  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;
}

.l7crje.leu8np {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.ectnsq::before {
  display: none;
}

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

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

.g3ssrn .maehuh,
.g3ssrn p {
  color: var(--white-color);
}

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

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

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

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

.cn6tfv {
  padding: 60px 0;
}

.cn6tfv .l7crje {
  margin-top: 45px;
}

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

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

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

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

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

.uuzthh .maehuh,
.uuzthh p {
  color: var(--white-color);
}

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

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

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

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

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

.ectnsq::before {
  display: none;
}

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

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

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

.dezzas ul {
  margin: 0;
}

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

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

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

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

.yfr6ka {
  margin: 20px auto 0;
}

.sk14ez {
  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);
}

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

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

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

.rwsm32,
.hefcgm {
  padding: 70px 0 80px;
}

.jrq0lt {
  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);
}

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

.c39z9q {
  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;
}

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

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

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

.jrq0lt textarea {
  height: 155px;
}

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

.jrq0lt.wa48jd {
  min-height: 460px;
}

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

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

.l630yb {
  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%;
}

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

.jj9nlu {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.codh8c {
  margin: 0 15px;
}

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

.fcy8g4:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.wkrrzi {
  margin: 0;
}

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

.wkrrzi.i9o3px li {
  width: calc(50% - 5px);
}

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

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

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

.hst0np {
  margin-top: 35px;
}

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

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

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

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

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

.icgnk6 {
  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; }
  .icgnk6:hover {
    opacity: 0.7; }
  .icgnk6.p30omh:hover {
    opacity: 0.7; }
  .icgnk6.p30omh .g3ctbj,
  .icgnk6.p30omh .g3ctbj::before,
  .icgnk6.p30omh .g3ctbj::after {
    background-color: var(--blue-dark-color); }

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

.g3ctbj {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .g3ctbj, .g3ctbj::before, .g3ctbj::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; }
  .g3ctbj::before, .g3ctbj::after {
    content: "";
    display: block; }
  .g3ctbj::before {
    top: -10px; }
  .g3ctbj::after {
    bottom: -10px; }

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

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

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

.w5rsc7 {
  display: flex;
}

.pmz9wx {
  text-align: center;
}

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

.gjbth9 {
  align-items: center;
} 

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

.it0o9p {
  justify-content: center;
}

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

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

  .icgnk6 {
    display: inline-flex;
  }

  .s6ynpt,
  .fcy8g4 {
    max-width: 157px;
  }

  .ng9wwx {
    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%);
  }

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

  .w0ri0v ul {
    display: block;
  }

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

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

  .ivixn9 {
    margin-top: 15px;
  }

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

  .bnxuu8 {
    margin-right: 0;
  }
}

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

  .fmz1eq {
    margin-bottom: 30px;
  }

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

  .okzx5y {
    margin-right: 7px;
  }

  .pbeduz {
    width: 152px;
  }

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

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

  .lh7zru .e4x563:first-child,
  .m99ccl .e4x563:last-child {
    height: 150px;
  }

  .lh7zru .e4x563:last-child,
  .m99ccl .e4x563:first-child {
    height: 114px;
  }

  .bnxuu8 {
    display: none;
  }

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

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

  .wk8cve,
  .hzbjq6 {
    text-align: center;
  }

  .xlgouz {
    margin: 10px 0;
  }

  .x0qba0 {
    padding: 80px 0;
  }

  .hit8pa,
  .l630yb {
    margin-left: auto;
    margin-right: auto;
  }

  .h3nzcj {
    max-width: 100%;
  }

  .jrq0lt {
    margin-bottom: 40px;
  }

  .y2xabg {
    padding: 10px 0;
  }

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

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

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

  .o60vjj {
    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);
  }

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

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

  .y2xabg {
    padding: 6px 0;
  }

  .s6ynpt,
  .fcy8g4 {
    max-width: 157px;
  }

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

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

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

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

  .e4x563 {
    margin-bottom: 10px;
  }

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

  .lh7zru, 
  .m99ccl {
    width: calc(50% - 5px);
  }

  .oglpk5 {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .cn6tfv .l7crje {
    margin-top: 35px;
  }

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

  .uuzthh .g6804g {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .l66a1i .g6804g {
    display: block;
  }

  .l66a1i .ectnsq {
    width: 100%;
    display: block;
  }

  .ng9wwx {
    padding-top: 75px;
  }

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

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

  .dhc1vm {
    width: 100%;
  }

  .wr57r3 {
    margin-right: 10px;
  }

  .uuzthh .jpg6o9 {
    padding: 20px 10px;
  }

  .smc2zp,
  .xlgouz {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .ylto0r {
    padding: 25px;
  }

  .wk8cve {
    margin-bottom: 20px;
  }

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

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

  .lsxx2u {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .yfr6ka {
    margin-top: 20px;
  }

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

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

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

  .hi3qxz {
    display: block;
  }

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

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

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

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

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

  .rwsm32,
  .hefcgm {
    padding: 45px 0 60px;
  }

  .vrnad3 {
    display: block;
  }

  .quk0lg {
    flex-direction: row;
  }

  .zxlgct {
    margin-right: 15px;
  }

  .jj9nlu {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .jrq0lt textarea {
    height: 99px;
  }

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

  .hwjqpk {
    margin-top: 20px;
  }

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

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

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

  .quk0lg {
    margin-bottom: 8px;
  }

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

  .ectnsq {
    margin-bottom: 20px;
  }

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

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

  .ad712a {
    padding-top: 47px;
  }

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

  .ifb9if {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .codh8c {
    margin: 0;
  }

  .hst0np {
    margin-top: 15px;
  }

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

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

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

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

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

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