.editor-content input[type="text"],
.editor-content input[type="email"],
.editor-content input[type="number"],
.editor-content input[type="password"],
.editor-content input[type="search"],
.editor-content input[type="tel"],
.editor-content textarea,
.editor-content select,
.comment-form input,
.comment-form textarea {
    background: #fff0;
    padding: 12px 24px;
    height: 64px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.4s ease;
    font-size: 16px;
    text-align: right;
    border-radius: 12px;
    border: 1px solid #997BB633 !important;
}
.editor-content.acf-error input[type="text"],
.editor-content.acf-error input[type="email"] {
    border: 1px solid #B00020;
}
.editor-content input[type="text"]::placeholder,
.editor-content input[type="email"]::placeholder,
.editor-content input[type="number"]::placeholder,
.editor-content input[type="password"]::placeholder,
.editor-content input[type="search"]::placeholder,
.editor-content input[type="tel"]::placeholder,
.editor-content textarea::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder {
    font-size: 16px;
    font-family: var(--regular);
    color: var(--strock) !important;
}
.editor-content input[type="text"]:focus,
.editor-content input[type="email"]:focus,
.editor-content input[type="number"]:focus,
.editor-content input[type="password"]:focus,
.editor-content input[type="search"]:focus,
.editor-content input[type="tel"]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #B00020 !important;
}
.editor-content textarea, .comment-form textarea {
    min-height: 160px;
    padding-top: 24px !important;
}
.editor-content {
    line-height: 35px;
}
.editor-content img {
    border-radius: 24px;
    margin-bottom: 10px;
    font-family: var(--main_font);
    width: 100%;
}
.owl-gallery {
    margin: 25px auto;
    padding: 0 30px;
}
.gallery_item {
    position: relative;
    display: block;
}
.lg-outer {
    text-align: right;
}
.swiper-lightgallery {
    width: 100%;
}
.swiper-lightgallery .swiper-slide {
    height: auto;
}
.swiper-lightgallery-wrap {
    margin: 40px 0;
    position: relative;
    padding: 0 16px;
}
.lg-thumb {
    margin: auto;
}
.swiper-lightgallery {
    margin-block: 48px;
    margin-bottom: 110px;
}
.lightgallery-item img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    margin: 0 !important;
    transition: 0.4s;
    border-radius: 20px;
    object-fit: cover;
}
.lightgallery-item {
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 145px;
}
.lightgallery-item .plus-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.4s all;
    opacity: 0;
    z-index: 2;
    justify-content: center;
}
.lightgallery-item:hover .plus-icon {
    opacity: 1;
}
.lightgallery-item:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 8px;
    backdrop-filter: blur(7px);
    inset: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
}
.lightgallery-item:after {
    opacity: 0;
    visibility: hidden;
    content: "\e93c";
    font-family: 'icomoon';
    position: absolute;
    font-size: 3rem;
    line-height: 1;
    width: 3rem;
    height: 3rem;;
    color: var(--white);
    inset: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
}
.lightgallery-item:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.lightgallery-item:hover::after {
    opacity: 1;
    visibility: visible;
}
.editor-content .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
.editor-content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.editor-content .aligncenter {
    text-align: center;
    display: block;
    margin: 20px auto;
    width: 100%;
}
.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6 {
    margin-bottom: 0;
    display: inline;
    color: var(--color3);
    font-family: var(--main_font);
}
.white-content.editor-content li h2,
.white-content.editor-content li h3,
.white-content.editor-content li h4,
.white-content.editor-content li h5,
.white-content.editor-content li h6 {
    color: var(--color3);
}
.white-content.editor-content h2,
.white-content.editor-content h3,
.white-content.editor-content h4,
.white-content.editor-content h5,
.white-content.editor-content h6 {
    color: var(--color3);
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 16px;
    color: var(--color3);
}
.editor-content.main-content h1,
.editor-content.main-content h2,
.editor-content.main-content h3,
.editor-content.main-content h4,
.editor-content.main-content h5,
.editor-content.main-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
	font-family: var(--demibold);
}
.editor-content em {
    font-style: italic;
}
.editor-content h1 {
    font-size: calc(var(--heading_h1_fontsize));
    display: inline-flex;
}
.editor-content h2 {
    font-size: calc(var(--heading_h1_fontsize) - 2px);
}
.editor-content h3 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}
.editor-content h4 {
    font-size: calc(var(--heading_h1_fontsize) - 5px);
}
.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 6px);
}
.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 7px);
}
.editor-content ul,
.editor-content ol {
    margin-bottom: 10px;
}
.editor-content ul li {
    margin: 14px 0;
    font-size: 15px;
    font-family: var(--regular);
    line-height: 38px;
}
.white-content.editor-content ul li {
    color: #fff;
}
.editor-content.main-content ul li:before {
    content: '';
    font-family: icomoon;
    min-width: 8px;
    margin-left: 8px;
    background: var(--color3);
    transition: 0.4s ease;
    display: inline-flex;
    height: 8px;
    border-radius: 100%;
}
.white-content.editor-content.main-content ul li::before {
    background: var(--color3);
}
.editor-content .wp-caption-text {
    text-align: center;
    color: var(--color3);
}
.white-content.editor-content .wp-caption-text {
    color: #fff;
}
.editor-content .wp-caption {
    width: auto !important;
}
.editor-content.main-content p a {
    color: var(--color3);
    /*background: #00377B14;*/
    border-radius: 5px;
    padding: 0 5px;
}
.white-content.editor-content.main-content p a {
    color: #fff;
    background: var(--color2);
}
.editor-content.main-content a:hover {
    color: var(--color2);
}
.white-content.editor-content.main-content a:hover {
    color: #fff;
}
.editor-content.main-content td a {
    color: var(--color2);
}
.white-content.editor-content.main-content td a {
    color: #fff;
}
.editor-content.main-content td a:hover {
    color: var(--color3);
}
.editor-content a .btn {
    background: var(--color2);
    border: none;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-family: inherit;
}
.editor-content a .btn:hover {
    color: var(--color3);
}
.editor-content a .btn i {
    display: none;
}
.editor-content,
.editor-content p {
    font-size: 16px;
    line-height: 36px;
}
.white-content.editor-content,
.white-content.editor-content p {
    color: #fff;
}
.editor-content p {
    margin-bottom: 20px;
}
.text-light.editor-content,
.text-light.editor-content span,
.text-light.editor-content p {
    color: #fff !important;
}
.text-light.editor-content ul li,
.text-light.editor-content ol li {
    color: #fff !important;
}
.text-light.editor-content.main-content a {
    color: var(--color2);
}
.text-light.editor-content.main-content a:hover {
    color: #fff;
}
.editor-content blockquote {
    border-radius: 1rem;
    position: relative;
    padding: 6rem 3rem 3rem;
    margin: 3rem auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background-color: var(--color2);*/
    box-shadow: 3px 3px 0px 0px var(--shadow);
    border: 1px solid var(--color3);
    background-image: url(../img/blockquote.svg);
}
.text-light.editor-content blockquote {
    background: #3a3f44;
    margin: auto;
}
.white-content.editor-content blockquote {
    background: #fff;
}
.white-content.editor-content blockquote:before {
    background: var(--color3);
}
.white-content.editor-content blockquote p {
    color: #000 !important;
}
.editor-content blockquote:before {
    font-family: "icomoon";
    content: "\e92b";
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    position: absolute;
    color: var(--white);
    z-index: 1;
    font-size: 40px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.editor-content blockquote:after {*/
/*    content: "";*/
/*    background: linear-gradient(180deg, var(--black), #000045db);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 0;*/
/*    border-radius: 20px;*/
/*}*/
/*.editor-content blockquote:after {*/
/*    top: 0;*/
/*    right: 50%;*/
/*    transform: translateX(50%);*/
/*    background: linear-gradient(90deg, rgba(45, 182, 126, 1) 0%, rgba(45, 182, 126, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(45, 182, 126, 1) 75%, rgba(45, 182, 126, 1) 100%);*/
/*    height: 1px;*/
/*    width: 235px;*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*}*/
.editor-content blockquote p {
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 40px;
    z-index: 1;
}
.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.editor-content ol li {
    counter-increment: item;
    position: relative;
    padding-right: 22px;
    margin: 16px 0;
    line-height: 1.5;
}
.white-content.editor-content ol li {
    color: #fff;
}
.white-content.editor-content ol li:before {
    color: var(--color2);
}
.white-content.editor-content ol li:after {
    background: var(--color2);
}
.editor-content ol li:before {
    top: 0;
    content: counter(item) " ";
    color: var(--color3);
    font-size: 17px;
    height: 100%;
    width: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    flex: 0 0 15px !important;
}
.editor-content ol li:after {
    top: 12px;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color3);
    right: 15px;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
}
.editor-content.main-content table:not(.acf-table) td {
    white-space: nowrap;
    border-bottom: none;
    padding: 0.5rem 1rem;
    font-size: inherit;
    text-align: right;
}
.editor-content.main-content table:not(.acf-table) td p {
    margin: 0 !important;
}
.editor-content.main-content table:not(.acf-table) tr:first-child th,
.editor-content.main-content table:not(.acf-table) tr:first-child {
    border-top: none;
    border-right: none;
    white-space: nowrap;
    padding: 1rem;
    background: var(--color3);
    color: #ffff;
}
.editor-content.main-content table:not(.acf-table) tr:first-child th,
.editor-content.main-content table:not(.acf-table) tr:first-child th span,
.editor-content.main-content table:not(.acf-table) tr:first-child th p,
.editor-content.main-content table:not(.acf-table) tr:first-child td,
.editor-content.main-content table:not(.acf-table) tr:first-child td span,
.editor-content.main-content table:not(.acf-table) tr:first-child td p {
    color: #ffff !important;
}
.editor-content.main-content table:not(.acf-table) :is(tbody, thead) {
    display: table;
    width: 100%;
}
.editor-content.main-content table:not(.acf-table) {
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color3) #C2D2E4;
    scrollbar-width: thin !important;
    border-bottom: 0;
    /*background: #f1f2f3;*/
    border-radius: 10px 10px 0 0;
    border: 1px solid #dcdfe1;
}
.editor-content.main-content table tr,
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdfe1;
    text-align: center;
}
.editor-content.main-content table tr th:last-child,
.editor-content.main-content table tr td:last-child,
.editor-content.main-content table tr {
    border-left: none;
}
.editor-content.main-content table tr td:first-child,
.editor-content.main-content table tr {
    border-right: none;
}
.editor-content.main-content table tr:nth-child(2n) {
    background: #f1f2f3;
}
.white-content.editor-content.main-content table tr:nth-child(2n) {
    background: var(--color3);
}
.editor-content.main-content table th {
    font-weight: bold;
}
.editor-content.main-content table td {
    white-space: nowrap;
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
}
.white-content.editor-content.main-content table td {
    color: #fff;
}
/* width */
.editor-content.main-content table::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important;
}
/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important;
}
/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important;
}
/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color3);
}
.white-content.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color2);
}
.svg-clip {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.main-content.editor-content strong {
    font-family: var(--demibold);
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .editor-content .alignright,
    .editor-content .alignleft {
        max-width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .editor-content input[type="text"],
    .editor-content input[type="email"],
    .editor-content input[type="number"],
    .editor-content input[type="password"],
    .editor-content input[type="search"],
    .editor-content input[type="tel"],
    .editor-content textarea,
    .editor-content select,
    .comment-form input,
    .comment-form textarea {
        height: 64px;
        /*padding: 12px !important;*/
    }
    .swiper-lightgallery-wrap {
        margin: 48px 0;
    }
    .editor-content ol li {
        padding-right: 28px;
    }
}
@media screen and (max-width: 992px) {
    .editor-content blockquote {
        padding: 94px 24px 32px;
    }
}