@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/plus-jakarta-sans-v8-latin-300.woff2') format('woff2'); 
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2'); 
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/plus-jakarta-sans-v8-latin-italic.woff2') format('woff2'); 
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/plus-jakarta-sans-v8-latin-500.woff2') format('woff2'); 
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/plus-jakarta-sans-v8-latin-700.woff2') format('woff2'); 
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/plus-jakarta-sans-v8-latin-700italic.woff2') format('woff2'); 
}

input[type=text]:required:valid,
input[type=email]:required:valid,
input[type=url]:required:valid,
input[type=tel]:required:valid,
input[type=password]:required:valid,
input[type=search]:required:valid,
input[type=number]:required:valid,
input[type=date]:required:valid,
textarea:required:valid,
select:required:valid {
    box-shadow: none !important;
    border-color: #ced4da;
}

.tc-modal__content {
    border: none;
    border-radius: 8px;
}

.tc-modal__header {
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
}

.tc-modal__header-content {
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #524F48;
    display: flex;
}

.tc-modal__title {
    margin: 0;
    color: #524F48;
}

.tc-modal__close {
    color: #524F48;
    opacity: 1;
    text-shadow: 0 1px 0;
}

.tc-modal__intro {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
}

.newsletter-signup__intro-picture+.newsletter-signup__intro-text .tc-modal__intro {
    padding: 0 10px;
}

.tc-modal__form-control {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
}

.tc-modal__form-control:focus,
.tc-modal__form-control:active {
    box-shadow: none !important;
    border-color: #232323 !important;
}

.form-group .error {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    color: #711A36;
}

.form-group .error+input,
.form-group .error+textarea,
.form-group .error+select {
    color: #767168;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
}

.tc-checkbox {
    display: inline-flex;
    align-items: center;
}

.tc-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.tc-checkbox label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/css/tc/assets/icon-checkbox.svg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
}

.tc-checkbox input[type="checkbox"]:checked+label {
    background-image: url('/css/tc/assets/icon-checkbox-active.svg');
}

.tc-checkbox span {
    margin-top: -10px;
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.tc-modal__agreement {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.tc-modal__agreement a {
    color: #86233A;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}


.tc-modal__expert-terms {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.tc-modal__submit {
    background-color: #1D1C1A;
    color: #fff;
    border-radius: 100px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
}

.tc-modal__submit[disabled] {
    background-color: #D8D8D8;
}


.tc-modal__footer {
    border: none;
    border-radius: 0;
    padding-top: 0px;
}

.tc-modal__success-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.tc-modal__error-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #760E51;
}

.bg-violet {
    background-color: #760E51;
}

.bg-gray-2 {
    background-color: #F2F2F2;
}

.tc-box__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.tc-box__overlay.overlay-shadow {
    box-shadow: inset 0px -90px 40px -10px rgba(0, 0, 0, 0.63);
}

.tc-header__container {
    position: relative;
    overflow: hidden;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media all and (max-width: 767px) {
    .tc-header__container {
        height: 300px;
    }
}

.tc-header__content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.tc-header__container--no-image {
    height: auto !important;
    padding-top: 60px;
    padding-bottom: 30px;
}

.tc-header__container--no-image .tc-box__overlay {
    display: none;
}

.tc-header__container--no-image .tc-header__pre-title,
.tc-header__container--no-image .tc-header__sub-title {
    font-size: 18px;
    color: #760E51;
    line-height: 40px;
}

.tc-header__container--no-image .tc-header__title {
    font-size: 40px;
    color: #760E51;
    line-height: 50px;
}

.tc-header__container--no-image .tc-header__title2 {
    font-size: 32px;
}

.tc-header__pre-title,
.tc-header__sub-title {
    font-family: "quincy-cf", sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 33px;
}

.tc-header__title {
    font-family: "quincy-cf", sans-serif;
    font-size: 67px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    line-height: 78px;
}

.tc-header__title2 {
    font-size: 57px;
}

/*
  override ig-widgets.css file
*/
.top+iframe+#content {
    margin-top: var(--header-height);
}

.pre-top-visible .top+iframe+#content {
    margin-top: var(--top-combo-calc);
    background-color: #FBF9F6;
}

@media only screen and (max-width: 992px) {
    .pre-top-visible .top+iframe+#content {
        margin-top: var(--header-height);
    }
}

.top.top--scroll-bg+iframe+#content {
    margin-top: 0;
}

