@import url("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("/-/media/microsites/ocean/fonts/RHB/HighTide-otf") format("otf"), url("/-/media/microsites/ocean/fonts/RHB/HighTide-woff") format("woff"), url("/-/media/microsites/ocean/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 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
}

.form {
    text-align: center;
    background: #E3F5FA;
    padding: 70px 0
}

@media (max-width: 767px) {
    .form {
        padding: 50px 0
    }
}

@media (max-width: 479px) {
    .form {
        padding: 40px 0
    }
}

.form__inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto
}

.form--heading {
    color: #0067B1;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.3
}

@media screen and (max-width: 991px) {
    .form--heading {
        font-size: 35px;
        line-height: 1.3
    }
}

@media screen and (max-width: 767px) {
    .form--heading {
        font-size: 35px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .form--heading {
        font-size: 28px;
        line-height: 1.3
    }
}

.form--subheading {
    font-size: 16px;
    color: #404040;
    font-weight: 300;
    padding-top: 5px
}

@media (max-width: 479px) {
    .form--subheading {
        font-size: 14px
    }
}

.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: #000000;
    padding: 0 0 5px 10px
}

.form--input,
.form--select,
.form--textarea {
    border-radius: 4px;
    display: block;
    width: 100%;
    border: 1px solid #DDDDDD
}

.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
    color: #818A91
}

.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
    color: #818A91
}

.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
    color: #818A91
}

.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
    color: #818A91
}

@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--input.form--input-special {
    padding: 0 0 0 100px
}

