body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 0;
  background-color: #ffffff;
  color: #202b60;
}

body.no-scroll {
  overflow: hidden;
}

h1 {
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  line-height: 96px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 64px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 2.7rem;
    margin-bottom: 20px;
  }
}

h1 span {
  font-size: 32px;
  line-height: 36px;
}

@media (max-width: 768px) {
  h1 span {
    font-size: 32px;
    line-height: 36px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  h1 span {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px;
  }
}

.h2-underline:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #0cb8b6;
}

.h2-underline--left:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #0cb8b6;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #202a5f;
  text-align: center;
  margin: 10px 0 30px 0;
  position: relative;
}

h2 + p {
  font-size: 18px;
  color: #202a5f;
  margin: 0 0 50px 0;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  h2 + p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  h2 + p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.3rem;
    line-height: 46px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 6px 10px 16px 0;
  }
}

h3 {
  font-size: 25px;
  font-weight: 700;
  color: #202a5f;
  line-height: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 0;
  }
}

p {
  color: #202b60;
}

ul {
  color: #202a5f;
}

ul li::marker {
  color: #202a5f;
}

.pre-heading {
  color: #2caef6;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .pre-heading {
    font-size: 0.8125rem;
  }
}

ol {
  padding-left: 25px;
  margin: 0;
}

ol li {
  padding-left: 20px;
  margin-bottom: 10px;
}

ol ::marker {
  color: #4d4d9f;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  ol ::marker {
    font-size: 16px;
  }
}

.h3-list {
  padding-left: 20px;
  font-size: 30px;
}