.form-group {
    margin-bottom: 10px !important;
}

.form-control {
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    margin-bottom: 10px !important;
}

input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control {
    height: 50px;
    border-radius: 8px;
    border: solid 1px #ccc;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    background-image: none;
    background-color: #fff;
    font-size: 14px;
}

select.form-control {
    color: #7f7f7f;
    height: 50px;
    background-color: #fff;
    background-image: none;
    border-radius: 8px;
    border: solid 1px #ccc;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

textarea.form-control {
    border-radius: 8px;
    border: solid 1px #ccc;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    background-image: none;
    background-color: #fff;
    font-size: 14px;
}

input[type=email].form-control,
input[type=password].form-control {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    height: 50px;
    background-color: #f3f3f3;
    padding-left: 14px;
    color: #1e2334;
    border: none;
}

input[type=text].form-control::-webkit-input-placeholder,
input[type=email].form-control::-webkit-input-placeholder,
input[type=password].form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #7f7f7f;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
}

input.invalid {
    border: 2px solid F00 !important;
}

input[type=text]:required:valid,
input[type=email]:required:valid,
input[type=url]:required:valid,
input[type=tel]:required:valid,
input[type=password]:required:valid,
input[type=search]:required:valid,
input[type=number]:required:valid,
input[type=date]:required:valid,
textarea:required:valid,
select:required:valid {
    box-shadow: none !important;
    border-color: #ced4da;
}

input.form-control[disabled],
select.form-control[disabled] {
    background: #F2F2F2;
}

.form-group .error {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    color: #711A36;
}

.form-group .error+input,
.form-group .error+textarea,
.form-group .error+select {
    color: #767168;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
}

.form-control.error {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    color: #767168 !important;
    padding: 0.375rem 0.75rem !important;
}

