@font-face {
    font-family : 'Avenir LT Std';
    src         : url(../fonts/AvenirLTStd-Heavy.b8b7bc7f.woff2) format('woff2'), url(../fonts/AvenirLTStd-Heavy.a1d7ca56.woff) format('woff'), url(../fonts/AvenirLTStd-Heavy.2e8680e6.ttf) format('truetype');
    font-weight : 800;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family : 'Avenir LT Std';
    src         : url(../fonts/AvenirLTStd-Book.3e1300b3.woff2) format('woff2'), url(../fonts/AvenirLTStd-Book.0e3e1f42.woff) format('woff'), url(../fonts/AvenirLTStd-Book.61259922.ttf) format('truetype');
    font-weight : 400;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family : 'Avenir LT Std';
    src         : url(../fonts/AvenirLTStd-Black.5bbeb14a.woff2) format('woff2'), url(../fonts/AvenirLTStd-Black.77230563.woff) format('woff'), url(../fonts/AvenirLTStd-Black.55baa8ba.ttf) format('truetype');
    font-weight : 900;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family : 'Avenir LT Std';
    src         : url(../fonts/AvenirLTStd-Roman.128998a6.woff2) format('woff2'), url(../fonts/AvenirLTStd-Roman.c915dcd3.woff) format('woff'), url(../fonts/AvenirLTStd-Roman.94577451.ttf) format('truetype');
    font-weight : 500;
    font-style  : normal;
    font-display: swap;
}

body {
    padding    : 0;
    margin     : 0;
    color      : #666666;
    background : #FFFFFF;
    font-family: 'Avenir LT Std', sans-serif;
}

button,
a,
input {
    box-shadow: none !important;
    outline   : 0;
}

a:hover,
a:focus,
a:active {
    color: #666666 !important;
}

.container-lg {
    width    : 100%;
    max-width: 1150px !important;
}

.btn-lyform {
    background: #FFFFFF;
    border    : 1px solid #999999;
    color     : #000000 !important;
    padding   : .7rem 1.25rem;
}

.btn-lyform:hover,
.btn-lyform:active,
.btn-lyform:focus {
    background: #1f1f1f;
    border    : 1px solid #2F2F2F;
    color     : #ffffff !important;
}

.btn-lyform-black {
    background: #000000;
    border    : 1px solid #2F2F2F;
    color     : #ffffff !important;
    padding   : .7rem 1.25rem;
}

.btn-lyform-collaborate {
    background : #00A5E6;
    border     : 1px solid #00A5E6;
    color      : #ffffff !important;
    padding    : 25px;
    font-size  : 19px;
    font-weight: 700;
}

.btn-lyform-launchpad {
    background: #EAAB00;
    border    : 1px solid #EAAB00;
    color     : #ffffff !important;
    padding   : .7rem 1.25rem;
}

.btn-lyform-black:hover,
.btn-lyform-black:active,
.btn-lyform-black:focus {
    background: #1f1f1f;
    border    : 1px solid #2F2F2F;
    color     : #ffffff !important;
}

.btn-lyform-collaborate:hover,
.btn-lyform-collaborate:active,
.btn-lyform-collaborate:focus,
.btn-lyform-launchpad:focus {
    background: #1f1f1f;
    border    : 1px solid #2F2F2F;
    color     : #ffffff !important;
}

.btn {
    border-radius: 2px;
}

/*Typography*/
img {
    transform: translateZ(0)
}