@media (max-width: 768px) {
  .h3-list {
    padding-left: 0;
    font-size: 28px;
    padding-top: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .h3-list {
    font-size: 22px;
    line-height: 28px;
  }
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

@media (max-width: 768px) {
  .rwd-md-fs-10 {
    font-size: 10px !important;
  }
  .rwd-md-fs-11 {
    font-size: 11px !important;
  }
  .rwd-md-fs-12 {
    font-size: 12px !important;
  }
  .rwd-md-fs-13 {
    font-size: 13px !important;
  }
  .rwd-md-fs-14 {
    font-size: 14px !important;
  }
  .rwd-md-fs-15 {
    font-size: 15px !important;
  }
  .rwd-md-fs-16 {
    font-size: 16px !important;
  }
  .rwd-md-fs-17 {
    font-size: 17px !important;
  }
  .rwd-md-fs-18 {
    font-size: 18px !important;
  }
  .rwd-md-fs-19 {
    font-size: 19px !important;
  }
  .rwd-md-fs-20 {
    font-size: 20px !important;
  }
  .rwd-md-fs-21 {
    font-size: 21px !important;
  }
  .rwd-md-fs-22 {
    font-size: 22px !important;
  }
  .rwd-md-fs-23 {
    font-size: 23px !important;
  }
  .rwd-md-fs-24 {
    font-size: 24px !important;
  }
  .rwd-md-fs-25 {
    font-size: 25px !important;
  }
  .rwd-md-fs-26 {
    font-size: 26px !important;
  }
  .rwd-md-fs-27 {
    font-size: 27px !important;
  }
  .rwd-md-fs-28 {
    font-size: 28px !important;
  }
  .rwd-md-fs-29 {
    font-size: 29px !important;
  }
  .rwd-md-fs-30 {
    font-size: 30px !important;
  }
  .rwd-md-fs-31 {
    font-size: 31px !important;
  }
  .rwd-md-fs-32 {
    font-size: 32px !important;
  }
  .rwd-md-fs-33 {
    font-size: 33px !important;
  }
  .rwd-md-fs-34 {
    font-size: 34px !important;
  }
  .rwd-md-fs-35 {
    font-size: 35px !important;
  }
  .rwd-md-fs-36 {
    font-size: 36px !important;
  }
  .rwd-md-fs-37 {
    font-size: 37px !important;
  }
  .rwd-md-fs-38 {
    font-size: 38px !important;
  }
  .rwd-md-fs-39 {
    font-size: 39px !important;
  }
  .rwd-md-fs-40 {
    font-size: 40px !important;
  }
  .rwd-md-fs-41 {
    font-size: 41px !important;
  }
  .rwd-md-fs-42 {
    font-size: 42px !important;
  }
  .rwd-md-fs-43 {
    font-size: 43px !important;
  }
  .rwd-md-fs-44 {
    font-size: 44px !important;
  }
  .rwd-md-fs-45 {
    font-size: 45px !important;
  }
  .rwd-md-fs-46 {
    font-size: 46px !important;
  }
  .rwd-md-fs-47 {
    font-size: 47px !important;
  }
  .rwd-md-fs-48 {
    font-size: 48px !important;
  }
  .rwd-md-fs-49 {
    font-size: 49px !important;
  }
  .rwd-md-fs-50 {
    font-size: 50px !important;
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

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

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

@media (max-width: 1200px) {
  .rwd-xl-mt-0 {
    margin-top: 0px !important;
  }
  .rwd-xl-mr-0 {
    margin-right: 0px !important;
  }
  .rwd-xl-mb-0 {
    margin-bottom: 0px !important;
  }
  .rwd-xl-ml-0 {
    margin-left: 0px !important;
  }
  .rwd-xl-pt-0 {
    padding-top: 0px !important;
  }
  .rwd-xl-pr-0 {
    padding-right: 0px !important;
  }
  .rwd-xl-pb-0 {
    padding-bottom: 0px !important;
  }
  .rwd-xl-pl-0 {
    padding-left: 0px !important;
  }
  .rwd-xl-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-xl-mr-10 {
    margin-right: 10px !important;
  }
  .rwd-xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-xl-ml-10 {
    margin-left: 10px !important;
  }
  .rwd-xl-pt-10 {
    padding-top: 10px !important;
  }
  .rwd-xl-pr-10 {
    padding-right: 10px !important;
  }
  .rwd-xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .rwd-xl-pl-10 {
    padding-left: 10px !important;
  }
  .rwd-xl-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-xl-mr-20 {
    margin-right: 20px !important;
  }
  .rwd-xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-xl-ml-20 {
    margin-left: 20px !important;
  }
  .rwd-xl-pt-20 {
    padding-top: 20px !important;
  }
  .rwd-xl-pr-20 {
    padding-right: 20px !important;
  }
  .rwd-xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .rwd-xl-pl-20 {
    padding-left: 20px !important;
  }
  .rwd-xl-mt-30 {
    margin-top: 30px !important;
  }
  .rwd-xl-mr-30 {
    margin-right: 30px !important;
  }
  .rwd-xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .rwd-xl-ml-30 {
    margin-left: 30px !important;
  }
  .rwd-xl-pt-30 {
    padding-top: 30px !important;
  }
  .rwd-xl-pr-30 {
    padding-right: 30px !important;
  }
  .rwd-xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-xl-pl-30 {
    padding-left: 30px !important;
  }
  .rwd-xl-mt-40 {
    margin-top: 40px !important;
  }
  .rwd-xl-mr-40 {
    margin-right: 40px !important;
  }
  .rwd-xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .rwd-xl-ml-40 {
    margin-left: 40px !important;
  }
  .rwd-xl-pt-40 {
    padding-top: 40px !important;
  }
  .rwd-xl-pr-40 {
    padding-right: 40px !important;
  }
  .rwd-xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .rwd-xl-pl-40 {
    padding-left: 40px !important;
  }
  .rwd-xl-mt-50 {
    margin-top: 50px !important;
  }
  .rwd-xl-mr-50 {
    margin-right: 50px !important;
  }
  .rwd-xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .rwd-xl-ml-50 {
    margin-left: 50px !important;
  }
  .rwd-xl-pt-50 {
    padding-top: 50px !important;
  }
  .rwd-xl-pr-50 {
    padding-right: 50px !important;
  }
  .rwd-xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .rwd-xl-pl-50 {
    padding-left: 50px !important;
  }
}

@media (max-width: 992px) {
  .rwd-lg-mt-0 {
    margin-top: 0px !important;
  }
  .rwd-lg-mr-0 {
    margin-right: 0px !important;
  }
  .rwd-lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .rwd-lg-ml-0 {
    margin-left: 0px !important;
  }
  .rwd-lg-pt-0 {
    padding-top: 0px !important;
  }
  .rwd-lg-pr-0 {
    padding-right: 0px !important;
  }
  .rwd-lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .rwd-lg-pl-0 {
    padding-left: 0px !important;
  }
  .rwd-lg-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-lg-mr-10 {
    margin-right: 10px !important;
  }
  .rwd-lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-lg-ml-10 {
    margin-left: 10px !important;
  }
  .rwd-lg-pt-10 {
    padding-top: 10px !important;
  }
  .rwd-lg-pr-10 {
    padding-right: 10px !important;
  }
  .rwd-lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .rwd-lg-pl-10 {
    padding-left: 10px !important;
  }
  .rwd-lg-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-lg-mr-20 {
    margin-right: 20px !important;
  }
  .rwd-lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-lg-ml-20 {
    margin-left: 20px !important;
  }
  .rwd-lg-pt-20 {
    padding-top: 20px !important;
  }
  .rwd-lg-pr-20 {
    padding-right: 20px !important;
  }
  .rwd-lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .rwd-lg-pl-20 {
    padding-left: 20px !important;
  }
  .rwd-lg-mt-30 {
    margin-top: 30px !important;
  }
  .rwd-lg-mr-30 {
    margin-right: 30px !important;
  }
  .rwd-lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .rwd-lg-ml-30 {
    margin-left: 30px !important;
  }
  .rwd-lg-pt-30 {
    padding-top: 30px !important;
  }
  .rwd-lg-pr-30 {
    padding-right: 30px !important;
  }
  .rwd-lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-lg-pl-30 {
    padding-left: 30px !important;
  }
  .rwd-lg-mt-40 {
    margin-top: 40px !important;
  }
  .rwd-lg-mr-40 {
    margin-right: 40px !important;
  }
  .rwd-lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .rwd-lg-ml-40 {
    margin-left: 40px !important;
  }
  .rwd-lg-pt-40 {
    padding-top: 40px !important;
  }
  .rwd-lg-pr-40 {
    padding-right: 40px !important;
  }
  .rwd-lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .rwd-lg-pl-40 {
    padding-left: 40px !important;
  }
  .rwd-lg-mt-50 {
    margin-top: 50px !important;
  }
  .rwd-lg-mr-50 {
    margin-right: 50px !important;
  }
  .rwd-lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .rwd-lg-ml-50 {
    margin-left: 50px !important;
  }
  .rwd-lg-pt-50 {
    padding-top: 50px !important;
  }
  .rwd-lg-pr-50 {
    padding-right: 50px !important;
  }
  .rwd-lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .rwd-lg-pl-50 {
    padding-left: 50px !important;
  }
}

@media (max-width: 768px) {
  .rwd-md-mt-0 {
    margin-top: 0px !important;
  }
  .rwd-md-mr-0 {
    margin-right: 0px !important;
  }
  .rwd-md-mb-0 {
    margin-bottom: 0px !important;
  }
  .rwd-md-ml-0 {
    margin-left: 0px !important;
  }
  .rwd-md-pt-0 {
    padding-top: 0px !important;
  }
  .rwd-md-pr-0 {
    padding-right: 0px !important;
  }
  .rwd-md-pb-0 {
    padding-bottom: 0px !important;
  }
  .rwd-md-pl-0 {
    padding-left: 0px !important;
  }
  .rwd-md-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-md-mr-10 {
    margin-right: 10px !important;
  }
  .rwd-md-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-md-ml-10 {
    margin-left: 10px !important;
  }
  .rwd-md-pt-10 {
    padding-top: 10px !important;
  }
  .rwd-md-pr-10 {
    padding-right: 10px !important;
  }
  .rwd-md-pb-10 {
    padding-bottom: 10px !important;
  }
  .rwd-md-pl-10 {
    padding-left: 10px !important;
  }
  .rwd-md-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-md-mr-20 {
    margin-right: 20px !important;
  }
  .rwd-md-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-md-ml-20 {
    margin-left: 20px !important;
  }
  .rwd-md-pt-20 {
    padding-top: 20px !important;
  }
  .rwd-md-pr-20 {
    padding-right: 20px !important;
  }
  .rwd-md-pb-20 {
    padding-bottom: 20px !important;
  }
  .rwd-md-pl-20 {
    padding-left: 20px !important;
  }
  .rwd-md-mt-30 {
    margin-top: 30px !important;
  }
  .rwd-md-mr-30 {
    margin-right: 30px !important;
  }
  .rwd-md-mb-30 {
    margin-bottom: 30px !important;
  }
  .rwd-md-ml-30 {
    margin-left: 30px !important;
  }
  .rwd-md-pt-30 {
    padding-top: 30px !important;
  }
  .rwd-md-pr-30 {
    padding-right: 30px !important;
  }
  .rwd-md-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-md-pl-30 {
    padding-left: 30px !important;
  }
  .rwd-md-mt-40 {
    margin-top: 40px !important;
  }
  .rwd-md-mr-40 {
    margin-right: 40px !important;
  }
  .rwd-md-mb-40 {
    margin-bottom: 40px !important;
  }
  .rwd-md-ml-40 {
    margin-left: 40px !important;
  }
  .rwd-md-pt-40 {
    padding-top: 40px !important;
  }
  .rwd-md-pr-40 {
    padding-right: 40px !important;
  }
  .rwd-md-pb-40 {
    padding-bottom: 40px !important;
  }
  .rwd-md-pl-40 {
    padding-left: 40px !important;
  }
  .rwd-md-mt-50 {
    margin-top: 50px !important;
  }
  .rwd-md-mr-50 {
    margin-right: 50px !important;
  }
  .rwd-md-mb-50 {
    margin-bottom: 50px !important;
  }
  .rwd-md-ml-50 {
    margin-left: 50px !important;
  }
  .rwd-md-pt-50 {
    padding-top: 50px !important;
  }
  .rwd-md-pr-50 {
    padding-right: 50px !important;
  }
  .rwd-md-pb-50 {
    padding-bottom: 50px !important;
  }
  .rwd-md-pl-50 {
    padding-left: 50px !important;
  }
  .rwd-md-mt-60 {
    margin-top: 60px !important;
  }
  .rwd-md-mr-60 {
    margin-right: 60px !important;
  }
  .rwd-md-mb-60 {
    margin-bottom: 60px !important;
  }
  .rwd-md-ml-60 {
    margin-left: 60px !important;
  }
  .rwd-md-pt-60 {
    padding-top: 60px !important;
  }
  .rwd-md-pr-60 {
    padding-right: 60px !important;
  }
  .rwd-md-pb-60 {
    padding-bottom: 60px !important;
  }
  .rwd-md-pl-60 {
    padding-left: 60px !important;
  }
  .rwd-md-mt-70 {
    margin-top: 70px !important;
  }
  .rwd-md-mr-70 {
    margin-right: 70px !important;
  }
  .rwd-md-mb-70 {
    margin-bottom: 70px !important;
  }
  .rwd-md-ml-70 {
    margin-left: 70px !important;
  }
  .rwd-md-pt-70 {
    padding-top: 70px !important;
  }
  .rwd-md-pr-70 {
    padding-right: 70px !important;
  }
  .rwd-md-pb-70 {
    padding-bottom: 70px !important;
  }
  .rwd-md-pl-70 {
    padding-left: 70px !important;
  }
  .rwd-md-mt-80 {
    margin-top: 80px !important;
  }
  .rwd-md-mr-80 {
    margin-right: 80px !important;
  }
  .rwd-md-mb-80 {
    margin-bottom: 80px !important;
  }
  .rwd-md-ml-80 {
    margin-left: 80px !important;
  }
  .rwd-md-pt-80 {
    padding-top: 80px !important;
  }
  .rwd-md-pr-80 {
    padding-right: 80px !important;
  }
  .rwd-md-pb-80 {
    padding-bottom: 80px !important;
  }
  .rwd-md-pl-80 {
    padding-left: 80px !important;
  }
  .rwd-md-mt-90 {
    margin-top: 90px !important;
  }
  .rwd-md-mr-90 {
    margin-right: 90px !important;
  }
  .rwd-md-mb-90 {
    margin-bottom: 90px !important;
  }
  .rwd-md-ml-90 {
    margin-left: 90px !important;
  }
  .rwd-md-pt-90 {
    padding-top: 90px !important;
  }
  .rwd-md-pr-90 {
    padding-right: 90px !important;
  }
  .rwd-md-pb-90 {
    padding-bottom: 90px !important;
  }
  .rwd-md-pl-90 {
    padding-left: 90px !important;
  }
  .rwd-md-pl-05 {
    padding-left: 5px !important;
  }
  .rwd-md-pr-05 {
    padding-right: 5px !important;
  }
}

@media (max-width: 576px) {
  .rwd-sm-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-sm-mr-10 {
    margin-right: 10px !important;
  }
  .rwd-sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-sm-ml-10 {
    margin-left: 10px !important;
  }
  .rwd-sm-pt-10 {
    padding-top: 10px !important;
  }
  .rwd-sm-pr-10 {
    padding-right: 10px !important;
  }
  .rwd-sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .rwd-sm-pl-10 {
    padding-left: 10px !important;
  }
  .rwd-sm-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-sm-mr-20 {
    margin-right: 20px !important;
  }
  .rwd-sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-sm-ml-20 {
    margin-left: 20px !important;
  }
  .rwd-sm-pt-20 {
    padding-top: 20px !important;
  }
  .rwd-sm-pr-20 {
    padding-right: 20px !important;
  }
  .rwd-sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .rwd-sm-pl-20 {
    padding-left: 20px !important;
  }
  .rwd-sm-mt-30 {
    margin-top: 30px !important;
  }
  .rwd-sm-mr-30 {
    margin-right: 30px !important;
  }
  .rwd-sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .rwd-sm-ml-30 {
    margin-left: 30px !important;
  }
  .rwd-sm-pt-30 {
    padding-top: 30px !important;
  }
  .rwd-sm-pr-30 {
    padding-right: 30px !important;
  }
  .rwd-sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-sm-pl-30 {
    padding-left: 30px !important;
  }
  .rwd-sm-mt-40 {
    margin-top: 40px !important;
  }
  .rwd-sm-mr-40 {
    margin-right: 40px !important;
  }
  .rwd-sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .rwd-sm-ml-40 {
    margin-left: 40px !important;
  }
  .rwd-sm-pt-40 {
    padding-top: 40px !important;
  }
  .rwd-sm-pr-40 {
    padding-right: 40px !important;
  }
  .rwd-sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .rwd-sm-pl-40 {
    padding-left: 40px !important;
  }
  .rwd-sm-mt-50 {
    margin-top: 50px !important;
  }
  .rwd-sm-mr-50 {
    margin-right: 50px !important;
  }
  .rwd-sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .rwd-sm-ml-50 {
    margin-left: 50px !important;
  }
  .rwd-sm-pt-50 {
    padding-top: 50px !important;
  }
  .rwd-sm-pr-50 {
    padding-right: 50px !important;
  }
  .rwd-sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .rwd-sm-pl-50 {
    padding-left: 50px !important;
  }
  .rwd-sm-pl-05 {
    padding-left: 5px !important;
  }
  .rwd-sm-pr-05 {
    padding-right: 5px !important;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.position-relative {
  position: relative;
}

@media (max-width: 576px) {
  .rwd-sm-pt-0 {
    padding-top: 0 !important;
  }
}

.color-red {
  color: #750505;
}

.color-black {
  color: #000000;
}

.text-underline {
  text-decoration: underline;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
  z-index: 1;
  background: transparent;
}

nav.nav-fixed {
  position: fixed;
  -webkit-animation: movemenu .4s ease-out;
          animation: movemenu .4s ease-out;
  z-index: 2;
  -webkit-box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.08);
  background: #f9f9f9;
}

nav.nav-fixed .nav-link {
  padding: 16px 20px;
  color: #0cb8b6;
}

nav.nav-fixed .nav-link:hover {
  color: #0cb8b6;
  text-decoration: underline;
  background-color: transparent;
}

nav.nav-fixed .logo-brand {
  color: #0cb8b6;
}

@media (max-width: 992px) {
  nav {
    margin: 0;
    position: fixed;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background-color: #0cb8b6;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}

nav ul {
  list-style-type: none;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    position: absolute;
    top: 60px;
    z-index: 10;
    padding-top: 40px;
    margin-top: 0;
    right: -120%;
    opacity: 0;
    padding-left: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 2;
  }
  .nav.menu-on {
    opacity: 1;
    right: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    background: url("../img/wave.svg") no-repeat center top #ffffff;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .nav {
    padding-top: 100px;
  }
}

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

.nav-link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px 8px 15px;
  margin: 0 4px;
  font-size: 1rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 6px;
}

.nav-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 992px) {
  .nav-link:hover {
    color: #fff;
  }
}

@media (max-width: 992px) {
  .nav-link {
    color: #202a5f;
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .nav-link {
    padding-top: 10px;
    font-size: 1.2rem;
    padding-left: 0;
  }
}

.nav-item:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-item {
    width: 90%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .nav-item {
    text-align: left;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo-brand {
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}

#btn--menu {
  display: none;
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

#btn--menu.open span {
  background-color: transparent;
  -webkit-transition: background .3s;
  transition: background .3s;
}

#btn--menu.open span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

#btn--menu.open span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

#btn--menu span {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: background .6s;
  transition: background .6s;
  display: inline-block;
}

#btn--menu span:before, #btn--menu span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: top .2s, bottom .2s, -webkit-transform .3s;
  transition: top .2s, bottom .2s, -webkit-transform .3s;
  transition: transform .3s, top .2s, bottom .2s;
  transition: transform .3s, top .2s, bottom .2s, -webkit-transform .3s;
}

#btn--menu span:before {
  top: -8px;
}

#btn--menu span:after {
  bottom: -8px;
}

@media (max-width: 992px) {
  #btn--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
  }
}

.nav-fixed-out {
  -webkit-animation: movemenuout .4s ease-out;
          animation: movemenuout .4s ease-out;
}

@-webkit-keyframes movemenu {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes movemenu {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes movemenuout {
  0% {
    top: 0;
  }
  100% {
    top: -100px;
  }
}

@keyframes movemenuout {
  0% {
    top: 0;
  }
  100% {
    top: -100px;
  }
}

footer {
  background: #0cb8b6;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

footer * {
  color: #fff;
  font-size: 14px;
}

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

footer ul li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  footer ul li {
    margin-bottom: 0;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn {
  -webkit-transition: background .4s;
  transition: background .4s;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  border: 0;
}

.btn:hover {
  cursor: pointer;
}

.btn--md {
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  padding: 18px 32px;
}

@media (max-width: 767px) {
  .btn--md {
    padding: 13px 30px;
    font-size: 15px;
  }
}

.btn--post {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn--post:hover {
  text-decoration: underline !important;
}

.btn--more {
  background: #0cb8b6;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .btn--more {
    margin-bottom: 30px;
  }
}

.btn--more:hover {
  background: #098887;
}

.btn--more--big {
  padding: 14px 24px;
  font-size: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

table * {
  text-align: left;
}

@media (max-width: 768px) {
  table {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  table {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}

table tr.active td {
  font-weight: 700;
}

table caption {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 24px;
}

@media (max-width: 767px) {
  table caption {
    margin-bottom: 10px;
    padding-left: 2px;
    font-size: 20px;
    margin-top: 0px;
  }
}

table th {
  border-bottom: 1px solid #ececec;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0cb8b6;
  text-transform: uppercase;
  height: 60px;
}

@media (max-width: 767px) {
  table th {
    padding: 10px 6px 4px 6px;
    font-size: 14px;
    height: 50px;
  }
}

table td {
  padding: 10px 10px;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #ececec;
  height: 60px;
}

@media (max-width: 767px) {
  table td {
    padding: 4px 8px 4px 8px;
    font-size: 13px;
    height: 50px;
  }
}

table td span {
  font-size: 10px;
  display: block;
}

table tbody tr:last-child td {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  table tbody tr:last-child td {
    padding-bottom: 10px;
  }
}

.mapa {
  width: 50%;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
  overflow: hidden;
  border: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .mapa {
    height: 400px;
    margin-bottom: 0px;
    width: calc(100% + 20px);
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .mapa {
    height: 280px;
  }
}

.mapa iframe {
  width: 100%;
  height: 100%;
}

.card-body * {
  font-size: 14px;
}

.card-body ul {
  margin: 0;
  padding: 0;
}

.card-header {
  padding-bottom: 4px;
  font-size: 16px !important;
  color: #0cb8b6 !important;
}

.smap .card .close {
  top: 5px !important;
  right: 5px !important;
}

.smap .card .close:after {
  color: #0cb8b6 !important;
}

.box-post__title {
  font-size: 17px;
  color: black;
  font-weight: 700;
}

.box-post__date {
  font-size: 14px;
  margin: 0;
  padding-left: 20px;
  background: url("../img/icon-date.svg") left 3px no-repeat;
  background-size: 14px;
  font-weight: 500;
}

.box-post__excerpt {
  font-size: 14px;
  padding: 8px 0 0 0;
}

.box-post__excerpt p {
  margin: 0;
}

.box-post__btn {
  text-align: right;
  border-bottom: 1px solid #f0eeee;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .box-post__btn {
    border-bottom: 0;
  }
}

.box-post {
  padding: 20px 20px 0px 20px;
  margin-bottom: 14px;
  margin-left: 40px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 768px) {
  .box-post {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .box-post {
    padding: 20px 20px 10px 20px;
    margin-bottom: 4px;
  }
}

@media (max-width: 768px) {
  .box--pojistovna {
    text-align: center;
    margin-bottom: 20px;
  }
  .box--pojistovna img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .box--pojistovna {
    margin: 10px 0;
  }
  .box--pojistovna img {
    max-width: 100%;
  }
}

.box--aboutus {
  margin-bottom: 20px;
}

.box--aboutus__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .box--aboutus__title {
    font-size: 17px;
  }
}

.box--aboutus__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

.box--aboutus__contact img {
  margin-right: 6px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .pagination {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .pagination {
    padding-top: 6px;
    padding-bottom: 10px;
  }
}

.pagination .page-numbers {
  padding: 9px 10px 11px 10px;
  text-transform: uppercase;
  color: #202a5f;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 20px;
  margin-right: 10px;
  border: 2px solid transparent;
  -webkit-transition: border .4s;
  transition: border .4s;
}

.pagination .page-numbers:hover {
  border: 2px solid #2caef6;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  text-decoration: underline;
  background-color: transparent;
  border-radius: unset;
  width: auto;
  height: auto;
  border: 0;
  -webkit-transition: -webkit-text-decoration .4s;
  transition: -webkit-text-decoration .4s;
  transition: text-decoration .4s;
  transition: text-decoration .4s, -webkit-text-decoration .4s;
}

.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  text-decoration: none;
}

.pagination .page-numbers.current {
  background-color: #2caef6;
  color: #ffffff;
}

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

@media (max-width: 768px) {
  .list-style-none {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 767px) {
  .list-style-none {
    padding: 0 0 30px 0;
    font-size: 15px;
  }
}

.list-services {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 0;
}

@media (max-width: 767px) {
  .list-services {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.list-services li {
  margin: 15px 0;
  padding-left: 34px;
  list-style-type: none;
  background: url("../img/icon-check.svg") left center no-repeat;
  background-size: 24px;
}

@media (max-width: 767px) {
  .list-services li {
    margin-bottom: 4px;
    margin-top: 7px;
    background-size: 20px;
  }
}

.tel {
  padding-left: 24px;
  background: url("../img/telephone.svg") left center no-repeat;
  background-size: 17px;
}

#homepage-header {
  height: 760px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../img/bg-homepage.jpg") right 90% no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/bg-homepage.jpg") right 90% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 100px;
}

@media (max-width: 768px) {
  #homepage-header {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  #homepage-header {
    padding-bottom: 60px;
    height: 100vh;
    padding-top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../img/bg-homepage-md.webp") no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/bg-homepage-md.webp") no-repeat;
    background-size: cover;
  }
  #homepage-header h1 {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

@supports (-webkit-touch-callout: none) {
  #homepage-header {
    background-attachment: scroll;
  }
}

@supports not (-webkit-touch-callout: none) {
  #homepage-header {
    background-attachment: fixed;
  }
}

#homepage-open,
#homepage-news {
  padding-top: 90px;
  padding-bottom: 90px;
}

#homepage-open a,
#homepage-news a {
  color: #202a5f;
  text-decoration: none;
}

@media (max-width: 768px) {
  #homepage-open,
  #homepage-news {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #homepage-open,
  #homepage-news {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#homepage-pojistovny {
  padding-top: 100px;
  padding-bottom: 90px;
}

#homepage-pojistovny a {
  color: #202a5f;
  text-decoration: none;
}

@media (max-width: 768px) {
  #homepage-pojistovny {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #homepage-pojistovny {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.homepage-services {
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
  background-color: #ecf7ee;
}

.homepage-services a {
  color: #202a5f;
  text-decoration: none;
}

@media (max-width: 768px) {
  .homepage-services {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .homepage-services {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 15px;
  }
}

.homepage-services h2 {
  margin-bottom: 10px;
}

.homepage-services h2 + p {
  margin-bottom: 16px;
}

.homepage-services h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .homepage-services p {
    font-size: 15px;
  }
}

#homepage-map {
  min-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage-map a {
  color: #202a5f;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #homepage-map {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  #homepage-map {
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homepage-map h2 {
    margin-bottom: 28px !important;
  }
  #homepage-map h3 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #homepage-map {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

#single-header {
  background: url("../img/wave.svg") no-repeat;
  background-size: cover;
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#single-header h1 {
  text-align: left;
  color: #202a5f;
}

@media (max-width: 768px) {
  #single-header {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  #single-header {
    padding-top: 160px;
  }
  #single-header h1 {
    font-size: 30px;
  }
}

#single-post-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

#single-post-content a {
  color: #202a5f;
  text-decoration: none;
}