/* BUTTONS */
.btn-tc {
    border: none;
    border-radius: 10px;
    color: #1D1C1A;
    padding: 8px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-tc:hover {
    color: #1D1C1A;
}

.btn-tc:focus {
    box-shadow: none;
}

.btn-tc--active {
    background: #1D1C1A;
    color: #FFFFFF;
}

.btn-tc--active:hover {
    color: #FFFFFF;
}

button.btn-tc svg path {
    stroke: #1D1C1A;
}

button.btn-tc.btn-tc--active svg path {
    stroke: #FFFFFF;
}

.mytc-widget {
    position: fixed;
    right: 20px;
    top: 200px;
    left: auto;
    bottom: auto;
    width: 170px;
    border-radius: 2px;
    background: #711A36;
    color: #fff;
    z-index: 1000;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    .mytc-widget {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mytc-widget {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.mytc-widget__top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px;
}

@media all and (max-width: 767px) {
    .mytc-widget__top {
        padding: 10px 15px;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mytc-widget__top {
        padding: 10px 15px;
    }
}

.mytc-widget__top-content {
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 767px) {
    .mytc-widget__top-content {
        flex-direction: row;
        align-items: center;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mytc-widget__top-content {
        flex-direction: row;
        align-items: center;
    }
}

.mytc-widget__share {
    cursor: pointer;
    font-size: 23px;
}

.mytc-widget__img {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border: solid 2px #979797;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .mytc-widget__img {
        width: 50px;
        height: 50px;
        margin: 0 15px 0 0;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mytc-widget__img {
        width: 50px;
        height: 50px;
        margin: 0 15px 0 0;
    }
}

.mytc-widget__text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0 0 0;
    line-height: 16px;
}

.mytc-widget__tc-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 4px 0 10px 0;
}

@media all and (max-width: 767px) {
    .mytc-widget__tc-name {
        margin-right: 25px;
    }
}

.mytc-widget__bottom {
    background-color: #530E2F;
    padding: 0 21px;
}

@media all and (min-width: 767px) {
    .mytc-widget__bottom {
        padding: 0 10px;
    }
}

.mytc-widget__toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
}

.mytc-widget__toggler--less {
    display: none;
}

.mytc-widget__toggler>* {
    display: block;
}

.mytc-widget__toggler-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}

.mytc-widget__bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

@media all and (max-width: 767px) {
    .mytc-widget__bottom-content {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mytc-widget__bottom-content {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
    }
}

.mytc-widget__phone {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.mytc-widget__phone:hover {
    color: #fff;
}

.mytc-widget__email-me {
    background-color: #FF5A58;
    border: none;
    text-align: center;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 5px;
    padding: 3px 10px;
    width: 100%;
}

@media all and (max-width: 767px) {
    .mytc-widget__email-me {
        width: auto;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mytc-widget__email-me {
        width: auto;
    }
}

.mytc-widget__link {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.mytc-widget__link:hover {
    color: #fff;
    text-decoration: none;
}

.mytc-social-modal__content {
    border-radius: 8px;
}

.mytc-social-modal__header {
    border: none;
    border-radius: 8px;
}

.mytc-social-modal__name {
    text-align: center;
    margin: 30px 0 40px;
    color: #4c535b;
    font-family: "quincy-cf", sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
}

.mytc-social-modal__list {
    list-style: none;
    display: flex;
    gap: 56px;
    justify-content: center;
}

.mytc-social-modal__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #760E51;
    color: #fff;
}

.mytc-social-modal__url[type=text] {
    width: 100%;
    background-color: #131313;
    border-color: #131313;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px 8px 10px;
    margin-top: 30px;
    border: none;
    border-radius: 0;
}

.mytc-social-modal__url[type=text]:focus,
.mytc-social-modal__url[type=text]:hover {
    outline: none;
    box-shadow: none;
    border: none;
}

/*
*
* Overriders to Slick carousel
*
*/
.slick-arrow {
    background-color: #FBF9F6 !important;
    border-radius: 30px;
    height: 60px !important;
    width: 60px !important;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    top: 40% !important;
}

.slick-arrow:before {
    color: #1D1C1A !important;
}

.slick-prev {
    left: -75px !important;
}

.slick-prev:before {
    content: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M4.00995 11.98H19M10.013 5.988L4.00195 12L10.013 18.012" stroke="%231D1C1A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/svg%3E') !important;
}

.slick-next {
    right: -75px !important;
}

.slick-next:before {
    content: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M4.47998 11.98H19.47M13.483 5.988L19.52 12L13.483 18.012" stroke="%231D1C1A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/svg%3E') !important;
}

.newsletter-signup {
    background-color: #F9F6F0;
    border-top: solid 1px #ccc;
    padding: 53px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.newsletter-signup__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    color: #524F48;
    margin: 0;
    align-items: center;
}

.newsletter-signup__text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #524F48;
    line-height: 25.6px;
}

.newsletter-signup__submit {
    background-color: #1D1C1A;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
}

.newsletter-signup__submit[disabled] {
    background-color: #D8D8D8;
}

.newsletter-signup__intro-box {
    display: flex;
}

.newsletter-signup__intro-picture {
    flex: 1 0 110px;
    text-align: center;
}

.newsletter-signup__intro-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

a.link-coral {
    color: var(--coral);
}

a.link-amazon {
    color: var(--amazon-bright);
}

.slider .flickity-slider a {
    text-decoration: underline;
    font-weight: var(--font-weight-semibold);
}