
html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    left: 0;
    right: 0;
    display: block;    
    width: 100vw;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden!important;
    background-color: #ffffff;
    color: #444; 
    font-family: "Roboto Condensed", sans-serif; 
    /* font-family: 'Oswald', sans-serif; */
    font-size: 14px;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #d3d3d3;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #202020;
    border-radius: 4px;
}
div {    
    box-sizing: border-box;
}
/* COLORS */
.color-blue-1 {
    color: #015093;
}
.color-444 {
    color: #444;
}
.color-white {
    color: #ffffff;
}
/* BACK GROUNDS */
.bg-white {
    background-color: #fff;
}
.bg-light-blue {
    background-color: #d1f1ff!important;
}
.bg-1 {
    background-color: #fff;
    background: linear-gradient(#ffffff, #85ccff);
}
.bg-2 {
    background-color: #007acf;
    background: linear-gradient(#007acf, #00355b);
}

/* TEXTS */
h1 {    
    font-family: "Roboto Condensed", sans-serif; 
    font-weight: 900;
}
h2 {    
    font-family: "Roboto Condensed", sans-serif; 
    font-weight: 900;
}
h3 {    
    font-family: "Roboto Condensed", sans-serif; 
    font-weight: 900;
}
h4 {    
    font-family: "Roboto Condensed", sans-serif; 
    font-weight: 900;
}
p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-1rem {
    font-size: 1rem!important;
    line-height: 1.4;
}
.font-2rem {
    font-size: 2rem!important;
}
.font-3rem {
    font-size: 3rem!important;
}
.font-4rem {
    font-size: 4rem!important;
}
.font-size-09cqw {    
    font-size: 0.9cqw;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-bold {
    font-weight: bold;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.white-space-nowrap {
    white-space: nowrap;
}
.white-text-bg {
    width: fit-content;
    padding: 20px;
    background: #fff;
}
/* INPUTS */
.t-input .t-input-phonemask, .t-input-phonemask {
    height: auto;
    padding: 0;
    background-color: transparent;
}
.t-input {
    width: 30%;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    color: rgb(68, 68, 68);
    border: 0px solid rgb(68, 68, 68);
    background-color: rgb(247, 247, 247);
    font-size: 16px;
    font-weight: 400;
    height: 40px;
}
@media (max-width: 625px){
    .t-input {
        width: 100%;
    }
}
/* SELECTS */
.t-select {
    -moz-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: initial;
    cursor: pointer;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    outline: none;
    padding: 0 45px 0 20px;
    width: 100%;
}

/* POSITIONS */
.position-relative {
    position: relative;
}

/* LINKS */
a {
    text-decoration: none;
}
a:hover {
    color: #444;
    cursor: pointer;
}

/* SECTIONS */
section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
}
@media (max-width: 500px){
    section {
    padding: 40px 0;
}
}
.display-flex{
    display: flex;
    flex-wrap: wrap;
}
.display-flex-nowrap{
    display: flex;
    flex-wrap: nowrap;
}
.display-flex-direction-column{
    display: flex;
    flex-direction: column;
}
.scaling-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100cqw;
    font-size: 0.9cqw;
}
.content-continer {
    width: 1400px;
}
@media (max-width: 1400px){
    .content-continer {
        width: 100%;
        padding: 50px;
    }
}
@media (max-width: 900px){
    .content-continer {
        padding: 30px;
    }
}
@media (max-width: 500px){
    .content-continer {
        padding: 0 30px;
    }
}
.hidden-conteiner {
    visibility: visible;
}
.hidden-900 {
    display: none!important;
}
@media (max-width: 900px){
    .hidden-conteiner {
        display: none;
        visibility: hidden;
    }
    .hidden-900 {
        display: flex!important;
    }
    .scaling-container {
        font-size: 1.5cqw;
    }
}
@media (max-width: 650px){
    .scaling-container {
        font-size: 2cqw;
    }
}
@media (max-width: 500px){
    .scaling-container {
        font-size: 2.5cqw;
    }
}
/* MARGINS */
.margin-0 {
    margin: 0;
}
.margin-top-minus-150 {
    margin-top: -150px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-bottom-10 {
    margin-bottom: 10px!important;
}
.margin-bottom-20 {
    margin-bottom: 20px!important;
}
.margin-bottom-30 {
    margin-bottom: 30px!important;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
/* PADDING */
.padding-0 {
    padding: 0px!important;
}
.padding-10 {
    padding: 10px;
}
.padding-top-0 {
    padding-top: 0px!important;
}
.padding-top-80 {
    padding-top: 80px!important;
}
.padding-bottom-0 {
    padding-bottom: 0!important;
}
.padding-bottom-10 {
    padding-bottom: 10px!important;
}
.padding-bottom-20 {
    padding-bottom: 20px!important;
}
.padding-bottom-30 {
    padding-bottom: 30px!important;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-right-20 {
    padding-right: 20px;
}
/* WIDTHS */

.chenghing-width-50 {
    width: 50%;
}
.chenghing-width-33 {
    width: 33%;
}
.chenghing-width-25 {
    width: 25%;
}
.chenghing-width-25-2 {
    width: 25%;
}
@media (max-width: 950px){
    .chenghing-width-50 {
        width: 100%;
    }
    .chenghing-width-33 {
        width: 50%;
    }
    .chenghing-width-25 {
        width: 100%;
    }
    .chenghing-width-25-2 {
        width: 50%;
    }
}
@media (max-width: 500px){
    .chenghing-width-33 {
        width: 100%;
    }
    .chenghing-width-25-2 {
        width: 100%;
    }
}
.chenghing-width-50-2 {
    width: 50%;
}
@media (max-width: 900px){
    .chenghing-width-50-2 {
        width: 100%;
    }
}
.width-fit-content {
    width: fit-content;
}
.min-width-fit-content {
    min-width: fit-content;
}
.width-50 {
    width: 50%;
}
.width-70 {
    width: 70%;
}
.width-80 {
    width: 80%;
}
.width-100 {
    width: 100%;
}
.width-30px {
    width: 30px;
}
.width-50px {
    width: 50px;
}
.max-width-unset {
    max-width: unset!important;
}
/* HEIGHTS */
.height-40 {
    height: 40%;
}
.height-60 {
    height: 60%;
}
.height-50px {
    height: 50px;
}
/* ALIGNS */
.align-items-center {
    align-items: center;
}
/* JUSIFYS */
.justify-content-space-between {
    justify-content: space-between;
}
.chenghing-justify-content-end {
    justify-content: end;
}
@media (max-width: 950px){
    .chenghing-justify-content-end {
        justify-content: start;
    }
}
.justify-content-end {
    justify-content: end;
}
.justify-content-center {
    justify-content: center;
}

/* GAPS */
.gaps-10 {
    gap: 10px;
}
.gaps-5 {
    gap: 5px;
}
.gaps-5pr {
    gap: 5%;
}
.gaps-2pr {
    gap: 2%;
}

/* BUTTONS */
button {
    border: 0;
    background-color: unset;
    box-shadow: unset;
    cursor: pointer;
}
button:hover {
    border: 0;
    background-color: unset;
    box-shadow: unset;
}
button:active {
    border: 0;
    background-color: unset;
    box-shadow: unset;
}
button:focus {
    border: 0;
    background-color: unset;
    box-shadow: unset;
}
.accept-bt {    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #015093;
    padding: 0px 15px;
    font-weight: 400;
    height: 40px;
}
.accept-bt:hover {
    color: #ffffff;
    background-color: #007acf;
}
@media (max-width: 625px){
    .accept-bt {
        width: 100%;
    }
}

/* BORDERS */
.light-border {
    border: 1px solid #d3d3d3 !important; 
}

/* Z-INDEXES */
.z-index-2 {
    z-index: 2;
}