/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
}

.landing-page {
    background-color: rgba(241, 252, 251, 1);
    display: flex;
    padding-right: 13px;
    padding-top: 31px;
    flex-direction: column;
    align-items: stretch;
}


/* Navigation */
.nav-buttons {
    align-self: center;
    display: flex;
    /*    margin-right: 85px;*/
    align-items: start;
    gap: 30px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(7, 43, 44, 1);
    font-weight: 700;
    justify-content: start;
    margin-left: auto;
}

.nav-link {
    color: rgba(7, 43, 44, 1);
    text-decoration: none;
}

.top-navigation {
    display: flex;
    gap: 20px;
    padding-left: 80px;
    padding-right:64px;
}

.nav-logo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    margin-left: 0;
}

@media (max-width: 991px) {
    .nav-buttons {
        margin-right: 10px;
    }
}

/* Hero Section */
.hero-section {
    background-color: rgba(250, 250, 250, 0.08);
    margin-top: 29px;
    padding: 64px 80px 190px;
}

@media (max-width: 991px) {
    .hero-section {
        max-width: 100%;
        padding: 64px 20px 100px;
    }
}

.hero-container {
    display: flex;
    gap: 20px;
}

@media (max-width: 991px) {
    .hero-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 60%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .hero-content {
        width: 100%;
    }
}

.hero-text {
/*    z-index: 10;*/
    margin-right: -230px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
}

@media (max-width: 991px) {
    .hero-text {
        max-width: 100%;
        margin-top: 40px;
        margin-right: 0;
    }
}

.hero-title {
    color: #093b58;
    font-size: 64px;
    line-height: 70px;
}

@media (max-width: 991px) {
    .hero-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 48px;
    }
}

.hero-features {
    color: #1da39d;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.26px;
    margin-top: 40px;
    list-style-type: none;
}

@media (max-width: 991px) {
    .hero-features {
        max-width: 100%;
    }
}

.cta-button {
    display: block;
    border-radius: 16px;
    background-color: #1da39d;
    padding: 20px 18px;
    margin-top: 40px;
    width: 182px;
    max-width: 100%;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(246, 248, 248, 1);
    text-align: center;
    letter-spacing: 0.3px;
    line-height: 1;
    text-decoration: none;
}

@media (max-width: 991px) {
    .cta-button {
        padding: 20px;
    }
}

/* Login Column */
.login-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 31%;
 /*   margin-left: 20px;*/
}

@media (max-width: 991px) {
    .login-column {
        width: 100%;
        margin-left: 0;
    }
}

