@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&family=Rubik:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
}
/* colors */
:root {
    --blue: #3396CC;
    --white: #FFFFFF;
    --black: #2E2E2E;
    --gray1: #D0D1D2;
    --gray2: #F7F7F7;
    --dark-blue: #142240;
    --violet: #6E39A2;
}
.blue {
    color: var(--blue);
}
.white {
    color: var(--white) !important;
}
.black {
    color: var(--black);
}
.gray1 {
    color: var(--gray1);
}
.gray2 {
    color: var(--gray2);
}
.dark-blue {
    color: var(--dark-blue);
}
.violet {
    color: var(--violet);
}
h1 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    color: var(--black);
}
h2 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: var(--black);
}
h3 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
}
.copy {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin: 0px !important;
}
.copete {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 27.3px;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    background-color: var(--blue);
    color: var( --white);
    border-radius: 4px;
    border: none;
}
@media screen and (max-width: 992px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
    }
    h3 {
        font-size: 18px;
        line-height: 21px;
    }
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
header {
 background-color: var(--dark-blue);
}
header img {
    margin: 25px 0;
}
.main {
    position: relative;
    background-color: var(--white);
}
.main::before {
    content: "";
    width: 71.25vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--dark-blue);
    border-radius: 0 0 40px 0;
    z-index: 1;
}
.main .left-block {
    z-index: 2;
}
.main img {
    z-index: 2;
}
.main h1 {
    margin: 80px 0 14px 0;
    max-width: 505px;
}
.main .copete {
    margin: 0 0 30px 0;
    max-width: 505px;
}
.main .box {
    padding: 16px 19px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 159px;
    max-width: 576px;
}
.main .box span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    margin-right: 23px;
}
.main .box .button {
    margin-top: 0;
}
.main img {
    width: 49.33vw;
    height: auto;
    position: absolute;
    border-radius: 40px 0px 0px 40px;
    right: 0;
    top: 0;
}
@media screen and (max-width: 992px) {
    .main::before {
        width: 100%;
        border-radius: 0;
    }
    .main h1, .main .copete, .main .box {
        max-width: 100%;
    }
    .main .box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .main .box .button {
        margin-top: 19px;
    }
}
.cloud-and-vm {
    background-color: var(--white);
    z-index: 1;
}
.cloud-and-vm .tabs.row {
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray1);
}
.cloud-and-vm .tabs .left {
    border-right: 1px solid var(--gray1);
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.cloud-and-vm .tabs .left .tab {
    margin-right: 103px;
}
.cloud-and-vm .tabs .right {
    display: flex;
    justify-content: flex-start;
}
.cloud-and-vm .tabs .right .tab {
    margin-left: 103px;
}
.cloud-and-vm .tabs .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* max-width: 200px; */
    padding: 8px 0;
    cursor: pointer;
}
.cloud-and-vm .tabs .tab.active {
    color: var(--blue);
}
.cloud-and-vm .tabs .tab.active svg path {
    fill: var(--blue);
}
.cloud-and-vm img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cloud-and-vm .tab-one img {
    border-radius: 40px 40px 0px 40px;
}
.cloud-and-vm .tab-two img {
    border-radius: 40px 40px 40px 0;
}
.cloud-and-vm .copy, .cloud-and-vm h2 {
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
}
.cloud-and-vm h2 {
    margin-top: 60px;
    margin-bottom: 26px;
}
.cloud-and-vm .copy {
    margin-top: 0;
    margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
    .cloud-and-vm .tabs .left .tab {
        margin-right: auto;
        margin-left: auto;
    }
    .cloud-and-vm .tabs .right .tab {
        margin-left: auto;
        margin-right: auto;
    }
    .cloud-and-vm .tab-one img, .cloud-and-vm .tab-two img {
        border-radius: 40px 40px 40px 40px;
    }
    .cloud-and-vm h2 {
        margin-top: 29px;
        margin-bottom: 26px;
    }
    .cloud-and-vm img {
        margin-bottom: 0;
    }
}
.data {
    background-color: var(--gray2);
    position: relative;
    padding-bottom: 53px;
    z-index: 1;
}
.data h2 {
    margin: 70px 0 50px 0;
    text-align: center;
}
.data .boxes-col {
    z-index: 2;
}
.data .box {
    margin: 0 0 20px 0;
    text-align: center;
    background-color: var(--white);
    padding: 51px 32px 70px 31px;
    height: 400px;
    /* height: auto; */
}
.data .boxwimg{
    margin: 0 0 20px 0;
    text-align: center;
    background-color: var(--white);
    padding: 51px 32px 70px 31px;
    /* height: 400px; */
    height: auto;
}
.data .up {
    margin: 0;
    text-align: center;
}
.data .numbers {
    margin: 20px 0 0 0;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 118px;
}
.data .row:nth-child(3) .numbers:nth-child(2) {
    margin: 0;
}
.data h3:not(.up) {
    margin: 0 0 20px 0;
}
.data .dots {
    position: absolute;
    z-index: 2;
}
.data .vertical-dots {
    top: -40px;
    right: 40px;
}
.data .horizontal-dots {
    bottom: 30px;
    left: 30px;
}
.info {
    overflow: hidden;
    background-color: transparent;
}
.info .bg {
    background-color: var(--blue);
}
.info h2 {
    text-align: center;
    padding: 69px 0 40px 0;
    margin: 0;
}
.info .bg-1 {
    position: relative;
    height: 520px;
    background-color: var(--blue);
}
.info .bg-1::before {
    position: absolute;
    z-index: -2;
    content: "";
    width: 100vw;
    right: -100px;
    top: 0;
    height: 520px;
    background-color: var(--blue);
}
.info .bg-1 ul {
    margin-top: 46px;
    list-style: none;
    padding: 0;
}
.info .bg-1 li {
    margin-bottom: 10px;
    color: var(--white);
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 13px 10px;
    position: relative;
    cursor: pointer;
}
.info .bg-1 li.active {
    color: var(--blue);
    background-color: white;
    border-radius: 4px 0px 0px 4px;
}
.info .bg-1 li.active::before {
    content: url(../img/arrow.svg);
    position: absolute;
    right: 10px;
    top: calc(50% - 10.4px);
    width: 15px;
    height: auto;
}
.info .bg-1 li.active::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: white;
}
.info .bg-2 {
    height: 600px;
    background-color: var(--dark-blue);
    border-radius: 40px 0px 0px 40px;
    position: relative;
    padding-left: 0;
}
.info .bg-2 .grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
}
.info .bg-2 .grid-container .text {
    grid-column: 2/6;
    margin-top: 50px;
    color: var(--white);
}
.info .bg-2 .grid-container .text .copy {
    margin-top: 12px;
    margin-bottom: 53px;
    white-space: pre-line;
}
.info .bg-2 .grid-container .text .icons {
    margin-top: 0;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.info .bg-2 .grid-container .text .icons svg {
    margin-right: 10px;
}
.info .bg-2 .grid-container img {
    grid-column: 6/10;
    margin-top: 101px;
}
.info .bg-2::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100vw;
    left: 0;
    border-radius: 40px 0px 0px 40px;
    top: 0;
    height: 600px;
    background-color: var(--dark-blue);
}
@media screen and (max-width: 992px) {
    .info {
        background-color: var(--dark-blue);
    }
    .info .bg {
        background-color: var(--dark-blue);
    }
    .info .bg-2 {
        height: auto;
        padding-left: 12px;
    }
    .info .bg-2 .grid-container {
        grid-template-columns: 100%;
        grid-template-rows: auto 1fr;
    }
    .info .bg-2 .grid-container .text {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-top: 20px;
    }
    .info .bg-2 .grid-container img {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-top: 40px;
        justify-self: center;
        width: auto;
    }
}
@media screen and (max-width: 577px) {
    .info .bg-2 .grid-container img {
        width: 100%;
    }
}
.features {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
}
.benefits {
    background-color: var(--gray2);
    padding-top: 70px;
    padding-bottom: 40px;
}
.cases {
    background-color: var(--dark-blue);
    padding-top: 70px;
    padding-bottom: 80px;
}
.features .vertical-dots {
    position: absolute;
    z-index: 2;
    top: -40px;
    right: 40px;
}
.features h2, .benefits h2 {
    margin-bottom: 49px;
}
.cases h2 {
    margin-bottom: 19px;
}
.cases .sub {
    margin-bottom: 49px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.features .copy, .benefits .copy, .cases .info {
    margin-bottom: 35px !important;
    max-width: 88.6792452830%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.features .copy, .benefits .copy {
    color: var(--black);
}
.cases .copy {
    color: var(--white);
}
.features .copy img, .benefits .copy img, .cases .copy img {
    margin-right: 20px;
}
.calculator {
    padding-top: 70px;
    padding-bottom: 61px;
    overflow: hidden;
}
.calculator h3:nth-child(1){
    margin-top: 46px;
    margin-bottom: 38px;
    color: var(--black);
}
.calculator h3:nth-child(3){
    margin-top: 56px;
    margin-bottom: 50px;
    color: var(--black);
}
.calculator h3:nth-child(5){
    margin-top: 45px;
    margin-bottom: 50px;
    color: var(--black);
}
.calculator h3:nth-child(7){
    margin-top: 45px;
    margin-bottom: 50px;
    color: var(--black);
}
.calculator h3{
    margin-top: 45px;
    margin-bottom: 50px;
    color: var(--black);
}
.calculator .form-select {
    border-radius: 50px;
    line-height: 33px;
    padding: 7px 45px 7px .75rem;
    background-position: right 23px center;
}
.calculator .silde-container {
    margin: 0 10px;
}
.calculator .slider.slider-horizontal {
    width: 100%;
}
.calculator .slider-handle, .calculator .slider-selection.tick-slider-selection, .calculator .slider-tick.round.in-selection {
    background-color: var(--dark-blue);
    background-image: -moz-linear-gradient(top, var(--dark-blue), var(--dark-blue));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--dark-blue)), to(var(--dark-blue)));
    background-image: -webkit-linear-gradient(top, var(--dark-blue), var(--dark-blue));
    background-image: -o-linear-gradient(top, var(--dark-blue), var(--dark-blue));
    background-image: linear-gradient(to bottom, var(--dark-blue), var(--dark-blue));
}
.calculator .tooltip .tooltip-inner {
    padding: 3px 25px;
    background-color: var(--blue);
    color: var(--white);
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}
.calculator .slider-tick.round, .calculator .slider-tick.round.in-selection {
    width: 10px;
    height: 10px;
    top: 5px;
}
.calculator .slider-tick.round {
    width: 10px;
    height: 10px;
    top: 5px;
}
.calculator .slider-track-high {
    background-color: var(--gray2);
}
.calculator .slider-tick.round {
    background-color: var(--gray1);
    background-image: -moz-linear-gradient(top, var(--gray1), var(--gray1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--gray1)), to(var(--gray1)));
    background-image: -webkit-linear-gradient(top, var(--gray1), var(--gray1));
    background-image: -o-linear-gradient(top, var(--gray1), var(--gray1));
    background-image: linear-gradient(to bottom, var(--gray1), var(--gray1));
    box-shadow: none;
}
.calculator .calculator .slider-tick.round, .calculator .slider-tick.round.in-selection:nth-child(1) {
    left: 1% !important;
}
.calculator .slider.slider-horizontal .slider-tick-label-container {
    margin-top: 24px;
}
.calculator .bg {
    background-color: var(--blue);
    border-radius: 40px 0px 0px 40px;
    position: relative;
    margin-top: 114px;
    padding-left: 0;
    min-height: 450px;
}
.calculator .bg::before {
    position: absolute;
    content: "";
    background-color: var(--blue) !important;
    width: 100%;
    height: 100%;
    right: -50%;
    top: 0;
    z-index: 0;
    display: block;
}
.calculator .price-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 45px;
}
.calculator .price-container .text {
    grid-column: 2/6;
    z-index: 3;
}
.calculator .price-container .number {
    margin-top: 54px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 118px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0;
}
.calculator .price-container .number .month {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
}
.calculator .price-container .number .sign {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
}
.calculator .price-container .label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 19px;
}
.calculator .price-container .button {
    background-color: var(--white);
    color: var(--dark-blue);
}
.calculator .price-container h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}
.calculator .price-container .list {
    list-style: none;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}
