@charset 'UTF-8';
@font-face {
    font-family: HELVETICANEUELTPRO-THEX;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HELVETICANEUELTPRO-THEX.OTF);
}

@font-face {
    font-family: HELVETICANEUELTPRO-EX;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HELVETICANEUELTPRO-EX.OTF);
    src: url(../fonts/HELVETICANEUELTPRO-THEX.OTF);
}

@font-face {
    font-family: HELVETICANEUELTPRO-EXO;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HELVETICANEUELTPRO-EXO.OTF);
}

@font-face {
    font-family: KAUSHANSCRIPT-REGULAR;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/KAUSHANSCRIPT-REGULAR.TTF);
}

@font-face {
    font-family: GOTHAMRND-BOOK;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GOTHAMRND-BOOK.OTF);
}

@font-face {
    font-family: GothamRnd-Light;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GothamRnd-Light.otf);
}

@font-face {
    font-family: KUNSTLER;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/KUNSTLER.otf);
}

@font-face {
    font-family: Didot;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Didot.ttf);
}

@font-face {
    font-family: AVGARDD;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/AVGARDD.TTF);
}

@font-face {
    font-family: HelveNueThin;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HelveNueThin.TTF);
}

@font-face {
    font-family: HELVETICANEUETHN;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HELVETICANEUETHN.TTF);
}

@font-face {
    font-family: LANEUP;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/LANEUP.TTF);
}

@font-face {
    font-family: GOTHAM-BLACKITALIC;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GOTHAM-BLACKITALIC.OTF);
}

@font-face {
    font-family: GOTHAM-BLACK;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GOTHAM-BLACK.OTF);
}

@font-face {
    font-family: GOTHAM-BOLD;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GOTHAM-BOLD.OTF);
}

@font-face {
    font-family: DisneyEnglish-Bold;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/DisneyEnglish-Bold.otf);
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-popup {
    0% {
        transform: translateY(10px);
        opacity: 0.5;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.plyr {
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    min-width: 200px;
    max-width: 100%;
    transition: box-shadow 0.3s ease;
    text-shadow: none;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-variant-numeric: tabular-nums;
}

.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit;
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}

.plyr:focus {
    outline: 0;
}

.plyr--full-ui {
    box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation;
}

.plyr__badge {
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
    color: #fff;
    border-radius: 2px;
    background: #4a5764;
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px;
    transition: transform 0.4s ease-in-out;
    animation: plyr-fade-in 0.3s ease;
    text-align: center;
    color: #fff;
}

.plyr__captions .plyr__caption {
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.plyr__captions .plyr__caption div {
    display: inline;
}

.plyr__captions span:empty {
    display: none;
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
}

.plyr__control {
    position: relative;
    overflow: visible;
    padding: 7px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: inherit;
    border: 0;
    border-radius: 3px;
    background: 0;
    flex-shrink: 0;
}

.plyr__control svg {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    fill: currentColor;
}

.plyr__control:focus {
    outline: 0;
}

.plyr__control.plyr__tab-focus {
    outline: 0;
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
}

a.plyr__control {
    text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
    display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    color: #fff;
    background: #00b3ff;
}

.plyr__control--overlaid {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: none;
    padding: 15px;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 0;
    border-radius: 100%;
    background: rgba(0, 179, 255, 0.8);
}

.plyr__control--overlaid svg {
    position: relative;
    left: 2px;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
    visibility: hidden;
    opacity: 0;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}

.plyr--full-ui ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}

.plyr__controls .plyr__progress__container {
    min-width: 0;
    flex: 1;
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
    margin-right: auto;
    margin-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0;
}

.plyr__controls:empty {
    display: none;
}

.plyr--audio .plyr__controls {
    padding: 10px;
    color: #4a5764;
    border-radius: inherit;
    background: #fff;
}

.plyr--video .plyr__controls {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 5px 5px;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    color: #fff;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px;
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    transform: translateY(100%);
    pointer-events: none;
    opacity: 0;
}

.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
    display: none;
}

.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
}

.plyr__menu {
    position: relative;
    display: flex;
}

.plyr__menu .plyr__control svg {
    transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}

.plyr__menu__container {
    font-size: 16px;
    position: absolute;
    z-index: 3;
    right: -3px;
    bottom: 100%;
    margin-bottom: 10px;
    animation: plyr-popup 0.2s ease;
    text-align: left;
    white-space: nowrap;
    color: #4a5764;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
    position: absolute;
    top: 100%;
    right: 15px;
    width: 0;
    height: 0;
    content: "";
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}

.plyr__menu__container [role="menu"] {
    padding: 7px;
}

.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px;
}

.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0;
}

.plyr__menu__container .plyr__control {
    font-size: 14px;
    display: flex;
    width: 100%;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4a5764;
    align-items: center;
}

.plyr__menu__container .plyr__control>span {
    display: flex;
    width: 100%;
    align-items: inherit;
}

.plyr__menu__container .plyr__control::after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    border: 4px solid transparent;
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
    right: 5px;
    border-left-color: rgba(74, 87, 100, 0.8);
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    position: relative;
    width: calc(100% - 14px);
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
}

.plyr__menu__container .plyr__control--back::after {
    left: 7px;
    border-right-color: rgba(74, 87, 100, 0.8);
}

.plyr__menu__container .plyr__control--back::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 1px;
    margin-top: 4px;
    content: "";
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: 7px;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]::after,
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
    border-radius: 100%;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    content: "";
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    border: 0;
    background: #fff;
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
    background: #00b3ff;
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
    display: flex;
    overflow: hidden;
    margin-right: -5px;
    margin-left: auto;
    padding-left: 25px;
    pointer-events: none;
    align-items: center;
}

.plyr--full-ui input[type="range"] {
    display: block;
    width: 100%;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    color: #00b3ff;
    border: 0;
    border-radius: 26px;
    background: 0;
    -webkit-appearance: none;
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    -webkit-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0;
    background-image: linear-gradient( to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: -4px;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    -webkit-appearance: none;
}

.plyr--full-ui input[type="range"]::-moz-range-track {
    height: 5px;
    -moz-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0;
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
    position: relative;
    width: 13px;
    height: 13px;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
    height: 5px;
    border-radius: 2.5px;
    background: currentColor;
}

.plyr--full-ui input[type="range"]::-ms-track {
    height: 5px;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    color: transparent;
    border: 0;
    border-radius: 2.5px;
    background: 0;
}

.plyr--full-ui input[type="range"]::-ms-fill-upper {
    height: 5px;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0;
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
    height: 5px;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0;
    background: currentColor;
}

.plyr--full-ui input[type="range"]::-ms-thumb {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: 0;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}

.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    outline: 0;
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    outline: 0;
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    outline: 0;
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
    opacity: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}

.plyr__time {
    font-size: 14px;
}

.plyr__time+.plyr__time::before {
    margin-right: 10px;
    content: "\2044";
}

@media (max-width: 767px) {
    .plyr__time+.plyr__time {
        display: none;
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    color: #4a5764;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip::before {
    position: absolute;
    z-index: 2;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    transform: translateX(-50%);
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: 16px;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    right: 0;
    left: auto;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 100% 100%;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    right: 16px;
    left: auto;
    transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1);
}

.plyr--video {
    overflow: hidden;
    background: #000;
}

.plyr--video.plyr--menu-open {
    overflow: visible;
}

.plyr__video-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
    background: #000;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    position: relative;
    padding-bottom: 240%;
    transform: translateY(-38.28125%);
}

.plyr__progress {
    position: relative;
    left: 6.5px;
    margin-right: 13px;
}

.plyr__progress input[type="range"],
.plyr__progress__buffer {
    width: calc(100%+13px);
    margin-right: -6.5px;
    margin-left: -6.5px;
}

.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}

.plyr__progress__buffer {
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    margin-top: -2.5px;
    padding: 0;
    border: 0;
    border-radius: 100px;
    background: 0;
    -webkit-appearance: none;
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0;
}

