@import url('//fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap');

/* @font-face {
    font-family: 'InterMedium';
    src: url('/css/fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: 'InterBold';
    src: url('/css/fonts/Inter-Bold.ttf');
} */

body.wtw {
    min-width: 1530px;
}

.wtw #pageWrapper {
    width: 100%;
    border: none;
    margin: 0;
}

.wtw #content {
    border: none;
    width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

#content.wtw.brand.ok {
    min-height: 250px;
    font-size: 18px;
}

.wtw.prime.color {
    color: #7f35b2;
}
.wtw.prime.gray.color {
    color: #e6e6e6;
}
.wtw.secondary.dark.color {
    color: #48086f;
}
.wtw.secondary.light.color {
    color: #c2a8f0;
}

#header {
    /* position: initial; */
    height: auto;
}
#logo {
    clear: both;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    position: initial;
    width: 100%;
    height: auto;
}

.wtw #header {
    display: none;
}

.wtw .banner {
    background-color: #48086F;
}

.wtw .banner .content {
    position: relative;
    width: 1440px;
    height: 554px;
    margin-left: auto;
    margin-right: auto;
}

.wtw .banner-text {
    width: 640px;
    position: absolute;
    top: 185px;
    left: 60px;
    color: white;
    font-family: 'Inter', Tahoma, Arial;
    font-size: 18px;
    line-height: 28px;
}

.wtw .banner-text h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wtw .banner-text h1 {
    font-family: 'Playfair Display', serif; /* Use Playfair font, ensure it's loaded properly */
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
}

.wtw .banner-title {
    display: block;
    position: absolute;
    top: 95px;
    left: 60px;
    width: 90px;
}

.wtw .banner .br {
    background-image: url('/images/vpp/wtw-motif-br.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 768px;
    height: 506px;
}

.wtw .banner .br img {
    width: 720px;
    height: 458px;
}

.wtw #footer {
    display: none;
}

.wtw .footer {
    background-color: #2f2c31;
    font-family: 'Inter', Tahoma, Arial;
    font-size: 14px;
}

.wtw .footer .content {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.wtw .footer .sections {
    padding: 60px 48px 5px;
    min-height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* Ensure responsiveness */
}

.wtw .footer .logo.section img {
    max-width: 155px;
    height: auto;
}

.wtw .footer .links.section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wtw .footer .links.section ul li a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.wtw .footer .links.section ul li a:hover {
    text-decoration: underline;
}

.wtw .footer .bottom {
    color: white;
    border-top: solid 1px white;
    padding-top: 10px;
    padding-bottom: 38px;
}

#content {
    padding: 25px 45px;
    font-size: 125%;
}

#content.wtw.brand {
    /* font-family: InterMedium, Tahoma, Arial; */
    font-family: 'Inter', Tahoma, Arial;
}
#content.wtw.brand:not(.help,.ok,.safe) {
    justify-content: space-between;
    display: flex;
}

#content.wtw.brand .column {
    padding: 5px 68px 94px 60px;
}

#content.wtw.brand .right-column {
    padding-top: 173px;
    padding-left: 104px;
}

#content.wtw.brand .left-column .section {
    margin-top: 91px;
    font-size: 18px;
}

#content.wtw.brand.help h2, #content.wtw.brand.help h3 {
    color: #7f35b2;
}
/* #content.wtw.brand h2, #content.wtw.brand h3 {
    font-family: InterBold, Tahoma, Arial;
} */

#content.wtw.brand .left-column h1, #content.wtw.brand.ok h2 {
    color: #48086f;
    font-size: 58px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#content.wtw.brand .left-column h2, #content.wtw.brand.ok h2 {
    font-size: 24px;
}

/* #content.wtw.brand .left-column .bundles > span, #content.wtw.brand .left-column .videos > span { */
#content.wtw.brand .left-column .section span.text {
    font-size: 14px;
}

#content.wtw.brand .left-column .section-1 span.preview {
    /* text-decoration: underline; */
    font-weight: 600;
}

#content.wtw.brand .left-column .bundles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 0px;
}

#content.wtw.brand .left-column .videos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px 0px;
}

#content.wtw.brand .section label {
    display: flex;
    /* align-items: start; */
    align-items: flex-start;
    cursor: pointer;
    flex-wrap: wrap;
    gap: 8px;
}

#content.wtw.brand .section input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    margin-top: -2px;
    width: 22px;
    min-width: 22px;
    height: 22px;
    /* background: #f0f0f0; Custom checkbox background */
    border: 2px solid #48086f;
    border-radius: 4px;
}

#content.wtw.brand .section input[type="checkbox"]:checked {
    background: #48086f;
    background-image: url('/images/vpp/wtw-check.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#content.wtw.brand .section input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    /* margin-top: -4px; */
    width: 24px;
    height: 24px;
    border: 2px solid #7f35b2;
    border-radius: 50%;
    align-self: flex-start;
    outline: none; /* Removes the default focus outline, consider custom focus styling for accessibility */
    cursor: pointer; /* Optional: changes the cursor to a pointer on hover */
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    display: flex; /* Makes the text span a flex container */
    flex-direction: column; /* Stacks content vertically */
    justify-content: center; /* Vertically centers content, useful if adjusting for vertical alignment */
    flex-grow: 1;
}

