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

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

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

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

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

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

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

.u9rk2d {
  width: 25%;
}

.k1sk8u {
  width: 33.3333%;
}

.w0v9j4 {
  width: 41.666667%;
}

.jmj3ac {
  width: 50%;
}

.s2v3eg {
  width: 100%;
}

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

.i03s7h {
  flex: 1;
}

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

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

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

  .jwwvoe {
    width: 33.3333%;
  }

  .e5on4i {
    width: 58.3333%;
  }

  .zou56r {
    width: 66.6666%;
  }

  .w4rhlk {
    width: 50%;
  }

  .yup2pk {
    width: 41.6666%;
  }

  .zq2hlz {
    flex-direction: row;
  }
}

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

  .kniii3 {
    width: 50%;
  }

  .pn65wj {
    width: 58.3333%;
  }

  .vhgs4w {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.vqfnxv:hover {
  opacity: .9;
}

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

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

.zhiwvk.cdwh5r {
  transform: translateX(0);
}

.bv045b.cdwh5r {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

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

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

.tx71gg {
  flex-shrink: 0;
}

.tx71gg .v6hh2p {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.j7iw7m {
  padding: 60px 0;
}

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

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

.aa5omu,
.qrqeb1 {
  width: calc(50% - 15px);
}

.aa5omu .o20jeh:first-child,
.qrqeb1 .o20jeh:last-child {
  height: 240px;
}

.aa5omu .o20jeh:last-child,
.qrqeb1 .o20jeh:first-child {
  height: 140px;
}

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

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

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

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

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

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

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

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

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

.uyd88d[open] .a49ojy::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.j7iw7m p,
.mxhzgk p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.j7iw7m ul,
.mxhzgk ul {
  list-style-type: disc;
}

.j7iw7m ol,
.mxhzgk ol {
  list-style-type: decimal;
}

.j7iw7m li,
.mxhzgk li {
  margin-bottom: 6px;
  padding-left: 0;
}

.j7iw7m li::before,
.mxhzgk li::before {
  display: none;
}

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

.xu6wpx.jhseoh {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.e5o9wb::before {
  display: none;
}

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

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

.znx1kt .fb04z7,
.znx1kt p {
  color: var(--white-color);
}

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

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

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

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

.ajgc55 {
  padding: 60px 0;
}

.ajgc55 .xu6wpx {
  margin-top: 45px;
}

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

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

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

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

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

.mb3run .fb04z7,
.mb3run p {
  color: var(--white-color);
}

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

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

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

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

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

.e5o9wb::before {
  display: none;
}

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

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

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

.s7sj9c ul {
  margin: 0;
}

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

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

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

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

.emr5er {
  margin: 20px auto 0;
}

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

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

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

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

.w8o44t,
.gt1pvw {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.jnnkqb textarea {
  height: 155px;
}

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

.jnnkqb.o4v7y6 {
  min-height: 460px;
}

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

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

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

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

.xvrbfn {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vhqy6p {
  margin: 0 15px;
}

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

.pbller:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.o8os0h {
  margin: 0;
}

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

.o8os0h.fnv86l li {
  width: calc(50% - 5px);
}

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

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

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

.tldbv6 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.wkipv4 {
  display: flex;
}

.mh6cen {
  text-align: center;
}

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

.rlq1ko {
  align-items: center;
} 

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

.mt0wz8 {
  justify-content: center;
}

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

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

  .l1eoje {
    display: inline-flex;
  }

  .vqfnxv,
  .pbller {
    max-width: 157px;
  }

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

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

  .fuolzt ul {
    display: block;
  }

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

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

  .tx71gg {
    margin-top: 15px;
  }

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

  .r2oul5 {
    margin-right: 0;
  }
}

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

  .z8zg1g {
    margin-bottom: 30px;
  }

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

  .j8fkra {
    margin-right: 7px;
  }

  .ofcvue {
    width: 152px;
  }

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

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

  .aa5omu .o20jeh:first-child,
  .qrqeb1 .o20jeh:last-child {
    height: 150px;
  }

  .aa5omu .o20jeh:last-child,
  .qrqeb1 .o20jeh:first-child {
    height: 114px;
  }

  .r2oul5 {
    display: none;
  }

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

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

  .o9jlv7,
  .w30irx {
    text-align: center;
  }

  .djvut7 {
    margin: 10px 0;
  }

  .cwci2t {
    padding: 80px 0;
  }

  .epaq9z,
  .nyexd8 {
    margin-left: auto;
    margin-right: auto;
  }

  .jfr0ku {
    max-width: 100%;
  }

  .jnnkqb {
    margin-bottom: 40px;
  }

  .usrv3n {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .usrv3n {
    padding: 6px 0;
  }

  .vqfnxv,
  .pbller {
    max-width: 157px;
  }

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

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

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

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

  .o20jeh {
    margin-bottom: 10px;
  }

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

  .aa5omu, 
  .qrqeb1 {
    width: calc(50% - 5px);
  }

  .niojk6 {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .ajgc55 .xu6wpx {
    margin-top: 35px;
  }

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

  .mb3run .k7ydpi {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .hvx0l9 .k7ydpi {
    display: block;
  }

  .hvx0l9 .e5o9wb {
    width: 100%;
    display: block;
  }

  .zhiwvk {
    padding-top: 75px;
  }

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

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

  .zx10k3 {
    width: 100%;
  }

  .e3aiwn {
    margin-right: 10px;
  }

  .mb3run .t7qngn {
    padding: 20px 10px;
  }

  .c2b133,
  .djvut7 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .axt3bj {
    padding: 25px;
  }

  .o9jlv7 {
    margin-bottom: 20px;
  }

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

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

  .ev9ilz {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .emr5er {
    margin-top: 20px;
  }

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

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

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

  .i955gj {
    display: block;
  }

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

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

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

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

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

  .w8o44t,
  .gt1pvw {
    padding: 45px 0 60px;
  }

  .tn49nh {
    display: block;
  }

  .u0e94n {
    flex-direction: row;
  }

  .yt3v8f {
    margin-right: 15px;
  }

  .xvrbfn {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .jnnkqb textarea {
    height: 99px;
  }

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

  .f0noth {
    margin-top: 20px;
  }

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

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

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

  .u0e94n {
    margin-bottom: 8px;
  }

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

  .e5o9wb {
    margin-bottom: 20px;
  }

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

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

  .kccikq {
    padding-top: 47px;
  }

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

  .j4ndtf {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .vhqy6p {
    margin: 0;
  }

  .tldbv6 {
    margin-top: 15px;
  }

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

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

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

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

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

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