.plyr__progress__buffer::-webkit-progress-value {
    min-width: 5px;
    transition: width 0.2s ease;
    border-radius: 100px;
    background: currentColor;
}

.plyr__progress__buffer::-moz-progress-bar {
    min-width: 5px;
    transition: width 0.2s ease;
    border-radius: 100px;
    background: currentColor;
}

.plyr__progress__buffer::-ms-fill {
    transition: width 0.2s ease;
    border-radius: 100px;
}

.plyr--video .plyr__progress__buffer {
    color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    color: transparent;
    background-image: linear-gradient( -45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}

.plyr__volume input[type="range"] {
    position: relative;
    z-index: 2;
    margin-left: 5px;
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width: 90px;
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width: 110px;
    }
}

.plyr--is-ios .plyr__volume {
    display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
    display: none !important;
}

.plyr:-webkit-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr:-ms-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr:fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:fullscreen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-webkit-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-moz-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr:-moz-full-screen video {
    height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-ms-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr--fullscreen-fallback {
    position: fixed;
    z-index: 10000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
    background: #000;
}

.plyr--fullscreen-fallback video {
    height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    position: static;
    height: 100%;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    position: relative;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}

.plyr__ads {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: inherit;
}

.plyr__ads>div,
.plyr__ads>div iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.plyr__ads::after {
    font-size: 11px;
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    padding: 2px 6px;
    content: attr(data-badge-text);
    pointer-events: none;
    color: #fff;
    border-radius: 2px;
    background: rgba(35, 41, 47, 0.8);
}

.plyr__ads::after:empty {
    display: none;
}

.plyr__cues {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    display: block;
    width: 3px;
    height: 5px;
    margin: -2.5px 0 0;
    opacity: 0.8;
    background: currentColor;
}

.plyr__preview-thumb {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 3px;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 50% 100%;
    pointer-events: none;
    opacity: 0;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.plyr__preview-thumb--is-shown {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.plyr__preview-thumb::before {
    position: absolute;
    z-index: 2;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    transform: translateX(-50%);
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.plyr__preview-thumb__image-container {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 2px;
    background: #c1c9d1;
}

.plyr__preview-thumb__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
}

.plyr__preview-thumb__time-container {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 6px;
    left: 0;
    white-space: nowrap;
}

.plyr__preview-thumb__time-container span {
    font-size: 14px;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.55);
}

.plyr__preview-scrubbing {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: blur(1px);
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}

.plyr__preview-scrubbing img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: contain;
}

.plyr--no-transition {
    transition: none !important;
}

.plyr__sr-only {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.plyr [hidden] {
    display: none !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide div {
    font-size: 0;
}

.slick-vertical .slick-slide {
    border: 0;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 52px;
    height: 52px;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.slick-prev .fa,
.slick-next .fa {
    font-size: 30px;
    margin: 11px 21px;
}

.slick-prev {
    z-index: 1;
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: 7px;
    cursor: pointer;
    transition: all 0.1s linear;
    color: transparent;
    border: 0;
    border-radius: 100px;
    outline: 0;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    text-align: center;
    opacity: 0.6;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    transform: scale(1.5);
    background: 0;
    box-shadow: inset 0 0 0 1px #fff;
}

.slick-arrow {
    display: none !important;
}


/*
 * @END: 适用于 05 模板的手机端插件样式
 */

.ck-content .image-style-align-center,
.ck-content .image-style-align-left,
.ck-content .image-style-align-right,
.ck-content .image-style-side {
    max-width: 50%;
}

@font-face {
    font-family: "MontDemo-Heavy";
    font-weight: normal;
    font-style: normal;
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210519/eb117478-0202-4bce-9dfc-361049538268.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210519/eb117478-0202-4bce-9dfc-361049538268.otf") format("opentype");
}

@font-face {
    font-family: "Montserrat-Black-2";
    font-weight: normal;
    font-style: normal;
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/e37a1352-a9cf-4522-acfc-e26cb7eef5c5.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/e37a1352-a9cf-4522-acfc-e26cb7eef5c5.otf") format("opentype");
}

@font-face {
    font-family: "Shapiro-5-Light-Fly-2";
    font-weight: normal;
    font-style: normal;
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/5dd76d42-3295-43dc-a93d-b678ec416af1.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/5dd76d42-3295-43dc-a93d-b678ec416af1.otf") format("opentype");
}

@font-face {
    font-family: "Techna-Sans-Regular-2";
    font-weight: normal;
    font-style: normal;
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/f795bc3b-8e80-4370-86d5-8e121de5966a.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/f795bc3b-8e80-4370-86d5-8e121de5966a.otf") format("opentype");
}

@font-face {
    font-family: "Montserrat-ExtraBold-4";
    font-weight: normal;
    font-style: normal;
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/c89036f9-e576-466b-9627-f2a51c9d9359.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/c89036f9-e576-466b-9627-f2a51c9d9359.otf") format("opentype");
}

@font-face {
    font-family: "Montserrat-Medium-7";
    font-weight: normal;
    font-style: normal;
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/0cf40fb3-7488-4c51-bfa5-eba317cb8444.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/0cf40fb3-7488-4c51-bfa5-eba317cb8444.otf") format("opentype");
}

@font-face {
    font-family: "Montserrat-Light-6";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210630/3bee62a2-3155-4ff1-bb2f-d4103298e1fc.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210630/3bee62a2-3155-4ff1-bb2f-d4103298e1fc.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210617/92b0b45f-0a0a-4fff-9617-f4aa88326726.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210617/92b0b45f-0a0a-4fff-9617-f4aa88326726.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoJ-Bold-2";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/b8d29418-f7d3-4b02-8ce4-aad8094254ab.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/b8d29418-f7d3-4b02-8ce4-aad8094254ab.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Thin-15";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/e14b0bff-568c-4b95-b4c1-4bbc5d917e55.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/e14b0bff-568c-4b95-b4c1-4bbc5d917e55.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PlayfairDisplay-Bold-4";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/f48ba3e2-bd90-435c-934b-146f43ab4e5e.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/f48ba3e2-bd90-435c-934b-146f43ab4e5e.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Career-2";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/b65e1de0-ce6c-4435-9a23-7e27a6ccba41.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/b65e1de0-ce6c-4435-9a23-7e27a6ccba41.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bodoni-16-Bold-11";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/e218887e-d6bc-4cda-99c2-cac6265c600b.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/e218887e-d6bc-4cda-99c2-cac6265c600b.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lot";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210616/82563ef5-ef9e-4cd5-bfe6-a92dac4d7c8c.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210616/82563ef5-ef9e-4cd5-bfe6-a92dac4d7c8c.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ifont";
    /* Project id 1303475 */
    src: url("//at.alicdn.com/t/font_1303475_w4e3usrdlpl.woff2?t=1621827817799") format("woff2"), url("//at.alicdn.com/t/font_1303475_w4e3usrdlpl.woff?t=1621827817799") format("woff"), url("//at.alicdn.com/t/font_1303475_w4e3usrdlpl.ttf?t=1621827817799") format("truetype");
}

.ifont {
    font-family: "ifont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ifont-googleplus:before {
    content: "\eaa6";
}

.ifont-instagram1:before {
    content: "\e904";
}

.ifont-tiktok:before {
    content: "\ecdc";
}

.ifont-youtube:before {
    content: "\f274";
}

.ifont-add:before {
    content: "\e622";
}

.ifont-right:before {
    content: "\e68b";
}

.ifont-download:before {
    content: "\e6b2";
}

.ifont-weixin:before {
    content: "\e65d";
}

.ifont-facebook:before {
    content: "\e621";
}

.ifont-weibo:before {
    content: "\e699";
}

.ifont-behance:before {
    content: "\e725";
}

.ifont-qq:before {
    content: "\e605";
}

.ifont-call:before {
    content: "\e6de";
}

.ifont-zcool-fill:before {
    content: "\e6cf";
}

.ifont-instagram:before {
    content: "\e815";
}

.ifont-twitter_icon2:before {
    content: "\e83f";
}

.ifont-twitter_icon:before {
    content: "\e6b7";
}

.ifont-185037browserstreamlinewindow:before {
    content: "\e608";
}

.ifont-icpreview:before {
    content: "\e644";
}

.ifont-iphone:before {
    content: "\e620";
}

.ifont-MacBookPro:before {
    content: "\e739";
}

.ifont-iPhoneX:before {
    content: "\e604";
}

.ifont-close:before {
    content: "\e60e";
}

.ifont-full-screen:before {
    content: "\e83a";
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes zoomInUp {
    from {
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@keyframes zoomInDown {
    from {
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
    }
}

@keyframes zoomInLeft {
    from {
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

body {
    min-width: auto;
}

body #page_body_editor-wrapper {
    word-wrap: break-word;
    /* word-break: word-break: break-wrod;; */
    word-break: break-word;
    hyphens: auto;
    color: #777;
    text-align: left;
}

body #page_body_editor-wrapper .layout_group tbody {
    vertical-align: top;
}

body #page_body_editor-wrapper .layout_group p {
    display: block;
    margin: 0;
}

body #page_body_editor-wrapper .layout_group h1 {
    font-size: 2em;
    font-weight: bold;
    display: block;
    margin: 0;
}

body #page_body_editor-wrapper .layout_group h2 {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 0;
}

body #page_body_editor-wrapper .layout_group h3 {
    font-size: 1.17em;
    font-weight: bold;
    display: block;
    margin: 0;
}

body #page_body_editor-wrapper .layout_group blockquote {
    font-style: italic;
    overflow: hidden;
    margin-top: 0.9em;
    margin-bottom: 0.9em;
    margin-left: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
    border-left: 5px solid #ccc;
}

body #page_body_editor-wrapper .layout_group figure {
    position: relative;
    margin: 0;
}

body #page_body_editor-wrapper .layout_group figure.table {
    margin: 0 auto;
}

