* {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
  
html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3E3E3E;
}

.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 44px;
    background: #169FF2;
    border-radius: 8px;
    box-sizing: border-box;
    align-self: stretch;
    margin: 12px 0;
    text-decoration: none;
    color: #ffffff;
    padding: 0 24px;
    font-weight: 600;
    align-self: center;
    margin: 44px 0 0 0;
    border: 1px solid #fff;
    font-size: 15px;
    transition: background .25s, color .25s, opacity 1s, transform .35s ease-out;
}

.button.outline {
    color: #169FF2;
    border-color: #169FF2;
    background-color: transparent;
}

.button:hover {
    background-color: transparent;
    color: #169FF2;
    border-color: #169FF2;
}

.button.outline:hover {
    background-color: #169FF2;
    color: #ffffff;
}

.button > svg {
    display: none;
    color: #fff;
}

.button.button.outline.loading,
.button.button.outline.loadingLhover {
    background-color: 169FF2;
    cursor: not-allowed;
}

.button.loading > span {
    display: none;
}

.button.loading > svg {
    display: block;
    animation: rotating 2s linear infinite;
}

@keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
  }


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.content {
    position: relative;
    width: 100%;
    padding: 32px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}


.content .inner,
.content form {
    width: 100%;
    max-width: 768px;
    display: flex;
    /* display: none; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px 0;
    box-sizing: border-box;
}

.content .inner.hide,
.content form.hide {
    display: none;
}

.content .inner h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    color: #3E3E3E;
    position: relative;
    margin: 60px 0 48px 0;
}

.content .inner h1:after {
    content: ' ';
    position: absolute;
    width: 48px;
    height: 5px;
    left: 50%;
    margin-left: -24px;
    background-color: #169FF2;   
    border-radius: 2px;
    bottom: -16px;
}

.content form h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #3E3E3E;
    width: 100%;
}


.content .inner h3 {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
}

.content form h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3E3E3E;    
    width: 100%;
    margin: 8px 0 0 0;
}

.content form h4 span {
    color: #169FF2;
    font-weight: 700;
}

.content form .grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content form .grid .row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 28px;
}

.content form .grid .row .cell {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.content form .grid .row .cell.phone,
.content form .grid .row .cell.textarea,
.content form .grid .row .cell.input {
    height: 48px;
    border: 1px solid #3E3E3E;
    border-radius: 4px;
}

.content form .grid .row .cell.phone {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;

}

.content form .grid .row .cell.phone .country-code {
    flex: 0 0  auto;
    background-color: #169FF2;
    height: 36px;
    margin: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 24px 0 8px;
    position: relative;
}

.content form .grid .row .cell.phone .country-code label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.content form .grid .row .cell.phone .country-code svg {
    position: absolute;
    top: 16px;
    right: 8px;

}

.content form .grid .row .cell.phone .country-code select {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.content form .grid .row .cell.phone .number {
    height: 100%;
    flex: 1 1 auto;
}



.content form .grid .row .cell.textarea {
    height: 160px;
    align-items: flex-start;
}

.content form .grid .row .cell.phone .number label,
.content form .grid .row .cell.textarea label,
.content form .grid .row .cell.input label {
    position: absolute;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(107, 107, 107, 0.45);
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    height: 100%;
}

.content form .grid .row .cell.textarea label {
    height: 48px;
}

.content form .grid .row .cell.phone label span,
.content form .grid .row .cell.textarea label span,
.content form .grid .row .cell.input label span {
    color: #169FF2;
    margin-left: 4px;
}

.content form .grid .row .cell.input .value,
.content form .grid .row .cell.phone input,
.content form .grid .row .cell.textarea textarea,
.content form .grid .row .cell.input input {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    border: none;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    color: #3E3E3E;
}

.content form .grid .row .cell.textarea textarea {
    padding:12px 16px;
}

.content form .grid .row .cell.drop {
    background: rgba(62, 62, 62, 0.05);
    height: 140px;
    position: relative;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 24px;
}

.content form .grid .row .cell.drop label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(107, 107, 107, 0.45);
    position: absolute;
    top: 12px;
    left: 16px;
}

.content form .grid .row .cell.drop p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: rgba(107, 107, 107, 0.45);
    margin: 0;
}

.content form .grid .row .cell.drop > div {
    display: none;
    width: 100%;
    /* margin: 24px; */
    background: #fff;
    height: 36px;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    color: #169FF2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 12px;
    gap: 8px;
}

.content form .grid .row .cell.drop > div > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}

.content form .grid .row .cell.drop > div > i {
    height: 38px;
    flex: 0 0 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content form .grid .row .cell.drop > div {
    flex: 1 1 auto;
}

.content form .grid .row .cell.drop.dragging {
    border: 1px solid #169FF2;
}

.content form .grid .row .cell.drop p span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #169FF2;
}

.content form .grid .row .cell.drop input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer ;
}

textarea:placeholder-shown,
input:placeholder-shown {
    background-color: transparent;
}

.content form .grid .row .cell.input select {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.content form .grid .row .cell.input svg {
    position: absolute;
    right: 16px;
    top: 22px;
} 


.content form .terms {
    display: flex;
    flex-direction: row;
}



.checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 4px 0 0 0;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: -3px;
    top: -2px;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #3E3E3E;
    transition: background-color .25s ease;
  }

  .checkbox input ~ .checkmark {
      border-radius: 4px;
  }

  .checkbox input:checked ~ .checkmark {
    background-color: #169FF2;
    border: 1px solid #169FF2;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  .checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 3px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
  }



.content form .terms p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #3E3E3E;
    margin: 0 0 0 0;
}

.content form .terms p a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #169FF2;
}




.content .sent {
    display: none;
    flex-direction: column;
    align-items: center;
}

.content .sent.show {
    display: flex;
}

.content .sent h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #3E3E3E;
}

.content .sent h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #3E3E3E;
    margin: 100px 0 60px 0;
}

.content .sent h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #3E3E3E;
    margin: 60px 0 20px 0;
}

.content .sent p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
    max-width: 768px;
    margin: 0 0 120px 0;
}

.content .sent p a {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #169FF2;
}



@media only screen and (max-width: 1040px) {
    
    .content .sent,
    .content .inner,
    .content form {
        padding: 0 32px 0 32px;
    }
}


@media only screen and (max-width: 732px) {
    
    .content .inner {
        margin: 8px 0 32px 0;
    }

    .content .inner h1 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;    
        color: #3E3E3E;
        text-align: left;
        width: 100%;
    }

    .content .inner h1:after {
        width: 32px;
        height: 4px;
        left: 20px;
        bottom: -16px;
    }

    .content form h2 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 28px;
    }

    .content .inner h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        text-align: left;
        width: 100%;
        margin-bottom: 8px;
    }

    .content form h4 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .content form .grid .row .cell.input.visa {
        height: 72px;
    }

    .content form .grid .row .cell.input.visa .placeholder {
        display: block;
        padding: 12px 16px;
    
    }

    .content form .grid .uploads {
        flex-direction: column;
    }

    .content form .grid .row .cell.drop {
        flex: 0 0 140px;
    } 

    .content .sent h1 {
        margin-top: 60px;
    }

    .content .sent p {
        margin-bottom: 80px;
    }
}