#content.wtw.brand .section input[type="radio"]:checked {
    background-image: url('/images/vpp/wtw-radio.png');
    background-position: center;
    background-repeat: no-repeat;
}

#content.wtw.brand .section input[type="radio"]:focus {
    /* box-shadow: 0 0 0 3px rgba(72, 8, 111, 0.3); */ /* Adds a glow effect or outline for focus */
}

#content.wtw.brand .section input[type="radio"]:disabled {
    border: 2px solid grey;
    background-image: none;
    background-color: lightgrey;
}

#content.wtw.brand .section label span.text {
    /* display: inline-block;
    text-align: left;
    padding-left: 15px;
    width: calc(90% - 15px); */
    display: block;
    flex-grow: 1; /* Allows text to take up remaining space */
    align-self: center; /* Center text vertically if it's only a single line */
    text-align: left;
    width: calc(100% - 32px);
}

/* #content.wtw.brand .left-column .videos > span {
    display: block;
} */

#content.wtw.brand a/*, #content.wtw.brand .videos span.included*/ {
    color: #7f35b2; /* primary */
}

#content.wtw.brand .section .company, #content.wtw.brand .section .subscription {
    display: grid;
    gap: 9px;
}

#content.wtw.brand .section .company, #content.wtw.brand .section .subscription {
    gap: 18px;
}

#content.wtw.brand .section .company .size {
    font-weight: bold;
}

#content.wtw.brand .section .company .desc {
    text-transform: lowercase;
}

#content.wtw.brand .right-column .section {
    position: sticky;
    top: 0;
    /* background-color: #f9f9f9; */
    /* padding: 15px; */
    /* border: 1px solid #ccc; */
}

#content.wtw.brand .pricing table {
    width: 100%;
    min-width: 350px;
    border-spacing: 0px;
}

#content.wtw.brand .pricing table td, #content.wtw.brand .pricing table th {
    padding: 15px 10px;
}

#content.wtw.brand .pricing table tbody tr:nth-child(odd) td {
    background-color: #f1f0f2;
}

#content.wtw.brand .pricing table tbody tr:first-child td {
    border-top: solid 2px #99909F;
}

#content.wtw.brand .pricing table tbody tr:last-child td {
    border-bottom: solid 2px #99909F;
}

#content.wtw.brand .pricing table th, #content.wtw.brand .pricing table td.name {
    font-weight: 600;
}

#content.wtw.brand .pricing table td.name {
    width: 55%;
}

#content.wtw.brand .pricing table td.price {
    text-align: left;
    /* font-weight: 600; */
    width: 15%;
}

#content.wtw.brand .pricing p {
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 11px;
}

#content.wtw.brand .pricing div span.size {
    font-weight: 600;
}

/* #content.wtw.brand .subscription em {
    font-style: normal;
    font-weight: bolder;
}

#content div.form em {
    font-style: normal;
    font-weight: bolder;
} */

#content.wtw.brand div.editor.page {
    width: 100%;
    margin: 0px;
    font-size: 14px;
}

#content.wtw.brand form > div, #content.wtw.brand .buttons {
    margin-top: 31px;
}
#content.wtw.brand form label {
    font-weight: 600;
    /* display: block; */
    margin-bottom: 8px;
}

#content.wtw.brand form input[type=text], #content.wtw.brand form textarea {
    width: 100%;
    border-color: #99909f;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

#content.wtw.brand .buttons button {
    color: white;
    /* font-size: 15px; */
    font-weight: 600;
    background-color: #d124b8;
    border: solid 1px #d124b8;
    border-radius: 20px;
    padding: 10px 15px;
    font-family: 'Inter', Tahoma, Arial;
    cursor: pointer;
}

#content.wtw.brand .buttons button:disabled {
    background-color: lightgray;
    border: solid 1px lightgray
}

#content.wtw.brand .buttons button.cancel {
    color: #48086f;
    border: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 5px;
}

#content.wtw.brand .buttons button:not(:first-child) {
    margin-left: 40px;
}

#content.wtw.brand .disclaimer.section {
    font-size: 12px;
    margin-top: 20px;
}

#content.wtw.brand form span.help {
    display: block;
    margin-bottom: 8px;
    color: #99909f;
}

#content.wtw.brand .section-2 .xl-company {
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
}

#content.wtw.brand .section-4 .key-contact label {
    font-weight: normal;
}

#content.wtw.brand .section-4 .total {
    font-weight: 600;
    font-size: 30px;
    margin-top: 31px;
}

#content.wtw.brand .checkout {
    width: 100%;
}

#content.wtw.help span.bold {
    font-weight: bolder;
}

#content.wtw.help span.em {
    color: #7f35b2; /* prime */
    font-weight: bolder;
    font-size: 110%;
}

#content.wtw.help li {
    margin-top: 2px;
}

#content.wtw.help ul.help li {
    margin-top: 5px;
}

#content.wtw.help ul.includes li.header {
    list-style-type: none;
    color: #7f35b2; /* prime */
    font-weight: bolder;
    margin-top: 10px;
    margin-left: -2em;
}

#content.wtw.help ul.includes li.extra {
    margin-top: 12px;
}

#content.wtw.help p.preview {
    font-size: 14px;
    font-weight: 600;
}

#content.wtw.safe {
    display: block;
}
#content.wtw.safe img.icon {
    float: right;
    width: 38px;
}