body #page_body_editor-wrapper .layout_group table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px double rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group table td {
    min-width: 2em;
    padding: 0.8em;
    border: 1px solid transparent;
    border-color: rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group table th {
    min-width: 2em;
    padding: 0.8em;
    border-color: rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group img {
    max-width: 100%;
}

body #page_body_editor-wrapper .layout_group video,
body #page_body_editor-wrapper .layout_group iframe {
    vertical-align: top;
}

body #page_body_editor-wrapper .layout_group .hide {
    display: none;
}

body #page_body_editor-wrapper .layout_group figcaption {
    display: none !important;
}

body #page_body_editor-wrapper .layout_group table {
    margin: 0 auto;
}

body #page_body_editor-wrapper .layout_group .table table th {
    background-color: transparent;
}

body #page_body_editor-wrapper .layout_group .hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group .hr.dash {
    border-top: 1px dotted rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group .table,
body #page_body_editor-wrapper .layout_group .f_table,
body #page_body_editor-wrapper .layout_group table {
    width: 100%;
    table-layout: fixed;
}

body #page_body_editor-wrapper .layout_group .table[data-border="true"] .f_table,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] table,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] .f_th,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] .f_td,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] th,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] td {
    border: none;
}

body #page_body_editor-wrapper .layout_group hr.blank_block {
    margin: 0;
    border: none;
}

body #page_body_editor-wrapper .layout_group .table {
    display: table;
    margin: 0;
}

body #page_body_editor-wrapper .layout_group .table table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px double rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group .table table td {
    min-width: 2em;
    padding: 0.8em;
    border-color: rgba(211, 211, 211, 0.4);
}

body #page_body_editor-wrapper .layout_group .table table th {
    font-weight: 700;
    min-width: 2em;
    padding: 0.8em;
    border-color: rgba(211, 211, 211, 0.4);
    background: #fafafa;
}

body #page_body_editor-wrapper .layout_group blockquote {
    font-style: italic;
    overflow: hidden;
    margin-left: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
    border-left: 5px solid #ccc;
}

body #page_body_editor-wrapper .layout_group .image.ck-appear {
    animation: fadeIn 0.7s;
}

body #page_body_editor-wrapper .layout_group .image .ck-progress-bar {
    width: 0;
    height: 2px;
    transition: width 0.1s;
    background: #6cb5f9;
}

body #page_body_editor-wrapper .layout_group .image-style-align-left,
body #page_body_editor-wrapper .layout_group .image-style-align-right {
    max-width: 50%;
}

body #page_body_editor-wrapper .layout_group .image-style-side {
    float: right;
    max-width: 50%;
    margin-left: 1.5em;
}

body #page_body_editor-wrapper .layout_group .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

body #page_body_editor-wrapper .layout_group .image.image-style-align-center {
    width: auto;
    margin: 0 auto !important;
    text-align: center;
}

body #page_body_editor-wrapper .layout_group .image.image-style-align-center img {
    width: 100%;
}

body #page_body_editor-wrapper .layout_group .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

body #page_body_editor-wrapper .layout_group .image {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

body #page_body_editor-wrapper .layout_group .image>img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

body #page_body_editor-wrapper .layout_group .image .ck-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
}

body #page_body_editor-wrapper .layout_group .image>figcaption {
    font-size: 0.75em;
    display: none !important;
    padding: 0.6em;
    color: #333;
    outline-offset: -1px;
    background-color: #f7f7f7;
}

body #page_body_editor-wrapper .layout_group a {
    color: inherit;
}

body #page_body_editor-wrapper .layout_group a,
body #page_body_editor-wrapper .layout_group .normal_link {
    width: auto;
    transition: color 0.26s ease, background-color 0.26s ease, border-color 0.26s ease;
    vertical-align: bottom;
    text-decoration: none;
}

body #page_body_editor-wrapper .layout_group a[data-layout="1"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="1"] {
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 140px;
    height: 48px;
    padding: 0 35px;
    text-align: center;
    vertical-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #333;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    background: #f0f0f0;
}

body #page_body_editor-wrapper .layout_group a[data-layout="2"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="2"] {
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 140px;
    height: 48px;
    padding: 0 35px;
    text-align: center;
    vertical-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #333;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    background: #f0f0f0;
}

body #page_body_editor-wrapper .layout_group a[data-layout="3"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="3"] {
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 140px;
    height: 48px;
    padding: 0 35px;
    text-align: center;
    vertical-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #333;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 24px;
    background: #f0f0f0;
}

body #page_body_editor-wrapper .layout_group a[data-style="white"],
body #page_body_editor-wrapper .layout_group .normal_link[data-style="white"] {
    color: #333;
    background: #f0f0f0;
}

body #page_body_editor-wrapper .layout_group a[data-style="black"],
body #page_body_editor-wrapper .layout_group .normal_link[data-style="black"] {
    color: #fff;
    background: #333;
}

body #page_body_editor-wrapper .layout_group a[data-before-outline="1"],
body #page_body_editor-wrapper .layout_group .normal_link[data-before-outline="1"] {
    background-color: transparent;
}

body #page_body_editor-wrapper .layout_group .blank_block.small_blank {
    height: 20px;
}

body #page_body_editor-wrapper .layout_group .blank_block.normal_blank {
    height: 50px;
}

body #page_body_editor-wrapper .layout_group .blank_block.big_blank {
    height: 100px;
}

body #page_body_editor-wrapper .layout_group .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}

body #page_body_editor-wrapper .layout_group .slick-slide div {
    font-size: 0;
}

body #page_body_editor-wrapper .layout_group .slick-vertical .slick-slide {
    border: none;
}

body #page_body_editor-wrapper .layout_group .slick-prev,
body #page_body_editor-wrapper .layout_group .slick-next {
    font-size: 0;
    line-height: 23px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.4);
}

body #page_body_editor-wrapper .layout_group .slick-prev .fa,
body #page_body_editor-wrapper .layout_group .slick-next .fa {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

body #page_body_editor-wrapper .layout_group .slick-prev {
    z-index: 1;
    left: 20px;
}

body #page_body_editor-wrapper .layout_group .slick-prev .fa {
    margin-top: -1px;
    margin-left: -3px;
}