@media screen and (max-width: 992px) {
    .calculator {
        padding-bottom: 0;
    }
    .calculator .bg::before {
        display: none;
    }
    .calculator .bg {
        border-radius: 40px 40px 0 0;
        margin-top: 31px;
        padding-left: 12px;
    }
    .calculator .price-container .text {
        grid-column: 1/6;
    }
    .calculator .price-container .number {
        font-size: 40px;
        line-height: 47px;
    }
    .calculator .price-container .number .month {
        font-size: 20px;
        line-height: 23px;
    }
    .calculator .price-container .number .sign {
        font-size: 20px;
        line-height: 23px;
    }
    .calculator .price-container .button {
        margin-left: auto;
        margin-right: auto;
    }
}
.faqs {
    padding-top: 50px;
    padding-bottom: 58px;
}
.faqs .accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: url(../img/chevron-right.svg);
    transform: rotate(0deg);
    width: 7.81px;
    height: 13.11px;
    background-size: cover;
}
.faqs .accordion-item {
    border: none;
    /* border-bottom: 1px solid #E3E3E3; */
    border-top: 2px solid #E3E3E3;
}
.faqs .accordion-item:nth-child(1) {
    border-top: none;
}
.faqs .accordion-button:focus, .accordion-button:not(.collapsed) {
    border-color: transparent;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: var(--black);
}
.faqs .accordion-button::after {
    margin-left: 20px;
}
.faqs .see {
    margin-top: 30px;
    cursor: pointer;
}
.faqtable p {
    margin:0;
    padding:0;
}
.faqtable td,.faqtable th {
    border: 1px solid var(--black);
    border-collapse: collapse;
    padding: 6px;
}
.faqtable th { 
    background: var(--blue);
}
.hidden {
    display: none;
}
footer .footer {
    background-color: var(--blue);
    padding: 29px 0 32px 0;
}
footer .footer .label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 0;
}
footer .footer .copy {
    margin-bottom: 0;
}
footer .footer .contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 11px;
}
footer .footer .telephone {
    margin-right: 44px;
}
footer .footer a:hover {
    color: var(--white);
}
footer .footer .media {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .footer .media a {
    margin-right: 10px;
}
footer .footer .media a:nth-last-child(1) {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    footer .logo {
        padding-bottom: 15px;
    }
    footer .footer .label {
        margin-top: 15px;
    }
    footer .footer .contact {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    footer .footer .telephone {
        margin-right: 0;
    }
    footer .footer .media {
        justify-content: center;
        margin-top: 32px;
    }
}
.copyright {
    background-color: var(--dark-blue);
    padding: 12px 0;
}
footer .copyright p {
    margin-bottom: 0;
}
.chat {
    position: fixed;
    bottom: 240px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}



.contact .form {
    background-image: linear-gradient(to bottom, var(--dark-blue) 750px, var(--dark-blue) 1px, var(--dark-blue) 680px);
    /* padding-bottom: 100px; */
}
.contact .form h1 {
    margin: 80px 0 14px 0;
    max-width: 505px;
}
.contact .form .copete {
    margin: 0 0 40px 0;
    max-width: 505px;
}
.contact .form .box {
    padding: 20px;
    background-color: var(--white);
    border-radius: 4px;
    margin-bottom: 77px;
    max-width: 576px;
    min-height: 272px;
}
.contact .form .box .number {
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0;
}
.contact .form .box .number .month {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
.contact .form .box .label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 19px;
}
.contact .form .box h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.33px;
}
.contact .form .box .list {
    list-style: disc;
    padding-left: 30px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}
.contact .form h2 {
    margin-bottom: 26px;
}
.contact .form ul.copy {
    margin-bottom: 50px;
    padding-left: 25px;
}
.contact .form .form-container {
    padding: 40px 20px 47px 20px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #D0D1D2;
    border-radius: 40px;
}
.contact .form .form-container .mb-20 {
    max-width: 295px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}
.contact .form .form-container .mb-20 input {
    border-radius: 50px;
    border: 2px solid #D0D1D2;
    font-size: 22px;
    font-family: 'IBM Plex Sans', sans-serif;
    padding-left: 20px;
}
.contact .form .form-container .mb-20 label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
}
.contact .form .form-container button {
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    max-width: 295px;
}
.contact .thanks {
    margin-top: 80px;
}
.contact .thanks .thank-you {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 14px 0;
}
.contact .thanks .copy {
    max-width: 420px;
    text-align: center;
}
@media screen and (max-width: 1440px) {
    .contact .form {
        background-image: linear-gradient(to bottom, var(--dark-blue) 760px, var(--white) 1px, var(--white) 680px);
    }
}
@media screen and (max-width: 1200px) {
    .contact .form {
        background-image: linear-gradient(to bottom, var(--dark-blue) 594px, var(--white) 1px, var(--white) 680px);
    }
    .contact .form h1 {
        margin: 80px 0 14px 0;
        max-width: 100%;
    }
    .contact .form .copete {
        margin: 0 0 40px 0;
        max-width: 100%;
    }
    .contact .form .box {
        margin-left: auto;
        margin-right: auto;
    }
    .mt-50 {
        margin-top: 50px;
    }
    .contact .form .form-container .mb-20 {
        max-width: 75%;
    }
    .contact .form .form-container button {
        max-width: 310px;
    }
}
@media screen and (max-width: 768px) {
    .contact .form {
        background-image: linear-gradient(to bottom, var(--dark-blue) 677px, var(--white) 1px, var(--white) 680px);
    }
    .contact .form .form-container {
        padding: 40px 8px 47px 8px;
        border: none;
        border-radius: 40px;
    }
    .contact .form .form-container .mb-20 {
        max-width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .contact .form {
        background-image: linear-gradient(to bottom, var(--white) 680px, var(--white) 1px, var(--white) 680px);
    }
    .blue-container {
        background-color: var(--dark-blue);
    }
    .white-container {
        background-color: var(--white);
    }
    .contact .form .box {
        margin-bottom: 35px;
    }
    .contact .form .form-container {
        margin-top: 50px;
    }
}

.form-label.required:after{
    content:"*";
    font-weight:bold;
    color: red;
}

div.notie-textbox.notie-background-info{
    background-color: #142240 !important;
}
.slider.slider-horizontal {
    width: 100%;
}

.calculator .tabs.row {
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray1);
}
.calculator .tabs .left {
    border-right: 1px solid var(--gray1);
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.calculator .tabs .left .tab {
    margin-right: 103px;
}
.calculator .tabs .right {
    display: flex;
    justify-content: flex-start;
}
.calculator .tabs .right .tab {
    margin-left: 103px;
}
.calculator .tabs .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* max-width: 200px; */
    padding: 8px 0;
    cursor: pointer;
}
.calculator .tabs .tab.active {
    color: var(--blue);
}
.calculator .tabs .tab.active svg path {
    fill: var(--blue);
}
.calculator img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.calculator .tab-one img {
    border-radius: 40px 40px 0px 40px;
}
.calculator .tab-two img {
    border-radius: 40px 40px 40px 0;
}
.calculator .copy, .cloud-and-vm h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.calculator h2 {
    margin-top: 60px;
    margin-bottom: 26px;
}
.calculator .copy {
    margin-top: 0;
    margin-bottom: 70px;
}
.cloud-and-vm .copy p{
    font-size: 18px;
}

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

/* Firefox */
#Phone {
  -moz-appearance: textfield;
}












