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

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

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

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

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

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

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

.nqy49h {
  width: 25%;
}

.xf5pn2 {
  width: 33.3333%;
}

.nf8gqb {
  width: 41.666667%;
}

.s3t9er {
  width: 50%;
}

.acf7vh {
  width: 100%;
}

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

.y7rj10 {
  flex: 1;
}

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

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

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

  .qs7has {
    width: 33.3333%;
  }

  .sft6z5 {
    width: 58.3333%;
  }

  .lq9ab4 {
    width: 66.6666%;
  }

  .wew08t {
    width: 50%;
  }

  .iq3u0i {
    width: 41.6666%;
  }

  .wu86wy {
    flex-direction: row;
  }
}

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

  .g7ichl {
    width: 50%;
  }

  .o0kgoa {
    width: 58.3333%;
  }

  .jklon4 {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.bndfjw:hover {
  opacity: .9;
}

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

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

.wgfx0i.w5i547 {
  transform: translateX(0);
}

.aak1jq.w5i547 {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

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

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

.bn7u0k {
  flex-shrink: 0;
}

.bn7u0k .uloi6j {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.cb0y8s {
  padding: 60px 0;
}

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

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

.jb7rwj,
.qmlv2k {
  width: calc(50% - 15px);
}

.jb7rwj .ieo4jn:first-child,
.qmlv2k .ieo4jn:last-child {
  height: 240px;
}

.jb7rwj .ieo4jn:last-child,
.qmlv2k .ieo4jn:first-child {
  height: 140px;
}

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

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

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

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

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

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

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

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

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

.md1vm6[open] .eu4sl7::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.cb0y8s p,
.gznwtm p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.cb0y8s ul,
.gznwtm ul {
  list-style-type: disc;
}

.cb0y8s ol,
.gznwtm ol {
  list-style-type: decimal;
}

.cb0y8s li,
.gznwtm li {
  margin-bottom: 6px;
  padding-left: 0;
}

.cb0y8s li::before,
.gznwtm li::before {
  display: none;
}

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

.yzn3pi.bskzob {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.ut0wd3::before {
  display: none;
}

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

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

.w96xrt .p1iuog,
.w96xrt p {
  color: var(--white-color);
}

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

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

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

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

.nly06i {
  padding: 60px 0;
}

.nly06i .yzn3pi {
  margin-top: 45px;
}

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

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

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

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

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

.xdcdte .p1iuog,
.xdcdte p {
  color: var(--white-color);
}

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

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

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

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

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

.ut0wd3::before {
  display: none;
}

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

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

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

.zec8eb ul {
  margin: 0;
}

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

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

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

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

.vxfynv {
  margin: 20px auto 0;
}

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

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

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

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

.w8co3s,
.fhag8f {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.zawyi7 textarea {
  height: 155px;
}

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

.zawyi7.chdntx {
  min-height: 460px;
}

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

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

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

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

.aubdhz {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w3kmig {
  margin: 0 15px;
}

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

.vucul9:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.bam4x5 {
  margin: 0;
}

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

.bam4x5.rnczty li {
  width: calc(50% - 5px);
}

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

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

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

.m7upy5 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.qoba6d {
  display: flex;
}

.bg4p2j {
  text-align: center;
}

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

.jgac12 {
  align-items: center;
} 

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

.cmjqji {
  justify-content: center;
}

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

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

  .asbuj8 {
    display: inline-flex;
  }

  .bndfjw,
  .vucul9 {
    max-width: 157px;
  }

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

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

  .w8i557 ul {
    display: block;
  }

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

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

  .bn7u0k {
    margin-top: 15px;
  }

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

  .ftvu5n {
    margin-right: 0;
  }
}

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

  .fdxcge {
    margin-bottom: 30px;
  }

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

  .a8gnz5 {
    margin-right: 7px;
  }

  .sjisf5 {
    width: 152px;
  }

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

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

  .jb7rwj .ieo4jn:first-child,
  .qmlv2k .ieo4jn:last-child {
    height: 150px;
  }

  .jb7rwj .ieo4jn:last-child,
  .qmlv2k .ieo4jn:first-child {
    height: 114px;
  }

  .ftvu5n {
    display: none;
  }

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

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

  .clnp18,
  .o6jkl3 {
    text-align: center;
  }

  .jme0l7 {
    margin: 10px 0;
  }

  .ejsl79 {
    padding: 80px 0;
  }

  .n9k6he,
  .g5u15f {
    margin-left: auto;
    margin-right: auto;
  }

  .z7lk9b {
    max-width: 100%;
  }

  .zawyi7 {
    margin-bottom: 40px;
  }

  .e4b8sw {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .e4b8sw {
    padding: 6px 0;
  }

  .bndfjw,
  .vucul9 {
    max-width: 157px;
  }

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

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

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

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

  .ieo4jn {
    margin-bottom: 10px;
  }

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

  .jb7rwj, 
  .qmlv2k {
    width: calc(50% - 5px);
  }

  .xcldx2 {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .nly06i .yzn3pi {
    margin-top: 35px;
  }

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

  .xdcdte .fczy91 {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .xfz942 .fczy91 {
    display: block;
  }

  .xfz942 .ut0wd3 {
    width: 100%;
    display: block;
  }

  .wgfx0i {
    padding-top: 75px;
  }

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

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

  .ej6xvw {
    width: 100%;
  }

  .wnxjem {
    margin-right: 10px;
  }

  .xdcdte .i7j8ht {
    padding: 20px 10px;
  }

  .e9hoo9,
  .jme0l7 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .p173mw {
    padding: 25px;
  }

  .clnp18 {
    margin-bottom: 20px;
  }

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

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

  .d44tfb {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .vxfynv {
    margin-top: 20px;
  }

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

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

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

  .hk9tfy {
    display: block;
  }

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

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

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

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

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

  .w8co3s,
  .fhag8f {
    padding: 45px 0 60px;
  }

  .yf0qmg {
    display: block;
  }

  .he63hu {
    flex-direction: row;
  }

  .ftyyjg {
    margin-right: 15px;
  }

  .aubdhz {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .zawyi7 textarea {
    height: 99px;
  }

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

  .pps7x4 {
    margin-top: 20px;
  }

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

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

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

  .he63hu {
    margin-bottom: 8px;
  }

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

  .ut0wd3 {
    margin-bottom: 20px;
  }

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

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

  .wzlnwm {
    padding-top: 47px;
  }

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

  .kg4hn4 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .w3kmig {
    margin: 0;
  }

  .m7upy5 {
    margin-top: 15px;
  }

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

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

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

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

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

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