/* === main.css === */
/* inlined: ../css/vars.css */
:root {
  --blue-color: #133E87;
  --blue-medium-color: #608BC1;
  --blue-light-color: #A6BFDE;
  --blue-light-color-2: #CBDCEB;
  --yellow-light-color: #F3F3E0;
  --text-color: #272727;
  --black-color: #252525;
  --black-color-2: #171B1D;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;
  --grey-light-color: #F9F9F9;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;
}
/* inlined: ../css/grid.css */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

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

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

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

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

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

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

.wlfb6p {
  width: 25%;
}

.l6fyt4 {
  width: 33.3333%;
}

.ugxk3r {
  width: 41.666667%;
}

.kyfn8m {
  width: 50%;
}

.jq65b2 {
  width: 100%;
}

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

.hd1a2r {
  flex: 1;
}

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

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

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

  .n8z1z1 {
    width: 33.3333%;
  }

  .wm1vl5 {
    width: 58.3333%;
  }

  .vfdqnf {
    width: 66.6666%;
  }

  .yt63d8 {
    width: 50%;
  }

  .rmo1bu {
    width: 41.6666%;
  }

  .qt126x {
    flex-direction: row;
  }
}

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

  .gvp1bu {
    width: 50%;
  }

  .o5gl02 {
    width: 58.3333%;
  }

  .l8lg66 {
    width: 41.6666%;
  }

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

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

  .w6cnim {
    flex-direction: row;
  }
}

* {
  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(--white-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: 36px;
  line-height: 1.25;
  margin: 0 0 24px;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 48px 0 14px;
}

h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 36px 0 10px;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 28px 0 8px;
}

h5 {
  font-size: 16px;
  line-height: 1.4;
  margin: 24px 0 6px;
}

h6 {
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0 6px;
}

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: var(--grey-light-color);
  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: var(--grey-light-color);
  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-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: 14px 16px;
  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-medium-color);
}

.ykju3p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 34px;
  background-color: var(--blue-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);
}

.ykju3p:hover,
.ykju3p:active {
  background-color: var(--blue-medium-color);
  text-decoration: none;
}

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

.akkbk5 .kdw402:first-child {
  justify-content: flex-start;
}

.m87wjo {
  transition: var(--transition);
  border: 0;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  padding-right: 16px;
}

.m87wjo:hover {
  opacity: .9;
}

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

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

.tkds0g.is-active {
  transform: translateX(0);
}