body #page_body_editor-wrapper .layout_group .slick-next {
    right: 20px;
}

body #page_body_editor-wrapper .layout_group .slick-next .fa {
    margin-top: -1px;
    margin-right: -2px;
}

body #page_body_editor-wrapper .layout_group .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

body #page_body_editor-wrapper .layout_group .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

body #page_body_editor-wrapper .layout_group .slick-dots li {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}

body #page_body_editor-wrapper .layout_group .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: 7px;
    padding: 0;
    cursor: pointer;
    transition: all 0.1s linear;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    box-shadow: inset 0 0 0 5px rgba(107, 107, 107, 0.6);
}

body #page_body_editor-wrapper .layout_group .slick-dots li button:hover,
body #page_body_editor-wrapper .layout_group .slick-dots li button:focus {
    outline: none;
}

body #page_body_editor-wrapper .layout_group .slick-dots li button:hover:before,
body #page_body_editor-wrapper .layout_group .slick-dots li button:focus:before {
    opacity: 1;
}

body #page_body_editor-wrapper .layout_group .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    text-align: center;
    opacity: 0.6;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body #page_body_editor-wrapper .layout_group .slick-dots li.slick-active button {
    transform: scale(2);
    background: none;
    box-shadow: inset 0 0 0 1px #6b6b6b;
}

#page_body_editor-wrapper .fa {
    line-height: inherit;
}

#page_body_editor-wrapper .ck-content {
    position: relative;
    width: 100%;
}

#page_body_editor-wrapper .ck-content .image-link {
    display: inline-block;
}

#page_body_editor-wrapper .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#page_body_editor-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#page_body_editor-wrapper .slick-list:focus {
    outline: none;
}

#page_body_editor-wrapper .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#page_body_editor-wrapper .slick-slider .slick-track,
#page_body_editor-wrapper .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#page_body_editor-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#page_body_editor-wrapper .slick-track:before {
    display: table;
    content: "";
}

#page_body_editor-wrapper .slick-track:after {
    display: table;
    clear: both;
    content: "";
}

#page_body_editor-wrapper .slick-loading .slick-track {
    visibility: hidden;
}

#page_body_editor-wrapper .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

#page_body_editor-wrapper [dir="rtl"] .slick-slide {
    float: right;
}

#page_body_editor-wrapper .slick-slide img {
    display: block;
}

#page_body_editor-wrapper .slick-slide.slick-loading img {
    display: none;
}

#page_body_editor-wrapper .slick-slide.dragging img {
    pointer-events: none;
}

#page_body_editor-wrapper .slick-initialized .slick-slide {
    display: block;
}

#page_body_editor-wrapper .slick-loading .slick-slide {
    visibility: hidden;
}

#page_body_editor-wrapper .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#page_body_editor-wrapper .slick-arrow.slick-hidden {
    display: none;
}

#page_body_editor-wrapper .slick-slide div {
    font-size: 0;
}

#page_body_editor-wrapper .slick-vertical .slick-slide {
    border: none;
}

#page_body_editor-wrapper .slick-prev,
#page_body_editor-wrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 52px;
    height: 52px;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.6);
}

#page_body_editor-wrapper .slick-prev .fa,
#page_body_editor-wrapper .slick-next .fa {
    font-size: 30px;
    margin: 11px 21px;
}

#page_body_editor-wrapper .slick-prev {
    z-index: 1;
    left: 0;
}

#page_body_editor-wrapper .slick-next {
    right: 0;
}

#page_body_editor-wrapper .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

#page_body_editor-wrapper .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#page_body_editor-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#page_body_editor-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: 7px;
    cursor: pointer;
    transition: all 0.1s linear;
    color: transparent;
    border: 0;
    border-radius: 100px;
    outline: none;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}

#page_body_editor-wrapper .slick-dots li button:hover,
#page_body_editor-wrapper .slick-dots li button:focus {
    outline: none;
}

#page_body_editor-wrapper .slick-dots li button:hover:before,
#page_body_editor-wrapper .slick-dots li button:focus:before {
    opacity: 1;
}

#page_body_editor-wrapper .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    text-align: center;
    opacity: 0.6;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_body_editor-wrapper .slick-dots li.slick-active button {
    transform: scale(1.5);
    background: none;
    box-shadow: inset 0 0 0 1px #fff;
}

#page_body_editor-wrapper .layout_group {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#page_body_editor-wrapper .layout_group[data-window_width="true"] {
    width: 100vw !important;
    max-width: none;
    margin-left: calc(50% - 50vw);
}

#page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#page_body_editor-wrapper .layout_group[data-window_height="true"] .layout_container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#page_body_editor-wrapper .layout_group[data-window_height="true"] .layout_container .layout_body {
    flex: 1 1 auto;
}

#page_body_editor-wrapper .layout_group[data-window_height="true"] .layout_container .layout_footer,
#page_body_editor-wrapper .layout_group[data-window_height="true"] .layout_container .layout_header {
    flex: 0 0 auto;
}

#page_body_editor-wrapper .layout_group[data-window_height="true"][data-module_center="true"] .layout_container {
    justify-content: center;
}

#page_body_editor-wrapper .layout_group[data-window_height="true"][data-module_center="true"] .layout_container .layout_body,
#page_body_editor-wrapper .layout_group[data-window_height="true"][data-module_center="true"] .layout_container .layout_footer,
#page_body_editor-wrapper .layout_group[data-window_height="true"][data-module_center="true"] .layout_container .layout_header {
    flex: 0 0 auto;
}

#page_body_editor-wrapper .layout_group .layout_slider {
    width: 100%;
}

#page_body_editor-wrapper .layout_group .layout_slider[data-theme="white"] .slick-prev,
#page_body_editor-wrapper .layout_group .layout_slider[data-theme="white"] .slick-next {
    background-color: rgba(140, 140, 140, 0.4);
}

#page_body_editor-wrapper .layout_group .row {
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex: 1 1 auto;
}

#page_body_editor-wrapper .layout_group .row .col:first-child {
    margin-left: 0 !important;
}

#page_body_editor-wrapper .layout_group .row [class*="col-"] {
    padding: 0;
}

#page_body_editor-wrapper .layout_group .col {
    display: flex;
    box-sizing: border-box;
}

#page_body_editor-wrapper .layout_group .col_space {
    display: block;
    flex: 0 0 auto;
}

#page_body_editor-wrapper .layout_group .col-20 {
    width: 20%;
}

#page_body_editor-wrapper .layout_group .col-25 {
    width: 25%;
}

#page_body_editor-wrapper .layout_group .col-30 {
    width: 30%;
}

#page_body_editor-wrapper .layout_group .col-33 {
    width: 33.3333333%;
}

#page_body_editor-wrapper .layout_group .col-40 {
    width: 40%;
}

#page_body_editor-wrapper .layout_group .col-50 {
    width: 50%;
}

#page_body_editor-wrapper .layout_group .col-60 {
    width: 60%;
}

#page_body_editor-wrapper .layout_group .col-66 {
    width: 66.6666666%;
}

#page_body_editor-wrapper .layout_group .col-70 {
    width: 70%;
}

#page_body_editor-wrapper .layout_group .col-100 {
    width: 100%;
}

#page_body_editor-wrapper .layout_group .space-3>* {
    margin-right: 3px;
}

#page_body_editor-wrapper .layout_group .space-3>*:last-child {
    margin: 0;
}

#page_body_editor-wrapper .layout_group .space-10 {
    margin-right: -10px;
}

#page_body_editor-wrapper .layout_group .space-10>* {
    padding-right: 10px;
}

#page_body_editor-wrapper .layout_group .space-20 {
    margin-right: -20px;
}

#page_body_editor-wrapper .layout_group .space-20>* {
    padding-right: 20px;
}

#page_body_editor-wrapper .layout_group .flex {
    display: flex;
}

#page_body_editor-wrapper .layout_group .flex-elastic {
    flex: 1 1 auto;
}