#homepage-open {
  position: relative;
  background: #f9f9f9;
  background-size: cover;
  padding-bottom: 100px;
}

#homepage-open figcaption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  font-style: italic;
}

@media (max-width: 767px) {
  #homepage-open figcaption {
    bottom: 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #homepage-open {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  #homepage-open h2 {
    margin-bottom: 0;
  }
}

#homepage-aboutus {
  padding-top: 90px;
  padding-bottom: 100px;
}

#homepage-aboutus a {
  color: #202a5f;
  text-decoration: none;
}

@media (max-width: 768px) {
  #homepage-aboutus {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #homepage-aboutus {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#homepage-news {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  #homepage-news {
    padding-bottom: 0px;
  }
}

.homepage-news-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage-news-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .homepage-news-img {
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
  }
}

@media (max-width: 992px) {
  .homepage-services-2 {
    padding-top: 10px;
  }
}

.homepage-services-2 .homepage-services-img {
  right: unset;
  left: 0;
}

@media (max-width: 992px) {
  .homepage-services-2 .homepage-services-img {
    position: relative;
    width: calc(100% + 20px);
    right: 10px;
    left: unset;
  }
}

.homepage-services-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage-services-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center 40%;
     object-position: center 40%;
}

@media (max-width: 992px) {
  .homepage-services-img {
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
    margin-top: 20px;
  }
}