.icq9e0.is-active {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

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

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

.qz4vfv {
  flex-shrink: 0;
}

.qz4vfv .ykju3p {
  padding-left: 45px;
  padding-right: 45px;
}

.rmk0lb {
  position: relative;
  background-color: var(--blue-medium-color);
  padding: 60px 0 45px;
}

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

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

.qop0v6 {
  padding: 50px 0 45px;
}

/* ─── Choose Your City ──────────────────────────────────────────── */

/* ─── Contact Form ──────────────────────────────────────────────── */

.x4g3jj {
  margin-bottom: 28px;
}

.l1hy5g {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.qv8dre {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 6px;
}

.pa37yt {
  margin-top: 8px;
}

/* ─── Choose Your City ──────────────────────────────────────────── */

.bjt6cq {
  padding: 60px 0 70px;
  background-color: #f5f7fb;
}

.bmr2gq {
  font-size: 26px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0 0 32px;
}

.x2qjvu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.npdvyq {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.npdvyq:hover {
  box-shadow: 0 4px 16px rgba(19, 62, 135, 0.10);
}

.npdvyq[open] {
  border-color: var(--blue-color, #133E87);
}

.flr094 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-color, #133E87);
  cursor: pointer;
  list-style: none;
  user-select: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.flr094::-webkit-details-marker {
  display: none;
}

.flr094::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue-color, #133E87);
  border-bottom: 2px solid var(--blue-color, #133E87);
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: -4px;
}

.npdvyq[open] .flr094::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.xh6gv6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e0e6f0;
}

.xh6gv6 li {
  border-bottom: 1px solid #f0f3f8;
}

.xh6gv6 li:nth-last-child(-n+2) {
  border-bottom: none;
}

.xh6gv6 li a {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xh6gv6 li a:hover {
  background: #f0f5ff;
  color: var(--blue-color, #133E87);
}

.l6tgrk p {
  margin-bottom: 18px;
}

.l6tgrk h1:not(:first-child),
.l6tgrk h2,
.l6tgrk h3,
.l6tgrk h4,
.l6tgrk h5,
.l6tgrk h6 {
  margin-top: 40px;
}

.l6tgrk h2 + p,
.l6tgrk h3 + p,
.l6tgrk h4 + p {
  margin-top: 0;
}

.z4bnb4 {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

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

.n55zy7.tjahyg {
  background-color: var(--blue-light-color-2);
  color: var(--black-color);
}


.qrnig5 {
  padding: 50px 0 35px;
  background-color: var(--blue-light-color);
}

.f4id3s {
  margin: 25px 0;
}

.y2puii {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--white-color);
  padding: 15px 20px;
  margin-bottom: 15px;
}

.lkf597 {
  margin-top: 2px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.y2puii p {
  margin-bottom: 0;
}

.uatasd {
  padding: 50px 0 120px;
  background-color: var(--blue-medium-color);
}

.fsvfx2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -95px -15px 30px;
}

.ozjt4g {
  padding: 30px 20px;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  text-align: center;
  border: 1px solid var(--blue-medium-color);
  background-color: var(--grey-light-color);
}

.ozjt4g p {
  margin-bottom: 0;
}

.cq0npd {
  padding-bottom: 30px;
}

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

.jk2rul {
  padding: 25px 20px;
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--yellow-light-color);
  background-color: var(--grey-light-color);
}

.jk2rul p {
  font-size: 16px;
  line-height: 27px;
}

.tugmvz {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fauwjr {
  padding: 50px 0 30px;
  background-color: var(--blue-light-color-2);
}

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

.w5b3sp {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}

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

.xay19b::before {
  display: none;
}

.rddo4m {
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dce9lt p {
  margin-bottom: 0;
}

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

.dce9lt ul {
  margin: 0;
}

.s0kqh5 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: var(--white-color);
}


.s0kqh5 .n55zy7 + p {
  margin-top: 10px;
}

.s0kqh5 p {
  color: var(--white-color);
}

.s0kqh5 .kx1cyk p {
  color: var(--text-color)
}

.s0kqh5 .w5b3sp {
  margin-top: 25px;
}

.kx1cyk,
.cqqzjw {
  width: 50%;
}

.i96f69 {
  padding-left: 15px;
}

.rda65r {
  padding-right: 15px;
}

.kx1cyk {
  padding: 50px 30px 25px 0;
  padding-left: calc((100% - (var(--grid-width) + var(--grid-gutter) * 2)) / 2);
  background-color: var(--blue-light-color);
}

.cqqzjw {
  padding: 50px 0 25px 30px;
  padding-right: calc((100% - (var(--grid-width) + var(--grid-gutter) * 2)) / 2);
  background-color: var(--blue-medium-color);
}

.w84iwr {
  padding: 60px 0 95px;
}

.kg0awx {
  width: 100%;
  max-width: 520px;
  background-color: var(--white-color);
  text-align: center;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(19, 62, 135, 0.10);
}

.ibmqkj {
  padding: 32px 48px;
  width: 100%;
  margin: 0 auto;
}

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

.y2hyxl {
  padding: 16px 44px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--yellow-light-color);
}

.eqeg1i {
  margin: 20px auto 0;
}

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

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

.a4n63u {
  margin: 0 0 30px;
  font-size: 40px;
  color: var(--black-color);
  line-height: 54px;
  font-weight: 600;
}


.rp9t5d {
  padding-top: 60px;
  background-color: var(--black-color-2);
}

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

.ycs76o {
  margin: 0 15px;
}

.f34os4 {
  max-width: 254px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  align-self: flex-start;
}

.f34os4:hover {
  opacity: .9;
}

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

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

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

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

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

.nuqcwf li a:hover {
  background-color: var(--blue-light-color);
}

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

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

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

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

.rip3p4 {
  margin: 0;
}

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

.rip3p4.l57vr8 li {
  width: calc(50% - 5px);
}

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

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

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

.us7lve {
  margin-top: 35px;
}

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

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

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

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

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

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

.np6fmo {
  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; }
  .np6fmo:hover {
    opacity: 0.7; }
  .np6fmo.is-active:hover {
    opacity: 0.7; }
  .np6fmo.is-active .ck8bmz,
  .np6fmo.is-active .ck8bmz::before,
  .np6fmo.is-active .ck8bmz::after {
    background-color: var(--blue-color); }

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

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

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

.n7qcom.is-active .ck8bmz {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .n7qcom.is-active .ck8bmz::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .n7qcom.is-active .ck8bmz::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

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

.iatkq1 {
  display: flex;
}

.peo4nz {
  text-align: center;
}

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

.kv1rql {
  align-items: center;
} 

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

.pnsa6p {
  justify-content: center;
}

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

@media (max-width: 1025px) {
  .yw1lsd ul li {
    margin-right: 25px;
  }

  .np6fmo {
    display: inline-flex;
  }

  .f34os4 {
    max-width: 160px;
  }

  .m87wjo {
    font-size: 14px;
    max-width: none;
  }

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

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

  .yw1lsd ul {
    display: block;
  }

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

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

  .qz4vfv {
    margin-top: 15px;
  }

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

  .jclnpf {
    margin-right: 0;
  }
}

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

  .mo7rjz {
    margin-bottom: 30px;
  }

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

  .wppdc8 {
    margin-right: 7px;
  }

  .dtje4r {
    width: 152px;
  }

  .z4bnb4,
  .b002mj {
    margin-bottom: 25px;
    text-align: center;
  }

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

  .jclnpf {
    display: none;
  }

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

  .smiq90,
  .xlx6sx {
    text-align: center;
  }

  .kyoejz {
    margin: 10px 0;
  }

  .tlnge8 {
    padding: 80px 0;
  }

  .ozjt4g {
    width: calc(50% - 30px);
  }

  .jk2rul {
    width: 100%;
  }

  .akkbk5 {
    padding: 10px 0;
  }

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

@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: 28px;
    line-height: 1.25;
    margin: 0 0 20px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 36px 0 12px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 28px 0 8px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.4;
    margin: 22px 0 6px;
  }

  h5 {
    font-size: 15px;
    line-height: 1.4;
    margin: 18px 0 6px;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
    margin: 16px 0 6px;
  }

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

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

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

  .akkbk5 {
    padding: 6px 0;
  }

  .m87wjo {
    font-size: 13px;
    max-width: none;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
    padding-right: 10px;
  }

  .f34os4 {
    max-width: 168px;
  }

  .uatasd {
    padding-bottom: 70px;
  }

  .wz3309 {
    margin-top: 25px;
  }

  .jk2rul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

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

  .tugmvz {
    max-width: 45px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .fsvfx2 {
    margin-top: -50px;
  }

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

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

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

  .fauwjr {
    padding: 30px 0 10px;
  }

  .rddo4m {
    margin-right: 15px;
    max-width: 20px;
  }

  .w84iwr {
    padding: 50px 0 65px;
  }

  .tkds0g {
    padding-top: 75px;
  }

  .f4id3s {
    margin: 20px 0;
  }

  .y2puii {
    padding: 15px 10px;
  }

  .lkf597 {
    max-width: 21px;
    margin-right: 10px;
    margin-top: 5px;
  }

  .ykaqkk {
    width: 100%;
  }

  .kb2zkt {
    margin-right: 10px;
  }

  .b002mj {
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }

  .z4bnb4,
  .kyoejz {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .kg0awx select {
    padding: 14px 15px;
  }

  .y2hyxl {
    font-size: 24px;
    line-height: 32px;
    padding: 14px 28px;
  }

  .ibmqkj {
    padding: 28px 28px;
  }

  .smiq90 {
    margin-bottom: 20px;
  }

  .qop0v6 {
    padding: 50px 0 35px;
  }

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

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

  .eqeg1i {
    margin-top: 20px;
  }

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

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

  .xlx6sx {
    font-size: 15px;
    line-height: 25px;
  }
  
  .e5j5zc {
    padding: 19px 0;
  }

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

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

  .s0kqh5 {
    flex-direction: column;
  }

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

  .s0kqh5 .n55zy7 + p {
    margin-top: 0;
  }

  .kx1cyk, 
  .cqqzjw {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .i96f69 {
    padding-left: 0;
  }

  .rda65r {
    padding-right: 0;
  }

  .rp9t5d {
    padding-top: 47px;
  }

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

  .zhqy5d {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .ycs76o {
    margin: 0;
  }

  .us7lve {
    margin-top: 15px;
  }

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

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

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

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

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

  .kg0awx {
    max-width: 100%;
    border-radius: 12px;
  }

  .ibmqkj {
    padding: 22px 20px;
  }

  .y2hyxl {
    padding: 12px 20px;
  }

  input,
  select,
  textarea {
    padding: 14px 14px;
    font-size: 16px;
  }
}

/* from style.css */
.wxjkfj{text-align:center!important;}