#page_body_editor-wrapper .layout_group .flex-yc {
    display: flex;
    align-items: center;
}

#page_body_editor-wrapper .layout_group .layout_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    min-height: 200vh;
    background-repeat: no-repeat;
}

#page_body_editor-wrapper .layout_group .layout_bg .layout_bg-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-effect="fixed"] {
    background-attachment: fixed;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-effect="normal"] {
    height: 100%;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-size="contain"] {
    background-size: 100% auto;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-size="repeat"] {
    background-repeat: repeat;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-size="cover"] {
    background-size: cover;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="tl"] {
    background-position: top left;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="tc"] {
    background-position: top center;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="tr"] {
    background-position: top right;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="cl"] {
    background-position: center left;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="cc"] {
    background-position: center center;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="cr"] {
    background-position: center right;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="bl"] {
    background-position: bottom left;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="bc"] {
    background-position: bottom center;
}

#page_body_editor-wrapper .layout_group .layout_bg[data-pos="br"] {
    background-position: bottom right;
}

#page_body_editor-wrapper .layout_group .layout_bg_mo {
    display: none;
}

#page_body_editor-wrapper .layout_group .layout_bg_pc {
    display: block;
}

#page_body_editor-wrapper .layout .row {
    max-width: 100%;
}

#page_body_editor-wrapper .layout .row[data-animate] .col:not(.animated) {
    animation-name: none;
}

#page_body_editor-wrapper .layout .row[data-animate] .col.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

#page_body_editor-wrapper .layout .row[data-animate="0"] .col {
    animation-name: none !important;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(1),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(1),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(1) {
    animation-delay: 0.1s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(2),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(2),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(2) {
    animation-delay: 0.2s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(3),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(3),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(3) {
    animation-delay: 0.3s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(4),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(4),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(4) {
    animation-delay: 0.4s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(5),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(5),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(5) {
    animation-delay: 0.5s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(6),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(6),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(6) {
    animation-delay: 0.6s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(7),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(7),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(7) {
    animation-delay: 0.7s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(8),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(8),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(8) {
    animation-delay: 0.8s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(9),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(9),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(9) {
    animation-delay: 0.9s;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(10),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(10),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(10) {
    animation-delay: 1s;
}

#page_body_editor-wrapper .layout .row[data-animate="5"] .col {
    animation-name: fadeIn;
}

#page_body_editor-wrapper .layout .row[data-animate="6"] .col {
    animation-name: rotateInUpRight;
}

#page_body_editor-wrapper .layout .row[data-animate="7"] .col {
    animation-name: rotateInUpLeft;
}

#page_body_editor-wrapper .layout .row[data-animate="8"] .col {
    animation-name: zoomInUp;
}

#page_body_editor-wrapper .layout .row[data-animate="9"] .col {
    animation-name: zoomInDown;
}

#page_body_editor-wrapper .layout .row[data-animate="4"] .col {
    animation-name: zoomIn;
}

#page_body_editor-wrapper .layout .row[data-animate="3"] .col {
    animation-name: fadeInRight;
}

#page_body_editor-wrapper .layout .row[data-animate="2"] .col {
    animation-name: fadeInLeft;
}

#page_body_editor-wrapper .layout .row[data-animate="1"] .col {
    animation-name: fadeInUp;
}

#page_body_editor-wrapper .layout .slider_item {
    box-sizing: border-box;
}

#page_body_editor-wrapper .layout .layout_block {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 1px;
    transition: 0.36s ease;
}

#page_body_editor-wrapper .layout .layout_block .layout_block_line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 1px solid #878787;
    border-width: 1px 0 0;
}

#page_body_editor-wrapper .layout .layout_block .layout_block_line[data-line-type="solid"] {
    border-style: solid;
}

#page_body_editor-wrapper .layout .layout_block .layout_block_line[data-line-type="dashed"] {
    border-style: dashed;
}

#page_body_editor-wrapper .layout .layout_block .layout_block_line[data-line-type="dotted"] {
    border-style: dotted;
}

#page_body_editor-wrapper .layout .layout_block[data-size="line"] {
    height: 1px;
}

#page_body_editor-wrapper .layout .layout_block[data-size="small"] {
    height: 20px;
}

#page_body_editor-wrapper .layout .layout_block[data-size="medium"] {
    height: 30px;
}

#page_body_editor-wrapper .layout .layout_block[data-size="big"] {
    height: 50px;
}

#page_body_editor-wrapper .layout[data-justify_center="center"] .row {
    margin: 0 auto;
}

#page_body_editor-wrapper .layout[data-justify_center="right"] .row {
    float: right;
}

#page_body_editor-wrapper .layout[data-align_center="center"] .col {
    align-items: center;
}

#page_body_editor-wrapper .layout[data-align_center="bottom"] .col {
    align-items: flex-end;
}

#page_body_editor-wrapper .layout-margin_placeholder_bottom,
#page_body_editor-wrapper .layout-margin_placeholder_top {
    clear: both;
}

.agent_pc #page_body_editor-wrapper .layout_bg_mo,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_bg_mo {
    display: none;
}

.agent_pc #page_body_editor-wrapper .layout_bg_pc,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_bg_pc {
    display: block;
}

.agent_pc #page_body_editor-wrapper .slider_item,
.body_container[data-agent="pc"] #page_body_editor-wrapper .slider_item {
    box-sizing: border-box;
}

.agent_pc #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-list,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-list {
    margin-right: -10px;
}

.agent_pc #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-slide,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-slide {
    margin-right: 10px;
}

.agent_pc #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-list,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-list {
    margin-right: -20px;
}

.agent_pc #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-slide,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-slide {
    margin-right: 20px;
}

.agent_pc #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-list,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-list {
    margin-right: -30px;
}

.agent_pc #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-slide,
.body_container[data-agent="pc"] #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-slide {
    margin-right: 30px;
}

.agent-mobile #page_body_editor-wrapper .text-40,
.agent-mobile #page_body_editor-wrapper .text-60,
.agent-mobile #page_body_editor-wrapper .text-72 {
    font-size: 38px !important;
}

.body_container[data-agent="mo"] #page_body_editor-wrapper .text-40,
.body_container[data-agent="mo"] #page_body_editor-wrapper .text-60,
.body_container[data-agent="mo"] #page_body_editor-wrapper .text-72 {
    font-size: 38px !important;
}

.agent-mobile #page_body_editor-wrapper .blank_block.big_blank,
.body_container[data-agent="mo"] #page_body_editor-wrapper .blank_block.big_blank {
    height: 50px;
}

.agent-mobile #page_body_editor-wrapper .blank_block.normal_blank,
.body_container[data-agent="mo"] #page_body_editor-wrapper .blank_block.normal_blank {
    height: 25px;
}

.agent-mobile #page_body_editor-wrapper .blank_block.small_blank,
.body_container[data-agent="mo"] #page_body_editor-wrapper .blank_block.small_blank {
    height: 10px;
}

.agent-mobile #page_body_editor-wrapper .layout_bg_mo,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_bg_mo {
    display: block;
}

.agent-mobile #page_body_editor-wrapper .layout_bg_pc,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_bg_pc {
    display: none;
}

.agent-mobile #page_body_editor-wrapper .row,
.body_container[data-agent="mo"] #page_body_editor-wrapper .row {
    flex-wrap: wrap;
}

.agent-mobile #page_body_editor-wrapper .row[data-animate="2"] .col,
.body_container[data-agent="mo"] #page_body_editor-wrapper .row[data-animate="2"] .col {
    animation-name: fadeInRight;
}