#homepage-services-headline {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  #homepage-services-headline {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #homepage-services-headline {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #homepage-services-headline h2 {
    margin-bottom: 0;
  }
}

.pobocka-img {
  overflow: hidden;
  max-height: 400px;
}

.pobocka-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure {
  margin: 0;
}

@media (max-width: 767px) {
  figure {
    margin-bottom: 36px;
  }
}

.lightbox-big {
  height: 430px;
}

@media (max-width: 768px) {
  .lightbox-big {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .lightbox-big {
    margin-bottom: 10px;
    height: 230px;
  }
}

.lightbox-small {
  height: 205px;
}

@media (max-width: 768px) {
  .lightbox-small {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .lightbox-small {
    margin-bottom: 10px;
    height: 150px;
  }
}

.lightbox-small, .lightbox-big {
  overflow: hidden;
}

.lightbox-small img, .lightbox-big img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post-content__inner a {
  text-decoration: underline;
  font-weight: 700;
}

.modal-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1;
}

.modal {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 26px 20px;
  -webkit-animation: moveDown .8s;
          animation: moveDown .8s;
}

@media (max-width: 768px) {
  .modal {
    top: 50px;
    padding: 19px;
  }
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 1;
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 1;
  }
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.modalBtn-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
  background: url("../img/close.svg") no-repeat center transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.modalBtn-icon:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn--modal {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  background-color: #0cb8b6;
  padding: 6px 20px;
  font-weight: 700;
}

.btn--modal:hover {
  background-color: #098887;
  cursor: pointer;
}

.modal-footer {
  text-align: right;
  margin-top: 20px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  color: transparent;
  background: url(../img/close-lightbox.svg) no-repeat center right;
  background-size: 17px 17px;
  opacity: 1;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: 'Poppins';
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -25px;
  top: -44px;
  position: absolute;
  text-align: right;
  padding-right: 6px;
}

@media only screen and (max-width: 1200px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    padding-right: 0 !important;
    right: 75px;
  }
}

