/** Shopify CDN: Minification failed

Line 6291:8 All "@import" rules must come first

**/
   
        

        .swal-icon--error {
            border-color: rgb(242, 116, 116);
            animation: 0.5s ease 0s 1 normal none running animateErrorIcon;
        }

        .swal-icon--error__x-mark {
            position: relative;
            display: block;
            animation: 0.5s ease 0s 1 normal none running animateXMark;
        }

        .swal-icon--error__line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: rgb(242, 116, 116);
            display: block;
            top: 37px;
            border-radius: 2px;
        }

        .swal-icon--error__line--left {
            transform: rotate(45deg);
            left: 17px;
        }

        .swal-icon--error__line--right {
            transform: rotate(-45deg);
            right: 16px;
        }

        @-webkit-keyframes animateErrorIcon {
            0% {
                transform: rotateX(100deg);
                opacity: 0;
            }

            100% {
                transform: rotateX(0deg);
                opacity: 1;
            }
        }

        @keyframes animateErrorIcon {
            0% {
                transform: rotateX(100deg);
                opacity: 0;
            }

            100% {
                transform: rotateX(0deg);
                opacity: 1;
            }
        }

        @-webkit-keyframes animateXMark {
            0% {
                transform: scale(0.4);
                margin-top: 26px;
                opacity: 0;
            }

            50% {
                transform: scale(0.4);
                margin-top: 26px;
                opacity: 0;
            }

            80% {
                transform: scale(1.15);
                margin-top: -6px;
            }

            100% {
                transform: scale(1);
                margin-top: 0px;
                opacity: 1;
            }
        }

        @keyframes animateXMark {
            0% {
                transform: scale(0.4);
                margin-top: 26px;
                opacity: 0;
            }

            50% {
                transform: scale(0.4);
                margin-top: 26px;
                opacity: 0;
            }

            80% {
                transform: scale(1.15);
                margin-top: -6px;
            }

            100% {
                transform: scale(1);
                margin-top: 0px;
                opacity: 1;
            }
        }

        .swal-icon--warning {
            border-color: rgb(248, 187, 134);
            animation: 0.75s ease 0s infinite alternate none running pulseWarning;
        }

        .swal-icon--warning__body {
            width: 5px;
            height: 47px;
            top: 10px;
            border-radius: 2px;
            margin-left: -2px;
        }

        .swal-icon--warning__body,
        .swal-icon--warning__dot {
            position: absolute;
            left: 50%;
            background-color: rgb(248, 187, 134);
        }

        .swal-icon--warning__dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -4px;
            bottom: -11px;
        }

        @-webkit-keyframes pulseWarning {
            0% {
                border-color: rgb(248, 212, 134);
            }

            100% {
                border-color: rgb(248, 187, 134);
            }
        }

        @keyframes pulseWarning {
            0% {
                border-color: rgb(248, 212, 134);
            }

            100% {
                border-color: rgb(248, 187, 134);
            }
        }

        .swal-icon--success {
            border-color: rgb(165, 220, 134);
        }

        .swal-icon--success::after,
        .swal-icon--success::before {
            content: "";
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: rgb(255, 255, 255);
            transform: rotate(45deg);
        }

        .swal-icon--success::before {
            border-radius: 120px 0px 0px 120px;
            top: -7px;
            left: -33px;
            transform: rotate(-45deg);
            transform-origin: 60px 60px;
        }

        .swal-icon--success::after {
            border-radius: 0px 120px 120px 0px;
            top: -11px;
            left: 30px;
            transform: rotate(-45deg);
            transform-origin: 0px 60px;
            animation: 4.25s ease-in 0s 1 normal none running rotatePlaceholder;
        }

        .swal-icon--success__ring {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(164, 219, 132, 0.2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .swal-icon--success__hide-corners {
            width: 5px;
            height: 90px;
            background-color: rgb(255, 255, 255);
            padding: 1px;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            transform: rotate(-45deg);
        }

        .swal-icon--success__line {
            height: 5px;
            background-color: rgb(165, 220, 134);
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

        .swal-icon--success__line--tip {
            width: 25px;
            left: 14px;
            top: 46px;
            transform: rotate(45deg);
            animation: 0.75s ease 0s 1 normal none running animateSuccessTip;
        }

        .swal-icon--success__line--long {
            width: 47px;
            right: 8px;
            top: 38px;
            transform: rotate(-45deg);
            animation: 0.75s ease 0s 1 normal none running animateSuccessLong;
        }

        @-webkit-keyframes rotatePlaceholder {
            0% {
                transform: rotate(-45deg);
            }

            5% {
                transform: rotate(-45deg);
            }

            12% {
                transform: rotate(-405deg);
            }

            100% {
                transform: rotate(-405deg);
            }
        }

        @keyframes rotatePlaceholder {
            0% {
                transform: rotate(-45deg);
            }

            5% {
                transform: rotate(-45deg);
            }

            12% {
                transform: rotate(-405deg);
            }

            100% {
                transform: rotate(-405deg);
            }
        }

        @-webkit-keyframes animateSuccessTip {
            0% {
                width: 0px;
                left: 1px;
                top: 19px;
            }

            54% {
                width: 0px;
                left: 1px;
                top: 19px;
            }

            70% {
                width: 50px;
                left: -8px;
                top: 37px;
            }

            84% {
                width: 17px;
                left: 21px;
                top: 48px;
            }

            100% {
                width: 25px;
                left: 14px;
                top: 45px;
            }
        }

        @keyframes animateSuccessTip {
            0% {
                width: 0px;
                left: 1px;
                top: 19px;
            }

            54% {
                width: 0px;
                left: 1px;
                top: 19px;
            }

            70% {
                width: 50px;
                left: -8px;
                top: 37px;
            }

            84% {
                width: 17px;
                left: 21px;
                top: 48px;
            }

            100% {
                width: 25px;
                left: 14px;
                top: 45px;
            }
        }

        @-webkit-keyframes animateSuccessLong {
            0% {
                width: 0px;
                right: 46px;
                top: 54px;
            }

            65% {
                width: 0px;
                right: 46px;
                top: 54px;
            }

            84% {
                width: 55px;
                right: 0px;
                top: 35px;
            }

            100% {
                width: 47px;
                right: 8px;
                top: 38px;
            }
        }

        @keyframes animateSuccessLong {
            0% {
                width: 0px;
                right: 46px;
                top: 54px;
            }

            65% {
                width: 0px;
                right: 46px;
                top: 54px;
            }

            84% {
                width: 55px;
                right: 0px;
                top: 35px;
            }

            100% {
                width: 47px;
                right: 8px;
                top: 38px;
            }
        }

        .swal-icon--info {
            border-color: rgb(201, 218, 225);
        }

        .swal-icon--info::before {
            width: 5px;
            height: 29px;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
        }

        .swal-icon--info::after,
        .swal-icon--info::before {
            content: "";
            position: absolute;
            left: 50%;
            background-color: rgb(201, 218, 225);
        }

        .swal-icon--info::after {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
        }

        .swal-icon {
            width: 80px;
            height: 80px;
            border-width: 4px;
            border-style: solid;
            border-radius: 50%;
            padding: 0px;
            position: relative;
            box-sizing: content-box;
            margin: 20px auto;
        }

        .swal-icon:first-child {
            margin-top: 32px;
        }

        .swal-icon--custom {
            width: auto;
            height: auto;
            max-width: 100%;
            border-width: medium;
            border-style: none;
            border-color: currentcolor;
            border-image: initial;
            border-radius: 0px;
        }

        .swal-icon img {
            max-width: 100%;
            max-height: 100%;
        }

        .swal-title {
            color: rgba(0, 0, 0, 0.65);
            font-weight: 600;
            text-transform: none;
            position: relative;
            display: block;
            padding: 13px 16px;
            font-size: 27px;
            line-height: normal;
            text-align: center;
            margin-bottom: 0px;
        }

        .swal-title:first-child {
            margin-top: 26px;
        }

        .swal-title:not(:first-child) {
            padding-bottom: 0px;
        }

        .swal-title:not(:last-child) {
            margin-bottom: 13px;
        }

        .swal-text {
            font-size: 16px;
            position: relative;
            float: none;
            line-height: normal;
            vertical-align: top;
            text-align: left;
            display: inline-block;
            margin: 0px;
            padding: 0px 10px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.64);
            max-width: calc(100% - 20px);
            overflow-wrap: break-word;
            box-sizing: border-box;
        }

        .swal-text:first-child {
            margin-top: 45px;
        }

        .swal-text:last-child {
            margin-bottom: 45px;
        }

        .swal-footer {
            text-align: right;
            margin-top: 13px;
            padding: 13px 16px;
            border-bottom-right-radius: inherit;
            border-bottom-left-radius: inherit;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .swal-button-container {
            margin: 5px;
            display: inline-block;
            position: relative;
        }

        .swal-button {
            background-color: rgb(124, 209, 249);
            color: rgb(255, 255, 255);
            border-width: medium;
            border-style: none;
            border-color: currentcolor;
            border-image: initial;
            box-shadow: none;
            border-radius: 5px;
            font-weight: 600;
            font-size: 14px;
            padding: 10px 24px;
            margin: 0px;
            cursor: pointer;
        }

        .swal-button:not([disabled]):hover {
            background-color: rgb(120, 203, 242);
        }

        .swal-button:active {
            background-color: rgb(112, 188, 224);
        }

        .swal-button:focus {
            outline: none;
            box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(43, 114, 165, 0.29) 0px 0px 0px 3px;
        }

        .swal-button[disabled] {
            opacity: 0.5;
            cursor: default;
        }

        .swal-button--cancel {
            color: rgb(85, 85, 85);
            background-color: rgb(239, 239, 239);
        }

        .swal-button--cancel:not([disabled]):hover {
            background-color: rgb(232, 232, 232);
        }

        .swal-button--cancel:active {
            background-color: rgb(215, 215, 215);
        }

        .swal-button--cancel:focus {
            box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(116, 136, 150, 0.29) 0px 0px 0px 3px;
        }

        .swal-button--danger {
            background-color: rgb(230, 73, 66);
        }

        .swal-button--danger:not([disabled]):hover {
            background-color: rgb(223, 71, 64);
        }

        .swal-button--danger:active {
            background-color: rgb(207, 66, 59);
        }

        .swal-button--danger:focus {
            box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(165, 43, 43, 0.29) 0px 0px 0px 3px;
        }

        .swal-content {
            padding: 0px 20px;
            margin-top: 20px;
            font-size: medium;
        }

        .swal-content:last-child {
            margin-bottom: 20px;
        }

        .swal-content__input,
        .swal-content__textarea {
            appearance: none;
            background-color: rgb(255, 255, 255);
            font-size: 14px;
            display: block;
            box-sizing: border-box;
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.14);
            padding: 10px 13px;
            border-radius: 2px;
            transition: border-color 0.2s;
        }

        .swal-content__input:focus,
        .swal-content__textarea:focus {
            outline: none;
            border-color: rgb(109, 184, 255);
        }

        .swal-content__textarea {
            resize: vertical;
        }

        .swal-button--loading {
            color: transparent;
        }

        .swal-button--loading~.swal-button__loader {
            opacity: 1;
        }

        .swal-button__loader {
            position: absolute;
            height: auto;
            width: 43px;
            z-index: 2;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            text-align: center;
            pointer-events: none;
            opacity: 0;
        }

        .swal-button__loader div {
            display: inline-block;
            float: none;
            vertical-align: baseline;
            width: 9px;
            height: 9px;
            padding: 0px;
            border-width: medium;
            border-style: none;
            border-color: currentcolor;
            border-image: initial;
            margin: 2px;
            opacity: 0.4;
            border-radius: 7px;
            background-color: rgba(255, 255, 255, 0.9);
            transition: background 0.2s;
            animation: 1s ease 0s infinite normal none running swal-loading-anim;
        }

        .swal-button__loader div:nth-child(3n+2) {
            animation-delay: 0.15s;
        }

        .swal-button__loader div:nth-child(3n+3) {
            animation-delay: 0.3s;
        }

        @-webkit-keyframes swal-loading-anim {
            0% {
                opacity: 0.4;
            }

            20% {
                opacity: 0.4;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0.4;
            }
        }

        @keyframes swal-loading-anim {
            0% {
                opacity: 0.4;
            }

            20% {
                opacity: 0.4;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0.4;
            }
        }

        .swal-overlay {
            position: fixed;
            inset: 0px;
            text-align: center;
            font-size: 0px;
            overflow-y: auto;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 10000;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .swal-overlay::before {
            content: " ";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .swal-overlay--show-modal {
            opacity: 1;
            pointer-events: auto;
        }

        .swal-overlay--show-modal .swal-modal {
            opacity: 1;
            pointer-events: auto;
            box-sizing: border-box;
            animation: 0.3s ease 0s 1 normal none running showSweetAlert;
            will-change: transform;
        }

        .swal-modal {
            width: 478px;
            opacity: 0;
            pointer-events: none;
            background-color: rgb(255, 255, 255);
            text-align: center;
            border-radius: 5px;
            position: static;
            margin: 20px auto;
            display: inline-block;
            vertical-align: middle;
            transform: scale(1);
            transform-origin: 50% 50%;
            z-index: 10001;
            transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
        }

        @media (max-width: 500px) {
            .swal-modal {
                width: calc(100% - 20px);
            }
        }

        @-webkit-keyframes showSweetAlert {
            0% {
                transform: scale(1);
            }

            1% {
                transform: scale(0.5);
            }

            45% {
                transform: scale(1.05);
            }

            80% {
                transform: scale(0.95);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes showSweetAlert {
            0% {
                transform: scale(1);
            }

            1% {
                transform: scale(0.5);
            }

            45% {
                transform: scale(1.05);
            }

            80% {
                transform: scale(0.95);
            }

            100% {
                transform: scale(1);
            }
        }
    
    
        

        img,
        video,
        iframe,
        hr,
        a,
        button {
            max-width: 100%;
        }

        img,
        video,
        iframe,
        hr,
        a,
        button {
            max-width: 100%;
        }

        body {
            height: auto;
            margin: 0px;
            overflow-x: unset !important;
        }

        #wrapper {
            height: 100%;
        }

        * {
            box-sizing: border-box;
        }

        [data-gjs-type="text"][class*="gjs-comp-selected"] {
            outline: purple solid 3px !important;
        }

        [data-gjs-type="text"][class*="gjs-selected"] {
            outline: purple solid 3px !important;
        }

        #i2ug {
            padding: 1px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 1px;
            border-width: 1px;
            border-radius: 1px;
            flex: 0 1 0%;
            background-color: rgb(56, 114, 114) !important;
        }

        #iizk {
            padding: 12px 0px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: stretch;
            width: 59% !important;
        }

        #iqsy {
            padding: 12px 0px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: stretch;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #im43 {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgb(240, 240, 240) !important;
        }

        #ipq98 {
            padding: 12px 10px;
            width: 100%;
        }

        .fk-image-defaults {
            width: 150px;
            height: 150px;
            max-width: 100%;
        }

        img[data-gjs-type="image"][class*="gjs-selected"] {
            outline: orange solid 3px !important;
        }

        #fkt-image-d0f-09e-a03 {
            height: auto;
            color: black !important;
            width: 150px !important;
        }

        #ifq5p {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: center;
            margin-top: 10px;
            line-height: 20px;
            text-decoration: underline;
            color: rgb(255, 255, 255) !important;
        }

        #ipktf {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        .btn {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: normal;
            vertical-align: middle;
            user-select: none;
            border: 1px solid transparent;
            padding: 10px 25px;
            line-height: 1.5;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            margin: 20px auto;
            font-size: 20px;
            font-family: Helvetica, serif;
        }

        .btn.btn-primary {
            background: rgb(0, 123, 255);
            color: rgb(255, 255, 255);
            border-color: rgb(0, 123, 255);
            white-space: normal;
        }

        .btn.btn-primary.btn-one-style:active:focus {
            box-shadow: none;
        }

        .btn.btn-primary.btn-one-style:focus {
            box-shadow: none;
        }

        .fk-izxp6 {
            margin-left: auto;
            margin-right: auto;
        }

        #fkt-image-f57-c85-b8f {
            width: 100px !important;
            margin-right: 10px;
        }

        #i6rzgo {
            padding: 1px;
            font-size: 15px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: rgb(48, 48, 48) !important;
        }

        #ics6d8 {
            color: rgb(208, 2, 27) !important;
        }

        #ia52ty {
            padding: 1px;
            font-size: 23px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 30px;
            margin-top: 10px;
            color: rgb(0, 0, 0) !important;
        }

        #fkt-image-eca-4bb-af4 {
            width: 30px !important;
            margin-right: 10px;
        }

        #i5o8ta {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-65d-584-83b {
            width: 30px !important;
            margin-right: 10px;
        }

        #iwdshj {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-cb4-b80-9d6 {
            width: 30px !important;
            margin-right: 10px;
        }

        #ifk1hw {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-9a6-db5-a36 {
            width: 30px !important;
            margin-right: 10px;
        }

        #i1j443 {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-ca0-3b3-a34 {
            height: auto;
            margin-top: 20px;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-229-08b-abb {
            height: auto;
            margin-top: 5px;
            color: black !important;
            width: 100% !important;
        }

        #ic2jrz {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #ic2jrz:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #iv9jk4 {
            padding: 12px 10px;
            width: 100%;
        }

        #i1nmuy {
            padding: 12px 10px;
            width: 100%;
        }

        #itvz5o {
            padding: 12px 0px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: stretch;
            width: 59% !important;
        }

        #icv7dl {
            padding: 20px 1px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 1px;
            border-width: 1px;
            border-radius: 1px;
            flex: 0 1 0%;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #if6zg {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: center;
            line-height: 20px;
            color: rgb(48, 48, 48) !important;
        }

        #ir8uk {
            padding: 20px 10px 12px;
            width: 100%;
            display: flex;
        }

        #i5tjx {
            padding: 12px 0px;
            width: 100%;
            display: flex;
            align-items: flex-start;
        }

        #ii2fg {
            padding: 0px;
        }

        #ifa7r {
            width: 100%;
            padding: 10px;
        }

        #fkt-image-5de-988-b46 {
            height: auto;
            margin-top: 0px;
            border-radius: 15px;
            color: black !important;
            width: 180px !important;
        }

        #io3vk {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 22.4px;
            margin-top: 0px;
            color: rgb(48, 48, 48) !important;
        }

        #i0i72 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 5px;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-1f5-d96-ac5 {
            height: auto;
            margin-top: 0px;
            border-radius: 15px;
            color: black !important;
            width: 180px !important;
        }

        #iqzn3 {
            padding: 0px;
        }

        #ij2cg {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 22.4px;
            margin-top: 0px;
            color: rgb(48, 48, 48) !important;
        }

        #i48z1 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 5px;
            color: rgb(48, 48, 48) !important;
        }

        #irkdml {
            width: 100%;
            padding: 10px;
        }

        #ixaqvj {
            padding: 12px 0px;
            width: 100%;
            display: flex;
            align-items: flex-start;
        }

        #fkt-image-080-d96-bef {
            height: auto;
            margin-top: 0px;
            border-radius: 15px;
            color: black !important;
            width: 180px !important;
        }

        #i1lhdt {
            padding: 0px;
        }

        #i9ykod {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 22.4px;
            color: rgb(48, 48, 48) !important;
        }

        #i4zv96 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 5px;
            color: rgb(48, 48, 48) !important;
        }

        #igqrmg {
            width: 100%;
            padding: 10px;
        }

        #ilwapu {
            padding: 12px 0px;
            width: 100%;
            display: flex;
            align-items: flex-start;
        }

        .fk-i8ezme {
            width: auto;
            height: 343px;
            max-width: 100%;
        }

        [data-gjs-type="video"][class*="gjs-selected"] {
            outline: orange solid 3px !important;
        }

        #i8poql {
            padding: 1px;
            font-size: 30px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 39px;
            margin-top: 10px;
            color: rgb(0, 0, 0) !important;
        }

        #i8txrk {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #i8txrk:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #fkt-image-538-488-87e {
            height: auto;
            margin-top: 20px;
            border-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-001-39a-87a {
            width: 30px !important;
            margin-right: 10px;
        }

        #i5rujh {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(48, 48, 48) !important;
        }

        .fk-bullet-list-container {
            padding: 5px;
            display: flex;
            flex-direction: row;
            align-items: baseline;
        }

        .fk-bullet-icon-container {
            padding: 5px 10px 5px 5px;
        }

        #i3g760l {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-db8-39e-bc7 {
            height: auto;
            border-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #ipa923k {
            padding: 12px 10px;
            width: 100%;
        }

        #inxoexi {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #i8oasck {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #inl6kb1 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #i3itjr8 {
            padding: 12px 10px 12px 25px;
            width: 100%;
        }

        #iwp4gqi {
            padding: 12px 0px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #ia5k3cy {
            padding-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #icocer5 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #ixc2moj {
            padding: 12px 10px;
            width: 100%;
        }

        #ipqyk1k {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #iizvq2i {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #icg73k8 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #iw7w0xh {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #iw7w0xh:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #izhx14o {
            width: 100%;
            max-width: 100%;
            border-radius: 15px;
        }

        #ibsfqjc {
            border-radius: 15px;
            display: none;
        }

        #ind4z77 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #irc3xcy {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #ikssjjv {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-837-fbc-a55 {
            height: auto;
            border-radius: 15px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #imj5yh6 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #iysmdx8 {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #iysmdx8:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #ip7h0rj {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #i5v8q06 {
            width: 100%;
            max-width: 100%;
            border-radius: 15px;
        }

        #ir8nqll {
            border-radius: 15px;
            display: none;
        }

        #imw0ox7 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #ia6fixj {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-420-1b4-b90 {
            width: 30px !important;
            margin-right: 10px;
        }

        #ihoquzb {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: none;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-358-598-81b {
            height: auto;
            border-radius: 15px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #ityo75d {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #iafxy2y {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #idra6xa {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #ikzogrr {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #ikzogrr:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #ic1xl04 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-2f6-5a0-a3e {
            height: auto;
            border-radius: 15px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #iwhb9el {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #i56lcqf {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-64d-8b6-8c7 {
            height: auto;
            border-radius: 15px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #i3dpj58 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #ilavnd6 {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #ilavnd6:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #izomr7f {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #i8rzpgz {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #ifkh3tt {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-15a-595-9f3 {
            height: auto;
            border-radius: 15px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #i0909nl {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #iel71j4 {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #iel71j4:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #iers7aw {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #it833va {
            width: 100%;
            max-width: 100%;
            border-radius: 15px;
        }

        #ikdxcnk {
            border-radius: 15px;
            display: none;
        }

        #iqfswdk {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #im5oy7e {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #iuqkvqc {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-ca6-cbe-931 {
            height: auto;
            border-radius: 15px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #iiqsvi9 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #i2zxfll {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #igp3lim {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #i0he81k {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #iwlqlzd {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #iiin55h {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #iu59f1o {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #iozw9m7 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #iwpew8h {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #ij3qqfg {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #ij3qqfg:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #i063l8f {
            padding: 12px 10px 12px 25px;
            width: 100%;
        }

        #iqyouva {
            padding: 12px 0px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #i6nbhs3 {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 0px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #ir3hyvh {
            padding-left: 0px;
            padding-right: 0px;
        }

        #fkt-image-ba7-fb5-889 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #istopfk {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #ida9qj9 {
            background-color: rgba(56, 114, 114, 0) !important;
            font-size: 1rem;
        }

        #fkt-image-d5b-a84-872 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 50px !important;
        }

        #iuqj11b {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #i2h7ln5 {
            padding-left: 0px;
            padding-right: 0px;
        }

        #fkt-image-6aa-f92-a18 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 35px !important;
        }

        #iip59m8 {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #ixowtbp {
            padding-left: 0px;
            padding-right: 0px;
        }

        #fkt-image-c37-b9d-ba6 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #i7kwnsh {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #ish1b9e {
            padding-left: 0px;
            padding-right: 0px;
        }

        #iote95d {
            font-family: Montserrat, sans-serif;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #i4475xs {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-c32-aa7-b4d {
            height: auto;
            border-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #ij9ucfr {
            padding: 12px 10px;
            width: 100%;
        }

        #ii3e30e {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #i6aeigr {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #imfq08z {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-3ca-392-937 {
            width: 30px !important;
            margin-right: 10px;
        }

        #iuqub0m {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-001-99a-87d {
            width: 30px !important;
            margin-right: 10px;
        }

        #iruhpbo {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-2d9-cad-95d {
            width: 30px !important;
            margin-right: 10px;
        }

        #i8m38lf {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-b7d-0aa-9e0 {
            width: 30px !important;
            margin-right: 10px;
        }

        #il8zdig {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #i48zr64 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #iyqnkzd {
            padding: 12px 25px 12px 10px;
            width: 100%;
        }

        #i6ief9y {
            padding: 12px 0px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #io8ljjv {
            padding-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 0px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #izm2b5d {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-f6e-f97-bb1 {
            height: auto;
            border-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #i5ztk2u {
            padding: 12px 10px;
            width: 100%;
        }

        #iidrwi7 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #ie1njmr {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #i5nhyoy {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-411-a94-b49 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #iuxqok7 {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #icr6wyj {
            padding-left: 0px;
            padding-right: 0px;
            margin-top: 10px;
        }

        #fkt-image-d57-68e-9bd {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #i0ss8at {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #ireaeqh {
            padding-left: 0px;
            padding-right: 0px;
        }

        #fkt-image-a93-aa9-9ff {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 45px !important;
        }

        #iil6mjx {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #iq8rmun {
            padding-left: 0px;
            padding-right: 0px;
        }

        #fkt-image-76f-a9d-b61 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #i5igbwx {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #i2j5rla {
            padding-left: 0px;
            padding-right: 0px;
        }

        #ifa1cky {
            padding: 12px 25px 12px 10px;
            width: 100%;
        }

        #isjgl82 {
            padding: 12px 0px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #i7rgpas {
            padding-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #fkt-image-3a8-d9b-892 {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #iu5x527 {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #iwigdeg {
            padding-left: 0px;
            padding-right: 0px;
        }

        #fkt-image-92e-d9f-95d {
            height: auto;
            margin-top: 0px;
            border-radius: 0px;
            color: black !important;
            width: 25px !important;
        }

        #ibihcu7 {
            font-family: Montserrat, sans-serif;
            color: rgb(48, 48, 48) !important;
        }

        #ii81z52 {
            padding-left: 0px;
            padding-right: 0px;
        }

        #i5n6daf {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #i5n6daf:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #ijj3xlk {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #iy8a3q2 {
            padding: 12px 10px;
            width: 100%;
        }

        #iugl4uh {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #ipar3yj {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #igkvi1u {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #ihpxi2g {
            font-family: Montserrat, sans-serif;
            margin-top: 10px;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            color: rgba(48, 48, 48, 0.65) !important;
        }

        #idfjlmm {
            padding: 12px 10px 12px 25px;
            width: 100%;
        }

        #izz8zqk {
            padding: 12px 0px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #ix67xyi {
            padding-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #i27b3al {
            width: 100%;
            max-width: 100%;
            border-radius: 15px;
        }

        #ipkdeth {
            border-radius: 15px;
        }

        #i50kshi-2 {
            text-align: center;
        }

        #iechupx {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #ifendp5 {
            text-align: center;
        }

        #irx9hjq {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-20c-5b8-a71 {
            height: auto;
            border-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #iybx92u {
            padding: 12px 10px;
            width: 100%;
        }

        #iprnlbg {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #ivkd8sb {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #i9q1hjv {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 20px;
            color: rgb(48, 48, 48) !important;
        }

        #iejiw71 {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #iejiw71:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        #i724q6c {
            padding: 12px 25px 12px 10px;
            width: 100%;
        }

        #is9q0e6 {
            padding: 12px 0px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #itgvijl {
            padding-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #iwpzj41 {
            font-size: 16px;
        }

        #i3pzwth {
            font-size: 16px;
        }

        #ie330eb {
            font-size: 16px;
        }

        #i3s8mlx {
            margin: 0px 0px 0px 40px;
            border-width: medium;
            border-style: none;
            border-color: currentcolor;
            border-image: initial;
            padding: 0px;
        }

        #i8h9dye {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #i233glf {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            display: none;
            color: rgb(17, 17, 17) !important;
        }

        #ix2cy71 {
            width: 100%;
            max-width: 100%;
            border-radius: 15px;
        }

        #ilfiwkl {
            border-radius: 15px;
        }

        #isz3xoa {
            padding: 12px 10px;
            width: 100%;
        }

        #iyfn18v {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: left;
            line-height: 32px;
            margin-top: 0px;
            color: rgb(17, 17, 17) !important;
        }

        #ieikuez {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            display: none;
            color: rgb(48, 48, 48) !important;
        }

        #iqrgjbu {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #ilt3b3j {
            background-color: rgba(56, 114, 114, 0) !important;
            font-size: 1rem;
        }

        #io5anpa {
            text-align: center;
        }

        #irwzyr5 {
            text-align: center;
        }

        #iiqff7m {
            font-family: Montserrat, sans-serif;
            margin-top: 20px;
            font-size: 14px;
            line-height: 20px;
            color: rgba(48, 48, 48, 0.65) !important;
        }

        #ifl5hi7 {
            text-align: center;
        }

        #i865s0y {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            font-weight: 400;
            text-align: left;
            line-height: 22.4px;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #ihrw0mh {
            padding: 12px 10px 12px 25px;
            width: 100%;
        }

        #iflng66 {
            padding: 12px 0px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 59% !important;
        }

        #ihk6krh {
            padding-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(56, 114, 114, 0) !important;
        }

        #fkt-image-43f-cb2-a99 {
            height: auto;
            border-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #i27nrmj {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
        }

        #il7mbug {
            padding: 12px 10px;
            width: 59% !important;
        }

        #ix4jcik {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #iruayl2 {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgb(252, 251, 243) !important;
        }

        #iwqw873 {
            padding: 1px;
            font-size: 40px;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-align: center;
            color: rgb(0, 0, 0) !important;
        }

        #i3evl1g {
            padding: 12px 0px;
            width: 100%;
            display: flex;
            margin-top: 20px;
            flex-direction: column;
        }

        #i0iod0g {
            width: 100%;
            padding: 0px;
            border-radius: 15px;
            background-color: rgb(255, 255, 255) !important;
            box-shadow: rgba(0, 0, 0, 0.15) 2px 1px 9px 1px !important;
        }

        #ica4jwz {
            padding: 0px;
            width: 40% !important;
        }

        #ioqk89e {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 18px;
            margin-top: 10px;
            color: rgb(0, 0, 0) !important;
        }

        #ipkl3om {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 18px;
            color: rgb(48, 48, 48) !important;
        }

        #i0j6hag {
            padding: 0px;
            width: 40% !important;
        }

        #ish1biw {
            padding: 0px 0px 12px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #iiz3eds {
            padding: 12px 0px;
            width: 100%;
        }

        #ig3xl6q {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 18px;
            color: rgb(48, 48, 48) !important;
        }

        #ijyao1s {
            padding: 0px;
            width: 40% !important;
        }

        #itsv59i {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 15px;
            background-color: rgb(148, 191, 182) !important;
        }

        #inv7h6p {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #itymktm {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #irl0gmc {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #fkt-image-388-4ac-9b3 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #fkt-image-a50-3a9-98a {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #izz44pg {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-425-b89-a14 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #igaq4sd {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #i4o5cha {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #ioidcfc {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-57c-886-ae1 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #ia6lhfr {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-b35-6bc-90e {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #imp40f8 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-754-3b8-8c3 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #iju6al9 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #i2zna1f {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #imio598 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #i0u78zk {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 15px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-d55-785-ba2 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #iaywwbm {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-688-693-a4d {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #iiuwxyw {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-8bd-a94-83e {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #i6338it {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #issuiu1 {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #igwy9ah {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #ifl2c2t {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-b99-b96-842 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #ibw7zkq {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-248-8ac-829 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #isslixh {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-e3f-c9c-a11 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #i57996v {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #iu3nnai {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #indam1d {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #i1wuo1d {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-c53-899-a85 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #iwm50ej {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-580-99f-990 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #ipydamj {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-6f5-8be-b0e {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #i3tlw8d {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #im0qqfa {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #ifam7xm {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #izhwf9o {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-635-c87-a37 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #im0cumk {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-23d-1b9-b4a {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #id5xe4p {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-e1f-488-85b {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #i4wpybi {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #i4r0pwk {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #iuqx9ip {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #i2hp3ll {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-f42-b87-b9a {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #icz0qdc {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-bc8-bb5-aa2 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #ii45x38 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-1bb-a89-80b {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #is20qtr {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #ilb3j8k {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #igtx6f5 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            color: rgb(255, 255, 255) !important;
        }

        #iranpdp {
            padding: 12px 0px;
            width: 100%;
            border-top-left-radius: 0px;
            background-color: rgb(148, 191, 182) !important;
        }

        #fkt-image-cb6-9bb-913 {
            height: auto;
            color: black !important;
            width: 40px !important;
        }

        #i9npo03 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-6d1-683-b8f {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #izdxvth {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #fkt-image-ba5-582-807 {
            height: auto;
            color: black !important;
            width: 30px !important;
        }

        #ivyqlp7 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40% !important;
        }

        #igwxjso {
            width: 100%;
            padding: 0px;
            display: flex;
            align-items: center;
        }

        #imk6tsi {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #i7qqf4e {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
        }

        #fkt-image-ede-195-a4d {
            height: auto;
            color: black !important;
            width: 40% !important;
        }

        #iny79t4 {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 18px;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-8e6-0a0-9db {
            height: auto;
            margin-top: 20px;
            color: black !important;
            width: 80% !important;
        }

        #iyoqjp2 {
            padding: 12px 10px;
            width: 100%;
            margin-top: 30px;
            display: flex;
        }

        #fkt-image-3fd-cbe-985 {
            height: auto;
            color: black !important;
            width: 100% !important;
        }

        #itixc4u {
            width: 100%;
            padding: 0px 5px;
        }

        #fkt-image-4de-59b-b81 {
            height: auto;
            color: black !important;
            width: 100% !important;
        }

        #i2w5yvt {
            width: 100%;
            padding: 0px 5px;
        }

        #fkt-image-3ad-eaa-9b7 {
            height: auto;
            color: black !important;
            width: 100% !important;
        }

        #i8labxp {
            width: 100%;
            padding: 0px 5px;
        }

        #i895r2i {
            padding: 1px;
            font-size: 36px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 46.8px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #ixzt6yi {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 24px;
            margin-top: 15px;
            font-weight: 700;
            margin-bottom: 15px;
            color: rgb(255, 210, 3) !important;
        }

        #ihjku5n {
            padding: 12px 0px;
            width: 100%;
            display: flex;
            align-items: flex-start;
        }

        #itpzr7j {
            padding: 0px 0px 12px;
            width: 100%;
            border-radius: 15px;
            margin-right: 10px;
            background-color: rgb(237, 244, 243) !important;
        }

        #fkt-image-bc0-b9c-b45 {
            height: auto;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #ih0muqf {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 20px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #id5jggt {
            padding: 12px 10px;
            width: 100%;
        }

        #i939ezz {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 24px;
            margin-top: 10px;
            font-weight: 700;
            margin-bottom: 10px;
            color: rgb(255, 210, 3) !important;
        }

        #i8umypl {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 24px;
            margin-top: 0px;
            font-weight: 400;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-0c3-584-a32 {
            height: auto;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #i6t9tpj {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 20px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #ipnf262 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 24px;
            margin-top: 10px;
            font-weight: 700;
            margin-bottom: 10px;
            color: rgb(255, 210, 3) !important;
        }

        #in4bcvj {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 24px;
            margin-top: 0px;
            font-weight: 400;
            color: rgb(48, 48, 48) !important;
        }

        #it35e5p {
            padding: 12px 10px;
            width: 100%;
        }

        #i3cb6m3 {
            padding: 0px 0px 12px;
            width: 100%;
            border-radius: 15px;
            margin-left: 10px;
            background-color: rgb(237, 244, 243) !important;
        }

        #fkt-image-8fc-6a2-b45 {
            height: auto;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            color: black !important;
            width: 100% !important;
        }

        #iryy69k {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 20px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #icmeauw {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 24px;
            margin-top: 10px;
            font-weight: 700;
            margin-bottom: 10px;
            color: rgb(255, 210, 3) !important;
        }

        #ilmkxm1 {
            padding: 1px;
            font-size: 16px;
            font-family: Montserrat, sans-serif;
            text-align: left;
            line-height: 24px;
            margin-top: 0px;
            font-weight: 400;
            color: rgb(48, 48, 48) !important;
        }

        #inh8tuk {
            padding: 12px 10px;
            width: 100%;
        }

        #ihueg3o {
            padding: 0px 0px 12px;
            width: 100%;
            border-radius: 15px;
            margin-left: 5px;
            margin-right: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #ijzyger {
            padding: 1px;
            font-size: 36px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 46.8px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #idl1h8i {
            padding-top: 5px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 5px;
            position: fixed !important;
            bottom: 0px !important;
            left: 0px !important;
            width: 100% !important;
            background-color: rgb(56, 114, 114) !important;
        }

        #i6r8sg6 {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #ik1ul1y {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
        }

        #ia0kwrn {
            padding: 12px 10px;
            width: 100%;
            margin-top: 20px;
            border-style: solid;
            border-radius: 15px;
            border-width: 2px;
            display: flex;
            align-items: center;
            border-color: rgb(56, 114, 114) !important;
            background-color: rgb(241, 245, 245) !important;
        }

        #i6eof9l {
            width: 100%;
            padding: 0px 20px;
        }

        #fkt-image-dc4-087-952 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            color: black !important;
            width: 100% !important;
        }

        #ixcy279 {
            width: 100%;
            padding: 0px 20px;
        }

        #ipjwrus {
            padding: 1px;
            font-size: 26px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 44px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #i4vah5x {
            background-color: rgb(56, 114, 114);
            padding: 5px;
            color: rgb(255, 255, 255) !important;
        }

        #iziop67 {
            background-color: rgb(56, 114, 114) !important;
        }

        #ieotxkt {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            margin-top: 10px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #iritsp7 {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 27px;
            margin-top: 10px;
            font-weight: 400;
            color: rgb(48, 48, 48) !important;
        }

        #igv3v17 {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            margin-top: 10px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-f41-7b6-b13 {
            width: 30px !important;
            margin-right: 10px;
        }

        #ir0a00l {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
            color: rgb(17, 17, 17) !important;
        }

        #fkt-image-3fb-298-bd1 {
            width: 30px !important;
            margin-right: 10px;
        }

        #i7ysdcc {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-df1-9b2-b50 {
            width: 30px !important;
            margin-right: 10px;
        }

        #i5dp2ih {
            padding: 1px;
            font-size: 17px;
            font-family: Montserrat, sans-serif;
            line-height: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 10px;
            color: rgb(48, 48, 48) !important;
        }

        #i5hg1tg {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            font-weight: 700;
            padding: 15px 10px;
            border-style: none;
            line-height: 26px;
            margin-bottom: 0px;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #i5hg1tg:hover {
            border-style: none;
            background-color: rgb(56, 114, 114) !important;
        }

        #i1fung4 {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            margin-top: 5px;
            font-weight: 700;
            color: rgb(0, 0, 0) !important;
        }

        #iudt5vt {
            padding: 1px;
            font-size: 36px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 46.8px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-b35-e8d-be7 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            color: black !important;
            width: 20% !important;
        }

        #is0012s {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #ibe9wli {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgb(225, 225, 225) !important;
        }

        #ip7eb8f {
            padding: 1px;
            font-size: 18px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 27px;
            margin-top: 20px;
            font-weight: 400;
            color: rgb(48, 48, 48) !important;
        }

        #fkt-image-402-c95-ba2 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #i2p6qej {
            padding: 1px;
            font-size: 36px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 46.8px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #i889e9x {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #i84jdqk {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(225, 225, 225, 0) !important;
        }

        #ihy3tf3 {
            padding: 1px;
            font-size: 24px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 24px;
            margin-top: 15px;
            font-weight: 700;
            margin-bottom: 15px;
            color: rgb(255, 210, 3) !important;
        }

        #ivmkftg {
            padding: 1px;
            font-size: 36px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 46.8px;
            margin-top: 0px;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #i8s95l9 {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #ib5ve9l {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            background-color: rgba(225, 225, 225, 0) !important;
        }

        #fkt-image-e4e-ab7-8ba {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-d59-680-8d9 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-bfa-c88-955 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-1f3-5a2-8d0 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-234-e87-a87 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-0ab-e8c-ba6 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #fkt-image-00a-496-881 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            display: none;
            color: black !important;
            width: 100% !important;
        }

        #i2jkook {
            font-family: Montserrat, sans-serif;
            font-size: 22px;
            font-weight: 700;
            padding: 12px 10px;
            border-style: none;
            display: none;
            background-color: rgb(56, 114, 114) !important;
            width: 100% !important;
        }

        #i2jkook:hover {
            border-style: solid;
            background-color: rgb(56, 114, 114) !important;
        }

        .fk-collapsible-list-collection {
            padding: 5px 0px;
        }

        .fk-collapsible-list-wrapper {
            margin: 10px;
            padding: 5px;
        }

        .fk-collapsible-list-label-text {
            flex: 9.9 1 0%;
            text-align: left;
            padding-left: 5px;
        }

        .fk-collapsible-list-label-icon {
            flex: 0.1 1 0%;
            padding: 5px;
        }

        .fk-collapsible-list summary::marker {
            content: none;
        }

        .fk-collapsible-list summary::-webkit-details-marker {
            display: none;
        }

        details[open] .fk-collapsible-list-content {
            display: block;
            border-radius: 0px 0px 5px 5px;
        }

        .fk-collapsible-list details[open] .fk-collapsible-list-left-label {
            border-radius: 5px 5px 0px 0px;
        }

        .fk-collapsible-list-icon-rotate {
            padding: 0px 5px;
        }

        .fk-collapsible-list-content {
            padding: 5px 10px;
            text-align: left;
            border: 0.5px solid rgb(221, 221, 221);
        }

        [data-gjs-type="collapsibleList"][class*="gjs-selected"] {
            outline: green solid 3px !important;
        }

        .fk-collapsible-list-right-label {
            display: flex;
            flex-direction: row;
            border: 0.5px solid rgb(221, 221, 221);
            align-items: center;
            padding: 5px;
            cursor: pointer;
            border-radius: 5px;
        }

        .fk-collapsible-list details[open] .fk-collapsible-list-right-label {
            border-radius: 5px 5px 0px 0px;
        }

        #io2ybzw {
            width: 100% !important;
        }

        #iv8upsl {
            border-top-width: 0px;
            border-style: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #i4ut03f {
            border-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        #iox3iuo {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #ikw9lmh {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            line-height: 27px;
            color: rgb(48, 48, 48) !important;
        }

        #idbrz3n {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #idlbt0h {
            border-top-width: 0px;
            border-style: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #i7p0qde {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            line-height: 27px;
            color: rgb(48, 48, 48) !important;
        }

        #imjbc1k {
            border-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        #iy66pw9 {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #iekhowt {
            border-top-width: 0px;
            border-style: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #i8e7w3k {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            line-height: 27px;
            color: rgb(48, 48, 48) !important;
        }

        #i7cqzqc {
            border-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        #igyns1g {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #i78id5z {
            border-top-width: 0px;
            border-style: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #i6jjem4 {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            line-height: 27px;
            color: rgb(48, 48, 48) !important;
        }

        #iss4gxh {
            border-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        #ilmv6ak {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #ihwc2d1 {
            border-top-width: 0px;
            border-style: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #i39565i {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            line-height: 27px;
            color: rgb(48, 48, 48) !important;
        }

        #i3y8unx {
            border-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        #ien2zw3 {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            color: rgb(48, 48, 48) !important;
        }

        #izpqcmo {
            border-top-width: 0px;
            border-style: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: rgb(237, 244, 243) !important;
        }

        #i9xav7l {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            line-height: 27px;
            color: rgb(48, 48, 48) !important;
        }

        #i9mr0z1 {
            border-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        #iqsrsos {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 50px;
            background-color: rgb(56, 114, 114) !important;
        }

        #fkt-image-b6f-5a8-989 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            color: black !important;
            width: 100% !important;
        }

        #ikxzlcl {
            padding: 0px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        .fk-iji7h1f {
            margin-left: auto;
            margin-right: auto;
        }

        #iji7h1f {
            border-style: none;
            border-width: 0px;
            font-family: Montserrat, sans-serif;
            font-size: 17px;
            font-weight: 700;
            margin: 0px;
            border-color: rgba(0, 105, 217, 0) !important;
            color: rgb(56, 114, 114) !important;
            background-color: rgb(255, 255, 255) !important;
        }

        :root {
            --main-color: rgba(22, 163, 74, 1);
        }

        #i97lc {
            border-width: 1px;
            border-radius: 1px;
            flex: 0 0 0%;
        }

        #fkt-image-5dc-d8d-a63-2 {
            height: auto;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 0px;
            color: black !important;
            width: 25% !important;
        }

        #ilffpkc-2 {
            padding: 1px;
            font-size: 14px;
            font-family: Montserrat, sans-serif;
            text-align: center;
            line-height: 20px;
            margin-top: 20px;
            font-weight: 400;
            color: rgb(255, 255, 255) !important;
        }

        #i6zbycx-4 {
            padding: 12px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 59% !important;
        }

        #cc-id-Fxd7uJUewD7M {
            text-align: center;
            width: 100%;
            font-size: 16px;
            text-decoration-color: rgb(74, 144, 226);
            color: rgb(252, 252, 252) !important;
        }

        #cc-id-XhMvCTNlvxU1 {
            text-decoration: underline;
            margin-left: 0px;
            margin-right: 7px;
            cursor: pointer;
            color: rgb(252, 252, 252) !important;
        }

        #cc-id-KLsJsnqmZsIU {
            text-decoration: underline;
            margin-left: 7px;
            margin-right: 7px;
            cursor: pointer;
            color: rgb(252, 252, 252) !important;
        }

        #cc-id-mzkqCniNNbHG {
            text-decoration: underline;
            margin-left: 7px;
            margin-right: 7px;
            cursor: pointer;
            color: rgb(252, 252, 252) !important;
        }

        .fk-collapsible-list details[open] .fk-collapsible-list-left-label .fk-icon-rotate {
            transform: rotate(90deg);
        }

        .wrapper[data-v-712e1f26] {
            margin-top: 12px;
            position: relative;
        }

        .flex--center[data-v-6fbfd65e] {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        a[data-gjs-type="link"][class*="gjs-selected"] {
            outline: purple solid 3px !important;
        }

        a {
            cursor: pointer;
        }

        @media (max-width: 1370px) {
            .wrapper[data-v-712e1f26] {
                margin-left: auto;
                margin-right: auto;
                width: 302px;
            }
        }

        @media (max-width: 1023px) {
            .basic-information-section .section-title {
                display: none;
            }

            .basic-information-section .CE__line-items {
                margin-top: 21px;
            }

            .ms-collapsed .basic-information-section {
                height: 0px;
                border-bottom: 1px solid transparent;
            }

            .basic-information-section.ch-collapse-section> :not(.order-summary-collapsible-header) {
                display: none;
            }

            .basic-information-section.ch-collapse-section .collapsed-text {
                display: block;
            }

            .basic-information-section .order-summary-collapsible-header .collapse-action {
                display: block;
            }
        }

        @media (max-width: 768px) {
            #cc-id-Fxd7uJUewD7M {
                justify-content: center;
                align-items: center;
                display: flex;
            }
        }

        @media (max-width: 480px) {
            #iizk {
                width: 100% !important;
                flex-direction: column;
            }

            #ifq5p {
                display: none;
            }

            #ipq98 {
                padding-top: 0px;
                padding-bottom: 0px;
            }

            #itvz5o {
                width: 100% !important;
                flex-direction: column-reverse;
            }

            #icv7dl {
                padding-top: 0px;
                margin-top: 7px;
            }

            #i6rzgo {
                font-size: 14px;
            }

            #i8poql {
                font-size: 18px;
                line-height: 24px;
            }

            #ia52ty {
                font-size: 15px;
                line-height: 23px;
            }

            #i5o8ta {
                font-size: 15px;
            }

            #iwdshj {
                font-size: 15px;
            }

            #ifk1hw {
                font-size: 15px;
            }

            #i1j443 {
                font-size: 15px;
            }

            #fkt-image-eca-4bb-af4 {
                width: 25px !important;
            }

            #fkt-image-65d-584-83b {
                width: 25px !important;
            }

            #fkt-image-cb4-b80-9d6 {
                width: 25px !important;
            }

            #fkt-image-9a6-db5-a36 {
                width: 25px !important;
            }

            #ic2jrz {
                display: block;
                font-size: 18px;
                width: 100% !important;
                background-color: rgb(0, 0, 0) !important;
            }

            #i8txrk {
                display: none;
            }

            #fkt-image-ca0-3b3-a34 {
                margin-top: 0px;
            }

            #fkt-image-229-08b-abb {
                display: none;
            }

            #iqsy {
                width: 100% !important;
            }

            #ir8uk {
                flex-direction: column;
                padding-top: 10px;
            }

            #im43 {
                padding-top: 10px;
            }

            #fkt-image-5de-988-b46 {
                width: 140px !important;
            }

            #fkt-image-1f5-d96-ac5 {
                width: 140px !important;
            }

            #fkt-image-080-d96-bef {
                width: 140px !important;
            }

            #fkt-image-538-488-87e {
                margin-top: 0px;
            }

            #fkt-image-001-39a-87a {
                width: 25px !important;
            }

            #i5rujh {
                font-size: 15px;
            }

            #i3g760l {
                display: block;
                margin-bottom: 10px;
            }

            #fkt-image-db8-39e-bc7 {
                margin-top: 0px;
            }

            #ipa923k {
                padding-bottom: 0px;
            }

            #inxoexi {
                display: none;
            }

            #i8oasck {
                margin-top: 0px;
                display: block;
            }

            #inl6kb1 {
                margin-top: 0px;
                display: none;
            }

            #i3itjr8 {
                padding-left: 10px;
            }

            #iwp4gqi {
                width: 100% !important;
                flex-direction: column;
            }

            #ia5k3cy {
                display: none;
            }

            #icocer5 {
                display: block;
                margin-bottom: 10px;
            }

            #ixc2moj {
                padding-bottom: 0px;
            }

            #ipqyk1k {
                display: none;
            }

            #iizvq2i {
                margin-top: 0px;
                display: block;
            }

            #icg73k8 {
                margin-top: 0px;
                display: none;
            }

            #iw7w0xh {
                font-size: 18px;
                width: 100% !important;
                background-color: rgb(0, 0, 0) !important;
            }

            #ibsfqjc {
                border-radius: 15px;
                display: block;
            }

            #ind4z77 {
                display: block;
                margin-bottom: 10px;
                margin-top: 10px;
                color: rgb(37, 42, 50) !important;
            }

            #irc3xcy {
                margin-top: 0px;
                display: block;
            }

            #i50hpcj {
                background-color: rgba(56, 114, 114, 0) !important;
            }

            #iabsifl {
                text-align: center;
            }

            #ikssjjv {
                display: block;
                margin-bottom: 10px;
                margin-top: 25px;
                color: rgb(48, 48, 48) !important;
            }

            #fkt-image-837-fbc-a55 {
                margin-top: 0px;
                display: block;
            }

            #imj5yh6 {
                margin-top: 20px;
                display: block;
            }

            #iysmdx8 {
                font-size: 18px;
                display: block;
                width: 100% !important;
                background-color: rgb(0, 0, 0) !important;
            }

            #i1agnc8 {
                text-align: left;
            }

            #ip7h0rj {
                display: block;
                margin-bottom: 10px;
                margin-top: 10px;
                color: rgb(48, 48, 48) !important;
            }

            #ir8nqll {
                border-radius: 15px;
                display: block;
            }

            #imw0ox7 {
                margin-top: 10px;
                display: block;
            }

            #ijmxmp2 {
                text-align: left;
            }

            #ia6fixj {
                display: block;
                margin-bottom: 10px;
                margin-top: 20px;
                color: rgb(48, 48, 48) !important;
            }

            #fkt-image-420-1b4-b90 {
                width: 25px !important;
            }

            #ihoquzb {
                font-size: 16px;
                align-items: flex-start;
                display: block;
                line-height: 24px;
            }

            #fkt-image-358-598-81b {
                margin-top: 10px;
                display: block;
            }

            #ityo75d {
                margin-top: 10px;
                display: block;
            }

            #ihkonmf {
                text-align: left;
            }

            #iafxy2y {
                display: block;
                margin-bottom: 10px;
                margin-top: 20px;
                color: rgb(48, 48, 48) !important;
            }

            #idra6xa {
                margin-top: 10px;
                display: block;
            }

            #ikzogrr {
                font-size: 18px;
                display: block;
                width: 100% !important;
                background-color: rgb(0, 0, 0) !important;
            }

            #iflkodq {
                text-align: left;
            }

            #ic1xl04 {
                display: block;
                margin-bottom: 10px;
                margin-top: 20px;
                color: rgb(48, 48, 48) !important;
            }

            #fkt-image-2f6-5a0-a3e {
                margin-top: 10px;
                display: block;
            }

            #iwhb9el {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #ibsftq4 {
                text-align: left;
            }

            #i56lcqf {
                display: block;
                margin-bottom: 10px;
                margin-top: 20px;
                color: rgb(48, 48, 48) !important;
            }

            #fkt-image-64d-8b6-8c7 {
                margin-top: 10px;
                display: block;
            }

            #i3dpj58 {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #ilavnd6 {
                font-size: 18px;
                display: block;
                width: 100% !important;
            }

            #iclhxul {
                text-align: left;
            }

            #izomr7f {
                display: block;
                margin-bottom: 10px;
                margin-top: 20px;
                color: rgb(48, 48, 48) !important;
            }

            #ibh2ygz {
                color: rgb(74, 144, 226) !important;
            }

            #izirs2d {
                background-color: rgb(250, 246, 34) !important;
            }

            #in0u5c7 {
                color: rgb(74, 144, 226);
            }

            #ils0llp {
                color: rgb(0, 0, 0) !important;
            }

            #i8rzpgz {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #ilix70f {
                text-align: left;
            }

            #ifkh3tt {
                display: block;
                margin-bottom: 10px;
                margin-top: 20px;
                color: rgb(48, 48, 48) !important;
            }

            #fkt-image-15a-595-9f3 {
                margin-top: 10px;
                display: block;
            }

            #i0909nl {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #iel71j4 {
                font-size: 18px;
                display: block;
                width: 100% !important;
                background-color: rgb(0, 0, 0) !important;
            }

            #ix4m83x {
                text-align: left;
            }

            #iers7aw {
                display: block;
                margin-bottom: 10px;
                margin-top: 10px;
                color: rgb(48, 48, 48) !important;
            }

            #ikdxcnk {
                border-radius: 15px;
                display: block;
            }

            #iqfswdk {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #ifialbi {
                text-align: left;
            }

            #im5oy7e {
                display: block;
                margin-bottom: 10px;
                margin-top: 25px;
                color: rgb(48, 48, 48) !important;
            }

            #iuqkvqc {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #fkt-image-ca6-cbe-931 {
                margin-top: 10px;
                display: block;
            }

            #ieczaaj {
                color: rgb(0, 0, 0) !important;
            }

            #iiqsvi9 {
                margin-top: 10px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #ini3p0h {
                color: rgb(255, 255, 255) !important;
            }

            #i0iet9l {
                background-color: rgb(2, 158, 218);
                padding: 3px;
            }

            #i05htxm {
                text-align: left;
                padding: 0px;
                color: rgb(255, 255, 255) !important;
            }

            #i2zxfll {
                display: block;
                margin-bottom: 0px;
                margin-top: 15px;
                color: rgb(48, 48, 48) !important;
            }

            #ij8myme {
                color: rgb(0, 0, 0) !important;
            }

            #igp3lim {
                margin-top: 5px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #i3pbgqg {
                color: rgb(255, 255, 255) !important;
            }

            #ikcxogg {
                background-color: rgb(2, 158, 218);
                padding: 3px;
            }

            #iofgz4p {
                text-align: left;
                padding: 0px;
                color: rgb(255, 255, 255) !important;
            }

            #i0he81k {
                display: block;
                margin-bottom: 0px;
                margin-top: 15px;
                color: rgb(48, 48, 48) !important;
            }

            #iuloesb {
                color: rgb(0, 0, 0) !important;
            }

            #iwlqlzd {
                margin-top: 5px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #iydusjf {
                color: rgb(255, 255, 255) !important;
            }

            #icdl0qz {
                background-color: rgb(2, 158, 218);
                padding: 3px;
            }

            #ihcgudh {
                text-align: left;
                padding: 0px;
                color: rgb(255, 255, 255) !important;
            }

            #iiin55h {
                display: block;
                margin-bottom: 0px;
                margin-top: 15px;
                color: rgb(48, 48, 48) !important;
            }

            #i0m3k8j {
                color: rgb(0, 0, 0) !important;
            }

            #iu59f1o {
                margin-top: 5px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #i6u8hsb {
                color: rgb(255, 255, 255) !important;
            }

            #iyjh6fg {
                background-color: rgb(2, 158, 218);
                padding: 3px;
            }

            #ifbu4kl {
                text-align: left;
                padding: 0px;
                color: rgb(255, 255, 255) !important;
            }

            #iozw9m7 {
                display: block;
                margin-bottom: 0px;
                margin-top: 15px;
                color: rgb(48, 48, 48) !important;
            }

            #iwpew8h {
                margin-top: 5px;
                display: block;
                color: rgb(0, 0, 0) !important;
            }

            #ij3qqfg {
                font-size: 18px;
                display: block;
                width: 100% !important;
                background-color: rgb(0, 0, 0) !important;
            }

            #i063l8f {
                padding-left: 10px;
            }

            #iqyouva {
                width: 100% !important;
                flex-direction: column;
            }

            #fkt-image-ba7-fb5-889 {
                width: 140px !important;
            }

            #fkt-image-d5b-a84-872 {
                width: 140px !important;
            }

            #fkt-image-6aa-f92-a18 {
                width: 140px !important;
            }

            #fkt-image-c37-b9d-ba6 {
                width: 140px !important;
            }

            #i4475xs {
                display: block;
                margin-bottom: 10px;
            }

            #fkt-image-c32-aa7-b4d {
                margin-top: 0px;
            }

            #ij9ucfr {
                padding-bottom: 0px;
            }

            #ii3e30e {
                display: none;
            }

            #i6aeigr {
                margin-top: 0px;
                display: block;
            }

            #imfq08z {
                margin-top: 0px;
                display: none;
            }

            #fkt-image-3ca-392-937 {
                width: 25px !important;
            }

            #iuqub0m {
                font-size: 15px;
            }

            #fkt-image-001-99a-87d {
                width: 25px !important;
            }

            #iruhpbo {
                font-size: 15px;
            }

            #fkt-image-2d9-cad-95d {
                width: 25px !important;
            }

            #i8m38lf {
                font-size: 15px;
            }

            #fkt-image-b7d-0aa-9e0 {
                width: 25px !important;
            }

            #il8zdig {
                font-size: 15px;
            }

            #i48zr64 {
                margin-top: 0px;
                display: none;
            }

            #iyqnkzd {
                padding-left: 10px;
            }

            #i6ief9y {
                width: 100% !important;
                flex-direction: column;
            }

            #io8ljjv {
                display: none;
            }

            #izm2b5d {
                display: block;
                margin-bottom: 10px;
            }

            #fkt-image-f6e-f97-bb1 {
                margin-top: 0px;
            }

            #i5ztk2u {
                padding-bottom: 0px;
            }

            #iidrwi7 {
                display: none;
            }

            #ie1njmr {
                margin-top: 0px;
                display: block;
            }

            #i5nhyoy {
                margin-top: 0px;
                display: none;
            }

            #fkt-image-411-a94-b49 {
                width: 140px !important;
            }

            #fkt-image-d57-68e-9bd {
                width: 140px !important;
            }

            #fkt-image-a93-aa9-9ff {
                width: 140px !important;
            }

            #fkt-image-76f-a9d-b61 {
                width: 140px !important;
            }

            #ifa1cky {
                padding-left: 10px;
            }

            #isjgl82 {
                width: 100% !important;
                flex-direction: column;
            }

            #i7rgpas {
                display: none;
            }

            #fkt-image-3a8-d9b-892 {
                width: 140px !important;
            }

            #fkt-image-92e-d9f-95d {
                width: 140px !important;
            }

            #i5n6daf {
                font-size: 18px;
                width: 100% !important;
            }

            #ijj3xlk {
                display: block;
                margin-bottom: 10px;
            }

            #iy8a3q2 {
                padding-bottom: 0px;
            }

            #iugl4uh {
                display: none;
            }

            #ipar3yj {
                margin-top: 0px;
                display: block;
            }

            #igkvi1u {
                margin-top: 0px;
                display: none;
            }

            #idfjlmm {
                padding-left: 10px;
            }

            #izz8zqk {
                width: 100% !important;
                flex-direction: column;
            }

            #ix67xyi {
                display: none;
            }

            #ipkdeth {
                border-radius: 15px;
            }

            #iechupx {
                margin-top: 0px;
                display: none;
            }

            #irx9hjq {
                display: block;
                margin-bottom: 10px;
            }

            #fkt-image-20c-5b8-a71 {
                margin-top: 0px;
            }

            #iybx92u {
                padding-bottom: 0px;
            }

            #iprnlbg {
                display: none;
            }

            #ivkd8sb {
                margin-top: 0px;
                display: block;
            }

            #i9q1hjv {
                margin-top: 0px;
                display: none;
            }

            #iejiw71 {
                font-size: 18px;
                width: 100% !important;
            }

            #i724q6c {
                padding-left: 10px;
            }

            #is9q0e6 {
                width: 100% !important;
                flex-direction: column;
            }

            #itgvijl {
                display: none;
            }

            #i8h9dye {
                margin-top: 0px;
                display: none;
            }

            #i233glf {
                display: block;
                margin-bottom: 10px;
            }

            #ilfiwkl {
                border-radius: 15px;
            }

            #isz3xoa {
                padding-bottom: 0px;
            }

            #iyfn18v {
                display: none;
            }

            #ieikuez {
                margin-top: 0px;
                display: block;
            }

            #iqrgjbu {
                margin-top: 0px;
                display: none;
            }

            #i865s0y {
                margin-top: 0px;
                display: none;
            }

            #ihrw0mh {
                padding-left: 10px;
            }

            #iflng66 {
                width: 100% !important;
                flex-direction: column;
            }

            #ihk6krh {
                display: none;
            }

            #fkt-image-43f-cb2-a99 {
                margin-top: 0px;
            }

            #i27nrmj {
                padding-top: 0px;
            }

            #il7mbug {
                width: 100% !important;
            }

            #iwqw873 {
                font-size: 31px;
                line-height: 40px;
            }

            #ig3xl6q {
                font-size: 12px;
                line-height: 14px;
            }

            #ipkl3om {
                font-size: 12px;
                line-height: 14px;
            }

            #ioqk89e {
                font-size: 18px;
                line-height: 20px;
            }

            #ix4jcik {
                width: 100% !important;
            }

            #imk6tsi {
                width: 100% !important;
            }

            #iny79t4 {
                font-size: 12px;
                line-height: 14px;
            }

            #itixc4u {
                padding: 10px 0px;
            }

            #iyoqjp2 {
                padding-left: 0px;
                padding-right: 0px;
                flex-direction: column;
                margin-top: 15px;
            }

            #fkt-image-ede-195-a4d {
                width: 80% !important;
            }

            #fkt-image-8e6-0a0-9db {
                width: 100% !important;
                margin-top: 10px;
            }

            #i2w5yvt {
                padding: 10px 0px;
            }

            #i8labxp {
                padding: 10px 0px;
            }

            #i895r2i {
                font-size: 25px;
                line-height: 32px;
            }

            #ixzt6yi {
                font-size: 24px;
                line-height: 24px;
            }

            #fkt-image-bc0-b9c-b45 {
                width: 100% !important;
                margin-top: 0px;
            }

            #ih0muqf {
                font-size: 18px;
                line-height: 20px;
            }

            #i939ezz {
                font-size: 24px;
                line-height: 24px;
            }

            #i8umypl {
                font-size: 16px;
                line-height: 24px;
            }

            #fkt-image-0c3-584-a32 {
                width: 100% !important;
                margin-top: 0px;
            }

            #i6t9tpj {
                font-size: 18px;
                line-height: 20px;
            }

            #ipnf262 {
                font-size: 24px;
                line-height: 24px;
            }

            #in4bcvj {
                font-size: 16px;
                line-height: 24px;
            }

            #fkt-image-8fc-6a2-b45 {
                width: 100% !important;
                margin-top: 0px;
            }

            #iryy69k {
                font-size: 18px;
                line-height: 20px;
            }

            #icmeauw {
                font-size: 24px;
                line-height: 24px;
            }

            #ilmkxm1 {
                font-size: 16px;
                line-height: 24px;
            }

            #ihjku5n {
                flex-direction: column;
            }

            #itpzr7j {
                margin-right: 1px;
            }

            #ihueg3o {
                margin-left: 0px;
                margin-right: 0px;
                margin-top: 15px;
            }

            #i3cb6m3 {
                margin-top: 15px;
                margin-left: 1px;
            }

            #ijzyger {
                font-size: 25px;
                line-height: 32px;
            }

            #i6r8sg6 {
                width: 100% !important;
            }

            #fkt-image-dc4-087-952 {
                width: 100% !important;
                margin-top: 0px;
            }

            #ipjwrus {
                font-size: 14px;
                line-height: 26px;
            }

            #ieotxkt {
                font-size: 20px;
                line-height: 24px;
            }

            #iritsp7 {
                font-size: 16px;
                line-height: 20px;
            }

            #igv3v17 {
                font-size: 16px;
                line-height: 20px;
            }

            #fkt-image-f41-7b6-b13 {
                width: 25px !important;
            }

            #ir0a00l {
                font-size: 15px;
            }

            #fkt-image-3fb-298-bd1 {
                width: 25px !important;
            }

            #i7ysdcc {
                font-size: 15px;
            }

            #fkt-image-df1-9b2-b50 {
                width: 25px !important;
            }

            #i5dp2ih {
                font-size: 15px;
            }

            #i5hg1tg {
                font-size: 18px;
                width: 100% !important;
                color: rgb(255, 255, 255) !important;
            }

            #i1fung4 {
                font-size: 16px;
                line-height: 20px;
            }

            #iudt5vt {
                font-size: 25px;
                line-height: 32px;
            }

            #fkt-image-b35-e8d-be7 {
                width: 50% !important;
                margin-top: 0px;
            }

            #is0012s {
                width: 100% !important;
            }

            #ip7eb8f {
                font-size: 16px;
                line-height: 25px;
            }

            #fkt-image-402-c95-ba2 {
                margin-top: 0px;
                display: block;
                width: 100% !important;
            }

            #i2p6qej {
                font-size: 25px;
                line-height: 32px;
            }

            #i889e9x {
                width: 100% !important;
            }

            #ihy3tf3 {
                font-size: 24px;
                line-height: 24px;
            }

            #ivmkftg {
                font-size: 25px;
                line-height: 32px;
            }

            #i8s95l9 {
                width: 100% !important;
            }

            #ia0kwrn {
                flex-direction: column;
            }

            #i6eof9l {
                padding-left: 0px;
                padding-right: 0px;
            }

            #ixcy279 {
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 15px;
            }

            #i4vah5x {
                border-style: solid;
                border-width: 1px;
                border-radius: 5px;
                border-color: rgb(0, 0, 0) !important;
            }

            #fkt-image-e4e-ab7-8ba {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #fkt-image-d59-680-8d9 {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #fkt-image-bfa-c88-955 {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #fkt-image-1f3-5a2-8d0 {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #fkt-image-234-e87-a87 {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #fkt-image-0ab-e8c-ba6 {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #fkt-image-00a-496-881 {
                margin-top: 0px;
                display: block;
                border-style: solid;
                border-width: 1px 0px 0px;
                width: 100% !important;
                border-color: rgba(102, 102, 102, 0.69) !important;
            }

            #i2jkook {
                font-size: 18px;
                display: block;
                width: 100% !important;
            }

            #ibiazv5 {
                margin-left: 0px;
                margin-right: 0px;
            }

            #iorn92n {
                margin-right: 0px;
                margin-left: 0px;
            }

            #i36z0j9 {
                margin-left: 0px;
                margin-right: 0px;
            }

            #i4t8t7c {
                margin-left: 0px;
                margin-right: 0px;
            }

            #i73r3oi {
                margin-right: 0px;
                padding-top: 5px;
                margin-left: 0px;
            }

            #i07u4se {
                margin-left: 0px;
                margin-right: 0px;
            }

            #ikw9lmh {
                font-size: 16px;
                line-height: 24px;
            }

            #i39565i {
                font-size: 16px;
                line-height: 24px;
            }

            #i6jjem4 {
                font-size: 16px;
                line-height: 24px;
            }

            #i8e7w3k {
                font-size: 16px;
                line-height: 24px;
            }

            #i7p0qde {
                font-size: 16px;
                line-height: 24px;
            }

            #i9xav7l {
                font-size: 16px;
                line-height: 24px;
            }

            #fkt-image-b6f-5a8-989 {
                margin-top: 0px;
                display: none;
                width: 100% !important;
            }

            #ikxzlcl {
                width: 100% !important;
            }

            #iqsrsos {
                margin-bottom: 0px;
                padding-bottom: 50px;
            }

            #iji7h1f {
                font-size: 20px;
                width: 100% !important;
                background-color: rgb(255, 0, 0) !important;
                color: rgb(255, 255, 255) !important;
            }

            #fkt-image-d0f-09e-a03 {
                width: 120px !important;
            }

            #i2ug {
                background-color: rgb(0, 0, 0) !important;
            }

            #ipfzrjp {
                background-color: rgba(56, 114, 114, 0) !important;
            }

            #iv9jk4 {
                padding-top: 0px;
            }

            #i1nmuy {
                padding-top: 0px;
            }

            #ics6d8 {
                color: rgb(2, 104, 208) !important;
            }

            #i6nbhs3 {
                margin-right: 5px;
                margin-left: 5px;
            }

            #idl1h8i {
                background-color: rgba(0, 0, 0, 0) !important;
            }

            #fkt-image-5dc-d8d-a63-2 {
                margin-top: 0px;
                display: block;
                width: 200px !important;
            }

            #ilffpkc-2 {
                font-size: 14px;
                line-height: 26px;
            }

            #i6zbycx-4 {
                width: 100% !important;
            }

            #cc-id-XhMvCTNlvxU1 {
                font-size: 13px;
                color: rgb(24, 56, 183);
            }

            #cc-id-KLsJsnqmZsIU {
                font-size: 13px;
                color: rgb(24, 56, 183);
            }

            #cc-id-mzkqCniNNbHG {
                font-size: 13px;
                color: rgb(24, 56, 183);
            }
        }
    
    
        

        @keyframes react-spinners-BeatLoader-beat {
            50% {
                transform: scale(0.75);
                opacity: 0.2;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
    
    
        

        @keyframes react-spinners-ClipLoader-clip {
            0% {
                transform: rotate(0deg) scale(1);
            }

            50% {
                transform: rotate(180deg) scale(0.8);
            }

            100% {
                transform: rotate(360deg) scale(1);
            }
        }
    
    
        

        @keyframes react-spinners-GridLoader-grid {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(0.5);
                opacity: 0.7;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
    
    
        

        .css-s9ggwg {
            z-index: 1500;
            pointer-events: none;
        }

        .css-s9ggwg[data-popper-placement*="bottom"] .MuiTooltip-arrow {
            top: 0px;
            margin-top: -0.71em;
        }

        .css-s9ggwg[data-popper-placement*="bottom"] .MuiTooltip-arrow::before {
            transform-origin: 0px 100%;
        }

        .css-s9ggwg[data-popper-placement*="top"] .MuiTooltip-arrow {
            bottom: 0px;
            margin-bottom: -0.71em;
        }

        .css-s9ggwg[data-popper-placement*="top"] .MuiTooltip-arrow::before {
            transform-origin: 100% 0px;
        }

        .css-s9ggwg[data-popper-placement*="right"] .MuiTooltip-arrow {
            left: 0px;
            margin-left: -0.71em;
            height: 1em;
            width: 0.71em;
        }

        .css-s9ggwg[data-popper-placement*="right"] .MuiTooltip-arrow::before {
            transform-origin: 100% 100%;
        }

        .css-s9ggwg[data-popper-placement*="left"] .MuiTooltip-arrow {
            right: 0px;
            margin-right: -0.71em;
            height: 1em;
            width: 0.71em;
        }

        .css-s9ggwg[data-popper-placement*="left"] .MuiTooltip-arrow::before {
            transform-origin: 0px 0px;
        }

        .css-1dkatbo {
            z-index: 1500;
            pointer-events: none;
        }

        .css-1dkatbo[data-popper-placement*="bottom"] .MuiTooltip-arrow {
            top: 0px;
            margin-top: -0.71em;
        }

        .css-1dkatbo[data-popper-placement*="bottom"] .MuiTooltip-arrow::before {
            transform-origin: 0px 100%;
        }

        .css-1dkatbo[data-popper-placement*="top"] .MuiTooltip-arrow {
            bottom: 0px;
            margin-bottom: -0.71em;
        }

        .css-1dkatbo[data-popper-placement*="top"] .MuiTooltip-arrow::before {
            transform-origin: 100% 0px;
        }

        .css-1dkatbo[data-popper-placement*="right"] .MuiTooltip-arrow {
            left: 0px;
            margin-left: -0.71em;
            height: 1em;
            width: 0.71em;
        }

        .css-1dkatbo[data-popper-placement*="right"] .MuiTooltip-arrow::before {
            transform-origin: 100% 100%;
        }

        .css-1dkatbo[data-popper-placement*="left"] .MuiTooltip-arrow {
            right: 0px;
            margin-right: -0.71em;
            height: 1em;
            width: 0.71em;
        }

        .css-1dkatbo[data-popper-placement*="left"] .MuiTooltip-arrow::before {
            transform-origin: 0px 0px;
        }
    
    
        

        @import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,400;0,700;0,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

        @font-face {
            font-family: Brandon_Grotesque_Regular;
            src: url("https://cdn.shopify.com/s/files/1/2318/2543/files/Brandon-Grotesque-Web-Regular.woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: Brandon_Grotesque_Regular;
            src: url("https://cdn.shopify.com/s/files/1/2318/2543/files/brandon-grotesque-medium.woff");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Harmonia Sans";
            src: url("https://cdn.shopify.com/s/files/1/0596/6810/3322/files/HarmoniaSansW01-Regular.woff?v=1656318255");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Harmonia Sans";
            src: url("https://cdn.shopify.com/s/files/1/0596/6810/3322/files/Harmonia_Sans_W01_Bold.ttf?v=1656318382");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: Poppins-Klaviyo-Hosted;
            src: url("https://static.klaviyo.com/onsite/hosted-fonts/Poppins/latin/poppins_latin_italic_400.woff2");
            font-weight: 400;
            font-style: italic;
            font-display: swap;
        }

        @font-face {
            font-family: Poppins-Klaviyo-Hosted;
            src: url("https://static.klaviyo.com/onsite/hosted-fonts/Poppins/latin/poppins_latin_italic_700.woff2");
            font-weight: 700;
            font-style: italic;
            font-display: swap;
        }

        @font-face {
            font-family: Poppins-Klaviyo-Hosted;
            src: url("https://static.klaviyo.com/onsite/hosted-fonts/Poppins/latin/poppins_latin_regular_400_2.woff2");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: Poppins-Klaviyo-Hosted;
            src: url("https://static.klaviyo.com/onsite/hosted-fonts/Poppins/latin/poppins_latin_regular_700.woff2");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }
    
    
        

        @keyframes claude-pulse {

            0%,
            100% {
                opacity: 0.6;
            }

            50% {
                opacity: 1;
            }
        }

        #claude-agent-glow-border-inner {
            animation: 2s ease-in-out 0s infinite normal none running claude-pulse;
        }

        @media (prefers-reduced-motion: reduce) {
            #claude-agent-glow-border-inner {
                animation: auto ease 0s 1 normal none running none;
            }
        }
    
    
        

        .fk-hide-on-load {
            visibility: hidden;
        }

        .fk-payment-options-hide-on-load,
        .fk-display-none-on-load {
            display: none;
        }

        .fk-youtube {
            background-color: rgb(0, 0, 0);
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            min-height: 160px;
        }

        .fk-youtube .fk-rm.image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .fk-youtube .play-button {
            width: 90px;
            height: 60px;
            background-color: rgb(51, 51, 51);
            box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 30px;
            z-index: 1;
            opacity: 0.8;
            border-radius: 6px;
        }

        .fk-youtube .play-button::before {
            content: "";
            border-style: solid;
            border-width: 15px 0px 15px 26px;
            border-color: transparent transparent transparent rgb(255, 255, 255);
        }

        .fk-youtube .fk-rm.image,
        .fk-youtube .play-button {
            cursor: pointer;
        }

        .fk-youtube .fk-rm.image,
        .fk-youtube iframe,
        .fk-youtube .play-button,
        .fk-youtube .play-button::before {
            position: absolute;
        }

        .fk-youtube .play-button,
        .fk-youtube .play-button::before {
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0px);
        }

        .fk-youtube iframe {
            height: 100%;
            width: 100%;
            top: 0px;
            left: 0px;
        }
    