.login-container {
    border-radius: 16px;
    background-color: #d9d9d9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 126px;
    flex-grow: 1;
    padding: 76px 46px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

@media (max-width: 991px) {
    .login-container {
        max-width: 100%;
        margin-top: 40px;
        padding: 76px 20px;
    }
}

.login-form-wrapper {
    background-color: #d9d9d9;
    min-height: 407px;
}

.login-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.login-title {
    color: #da5810;
    font-size: 32px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
/*    align-self: start;*/
}

.form-fields {
    margin-top: 24px;
    width: 100%;
}

.input-group {
    width: 100%;
    margin-bottom: 16px;
}

    .input-group:last-child {
        margin-bottom: 0;
    }

.input-label {
    font-feature-settings: "liga" off, "clig" off;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    width: 100%;
    padding: 0 16px;
    font-family: SF Pro Display, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    color: #2b2724;
    white-space: nowrap;
    letter-spacing: 0.3px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 991px) {
    .input-label {
        white-space: initial;
    }
}

.input-field {
    margin-top: 8px;
    width: 100%;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
    line-height: 1;
}

.input-background {
    border-radius: 6px;
    background-color: #f9f8f7;
    width: 100%;
    overflow: hidden;
}

.input-row {
    border-radius: 6px;
    display: flex;
    width: 100%;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
/*    border-radius: 8px;*/
/*    background-color: rgba(255, 255, 255, 1);*/
    border-color: rgba(224, 228, 236, 1);
    border-style: solid;
    border-width: 1px;
/*    padding: 20px 11px;
    font-size: 14px;*/
    color: rgba(76, 83, 95, 1);
    width: 100%;
    font-family: inherit;
}

.input-placeholder {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.placeholder-text {
    font-feature-settings: "liga" off, "clig" off;
    align-self: stretch;
    gap: 1px;
}

.input-icons {
    align-self: stretch;
    display: flex;
    min-height: 32px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 8px;
    gap: 16px;
}

.eye-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
}

.form-options {
    display: flex;
    margin-top: 20px;
    width: 100%;
    align-items: start;
    gap: 16px;
    justify-content: start;
}

.remember-option {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.toggle-switch {
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
/*    overflow: hidden;*/
 /*   width: 40px;*/
}

.toggle-knob {
    border-radius: 36.5px;
    background-color: #f2f2f2;
    display: flex;
    padding: 2px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

    .toggle-knob::before {
        content: "";
        border-radius: 12px;
        box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3);
        background-color: #fff;
        display: flex;
        width: 16px;
        flex-shrink: 0;
        height: 16px;
    }

.option-text {
    color: #2b2724;
    font-feature-settings: "liga" off, "clig" off;
    font-family: SF Pro Display, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.3px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.forgot-link {
    color: #007aff;
    text-align: right;
    font-feature-settings: "liga" off, "clig" off;
    font-family: SF Pro Display, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.3px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    text-decoration: none;
}

.signin-button {
    font-feature-settings: "liga" off, "clig" off;
    border-radius: 6px;
    background-color: #1da39d;
    margin-top: 32px;
    width: 100%;
    padding: 10px 24px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    color: #f1fcfb;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.3px;
    line-height: 1;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .signin-button {
        padding: 10px 20px;
    }
}

.signup-offer {
    align-self: center;
    display: flex;
    margin-top: 24px;
    align-items: start;
    gap: 8px;
    font-family: SF Pro Display, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 2;
    justify-content: center;
}

.signup-text {
    color: #2b2724;
    font-feature-settings: "liga" off, "clig" off;
}

.signup-link {
    color: #007aff;
    text-align: right;
    font-feature-settings: "liga" off, "clig" off;
    text-decoration: none;
}

/* Features Section */
.features-section {
    align-self: center;
    z-index: 10;
    display: flex;
    margin-top: -85px;
    align-items: center;
    gap: 40px 56px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .features-section {
        max-width: 100%;
    }
}

.feature-card {
    border-radius: 16px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    background-color: #f1fcfb;
    align-self: stretch;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 524px;
    overflow: hidden;
    width: 386px;
}

.feature-image {
    aspect-ratio: 1.64;
    object-fit: contain;
    object-position: center;
    width: 100%;
    min-height: 236px;
    gap: 10px;
}

.feature-content {
    width: 100%;
    padding: 24px 16px 16px;
}

.feature-title {
    width: 100%;
    font-size: 27px;
    color: rgba(7, 43, 44, 1);
    font-weight: 500;
    line-height: 1.1;
}

.feature-description {
    color: #475569;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 24px;
}

.feature-list
{
    padding:15px;
}

.highlight-text {
    font-weight: 700;
    color: rgba(22, 111, 110, 1);
}

.feature-detail {
    color: rgba(7, 43, 44, 1);
}

/* Why Hippra Section */
.why-hippra-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 1024px;
    margin-top: 176px;
    padding: 123px 80px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .why-hippra-section {
        max-width: 100%;
        padding: 100px 20px;
        margin-top: 40px;
    }
}

.section-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.why-hippra-content {
    position: relative;
    margin-bottom: -25px;
    width: 748px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .why-hippra-content {
        margin-bottom: 10px;
    }
}

.section-title {
    color: #da5810;
    font-size: 48px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 991px) {
    .section-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.benefits-container {
    margin-top: 27px;
    width: 100%;
    padding-bottom: 17px;
}

@media (max-width: 991px) {
    .benefits-container {
        max-width: 100%;
    }
}

.benefits-row {
    display: flex;
    align-items: start;
    gap: 40px 64px;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

    .benefits-row:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .benefits-row {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.benefit-box {
    min-width: 240px;
    overflow: hidden;
    width: 342px;
}

.benefit-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.benefit-icon {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #d1fae5;
    align-self: center;
    display: flex;
    width: 96px;
    padding: 0 16px;
    height: 96px;
}

.benefit-box:nth-child(2) .benefit-icon {
    background-color: #cffafe;
}

.benefits-row:nth-child(2) .benefit-box:nth-child(1) .benefit-icon {
    background-color: #dbeafe;
}

.benefits-row:nth-child(2) .benefit-box:nth-child(2) .benefit-icon {
    background-color: #ede9fe;
}

.icon-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 64px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
}

.benefit-title {
    margin-top: 16px;
    width: 100%;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #0f172a;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}

.benefit-text {
    color: #0f172a;
    text-align: center;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
}

/* Podcast Section */
.podcast-section {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    min-height: 836px;
    width: 898px;
    max-width: 100%;
    padding: 81px 1px 50px;
    align-items: start;
    text-align: center;
    margin: 0 auto;
}

.podcast-container {
    position: relative;
    display: flex;
    margin-right: -339px;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .podcast-container {
        max-width: 100%;
    }
}

.podcast-info {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    justify-content: start;
    width: 789px;
}

@media (max-width: 991px) {
    .podcast-info {
        max-width: 100%;
    }
}

.podcast-title {
    color: rgba(34, 118, 130, 1);
    font-size: 40px;
    font-weight: 600;
    align-self: stretch;
}

@media (max-width: 991px) {
    .podcast-title {
        max-width: 100%;
    }
}

.podcast-image {
    aspect-ratio: 1.01;
    object-fit: contain;
    object-position: center;
    width: 315px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 48px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .podcast-image {
        margin-top: 40px;
    }
}

.podcast-description {
    color: rgba(219, 88, 16, 1);
    font-size: 32px;
    font-weight: 400;
    margin-top: 48px;
    width: 599px;
}

@media (max-width: 991px) {
    .podcast-description {
        max-width: 100%;
        margin-top: 40px;
    }
}

.podcast-button {
    display: block;
    border-radius: 16px;
    background-color: #da5810;
    padding: 19px 27px;
    margin-top: 48px;
    width: 181px;
    max-width: 100%;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(255, 247, 237, 1);
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    text-decoration: none;
}

@media (max-width: 991px) {
    .podcast-button {
        margin-top: 40px;
        padding: 19px 20px;
    }
}

.podcast-platforms {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    align-items: stretch;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #093b58;
    font-weight: 500;
    justify-content: start;
    width: 213px;
}

.platforms-title {
    align-self: start;
    font-size: 24px;
    margin: 0;
}

.platform-logo {
    margin-top: 48px;
    width: 213px;
}

@media (max-width: 991px) {
    .platform-logo {
        margin-top: 40px;
    }
}

/* Events Section */
.events-section {
    align-self: end;
    z-index: 10;
    margin-top: 49px;
    width: 100%;
    max-width: 1342px;
}

@media (max-width: 991px) {
    .events-section {
        max-width: 100%;
        margin-top: 40px;
    }
}

.events-container {
    display: flex;
    gap: 20px;
}

@media (max-width: 991px) {
    .events-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.speaker-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 45%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .speaker-column {
        width: 100%;
    }
}

.speaker-card {
    z-index: 10;
    display: flex;
    margin-top: 97px;
    margin-right: -49px;
    min-height: 619px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .speaker-card {
        max-width: 100%;
        margin-top: 40px;
        margin-right: 0;
    }
}

.speaker-image {
    aspect-ratio: 0.95;
    object-fit: fill;
    object-position: center;
/*    width: 394px;*/
 /*   border-radius: 10%;*/
    align-self: center;
    max-width: 100%;
    border-color: rgba(34, 118, 130, 1);
  /*  border-width: 10px;*/
    border-style: solid;
    text-align: center;

}

.speaker-name {
    color: rgba(0, 0, 0, 1);
    font-size: 32px;
    font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 24px;
    text-align: center;
}

.speaker-label {
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(7, 43, 44, 1);
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .speaker-name {
        max-width: 100%;
    }
}

.speaker-credentials {
    color: rgba(7, 43, 44, 1);
    font-size: 24px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .speaker-credentials {
        max-width: 100%;
    }
}

.event-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 65%;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .event-column {
        width: 100%;
        margin-left: 0;
    }
}

.event-card {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 839px;
    flex-grow: 1;
    padding: 80px 80px 172px;
    align-items: end;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
}

@media (max-width: 991px) {
    .event-card {
        max-width: 100%;
        padding: 80px 20px 100px;
    }
}

.event-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.event-details {
    position: relative;
    display: flex;
    width: 545px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.event-category {
    z-index: 10;
    border-radius: 0;
    width: 100%;
    padding: 7px 70px 0;
    font-size: 40px;
    color: #da5810;
    text-align: center;
}

@media (max-width: 991px) {
    .event-category {
        font-size: 40px;
        max-width: 100%;
        padding: 7px 20px 0;
    }
}

.event-title {
    border-radius: 0;
    margin-top: 48px;
    width: 100%;
    padding: 10px 55px;
    font-size: 27px;
    color: rgba(66, 22, 8, 1);
    text-align: center;
}

@media (max-width: 991px) {
    .event-title {
        max-width: 100%;
        padding: 10px 20px;
        margin-top: 40px;
    }
}

.event-description {
    color: #421608;
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .event-description {
        max-width: 100%;
        margin-top: 40px;
    }
}

.event-date {
    align-self: center;
    margin-top: 48px;
   /* width: 314px;*/
    max-width: 100%;
    font-size: 27px;
    color: rgba(66, 22, 8, 1);
    font-weight: 400;
}

@media (max-width: 991px) {
    .event-date {
        margin-top: 40px;
    }
}

.reserve-button {
    display: block;
    border-radius: 16px;
    background-color: #da5810;
    padding: 18px 21px;
    margin-top: 48px;
  /*  width: 181px;*/
    max-width: 100%;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 17px;
    color: rgba(255, 247, 237, 1);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.3px;
    line-height: 1;
    text-decoration: none;
    align-self: center;
}

@media (max-width: 991px) {
    .reserve-button {
        margin-top: 40px;
        padding: 18px 20px;
    }
}

/* Footer */
.site-footer {
    background-color: rgba(9, 59, 88, 1);
    display: flex;
    width: 100%;
    padding: 72px 70px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

@media (max-width: 991px) {
    .site-footer {
        max-width: 100%;
        padding: 72px 20px;
    }
}

.footer-container {
    display: flex;
    align-items: end;
    gap: 40px 166px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .footer-container {
        max-width: 100%;
    }
}

.copyright {
    min-width: 240px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    color: #f1f8ff;
    font-weight: 400;
    width: 356px;
}

.footer-links {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 24px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: #f1f8ff;
    font-weight: 400;
    justify-content: start;
    width: 432px;
}

@media (max-width: 991px) {
    .footer-links {
        max-width: 100%;
    }
}

.links-column {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 156px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.links-heading {
    font-variant: all-small-caps;
    gap: 13px;
    font-size: 32px;
    font-weight: 600;
    white-space: nowrap;
    margin: 0 0 12px;
}

@media (max-width: 991px) {
    .links-heading {
        white-space: initial;
    }
}

.footer-link {
    font-variant: all-small-caps;
    margin-top: 12px;
    gap: 13px;
    white-space: nowrap;
    color: #f1f8ff;
    text-decoration: none;
    display: block;
}

@media (max-width: 991px) {
    .footer-link {
        white-space: initial;
    }
}

.social-media {
    width: 189px;
}

.social-heading {
    color: #f1f8ff;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-variant: all-small-caps;
    margin: 0;
}

.social-icons {
    display: flex;
    margin-top: 21px;
    min-height: 43px;
    width: 100%;
    align-items: start;
    gap: 30px;
    justify-content: start;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
   /* width: 40px;*/
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
}

input:where([type="checkbox"][role="switch"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: inherit;
    font-size: inherit;
    width: 2em;
    height: 1em;
    box-sizing: content-box;
    border: 1px solid;
    border-radius: 1em;
    vertical-align: text-bottom;
    margin: auto;
}

    input:where([type="checkbox"][role="switch"])::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        box-sizing: border-box;
        width: 0.7em;
        height: 0.7em;
        margin: 0 0.15em;
        border: 1px solid;
        border-radius: 50%;
        background: currentcolor;
    }

    input:where([type="checkbox"][role="switch"]):checked::before {
        left: 1em;
    }

    input:where([type="checkbox"][role="switch"]):disabled {
        opacity: 0.4;
    }

.validation-message {
    color: #e94238;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 9px;
    height: 15px;
    text-align: left;
}

.alert-danger {
    color: #e94238;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 9px;
    height: 15px;
    text-align: left;
}