@media only screen and (max-width: 992px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 0px;
  }
}

.mfp-counter {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Poppins';
}

@media only screen and (max-width: 768px) {
  .mfp-counter {
    top: 20px;
  }
}

.mfp-counter::first-letter {
  color: #ffffff;
}

.mfp-counter span {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  width: 150px;
  height: 60%;
}

@media only screen and (max-width: 1200px) {
  .mfp-arrow {
    width: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .mfp-arrow {
    width: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .mfp-arrow {
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    margin: 0;
    width: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .mfp-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 10%;
  background: url(../img/icon-arrow-white-left.svg) no-repeat center center !important;
  background-size: 36px 70px !important;
}

.mfp-arrow-left:hover {
  background: url(../img/icon-arrow-left-hover.svg) no-repeat center center !important;
  background-size: 36px 70px !important;
}

@media only screen and (max-width: 1800px) {
  .mfp-arrow-left {
    left: 5%;
  }
}

@media only screen and (max-width: 1600px) {
  .mfp-arrow-left {
    left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .mfp-arrow-left {
    left: 0;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .mfp-arrow-left {
    background-size: 30px !important;
  }
  .mfp-arrow-left:hover {
    background-size: 30px !important;
  }
}

@media only screen and (max-width: 576px) {
  .mfp-arrow-left {
    background: url(../img/icon-arrow-black-left.svg) no-repeat center center rgba(255, 255, 255, 0.9) !important;
    background-size: 12px !important;
    left: 15px;
  }
  .mfp-arrow-left:hover {
    background: url(../img/icon-arrow-black-left.svg) no-repeat center center rgba(255, 255, 255, 0.9) !important;
    background-size: 12px !important;
    left: 15px;
  }
}

.mfp-arrow-right {
  right: 10%;
  background: url(../img/icon-arrow-white.svg) no-repeat center center !important;
  background-size: 36px 70px !important;
}

.mfp-arrow-right:hover {
  background: url(../img/icon-arrow-right-hover.svg) no-repeat center center !important;
  background-size: 36px 70px !important;
}

@media only screen and (max-width: 1800px) {
  .mfp-arrow-right {
    right: 5%;
  }
}

@media only screen and (max-width: 1600px) {
  .mfp-arrow-right {
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .mfp-arrow-right {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mfp-arrow-right {
    background-size: 30px !important;
  }
  .mfp-arrow-right:hover {
    background-size: 30px !important;
  }
}

@media only screen and (max-width: 576px) {
  .mfp-arrow-right {
    background: url(../img/arrow-black.svg) no-repeat center center rgba(255, 255, 255, 0.9) !important;
    background-size: 12px !important;
    right: 15px;
  }
  .mfp-arrow-right:hover {
    background: url(../img/arrow-black.svg) no-repeat center center rgba(255, 255, 255, 0.9) !important;
    background-size: 12px !important;
    right: 15px;
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 1980px) {
  img.mfp-img {
    max-width: 1200px;
    max-height: 675px !important;
  }
}

@media only screen and (max-width: 1200px) {
  img.mfp-img {
    max-width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 992px) {
  img.mfp-img {
    max-width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  img.mfp-img {
    max-width: calc(100% - 50px);
    padding-top: 0px;
  }
}

@media only screen and (max-width: 576px) {
  img.mfp-img {
    max-width: 100%;
  }
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

@media (min-width: 1025px) and (max-height: 800px) {
  .mfp-bottom-bar {
    margin-top: -6px;
  }
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  padding-top: 10px;
}

.mfp-title small {
  padding-top: 4px;
}

@media only screen and (max-width: 1680px) {
  .mfp-title {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .mfp-title {
    max-width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 992px) {
  .mfp-title {
    max-width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .mfp-title {
    max-width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 576px) {
  .mfp-title {
    max-width: 100%;
    padding-top: 40px;
  }
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.lightbox-border:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.lightbox
img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
/*# sourceMappingURL=style.css.map */



html :where(img) {
  max-width: unset;
}