@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Regular.ttf');
}
@font-face {
    font-family: 'Bai Jamjuree Bold';
    src: url('../fonts/BaiJamjuree-SemiBold.ttf');
}
html, body {
    min-height: 100%;
    max-width: 100%;
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
    background: #010C15;
    font-size: 14px;
    z-index: -99;
    overflow-x: hidden;
}
.wrapper {
    width: 100%;
}
header {
    height: 100px;
    border-bottom: 1px solid rgba(164, 174, 187, 0.3);
}
header > section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
header > section > .logo {
    flex: 0 0 25%;
}
header > section > .logo > a {
    text-decoration: none;
    margin-left: 5%;
}
header > section > .logo > a > img {
    width: 100%;
}
header > section > .get-help {
    flex: 0 0 20%;
}
header > section > .get-help > a {
    margin-left: 10%;
    width: 80%;
    line-height: 2em;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex: 0 0 40%;
}
nav > div {
    display: none;
    position: relative;
}
nav > a {
    display: block;
    font-size: 1.5em;
    line-height: 1.6em;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-family: 'Bai Jamjuree', sans-serif;
    color: #fff;
}
nav > a:hover {
    color: #00D4FF;
}
.burger {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
}
.menu-btn {
    width: 60px;
    height: 60px;
    position: relative;
    z-index:2;
    overflow: hidden;
    float: right;
    cursor: pointer;
}
.menu-btn span {
    width: 50px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00D4FF;
    transition: all 0.5s;
    border-radius: 2px;
    
}
.menu-btn span:nth-of-type(2) {
    top: calc(50% - 10px);
}
.menu-btn span:nth-of-type(3) {
    top: calc(50% + 10px);
}