.form--error {
    color: #c0392b;
    font-size: 70%;
    text-transform: uppercase;
    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 {
    color: #000000;
    font-size: 14px;
    font-weight: 300
}

@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 {
    text-align: center
}

.form--submit-btn {
    font-weight: 600;
    display: inline-block;
    padding: 15px 15px;
    background: #0067B1;
    color: #ffffff;
    border-radius: 4px;
    max-width: 310px;
    width: 100%;
    margin: 40px auto 0;
    border: none;
    font-size: 18px;
    line-height: 1.3
}

@media screen and (max-width: 991px) {
    .form--submit-btn {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (max-width: 767px) {
    .form--submit-btn {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .form--submit-btn {
        font-size: 16px;
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    .form--submit-btn {
        padding: 15px 50px;
        display: inline-block
    }
}

.form--submit-btn:hover {
    background: #0067B1
}

.form--disclaimer-wrrapper {
    width: 100%;
    margin: 40px auto 0
}

.form--disclaimer-wrrapper .form--disclaimer {
    font-size: 12px;
    font-weight: 300;
    text-align: center
}

.form--disclaimer-wrrapper .form--disclaimer+.form--disclaimer {
    margin-top: 20px
}

.form--input-wrapper {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.form--input-wrapper select {
    background: #ffffff
}

.form--input-wrapper label {
    font-weight: normal
}

.form--input-wrapper label+label {
    margin-left: 20px
}

.form--input-wrapper input {
    margin-right: 10px
}

.footer {
    color: #818A91;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 45.28px 0;
    width: 100%;
    background: white;
    top: 90%;
    position: absolute;
}

@media (max-width: 991px) {
    .footer {
        font-size: 12px;
        top: 85%;
    }
}

@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
}

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

.floating-btn__container {
    position: fixed;
    bottom: 4%;
    width: 100%;
    z-index: 9999
}

.floating-btn__wrapper {
    position: relative;
    max-width: 1440px
}

a.floating-btn {
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: 4%;
    transform: translateY(-100%);
    transition: .2s all ease-in-out
}

@media (max-width: 991px) {
    a.floating-btn {
        right: -4%
    }
}

@media (max-width: 479px) {
    a.floating-btn {
        right: -20%
    }
}

a.floating-btn:hover {
    cursor: pointer
}

a.floating-btn img {
    width: 80%
}

@media (max-width: 991px) {
    a.floating-btn img {
        width: 60%
    }
}

@media (max-width: 479px) {
    a.floating-btn img {
        width: 45%
    }
}

.heading__title {
    position: absolute;
    top: 56.5%;
    left: 0;
    overflow: hidden;
    text-align: center;
    color: #81D9F8;
    font-size: 1.500vw;
    line-height: 1.2;
    width: 100%
}

@media (max-width: 767px) {
    .heading__title {
        font-size: 2.734vw;
        top: 40.5%
    }
}

@media (min-width: 1441px) {
    .heading__title {
        font-size: 21px
    }
}

.heading__title::before,
.heading__title::after {
    background-color: #5BC2E7;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 22%
}

.circle {
    top: 65%
}

@media (max-width: 767px) {
    .circle {
        top: 54.3%
    }
}

.circle::before,
.circle::after {
    width: 31.2%
}

@media (max-width: 767px) {

    .circle::before,
    .circle::after {
        width: 38%
    }
}

.heading__title::before {
    right: 1.5em;
    margin-left: -50%
}

.heading__title::after {
    left: 1.5em;
    margin-right: -50%
}

.slick-slide {
    outline: none
}

.slick-arrow {
    position: absolute;
    background: transparent;
    border: 0
}

.arrow--prev {
    top: 40%;
    left: -8%;
    transform: translate(-30%, -40%);
    z-index: 9999;
    color: #FFFFFF
}

@media (max-width: 767px) {
    .arrow--prev {
        left: -5%;
        transform: translate(-60%, -40%)
    }
}

.arrow--next {
    top: 40%;
    right: -8%;
    transform: translate(42%, -40%);
    color: #FFFFFF
}

@media (max-width: 767px) {
    .arrow--next {
        right: -5%;
        transform: translate(60%, -40%)
    }
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 2% 0;
    padding: 0;
    list-style-type: none
}

@media (max-width: 991px) {
    .slick-dots {
        margin: 0
    }
}

.slick-dots li {
    margin: 0 0.25rem
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0.5px solid #FFFFFF;
    border-radius: 100%;
    background-color: unset;
    text-indent: -9999px
}

@media (max-width: 479px) {
    .slick-dots button {
        width: 1.2rem;
        height: 1.2rem
    }
}

.slick-dots li.slick-active button {
    background-color: #FFFFFF
}

.fullbg {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.fullbg__image img {
    width: 100%;
    object-fit: contain
}

.fullbg__logo,
.fullbg__brand-logo,
.fullbg__text,
.fullbg__card,
.fullbg__subtext {
    position: absolute
}

.fullbg__logo {
    top: 1%;
    left: 0;
    width: 19%
}

@media (max-width: 767px) {
    .fullbg__logo {
        width: 35%
    }
}

.fullbg__brand-logo {
    top: 1%;
    right: 1%;
}

@media (max-width: 767px) {
    .fullbg__brand-logo {
        width: 18%;
        right: 3%
    }
}

.fullbg__text {
    color: #ffffff;
    font-weight: 300;
    font-size: 3.429vw;
    line-height: 1.1;
    top: 3.5%;
    left: 35%;
    text-align: left
}

@media (max-width: 767px) {
    .fullbg__text {
        font-size: 5.990vw;
        left: 26%
    }
}

@media (min-width: 1441px) {
    .fullbg__text {
        font-size: 48px
    }
}

.fullbg__text span {
    font-family: 'hightide', 'Open Sans', sans-serif;
    font-size: 7.143vw;
    line-height: 1.4;
    font-weight: 300
}

@media (max-width: 767px) {
    .fullbg__text span {
        font-size: 11.719vw
    }
}

@media (min-width: 1441px) {
    .fullbg__text span {
        font-size: 100px
    }
}

.fullbg__card {
    top: 9%;
    left: 40%;
    width: 20%;
}

@media (max-width: 767px) {
    .fullbg__card {
        top: 8%;
        left: 40%;
        width: 23%;
    }
}

.fullbg__subtext {
    color: #ffffff;
    font-size: 1.286vw;
    line-height: 1.6;
    text-align: center;
    top: 18%;
    left: 15%;
    width: 71%
}

@media (max-width: 767px) {
    .fullbg__subtext {
        top: 14%;
        left: 15%;
        width: 71%;
        font-size: 2.344vw
    }
}

@media (min-width: 1441px) {
    .fullbg__subtext {
        font-size: 18px
    }
}

.fullbg .text--28 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2vw;
    line-height: 1.3;
    padding-bottom: 16px
}

@media (max-width: 767px) {
    .fullbg .text--28 {
        font-size: 3.646vw;
        padding-bottom: 10px
    }
}

@media (min-width: 1441px) {
    .fullbg .text--28 {
        font-size: 28px
    }
}

.fullbg .table__info {
    margin: 0 auto
}

.fullbg .table__info td {
    vertical-align: top;
    font-size: 0.857vw;
    line-height: 1.2;
    text-align: left;
    padding-top: 20px
}

@media (max-width: 767px) {
    .fullbg .table__info td {
        font-size: 1.563vw;
        padding-top: 15px
    }
}

@media (min-width: 1441px) {
    .fullbg .table__info td {
        font-size: 12px
    }
}

@media (max-width: 479px) {
    .fullbg .table__info td img {
        width: 60%
    }
}

.fullbg .table__info .spacer {
    width: 5%
}

@media (max-width: 479px) {
    .fullbg .table__info .spacer {
        width: 1%
    }
}

.fullbg__main-title {
    position: absolute;
    top: 28%;
    left: 31.5%;
    color: #ffffff;
    font-weight: 700;
    font-size: 2vw;
    line-height: 1.3;
    padding-bottom: 16px
}

@media (max-width: 991px) {
    .fullbg__main-title {
        top: 29%
    }
}

@media (max-width: 767px) {
    .fullbg__main-title {
        font-size: 3.646vw;
        padding-bottom: 8px;
        top: 24%;
        left: 15%
    }
}

@media (min-width: 1441px) {
    .fullbg__main-title {
        font-size: 28px
    }
}

.fullbg__main-video {
    position: absolute;
    top: 29%;
    left: 10%;
    width: 100%
}

@media (max-width: 991px) {
    .fullbg__main-video {
        top: 30%
    }
}

@media (max-width: 767px) {
    .fullbg__main-video {
        top: 24.8%
    }
}

.fullbg__main-video iframe {
    width: 80% !important;
    height: 80% !important
}

.fullbg__video-title {
    position: absolute;
    top: 43.8%;
    left: 32%;
    text-align: center;
    font-size: 1.500vw;
    line-height: 1.2;
    color: #ffffff
}

@media (max-width: 767px) {
    .fullbg__video-title {
        font-size: 2.734vw;
        top: 32.5%;
        left: 18%
    }
}

@media (min-width: 1441px) {
    .fullbg__video-title {
        font-size: 21px
    }
}

.fullbg__video-desc {
    position: absolute;
    top: 44.5%;
    left: 42%;
    text-align: center;
    font-size: 1.071vw;
    line-height: 1.2;
    color: #5BC2E7;
    font-weight: 700
}

@media (max-width: 767px) {
    .fullbg__video-desc {
        font-size: 1.953vw;
        top: 33%;
        left: 36%
    }
}

@media (min-width: 1441px) {
    .fullbg__video-desc {
        font-size: 15px
    }
}

.fullbg__video-part {
    position: absolute;
    top: 45.5%;
    left: 22%;
    width: 55%
}

@media (max-width: 767px) {
    .fullbg__video-part {
        top: 34%
    }
}

.fullbg__video-subdesc {
    font-size: 1.071vw;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    padding: 10px 0 18.8px
}

@media (max-width: 767px) {
    .fullbg__video-subdesc {
        font-size: 1.953vw;
        padding: 10px 0 5px
    }
}

@media (min-width: 1441px) {
    .fullbg__video-subdesc {
        font-size: 15px
    }
}

.fullbg__video-wrapper {
    position: relative
}

.fullbg__how-part {
    position: absolute;
    top: 58.5%;
    left: 15%;
    width: 70%;
    text-align: center
}

@media (max-width: 991px) {
    .fullbg__how-part {
        top: 57.8%
    }
}

@media (max-width: 767px) {
    .fullbg__how-part {
        top: 42%
    }
}

.fullbg__how-wrapper {
    padding: 0 8%
}

@media (max-width: 767px) {
    .fullbg__how-wrapper {
        padding-bottom: 10%
    }
}

.fullbg__how-icon img {
    margin: 0 auto
}

@media (max-width: 479px) {
    .fullbg__how-icon img {
        width: 20%
    }
}

.fullbg__how-title {
    font-size: 1.286vw;
    line-height: 1.2;
    color: #5BC2E7;
    font-weight: 700;
    padding: 26.2px 0 20.3px
}

@media (max-width: 991px) {
    .fullbg__how-title {
        padding: 20px 0
    }
}

@media (max-width: 767px) {
    .fullbg__how-title {
        font-size: 2.347vw;
        padding: 8px 0
    }
}

@media (min-width: 1441px) {
    .fullbg__how-title {
        font-size: 18px
    }
}

.fullbg__how-desc {
    font-size: 1.286vw;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 300
}

@media (max-width: 767px) {
    .fullbg__how-desc {
        font-size: 2.347vw
    }
}

@media (min-width: 1441px) {
    .fullbg__how-desc {
        font-size: 18px
    }
}

.fullbg__wwf-title {
    position: absolute;
    top: 68%;
    left: 30%;
    font-size: 2vw;
    line-height: 1.2;
    color: #81D9F8;
    text-align: center
}

@media (max-width: 991px) {
    .fullbg__wwf-title {
        top: 67%
    }
}

@media (max-width: 767px) {
    .fullbg__wwf-title {
        top: 56%;
        left: 14%;
        font-size: 3.646vw
    }
}

@media (min-width: 1441px) {
    .fullbg__wwf-title {
        font-size: 28px
    }
}

.fullbg__wwf-desc {
    position: absolute;
    top: 69.8%;
    left: 26%;
    font-size: 1.286vw;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    width: 48%
}

@media (max-width: 991px) {
    .fullbg__wwf-desc {
        top: 68.8%
    }
}

@media (max-width: 767px) {
    .fullbg__wwf-desc {
        top: 58%;
        left: 0;
        font-size: 2.344vw;
        width: 100%
    }
}

@media (min-width: 1441px) {
    .fullbg__wwf-desc {
        font-size: 18px
    }
}

.fullbg .visa-card img {
    margin: 0 auto;
    width: 60%
}

.fullbg .text--21 {
    font-size: 1.500vw;
    line-height: 1.2;
    color: #81D9F8
}

@media (max-width: 767px) {
    .fullbg .text--21 {
        font-size: 2.734vw
    }
}

@media (min-width: 1441px) {
    .fullbg .text--21 {
        font-size: 21px
    }
}

.fullbg .text--18-blue {
    font-size: 1.286vw;
    line-height: 1.2;
    color: #81D9F8;
    font-weight: 700
}

@media (max-width: 767px) {
    .fullbg .text--18-blue {
        font-size: 2.347vw
    }
}

@media (min-width: 1441px) {
    .fullbg .text--18-blue {
        font-size: 18px
    }
}

.fullbg .text--18-white {
    font-size: 1.286vw;
    line-height: 1.3;
    color: #ffffff
}

@media (max-width: 767px) {
    .fullbg .text--18-white {
        font-size: 2.347vw
    }
}

@media (min-width: 1441px) {
    .fullbg .text--18-white {
        font-size: 18px
    }
}

.fullbg__wwf-card {
    position: absolute;
    top: 72.5%;
    left: 14%;
    width: 69%
}

@media (max-width: 991px) {
    .fullbg__wwf-card {
        top: 71%
    }
}

@media (max-width: 767px) {
    .fullbg__wwf-card {
        top: 61%;
        left: 16%
    }
}

.fullbg__wwf-wrapper {
    text-align: left
}

@media (max-width: 767px) {
    .fullbg__wwf-wrapper {
        padding: 0 10%
    }
}

@media (max-width: 479px) {
    .fullbg__wwf-wrapper {
        padding: 0 8%
    }
}

.fullbg .table__apply {
    font-size: 1.071vw;
    line-height: 1.3;
    color: #FFFFFF;
    margin-top: 4.5px
}

@media (max-width: 767px) {
    .fullbg .table__apply {
        font-size: 1.956vw
    }
}

@media (max-width: 349px) {
    .fullbg .table__apply {
        margin-top: 0
    }
}

@media (min-width: 1441px) {
    .fullbg .table__apply {
        font-size: 15px
    }
}

.fullbg .table__apply td {
    vertical-align: middle;
    padding-top: 14px;
    border-bottom: 1px solid #5BC2E7
}

@media (max-width: 349px) {
    .fullbg .table__apply td {
        padding-top: 8px
    }
}

.fullbg__wwf-btn {
    background-color: #5BC2E7;
    text-align: center;
    width: 25%;
    margin: 0 auto 6%
}

@media (max-width: 767px) {
    .fullbg__wwf-btn {
        margin: 37.7px auto 8%;
        width: 45%
    }
}

@media (max-width: 479px) {
    .fullbg__wwf-btn {
        margin: 25px auto 8%
    }
}

.fullbg__wwf-btn a {
    font-size: 1.786vw;
    line-height: 1.2;
    padding: 15px 5px;
    color: #ffffff;
    display: block
}

@media (max-width: 767px) {
    .fullbg__wwf-btn a {
        font-size: 2.5vw
    }
}

@media (max-width: 479px) {
    .fullbg__wwf-btn a {
        padding: 8px 5px
    }
}

.fullbg__wwf-btn a:hover,
.fullbg__wwf-btn a:active,
.fullbg__wwf-btn a:focus {
    background: #37b5e2
}

.fullbg .table__islamic {
    width: 88%;
    margin: 0 auto;
    border: 1px solid #81D9F8;
    text-align: center
}

@media (max-width: 767px) {
    .fullbg .table__islamic {
        margin: 8% auto 0
    }
}

.fullbg .table__islamic td {
    border: 1px solid #81D9F8;
    width: 50%;
    padding: 15px 0 16px
}

.fullbg__plushie {
    margin: 71px auto 0;
    width: 76%
}

@media (max-width: 991px) {
    .fullbg__plushie {
        margin: 45px auto 0;
        width: 77%
    }
}

.fullbg__plushie .plushie-toy img {
    margin: 0 0 0 auto
}

@media (max-width: 767px) {
    .fullbg__plushie .plushie-toy img {
        margin: 0 auto
    }
}

.fullbg__plushie-title {
    font-size: 2vw;
    line-height: 1.2;
    color: #81D9F8
}

@media (max-width: 767px) {
    .fullbg__plushie-title {
        font-size: 3.646vw
    }
}

@media (min-width: 1441px) {
    .fullbg__plushie-title {
        font-size: 28px
    }
}

.fullbg__plushie-desc {
    font-size: 1.286vw;
    line-height: 1.3;
    color: #ffffff;
    padding: 15px 0 10px
}

@media (max-width: 767px) {
    .fullbg__plushie-desc {
        font-size: 2.347vw
    }
}

@media (min-width: 1441px) {
    .fullbg__plushie-desc {
        font-size: 18px
    }
}

.fullbg__plushie-subdesc {
    font-size: 0.857vw;
    line-height: 1.3;
    color: #ffffff;
    padding-bottom: 27px
}

@media (max-width: 991px) {
    .fullbg__plushie-subdesc {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .fullbg__plushie-subdesc {
        font-size: 1.563vw
    }
}

@media (min-width: 1441px) {
    .fullbg__plushie-subdesc {
        font-size: 12px
    }
}

.fullbg__plushie-subtitle {
    font-size: 2vw;
    line-height: 1.2;
    color: #81D9F8;
    font-weight: 700
}

@media (max-width: 767px) {
    .fullbg__plushie-subtitle {
        font-size: 3.646vw
    }
}

@media (min-width: 1441px) {
    .fullbg__plushie-subtitle {
        font-size: 28px
    }
}