.agent-mobile #page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper {
    box-sizing: border-box;
    max-width: none;
    padding: 0 20px;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_50"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="70_30"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="30_70"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_50_25"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="33_33_33"] .col,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_50"] .col,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="70_30"] .col,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="30_70"] .col,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_50_25"] .col,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="33_33_33"] .col {
    width: 100%;
    flex: 0 0 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_50"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="70_30"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="30_70"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_50_25"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="33_33_33"] .col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_50"] .col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="70_30"] .col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="30_70"] .col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_50_25"] .col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="33_33_33"] .col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_50"] .col_space:after,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="70_30"] .col_space:after,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="30_70"] .col_space:after,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_50_25"] .col_space:after,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="33_33_33"] .col_space:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_50"] .col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="70_30"] .col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="30_70"] .col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_50_25"] .col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="33_33_33"] .col_space:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col-50,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col-50 {
    width: 100%;
    flex: 0 0 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col-25,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col-25 {
    width: 34%;
    flex: 1 0 auto;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col-25+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col-25+.col_space {
    max-width: 32%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col:first-child+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col:first-child+.col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col:first-child+.col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="50_25_25"] .col:first-child+.col_space:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-50,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-50 {
    width: 100%;
    flex: 0 0 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25 {
    width: 34%;
    flex: 1 0 auto;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25+.col_space {
    max-width: 32%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25:nth-of-type(2n)+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25:nth-of-type(2n)+.col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25:nth-of-type(2n)+.col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_50"] .col-25:nth-of-type(2n)+.col_space:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25 {
    width: 34%;
    flex: 1 0 auto;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25+.col_space {
    max-width: 32%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25:nth-of-type(2n)+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25:nth-of-type(2n)+.col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25:nth-of-type(2n)+.col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="25_25_25_25"] .col-25:nth-of-type(2n)+.col_space:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20 {
    width: 34%;
    flex: 1 0 auto;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20+.col_space {
    max-width: 32%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20:nth-of-type(2n)+.col_space,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20:nth-of-type(2n)+.col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20:nth-of-type(2n)+.col_space:after,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20:nth-of-type(2n)+.col_space:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20:nth-of-type(5n),
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col-20:nth-of-type(5n) {
    width: 100%;
    flex: 0 0 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col_space:last-child,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout .row[data-col="20_20_20_20_20"] .col_space:last-child {
    width: 100%;
    height: 0;
}

.agent-mobile #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-list,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-list {
    margin-right: -5px;
}

.agent-mobile #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-slide,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_slider[data-margin-size="small"] .slick-slide {
    margin-right: 5px;
}

.agent-mobile #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-list,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-list {
    margin-right: -10px;
}

.agent-mobile #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-slide,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_slider[data-margin-size="middle"] .slick-slide {
    margin-right: 10px;
}

.agent-mobile #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-list,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-list {
    margin-right: -15px;
}

.agent-mobile #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-slide,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_slider[data-margin-size="big"] .slick-slide {
    margin-right: 15px;
}

.agent-mobile #page_body_editor-wrapper .layout_block,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_block {
    width: 100%;
    min-height: 1px;
    transition: 0.36s ease;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="line"],
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_block[data-size="line"] {
    height: 1px;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="small"],
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_block[data-size="small"] {
    height: 10px;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="medium"],
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_block[data-size="medium"] {
    height: 15px;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="big"],
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_block[data-size="big"] {
    height: 20px;
}

.agent-mobile #page_body_editor-wrapper .layout_group .slick-prev,
.agent-mobile #page_body_editor-wrapper .layout_group .slick-next {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_group .slick-prev,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_group .slick-next {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.agent-mobile #page_body_editor-wrapper .layout_group .slick-dots,
.body_container[data-agent="mo"] #page_body_editor-wrapper .layout_group .slick-dots {
    bottom: -30px;
}

#page_body_preview .layout_group {
    overflow: hidden;
}

#page_body_editor-wrapper .layout_group .text-26 {
    line-height: 36px;
}

#page_body_editor-wrapper .layout_group .text-30 {
    line-height: 40px;
}

#page_body_editor-wrapper .layout_group .text-36 {
    line-height: 48px;
}

#page_body_editor-wrapper .layout_group .text-40 {
    line-height: 50px;
}

#page_body_editor-wrapper .layout_group .text-60 {
    line-height: 70px;
}

#page_body_editor-wrapper .layout_group .text-72 {
    line-height: 80px;
}

#page_body_editor-wrapper .layout_group .text-94 {
    line-height: 108px;
}

#page_body_editor-wrapper .layout_group .text-128 {
    line-height: 138px;
}

.agent-mobile #page_body_editor-wrapper .text-30 {
    font-size: 28px !important;
    line-height: 32px;
}

.agent-mobile #page_body_editor-wrapper .text-36 {
    font-size: 30px !important;
    line-height: 36px;
}

.agent-mobile #page_body_editor-wrapper .text-40 {
    font-size: 34px !important;
    line-height: 40px;
}

.agent-mobile #page_body_editor-wrapper .text-60 {
    font-size: 40px !important;
    line-height: 46px;
}

.agent-mobile #page_body_editor-wrapper .text-72 {
    font-size: 46px !important;
    line-height: 52px;
}

.agent-mobile #page_body_editor-wrapper .text-94 {
    font-size: 52px !important;
    line-height: 60px;
}

.agent-mobile #page_body_editor-wrapper .text-128 {
    font-size: 60px !important;
    line-height: 66px;
}

#page_body_editor-wrapper .ck_share .ck-media__wrapper {
    overflow: hidden;
    margin: 0;
}

#page_body_editor-wrapper .ck_share.ck_share_pos_left {
    display: flex;
    justify-content: flex-start;
}

#page_body_editor-wrapper .ck_share.ck_share_pos_right {
    display: flex;
    justify-content: flex-end;
}

#page_body_editor-wrapper .ck_share.ck_share_pos_center {
    display: flex;
    justify-content: center;
}

#page_body_editor-wrapper .ck_share .ck-share-container {
    margin-right: -8px;
    margin-bottom: -8px;
}

#page_body_editor-wrapper .ck_share .ck-share-item {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    background: transparent;
}

#page_body_editor-wrapper .ck_share .ck-share-item .ifont {
    font-size: 23px;
    line-height: 38px;
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    transition: 0.36s ease;
    color: #9e9e9e;
    border: 1px solid rgba(150, 150, 150, 0);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

#page_body_editor-wrapper .ck_share .ck-editor-name {
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

#page_body_editor-wrapper .ck_share_style_one.ck_share_theme_white .ck-share-item .ifont {
    color: #fff;
    background: rgba(105, 105, 105, 0.77);
}

#page_body_editor-wrapper .ck_share_style_one.ck_share_theme_white .ck-share-item:hover .ifont {
    background: rgba(150, 150, 150, 0.77);
}

#page_body_editor-wrapper .ck_share_style_one.ck_share_theme_black .ck-share-item .ifont {
    color: #fff;
    background: rgba(105, 105, 105, 0.3);
}

#page_body_editor-wrapper .ck_share_style_one.ck_share_theme_black .ck-share-item:hover .ifont {
    background: rgba(105, 105, 105, 0.77);
}

#page_body_editor-wrapper .ck_share_style_two.ck_share_theme_white .ck-share-item .ifont {
    line-height: 28px;
    width: 30px;
    height: 30px;
    color: #dcdcdc;
}

#page_body_editor-wrapper .ck_share_style_two.ck_share_theme_white .ck-share-item:hover .ifont {
    color: #fff;
    background: transparent;
}

#page_body_editor-wrapper .ck_share_style_two.ck_share_theme_black .ck-share-item .ifont {
    width: 30px;
    height: 30px;
    color: #999;
}

#page_body_editor-wrapper .ck_share_style_two.ck_share_theme_black .ck-share-item:hover .ifont {
    color: #666;
    background: transparent;
}

#page_body_editor-wrapper .ck_share_style_three.ck_share_theme_white .ck-share-item .ifont {
    color: #dcdcdc;
    border-color: rgba(170, 170, 170, 0.3);
}

#page_body_editor-wrapper .ck_share_style_three.ck_share_theme_white .ck-share-item:hover .ifont {
    color: #fff;
    border-color: rgba(170, 170, 170, 0.8);
}

#page_body_editor-wrapper .ck_share_style_three.ck_share_theme_black .ck-share-item .ifont {
    color: #999;
    border-color: rgba(170, 170, 170, 0.3);
}

