@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import "reset.css";

/*  font-family: "EB Garamond", serif; */
/* font-family: "Manrope", serif; */

/* generic */
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "EB Garamond", serif;
    color: #1D001F;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    background: #FFFFFF;
}
.box-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(151 66 193 / 70%) 82.51%);
}

.container {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
}

.container-second {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}
.fst43d1qa-preloader {
    position: absolute;
    z-index: -100;
    width: 1px;
    height: 1px;
    top: 0;
}

/* btn */

.fst43d1qa-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #48006C;
    background: #fff;
    border-radius: 100px;
    width: 100%;
    padding: 5px;
    outline: none;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.fst43d1qa-generic--first .fst43d1qa-btn {
    height: 60px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}

.fst43d1qa-btn--outline {
    background: transparent;
    color: #c21c6e;
    border: 2px solid #c21c6e;
}

.fst43d1qa-btn--color {
    background: #48006C;
    color: #fff !important;
}
.fst43d1qa-btn--link {
    background: none;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-decoration: underline;
}
.fst43d1qa-btn--link:hover {
    text-decoration: none;
}

.fst43d1qa-btn-wrap {
    display: flex;
    justify-content: space-between;
}

.fst43d1qa-btn-wrap .fst43d1qa-btn {
    max-width: 47%;
    margin: 0;
}
.fst43d1qa-btn-wrap-full {
    margin-top: 27px;
}

