@import "https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900";
@font-face {
  font-family: hightide;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/RHB/HighTide.otf) format("otf"), url(../fonts/RHB/HighTide.woff) format("woff"), url(../fonts/RHB/HighTide.ttf) format("truetype");
}
.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;
}
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;
}
.form {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .form {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .form {
    padding: 40px 0;
  }
}
@media (max-width: 479px) {
  .form {
    padding: 30px 0;
  }
}
.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: #8b989e;
  padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
  background: 0 0;
  border-radius: 6px;
  display: block;
  width: 100%;
  border: 1px solid #a1a1a1;
}
.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 {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.form--error {
  color: #c0392b;
  font-size: 75%;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 400;
}
.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;
  }
}
.form--customer-label label {
  font-weight: 400;
}
.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: 400;
}
@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 {
  font-size: 150%;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  background: #0067b1;
  color: #fff;
  padding: 0 130px;
}
.form--submit-btn:hover,
.form--submit-btn:active,
.form--submit-btn:focus {
  color: #fff;
  background: #004f88;
}
@media (max-width: 767px) {
  .form--submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .form--submit-btn {
    padding: 0 15px;
  }
}
.footer {
  color: #818a91;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 0 45.28px;
}
@media (max-width: 991px) {
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .footer {
    padding: 0 0 20.58px;
  }
}
.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;
  }
}
.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: #fff;
  font-weight: 700;
  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,