#page_body_editor-wrapper .ck_share_style_three.ck_share_theme_black .ck-share-item:hover .ifont {
    color: #666;
    border-color: rgba(170, 170, 170, 0.8);
}

#page_body_editor-wrapper .ck_share_style_four.ck_share_theme_white .ck-share-item .ifont,
#page_body_editor-wrapper .ck_share_style_four.ck_share_theme_black .ck-share-item .ifont {
    color: #fff;
    border-radius: 0;
    background-color: rgba(170, 170, 170, 0.3);
}

#page_body_editor-wrapper .ck_share_style_four.ck_share_theme_white .ck-share-item:hover .ifont,
#page_body_editor-wrapper .ck_share_style_four.ck_share_theme_black .ck-share-item:hover .ifont {
    color: #fff;
    background-color: rgba(170, 170, 170, 0.8);
}

.new_img_preview_dom {
    line-height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    align-items: center;
    justify-content: center;
}

.new_img_preview_dom>img {
    width: auto !important;
    max-width: 96vw;
    max-height: 96vh;
    vertical-align: middle;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"] {
    display: block;
    width: 100%;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    color: #fff;
    border: 0;
    border-radius: 26px;
    background: 0 0;
    -webkit-appearance: none;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    -webkit-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0 0;
    background-image: linear-gradient( to right, currentColor var(--value, 0), transparent var(--value, 0));
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    -webkit-appearance: none;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-moz-range-track {
    height: 3px;
    -moz-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0 0;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-moz-range-thumb {
    position: relative;
    width: 13px;
    height: 13px;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-moz-range-progress {
    height: 3px;
    border-radius: 2.5px;
    background: currentColor;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-ms-track {
    height: 3px;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    color: transparent;
    border: 0;
    border-radius: 2.5px;
    background: 0 0;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-ms-fill-upper {
    height: 3px;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0 0;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-ms-fill-lower {
    height: 3px;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease;
    border: 0;
    border-radius: 2.5px;
    background: 0 0;
    background: currentColor;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-ms-thumb {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: 0;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]:focus {
    outline: 0;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track,
#page_body_editor-wrapper .plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track,
#page_body_editor-wrapper .plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    outline: 0;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

#page_body_editor-wrapper .plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track,
#page_body_editor-wrapper .plyr--full-ui.plyr--video input[type="range"]::-moz-range-track,
#page_body_editor-wrapper .plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}

#page_body_editor-wrapper .plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb,
#page_body_editor-wrapper .plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb,
#page_body_editor-wrapper .plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

#page_body_editor-wrapper .plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track,
#page_body_editor-wrapper .plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track,
#page_body_editor-wrapper .plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(193, 201, 209, 0.66);
}

#page_body_editor-wrapper .plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb,
#page_body_editor-wrapper .plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb,
#page_body_editor-wrapper .plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

#page_body_editor-wrapper .plyr__progress input[type="range"],
#page_body_editor-wrapper .plyr__progress__buffer {
    width: calc(100% + 13px);
    margin-right: -6.5px;
    margin-left: -6.5px;
}

#page_body_editor-wrapper .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}

#page_body_editor-wrapper .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2;
    margin-left: 5px;
}

#page_body_editor-wrapper .plyr--video {
    background: transparent;
}

#page_body_editor-wrapper .plyr__video-wrapper {
    background: rgba(95, 95, 95, 0.1);
}

#page_body_editor-wrapper .plyr__poster {
    background-color: transparent;
}

#page_body_editor-wrapper .plyr--full-ui input[type="range"] {
    color: #fff;
}

#page_body_editor-wrapper .plyr--video .plyr__control.plyr__tab-focus,
#page_body_editor-wrapper .plyr--video .plyr__control:hover,
#page_body_editor-wrapper .plyr--video .plyr__control[aria-expanded="true"] {
    background: transparent;
}

#page_body_editor-wrapper .plyr__control.plyr__tab-focus {
    box-shadow: none;
}

#page_body_editor-wrapper .plyr__control--overlaid {
    background: transparent;
}

#page_body_editor-wrapper .plyr--stopped.plyr__poster-enabled .plyr__poster {
    background-size: cover;
}

#page_body_editor-wrapper .plyr__progress__buffer {
    height: 3px;
}

#page_body_editor-wrapper .plyr__control {
    padding: 7px 4px;
}

#page_body_editor-wrapper .plyr__control svg {
    transform: scale(0.85);
}

#page_body_editor-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
    margin-left: -23px;
    transform: scale(4);
}

#page_body_editor-wrapper .plyr--video.plyr--paused .plyr__video-wrapper:after,
#page_body_editor-wrapper .plyr--video:hover .plyr__video-wrapper:after {
    opacity: 1;
}

#page_body_editor-wrapper .plyr__video-wrapper:after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.86s ease;
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.55));
}

#page_body_editor-wrapper .plyr--video .plyr__controls {
    background: none;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="1--6_5--6"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="2--6_4--6"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="3--6_3--6"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="4--6_2--6"] .col,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="5--6_1--6"] .col {
    width: 100%;
    flex: 0 0 100%;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-col="1--6_5--6"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="2--6_4--6"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="3--6_3--6"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="4--6_2--6"] .col_space,
.agent-mobile #page_body_editor-wrapper .layout .row[data-col="5--6_1--6"] .col_space {
    overflow: hidden;
    max-height: 20px;
    margin-right: 100%;
}

.iframe_map {
    display: flex;
}

.iframe_map.pos-left {
    justify-content: flex-start;
}

.iframe_map.pos-right {
    justify-content: flex-end;
}

.iframe_map.pos-center {
    justify-content: center;
}

.iframe_map .iframe_wrapper-map {
    position: relative;
}

.iframe_map .iframe_wrapper-map iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.iframe_map .iframe_wrapper-map.can_drag-off:before {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

.iframe_map .iframe_wrapper-map.ratio-16-9:after {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: "";
}

.iframe_map .iframe_wrapper-map.ratio-9-16:after {
    display: block;
    width: 100%;
    padding-top: 177.7777777778%;
    content: "";
}

.iframe_map .iframe_wrapper-map.ratio-4-3:after {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: "";
}

.iframe_map .iframe_wrapper-map.ratio-3-4:after {
    display: block;
    width: 100%;
    padding-top: 133.3333333333%;
    content: "";
}

.iframe_map .iframe_wrapper-map.ratio-1-1:after {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
}

#page_body_preview .layout_group {
    overflow: hidden;
}

#page_body_editor-wrapper .editor.ck-content {
    position: relative;
    width: 100%;
}

#page_body_editor-wrapper p {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

#page_body_editor-wrapper .row {
    max-width: 100%;
}

#page_body_editor-wrapper .layout:after,
#page_body_editor-wrapper .row:after {
    display: block;
    clear: both;
    content: "";
}

#page_body_editor-wrapper img {
    width: auto;
}

#page_body_editor-wrapper a {
    text-decoration: none;
}

#page_body_editor-wrapper b,
#page_body_editor-wrapper strong {
    font-weight: bold;
}


/* ---------------------------------- */


/*     START: PC 编辑器样式中同步      */


/* ---------------------------------- */

.page_body_editor-imgGallery img {
    width: auto;
}

.agent_pc .page_body_editor-imgGallery:hover .page_body_editor-imgGallery_next,
.agent_pc .page_body_editor-imgGallery:hover .page_body_editor-imgGallery_prev,
.agent-mobile .page_body_editor-imgGallery.open .page_body_editor-imgGallery_next,
.agent-mobile .page_body_editor-imgGallery.open .page_body_editor-imgGallery_prev,
.agent-mobile .page_body_editor-imgGallery.center .page_body_editor-imgGallery_next,
.agent-mobile .page_body_editor-imgGallery.center .page_body_editor-imgGallery_prev {
    visibility: visible;
    opacity: 1;
}

