.modal {
    background: url('/img/bg-51-desktop.svg') bottom center no-repeat, linear-gradient(117.5deg, #26C1E3 0%, #702AD0 100%);
    background-size: 100% auto;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    z-index: 999;
}

.modal.modal--connections {
    background: url('/img/bg-51-desktop.svg') bottom center no-repeat, linear-gradient(180.35deg, #3B97DE -34.84%, #6F2ED1 117.82%);
    background-size: 100% auto;
    /*position: absolute;*/
    bottom: initial;
    height: auto;
    min-height: 100vh;
}

.modal-pg-bkgrd {
    background: url('/img/bg-51-desktop.svg') bottom center no-repeat, linear-gradient(117.5deg, #26C1E3 0%, #702AD0 100%);
    background-size: 100% auto;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: transparent;
}

.modal::-webkit-scrollbar {
    background-color: transparent;
    position: relative;
    right: 10px;
}

.modal::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: rgba(49, 45, 100, 0.8);
    border: 6px solid transparent;
    background-clip: content-box;
}

.modal:empty:not(:focus):before {
    content: attr(data-text);
    color: #fff;
}

.modal .modal-close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 60px;
    right: 30px;
}

.modal .modal-close img {
    display: block;
    width: 100%;
    height: auto
}

.modal .modal-progress {
    background: rgba(49, 45, 100, 0.8);
    height: 8px;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
}

.modal .modal-progress-bar {
    background: #F9C701;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.5s;
}

.modal .modal-content {
    color: #fff;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 177px;
    padding-bottom: 50px;
}

.modal h1 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    display: block;
    margin-bottom: 30px;
}

.modal h1:last-child {
    margin-bottom: 0;
}

.modal h5 {
    color: #F9C701;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin-top: 29px;
    margin-bottom: 16px;
}

.modal h6 {
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin-bottom: 0;
}

.modal h6:last-child {
    margin-bottom: 0;
}

.modal h6 a {
    color: inherit;
}

.modal .wide {
    white-space: nowrap;
}

.modal p {
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.modal p a {
    color: inherit;
    text-decoration-thickness: 0.7px;
    text-underline-offset: 3px;
}

.modal .modal-error {
    color: #F9C701;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin-top: -4px;
    margin-bottom: 12px;
}

.modal .step {
    display: none;
}

.modal .show {
    display: block !important;
}

.modal input {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 8px 0;
    margin-bottom: 22px;
}

.modal input:last-child {
    margin-bottom: 0;
}

.modal input::placeholder {
    color: #fff;
}

.modal input:focus::placeholder {
    opacity: 0;
}

.modal .form-group {
    position: relative;
}

.modal input[type="radio"],
.modal input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}


.modal input[type="radio"]:checked + label {
    color: #F9C701;
}

.modal input[type="radio"] + label,
.modal input[type="checkbox"] + label {
    cursor: pointer;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: block;
    position: relative;
}

.modal input[type="checkbox"] + label {
    padding-left: 32px;
    margin-bottom: 8px;
}

.modal input[type="checkbox"] + label:before {
    content: '';
    border: 2px solid #fff;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal input[type="checkbox"]:checked + label:after {
    content: '';
    width: 6px;
    height: 11px;
    border: solid #F9C701;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 9px;
}

.modal input[type="checkbox"]:checked + label {
    color: #F9C701;
}

.modal ol {
    margin-left: 20px;
}

.modal ol {
    list-style-type: lower-alpha;
}

.modal ul li,
.modal ol li {
    padding-left: 6px;
    margin-bottom: 3px;
}

.modal ul li:last-child,
.modal ol li:last-child {
    margin-bottom: 0;
}

.modal .modal-select {
    margin-bottom: 22px;
}

.modal .modal-select:last-child {
    margin-bottom: 0;
}

