#rewrite .fa-chevron-down:before {
    content: "\f078";
}

#rewrite a,
#rewrite .dropdown-menu > li > a:hover {
    color: var(--theme-color-1);
}

#rewrite .dropdown-menu > li > a:hover {
    background-color: var(--theme-color-0_07);
}

#rewrite *,
#rewrite *::before,
#rewrite *::after {
    box-sizing: inherit;
}

#rewrite .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#rewrite .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#rewrite .col-sm-12,
#rewrite .col-md-4,
#rewrite .col-md-6,
#rewrite .col-md-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    #rewrite .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #rewrite .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #rewrite .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #rewrite .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

#rewrite *,
#rewrite *::before,
#rewrite *::after {
    box-sizing: border-box;
}

#rewrite section {
    display: block;
}

#rewrite h2,
#rewrite h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#rewrite p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#rewrite ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#rewrite a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#rewrite a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#rewrite img {
    vertical-align: middle;
    border-style: none;
}

#rewrite button {
    border-radius: 0;
}

#rewrite button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

#rewrite button,
#rewrite select,
#rewrite textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#rewrite button {
    overflow: visible;
}

#rewrite button,
#rewrite select {
    text-transform: none;
}

#rewrite button,
#rewrite html [type="button"],
#rewrite [type="submit"] {
    -webkit-appearance: button;
}

#rewrite textarea {
    overflow: auto;
    resize: vertical;
}

#rewrite .container-fluid:before,
#rewrite .container-fluid:after,
#rewrite .row:before,
#rewrite .row:after {
    content: " ";
    display: flex;
}

#rewrite .container-fluid:after,
#rewrite .row:after {
    clear: both;
}

#rewrite textarea,
#rewrite select {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: gray;
    margin: 0 0 16px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

#rewrite select {
    padding: 15px 18px;
    cursor: pointer;
}

#rewrite textarea:focus {
    color: gray;
    transition: box-shadow 0.2s !important;
    opacity: 1;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

#rewrite ::placeholder {
    color: #aaa;
    opacity: 1;
}

#rewrite textarea {
    height: auto;
    line-height: 27px;
    padding: 10px 20px;
    transition: none !important;
    min-width: 100%;
}

#rewrite button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    cursor: pointer;
}

#rewrite a {
    color: #66676b;
    transition: 0.3s;
}

#rewrite a,
#rewrite button {
    outline: none !important;
}

#rewrite a:focus,
#rewrite a:hover {
    text-decoration: none;
    color: #333;
}

#rewrite img {
    max-width: 100%;
}

#rewrite button {
    vertical-align: middle;
}

#rewrite .ripple-effect {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#rewrite .dropdown {
    position: relative;
}

#rewrite .dropdown-toggle:focus {
    outline: 0;
}

#rewrite .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 10px 5px;
    margin: -4px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

#rewrite .dropdown-menu > li > a {
    display: block;
    padding: 7px 10px;
    padding-right: 35px;
    clear: both;
    font-weight: 400;
    line-height: 21px;
    color: gray;
    border-radius: 4px;
}

#rewrite .dropdown-menu > li > a:hover {
    color: #66676b;
    text-decoration: none;
    background-color: rgba(102, 103, 107, 0.07);
}

#rewrite body p {
    font-size: 16px;
    line-height: 27px;
}

#rewrite h2,
#rewrite h6,
#rewrite textarea,
#rewrite select,
#rewrite button {
    font-family: nunito, helveticaneue, helvetica neue, Helvetica, Arial,
        sans-serif;
    text-transform: none;
}

#rewrite h2,
#rewrite h6 {
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#rewrite h2 {
    font-size: 26px;
}

#rewrite h6 {
    font-size: 12px;
}

#rewrite *,
#rewrite *::before,
#rewrite *::after {
    box-sizing: border-box;
}

#rewrite h6,
#rewrite h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #1c263b;
}

#rewrite h2 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    #rewrite h2 {
        font-size: 2.25rem;
    }
}

#rewrite h6 {
    font-size: 1rem;
}

#rewrite p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#rewrite ul {
    padding-left: 2rem;
}

#rewrite ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#rewrite a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

#rewrite a:hover {
    color: var(--bs-link-hover-color);
}

#rewrite img {
    vertical-align: middle;
}

#rewrite button {
    border-radius: 0;
}

#rewrite button:focus:not(:focus-visible) {
    outline: 0;
}

#rewrite button,
#rewrite select,
#rewrite textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#rewrite button,
#rewrite select {
    text-transform: none;
}