.footer__top .footer__box.footer__box-premier .footer__box-subheading2 {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading,
  .footer__top .footer__box.footer__box-premier .footer__box-subheading2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading,
  .footer__top .footer__box.footer__box-premier .footer__box-subheading2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading,
  .footer__top .footer__box.footer__box-premier .footer__box-subheading2 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading,
  .footer__top .footer__box.footer__box-premier .footer__box-subheading2 {
    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,
.footer__top .footer__box .footer__box-subheading2 {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .footer__top .footer__box .footer__box-subheading,
  .footer__top .footer__box .footer__box-subheading2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer__top .footer__box .footer__box-subheading,
  .footer__top .footer__box .footer__box-subheading2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__box .footer__box-subheading,
  .footer__top .footer__box .footer__box-subheading2 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__box .footer__box-subheading,
  .footer__top .footer__box .footer__box-subheading2 {
    font-size: 13px;
    line-height: 1.3;
  }
}
.footer__top .footer__box .footer__box-subheading a,
.footer__top .footer__box .footer__box-subheading2 a {
  color: #fff;
}
.footer__top .footer__box .footer__box-subheading .text--light,
.footer__top .footer__box .footer__box-subheading2 .text--light {
  font-weight: 300;
}
.footer__top .footer__box .footer__box-subheading .footer--number,
.footer__top .footer__box .footer__box-subheading2 .footer--number {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__mid.footer__mid-long {
    margin: 0 0 22.64px;
  }
}
.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;
}
.footer--text-number {
  color: #818a91;
  text-decoration: none;
}
@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;
  }
}
.show--lg {
  display: none;
}
@media (max-width: 1199px) {
  .show--lg {
    display: block;
  }
}
.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;
  }
}
.show--358 {
  display: none;
}
@media (max-width: 358px) {
  .show--358 {
    display: block;
  }
}
.banner {
  position: relative;
}
.banner__image img {
  width: 100%;
}
.banner__logo,
.banner__text,
.banner__subtext {
  position: absolute;
}
.banner__logo {
  top: 5%;
  left: 0;
  width: 19%;
}
@media (max-width: 767px) {
  .banner__logo {
    width: 35%;
  }
}
.banner__text {
  color: #fff;
  font-weight: 300;
  font-size: 3.3vw;
  line-height: 1.3;
  top: 36%;
  left: 4%;
  text-align: left;
}
@media (max-width: 767px) {
  .banner__text {
    font-size: 5.346vw;
    top: 23%;
    left: 7%;
  }
}
@media (min-width: 1441px) {
  .banner__text {
    font-size: 47px;
  }
}
.banner__text span {
  font-family: hightide, open sans, sans-serif;
  font-size: 5.5vw;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner__text span {
    font-size: 8.996vw;
  }
}
@media (min-width: 1441px) {
  .banner__text span {
    font-size: 79px;
  }
}
.floating-btn__container {
  position: fixed;
  bottom: 5%;
  width: 100%;
  z-index: 9999;
}
.floating-btn__wrapper {
  position: relative;
  max-width: 1440px;
}
a.floating-btn {
  text-align: center;
  color: #fff;
  background: #0067b1;
  position: absolute;
  right: 4%;
  transform: translateY(-100%);
  box-shadow: 0 3px 20px 0 rgba(3, 30, 49, 0.3);
  font-size: 16px;
  line-height: 1.2;
  padding: 18px 41px;
  border-radius: 45px;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 991px) {
  a.floating-btn {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  a.floating-btn {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  a.floating-btn {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  a.floating-btn {
    padding: 20px;
  }
}
a.floating-btn:hover {
  cursor: pointer;
}
.LanguageTab {
  background-color: #e5f8ff;
  padding-top: 50px;
}
.LanguageTab .stick {
  background-color: #e5f8ff;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 20px 0;
}
.LanguageTab ul {
  text-align: center;
}
.LanguageTab ul li {
  display: inline-block;
  padding: 0 15px;
}
.LanguageTab ul li a {
  color: #818a91;
}
.LanguageTab ul li a.is--active {
  color: #0167b1;
  text-decoration: underline;
}
.intro {
  background-color: #e5f8ff;
  padding: 54px 0 74px;
}
.intro__icon {
  padding-top: 65px;
}
.intro__icon img {
  margin: 0 auto;
}
.intro__title {
  padding: 15px 0 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #0067b1;
}
@media screen and (max-width: 991px) {
  .intro__title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .intro__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.intro__desc {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #53442b;
}
@media screen and (max-width: 991px) {
  .intro__desc {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .intro__desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .intro__desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
.intro__box {
  background-color: #0167b1;
  padding: 45px 0;
  margin-bottom: 22px;
}
.intro__box-icon {
  vertical-align: top;
}
.intro__box-icon img {
  padding-top: 5px;
}
.intro__box-text {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .intro__box-text {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .intro__box-text {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .intro__box-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.intro__box .text--22 {
  font-size: 22px;
  line-height: 1.3;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .intro__box .text--22 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .intro__box .text--22 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .intro__box .text--22 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.intro__box .text--pad {
  padding: 17px 0 38px;
}
.intro__box table td {
  padding: 15px 0;
}
.intro__subtitle {
  padding: 10px 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #0067b1;
}
@media screen and (max-width: 991px) {
  .intro__subtitle {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .intro__subtitle {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .intro__subtitle {
    font-size: 14px;
    line-height: 1.3;
  }
}
.intro__subdesc {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .intro__subdesc {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .intro__subdesc {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .intro__subdesc {
    font-size: 13px;
    line-height: 1.3;
  }
}
.intro .table__document {
  width: 85%;
}
@media (max-width: 479px) {
  .intro .table__document {
    width: 100%;
  }
}
.benefit {
  padding: 57px 0 127px;
  background-color: #fff;
}
.benefit__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #0067b1;
}
@media screen and (max-width: 991px) {
  .benefit__title {
    font-size: 31px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .benefit__title {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .benefit__title {
    font-size: 23px;
    line-height: 1.3;
  }
}
.benefit__desc {
  padding: 13px 0 27px;
  font-size: 17px;
  line-height: 1.3;
  color: #53442b;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .benefit__desc {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .benefit__desc {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .benefit__desc {
    font-size: 13px;
    line-height: 1.3;
  }
}
.benefit__line hr {
  margin: 72px 0 49px;
  border-top: 1px solid #000;
}
.faq {
  padding-bottom: 100px;
  background-color: #fff;
}
.faq__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #0067b1;
}
@media screen and (max-width: 991px) {
  .faq__title {
    font-size: 31px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__title {
    font-size: 23px;
    line-height: 1.3;
  }
}
.faq__accordion {
  padding-bottom: 50px;
}
.faq__accordion-item {
  padding: 10px 0;
}
.faq__accordion-head {
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.3;
  color: #0067b1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .faq__accordion-head {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__accordion-head {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__accordion-head {
    font-size: 14px;
    line-height: 1.3;
  }
}
.faq__accordion-title {
  background-color: #fff;
  color: #4f5960;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 15px 50px 15px 0;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .faq__accordion-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__accordion-title {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__accordion-title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.faq__accordion-title.active {
  color: #0067b1;
  font-weight: 700;
}
.faq__accordion-title span {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(36%, -13%);
}
.faq__accordion-title span::after {
  content: url(/-/media/Microsites/PARetailFAQ/img/dropdown.png);
}
.is--open > .faq__accordion-title span::after {
  content: url(/-/media/Microsites/PARetailFAQ/img/dropdown-active.png);
}
.faq__accordion-content {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  display: none;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .faq__accordion-content {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .faq__accordion-content {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .faq__accordion-content {
    font-size: 14px;
    line-height: 1.3;
  }
}