.modal .custom-dropdown {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.modal .custom-dropdown::before {
    content: "";
    width: 12px;
    height: 8px;
    background: url(/img/modal-dropdown.svg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 17px;
    right: 10px;
    cursor: pointer;
}

.modal .custom-dropdown .custom-select {
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal .custom-dropdown select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0.5em; /* 0 1em 0 0; */
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    grid-area: select;
    color: #fff;
}

.modal .modal-dropdown-options {
    background: #34407C;
    border-top: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    display: none;
    z-index: 1000;
}

.modal .modal-dropdown-options .option {
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 6px 1px;
}

.modal .modal-dropdown-options .option:hover {
    background: #2d3973;
}

.modal .modal-dropdown-options .option[data-value=""] {
    display: none;
}

.modal .btn-next {
    background: none;
    border: none;
    cursor: pointer;
    user-select: none;
    width: 60px;
    height: 60px;
    margin-top: 41px;
    display: block;
    position: relative;
    transition: 0.3s;
}

.modal .btn-next:hover {
    transform: scale(1.04);
}

.modal .btn-next img {
    display: block;
    width: 100%;
    height: auto;
}

.modal ul.interests {
    gap: 10px 8px;
    max-width: 85%;
}

.modal ul.interests li {
    border-radius: 78px;
    font-weight: 400;
    font-size: 18px;
    height: 31px;
    padding: 0 11px 0 15px;
    margin-bottom: 0;
}

.modal ul.interests li i img {
    width: 11px;
}

.modal .row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 34px;
    margin-bottom: 22px;
}

.modal .row:last-child {
    margin-bottom: 0;
}

.modal .col-6 {
    width: calc(50% - 17px);
}

.modal .w-1 {
    width: 824px;
}

.modal .form-upload {
    background: #312D64;
    border: 6px solid #53BAFB;
    border-radius: 26px;
    width: 380px;
    height: 380px;
    margin-bottom: 48px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
}

.modal .form-upload:hover {
    opacity: 0.9;
}

.modal .form-upload img {
    width: 160px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1400px) {
    .modal .w-1 {
        width: 700px;
    }

    .modal h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1200px) {
    .modal h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 992px) {
    .modal .modal-content {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal.modal--connections {
        max-height: calc(100vh - 20px);
        -webkit-overflow-scrolling: touch;   /* smooth iOS scrolling */
        overscroll-behavior: contain;        /* prevent scroll chaining */
    }
}

@media screen and (max-width: 767px) {
    .modal {
        background: url('/img/bg-51-mobile.svg') bottom right no-repeat, linear-gradient(159.66deg, #3B97DE -5.62%, #6F2ED1 69.42%);
        background-size: auto auto, contain;
        height: 100%;
    }

    .modal.modal--connections {
        background: url('/img/bg-51-mobile.svg') bottom right no-repeat, linear-gradient(180.35deg, #3B97DE -34.84%, #6F2ED1 117.82%);
        background-size: auto auto, contain;
        max-height: calc(100vh - 20px);
        -webkit-overflow-scrolling: touch;   /* smooth iOS scrolling */
        overscroll-behavior: contain;        /* prevent scroll chaining */
    }

    .modal .modal-progress {
        top: 14px;
    }

    .modal .modal-close {
        /*width: 14px;
        height: 14px;*/
        top: 32px;
        z-index: 10;
        /*right: 10px;*/
    }

    .modal .modal-content {
        max-width: 100%;
        padding-top: 64px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .modal h1 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 14px;
    }

    .modal h5 {
        margin-top: 38px;
        text-align: left;
    }

    .modal h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .modal input {
        font-size: 16px;
        line-height: 22px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 19px;
        caret-color: #fff;
    }

    .modal input[type="radio"] + label {
        font-size: 16px;
        line-height: 22px;
    }

    .modal ol,
    .modal ul {
        text-align: left;
    }

    .modal ol {
        margin-left: 18px;
    }
    
    .modal ul li,
    .modal ol li {
        margin-bottom: 10px;
    }

    .modal .modal-select {
        margin-bottom: 19px;
    }
    
    .modal .custom-dropdown {
        font-size: 16px;
        line-height: 22px;
    }

    .modal .custom-dropdown .custom-select {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    
    .modal .modal-dropdown-options .option {
        font-size: 16px;
        line-height: 22px;
    }

    .modal .btn-next {
        margin-top: 30px;
    }

    .modal .modal-error {
        font-size: 16px;
        line-height: 22px;
        margin-top: -10px;
    }

    .modal .wide {
        /* padding-right: 36px; */
        white-space: wrap;
    }

    .modal .wide br {
        display: none;
    }

    .modal .row {
        gap: 21px;
    }

    .modal .col-6 {
        width: 100%;
    }

    .modal .w-1 {
        width: 100%;
    }

    .modal ul.interests {
        max-width: 100%;
    }

    .modal .form-upload {
        width: 342px;
        height: 342px;
        border-width: 4px;
        border-radius: 24px;
        margin-bottom: 30px;
    }

    .modal .form-upload img {
        width: 144px;
    }

    .modal .form-fields {
        text-align: center;
    }

    .modal .form-fields.text-left-mobile {
        text-align: left;
    }
}



.section-pair {

}

.section-pair h1 {
    margin-bottom: 61px;
}

.pair-wrapper {
    color: #fff;
    padding-top: 177px;
    padding-bottom: 75px;
    text-align: center;
}

.pair-wrapper > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
    margin-bottom: 61px;
}

.pair-wrapper > .list > .list-item {
    width: calc(33.33% - 16px);
    max-width: 416px;
}

.pair-wrapper .pair {
    border: 2px solid #fff;
    border-radius: 28px;
    height: 100%;
    padding: 46px 38px 38px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.pair-wrapper .pair h5 {
    color: #F9C701;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin-bottom: 6px;
}

.pair-wrapper .pair h5:last-child {
    margin-bottom: 0;
}

.pair-wrapper .pair h6 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin-bottom: 8px;
}

.pair-wrapper .pair h6:last-child {
    margin-bottom: 0;
}

.pair-wrapper .pair ul {
    margin-bottom: 32px;
}

.pair-wrapper .pair ul:last-child {
    margin-bottom: 0;
}

.pair-wrapper .pair ul li {
    font-weight: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding-left: 23px;
    position: relative;
    margin-bottom: 2px;
}

.pair-wrapper .pair ul li:last-child {
    margin-bottom: 0;
}

.pair-wrapper .pair ul li:before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modal .btn-modal {
    border: 0;
    border-radius: 166px;
    background: linear-gradient(92.74deg, #FFF275 0.94%, #F9A300 101.84%);
    width: 240px;
    height: 60px;
    padding: 0 20px;
    font-family: var(--rubik);
    font-size: 24px;
    font-weight: bold;
    color: #702AD0;
    cursor: pointer;
    transition: all 0.3s ease-in;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.modal .btn-modal:hover {
    background: #702AD0;
    color: #fff;
}

.pair-wrapper .btn-transparent {
    border: 2px solid #fff;
    border-radius: 166px;
    background: transparent;
    width: 240px;
    height: 60px;
    padding: 0 20px;
    font-family: var(--rubik);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pair-wrapper .btn-transparent:hover {
    background: #702AD0;
    border-color: #702AD0;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .pair-wrapper .pair {
        padding: 30px 25px 25px;
    }

    .pair-wrapper > .list {
        gap: 8px;
    }

    .pair-wrapper > .list > .list-item {
        width: 100%;
        max-width: 348px;
    }
}

@media screen and (max-width: 767px) {
    .pair-wrapper {
        padding-top: 64px;
    }

    .section-pair h1 {
        margin-bottom: 25px;
    }

    .pair-wrapper .pair {
        padding: 23px 20px 24px;
    }

    .pair-wrapper > .list {
        margin-bottom: 40px;
    }

    .modal .btn-modal {
        margin-left: auto;
        margin-right: auto;
        width: 220px;
        height: 56px;
    }

    .pair-wrapper .pair .btn-transparent {
        width: 220px;
        height: 56px;
    }

    .pair-wrapper .pair ul {
        margin-bottom: 17px;
    }

    .pair-wrapper .pair ul li {
        font-size: 16px;
        line-height: 21px;
        padding-left: 16px;
        margin-bottom: 5px;
    }
}



/* range */
.modal .range-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.modal .range-title {
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
}

.modal .multiple-range {
    display: grid;
    position: relative;
    background-image:
        linear-gradient(to right, transparent var(--begin), #F9C701 var(--begin), #F9C701 var(--end), transparent var(--end)),
        linear-gradient(to right, #fff 0%, #fff 100%);
    background-size: 100% 2px, 100% 2px;
    background-position: left center;
    background-repeat: no-repeat;
    flex-grow: 1;
}

.modal .multiple-range * {
    grid-row-start: 1;
    grid-column-start: 1;
    pointer-events: none;
    touch-action: none;
}

.modal .multiple-range .scale {
    display: flex;
    justify-content: space-between;
    align-self: start;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.modal .multiple-range input {
    width: 100%;
    height: 70px;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 0;
}

.modal .multiple-range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #F9C701;
    overflow: visible;
    cursor: pointer;
  }

.modal .multiple-range output {
    position: absolute;
    top: 0;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    transform: translateX(-50%);
}

.modal .multiple-range output:first-of-type {
    left: var(--begin);
}

.modal .multiple-range output:last-of-type {
    left: var(--end);
}

.sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect( 0, 0, 0, 0 );
    border: 0;
}

@media screen and (max-width: 767px) {
    .modal .range-wrapper {
        gap: 12px;
        margin-bottom: -20px;
    }
    
    .modal .range-title {
        font-size: 16px;
    }
    
    .modal .multiple-range .scale {
        font-size: 16px;
    }
}



/* Connections modal */
.section-connections {
    font-family: var(--rubik);
    color: #fff;
    padding-top: 42px;
    padding-bottom: 32px;
    min-height: 100%;
}

.section-connections .container {
    min-height: 100%;
}

.section-connections h1 {
    font-size: clamp(20px, 48px, 4.44vh);
    line-height: 1.1875;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 16px;
}

.section-connections .back {
    width: 60px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section-connections .back > img {
    display: block;
    width: 100%;
    height: auto;
}

.section-connections h1:last-child {
    margin-bottom: 0;
}

.section-connections h2 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1875;
    margin-bottom: 23px;
}

.section-connections h2:last-child {
    margin-bottom: 0;
}

.section-connections h4 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 8px;
}

.section-connections h5 {
    color: #F9C701;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16;
    margin-top: 0;
    margin-bottom: 6px;
}

.section-connections p {
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.38;
    margin-bottom: 13px;
}

.section-connections p:last-child {
    margin-bottom: 0;
}

.section-connections ul li {
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.38;
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}

.section-connections ul li:before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}

.section-connections ul li:last-child {
    margin-bottom: 0;
}

.section-connections .label {
    background-color: #6344D3;
    border-radius: 40px;
    font-family: var(--nunito);
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    min-width: 106px;
    margin-bottom: 3px;
}

.section-connections .label:last-child {
    margin-bottom: 0;
}

.connections-wrapper {
    padding-left: 41px;
    padding-right: 41px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.connections-wrapper > .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    text-align: left;
}

.connections-wrapper .list > .list-item.wide-item {
    grid-column: span 3;
    text-align: center;
}

.connections-wrapper .list > .list-item.list-item.wide-item .connection {
    padding: 20px 20px 20px 33px;
}

.section-connections .connection {
    border: 2px solid #FFFFFF;
    border-radius: 28px; 
    padding: 43px 12px 78px 33px;
    position: relative;
    height: 100%;
}

.section-connections .connection .connection-button {
    background: #702AD0;
    border-radius: 166px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.section-connections .btn {
    background: linear-gradient(92.74deg, #FFF275 0.94%, #F9A300 101.84%);
    border-radius: 166px;
    cursor: pointer;
    color: #702AD0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    min-width: auto;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 0;
}

.section-connections .btn:hover {
    background: #702AD0;
    color: #fff;
}

.section-connections .connection-video {
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #4681DB;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    padding: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-connections .connection-video img {
    width: 44px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.section-connections .connection-list {
    display: flex;
    align-items: center;
    margin: -15px;
}

.section-connections .connection-list > li {
    width: 30%;
    padding: 15px;
    margin-bottom: 0;
}

.section-connections .connection-list > li:nth-child(3n) {
    width: 40%;
}

.connection-list-item {
    position: relative ;
    padding-left: 64px;
    text-align: left;
}

.section-connections .connection-list > li:before {
    content: none;
}

.section-connections .connection-list i {
    background-color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section-connections .connection-list i > img {
    display: block;
    width: 100%;
    height: auto;
}

.planAutoRenewText {
    font-weight: normal;
    font-size: 1.67vh;
    margin-left: 5px;
}

@media (min-width: 992px) and (max-width: 2000px) and (min-height: 1101px)  {
    .section-connections {
        padding-top: 2.19vw; /* 42px */
        padding-bottom: 1.67vw; /* 32px */
    }

    .section-connections .container {
        max-width: 73.96vw; /* 1420px */
    }

    .section-connections .connections-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    
    .section-connections h1 {
        font-size: 2.5vw; /* 48px */
        padding-left: 4.17vw; /* 80px */
        padding-right: 4.17vw; /* 80px */
        margin-bottom: 0.83vw; /* 16px */
    }

    .section-connections .back {
        width: 3.13vw; /* 60px */
    }

    .section-connections h2 {
        font-size: 2.5vw; /* 48px */
        margin-bottom: 1.2vw; /* 23px */
    }

    .section-connections h4 {
        font-size: 1.25vw; /* 24px */
        margin-bottom: 0.42vw; /* 8px */
    }

    .section-connections h5 {
        font-size: 1.25vw; /* 24px */
        margin-bottom: 0.31vw; /* 6px */
    }

    .section-connections p {
        font-size: 0.94vw; /* 18px */
        margin-bottom: 1.09vw; /* 21px */
    }

    .section-connections ul li {
        font-size: 0.94vw; /* 18px */
        padding-left: 1.2vw; /* 23px */
        margin-bottom: 0.42vw; /* 8px */
    }

    .section-connections ul li:before {
        width: 0.52vw; /* 10px */
        height: 0.52vw; /* 10px */
        top: 0.36vw; /* 7px */
    }

    .section-connections .label {
        border-radius: 2.08vw; /* 40px */
        font-size: 0.73vw; /* 14px */
        line-height: 1.15vw; /* 22px */
        min-width: 5.52vw; /* 106px */
        margin-bottom: 0.16vw; /* 3px */
    }

    .connections-wrapper {
        padding-left: 0;
        padding-right: 0;
        gap: 3vw; /* 70px */
    }

    .connections-wrapper > .list {
        gap: 0.83vw; /* 16px */
    }

    .connections-wrapper .list > .list-item.list-item.wide-item .connection {
        padding: 1.04vw 1.04vw 1.04vw 1.72vw; /* 20px 20px 20px 33px; */
    }

    .section-connections .connection {
        border-radius: 1.46vw; /* 28px */ 
        padding: 2.24vw 0.63vw 4.06vw 1.72vw; /* 43px 12px 78px 33px */
    }

    .section-connections .connection .connection-button {
        border-radius: 8.65vw; /* 166px */
        top: -1.56vw; /* -30px */
    }

    .section-connections .btn {
        border-radius: 8.65vw; /* 166px */
        font-size: 1.25vw; /* 1.25vw */
        width: 12.5vw; /* 240px */
        height: 3.13vw; /* 60px */
    }

    .section-connections .connection-video {
        border-bottom-left-radius: 1.3vw; /* 25px */
        border-bottom-right-radius: 1.3vw; /* 25px */
        font-size: 1.25vw; /* 24px */
        padding: 0.73vw; /* 14px */
    }

    .section-connections .connection-video img {
        width: 2.29vw; /* 44px */
        left: 0.78vw; /* 15px */
    }

    .section-connections .connection-list {
        margin: -0.78vw; /* -15px */
    }

    .section-connections .connection-list > li {
        padding: 0.78vw; /* 15px */
    }

    .connection-list-item {
        padding-left: 3.33vw; /* 64px */
    }

    .section-connections .connection-list i {
        width: 2.71vw; /* 52px */
        height: 2.71vw; /* 52px */
        padding: 0.52vw; /* 10px */
    }
}

@media (min-width: 992px) and (max-height: 1100px) {
    /* sizes in vh bases on 1080px */
    .section-connections {
        padding-top: 2vh;       /* 2.19vw â†’ 42px */
        padding-bottom: 2vh;    /* 1.67vw â†’ 32px */
    }

    .section-connections .container {
        max-width: 131.481vh;       /* 68.33vw â†’ 1420px */
    }

    .section-connections .connections-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .section-connections h1 {
        font-size: 4.44vh;         /* 2.5vw â†’ 48px */
        padding-left: 7.41vh;      /* 4.17vw â†’ 80px */
        padding-right: 7.41vh;     /* 4.17vw â†’ 80px */
        margin-bottom: 1.48vh;     /* 0.83vw â†’ 16px */
    }

    .section-connections .back {
        width: 5.56vh;             /* 3.13vw â†’ 60px */
    }

    .section-connections h2 {
        font-size: 4.44vh;         /* 2.5vw â†’ 48px */
        margin-bottom: 1.5vh;     /* 1.2vw â†’ 23px */
    }

    .section-connections h4 {
        font-size: 2.22vh;         /* 1.25vw â†’ 24px */
        margin-bottom: 0.74vh;     /* 0.42vw â†’ 8px */
    }

    .section-connections h5 {
        font-size: 2.22vh;         /* 1.25vw â†’ 24px */
        margin-bottom: 0.55vh;     /* 0.31vw â†’ 6px */
    }

    .section-connections p {
        font-size: 1.67vh;         /* 0.94vw â†’ 18px */
        margin-bottom: 1.204vh;     /* 1.09vw â†’ 13px */
    }

    .section-connections ul li {
        font-size: 1.67vh;         /* 0.94vw â†’ 18px */
        padding-left: 2.13vh;      /* 1.2vw â†’ 23px */
        margin-bottom: 0.74vh;     /* 0.42vw â†’ 8px */
    }

    .section-connections ul li:before {
        width: 0.93vh;             /* 0.52vw â†’ 10px */
        height: 0.93vh;            /* 0.52vw â†’ 10px */
        top: 0.66vh;               /* 0.36vw â†’ 7px */
    }

    .section-connections .label {
        border-radius: 3.70vh;     /* 2.08vw â†’ 40px */
        font-size: 1.30vh;         /* 0.73vw â†’ 14px */
        line-height: 2.04vh;       /* 1.15vw â†’ 22px */
        min-width: 9.81vh;         /* 5.52vw â†’ 106px */
        margin-bottom: 0.29vh;     /* 0.16vw â†’ 3px */
    }

    .connections-wrapper {
        padding-left: 0;
        padding-right: 0;
        gap: 5vh;               /* 3.65vw â†’ 70px */
    }

    .connections-wrapper > .list {
        gap: 1.48vh;               /* 0.83vw â†’ 16px */
    }

    .connections-wrapper .list > .list-item.list-item.wide-item .connection {
        padding: 1.85vh 1.85vh 1.85vh 3.06vh; /* 20px 20px 20px 33px */
    }

    .section-connections .connection {
        border-radius: 2.593vh;     /* 1.46vw â†’ 28px */
        padding: 3.5vh 1.11vh 6vh 3.06vh; /* 43px 12px 60px 33px */
    }

    .section-connections .connection .connection-button {
        border-radius: 14.37vh;    /* 8.65vw â†’ 166px */
        top: -2.78vh;              /* -1.56vw â†’ -30px */
    }

    .section-connections .connection-video {
        border-bottom-left-radius: 2.315vh; /* 25px */
        border-bottom-right-radius: 2.315vh; /* 25px */
        font-size: 2.222vh; /* 24px */
        padding: 1.296vh; /* 14px */
    }

    .section-connections .connection-video img {
        width: 4.074vh; /* 44px */
        left: 1.389vh; /* 15px */
    }

    .section-connections .btn {
        border-radius: 14.37vh;    /* 8.65vw â†’ 166px */
        font-size: 2.22vh;         /* 1.25vw â†’ 24px */
        width: 22.22vh;            /* 12.5vw â†’ 240px */
        height: 5.56vh;            /* 3.13vw â†’ 60px */
    }

    .section-connections .connection-list {
        margin: -1.39vh;           /* -0.78vw â†’ -15px */
    }

    .section-connections .connection-list > li {
        padding: 1.39vh;           /* 0.78vw â†’ 15px */
    }

    .connection-list-item {
        padding-left: 5.93vh;      /* 3.33vw â†’ 64px */
    }

    .section-connections .connection-list i {
        width: 4.81vh;             /* 2.71vw â†’ 52px */
        height: 4.81vh;            /* 2.71vw â†’ 52px */
        padding: 0.93vh;           /* 0.52vw â†’ 10px */
    }
}

@media screen and (max-width: 991px) { 
    .connections-wrapper > .list {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .section-connections .connection-list {
        flex-direction: column;
        margin: -25px;
    }

    .section-connections .connection-list > li {
        width: 100%;
        padding: 25px;
    }

    .section-connections .connection-list > li:nth-child(3n) {
        width: 100%;
    }

    .planAutoRenewText {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) { 
    .section-connections {
        padding-top: 8vw; /* 30px */
        padding-bottom: 40vw; /* 150px */
    }

    .connections-wrapper {
        padding-left: 3.73vw; /* 14px */
        padding-right: 3.73vw; /* 14px */
        gap: 20.27vw; /* 76px */
        text-align: left;
    }

    .section-connections .back {
        width: 16vw; /* 60px */
        margin-bottom: 8vw; /*  30px */
        position: static;
        transform: none;
    }

    .section-connections h1 {
        font-size: 9.6vw; /* 36px */
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 6.4vw; /* 24px */
    }

    .section-connections h2 {
        font-size: 7.73vw; /* 29px */
        margin-bottom: 6.67vw /* 25px */
    }

    .section-connections h4 {
        font-size: 5.87vw; /* 22px */
        margin-bottom: 1.6vw; /* 6px */
    }

    .section-connections h5 {
        font-size: 5.87vw; /* 22px */
        margin-bottom: 2.67vw; /* 10px */
    }

    .section-connections p {
        font-size: 4.27vw; /* 16px */
        margin-bottom: 8.27vw; /* 31px */
    }

    .section-connections ul li {
        font-size: 4.27vw; /* 16px */
        padding-left: 6.13vw; /* 23px */
        margin-bottom: 3.73vw; /* 14px */
    }

    .section-connections ul li:before {
        width: 2.67vw; /* 10px */
        height: 2.67vw; /* 10px */
        top: 1.6vw; /* 6px */
    }

    .section-connections .label {
        border-radius: 10.67vw; /* 40px */
        font-size: 3.73vw; /* 14px */
        line-height: 5.87vw; /* 22px */
        min-width: 28.27vw; /* 106px */
        margin-bottom: 2.67vw; /* 10px */
    }

    .connections-wrapper > .list {
        display: flex;
        flex-direction: column;
        gap: 14.93vw; /* 56px */
    }

    .connections-wrapper .list > .list-item {
        width: 100%;
    }

    .connections-wrapper .list > .list-item:nth-child(3) .label {
        background-color: #8A69FF;
    }

    .connections-wrapper .list > .list-item.list-item.wide-item .connection {
        padding: 8vw 5.33vw 7.47vw 3.47vw; /* 30px 20px 28px 13px */
        text-align: center;
    }

    .section-connections .connection {
        border-radius: 7.47vw; /* 28px */
        padding: 15.47vw 4.27vw 20.8vw 5.6vw; /* 58px 16px 78px 21px */
    }

    .section-connections .connection .connection-button {
        border-radius: 44.27vw; /* 166px */
        top: -8vw; /* -30px */
    }

    .section-connections .btn {
        border-radius: 44.27vw; /* 166px */
        font-size: 6.4vw; /* 24px */
        width: 64vw; /* 240px */
        height: 16vw; /* 60px */
    }

     .section-connections .connection-video {
        border-bottom-left-radius: 6.67vw; /* 25px */
        border-bottom-right-radius: 6.67vw; /* 25px */
        font-size: 6.15vw; /* 24px */
        padding: 3.08vw; /* 12px */
    }

    .section-connections .connection-video img {
        width: 8.21vw; /* 32px */
        left: 2.31vw; /* 9px */
    }

    .section-connections .connection-list {
        flex-direction: column;
        margin: -3.2vw; /* -12px */
    }

    .section-connections .connection-list > li {
        width: 100%;
        padding: 3.2vw; /* 12px */
    }

    .section-connections .connection-list > li:nth-child(3n) {
        width: 100%;
    }

    .connection-list-item {
        padding-left: 17.07vw; /* 64px */
    }

    .section-connections .connection-list i {
        width: 13.87vw; /* 52px */
        height: 13.87vw; /* 52px */
        padding: 2.67vw; /* 10px */
    }

    .section-connections .connection-list br {
        display: none;
    }

    .planAutoRenewText {
        font-size: 4.27vw;
    }
}