h4 {
    margin: 10px 0;
    font-style: normal;
    font-family: 'Bai Jamjuree Bold', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #00D4FF;
}
h1 {
    margin: 10px 0;
    font-style: normal;
    font-family: 'Bai Jamjuree Bold', sans-serif;
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
}
p {
    font-style: normal;
    font-weight: 200;
    font-size: 1.2em;
    color: #A4AEBB;
}
.blue {
    color: #00D4FF;
}
.read-more {
    display: block;
    width: 200px;
    height: 2em;
    background: linear-gradient(231.21deg, #00FFDD -13.12%, #00D4FF 94.98%);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
    border-radius: 103px;
    font-size: 1.5em;
    line-height: 2em;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
main {
    width: 100%;
}
article {
    max-width: 1200px;
    margin: 0 auto;
}
.art-1 {
    overflow: hidden;
    padding: 10% 0;
    display: flex;
    flex-direction: column;
    /*background: url("../img/save-money.svg") no-repeat right;*/
    /*background-size: contain;*/
    position: relative;
}
.art-1 > div.save-money {
    position: absolute;
    height: 100%;
    top: -5%;
    right: 0;
	display: flex;
}
.art-1 > div.save-money > img {
    height: 100%;
	width: 100%;
	flex: 0 0 100%;
	display: flex;
}
.art-1 > section {
    width: 50%;
    z-index: 1;
    margin: 0 0 0 1%;
}
.art-1 > section > h1 {
    font-style: normal;
    font-family: 'Bai Jamjuree Bold', sans-serif;
    font-size: 3.5em;
    color: #fff;
    margin: 10px 0;
}
.art-1 > section > .read-more {
    margin-top: 30px;
}
main > .all-width {
    position: relative;
    width: 100%;
    margin: 0;
}
main > .all-width > .art-2 {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 0;
}
.art-2 > div > h1 {
    z-index: 10;
}
.art-2 > div {
    width: 50%;
    padding: 0 1%;

}
.art-2 > section {
    box-sizing: border-box;
    display: flex; 
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: normal;

}
.art-2 > section > div {
    box-sizing: border-box;
    flex: 0 0 50%;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 40px 0 20px;
    z-index: 10;
}
.art-2 > section > div > .number {
    position: absolute;
    font-size: 10em;
    font-family: 'Bai Jamjuree Bold', sans-serif;
    color: rgba(255, 255, 255, 0.1);
    top: -7%;
    left: 7%;
}
.art-2 > section > div > .number-text {
    width: 70%;
}
.all-width > .big-blur {
    position: absolute;
    width: 50%;
    height: 250%;
    top: -70%;
    left: 0;
}
.all-width > .big-blur > img {
    height: 100%;
    z-index: -100;
}
.all-width > .small-blur {
    position: absolute;
    width: 50%;
    height: 200%;
    right: 0;
    top: -70%;
    z-index: 0;
}
.all-width > .small-blur > img {
    height: 100%;
    float: right;
    z-index: -100;
}
.all-width > .big-blur-right {
    position: absolute;
    width: 80%;
    height: 150%;
    right: 0;
    top: -60%;
    z-index: -100;
}
.all-width > .big-blur-right img {
    height: 150%;
    float: right;
    z-index: -100;
}
main > .all-width.third {
    z-index: 0;
}
.all-width > .art-3 {
    margin-top: 2%;
    padding: 5% 1%;
    box-sizing: border-box;
    z-index: -10;
    overflow: hidden;
}
.art-3 section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1%;
    box-sizing: border-box;
    /* z-index: 10; */
}
.art-3 section > div {
    flex: 0 0 50%;
    display: flex;
    
    flex-direction: column;
    justify-content: center;
}
.art-3 section > div > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
   
}
.art-3 section > div > div > .image {
    margin-right: 20px;
    width: 50px;
    height: 40px;
}
.art-3 section > div > div > .image img {
    height: 100%;
}
.art-3 section > div >.read-more {
    margin-top: 7%;
}
.art-3 section > div:last-child {
    background: url('../img/circle.png') no-repeat;
    background-size: contain;
    width: 100%;
    padding: 10% 0 5%;
    box-sizing: border-box;
    margin-top: -5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.art-3 section > div:last-child > img {
    width: 70%;
    margin-top: -10%;
}

.art-4 > section {
    margin: 0 1%;
}
.art-4 > section > h1 {
    width: 50%;
}

.art-4 > section > .slider {
    position: relative;
    z-index: 10;
}
.arrows {
    position: absolute;
    top: -6em;
    right: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrows > div {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #00D4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.arrows > div.left-arrow {
    margin-right: 10px;
}
.arrows > div.left-arrow > img {
    transform: rotate(180deg);
}
.slideshow-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    align-items: flex-start;
    z-index: 10;
}
.slideshow-container > div {
    flex: 0 0 49%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    margin: 3% 2% 0 0; 
    box-sizing: border-box;
    padding: 30px;

}
.slides.fade {
    display: none;
}
.opacityArrow {
    opacity: 0.2;
}
.slides > div {
    display: flex;
    align-items: center;
    width: 100%;
}
.slides > div > * {
    margin: 0 10px 0 0;
}
.slides > div > h5 {
    font-size: 1.2em;
}
.slides > div > div {
    flex-grow: 1;
}
.slides > div > div > img {
    float: right;
}
.slides > p {
    font-size: 1em;
}
.all-width > .big-blur.reg {
    top: -30%;
    width: 80%;
    height: 120%;
    z-index: 0;
}
.art-5 > section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1%;
}
.art-5 > section .form-image {
    flex: 0 0 48%;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.art-5 > section .form-image > img {
    width: 80%;
    margin: 10%;
}
.art-5 > section > .form {
    z-index: 10;
}
.art-5 > section > .form > h1 {
    font-size: 2.7em;
}
form {
    flex: 0 0 52%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
form > div.w-50 {
    flex: 0 0 48%;
    margin: 1% 1% 1% 0;
    background: #252531;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}
form  label {
    font-style: normal;
    color: #fff;
    font-size: 1em;
}
form input {
    background: none;
    width: 100%;
    font-size: 1.2em;
    line-height: 2em;
    color: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    outline: none;
    border-style: none;
    border-bottom: 1px solid #464652;
}
form input:focus, form input:hover, form input:active {
    outline: none;
}
form > div.w-100 {
    width: 97%;
    background: #252531;
    border-radius: 8px;
    margin: 1% 1% 1% 0;
    padding: 20px;
    box-sizing: border-box;
}
.custom-select {
    position: relative;
    padding-top: 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    border-bottom: 1px solid #464652;
}
.custom-select select {
    display: none;
}
.select-selected {
    color: #00D4FF;
    cursor: pointer;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #00D4FF transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #00D4FF transparent;
    top: 12px;
}
.select-items {
    position: absolute;
    background-color: #252531;
    width: calc(100% + 40px);
    top: 100%;
    left: -20px;
    right: 0;
    z-index: 99;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px 5px;
    line-height: 1.6em;
    border-radius: 8px;
    font-size: 1em;
}
.select-items > div {
    border-bottom: 1px solid #464652;
    padding: 10px 0;
    cursor: pointer;
    
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.chckbx {
    box-sizing: border-box;
    padding: 10px;
    width: 97%;
}
/* .chckbx > input[type="checkbox"] {
    width: 10%;
} */




/* The container */
.chck-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chck-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #252531;
    border: 1px solid #464652;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
/* .chck-container:hover input ~ .checkmark {
    background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.chck-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chck-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chck-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.btn {
    width: 97%;
    margin: 2% 0;
}
.btn > input[type="submit"] {
    width: 100%;
    border: none;
    background: linear-gradient(231.21deg, #00FFDD -13.12%, #00D4FF 94.98%);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
    border-radius: 103px;
    cursor: pointer;
    color: #000;
    padding-bottom: 5px;
    font-family: 'Bai Jamjuree Bold', serif;
}

footer {
    max-width: 1200px;
    margin: 7% auto 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer > a {

    text-decoration-line: underline;
    color: #fff;
    font-size: 1.4em;
}
footer > div {
    border-top: 1px solid #464652;
    padding: 0 1%;
}
footer > div > p {
    text-align: center;
    font-size: 1.1em;
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 3em;
    }
    .art-1 > section > h1 {
        font-size: 2.5em;
    }
    .art-1 > section > p {
        font-size: 1em;
    }
    .art-1 > div.save-money {
        right: -5%;
    }
    .art-2 > div {
        width: 55%;
        padding: 0 1%;
    }
    .art-2 > section > div > .number-text {
        width: 80%;
    }
    .art-2 > section > div > .number {
        left: 0;
    }
    /*.all-width {*/
    /*    overflow: hidden;*/
    /*}*/
    .all-width > .big-blur {
        left: -20%;
    }
    /* .all-width > .small-blur {
        right: -10%;
    } */
    .all-width > div.big-blur-right {
        right: 0;
        top: -50%;

    }
    .art-3 section > div > div > p {
        font-size: 1em;
    }
    .slideshow-container > div {
        padding: 20px;
    }
    .slides > div > div > img {
        height: 20px;
    }
    .slides > div > h5 {
        font-size: 1em;
    }
    /* .all-width > .big-blur.reg {
        top: -30%;
        width: 50%;
        height: 100%;
    } */
}
@media screen and (max-width: 850px) {
    h1 {
        font-size: 2.2em;
    }
    nav > a {
        font-size: 1.4em;
    }
    .art-1 > div.save-money {
        right: -7%;
    }
    .art-2 > div {
        width: 60%;
        padding: 0 1%;
    }
    .art-2 > section > div > .number-text > * {
        font-size: 1em;
    }
    .art-2 > section > div > .number {
        left: -2%;
    }
    .art-3 section > div > div {
        width: 90%;
    }
    .all-width > .big-blur-right {
        width: 100%;

    }
    .all-width > .big-blur-right {
        width: 100%;
    }
    .arrows {
        top: -5.4em;
    }
    form > p {
        font-size: 1em;
    }
    .art-5 > section > .form > h1 {
        font-size: 2.2em;
    }
    footer > a {
        font-size: 1.2em;
    }
    footer > div {
        border-top: 1px solid #464652;
    }
    footer > div > p {
        font-size: 1em;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 80px;
    }
    nav {
        flex: 0 0 40%;
    }
    nav > a {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    header > section > .get-help > a {
        font-size: 1.2em;
        line-height: 2em;
    }
    .slides > div {
        flex-flow: row wrap;
    }
    .slides > div > div {
        flex: 0 0 50%;
    }
    .slides > div > div > img {
        margin-top: 5px;
        float: left;
    }
    .art-5 > section {
        flex-direction: column-reverse;
    }
    .art-5 > section .form-image {
        text-align: center;
    }
    .art-5 > section .form-image > img {
        width: 50%;
        margin: 5%;
    }
    form > div.w-50 {
        margin: 1% 1% 1% 1%;
    }
    form > div.w-100 {
        width: 98%;
        margin: 1% 1% 1% 1%;
    }
    .btn {
        width: 98%;
        margin: 2% 1%;
    }
}
@media screen and (max-width: 670px) {
    .art-1 {
        padding: 5% 0;
        overflow: visible;
    } 
    .art-1 > section {
        width: 98%;
        z-index: 1;
        margin: 1% 1% 60%;
    }
    .art-1 > div.save-money {
        right: 20%;
        top: 45%
    }
    .art-1 > div.save-money > img {
        min-height: 50%;
        height: 60%;
    }
    .art-4 > section > h1 {
        width: 60%
    }
}

@media screen and (max-width: 600px) {
    header > section > .get-help > a {
        font-size: 1.2em;
    }
    header > section > .get-help {
        display: none;
    }
    header > section > .logo {
        flex: 0 0 35%;
    }
    nav {
        /*display: flex;*/
        flex-direction: column;
        width: 100%;
        /*margin: 30px;*/
        position: absolute;
        top: 80px;
        z-index: 99;
        background: #010C15;
        padding: 20px 0;
        display: none;
    }
    nav a {
        padding: 5px 0 10px;
        font-size: 1.2em;
        line-height: 1em;
    }
    nav > div {
        display: block;
        top: 0;
        width: 100%;
    }
    nav > div > .close-menu {
        position: absolute;
        top: -90px;
        right: 10px;
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        font-size: 80px;
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    nav > div > .close-menu > div {
        transform: rotate(45deg);
        width: 100%;
        color: #00D4FF;
    }
    .burger {
        display: block;
    }
    .slideshow-container div.slides {
        flex: 0 0 100%;
    }
    .slides > div > div > img {
        margin-top: 0;
        float: right;
    }
    .slides > div > div {
        flex-grow: 1;
        margin: 0;
    }
    .art-3 section {
        flex-direction: column-reverse;
    }
    .art-3 section > div:last-child {
        margin-top: 0;
        background: url(../img/circle.png) no-repeat center;
        background-size: contain;
    }
    .art-3 section > div:last-child > img {
        width: 60%;
        margin-top: 0;
    }
    .art-3 section > div > div > p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    header > section > .logo {
        flex: 0 0 45%;
    }
    .art-1 > section {
        width: 96%;
        margin: 1% 2% 60%;
    }
    .art-1 > div.save-money {
        right: 20%;
        top: 50%;
    }
    .art-1 > div.save-money > img {
        min-height: 50%;
        height: 50%;
    }
    .art-1 > section > h1 {
        font-size: 2em;
    }
    .art-2 > div {
        margin-top: 5%;
        width: 100%;
    }
    h1 {
        font-size: 2em;
    }
    .art-2 > div {
        padding: 0;
        margin: 0 2%;
    }
    .art-2 > section {
        flex-direction: column;
    }
    .art-2 > section > div {
        padding: 30px 0 10px;
        justify-content: normal;
    }
    .art-2 > section > div > .number {
        left: -10%;
    }
    .art-2 > section > div > .number-text {
        width: 90%;
        margin-left: 5%;
    }
    .art-2 > section > div > .number-text > * {
        font-size: 1.2em;
    }

    .all-width > .art-3 {
        padding: 5% 2%;
    }
    .slides > div > div {
        flex-grow: 1;
        margin: 5px ;
    }
    .slides > div > div > img {
        float: left;
    }
    .art-5 > section {
        padding: 0 2%;
    }
    form > div.w-50 {
        flex: 0 0 98%;
    }
}
@media screen and (max-width: 435px) {
    .art-1 > div.save-money {
        right: 20%;
        top: 53%;
    }

}
@media screen and (max-width: 400px) {
    .art-1 > div.save-money {
        right: 20%;
        top: 57%;
    }
}
@media screen and (max-width: 380px) {
    .art-1 > div.save-money {
        right: 15%;
        top: 59%;
    }
    .art-2 > div {
        margin-top: 7%;

    }
    h1 {
        font-size: 1.8em;
    }
}


@media screen and (max-width: 360px) {
    header > section > .get-help > a {
        font-size: 1.2em;
    }
    .art-2 > section > div > .number-text > * {
        font-size: 1.1em;
    }
    .art-2 > section > div > .number {
        left: -15%;
    }
    .art-3 section > div > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .art-3 section > div > div > p {
        font-size: 1.1em;
        text-align: center;
    }
    .art-3 section > div >.read-more {
        width: 100%;
    }
    .art-4 > section > h1 {
        width: 100%;
    }

    .art-4 > section > .slider {
        margin-top: 15%;
    }
    .arrows {
        top: -50px;
        right: calc(50% - 65px);
        justify-content: center;

    }

}