.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-43 {
    font-size: 43px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.leading-20 {
    line-height: 20px;
}

.leading-24 {
    line-height: 24px;
}

.leading-25 {
    line-height: 25px;
}

.leading-27 {
    line-height: 27px;
}

.leading-32 {
    line-height: 32px;
}

.leading-40 {
    line-height: 40px;
}

.leading-48 {
    line-height: 48px;
}

.leading-68 {
    line-height: 68px;
}

.tracking-tighter {
    letter-spacing: -0.05em;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-normal {
    letter-spacing: 0em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.mb-32 {
    margin-bottom: 32px;
}

.pt-63 {
    padding-top: 63px;
}

.py-20 {
    padding-top   : 20px;
    padding-bottom: 20px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-666 {
    color: #666;
}

.text-999 {
    color: #999999;
}

.text-808 {
    color: #808080;
}

.text-2f {
    color: #2f2f2f;
}

.text-label{
    color:#9b9b9b;
}

.text-launchpad {
    color: #EAAB00
}

.text-incubate {
    color: #D50037
}

.text-collaborate {
    color: #00A5E6
}

.text-accelerate {
    color: #98EB51
}

.text-green-1 {
    color: #82C11F;
}

.text-red-1 {
    color: #CF0303;
}

.text-blue-1 {
    color: #16315A;
}

.tracking-1 {
    letter-spacing: -1px;
}

.form-check-input:checked {
    background-color: #000000;
    border-color    : #000000;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #F7F7F7;
    opacity: 1;
}

.input-shadow{
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%)!important;
}

.bg-collaborate {
    background-color: #00A5E6
}

.hover\:bg-black:hover {
    background-color: #000000;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.badge-incubate {
    position      : absolute;
    top           : 0;
    right         : 0;
    background    : #FFEBF0;
    color         : #D50037;
    border-radius : 0px 3px 0px 4px;
    padding       : 8px 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.over-top .badge-incubate {
    top      : -30px;
    right    : auto;
    left     : 50%;
    transform: translate(-50%, 0)
}

.item-box {
    border: 1px solid transparent;
    cursor: pointer;
}
.item-box *{
    cursor: pointer;
}

.selected-item {
    background: #FCEB4F;
    border    : 1px solid #E0CC15;
}

.selected-item h3 {
    font-weight: 900 !important;
}

.program-content{
    background:#F4F4F4;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.py-60 {
    padding-top   : 60px;
    padding-bottom: 60px;
}

.px-60 {
    padding-left : 60px;
    padding-right: 60px;
}

.px-1\/5 {
    padding-left : 20% !important;
    padding-right: 20% !important;
}

.\-top-2 {
    top: -2px;
}

.\-top-3 {
    top: -3px;
}

.\-top-4 {
    top: -4px;
}

.\-top-5 {
    top: -5px;
}

.border-eee {
    border-color: #eeeeee !important;
}

.border-ccc {
    border-color: #CCCCCC !important;
}

.border-272 {
    border-color: #272727 !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
    line-height: 2.15 !important;
    background : #FFFFFF;
    border     : 1px solid #DDDDDD;
    color      : #2f2f2f;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus {
    background: #dddddd;
    border    : 1px solid #1f1f1f;
}

.hover\:text-black:hover {
    color: #000000;
}

.hover\:text-decoration-none:hover {
    text-decoration: none;
}

input::placeholder {
    color: #C9C9C9;
}

.secure-imput {
    padding-right      : 60px;
    background-image   : url(../icons/lock.svg) !important;
    background-position: calc(100% - 20px) center !important;
    background-repeat  : no-repeat !important;
}

.w-fix-100 {
    width: 100px;
}

.h-fix-100 {
    height: 100px;
}

.w-fix-90 {
    width: 90px;
}

.h-fix-90 {
    height: 90px;
}

.w-fix-50 {
    width: 50px;
}

.h-fix-50 {
    height: 50px;
}

.w-fix-32 {
    width: 32px;
}

.h-fix-32 {
    height: 32px;
}

.h-fix-24 {
    height: 24px;
}

.max-w-hd{
    max-width:1920px;
}

.bg-half-black{
    background:#fbfbfb;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.object-fill {
    object-fit: fill;
}

.object-none {
    object-fit: none;
}

.object-scale-down {
    object-fit: scale-down;
}

/*Layout*/
.z-2 {
    z-index: 2;
}

.h-fullview {
    height: 100vh;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.w-height {
    height: 100%;
}

.h-26{
    height:26px;
}

.max-w-130 {
    max-width: 130px;
    width    : 100%;
}

.max-w-160 {
    max-width: 160px;
    width    : 100%;
}

.max-w-240 {
    max-width: 240px;
    width    : 100%;
}

.max-w-250 {
    max-width: 250px;
    width    : 100%;
}

.max-w-500 {
    max-width: 500px;
    width    : 100%;
}

.max-w-900 {
    max-width: 900px;
    width    : 100%;
}

.min-h-fullview {
    min-height: 100vh;
}

.max-w-max {
    max-width: max-content;
}

.max-w-full {
    max-width: 100%;
}

.min-w-400 {
    min-width: 400px;
}

.bg-black {
    background: #000000;
}

.bg-black-0f {
    background: #0F0F0F;
}

.bg-999 {
    background-color: #999;
}

.bg-e5 {
    background-color: #E5E5E5;
}

.bg-f5 {
    background-color: #F5F5F5;
}

.bg-ddd-texture {
    background: #dddddd url(../images/texture-1.png) top left repeat;
    position  : relative;
}

.bg-multilayer {
    background: #dddddd url(../images/texture-1.png) top left repeat;
}

.bg-overlay-white-05:before {
    content   : '';
    position  : absolute;
    width     : 100%;
    height    : 100%;
    background: rgba(255, 255, 255, 0.5);
    top       : 0;
    left      : 0;
    z-index   : 1;
}

.bg-overlay-conic:before {
    content   : '';
    position  : absolute;
    width     : 100%;
    height    : 100%;
    background: conic-gradient(from 175.29deg at 76.61% 40.78%, #FFFFFF 0deg, #CECECE 360deg);
    top       : 0;
    left      : 0;
    z-index   : 1;
    opacity   : 0.3;
}

.bg-grey-light {
    background: #F6F6F9;
}

.bg-yellow-light {
    background: #FFFAEB;
}

.bg-fb{
    background-color:#fbfbfb
}

.border-bottom-fb{
    border:3px solid #fbfbfb;
}

.aside-col {
    max-width: 416px;
    width    : 100%;
}

/*HEADER*/
header .logo {
    padding: 13px 0;
}

/* Carousel */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width  : 1rem;
    height : 1rem;
}

.carousel-control-next,
.carousel-control-prev {
    top      : 50%;
    transform: translate(0, -50%);
}

/* Payment section */
.selected-plan {
    background: #FFFAEB !important;
    border    : 1px solid #EAAB00;
}

.save-box {
    padding       : 8px 12px;
    background    : #F0FFDE;
    color         : #6ABC08;
    font-size     : 12px;
    text-transform: uppercase;
    line-height   : 16px;
    display       : inline-block;
    font-weight   : 900;
    letter-spacing: 0.2em;
}

.selected-plan .save-box {
    color     : #F0FFDE;
    background: #6ABC08;
}

.input-group .btn {
    border-color: #dddddd;
}

.border-s-transparent {
    border-left-color: transparent !important;
}

.border-e-transparent {
    border-right-color: transparent !important;
}

/* Counter */
.counter {
    background: #2F2F2F;
}

#countdown-2 {
    background: #ffffff;
}

.counter .col {
    padding: 5px 10px;
}

div:not(.main-counter) .countdown .days {
    display: none;
}

div.main-counter .countdown .col {
    display: flex;
    flex   : 0 1 auto;
    padding: 10px 30px 10px 0;
}

div.main-counter .countdown .col:last-child {
    padding: 10px 0px 10px 0;
}

div.bottom-counter .countdown .col {
    display: flex;
    flex   : 0 1 auto;
    padding: 10px 30px 10px 0;
}

div.bottom-counter .countdown .col:last-child {
    padding: 10px 0px 10px 0;
}

.counter .time {
    display    : block;
    font-weight: 800;
    font-size  : 24px;
    line-height: 24px;
    text-align : center;
}

.counter .label {
    font-weight: normal;
    font-size  : 12px;
    line-height: 20px;
    color      : #999999;
}

.main-counter .time,
.bottom-counter .time {
    display    : block;
    font-weight: 500;
    font-size  : 48px;
    line-height: 48px;
    text-align : center;
    position   : relative;
}

.main-counter .time:after,
.bottom-counter .time:after {
    content : ':';
    position: absolute;
    top     : -5px;
    right   : -23px;
}

.main-counter .col:last-child .time:after,
.bottom-counter .col:last-child .time:after {
    display: none;
}

.main-counter .label {
    font-weight   : normal;
    font-size     : 24px;
    line-height   : 40px;
    color         : #EAAB00;
    text-transform: capitalize;
}

.bottom-counter .time {
    color: #000000;
}

.bottom-counter .label {
    font-weight   : normal;
    font-size     : 24px;
    line-height   : 40px;
    color         : #EAAB00;
    text-transform: capitalize;
}

/* Video overlay btn */
.video-player {
    position: relative;
}

.preview-embed-overlay {
    position       : absolute;
    top            : 0;
    z-index        : 10;
    background     : rgba(0, 0, 0, 0.5);
    width          : 100%;
    height         : 100%;
    text-align     : center;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-direction : column;
    cursor         : pointer;
}

.preview-embed-overlay img {
    position: relative;
    cursor  : pointer;
}

.preview-embed-txt {
    display    : block;
    text-align : center;
    margin-top : 15px;
    background : #A4D866;
    border     : 1px solid #A4D866;
    color      : #ffffff !important;
    padding    : 10px 25px;
    font-size  : 19px;
    font-weight: 700;
}

.preview-embed-icon {
    width          : 60px;
    height         : 60px;
    background     : rgba(255, 255, 255, 0.2) url(../icons/play-btn.svg) center center no-repeat;
    backdrop-filter: blur(10px);
    background-size: 33%;
}

.pulsating {
    animation: pulse 1s linear infinite;
}


/* Members */
.about-member {
    display        : none;
    top            : 0;
    left           : 0;
    bottom         : 0;
    height         : 0;
    background     : rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(20px);
    width          : 100%;
    height         : 100%;
    font-style     : italic;
}

.member-box:hover .about-member {
    display: flex;
}

.testimonial-box:before {
    content    : '';
    padding-top: 100%;
}

.testimonial-box img {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform        : scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform        : scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform        : scale(1);
    }
}

.price-block-old-price {
    display       : inline-block;
    font-weight   : bold;
    font-size     : 41px;
    line-height   : 125.4%;
    letter-spacing: -.04em;
    color         : #CC1212;
    border-top    : 5px solid #CC1212;
    border-bottom : 5px solid #CC1212;
}

.heading-bonus {
    background: #FEF480;
    padding   : 1rem;
}

.money-back {
    border: dashed 2px #00A5E6;
    background-color: #F9FBFF;
    border-radius: 4px;
    box-shadow: 0 11px 24px rgba(215, 220, 227, 0.77);
    padding: 66px 47px;
}

/*Responsive*/

@media (min-width: 768px) {
    .sp\:max-w-472{
        max-width:472px;
        width:100%;
    }
    
    /*Typography*/

    .md\:font-8 {
        font-size: 8px;
    }

    .md\:font-10 {
        font-size: 10px;
    }

    .md\:font-12 {
        font-size: 12px;
    }

    .md\:font-14 {
        font-size: 14px;
    }

    .md\:font-16 {
        font-size: 16px;
    }

    .md\:font-18 {
        font-size: 18px;
    }

    .md\:font-19 {
        font-size: 19px;
    }

    .md\:font-20 {
        font-size: 20px;
    }

    .md\:font-24 {
        font-size: 24px;
    }

    .md\:font-28 {
        font-size: 28px;
    }

    .md\:font-29 {
        font-size: 29px;
    }

    .md\:font-30 {
        font-size: 30px;
    }

    .md\:font-32 {
        font-size: 32px;
    }

    .md\:font-36 {
        font-size: 36px;
    }

    .md\:font-40 {
        font-size: 40px;
    }

    .md\:font-43 {
        font-size: 43px;
    }

    .md\:font-50 {
        font-size: 50px;
    }
    
    .md\:font-60 {
        font-size: 60px;
    }

    .md\:leading-20 {
        line-height: 20px;
    }

    .md\:leading-24 {
        line-height: 24px;
    }

    .md\:leading-25 {
        line-height: 25px;
    }

    .md\:leading-27 {
        line-height: 27px;
    }

    .md\:leading-32 {
        line-height: 32px;
    }

    .md\:leading-40 {
        line-height: 40px;
    }

    .md\:leading-48 {
        line-height: 48px;
    }

    .md\:leading-68 {
        line-height: 68px;
    }

    .md\:px-60 {
        padding-left : 60px !important;
        padding-right: 60px !important;
    }

    .md\:py-60 {
        padding-top   : 60px !important;
        padding-bottom: 60px !important;
    }

    .md\:px-1\/5 {
        padding-left : 20% !important;
        padding-right: 20% !important;
    }

    .md\:mt-80 {
        margin-top: 80px !important;
    }

    .h-fix-24 {
        height: auto;
    }

    .md\:w-fix-90 {
        width: 90px;
    }

    .md\:h-fix-90 {
        height: 90px;
    }

    .md\:w-fix-50 {
        width: 50px;
    }

    .md\:h-fix-50 {
        height: 50px;
    }

    .md\:w-fix-32 {
        width: 32px;
    }

    .md\:h-fix-32 {
        height: 32px;
    }

    .md\:w-fix-100 {
        width: 100px;
    }

    .md\:.h-full {
        height: 100%;
    }

    .md\:max-w-130{
        max-width:130px;
    }

    .preview-embed-icon {
        width : 150px;
        height: 150px;
    }

    .md\:py-4w {
        padding-top   : 4%;
        padding-bottom: 4%;
    }

    .heading-bonus {
        background     : url(../images/price-bg.svg) no-repeat 50% 50%;
        background-size: contain;
        padding-left   : 4rem;
        padding-right  : 4rem;
    }

    /* Animate button */
    .animate-label {
        position    : relative;
        overflow    : hidden;
        border-width: 0 !important;
    }

    .animate-label:before {
        content           : attr(data-hover);
        background        : #1f1f1f;
        border            : 0px solid #2F2F2F;
        color             : #ffffff !important;
        width             : 100%;
        height            : 100%;
        position          : absolute;
        top               : 0;
        left              : -100%;
        -webkit-transition: left 300ms ease-in;
        -moz-transition   : left 300ms ease-in;
        transition        : left 300ms ease-in;
        display           : flex;
        flex-direction    : row;
        align-items       : center;
        justify-content   : center;
    }

    .animate-label:hover:before {
        left: 0;
    }

    .bg-half-black{
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    }

}

@media (min-width: 1100px) {
    .bg-multilayer {
        background: url(../images/devices.png) center right no-repeat, #dddddd url(../images/texture-1.png) top left repeat !important;
    }

    .bg-overlay-conic:before {
        display: none;
    }
}

@media (max-width: 767px) {

    .carousel-control-next,
    .carousel-control-prev {
        transform: none;
        bottom   : 0px;
        top      : auto;
    }

    #carouselIndicators {
        padding-bottom: 60px;
    }

    .carousel-indicators {
        text-align: center;
    }

    .carousel-indicators [data-bs-target] {
        width        : 7px;
        height       : 7px;
        border-radius: 50%;
        border       : none;
        opacity      : 1;
        background   : #DDDDDD;
    }

    .carousel-indicators .active {
        background: #2F2F2F;
    }

    .extra-margin {
        margin-left  : -12px;
        margin-right : -12px;
        padding-left : 12px;
        padding-right: 12px;
    }

    .truncate-3 {
        overflow          : hidden;
        display           : -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .main-counter .time,
    .bottom-counter .time {
        font-size: 38px;
    }

    .main-counter .label,
    .bottom-counter .label {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1350px) {
    .lg\:py-54 {
        padding-top   : 54px;
        padding-bottom: 54px;
    }
}
/* Validation */
.invalid-feedback {
    position: absolute;
    right: 0.2rem;
    margin-top: 0;
    display: inline-block !important;
    width: auto;
    padding: 0.25rem 0.5rem;
    border-radius: 2.5px;
    background-color: #de4437;
    color: #fff;
    top: -20px;
    font-size: 10px;
}
.invalid-feedback::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #de4437;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p-r{
    position:relative;
}
.iti--allow-dropdown{
    width: 100%;
}

#paymentError .modal-header{
    background:#f9f9f9;
}
#paymentSuccess .modal-header{
    background:#f9f9f9;
}
#paymentError .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -4.5rem -.5rem -.5rem auto;
}
#paymentError .modal-dialog, #paymentSuccess .modal-dialog{
    max-width:852px;
}
.text-declined{
    color:#be1117
}

/*Payment Tabs*/
.payment-tabs .form-check{
    margin-right: 10px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 10px 20px;
    margin-bottom: -1px;
    opacity: 0.6;
}
.payment-tabs .form-check, .payment-tabs .form-check label{
    cursor:pointer;
    color:#6c757d;
}
.payment-tabs .form-check.selected {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    opacity:1;
}
.payment-tabs .form-check.selected label{
    color:#000000;
}
.payment-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom:10px;
    margin-top:30px;
}
.payment-tabs .form-check input{
    display:none!important;
}
.program-content img.me-3{
    height:25px;
}
.icon-h-30{
    height:30px;
}
/* TrustPilot */
.tp-avatar{
    width:25px;
    min-width:25px;
    height:25px;
    min-height:25px;
    background-color: #fddce5;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.tp-avatar span{
    font-size:10px;
    font-weight:bold;
    color:#000000;
    line-height: 1;
}
.tp-avatar img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}
.tp-divider{
    background:rgb(128, 128, 128 );
    height:1px;
    opacity:0.2;
}
@media only screen and (max-width: 550px) {
    .tp-avatar{
        width:34px;
        min-width:34px;
        height:34px;
        min-height:34px;
    }
}