#rewrite select {
    word-wrap: normal;
}

#rewrite select:disabled {
    opacity: 1;
}

#rewrite button,
#rewrite [type="button"],
#rewrite [type="submit"] {
    -webkit-appearance: button;
}

#rewrite button:not(:disabled),
#rewrite [type="button"]:not(:disabled),
#rewrite [type="submit"]:not(:disabled) {
    cursor: pointer;
}

#rewrite textarea {
    resize: vertical;
}

#rewrite .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

#rewrite .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#rewrite .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    #rewrite .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #rewrite .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #rewrite .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #rewrite .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

#rewrite .form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #6b7989;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #dce3ed;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #rewrite .form-control {
        transition: none;
    }
}

#rewrite .form-control:focus {
    color: #6b7989;
    background-color: #fff;
    border-color: rgba(108, 91, 243, 0.65);
    outline: 0;
    box-shadow: 0 0 5px 0px rgba(95, 56, 249, 0.2);
}

#rewrite .form-control::placeholder {
    color: #8b97a6;
    opacity: 1;
}

#rewrite .form-control:disabled {
    background-color: #6b7989;
    opacity: 1;
}

#rewrite textarea.form-control {
    min-height: 2.5rem;
}

#rewrite .btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: Plus Jakarta Sans, sans-serif;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5rem;
    --bs-btn-color: #6b7989;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 0.125rem;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 1, 0);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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;
}

@media (prefers-reduced-motion: reduce) {
    #rewrite .btn {
        transition: none;
    }
}

#rewrite .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

#rewrite :not(.btn-check) + .btn:active,
#rewrite .btn:first-child:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

#rewrite .btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

#rewrite .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c5bf3;
    --bs-btn-border-color: #6c5bf3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c4dcf;
    --bs-btn-hover-border-color: #5649c2;
    --bs-btn-focus-shadow-rgb: 130, 116, 245;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5649c2;
    --bs-btn-active-border-color: #5144b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c5bf3;
    --bs-btn-disabled-border-color: #6c5bf3;
}

#rewrite .dropdown {
    position: relative;
}

#rewrite .dropdown-toggle {
    white-space: nowrap;
}

#rewrite .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#rewrite .dropdown-toggle:empty::after {
    margin-left: 0;
}

#rewrite .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid
        var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

#rewrite .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#rewrite .dropdown-item:hover,
#rewrite .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

#rewrite .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

#rewrite .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

#rewrite .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

#rewrite .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#rewrite textarea.form-control {
    min-height: 5rem;
}

#rewrite a {
    text-decoration: none;
    transition: color 0.2s, background-color 0.2s, border 0.2s, box-shadow 0.2s;
}

#rewrite h2:where(:last-child),
#rewrite p:where(:last-child) {
    margin-bottom: 0;
}

#rewrite ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#rewrite img {
    max-width: 100%;
}

#rewrite button[type="submit"] {
    background: var(--bs-link-color);
    color: #fff;
}

#rewrite .dropdown-toggle::after {
    display: none;
}

#rewrite .rewriter-wrp .container-fluid {
    padding: 0 20px;
}

#rewrite .rewriter-wrp .rewriter-block {
    background: #fff;
    border-radius: 24px;
    margin: 0 auto 5px;
    width: 1880px;
    max-width: 100%;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head {
    padding: 16px 24px;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head .row {
    align-items: center;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li a:hover,
#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li a.active {
    color: #0e243a;
    opacity: 1;
    background: rgba(108, 91, 243, 0.13);
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li a {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.586207px;
    color: rgba(14, 36, 58, 0.8);
    opacity: 0.35;
    display: table;
    padding: 14px 30px;
    border-radius: 40px;
}

#rewrite .rewriter-wrp .rewriter-input-block .pastetext img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.right-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.right-part li {
    margin-right: 10px;
    white-space: nowrap;
}

#rewrite .rewriter-head-mbl {
    display: none;
    padding: 26px 35px 20px;
    background: #fff;
    border-radius: 24px 24px 0 0;
}

#rewrite .rewriter-wrp .main-row {
    margin: 0 -5px;
}

#rewrite .rewriter-wrp .rewriter-input-block {
    position: relative;
}

#rewrite .rewriter-wrp .rewriter-input-block .form-control {
    background: rgba(14, 36, 58, 0.01);
    border-radius: 24px;
    padding: 30px 45px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.586207px;
    color: #000;
    border: none;
    box-shadow: none;
    outline: none;
    resize: none;
}

