@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");
@media (max-width: 479px) {
  .hide--xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
  .main-btns {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .hide--md {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hide--lg {
    display: none;
  }
}
.show--md {
  display: none;
}
@media (max-width: 991px) {
  .show--md {
    display: block;
  }
}
.show--sm {
  display: none;
}
@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}
.show--xs {
  display: none;
}
@media (max-width: 479px) {
  .show--xs {
    display: block;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
input,
textarea,
select,
button {
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
a,
input {
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0 0 0;
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Lato", "Open Sans", sans-serif;
  color: #4a565c;
  background: #fff;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}
a {
  color: #025fab;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
.site--container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
.wrapper {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e5f8ff 35%, #e8f9ff 75%, #fff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(35%, #e5f8ff), color-stop(75%, #e8f9ff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #e5f8ff 35%, #e8f9ff 75%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #e5f8ff 35%, #e8f9ff 75%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e5f8ff 35%, #e8f9ff 75%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5f8ff 35%, #e8f9ff 75%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  padding: 0 10%;
}
@media (max-width: 991px) {
  .wrapper {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .wrapper {
    padding: 0 1.5%;
  }
}
section {
  padding: 60px 0 60px;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 40px 0 40px;
  }
}
@media (max-width: 479px) {
  section {
    padding: 30px 0 30px;
  }
}
.section__head {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  max-width: 68%;
  margin: 0 auto;
  color: #0067b1;
}
@media screen and (max-width: 991px) {
  .section__head {
    font-size: 37px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .section__head {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .section__head {
    font-size: 30px;
    line-height: 1.3;
  }
}
.section__head p:first-child {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .section__head p:first-child {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .section__head p:first-child {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .section__head p:first-child {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  .section__head {
    max-width: none;
  }
}
.section__sub {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section__sub {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .section__sub {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .section__sub {
    font-size: 18px;
    line-height: 1.3;
  }
}
.section__content {
  margin-top: 5%;
}
.diamond-shape {
  background: #0067b1;
  height: 60px;
  text-align: center;
  transform: rotate(45deg);
  width: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .diamond-shape {
    height: 45px;
    width: 45px;
  }
}
.item-count {
  color: #ffffff;
  display: table-cell;
  height: 60px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 60px;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .item-count {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .item-count {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .item-count {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .item-count {
    height: 45px;
    width: 45px;
  }
}
.floating-btn__container {
  position: fixed;
  bottom: 4%;
  width: 100%;
  z-index: 999;
}
.floating-btn__wrapper {
  position: relative;
  max-width: 1440px;
}
a.floating-btn {
  text-align: center;
  color: #ffffff;
  background: #0067b1;
  position: absolute;
  right: 4%;
  transform: translateY(-100%);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  font-size: 22px;
  line-height: 1.2;
  padding: 1.5% 6%;
  border-radius: 37px;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 991px) {
  a.floating-btn {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  a.floating-btn {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  a.floating-btn {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  a.floating-btn {
    padding: 20px;
  }
}
a.floating-btn:hover {
  cursor: pointer;
}
a.floating-btn .text-small {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  a.floating-btn .text-small {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  a.floating-btn .text-small {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  a.floating-btn .text-small {
    font-size: 12px;
    line-height: 1.3;
  }
}
.learn__btn {
  background-color: #5bc2e7;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.learn__btn a {
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  padding: 12px 3px;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 991px) {
  .learn__btn a {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .learn__btn a {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .learn__btn a {
    font-size: 14px;
    line-height: 1.3;
  }
}
.learn__btn a:hover,
.learn__btn a:active,
.learn__btn a:focus {
  background: #37b5e2;
}
.more__btn {
  width: 30.8%;
  margin: 0 auto 70px;
}
@media (max-width: 991px) {
  .more__btn {
    width: 58%;
  }
}
.more__btn a {
  padding: 20px 3px;
}
#HomePopup .modal-dialog {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48%;
}
@media (max-width: 991px) {
  #HomePopup .modal-dialog {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #HomePopup .modal-dialog {
    width: 90%;
  }
}
#HomePopup .popup__text {
  font-size: 20px;
  line-height: 1.3;
  padding: 47px 5% 53px;
}
@media screen and (max-width: 991px) {
  #HomePopup .popup__text {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  #HomePopup .popup__text {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  #HomePopup .popup__text {
    font-size: 16px;
    line-height: 1.3;
  }
}
#HomePopup .popup__btn {
  background-color: #0067b1;
  text-align: center;
  width: 30%;
  margin-top: 50px;
}
#HomePopup .popup__btn button {
  background-color: #0067b1;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  padding: 12px 3px;
  color: #ffffff;
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #HomePopup .popup__btn button {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  #HomePopup .popup__btn button {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  #HomePopup .popup__btn button {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 479px) {
  #HomePopup .popup__btn {
    width: 45%;
  }
}
.facility {
  padding-top: 40px !important;
}
.facility__content-label {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .facility__content-label {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .facility__content-label {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .facility__content-label {
    font-size: 16px;
    line-height: 1.3;
  }
}
.facility__content-row:not(:last-child) {
  border-bottom: 1px solid #818a91;
}
.facility__content-title {
  width: 20%;
  color: #0067b1;
  padding: 15px 0;
}
.facility__content-data {
  width: 40%;
  padding: 15px 4%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .facility__content-data {
    padding-top: 0;
  }
}
.facility__content-table {
  margin-top: 10px;
  padding: 20px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .facility__content-table {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .facility__content-table {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .facility__content-table {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: xsss) {
  .facility__content-table {
    font-size: 12px;
    line-height: 1.3;
  }
}
.facility__content-table_row {
  padding: 15px 0;
}
.facility__content-table_row:not(:last-child) {
  border-bottom: 1px solid #838383;
}
.facility__content-table_title,
.facility__content-table_data {
  display: table-cell;
}
.facility__content-table_title {
  width: 22vw;
  color: #0067b1;
  padding-right: 25px;
}
.facility__content-footnote {
  padding-top: 20px;
}
.facility__content-bnm {
  padding-top: 30px;
}
.facility__content-bnm img {
  padding-top: 5px;
}
.facility ul {
  list-style-type: initial;
  list-style-position: outside;
  list-style-image: url("../images/list-bullet.png");
  margin-left: 20px;
}
@media (max-width: 767px) {
  .facility ul {
    list-style-image: url("../images/list-bullet-mobile.png");
    margin-left: 15px;
  }
}
.facility .secondary-list {
  margin-left: 20px;
}
.facility li {
  padding-bottom: 15px;
}
.facility li span {
  vertical-align: middle;
}
.moratorium__content-label {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .moratorium__content-label {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .moratorium__content-label {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .moratorium__content-label {
    font-size: 16px;
    line-height: 1.3;
  }
}
.moratorium__content-table {
  margin-top: 10px;
  padding: 20px;
  background-color: #0067b1;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .moratorium__content-table {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .moratorium__content-table {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .moratorium__content-table {
    font-size: 16px;
    line-height: 1.3;
  }
}
.moratorium__content-table_row {
  text-align: left;
  padding: 25px 15px;
  width: 90%;
  margin: 0 auto;
}
.moratorium__content-table_row:not(:last-child) {
  border-bottom: 1px solid #838383;
}
.moratorium p:not(:last-child) {
  padding-bottom: 5px;
}
.moratorium__content-note {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .moratorium__content-note {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .moratorium__content-note {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .moratorium__content-note {
    font-size: 12px;
    line-height: 1.3;
  }
}
.moratorium .beep__wrapper {
  padding: 56px 5% 27px;
}
.moratorium .text--22 {
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .moratorium .text--22 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .moratorium .text--22 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .moratorium .text--22 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.moratorium .text--24 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 12px;
  text-align: center;
  color: #0067b1;
}
@media screen and (max-width: 991px) {
  .moratorium .text--24 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .moratorium .text--24 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .moratorium .text--24 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.content__icon img {
  margin: 0 auto;
}
.content__title {
  font-size: 30px;
  line-height: 1.3;
  color: #0067b1;
  font-weight: 700;
  text-align: center;
  padding: 17.4px 0 30px;
}
@media screen and (max-width: 991px) {
  .content__title {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .content__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .content__title {
    font-size: 22px;
    line-height: 1.3;
  }
}
.content hr {
  border: 1px solid #0067b1;
}
.content__desc {
  font-size: 30px;
  line-height: 1.3;
  color: #0067b1;
  font-weight: 700;
  text-align: center;
  padding: 93px 0 48px;
}
@media screen and (max-width: 991px) {
  .content__desc {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .content__desc {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .content__desc {
    font-size: 22px;
    line-height: 1.3;
  }
}
.content__switch {
  text-align: left;
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .content__switch {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .content__switch {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .content__switch {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .content__switch {
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
  }
}
.content__switch-row {
  padding: 40px 0;
  margin: 0 15px;
}
.content__switch-row:not(:last-child) {
  border-bottom: 1px solid #838383;
}
.content__switch-title {
  color: #0067b1;
  padding-bottom: 15px;
}
.content ul {
  list-style-type: initial;
  list-style-position: outside;
  list-style-image: url("../images/list-bullet.png");
  margin-left: 20px;
}
@media (max-width: 767px) {
  .content ul {
    list-style-image: url("../images/list-bullet-mobile.png");
    margin-left: 15px;
  }
}
.faq {
  padding: 60px 10%;
}
@media (max-width: 991px) {
  .faq {
    padding: 0;
  }
}
.faq .stick {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 80%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(80%, #fff), color-stop(93%, rgba(255, 255, 255, 0.94)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(top, #fff 80%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(top, #fff 80%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(top, #fff 80%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, #fff 80%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  padding-bottom: 20px;
}
.faq__content-label {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .faq__content-label {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__content-label {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__content-label {
    font-size: 16px;
    line-height: 1.3;
  }
}
.faq__content {
  text-align: center;
}
.faq__content-tabs {
  overflow: auto;
  min-height: 230px;
  white-space: nowrap;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .faq__content-tabs {
    min-height: 150px;
    width: 100vw !important;
    margin-left: -15px;
  }
}
.faq__switch-toggler {
  display: inline-block;
  width: 202px;
  text-align: center;
  margin: 0 5px;
  transition: 0.4s;
  line-height: 1.2;
}
.faq__switch-toggler .icon-label {
  height: 52px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq__switch-toggler {
    width: 180px;
    padding: 0 5px;
    font-size: 13px;
    margin: 0 2.5px;
  }
  .faq__switch-toggler img.icon-label {
    height: 38px;
  }
  .faq__switch-toggler img.icon-arrow {
    width: 10px;
  }
}
.faq__switch-toggler.active {
  background-color: #ffffff;
  color: #1867b1;
  top: 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .faq__switch-toggler.active {
    top: 8px;
  }
}
.faq__switch-toggler .bg__blue {
  position: relative;
  z-index: 99;
  background-color: #1867b1;
  color: #ffffff;
  border-radius: 10px;
  padding: 35px 5px 45px;
}
.faq__switch-toggler .bg__white {
  position: relative;
  top: -3%;
  background-color: #ffffff;
  color: #404040;
  padding: 25px 5px 38px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #0067b1;
}
.faq__switch-toggler .text--20 {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .faq__switch-toggler .text--20 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__switch-toggler .text--20 {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__switch-toggler .text--20 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.faq__switch-content {
  text-align: left;
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .faq__switch-content {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__switch-content {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__switch-content {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .faq__switch-content {
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
  }
}
.faq__switch-content_row {
  padding: 40px 0;
  margin: 0 15px;
}
.faq__switch-content_row:not(:last-child) {
  border-bottom: 1px solid #838383;
}
.faq__switch-content_title {
  color: #0067b1;
  padding-bottom: 15px;
}
.slick-slide {
  outline: none;
}
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 1.5% 0 0;
  width: 100%;
  height: 38px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 15px;
  margin: 0 5px;
  cursor: pointer;
  background-color: gray;
  opacity: 0.5;
  -webkit-transition: width 2s;
  transition: width 0.5s;
}
@media (max-width: 767px) {
  .slick-dots li {
    height: 7px;
    width: 7px;
    border-radius: 15px;
    margin: 0 4px;
  }
}
@media (max-width: 479px) {
  .slick-dots li {
    height: 5px;
    width: 5px;
    border-radius: 15px;
    margin: 0 3px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.form {
  text-align: center;
  background-color: #e2f5f9;
  padding: 60px 0 60px;
}
@media (max-width: 991px) {
  .form {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .form {
    padding: 40px 0 40px;
  }
}
@media (max-width: 479px) {
  .form {
    padding: 30px 0 30px;
  }
}
.form .input--radio {
  margin-top: 21px;
  margin-right: 10px;
}
.form--heading {
  color: #0067b1;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .form--heading {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .form--heading {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .form--heading {
    font-size: 24px;
    line-height: 1.2;
  }
}
.form--subheading {
  padding-top: 10px;
}
.form--form {
  text-align: left;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .form--form {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .form--form {
    padding-top: 5px;
  }
}
.form--control {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .form--control {
    padding-top: 25px;
  }
}
.form--label {
  color: #373a3c;
  padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
  border-radius: 6px;
  display: block;
  width: 100%;
  border: none;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
  color: #bbc6c8;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
  color: #bbc6c8;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
  color: #bbc6c8;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
  color: #bbc6c8;
}
@media (max-width: 767px) {
  .form--input,
  .form--select,
  .form--textarea {
    background: #fff;
    border-radius: 4px;
  }
}
.form--input .small-text,
.form--select .small-text,
.form--textarea .small-text {
  font-size: 12px;
}
.form--input {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.form--error {
  color: #c0392b;
  font-size: 75%;
  padding-top: 10px;
  font-weight: normal;
}
.form--customer-label {
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .form--customer-label {
    padding-top: 0;
  }
}
.form--customer-label span {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .form--customer-label span {
    display: block;
    margin: 0 0 10px 0;
  }
}
.form--customer-label label {
  font-weight: normal;
}
.form--customer-label label + label {
  margin-left: 20px;
}
.form--customer-label input {
  margin-right: 10px;
}
.form--tnc-container {
  margin: 0;
}
.form--tnc-input {
  vertical-align: top;
  float: left;
  width: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form--tnc-input {
    width: 15px;
  }
}
.form--tnc-label {
  padding-left: 10px;
  float: right;
  width: calc(100% - 20px);
}
.form--tnc-label p + p {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .form--tnc-label {
    width: calc(100% - 15px);
  }
}
.form--tnc-label-text {
  font-size: 75%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .form--tnc-label-text {
    font-size: 81.25%;
  }
}
@media (max-width: 479px) {
  .form--tnc-label-text {
    font-size: 75%;
  }
}
.form--submit {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .form--submit {
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .form--submit {
    padding-top: 20px;
  }
}
.form--submit-btn,
.btn-sme {
  width: 40%;
  padding: 20px 0;
  background: #0067b1;
  color: #ffffff;
  margin: 40px auto 0;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .form--submit-btn,
  .btn-sme {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .form--submit-btn,
  .btn-sme {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .form--submit-btn,
  .btn-sme {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: xsss) {
  .form--submit-btn,
  .btn-sme {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .form--submit-btn,
  .btn-sme {
    width: 100%;
  }
}
.btn-sme {
  width: 30%;
  border-radius: 0;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .btn-sme {
    width: 50%;
  }
}
.btn-sme:hover {
  color: #ffffff;
}
.btn-moratorium {
  background-color: #ffffff;
  color: #0067b1;
  margin: 20px auto 0 35%;
  padding: 20px 0;
  width: 30%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .btn-moratorium {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .btn-moratorium {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .btn-moratorium {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: xsss) {
  .btn-moratorium {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  .btn-moratorium {
    width: 50%;
    margin-left: 25%;
  }
}
@media (max-width: 620px) {
  .btn-moratorium {
    width: 75%;
    margin-left: 13%;
  }
}
@media (max-width: 479px) {
  .btn-moratorium {
    width: 85%;
    margin-left: 7%;
  }
}
.footer {
  color: #818a91;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .footer {
    padding: 0 0 20.58px 0;
  }
}
.footer__top {
  margin: 0 68.38px;
}
@media (max-width: 620px) {
  .footer__top {
    margin: 0 30.38px;
  }
}
.footer__top .footer__tnc {
  color: #0667b0;
  padding: 45.28px 0 22.64px;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__tnc {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__tnc {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__tnc {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .footer__top .footer__tnc {
    padding: 22.64px 0;
  }
}
@media (max-width: 620px) {
  .footer__top .footer__tnc {
    padding: 22.64px 0 11px 0;
  }
}
.footer__top .footer__tnc.footer__tnc-premier a {
  color: #002f65;
}
.footer__top .footer__tnc a {
  color: #0667b0;
  padding: 0 10px;
  border-left: 1px solid #0667b0;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__tnc a {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__tnc a {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__tnc a {
    font-size: 12px;
    line-height: 1.3;
  }
}
.footer__top .footer__tnc a:first-child {
  padding: 0 10px 0 0;
  border-left: none;
  border-right: none;
}
.footer__top .footer__box {
  background: #5bc2e7;
  color: #ffffff;
  font-weight: bold;
  padding: 45.28px 68.38px;
}
.footer__top .footer__box.footer__box-premier {
  background: #002f65;
}
.footer__top .footer__box.footer__box-premier .footer__box-heading {
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 16px;
    line-height: 1.3;
  }
}
.footer__top .footer__box.footer__box-premier .footer__box-subheading {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .footer__top .footer__box {
    padding: 22.64px 68.38px;
  }
}
@media (max-width: 620px) {
  .footer__top .footer__box {
    padding: 20.58px 30.38px;
  }
}
.footer__top .footer__box .footer__box-heading {
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__box .footer__box-heading {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__box .footer__box-heading {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__box .footer__box-heading {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__box .footer__box-heading {
    font-size: 18px;
    line-height: 1.3;
  }
}
.footer__top .footer__box .footer__box-subheading {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__box .footer__box-subheading {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__box .footer__box-subheading {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__box .footer__box-subheading {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__box .footer__box-subheading {
    font-size: 13px;
    line-height: 1.3;
  }
}
.footer__top .footer__box .footer__box-subheading a {
  color: #ffffff;
}
.footer__top .footer__box .footer__box-subheading .text--light {
  font-weight: 300;
}
.footer__top .footer__box .footer__box-subheading .footer--number {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__mid.footer__mid-long {
    margin: 0 0 22.64px 0;
  }
}
.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
  display: table-cell;
  vertical-align: middle;
}
.footer__mid .footer__mid-left {
  background: #5bc2e7;
  width: 270px;
  padding: 0 45.28px 0 68.38px;
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-left {
    padding: 0 20.75px 0 30.38px;
    width: 170px;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-left {
    width: 122.74px;
    padding: 3px 20.75px 3px 30.38px;
  }
}
.footer__mid .footer__mid-left.footer__mid-left-premier {
  background: #002f65;
  padding: 28.7px 22.9px 28.7px 68.38px;
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-left.footer__mid-left-premier {
    width: 140.46px;
    padding: 22.9px 20.75px 22.9px 30.38px;
  }
  .footer__mid .footer__mid-left.footer__mid-left-premier img {
    width: 97.35px;
  }
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-left img {
    width: 106px;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-left img {
    width: 74px;
  }
}
.footer__mid .footer__mid-right {
  padding: 22.64px 0 0 22.82px;
}
@media (max-width: 991px) {
  .footer__mid .footer__mid-right {
    display: block;
    padding: 22.64px 0 0 68.38px;
  }
}
@media (max-width: 767px) {
  .footer__mid .footer__mid-right {
    display: block;
    padding: 22.64px 0 0 68.38px;
  }
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-right {
    padding: 16px 0 0 30.38px;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right {
    padding: 10px 0 0 30.38px;
  }
}
.footer__mid .footer__mid-right.mid-right-short {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .footer__mid .footer__mid-right.mid-right-short {
    display: table-cell;
    padding: 0;
  }
}
.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .footer__mid .footer__mid-right .islam__logo,
  .footer__mid .footer__mid-right .footer__mid-right-text {
    vertical-align: middle;
  }
}
.footer__mid .footer__mid-right .islam__logo {
  width: 42px;
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-right .islam__logo {
    width: 36px;
    display: block;
    float: left;
    margin: 0 12px 4px 0;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right .islam__logo {
    width: 30px;
    margin: 2px 12px 1px 0;
  }
}
.footer__mid .footer__mid-right .islam__logo img {
  width: 100%;
}
.footer__mid .footer__mid-right .footer__mid-right-text {
  padding: 0 68.38px 0 22.82px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .footer__mid .footer__mid-right .footer__mid-right-text {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-right .footer__mid-right-text {
    padding: 0 30.38px 0 0;
    display: block;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right .footer__mid-right-text {
    padding: 0 30.38px 0 0;
  }
}
.footer__mid .footer__mid-right .footer__mid-right-copyright {
  margin-top: 24.64px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .footer__mid .footer__mid-right .footer__mid-right-copyright {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right .footer__mid-right-copyright {
    margin-top: 20.58px;
    padding-right: 30.38px;
  }
}
.footer__btm {
  margin: 45.28px 68.38px 0;
}
@media (max-width: 991px) {
  .footer__btm {
    margin: 22.64px 68.38px 0;
  }
}
@media (max-width: 620px) {
  .footer__btm {
    margin: 20.58px 30.38px 0;
  }
}
.footer__btm .footer__btm-text {
  margin-top: 20px;
  text-align: justify;
}
.footer__btm .footer__btm-text a {
  color: #818a91;
}
.footer__btm .footer__btm-text a.underline {
  text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .hide--xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide--md {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hide--lg {
    display: none;
  }
}
@media (max-width: 479px) {
  .visible-xs {
    display: block;
  }
}
.text-blue {
  color: #0067b1;
}
.text--22 {
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .text--22 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .text--22 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .text--22 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.text--30 {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .text--30 {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .text--30 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .text--30 {
    font-size: 22px;
    line-height: 1.3;
  }
}