.page_body_editor-imgGallery {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.page_body_editor-imgGallery.open {
    visibility: visible;
    transition: 1s ease;
}

.page_body_editor-imgGallery.open img {
    transition: 0.5s ease, width 1s ease, height 1s ease;
}

.agent-mobile .page_body_editor-imgGallery_wrapper {
    font-size: 30px;
}

.agent-mobile .page_body_editor-imgGallery_next,
.agent-mobile .page_body_editor-imgGallery_prev {
    color: #666 !important;
}

.page_body_editor-imgGallery_wrapper {
    font-size: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    padding: 0 60px;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page_body_editor-imgGallery_next,
.page_body_editor-imgGallery_prev {
    position: relative;
    z-index: 10;
    visibility: hidden;
    transition: 0.36s ease;
    opacity: 0;
    color: #666;
}

.page_body_editor-imgGallery_next:hover,
.page_body_editor-imgGallery_prev:hover {
    color: #fff;
}

.page_body_editor-imgGallery img {
    position: absolute;
}

.page_body_editor-imgGallery.center {
    background: rgba(24, 24, 24, 0.9);
}

.page_body_editor-imgGallery.center img {
    top: 50% !important;
    left: 50% !important;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.52);
}

.page_body_editor-imgGallery.center img.w {
    width: 80% !important;
    height: auto !important;
}

.page_body_editor-imgGallery.center img.h {
    width: auto !important;
    height: 80% !important;
}

.page_body_editor-imgGallery.center .page_body_editor-imgGallery_wrapper ._next,
.page_body_editor-imgGallery.center .page_body_editor-imgGallery_wrapper ._prev {
    visibility: visible;
    padding: 0 20px;
    opacity: 1;
}

.agent-pc .layout-img_gallary_wrapper.layout-open .layout-img_gallary_img {
    width: auto !important;
    height: auto !important;
}

.ck-content .image {
    display: table;
    clear: both;
    width: 100%;
    margin: 1em auto;
    text-align: center;
}

.ck-content .image.image_resized {
    display: table;
    clear: both;
    width: 100%;
    margin: 1em auto;
    text-align: center;
}

body.en #page_body_editor-wrapper .layout_form .form-err_msg {
    font-size: 0;
}

body.en #page_body_editor-wrapper .layout_form .form-err_msg::after {
    font-size: 14px;
    content: "This item cannot be empty";
}

body.en #page_body_editor-wrapper .layout_form .layout_form-submit_row .form-err_msg::after {
    content: "Please check the form and resubmit";
}

#page_body_editor-wrapper .layout_group[data-img_gallery] img {
    cursor: zoom-in;
}

body.en #fixed_mp .fixed-container p::after {
    font-size: 14px;
    content: "Scan QR Code";
}

body #page_body_editor-wrapper .layout_group a:not(.ck-share-item) *,
body #page_body_editor-wrapper .layout_group .normal_link:not(.ck-share-item) * {
    color: inherit !important;
    background: transparent !important;
}

body #page_body_editor-wrapper .layout_group a:not([data-layout]):not(.ck-share-item) {
    text-decoration: underline;
}


/* ---------------------------------- */


/*     END: PC 编辑器样式中同步        */


/* ---------------------------------- */

#page_body_editor-wrapper .ck-content .image.image_resized img {
    width: 100%;
}

body #page_body_editor-wrapper .layout_group .image {
    margin: 0;
    width: auto;
}

body #page_body_editor-wrapper .layout_group .image>img,
body #page_body_editor-wrapper .layout_group .image .image-link>img {
    display: block;
    min-width: 50px;
    max-width: 100%;
    vertical-align: top;
}

body #page_body_editor-wrapper .layout_group .image-style-align-left img,
body #page_body_editor-wrapper .layout_group .image-style-align-bottom img {
    margin: 0;
}

body #page_body_editor-wrapper .layout_group .image.image-style-no-float+* {
    clear: left;
}

body #page_body_editor-wrapper .layout_group .image.image-style-no-float.image-style-align-right+* {
    clear: right;
}

#page_body_editor-wrapper .ck-content .image[data-autosize="auto"] img {
    width: auto;
}

.layout_body [data-key="price"] tr:nth-child(2n) {
    background: #f8f8f8;
}


/* ---------------------------------- */


/*            only-use-web            */


/* ---------------------------------- */


/* START: 移动端修复备案信息被裁减的问题 */

.agent-mobile #footer {
    box-sizing: border-box;
    height: auto;
    padding: 0;
    padding: 10px 18px;
    text-align: center;
}

.agent-mobile #footer p {
    float: none;
    overflow: hidden;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    white-space: normal;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.agent-mobile #footer p.plr10 span {
    width: auto;
    max-width: 100%;
    vertical-align: middle !important;
}

.agent-mobile #footer p span {
    width: auto;
    max-width: 100%;
    vertical-align: middle !important;
}

.agent-mobile #footer p span.ellipsis {
    line-height: 24px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.agent-mobile #footer p a {
    float: none;
    margin: 0;
}

.agent-mobile #footer p a img {
    margin: 0;
    vertical-align: top;
    vertical-align: middle;
    width: auto;
    height: 30px;
    display: inline-block;
}

.agent-mobile #footer p strong {
    display: inline-block;
    float: none;
}

.agent-mobile #footer p .beian {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.agent-mobile #footer p.plr10 .footer_site_title {
    display: inline-block;
    max-width: 50%;
}

.agent-mobile #footer a#flogo {
    height: 14px;
    vertical-align: middle;
}


/* END: 移动端修复备案信息被裁减的问题 */


/* START:表单英文下验证码*/

body.en .layout_form-row_ver_code .layout_form-row_name {
    color: transparent;
}

body.en .layout_form-row_ver_code .layout_form-row_head::before {
    font-size: inherit;
    position: absolute;
    content: "Captcha";
    color: inherit;
}

body.en #page_body_editor-wrapper .layout_form .layout_form-row[data-require="1"].layout_form-row_ver_code .layout_form-row_name::after {
    padding-left: 10px;
}


/* END:表单英文下验证码 */

#page_body_editor-wrapper .layout,
#page_body_editor-wrapper .layout_group {
    overflow: hidden;
}


/* mo iframe 尺寸 */

.agent-mobile .post_iframe {
    position: relative;
    width: 100%;
    padding-top: 64%;
}

.agent-mobile .post_iframe iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    min-height: auto !important;
}


/* ---------------------------------- */


/*      START: 05手机端独有样式        */


/* ---------------------------------- */

.agent-mobile #sitecontent .content_editor .module,
.agent-mobile #sitecontent .content_editor #postContent,
.agent-mobile #sitecontent .content_editor>.npagePage.post,
.agent-mobile #sitecontent .content_editor .content {
    width: auto;
    margin: 0;
    padding: 0;
}

.agent-mobile #sitecontent .content_editor #postInfo,
.agent-mobile #sitecontent .content_editor .container_header {
    display: none;
}

.agent-mobile #sitecontent .content_editor #postContent,
.agent-mobile #sitecontent .content_editor .postbody {
    margin: 0;
}

.agent-mobile .mlistpost.project .postbody iframe {
    height: auto;
}

.agent-mobile .npagePage.post .project #postContent {
    width: inherit;
}

.agent-mobile .npagePage.post .project #postContent .postbody img {
    height: auto !important;
}

.agent-mobile .map.module .container_content {
    position: relative;
}

.agent-mobile .map.module .container_content:after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

.agent-mobile #page_body_editor-wrapper .layout_group .layout_bg {
    bottom: 0;
}

.agent-mobile .layout_limit_wrapper {
    position: relative;
    z-index: 1;
}

#header .search-input-wrap {
    box-shadow: none;
}

#header .search-input-wrap.show {
    z-index: 101;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#header a.mm-hbtn {
    z-index: 100;
}

.agent-mobile .content_editor #postSlider {
    display: none;
}

.agent-mobile .post .postbody {
    position: relative;
    z-index: 0;
}


/* ---------------------------------- */


/*          END: 05手机端独有样式       */


/* ---------------------------------- */