#rewrite .rewriter-wrp .rewriter-input-block .pastetext {
    display: table;
    border: 1px dashed rgba(108, 91, 243, 0.45);
    border-radius: 18px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.2px;
    color: rgba(108, 91, 243, 0.42);
    padding: 14px 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#rewrite .bottom-info {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 15px;
}

#rewrite .bottom-info .col-md-4 {
    display: flex;
    align-items: center;
}

#rewrite .bottom-info .btn {
    margin-left: 5px;
    height: 50px;
    flex-direction: column;
    padding: 0px 15px;
    white-space: nowrap;
    font-weight: 600;
}

#rewrite .bottom-info .btn span {
    font-size: 13px;
    font-weight: 400;
    margin-top: -5px;
}

#rewrite .rewriter-wrp .rewriter-input-block .dropdown {
    padding: 0px 24px;
    height: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    background: #fff;
    border: 1px solid rgba(14, 36, 58, 0.19);
    border-radius: 47px;
}

#rewrite .bottom-info button[type="submit"] {
    border: 1px solid rgba(14, 36, 58, 0.19);
    background-color: #fff;
    color: #0e243a;
}

#rewrite .rewriter-wrp .rewriter-input-block .dropdown .dropdown-toggle {
    font-weight: 600;
    font-size: 14px;
    color: #0e243a;
    text-align: center;
    letter-spacing: -0.586207px;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}

#rewrite .rewriter-wrp .rewriter-input-block .dropdown .dropdown-menu {
    padding: 0;
    box-shadow: none;
    outline: none;
    background: #fff;
    z-index: 9;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.586207px;
    color: #0e243a;
    margin: 0 21px 0 0;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li a {
    font-size: 15px;
    padding: 8px 15px;
}

#rewrite .bottom-info .row > div:nth-of-type(1) {
    width: auto;
    align-items: flex-end;
}

#rewrite .bottom-info .row > div:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}

#rewrite .bottom-info .row div:nth-of-type(2) div,
#rewrite .bottom-info .row div:nth-of-type(2) > button,
#rewrite .bottom-info .row div:nth-of-type(2) a {
    margin-top: 10px;
}

#rewrite .rewriter-wrp .main-row .col-md-6 {
    padding: 0 5px;
}

#rewrite .bottom-info-fresh {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: #fff;
}

#rewrite .bottom-info-fresh ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#rewrite .bottom-info-fresh ul li a {
    background: rgba(108, 91, 243, 0.42);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rewrite .bottom-info-fresh ul li a:hover {
    background: rgba(108, 91, 243, 1);
}

#rewrite .bottom-info-fresh ul li {
    margin-right: 10px;
}

#rewrite .bottom-info-fresh .row {
    align-items: flex-end;
}

@media screen and (max-width: 600px) {
    #rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.right-part li {
        white-space: normal;
    }
}

#rewrite .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

#rewrite .fas {
    font-family: "Font Awesome 6 Free";
}

#rewrite .fa-chevron-down:before {
    content: "\f078";
}

