#gtgfEditor .z-10 {
    z-index: 10
}
#gtgfEditor .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
#gtgfEditor .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}
#gtgfEditor .h-6 {
    height: 1.5rem
}
#gtgfEditor .h-full {
    height: 100%
}
#gtgfEditor .w-6 {
    width: 1.5rem
}
#gtgfEditor .w-full {
    width: 100%
}
#gtgfEditor .flex-none {
    flex: none
}
#gtgfEditor .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
#gtgfEditor .cursor-pointer {
    cursor: pointer
}
#gtgfEditor .divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
#gtgfEditor .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity))
}
#gtgfEditor .overflow-hidden {
    overflow: hidden
}
#gtgfEditor .break-keep {
    word-break: keep-all
}
#gtgfEditor .rounded-2xl {
    border-radius: 1rem
}
#gtgfEditor .rounded-lg {
    border-radius: 0.5rem
}
#gtgfEditor .rounded-xl {
    border-radius: 0.75rem
}
#gtgfEditor .border {
    border-width: 1px
}
#gtgfEditor .border-b {
    border-bottom-width: 1px
}
#gtgfEditor .border-t {
    border-top-width: 1px
}
#gtgfEditor .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
#gtgfEditor .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-opacity-20 {
    --tw-bg-opacity: 0.2
}
#gtgfEditor .bg-opacity-60 {
    --tw-bg-opacity: 0.6
}
#gtgfEditor .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
#gtgfEditor .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}
#gtgfEditor .from-black {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
#gtgfEditor .from-red-500 {
    --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
#gtgfEditor .to-orange-500 {
    --tw-gradient-to: #f97316 var(--tw-gradient-to-position)
}
#gtgfEditor .stroke-current {
    stroke: currentColor
}
#gtgfEditor .text-left {
    text-align: left
}
#gtgfEditor .text-center {
    text-align: center
}
#gtgfEditor .text-base {
    font-size: 1.2308rem;
    line-height: 1.8462rem
}
#gtgfEditor .text-lg {
    font-size: 1.3846rem;
    line-height: 2.1538rem
}
#gtgfEditor .text-sm {
    font-size: 1.0769rem;
    line-height: 1.5385rem
}
#gtgfEditor .text-xl {
    font-size: 1.5385rem;
    line-height: 2.1538rem
}
#gtgfEditor .text-xs {
    font-size: 0.9231rem;
    line-height: 1.2308rem
}
#gtgfEditor .font-bold {
    font-weight: 700
}
#gtgfEditor .font-medium {
    font-weight: 500
}
#gtgfEditor .font-normal {
    font-weight: 400
}
#gtgfEditor .font-semibold {
    font-weight: 600
}
#gtgfEditor .uppercase {
    text-transform: uppercase
}
#gtgfEditor .leading-relaxed {
    line-height: 1.625
}
#gtgfEditor .leading-snug {
    line-height: 1.375
}
#gtgfEditor .tracking-tight {
    letter-spacing: -0.025em
}
#gtgfEditor .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
}
#gtgfEditor .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
#gtgfEditor .underline-offset-4 {
    text-underline-offset: 4px
}
#gtgfEditor .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#gtgfEditor .duration-300 {
    transition-duration: 300ms
}
#gtgfEditor .duration-500 {
    transition-duration: 500ms
}
#gtgfEditor .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
#gtgfEditor .hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
#gtgfEditor .hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity))
}
#gtgfEditor .hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
#gtgfEditor .hover\:to-yellow-600:hover {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)
}
#gtgfEditor .hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
#gtgfEditor .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
#gtgfEditor .hover\:underline:hover {
    text-decoration-line: underline
}
@media (min-width: 1024px) {
    #gtgfEditor .lg\:order-1 {
        order: 1
    }
    #gtgfEditor .lg\:order-2 {
        order: 2
    }
    #gtgfEditor .lg\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
    #gtgfEditor .lg\:h-7 {
        height: 1.75rem
    }
    #gtgfEditor .lg\:w-1\/2 {
        width: 50%
    }
    #gtgfEditor .lg\:w-1\/3 {
        width: 33.333333%
    }
    #gtgfEditor .lg\:w-2\/3 {
        width: 66.666667%
    }
    #gtgfEditor .lg\:w-2\/5 {
        width: 40%
    }
    #gtgfEditor .lg\:w-3\/5 {
        width: 60%
    }
    #gtgfEditor .lg\:w-7 {
        width: 1.75rem
    }
    #gtgfEditor .lg\:text-left {
        text-align: left
    }
    #gtgfEditor .lg\:text-2xl {
        font-size: 1.8462rem;
        line-height: 2.4615rem
    }
    #gtgfEditor .lg\:text-4xl {
        font-size: 2.7692rem;
        line-height: 3.0769rem
    }
    #gtgfEditor .lg\:text-base {
        font-size: 1.2308rem;
        line-height: 1.8462rem
    }
    #gtgfEditor .lg\:text-lg {
        font-size: 1.3846rem;
        line-height: 2.1538rem
    }
    #gtgfEditor .lg\:text-sm {
        font-size: 1.0769rem;
        line-height: 1.5385rem
    }
    #gtgfEditor .lg\:text-xs {
        font-size: 0.9231rem;
        line-height: 1.2308rem
    }
    #gtgfEditor .lg\:font-normal {
        font-weight: 400
    }
    #gtgfEditor .lg\:leading-relaxed {
        line-height: 1.625
    }
    #gtgfEditor .lg\:leading-snug {
        line-height: 1.375
    }
    #gtgfEditor .lg\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity))
    }
}