/*NEW STYLES 2023*/
a {
    transition: all 0.3s;
}

.container {
    max-width: 1200px;
}

/*Styles for new button*/
.tf-button {
    font-size: 16px;
    line-height: 1.22;
    border-radius: 60px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.20);
    cursor: pointer;
    padding: 12px 23px 9px;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    min-width: 200px;
}

/*Header menu styles*/
.header,
.header .container {
    padding: 0;
}

.header__logo {
    width: auto;
}

.header__logo img {
    max-width: 145px;
    width: 100%;
}

.header__search__close,
.header__search__submit {
    cursor: pointer;
}

.header__search {
    background-color: #72e5f7;
}

.header__search__input {
    border: 1px solid #cccccc;
}

.header__phone {
    margin: 0;
}

.header__inner {
    padding: 19px 10px 20px;
}

.header__inner-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}

.header-new__navigation {
    width: 100%;
    max-width: 420px;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .header-new__navigation {
        display: none;
    }
}

.header-new__ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.header-new__ul li:first-child {
    position: relative;
    list-style: none;
    margin-right: 17px;
    display: inline-block;
}

.header-new__ul li:first-child .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
}

.header-new__ul li:first-child .sub-menu.active {
    display: flex;
    position: absolute;
    top: 25px;
    right: -120%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    z-index: 11;
    list-style: none;
    padding: 10px 20px;
    text-align: left;
    width: 390px;
}

.header-new__ul li:first-child .sub-menu.active li:first-child {
    margin-right: 45px;
}

.header-new__ul li:first-child .sub-menu.active li a {
    font-weight: 900;
    margin-bottom: 5px;
    display: block;
    line-height: 1.5;
}

.header-new__ul li:first-child .sub-menu.active .sub-menu {
    display: block;
    list-style: none;
}

.header-new__ul li:first-child .sub-menu.active .sub-menu li a {
    font-weight: 400;
}

.header__navigation--mobile {
    border-bottom: 1px solid #cccccc;
}

.header__navigation--mobile ul li a {
    color: #7800bf;
    font-weight: 600;
}

/*Header icon new styles*/
.icon-group-wrapper .icon-group-wrapper__icon {
    padding: 0 8px;
}

@media only screen and (max-width: 370px) {
    .icon-group-wrapper .icon-group-wrapper__icon {
        padding: 0 2px;
    }

    .header__search__toggle {
        margin: 0;
    }
}

@media only screen and (max-width: 315px) {
    .icon-group-wrapper {
        display: none;
    }
}

.icon-group-wrapper .icon-group-wrapper__icon i,
.phone-menu-button i {
    font-size: 22px;
    color: #54565a;
}

.phone-menu-button {
    cursor: pointer;
}

.phone-menu-button.active .header-burger {
    display: none;
}

.phone-menu-button .header-burger__close {
    display: none;
}

.phone-menu-button.active .header-burger__close {
    display: block;
}