/* Header */
.fst43d1qa-topbar {
    font-family: "Manrope", serif;
    position: relative;
    z-index: 9;
    padding: 32px 20px;
}
.fst43d1qa-topbar--block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fst43d1qa-generic--first .fst43d1qa-topbar--block {
    justify-content: center;
}
.fst43d1qa-generic--first .fst43d1qa-badges img {
    max-width: 320px;
}
.fst43d1qa-upperbar--guide {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
.fst43d1qa-upperbar--mark {
    transition: .2s;
    text-align: center;
    padding: 2px;
}
.fst43d1qa-upperbar--mark:hover {
    color: #9F5CC0;
}
.fst43d1qa-upperbar--mark.active {
    color: #9F5CC0;
}
.fst43d1qa-upperbar--mark + .fst43d1qa-upperbar--mark {
    margin-left: 40px;
}
.fst43d1qa-region {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.fst43d1qa-region .fst43d1qa-series {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #000000;
    transition: transform 0.2s ease-out;
}
.toggle .series1 {
    background: #000000;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.toggle .series2 {
    display: none;
}
.toggle .series3 {
    background: #000000;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

.fst43d1qa-topbar--back {
    display: block;
    z-index: 1;
    border: none;
    outline: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}

.fst43d1qa-generic--first .fst43d1qa-topbar {
    z-index: 4;
    padding: 20px;
    opacity: 0.4;
}

/* CONTENT */
.fst43d1qa-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 auto;
    height: 100%;
    padding: 30px 20px 20px;
}
.fst43d1qa-content--profiles .fst43d1qa-step {
    margin: 0 auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.fst43d1qa-step {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
    background: #9F5CC0;
    padding: 36px 44px;
    border-radius: 30px;
}
.fst43d1qa-generic {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.fst43d1qa-generic--first {
    background-color: #ffffff;
    background-image: url(../images/bg-pattern-fst43d1qa.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100px;
}
.fst43d1qa-generic--first::after {
    content: '';
    position: fixed;
    z-index: 22;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(151 66 193 / 90%) 82.51%);
    pointer-events: none;
}

.fst43d1qa-generic--first::before {
    content: '';
    background-image: url(../images/bg-girl-fst43d1qa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 9;
    top: 30px;
    left: -60px;
    right: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.fst43d1qa-generic.region-bg::after {
    content: '';
    background: rgb(28 7 71 / 60%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fst43d1qa-principal {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.fst43d1qa-generic--first .fst43d1qa-principal {
    z-index: 33;
    flex-grow: 1;
    justify-content: flex-end;
}

.fst43d1qa-principal--block {
    padding: 24px 20px;
}
.fst43d1qa-principal--block a {
    display: inline-block;
    font-weight: 700; 
    color: #9F5CC0;
}
.fst43d1qa-topic {
    font-family: "Manrope", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.fst43d1qa-subtopic {
    font-family: "Manrope", serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700; 
    color: #9F5CC0;
    margin-bottom: 16px;
}
.fst43d1qa-generic--first .fst43d1qa-topic {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

.fst43d1qa-principal--block .fst43d1qa-btn--color {
    max-width: 400px;
}

.fst43d1qa-principal--bottom {
    margin-top: 50px;
}
/* generic */

.fst43d1qa-principal--portraits {
    border-radius: 12px;
    overflow: hidden;
}
.fst43d1qa-principal--portraits img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.fst43d1qa-principal--article {
    position: relative;
    max-width: 886px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 12px 24px -6px #181A2A1F;
    background: #ffffff;
    padding: 24px 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}
.fst43d1qa-principal--top .fst43d1qa-principal--article {
    margin-top: -100px;
}
.fst43d1qa-principal--block p {
    margin-bottom: 20px;
}
.fst43d1qa-principal--block h4 {
    font-weight: 700;
    margin-bottom: 16px;
}
.fst43d1qa-principal--block ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.fst43d1qa-principal--block li {
    margin-bottom: 10px;
}
.fst43d1qa-article--box {
    background: #9F5CC0;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 16px;
}
.fst43d1qa-principal--median {
    background: #F4F4F5;
    padding: 44px 24px 24px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.fst43d1qa--median-second {
    padding: 44px 24px;
    margin-bottom: 50px;
}
.fst43d1qa-principal--median .fst43d1qa-principal--portraits {
    max-width: 866px;
    margin: 44px auto;
}
.fst43d1qa--median-second .fst43d1qa-principal--portraits {
    margin: 44px auto 0;
}

/* Coments */
.fst43d1qa-bulletins--list {
    font-family: "Manrope", serif;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 14px;
}
.fst43d1qa-bulletins--point {
    border: 2px solid #6941C6;
    border-radius: 5px;
    padding: 25px 30px;
}
.fst43d1qa-bulletins--top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.fst43d1qa-bulletins--top img {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
}
.fst43d1qa-bulletins--ellipsis {
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.fst43d1qa-bulletins--ellipsis img {
    min-width: 24px;
    width: 24px;
    height: 24px;
}
.fst43d1qa-bulletins--names {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.fst43d1qa-bulletins--names .naming {
    color: #9F5CC0;
    font-weight: 700;
}
.fst43d1qa-bulletins--names .date {
    color: #808080;
}
.fst43d1qa-bulletins--median h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #9F5CC0;
    margin-bottom: 10px;
}
.fst43d1qa-bulletins--median h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}
.fst43d1qa-bulletins--median p {
    font-size: 16px;
    line-height: 26px;
}
.fst43d1qa-bulletins--bottom {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    display: flex;
    align-items: center;
}
.fst43d1qa-bulletins--bottom span {
    display: flex;
    align-items: center;
}
.fst43d1qa-bulletins--bottom span + span {
    margin-left: 20px;
}
.fst43d1qa-bulletins--bottom span::before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fst43d1qa-bulletins--bottom .views::before {
    background-image: url(../images/icons/eye.svg);
    width: 15px;
    height: 11px;
    margin-right: 6px;
}
.fst43d1qa-bulletins--bottom .disclaimer::before {
    background-image: url(../images/icons/message.svg);
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.fst43d1qa-bulletins--bottom .rating::before {
    background-image: url(../images/icons/arrow-up.svg);
    width: 10px;
    height: 11px;
    margin-right: 6px;
}

/* FOOTER */

.fst43d1qa-attentively {
    position: relative;
    z-index: 9;
    font-family: "Manrope", serif;
    padding: 20px;
    color: #000000;
}

.fst43d1qa-generic--first .fst43d1qa-attentively {
    z-index: 40;
    color: #ffffff; 
}

.fst43d1qa-generic--first .fst43d1qa-attentively .fst43d1qa-attentively--guide a:hover {
    color: #ffffff;
}

.fst43d1qa-attentively--guide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
}
.fst43d1qa-attentively--guide a {
    padding: 6px 24px;
    text-align: center;
    transition: .2s;
}
.fst43d1qa-attentively--guide a:hover {
    color: #9F5CC0;
}

.fst43d1qa-not-home .fst43d1qa-attentively {
    padding: 14px 20px;
}
.fst43d1qa-not-home .fst43d1qa-attentively--guide {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.fst43d1qa-not-home .fst43d1qa-attentively--guide a {
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.fst43d1qa-not-home .fst43d1qa-attentively--guide a:hover {
    color: #ffffff;
}


/* info */
.fst43d1qa-information {
    padding: 24px 20px;
}
.fst43d1qa-information--block {
    background: #F4F4F5;
    padding: 44px 24px;
}
.fst43d1qa-information--block h1 {
    font-family: "Manrope", serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #9F5CC0;
    margin-bottom: 20px;
}
.fst43d1qa-information--block h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}
.fst43d1qa-information--block ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}
.fst43d1qa-information--block ol {
    list-style-type: decimal;
    padding-left: 24px;
    margin-bottom: 16px;
}
.fst43d1qa-information--block p {
    margin-bottom: 16px;
}
.fst43d1qa-information--block a {
    display: inline-block;
    font-weight: 700;
    color: #9F5CC0;
}
.fst43d1qa-information--block li {
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    body {
        font-size: 18px;
        line-height: 28px;
    }
    .fst43d1qa-badges img {
        max-width: 220px;
    }
    .fst43d1qa-generic--first .fst43d1qa-badges img {
        max-width: 260px;
    }
    .fst43d1qa-topbar {
        padding: 20px;
    }
    .fst43d1qa-upperbar--mark + .fst43d1qa-upperbar--mark {
        margin-left: 20px;
    }
    .fst43d1qa-upperbar--mark {
        padding: 10px;
        color: #000;
    }
    .fst43d1qa-region {
        display: flex;
    }
    .fst43d1qa-region--block {
        display: none;
        position: absolute;
        z-index: 2;
        top: 75px;
        right: 0;
        max-width: 460px;
        width: 100%;
    }
    .fst43d1qa-upperbar--guide {
        flex-direction: column;
        background: #ffffff;
        padding: 40px 20px;
    }
    .fst43d1qa-upperbar--mark + .fst43d1qa-upperbar--mark {
        margin-top: 20px;
        margin-left: 0;
    }

    .fst43d1qa-topic {
        font-size: 24px;
        line-height: 34px;
    }
    .fst43d1qa-subtopic {
        font-size: 24px;
        line-height: 32px;
    }
    .fst43d1qa-principal--article {
        padding: 20px;
        max-width: 90%;
        margin-bottom: 24px;
    }
    .fst43d1qa-principal--top .fst43d1qa-principal--article {
        margin-top: -24px;
    }
    .fst43d1qa-article--box {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px !important;
    }
    .fst43d1qa-principal--median {
        padding: 24px 16px 24px;
        margin-bottom: 40px;
    }
    .fst43d1qa-principal--median .fst43d1qa-principal--portraits {
        margin: 24px auto;
    }
    .fst43d1qa-bulletins--point {
        padding: 24px 16px;
    }
    .fst43d1qa-attentively {
        padding: 14px 20px;
    }
    .fst43d1qa-information--block {
        padding: 24px 20px;
    }
    .fst43d1qa-information--block h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .fst43d1qa-principal--block .fst43d1qa-btn--color {
        font-size: 18px;
    }
}

@media (max-width: 720px) {
    .fst43d1qa-principal--portraits {
        height: 200px;
    }
}

/* pages */
.fst43d1qa-not-home {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    background: #A36EBD;
    color: #fff;
}
.fst43d1qa-not-home .fst43d1qa-topbar {
    background: #fff;
    padding: 18px 20px;
}
.fst43d1qa-not-home .fst43d1qa-topbar--block {
    justify-content: center;
}


/* typography */
.fst43d1qa-not-home .fst43d1qa-mtitle {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 20px;
}
.fst43d1qa-not-home .fst43d1qa-title {
    font-family: "Manrope", serif;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
}

.fst43d1qa-not-home .fst43d1qa-txt {
    text-align: center;
    font-size: 17px;
    padding-bottom: 20px;
}

.fst43d1qa-not-home::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern-fst43d1qa.svg) repeat center;
    z-index: -1;
}

.fst43d1qa-bg-2 {
    background-image: url(../images/bg-2-fst43d1qa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fst43d1qa-bg-2::before {
    content: none;
}

/* form */
.fst43d1qa-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.fst43d1qa-form__row {
    position: relative;
    margin-bottom: 16px;
}
.fst43d1qa-form__row--btn {
    padding-top: 30px;
}
.fst43d1qa-form__label {
    padding: 0 0 3px 24px;
    font-size: 16px;
    text-transform: uppercase;
}
.fst43d1qa-form__control {
    display: block;
    width: 100%;
    padding: 5px 24px;
    font-size: 17px;
    height: 39px;
    font-family: "Manrope", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 30px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 22px;
}
.fst43d1qa-form__control::placeholder {
    color: #FFF;
}
textarea.fst43d1qa-form__control {
    resize: none;
    height: 120px;
    padding: 10px 24px;
}
.fst43d1qa-form__control--chat {
    padding-right: 65px;
}
.fst43d1qa-form__send {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icons/send-x1cl021l54.svg) no-repeat center/auto;
    background-position: 43% 58%;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.fst43d1qa-form__control.error {
    background: #ff2b2b;
}
label.error {
    display: none !important;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    left: 24px;
    bottom: 0;
    position: absolute;
}

/* form report */
.fst43d1qa-form--report {
    max-width: 285px;
}
.fst43d1qa-form--report .fst43d1qa-form__control {
    border: 1px solid #bcbcbc;
    background: rgba(188, 188, 188, 0.3);
    color: #141315;
    font-weight: 400;
}
.fst43d1qa-form--report .fst43d1qa-form__control.error {
    background: rgba(192, 100, 100, 0.3);
}
.fst43d1qa-form--report label.error {
    color: #ff2b2b;
}

/* select */
.select2 {
    width: 100% !important;
    max-width: 100%;
    display: block;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Manrope", serif;
    height: 39px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    color: #fff;
    padding-left: 24px;
    padding-right: 38px;
    border-radius: 30px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: inherit;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
}

.select2-results__option {
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    padding: 12px;
    padding-left: 27px;
    transition: all 1s linear;
    color: #141315;
}

.select2-results__option:first-child {
    border: none;
}

.select2-dropdown {
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 8px 8px rgba(194, 28, 110, 0.5));
            filter: drop-shadow(0px 8px 8px rgba(194, 28, 110, 0.5));
}

.select2-container:not(.select2):before,
.select2-container:not(.select2)::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 24px;
    bottom: 0;
    background: url(../images/bg-drop-select-x1cl021l54.svg) no-repeat;
    display: none;
    z-index: 1060;
}

.select2-container:not(.select2)::after {
    left: 0;
    transform: scale(-1, 1);
}

.select2-container:not(.select2)::before {
    left: calc(412px - 27px);
}

.select2-container--open:not(.select2)::before,
.select2-container--open:not(.select2)::after {
    display: block;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #141315;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 15px;
    width: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    margin-left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    width: 13px;
    height: 13px;
    top: 4px;
    left: 0;
    margin-left: 0;
    transform: rotate(-135deg);
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple,
.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 30px 30px;
}

/* select-dark */

.select-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #bcbcbc;
    background: rgba(188, 188, 188, 0.3);
    color: #141315;
    font-weight: 400;
}

.select-dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #141315;
    border-width: 0 1px 1px 0;
}

.select-dark
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: solid #141315;
    border-width: 0 1px 1px 0;
}

.select-dark .select2-container--default .select2-results__option[aria-selected="true"] {
    display: block;
}

.select-dark .select2-results__option,
.select-dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-weight: 400;
}

.select-dark .select2-container--default .select2-results__option[aria-selected="true"] {
    background: #ebebeb;
}

.select-dark .select2-dropdown {
    border: none;
}

.select-dark .select2-container:not(.select2)::before {
    left: calc(285px - 27px);
}


/* checked */
.fst43d1qa-form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.fst43d1qa-form-check {
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.fst43d1qa-form-check .fst43d1qa-checkmark {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    min-width: 24px;
    background: #fff;
    border-radius: 2px;
}

.fst43d1qa-form-check .fst43d1qa-checkmark::after {
    content: '';
    opacity: 0;
}
.fst43d1qa-form-check input:checked~.fst43d1qa-checkmark::after {
    position: absolute;
    border-bottom: 3px solid #9F5CC0;
    border-right: 3px solid #9F5CC0;
    display: block;
    top: 1px;
    left: 8px;
    width: 6px;
    height: 15px;
    opacity: 1;
    transform: rotate(45deg);
}
.fst43d1qa-label a {
    display: inline-block;
    text-decoration: underline;
}
#checkRegist-error {
    display: block !important;
    color: #ff2b2b;
    left: 0;
    bottom: -18px;
    font-weight: 700;
    position: absolute;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}

/* Modal */
.modal {
    font-family: "Manrope", serif;
    padding: 20px;
}
.modal-dialog {
    margin: 20% auto 0;
}
.modal-backdrop {
    background: rgba(72, 0, 108, 0.5);
}
.modal-content {
    border: none;
    padding: 30px;
    border-radius: 25px;
}
.modal p {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 720px) {
    .fst43d1qa-step {
        padding: 30px 22px;
    }
}