#rewrite .fas {
    font-weight: 900;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: local("Plus Jakarta Sans ExtraBold"),
        local("PlusJakartaSans-ExtraBold"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-ExtraBold.woff2")
            format("woff2"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-ExtraBold.woff")
            format("woff"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-ExtraBold.ttf")
            format("truetype"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-ExtraBold.svg#PlusJakartaSans-ExtraBold")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: local("Plus Jakarta Sans Bold"), local("PlusJakartaSans-Bold"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Bold.woff2")
            format("woff2"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Bold.woff")
            format("woff"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Bold.ttf")
            format("truetype"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: local("Plus Jakarta Sans Medium"), local("PlusJakartaSans-Medium"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Medium.woff2")
            format("woff2"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Medium.woff")
            format("woff"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Medium.ttf")
            format("truetype"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium")
            format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: local("Plus Jakarta Sans Regular"), local("PlusJakartaSans-Regular"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Regular.woff2")
            format("woff2"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Regular.woff")
            format("woff"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Regular.ttf")
            format("truetype"),
        url("https://dev.word-spinner.com/templates/copygen-theme/fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2)
            format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.ttf)
            format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2)
            format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf)
            format("truetype");
}

#rewrite .rewriter-wrp .rewriter-block {
    width: 95vw;
    max-width: 1500px;
    margin-top: 20px;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05),
        0 6px 14px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#rewrite {
    margin-top: 30px;
}

#rewrite .btn-primary {
    border-radius: 10px !important;
    background: rgb(85, 97, 232);
    background: linear-gradient(
        311deg,
        rgba(85, 97, 232, 1) 23%,
        rgba(150, 134, 223, 1) 76%
    );
    border: none;
}

#rewrite .btn-primary:hover {
    background: rgb(85, 97, 232);
    background: linear-gradient(
        311deg,
        rgba(85, 97, 232, 1) 23%,
        rgba(150, 134, 223, 1) 76%
    );
    border: none !important;
    color: #fff !important;
}

#rewrite .currentCount,
#rewrite .resultCount {
    color: #000;
}

#rewrite .rewriter-head {
    position: relative;
}

#rewrite .cta-box {
    width: 350px;
    border-radius: 20px;
    color: #000;
    position: absolute;
    background: #fff;
    left: calc(47.5vw - 175px);
    top: 70px;
    padding: 20px;
    z-index: 2;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#rewrite .cta-box p {
    font-size: 16px;
}

#rewrite .cta-box .btn {
    font-size: 16px !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    margin: auto;
    display: block;
}

.show {
    display: block !important;
}

#rewrite .bottom-info .dropdown-item.btn-primary {
    color: #fff !important;
    height: 40px !important;
    margin: 10px auto !important;
    width: 80% !important;
    display: flex !important;
    border-radius: 10px !important;
}

#rewrite .bottom-info .btn-primary,
#rewrite .bottom-info .dropdown {
    border-radius: 10px !important;
}

#rewrite .bottom-info-fresh {
    display: none;
    border-bottom-right-radius: 15px;
}

#rewrite .maxReached {
    color: #d0021b;
    font-size: 14px;
}

#rewrite .maxReached .prem-info {
    color: #007bff;
}

.loadingPlaceholder {
    display: none;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li a {
    font-size: 14px;
}

#rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.left-part li h2 {
    font-size: 17px;
}

#rewrite .rewriter-wrp .rewriter-input-block .form-control {
    font-size: 16px;
}

.mobile-view {
    display: none;
}

.sky-mega-menu li {
    border-right-width: 0px;
}

.sky-mega-menu {
    border-radius: 15px;
    box-shadow: unset;
    border: 1px solid rgba(14, 36, 58, 0.19);
    margin-top: 8px !important;
    z-index: 5;
}

#rewrite .sky-mega-menu li {
    padding: 0px;
}

#rewrite .row .col-md-8.col-sm-12 .sky-mega-menu li a {
    margin-top: 0px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#rewrite .rewriter-wrp .rewriter-block {
    overflow: visible;
}

.g-recaptcha {
    display: none;
}

@media (min-width: 992px) {
    #rewrite .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #rewrite .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 576px) {
    #rewrite .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 576px) {
    #rewrite .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

#rewrite .cta-box2 {
    display: block;
    top: 600px;
    left: 165px;
}

@media screen and (max-width: 1200px) {
    .mobile-view {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }

    #rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.right-part {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .row-head {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .sky-mega-menu {
        width: 48%;
        border-radius: 15px;
        z-index: 5;
    }

    .sky-mega-menu li {
        width: 100%;
    }

    .sky-mega-menu .fa.fa-chevron-down {
        position: absolute;
        right: 15px;
        top: 40%;
        margin-right: 5px;
    }

    .right-part a.btn.btn-primary {
        padding: 13px 10px !important;
        font-size: 14px !important;
        width: 100%;
    }

    #rewrite .bottom-info .sky-mega-menu {
        display: none;
    }

    #rewrite .rewriter-wrp .rewriter-block .rewriter-head ul.right-part li {
        margin-right: 0px;
    }

    #rewrite .rewriter-wrp .container-fluid {
        padding: 0px;
    }

    #rewrite .cta-box {
        top: 200px;
        left: calc(47.5vw - 175px);
    }

    #rewrite .cta-box p {
        font-size: 14px !important;
    }

    #rewrite .cta-box .btn {
        font-size: 14px !important;
    }

    #rewrite .bottom-info-fresh {
        border-bottom-left-radius: 15px;
    }

    #rewrite .rewrite-free-btn.btn-primary:hover {
        background-color: #fff !important;
        background: #fff !important;
        color: #000 !important;
        border: 1px solid rgba(14, 36, 58, 0.19) !important;
    }
}

@media screen and (min-width: 1800px) {
    #rewrite .cta-box {
        left: 575px;
    }

    #rewrite .cta-box2 {
        left: 185px;
    }
}