/*Header category menu new styles*/
@media only screen and (max-width: 992px) {
    .header-category__navigation {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .header-category__navigation {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .product-cat-menu__ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .product-cat-menu__ul li {
        padding: 0;
        margin: 0;
    }

    .header-new__ul li a {
        font-size: 16px;
        color: #54565a;
        font-weight: 400;
        line-height: 1.5;
        text-transform: lowercase;
    }

    .product-cat-menu__ul li a {
        font-size: 16px;
        color: #54565a;
        font-weight: 400;
        line-height: 1.5;
        padding: 8px 23px;
        margin-bottom: 8px;
        text-align: center;
        display: inline-block;
        text-transform: lowercase;
    }
}

/*Footer scrolled section styles*/
.footer-scrolled {
    display: flex;
    position: relative;
    height: 78px;
    width: 100%;
    background: linear-gradient(90deg, rgba(124, 66, 185, 1) 20%, rgba(102, 133, 216, 1) 50%, rgba(124, 234, 192, 1) 80%);
    overflow: hidden;
    z-index: 1;
}

.footer-scrolled .footer-scrolled__wrp {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: all 2s ease;
}

.footer-scrolled .footer-scrolled__wrp .footer-scrolled__inner {
    display: flex;
    /*animation: scrollText 30s infinite linear;*/
}

.footer-scrolled p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    transition: all 1s ease;
}

.footer-scrolled p span {
    display: inline-block;
    margin: 0 25px;
}

.footer-scrolled .footer-scrolled__inner:hover {
    animation-play-state: paused;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .footer-scrolled {
        height: 24px;
    }

    .footer-scrolled p {
        display: none;
    }
}

/*Footer styles*/
.footer {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.footer-row {
    display: flex;
    padding-bottom: 60px;
}

.footer-row__left {
    width: 22%;
    max-width: 230px;
    margin-right: 100px;
}

.footer-logo-img {
    max-width: 104px;
    margin-bottom: 40px;
}

.footer-logo-text {
    font-family: 'Avenir Next', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #7800bf;
    font-weight: 600;
    margin: 0 0 10px;
}

.footer-social .footer-social__icon {
    font-size: 19px;
    color: #414042;
    margin-right: 20px;
    display: inline-block;
}

.footer-social .footer-social__icon:hover {
    color: #7800bf;
}

.footer-social .footer-social__icon:last-child {
    margin-right: 0;
}

.footer-row__right {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
}

.footer-row__right .footer-menu-global:nth-child(1),
.footer-row__right .footer-menu-global:nth-child(2),
.footer-row__right .footer-menu-global:nth-child(3) {
    margin-bottom: 30px;
}

.footer-menu-global {
    width: 33.33%;
    padding: 0 7px;
}

.footer-menu-global h4 {
    font-family: 'Avenir Next', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #7800bf;
    font-weight: 600;
    margin: 0 0 10px;
}

.footer-menu-global .footer-menu__ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-global .footer-menu__ul li a {
    font-family: 'Avenir Book';
    font-size: 16px;
    color: #54565a;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: lowercase;
}

.footer-menu-global .footer-menu__ul li a:hover {
    color: #7800bf;
}

.footer-form-wrapper .gform_fields {
    margin: 0;
    padding: 0;
}

.footer-form-wrapper .gform_fields > li {
    padding: 0;
}

.footer-form-wrapper .gform_description {
    font-family: 'Avenir Book';
    font-size: 16px;
    color: #54565a;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: lowercase;
}

.footer-form-wrapper .ginput_container,
.footer-form-wrapper .ginput_complex > * {
    margin-bottom: 15px;
}

.footer-form-wrapper form input {
    font-size: 16px;
    color: #414042;
    background-color: #ffffff;
    border-radius: 60px;
    border: 0;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.20);
    padding: 12px 14px 14px;
    line-height: 1.38;
}

.footer-form-wrapper form input::placeholder {
    color: #414042;
}

.footer-form-wrapper form .gform_button {
    font-size: 16px;
    line-height: 1.22;
    background-color: #7800bf;
    border: 1px solid #7800bf;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 23px;
    transition: all 0.3s;
}

.footer-form-wrapper form .gform_button:hover {
    background-color: #ffffff;
    color: #7800bf;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.footer-copyright__left {
    padding-right: 15px;
}

.footer-copyright-menu__ul li a {
    text-transform: lowercase;
}

.footer-copyright p,
.footer-copyright-menu__ul li a {
    font-size: 14px;
    color: #54565a;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    display: inline-block;
}

.footer-copyright p a:hover,
.footer-copyright-menu__ul li a:hover {
    color: #7800bf;
}

.footer-copyright__left > div {
    display: inline-block;
}

.footer-copyright__left .footer-copyright-menu__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-copyright__left .footer-copyright-menu__ul li:first-child a::before {
    content: '|';
    margin-right: 3px;
}

.footer-copyright__left .footer-copyright-menu__ul li:last-child a::after {
    content: none;
    margin: 0;
}

.footer-copyright__left .footer-copyright-menu__ul li a::after {
    content: '|';
    margin: 0 3px;
}

.footer-form-wrapper .ginput_container_consent input[type=checkbox] {
    margin-top: 0;
}

.footer-form-wrapper input[type=checkbox]:checked:after {
    left: 8px;
    top: 4px;
}

@media only screen and (max-width: 992px) {
    .footer-menu-global {
        width: 50%;
    }

    .footer-row__left {
        margin-right: 70px;
    }

    .footer-copyright {
        flex-direction: column;
    }

    .footer-copyright__left {
        margin-bottom: 10px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        padding-top: 30px;
    }

    .footer-row {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .footer-row__left {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .footer-row__right {
        width: 100%;
    }

    .footer-menu-global {
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-menu-global:last-child {
        margin-bottom: 0;
    }

    .footer-row__right .footer-menu-global:nth-child(1),
    .footer-row__right .footer-menu-global:nth-child(2),
    .footer-row__right .footer-menu-global:nth-child(3) {
        margin-bottom: 25px;
    }
}

/*-------------------------------*/
/*-------------------------------*/
/*Styles for new Flexible content*/
/*-------------------------------*/
/*-------------------------------*/

/*TF content row (wysiwyg) styles*/
.tf-content-row {
    padding: 50px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.tf-content-row__content h1,
.tf-content-row__content h2,
.tf-content-row__content h3,
.tf-content-row__content h4,
.tf-content-row__content h5,
.tf-content-row__content h6 {
    margin: 0 0 15px;
}

.tf-content-row__content p {
    margin: 0 0 10px;
}

.tf-content-row__content p:last-child {
    margin: 0;
}

/*TF newsletter row styles*/
.tf-newsletter-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    width: 100%;
    height: 100%;
}

.tf-newsletter-wrapper.tf-newsletter-wrapper__gradient .tf-newsletter-wrapper__left,
.tf-newsletter-wrapper.tf-newsletter-wrapper__gradient .tf-newsletter-wrapper__right {
    background-color: transparent !important;
}

.tf-newsletter-wrapper.tf-newsletter-wrapper__position .tf-newsletter-wrapper__right {
    grid-column-start: 1;
    grid-row-start: 1;
}

.tf-newsletter-wrapper__left,
.tf-newsletter-wrapper__right {
    padding: 70px 25px;
    display: flex;
    align-items: center;
}

.tf-newsletter-wrapper__left {
    flex-direction: column;
}

.tf-newsletter-wrapper__left-in,
.tf-newsletter-wrapper__right-in {
    width: 100%;
    max-width: 570px;
}

.tf-newsletter-wrapper__left-in {
    margin-left: auto;
}

.tf-newsletter-wrapper__left-in.left {
    text-align: left;
}

.tf-newsletter-wrapper__left-in.center {
    text-align: center;
}

.tf-newsletter-wrapper__left-in.right {
    text-align: right;
}

.tf-newsletter-wrapper__heading {
    margin: 0 0 20px;
}

.tf-newsletter-wrapper__left-in h1,
.tf-newsletter-wrapper__left-in h2,
.tf-newsletter-wrapper__left-in h3,
.tf-newsletter-wrapper__left-in h4,
.tf-newsletter-wrapper__left-in h5,
.tf-newsletter-wrapper__left-in h6 {
    margin: 0 0 20px;
}

.tf-newsletter-wrapper.tf-newsletter-wrapper__position .tf-newsletter-wrapper__left-in {
    margin-left: unset;
    margin-right: auto;
}

.tf-newsletter-wrapper.tf-newsletter-wrapper__position .tf-newsletter-wrapper__right-in {
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .tf-newsletter-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .tf-newsletter-wrapper__left-in,
    .tf-newsletter-wrapper__right-in {
        max-width: 100%;
    }
}

/*TF hero row styles*/
.tf-hero-wrapper {
    min-height: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.tf-hero-wrapper .tf-hero-wrapper__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tf-hero-wrapper__inner {
    padding: 30px 15px;
    max-width: 60%;
    margin: 0 auto;
}

.tf-hero-wrapper__inner.left {
    text-align: left;
}

.tf-hero-wrapper__inner.center {
    text-align: center;
}

.tf-hero-wrapper__inner.right {
    text-align: right;
}

.tf-hero-wrapper__inner-title {
    font-size: 80px;
    margin: 0 0 30px;
}

.tf-hero-wrapper__inner-subtitle {
    font-size: 40px;
    margin: 0 0 20px;
}

.tf-hero-wrapper__mobile-only {
    display: none;
}

@media only screen and (max-width: 991px) {
    .tf-hero-wrapper__inner {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .tf-hero-wrapper__mobile-only {
        display: block;
        padding: 25px;
    }

    .tf-hero-wrapper__mobile-only.left {
        text-align: left;
    }

    .tf-hero-wrapper__mobile-only.center {
        text-align: center;
    }

    .tf-hero-wrapper__mobile-only.right {
        text-align: right;
    }

    .tf-hero-wrapper__inner-title {
        font-size: 64px;
        margin: 0;
    }

    .tf-hero-wrapper__inner-subtitle {
        display: none;
    }

    .tf-hero-wrapper__inner-button {
        display: none;
    }

    .tf-hero-wrapper__mobile-only .tf-hero-wrapper__inner-subtitle {
        font-size: 32px;
        margin: 0 0 20px;
        display: block;
    }

    .tf-hero-wrapper__mobile-only .tf-hero-wrapper__inner-subtitle p {
        color: #666666;
        margin: 0 0 10px;
    }

    .tf-hero-wrapper__mobile-only .tf-hero-wrapper__inner-button {
        display: inline-block;
    }
}

@media only screen and (max-width: 520px) {
    .tf-hero-wrapper__inner-title {
        font-size: 46px;
    }

    .tf-hero-wrapper__mobile-only .tf-hero-wrapper__inner-subtitle {
        font-size: 26px;
    }
}

/*TF flag row styles*/
.tf-flag-section {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.tf-flag-section .tf-flag-section__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tf-flag-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tf-flag-wrapper.left {
    flex-direction: row-reverse;
}

.tf-flag-wrapper__content,
.tf-flag-wrapper__image {
    width: 50%;
    padding: 0 25px;
}

.tf-flag-wrapper__content.left {
    text-align: left;
}

.tf-flag-wrapper__content.center {
    text-align: center;
}

.tf-flag-wrapper__content.right {
    text-align: right;
}

.tf-flag-wrapper__heading {
    margin: 0 0 30px;
}

.tf-flag-wrapper__subtitle {
    margin: 0 0 20px;
}

.tf-flag-wrapper__image {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .tf-flag-wrapper {
        flex-direction: column;
    }

    .tf-flag-wrapper.left {
        flex-direction: column-reverse;
    }

    .tf-flag-wrapper__content,
    .tf-flag-wrapper__image {
        width: 100%;
    }

    .tf-flag-wrapper__content {
        margin-bottom: 30px;
    }
}

/*TF slider row styles*/
.tf-slider-wrapper {
    position: relative;
    padding: 50px 0 0;
}

.tf-slider-wrapper__slide {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
}

.tf-slider-wrapper .owl-stage-outer {
    z-index: 2;
}

.tf-slider-wrapper .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.tf-slider-wrapper .owl-nav {
    position: unset;
}

.tf-slider-wrapper .owl-nav .owl-prev,
.tf-slider-wrapper .owl-nav .owl-next {
    position: absolute;
    text-indent: inherit;
    top: 45%;
}

.tf-slider-wrapper .owl-nav .owl-prev span,
.tf-slider-wrapper .owl-nav .owl-next span {
    display: none;
}

.tf-slider-wrapper .owl-nav .owl-next::after,
.tf-slider-wrapper .owl-nav .owl-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-image: none;
    font-size: 34px;
    position: absolute;
    top: 0;
    transition: all 0.3s;
}

.tf-slider-wrapper .owl-nav .owl-next:after {
    content: '\f054';
}

.tf-slider-wrapper .owl-nav .owl-prev:after {
    content: '\f053';
}

.tf-slider-wrapper .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px 0 30px;
}

.tf-slider-wrapper__slide-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    width: 100%;
    height: 100%;
}

.tf-slider-wrapper__slide-row.right .tf-slider-wrapper__slide-media {
    grid-column: 2;
    grid-row: 1;
}

.tf-slider-wrapper__slide-col {
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
}

.tf-slider-wrapper__slide-heading {
    margin: 0 0 20px;
}

.tf-slider-wrapper__slide-subtitle {
    margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
    .tf-slider-wrapper__slide {
        width: 80%;
    }

    .tf-slider-wrapper__slide-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .tf-slider-wrapper__slide-row.right .tf-slider-wrapper__slide-media {
        grid-column: 1;
        grid-row: 2;
    }
}

/*TF LGDB content row styles*/
.tf-lgdb-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tf-lgdb-content-wrapper.yes {
    flex-direction: row-reverse;
}

.tf-lgdb-content-wrapper__col {
    width: 33.33%;
    padding: 0 25px;
}

.tf-lgdb-content-wrapper__center {
    text-align: center;
}

.tf-lgdb-content__image {
    margin-bottom: 30px;
}

.tf-lgdb-content__heading {
    margin: 0 0 20px;
}

.tf-lgdb-content__text {
    margin-bottom: 20px;
}

.tf-lgdb-content__text p {
    margin: 0 0 10px;
}

.tf-lgdb-content__text p:last-child {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .tf-lgdb-content-wrapper {
        flex-direction: column;
    }

    .tf-lgdb-content-wrapper.yes {
        flex-direction: column-reverse;
    }

    .tf-lgdb-content-wrapper__col {
        width: 100%;
    }

    .tf-lgdb-content-wrapper__center {
        margin: 20px 0;
    }

    .tf-lgdb-content-wrapper__col.tf-lgdb-content-wrapper__left,
    .tf-lgdb-content-wrapper__col.tf-lgdb-content-wrapper__right {
        width: 65%;
    }
}

@media only screen and (max-width: 420px) {
    .tf-lgdb-content-wrapper__col.tf-lgdb-content-wrapper__left,
    .tf-lgdb-content-wrapper__col.tf-lgdb-content-wrapper__right {
        width: 95%;
    }
}

/*Styles for Stockists flexible row*/
.stockists__logos {
    justify-content: center;
}

.stockists__stockist,
.stockists__stockist:nth-child(-n+2),
.stockists__stockist:nth-child(-n+4) {
    width: 25%;
    margin-top: 15px;
}

.stockists__stockist-inner {
    background: none;
    padding: 15px;
    margin-top: 0;
}

.stockists__stockist-heading {
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .stockists__stockist-heading {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .stockists__stockist,
    .stockists__stockist:nth-child(-n+2),
    .stockists__stockist:nth-child(-n+4) {
        width: 98%;
    }
}

/*Styles for Button - global*/
.button {
    font-size: 16px;
    line-height: 1.22;
    background-color: #7800bf;
    border: 1px solid #7800bf !important;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 23px;
    transition: all 0.3s;
    border-radius: 60px;
}

.button:hover {
    background-color: #ffffff;
    color: #7800bf;
}

.button--arrow:after {
    top: 15px;
    border-color: transparent #ffffff !important;
}

.button--arrow:hover:after {
    top: 15px;
    border-color: transparent #7800bf !important;
}

/*Styles for Gravity Forms - global*/
.gform_wrapper .gform_fields {
    margin: 0;
    padding: 0;
}

.gform_wrapper .gform_fields > li {
    padding: 0;
}

.gform_wrapper .gform_description {
    font-family: 'Avenir Book';
    font-size: 16px;
    color: #54565a;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: lowercase;
}

.gform_wrapper .ginput_container,
.gform_wrapper .ginput_complex > * {
    margin-bottom: 15px;
}

.gform_wrapper form label {
    font-family: 'Avenir Book';
    font-size: 16px;
    color: #54565a;
    line-height: 1.5;
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
    margin-top: 0;
}

.gform_wrapper form input[type=checkbox]:checked:after {
    left: 8px;
    top: 4px;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    margin-left: 40px;
}

.gform_wrapper .gfield-choice-input,
.gform_wrapper .ginput_container_consent input[type=checkbox] {
    cursor: pointer;
}

.gform_wrapper form input,
.gform_wrapper form textarea,
.gform_wrapper form select {
    font-size: 16px;
    color: #414042;
    background-color: #ffffff;
    border-radius: 60px;
    border: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
    padding: 12px 14px 14px;
    line-height: 1.38;
}

.gform_wrapper form textarea {
    border-radius: 10px;
}

.gform_wrapper form input::placeholder,
.gform_wrapper form textarea::placeholder {
    color: #414042;
}

.gform_wrapper form .gform_button {
    font-size: 16px;
    line-height: 1.22;
    background-color: #7800bf;
    border: 1px solid #7800bf;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 23px;
    transition: all 0.3s;
}

.gform_wrapper form .gform_button:hover {
    background-color: #ffffff;
    color: #7800bf;
}

