@charset "UTF-8";
.menu-button-rometheme{
transition: all 0.5;
background-color: #ffb901;
padding: 10px;
}
li.submenu-item {
padding-left: 0.5rem;
padding-right: 0.5rem
}
div.header {
display: flex;
justify-content: space-around;
align-items: center;
}
div.mobile-header {
display: none;
}
nav.off-canvas {
display: none;
}
div.menu-offcanvas {
display: none;
}
.rkit-offcanvas-close {
position: relative;
float: right;
z-index: 9999;
}
a.menu-button {
text-decoration: none;
border-bottom: none;
}
.dropdown-content {
opacity: 0;
margin-top: 20px;
animation: fade_in 1s;
}
.offcanvas-navmenu-rometheme {
width: 100%;
position: fixed;
display: flex;
top: 0;
height: 100%;
z-index: 999;
}
.overlay-rometheme {
background-color: rgba(0, 0, 0, 0.328);
position: absolute;
top: 0;
width: 100%;
height: 100vh;
z-index: 998;
}
.menu-offcanvas-rometheme {
z-index: 9999;
background-color: white;
width: 75%;
}
.rkit-btn-container{
display: flex;
}
#nav-menu>li>ul {
list-style-type: none;
padding: 1rem;
display: none;
visibility: hidden;
opacity: 0;
transition: all 2s ease-in;
}
#nav-menu>li {
display: flex;
justify-content: center;
height: 100%;
}
#nav-menu>li:hover ul {
display: block;
position: absolute;
visibility: visible;
opacity: 1;
}
#nav-menu>li:hover .dropdown-content {
opacity: 1;
margin-top: 0;
}
@keyframes fade_in {
from {
opacity: 0;
margin-top: 20px;
}
to {
opacity: 1;
margin-top: 0;
}
}
@media only screen and (max-width: 600px) {
div.header {
display: none;
}
div.mobile-header {
display: flex;
justify-content: space-between;
align-items: center;
}
nav.off-canvas {
display: block;
position: absolute;
top: 0;
left: -150%;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.328);
transition: 1s ease-in-out;
z-index: 999;
}
div.menu-offcanvas {
display: flex;
flex-direction: column;
background-color: white;
width: 75%;
height: 100vh;
left: 0;
top: 0;
color: black;
gap: .5rem;
padding: 1rem;
}
div.menu-header {
display: flex;
flex-direction: row;
justify-content: space-between;
}
div.menu-items {
display: flex;
flex-direction: column;
gap: .5rem;
}
}.menu-horizontal {
display: flex;
flex-direction: row;
}
.menu-vertical {
display: flex;
flex-direction: column;
}
a.submenu-item-text {
width: 100%;
display: inline-block;
border-bottom: none;
height: 100%;
}
.expand-content{
overflow: hidden;
height: auto;
}.rkit-headerinfo{
display: flex;
flex-wrap: wrap;
}.rkit-navmenu-container {
z-index: 99;
position: relative;
}
.rkit-hamburger-tablet,
.rkit-hamburger-mobile {
display: none;
transition: all 1.5s;
}
.rkit-navmenu-tablet,
.rkit-navmenu-mobile {
display: flex;
transition: all 1.5s;
}
.rkit-responsive-tablet,
.rkit-responsive-mobile {
display: none;
overflow: hidden;
}
.rkit-responsive-menu {
transition: all;
}
.rkit-menu {
transition: all 0.5s;
display: flex;
align-items: center;
font-weight: 700;
position: relative;
}
.rkit-menu-text{
color: black;
}
.rkit-navmenu a {
border-bottom: none;
}
.rkit-dropdown-hover-tablet,
.rkit-dropdown-hover-mobile,
.rkit-dropdown-click-mobile,
.rkit-dropdown-click-tablet,
.rkit-submenu-hover-tablet,
.rkit-submenu-hover-mobile,
.rkit-submenu-click-tablet,
.rkit-submenu-click-mobile {
display: none;
flex-direction: column;
position: absolute;
transition: all 1.5s;
}
.rkit-dropdown:hover>.rkit-dropdown-hover-tablet,
.rkit-dropdown:hover>.rkit-dropdown-hover-mobile {
display: flex;
animation: scale_animation 0.5s;
animation-timing-function: ease;
}
.rkit-dropdown-open>.rkit-dropdown-click-tablet,
.rkit-dropdown-open>.rkit-dropdown-click-mobile {
display: flex;
}
.rkit-submenu-open .rkit-submenu-click-tablet,
.rkit-submenu-open .rkit-submenu-click-mobile {
display: inline-flex;
white-space: nowrap;
top: 0;
}
.rkit-dropdownopen-tablet,
.rkit-dropdownopen-mobile {
display: flex;
white-space: nowrap;
}
.rkit-submenuopen-tablet,
.rkit-submenuopen-mobile {
display: inline-flex;
white-space: nowrap;
}
.rkit-dropdown:hover>.rkit-submenu-hover-tablet,
.rkit-dropdown:hover>.rkit-submenu-hover-mobile {
display: inline-flex;
white-space: nowrap;
animation: scale_animation 0.5s;
animation-timing-function: ease;
top: 0;
}
.rkit-p-relative {
position: relative;
}
.left-100 {
left: 100%;
}
.right-100 {
right: 100%;
}
.d-flex {
display: flex;
}
.justify-between {
justify-content: space-between;
align-items: center;
}
.rkit-submenu-text {
flex-grow: 2;
}
.rkit-navmenu-fullwidth {
width: 100vw;
}
.rkit-submenu-icon {
cursor: pointer;
}
.rkit-submenu {
cursor: pointer;
}
.rkit-dropdown-submenu .rkit-submenu-icon {
position: absolute;
display: inline;
top: 50%;
transform: translate(0%, -50%);
}
.rkit-dropdown-unres.rkit-submenu i {
transform: rotate(-90deg);
transform-origin: center;
}
.pointer-underline::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
display: block;
left: 0;
bottom: 0;
border-style: solid;
border-color: rgb(42, 42, 186);
border-width: 0px 0px 5px 0px;
opacity: 0;
transition: opacity 0.5s;
}
.pointer-underline:hover::after{
opacity: 1;
}
.pointer-overline::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
display: block;
left: 0;
bottom: 0;
border-style: solid;
border-color: rgb(42, 42, 186);
border-width: 5px 0px 0px 0px;
transition: opacity 0.5s;
opacity: 0;
}
.pointer-overline:hover::after{
opacity: 1;
}
.pointer-doubleline::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
display: block;
left: 0;
bottom: 0;
border-style: solid;
border-width: 5px 0px 5px 0px;
border-color: rgb(42, 42, 186);
transition: opacity 0.5s;
opacity: 0;
}
.pointer-doubleline:hover::after{
opacity: 1;
}
.pointer-framed::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
display: block;
left: 0;
bottom: 0;
border-style: solid;
border-width: 5px;
border-color: rgb(42, 42, 186);
transition: opacity 0.5s;
opacity: 0;
}
.pointer-framed:hover::after{
opacity: 1;
}
.rkit-menu:has(.pointer-bg):hover{
background-color:  rgb(42, 42, 186);
}
.rkit-menu-active .pointer-underline::after , .rkit-menu-active .pointer-overline::after , .rkit-menu-active .pointer-doubleline::after , .rkit-menu-active .pointer-framed::after{
opacity: 1;
}
@media only screen and (max-width:1024px) {
.rkit-hamburger-tablet {
display: flex;
}
.rkit-navmenu-tablet {
display: none;
}
.rkit-responsive-open-tablet {
display: flex;
flex-direction: column;
position: absolute;
animation: scale_animation 0.5s;
animation-timing-function: ease;
}
.rkit-dropdown-click-tablet {
position: relative;
}
.rkit-submenu-open .rkit-submenu-click-tablet {
display: flex;
white-space: nowrap;
position: relative;
animation: navmenu_animation 1.5s;
animation-timing-function: ease;
}
.rkit-responsive-tablet .rkit-menu {
background-color: white;
color: black;
}
.rkit-responsive-tablet .rkit-menu-text {
color: black;
}
.rkit-responsive-tablet .rkit-menu:hover {
background-color: black;
color: white;
}
.rkit-responsive-tablet .rkit-menu:hover .rkit-menu-text {
color: white;
}
}
@media only screen and (max-width:767px) {
.rkit-hamburger-mobile {
display: flex;
}
.rkit-navmenu-mobile {
display: none;
}
.rkit-responsive-open-mobile {
display: flex;
flex-direction: column;
position: absolute;
animation: scale_animation 0.5s;
animation-timing-function: ease;
}
.rkit-dropdown-click-mobile {
position: relative;
}
.rkit-submenu-click-mobile {
position: relative;
}
.rkit-submenu-open .rkit-submenu-click-mobile {
display: flex;
white-space: nowrap;
position: relative;
animation: navmenu_animation 1.5s;
animation-timing-function: ease;
}
.rkit-responsive-mobile .rkit-menu {
background-color: white;
color: black;
}
.rkit-responsive-mobile .rkit-menu-text {
color: black;
}
.rkit-responsive-mobile .rkit-menu:hover {
background-color: black;
color: white;
}
.rkit-responsive-mobile .rkit-menu:hover .rkit-menu-text {
color: white;
}
}
@keyframes rotate_out {
to {
transform: rotate(0deg);
}
from {
transform: rotate(90deg);
}
}
@keyframes rotate_in {
to {
transform: rotate(90deg);
}
from {
transform: rotate(0deg);
}
}
@keyframes navmenu_animation {
from {
max-height: 0vmax;
height: 0px;
}
to {
max-height: 100vmax;
height: 100%;
}
}
@keyframes scale_animation {
from {
transform: scaleY(0);
transform-origin: top;
}
to {
transform: scaleY(1);
transform-origin: top;
}
}.rkit-search-button{
background-color:rgb(203, 203, 203);
padding: 16px;
aspect-ratio: 1/1;
}
.rkit-search-input{
outline: none;
}
.rkit-search-input:focus {
outline: none;
}
.rkit-search{
overflow: hidden;
}.rkit-blog-body {
padding: 15px;
z-index: 2;
position: relative;
width: 100%;
}
.rkit-blog {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.rkit-image-link {
display: block;
width: 100%;
}
.rkit-blog-card {
border-radius: 15px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.rkit-w-50 {
width: 50%;
}
.rkit-image-container {
position: relative;
}
.rkit-blog-img {
transition: all 0.5s;
object-fit: cover;
object-position: center;
width: 100% !important  ;
height: 100% !important;
}
.rkit-blog-card:hover .rkit-blog-img {
transform: scale(1.1);
}
.rkit-metadata,
.rkit-metadata a {
color: gray;
}
.rkit-metadata {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.rkit-float-metawrapper-date {
position: absolute;
bottom: -10px;
right: 10px;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
height: 3rem;
width: 3rem;
background-color: #ffb901;
}
.rkit-float-metawrapper-date>span {
display: flex;
justify-content: center;
flex-direction: column;
line-height: 1;
}
.rkit-float-metawrapper-date>span>strong {
font-size: large;
}
.rkit-floating-category {
display: flex;
flex-wrap: wrap;
position: absolute;
font-size: 12px;
z-index: 2;
gap: 0.5rem;
}
.rkit-floating-category-btn {
background-color: #ffb901;
padding-inline: 15px;
border-radius: 5px;
}
.rkit-readmore-btn {
background-color: #2575fc;
border-radius: 5px;
padding-inline: 20px;
padding-block: 10px;
text-align: center;
font-size: 15px;
color: white;
transition: all 0.5s;
}
.rkit-readmore-btn:hover {
background-color: #195fd7;
color: white;
}
.rkit-readmore-div {
display: flex;
}
.rkit-metadata-item {
display: flex;
align-items: center;
cursor: pointer;
}
.rkit-blog .rkit-blog-body.rkit-blog-highlight-border::before {
content: "";
display: block;
height: 50%;
width: 2px;
background: #ff712b;
position: absolute;
z-index: 999;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
left: 0;
}
.rkit-blog-title{
font-size: 20px;
font-weight: 700;
}
@media only screen and (max-width:1024px) {
.rkit-blog {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width:767px) {
.rkit-blog {
grid-template-columns: repeat(1, 1fr);
}
.rkit-blog-card {
flex-direction: column !important;
}
.rkit-w-50 {
width: 100%;
}
}.rkit-cta {
overflow: hidden;
}
.rkit-cta-container-classic {
display: flex;
}
.rkit-cta-container-cover {
display: block;
}
.rkit-cta-img__wrapper {
background-size: cover;
background-position: 50%;
min-width: 50%;
position: relative;
}
.rkit-cta-container-cover .rkit-cta-img__wrapper {
min-height: 350px
}
.rkit-cta-container-classic .rkit-cta-img__wrapper {
min-height: 350px
}
.rkit-cta-container-cover .rkit-cta-content__wrapper {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
}
.rkit-cta-description {
margin-bottom: 1rem;
}
.rkit-cta-container-classic .rkit-cta-content__wrapper {
min-height: 350px;
}
.rkit-cta-ribbon {
position: absolute;
top: 0;
background-color: yellowgreen;
padding-inline: 25px;
padding-block: 10px;
z-index: 2;
margin-right: 1rem;
margin-top: -5px;
}
.rkit-cta-content__wrapper {
width: 100%;
display: flex;
flex-direction: column;
}
.rkit-cta-container-classic .rkit-cta-content__wrapper {
background-color: white;
}
.rkit-cta div , .rkit-cta .rkit-cta-title {
transition: all 0.5s;
}
.rkit-cta-img__overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.5s;
}
.rkit-cta:hover .rkit-cta-img__overlay {
background-color: rgba(0, 0, 0, 0.25);
}
.rkit-cta-icon__graphic_element{
font-size: 70px;
}
.rkit-cta__graphic_element{
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.rkit-cta__graphic_element:has(.rkit-cta-icon__graphic_element){
aspect-ratio: 1/1;
}
.rkit-cta-text{
display: flex;
flex-direction: column;
}.rkit-blockquote{
display: flex;
position: relative;
}
.blockquote-top{
flex-direction: column;
}
.rkit-quote-icon{
font-size: 4rem;
}
.blockquote-top .rkit-quote-icon{
display: flex;
justify-content: center;
align-items: center;
}
.blockquote-inline .rkit-quote-icon {
float: left;
line-height: 1em;
width: 1em;
height: 1em;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 .5em 0 0;
}
.blockquote-absolute .rkit-quote-icon {
position: absolute;
z-index: -1;
left: 50%;
transform: translate(-50%, 0);
}.rkit-social-media__list{
display: flex;
flex-wrap: wrap;
}
.rkit-social-media__list .rkit-social-share__link{
width: 100%;
border: none;
display: flex;
align-items: center;
height: 100%;
}.rkit-team-card {
background-color: white;
transition: all 0.3s;
overflow: hidden;
}
.rkit-team__detail {
padding: 1rem;
display: flex;
flex-direction: column;
}
.rkit-team__detail h4 {
margin-bottom: 0;
}
.rkit-team__img {
display: flex;
}
.rkit-team__img img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
}
.rkit-team__role {
color: gray;
font-size: 15px;
margin-bottom: 0.5rem;
}
.rkit-team__description {
margin-bottom: 0.5rem;
}
.rkit-team__overlay .rkit-team__detail {
visibility: hidden;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: all;
background-color: rgba(0, 0, 0, 0.5);
color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.rkit-team__overlay:hover .rkit-team__detail {
visibility: visible;
animation: overlay_animation_in 0.3s ease-in;
}
.rkit-team__overlay:not(:hover) .rkit-team__detail {
animation: overlay_animation_out 0.3s ease-out;
}
.rkit-team__social {
display: flex;
justify-content: center;
align-items: center;
}
.rkit-team__social_item {
padding: 0.5rem;
aspect-ratio: 1/1;
width: 35px;
display: flex;
justify-content: center;
align-items: center;
}
.rkit-team__social_on_hover_top .rkit-team__social {
display: none;
visibility: hidden;
opacity: 0;
position: absolute;
top: 0;
animation: social_on_hover_top 0.3s ease-in;
flex-direction: row;
width: 100%;
left: 0;
justify-content: center;
}
.rkit-team__social_on_hover_bottom .rkit-team__social {
display: none;
visibility: hidden;
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
animation: social_on_hover_bottom 0.3s ease-in;
flex-direction: row;
width: 100%;
justify-content: center;
}
.rkit-team__social_on_hover_left .rkit-team__social {
display: none;
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
animation: social_on_hover_left 0.3s ease-in;
top: 50%;
transform: translateY(-50%);
flex-direction: column;
}
.rkit-team__social_on_hover_right .rkit-team__social {
display: none;
visibility: hidden;
opacity: 0;
position: absolute;
right: 0;
animation: social_on_hover_right 0.3s ease-in;
top: 50%;
transform: translateY(-50%);
flex-direction: column;
}
.rkit-team__social_on_hover_left:hover .rkit-team__social , 
.rkit-team__social_on_hover_right:hover .rkit-team__social , 
.rkit-team__social_on_hover_bottom:hover .rkit-team__social,
.rkit-team__social_on_hover_top:hover .rkit-team__social
{
display: flex;
justify-content: center;
align-items: center;
visibility: visible;
opacity: 1;
}
.rkit-team__centered .rkit-team-card{
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.rkit-team__centered .rkit-team__img {
border-radius: 50%;
overflow: hidden;
width: 50%;
min-width: 180px;
}
.rkit-team__centered .rkit-team__img img {
aspect-ratio: 1/1;
}
.rkit-team__centered .rkit-team__detail {
text-align: center;
justify-content: center;
align-items: center;
}
@keyframes overlay_animation_in {
from {
visibility: hidden;
opacity: 0;
transform: scaleY(0);
transform-origin: bottom;
}
to {
visibility: visible;
opacity: 1;
transform: scaleY(1);
transform-origin: bottom;
}
}
@keyframes overlay_animation_out {
from {
visibility: visible;
opacity: 1;
transform: scaleY(1);
transform-origin: bottom;
}
to {
visibility: hidden;
opacity: 0;
transform: scaleY(0);
transform-origin: bottom;
}
}
@keyframes social_on_hover_left {
0% {
left: -5%;
opacity: 0;
}
100% {
left: 0%;
opacity: 1;
}
}
@keyframes social_on_hover_right {
0% {
right: -5%;
opacity: 0;
}
100% {
right: 0%;
opacity: 1;
}
}
@keyframes social_on_hover_top {
0% {
top: -5%;
opacity: 0;
}
100% {
top: 0%;
opacity: 1;
}
}
@keyframes social_on_hover_bottom {
0% {
bottom: -5%;
opacity: 0;
}
100% {
bottom: 0%;
opacity: 1;
}
}.rkit-running-text-item{
display: flex;
flex-direction: row;
align-items: center;
}
.rkit-running-text{
display: flex;
flex-direction: row;
}
.rkit-running-text-item p {
margin: 0;
}@keyframes blink-caret {
from,
to {
border-color: transparent;
}
50% {
border-color: #000000;
}
}
.rkit-animated-heading p {
position: relative; }
.rkit-animated-heading {
position: relative;
}
.text-writing {
display: inline-block;
}
.text-writing::after {
content: "";
position: absolute;
width: 2px;
height: 100%;
background-color: #000000;
animation: blink-caret 1s infinite;
}
.rkit-animated-heading p {
margin-bottom: 0;
}
@keyframes typing-cursor {
from,
to {
border-color: transparent;
}
50% {
border-color: #000000;
}
}
.text-flipping {
transition: 0.5s;
animation-duration: 0.5s;
animation-fill-mode: both;
display: inline-block;
}
.flip-out {
transform: perspective(400px) rotateX(90deg);
animation-name: flipOut;
transform-origin: bottom;
opacity: 0;
}
.flip-in {
transform: perspective(400px) rotateX(0deg);
animation-name: flipIn;
transform-origin: bottom;
opacity: 1;
}
@keyframes flipOut {
0% {
transform: perspective(400px) rotateX(0deg);
transform-origin: bottom;
opacity: 1;
}
40% {
transform: perspective(400px) rotateX(-20deg);
transform-origin: bottom;
}
100% {
transform: perspective(400px) rotateX(90deg);
transform-origin: bottom;
opacity: 0;
}
}
@keyframes flipIn {
0% {
transform: perspective(400px) rotateX(-90deg);
transform-origin: bottom;
opacity: 0;
}
60% {
transform: perspective(400px) rotateX(-20deg);
transform-origin: bottom;
}
100% {
transform: perspective(400px) rotateX(0deg);
transform-origin: bottom;
opacity: 1;
}
}
.text-sliding_up,
.text-sliding_down {
overflow: hidden;
transition: opacity 0.5s;
display: inline-flex;
}
.text-sliding_down.slide-down_in {
height: auto;
animation: slideDown_In 0.5s;
}
.text-sliding_down.slide-down_out {
height: auto;
animation: slideDown_Out 0.5s;
}
.text-sliding_up.slide-up_in {
height: auto;
animation: slideUp_In 0.5s;
}
.text-sliding_up.slide-up_out {
height: auto;
animation: slideUp_Out 0.5s;
}
@keyframes slideUp_In {
0% {
transform: translateY(15px);
opacity: 0;
}
60% {
transform: translateY(-5px);
opacity: 0.8;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
@keyframes slideUp_Out {
0% {
transform: translateY(0px);
opacity: 1;
}
100% {
transform: translateY(-15px);
opacity: 0;
}
}
@keyframes slideDown_In {
0% {
transform: translateY(-15px);
opacity: 0;
}
60% {
transform: translateY(5px);
opacity: 0.8;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
@keyframes slideDown_Out {
0% {
transform: translateY(0px);
opacity: 1;
}
100% {
transform: translateY(15px);
opacity: 0;
}
}
@keyframes handdrawn {
0% {
stroke-dashoffset: 1500;
opacity: 0;
}
100% {
stroke-dashoffset: 0;
opacity: 1;
}
}
@keyframes opacity {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.rkit-animated-heading__text svg {
fill: none;
stroke: black;
stroke-width: 12px;
stroke-miterlimit: 10;
stroke-dasharray: 1500;
stroke-dashoffset: 1500;
stroke-linecap: round;
position: absolute;
top: 50%;
left: 50%;
width: calc(100% + 20px);
opacity: 0;
transform: translate(-50%, -50%);
z-index: -1;
height: calc(100% + 15px);
overflow: visible;
}
.rkit-highlighted.in_front svg{
z-index: 2 !important;
}
.highlighted_in svg {
animation: handdrawn 1s forwards;
}
.highlighted_out svg {
stroke-dashoffset: 0;
animation: opacity 1s;
}
.rkit-highlighted {
display: inline-flex;
}
.text-drop-in, .text-drop-out {
overflow: hidden;
display: inline-flex;
}
.text-drop-in.drop-in_out {
animation: dropIn_Out 0.5s;
opacity: 0;
}
.text-drop-in.drop-in_in {
animation: dropIn_In 0.5s;
opacity: 1;
}
@keyframes dropIn_Out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.4);
opacity: 0;
}
}
@keyframes dropIn_In {
0% {
transform: scale(1.3);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.text-drop-out.drop-out_out {
animation: dropOut_Out 0.5s;
opacity: 0;
}
.text-drop-out.drop-out_in {
animation: dropOut_In 0.5s;
opacity: 1;
}
@keyframes dropOut_Out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.3);
opacity: 0;
}
}
@keyframes dropOut_In {
0% {
transform: scale(0.4);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}.rkit-slider-wrapper {
position: relative;
display: flex;
}
.rkit-slider-wrapper.before {
flex-direction: column;
}
.rkit-slider-wrapper.after {
flex-direction: column-reverse;
}
.rkit-slider-wrapper .cards-slider {
overflow-x: hidden;
scroll-behavior: smooth;
cursor: grab;
cursor: -webkit-grab;
cursor: -moz-grab;
padding-block: 1rem;
}
.rkit-slider-wrapper .cards-slider.dragging {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.rkit-slider-wrapper .cards {
width: max-content;
display: flex;
flex-direction: row;
}
.rkit-slider-wrapper .card {
position: relative;
display: inline-flex;
width: 280px;
background-color: white;
border-radius: 15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-inline: 0.5rem;
overflow: hidden;
}
.cards.overlay .card {
height: 342px;
}
.dot-container {
display: flex;
justify-content: center;
align-items: center;
margin-block: 10px;
}
.dot {
width: 10px;
height: 10px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
margin-inline: 0.5rem;
transition: all 0.5s;
}
.dot.active {
background-color: black;
}
.card-slider_wrapper {
width: 100%;
height: 100%;
}
.cards.default .card-slider_card-wrapper {
display: flex;
align-items: center;
flex-direction: column;
}
.card-slider_card-body {
width: 100%;
display: flex;
flex-direction: column;
padding: 15px;
}
.rkit-slider-wrapper .cards-slider .cards.overlay .card-slider_card-body {
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.50);
opacity: 0;
transition: opacity 0.5s ease;
z-index: 2;
height: 100%;
}
.rkit-slider-wrapper .cards-slider .cards.overlay .card:hover .card-slider_card-body {
opacity: 1;
}
.cards.overlay .card-slider_image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.rkit-slider-wrapper .cards-slider .card-slider_image img {
height: 100%;
width: 100%;
object-fit: cover;
}
.cards .card-slider_image.full-width {
width: 100%;
}
.cards .card-slider_image.circle {
width: 70%;
aspect-ratio: 1/1;
border-radius: 50%;
overflow: hidden;
}
.cards .card-slider_image.box {
overflow: hidden;
}
.cards .card-slider_btn {
display: flex !important;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 10px;
}
.card-slider_btn-icon {
margin-inline: 0.5rem;
}
.card-slider_btn-wrapper{
width: 100%;
display: flex;
justify-content: center;
}.rkit-accordion {
display: flex;
flex-direction: column;
}
.rkit-accordion-header {
padding: 10px;
background-color: #ebebeb;
color: #000000;
cursor: pointer;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center ;
}
.rkit-accordion-item.open .rkit-accordion-header{
color: rgb(1, 57, 242);
}
.rkit-accordion-content {
max-height: 0vmax;
height: auto;
visibility: hidden;
overflow: hidden;
transition: all 0.3s;
}
.rkit-accordion__icon{
display: flex;
align-items: center;
justify-content: center;
}
.rkit-accordion__title{
width:100%;
text-align: left;
}
.rkit-accordion__content{
padding: 0.5rem;
text-align: justify;
}
.rkit-accordion-item.open .rkit-accordion-content {
visibility: visible;
max-height: 100vmax;
transition: all 1.5s;
}
.rkit-accordion-item .rkit-accordion__icon .icon_open {
display: none;
}
.rkit-accordion-item.open .rkit-accordion__icon .icon_close {
display: none;
}
.rkit-accordion-item.open .rkit-accordion__icon .icon_open {
display: block;
}.rkit-testimonial-card {
width: 100%;
height: auto;
display: flex;
border-radius: 10px;
}
.rkit-pagination-bullet {
width: 8px;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: #aaaaaa;
transition: all 0.5s ease;
}
.rkit-pagination-bullet-active {
background-color: #161616;
}
.rkit-pagination-bullet-clickable .rkit-pagination-bullet {
cursor: pointer;
}
.rkit-testimonial-wrapper.style_1 .rkit-testimonial-card {
background-color: aliceblue;
}
.rkit-testimonial-wrapper.style_2 .rkit-testimonial-card {
flex-direction: column;
}
.rkit-testimonial-wrapper.style_3 .rkit-testimonial-card {
background-color: aliceblue;
padding: 1rem;
}
.rkit-testimonial-wrapper.style_4 .rkit-testimonial-card {
flex-direction: column;
background-color: aliceblue;
padding: 1rem;
}
.rkit-testimonial-wrapper.style_5 .rkit-testimonial-card {
height: 324px;
position: relative;
}
.testimonial_header {
display: flex;
}
.testimonial_body {
padding: 0.5rem;
}
.testimonial-client-img img {
height: auto;
object-fit: cover;
display: flex;
}
.testimonial_quote_wrapper {
display: flex;
}
.rkit-testimonial-carousel .testimonial-container {
overflow: hidden;
}
.rkit-testimonial-wrapper.style_1 .testimonial-client-img {
width: 100%;
}
.rkit-testimonial-wrapper.style_1 .testimonial-client-img img {
width: 100%;
aspect-ratio: 16/9;
}
.rkit-testimonial-wrapper.style_2 .testimonial-client-img img {
width: 100px;
aspect-ratio: 1/1;
border-radius: 50%;
}
.rkit-testimonial-wrapper.style_3 .testimonial-client-img img {
width: 400px;
aspect-ratio: 1/1;
border-radius: 50%;
}
.rkit-testimonial-wrapper.style_5 .testimonial-client-img img {
width: 100%;
height: 100%;
}
.rkit-testimonial-wrapper.style_2 .testimonial-client-img {
display: flex;
justify-content: center;
}
.rkit-testimonial-wrapper.style_5 .testimonial-client-img {
width: 100%;
height: 100%;
}
.rkit-testimonial-wrapper.style_1 .rkit-testimonial-card {
flex-direction: column;
}
.rkit-testimonial-carousel .rkit-testimonial-pagination {
position: relative;
display: flex;
flex-direction: row;
gap: 0.5rem;
padding-block: 0.5rem;
justify-content: center;
align-items: center;
}
.rkit-testimonial-wrapper.style_1 .testimonial_body {
padding: 1.5rem;
}
.rkit-testimonial-wrapper.style_2 .testimonial_body {
padding: 1.5rem;
background-color: aliceblue;
border-radius: 10px;
}
.rkit-testimonial-wrapper.style_5 .testimonial_body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
padding: 1rem;
color: white;
}
.rkit-testimonial-wrapper.style_5 .testimonial_header {
width: 100%;
}
.rkit-testimonial-wrapper.style_2 .testimonial_header {
flex-direction: column;
margin-top: -50px;
}
.rkit-testimonial-wrapper.style_1 .testimonial_header {
position: relative;
}
.rkit-testimonial-wrapper.style_1 .testimonial_quote_wrapper {
position: absolute;
margin: 0px 0px -25px 25px;
}
.rkit-testimonial-wrapper.style_1 .testimonial_quote {
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(54, 133, 236);
border-radius: 50%;
color: white;
padding: 1rem;
}
.rkit-testimonial-wrapper.style_3 .testimonial_header {
display: flex;
justify-content: center;
align-items: center;
}
.rkit-testimonial-wrapper.style_2 .testimonial_quote {
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.rkit-testimonial-wrapper.style_2 .testimonial_description {
margin-bottom: 20px;
}
.rkit-testimonial-wrapper.style_4 .testimonial_header {
display: flex;
flex-direction: row;
align-items: center;
gap: 1rem;
}
.rkit-testimonial-wrapper.style_4 .testimonial-client-img img {
border-radius: 50%;
width: 60px;
aspect-ratio: 1/1;
}
.testimonial-author {
display: flex;
flex-direction: column;
margin-top: 1rem;
}
.rkit-testimonial-wrapper.style_4 .testimonial-author {
margin-top: 0;
}
.testimonial-author span {
font-weight: 400;
font-size: 13px;
}
.testimonial-rating {
display: flex;
flex-direction: row;
gap: 0.5rem;
color: rgb(255, 196, 0);
}
.rkit-testimonial-wrapper.style_2 .testimonial-author,
.rkit-testimonial-wrapper.style_2 .testimonial-rating {
text-align: center;
justify-content: center;
}
.testimonial-prev-wrapper,
.testimonial-next-wrapper {
position: absolute;
top: 50%;
z-index: 2;
cursor: pointer;
transform: translateY(-50%);
}
.testimonial-prev-wrapper {
left: 0;
}
.testimonial-next-wrapper {
right: 0;
}
.rkit-testimonial-navigation {
display: flex;
justify-content: center;
align-items: center;
color: white;
padding: 1rem;
border-radius: 5px;
transition: all 0.5s ease;
}
.rkit-testimonial-navigation.swiper-button-next,
.rkit-testimonial-navigation.swiper-button-prev {
background-color: rgb(42, 99, 255);
background-image: none;
position: relative;
top: auto;
left: auto;
right: auto;
margin: 0;
background-size: cover;
width: 100%;
height: 100%;
}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.rkit-tab-nav {
list-style: none;
padding: 0;
}
.rkit-tab-container {
display: flex;
}
.rkit-tab-container.horizontal{
flex-direction: column;
}
.rkit-tab-container.vertical {
flex-direction: row;
}
.rkit-tab-nav{
display: flex;
width: 100%;
}
.rkit-tab-container.horizontal .rkit-tab-nav {
flex-direction: row;
}
.rkit-tab-container.vertical .rkit-tab-nav {
flex-direction: column;
}
.rkit-tab-btn-item {
width: 100%;
background-color: gray;
text-align: center;
cursor: pointer;
padding: 1rem;
flex: auto;
}
.rkit-tab-btn-item.active {
background-color: rgb(32, 32, 32);
color: white;
}
.rkit-tab-content {
display: none;
}
.rkit-tab-content.active{
display: block;
}
.rkit-tab-content-container {
flex : 1 ;
}@property --progress {
syntax: '<integer>';
inherits: true;
initial-value: 0;
}
@keyframes load {
to {
--progress: var(--value)
}
}
.rkit-progress {
--value: 17;
--progress-color: #6528F7;
--secondary-progress-color: #EDE4FF;
}
.progress-container{
display: flex;
width: 100%;
flex-direction: column;
}
.rkit-progress-animation,
.rkit-progress-animation::after {
animation: load;
animation-fill-mode: forwards;
animation-duration: calc(var(--animation-duration) * 1ms);
animation-timing-function: linear;
animation-delay: 500ms;
}
.circular-progress {
position: relative;
width: 12rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: conic-gradient(var(--progress-color) calc(var(--progress) * 3.6deg), var(--secondary-progress-color) 0deg);
display: flex;
justify-content: center;
align-items: center;
}
.circular-progress .progress-value {
background-color: #d6d6d6;
position: absolute;
width: 85%;
aspect-ratio: 1/1;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
flex-direction: column-reverse;
}
.percentage-label::after {
counter-reset: percentage var(--progress);
content: counter(percentage) '%';
}
.circular-progress .progress-value::before {
content: var(--title);
}
.progress-bar {
position: relative;
width: 100%;
height: 10px;
background-color: var(--secondary-progress-color);
display: flex;
border-radius: 50px;
}
.progress-bar .progress-value {
height: 100%;
width: calc(var(--progress) * 1%);
background-color: var(--progress-color);
position: relative;
border-radius: 50px;
}
.progress-bar.percentage-label::after {
display: inline-block;
position: absolute;
left: calc(var(--progress) * 1%)
}
.half-circular-progress {
position: relative;
width: 12rem;
aspect-ratio: 2/1;
border-radius: 50% / 100% 100% 0 0;
background: conic-gradient(from 0.75turn at 50% 100%, var(--progress-color) calc(var(--progress) * 3.6deg / 2), var(--secondary-progress-color) 0deg);
display: flex;
justify-content: center;
align-items: center;
}
.half-circular-progress .progress-value {
background-color: #d6d6d6;
position: absolute;
width: 75%;
aspect-ratio: 2/1;
border-radius: 50% / 100% 100% 0 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
flex-direction: column-reverse;
bottom: 0;
}
.half-circular-progress .progress-value::before {
content: var(--title);
}
.prefix-postfix {
width: 12rem;
display: flex;
justify-content: space-between
}
.progress-title {
padding-block: 0.5rem;
display: block;
}.counter-suffix {
white-space: pre-wrap;
}
.rkit-counter .counter {
display: flex;
font-size: 69px;
font-weight: 600;
line-height: 1;
justify-content: center;
}
.rkit-counter {
display: flex;
}
.rkit-counter .counter-container {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}@font-face {
font-family: 'rtm-icon';
src: url(//learnandsmile.es/wp-content/plugins/rometheme-for-elementor/assets/fonts/rtm-icon.woff?d6qkq4) format('woff'); 
font-weight: normal;
font-style: normal;
font-display: block;
}
.rtmicon { font-family: 'rtm-icon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rtmicon.rtmicon-rometheme:before {
content: "\e91e";
}
.rtmicon.rtmicon-Image-File:before {
content: "\e91f";
}
.rtmicon.rtmicon-Book:before {
content: "\e920";
}
.rtmicon.rtmicon-Help:before {
content: "\e921";
}
.rtmicon.rtmicon-Watch:before {
content: "\e922";
}
.rtmicon.rtmicon-Flag:before {
content: "\e923";
}
.rtmicon.rtmicon-Report:before {
content: "\e924";
}
.rtmicon.rtmicon-City:before {
content: "\e925";
}
.rtmicon.rtmicon-Graph-Bar:before {
content: "\e926";
}
.rtmicon.rtmicon-Speedometer:before {
content: "\e927";
}
.rtmicon.rtmicon-Presentation:before {
content: "\e928";
}
.rtmicon.rtmicon-Megaphone:before {
content: "\e929";
}
.rtmicon.rtmicon-Briefcase:before {
content: "\e92a";
}
.rtmicon.rtmicon-Fax:before {
content: "\e92b";
}
.rtmicon.rtmicon-Folder:before {
content: "\e92c";
}
.rtmicon.rtmicon-Browser:before {
content: "\e92d";
}
.rtmicon.rtmicon-Alert:before {
content: "\e92e";
}
.rtmicon.rtmicon-Color-Picker:before {
content: "\e92f";
}
.rtmicon.rtmicon-Rocket:before {
content: "\e930";
}
.rtmicon.rtmicon-Package:before {
content: "\e931";
}
.rtmicon.rtmicon-Money-Chek:before {
content: "\e932";
}
.rtmicon.rtmicon-ID-Card:before {
content: "\e933";
}
.rtmicon.rtmicon-Microphone:before {
content: "\e934";
}
.rtmicon.rtmicon-Battery:before {
content: "\e935";
}
.rtmicon.rtmicon-Volume:before {
content: "\e936";
}
.rtmicon.rtmicon-a---Volume-Down:before {
content: "\e937";
}
.rtmicon.rtmicon-b---Mute:before {
content: "\e938";
}
.rtmicon.rtmicon-Graph-Pie:before {
content: "\e939";
}
.rtmicon.rtmicon-Stamp:before {
content: "\e93a";
}
.rtmicon.rtmicon-Feather:before {
content: "\e93b";
}
.rtmicon.rtmicon-Header-Offcanvas:before {
content: "\e93c";
}
.rtmicon.rtmicon-Search:before {
content: "\e93d";
}
.rtmicon.rtmicon-Site-Logo:before {
content: "\e93e";
}
.rtmicon.rtmicon-Location:before {
content: "\e901";
}
.rtmicon.rtmicon-Store:before {
content: "\e902";
}
.rtmicon.rtmicon-Trash:before {
content: "\e903";
}
.rtmicon.rtmicon-Paper-Plane:before {
content: "\e904";
}
.rtmicon.rtmicon-Light-Bulb:before {
content: "\e905";
}
.rtmicon.rtmicon-Coin:before {
content: "\e906";
}
.rtmicon.rtmicon-Shopping-Cart:before {
content: "\e907";
}
.rtmicon.rtmicon-Notes:before {
content: "\e908";
}
.rtmicon.rtmicon-Shield:before {
content: "\e909";
}
.rtmicon.rtmicon-Alarm-Clock:before {
content: "\e90a";
}
.rtmicon.rtmicon-Code:before {
content: "\e90b";
}
.rtmicon.rtmicon-Design:before {
content: "\e90c";
}
.rtmicon.rtmicon-Mockup:before {
content: "\e90d";
}
.rtmicon.rtmicon-Calendar:before {
content: "\e90e";
}
.rtmicon.rtmicon-Wallet:before {
content: "\e90f";
}
.rtmicon.rtmicon-Key:before {
content: "\e910";
}
.rtmicon.rtmicon-Fingerprint:before {
content: "\e911";
}
.rtmicon.rtmicon-Category:before {
content: "\e912";
}
.rtmicon.rtmicon-Filter:before {
content: "\e913";
}
.rtmicon.rtmicon-Desk:before {
content: "\e914";
}
.rtmicon.rtmicon-Pen:before {
content: "\e915";
}
.rtmicon.rtmicon-Pencil:before {
content: "\e916";
}
.rtmicon.rtmicon-Glasses:before {
content: "\e917";
}
.rtmicon.rtmicon-Mail:before {
content: "\e918";
}
.rtmicon.rtmicon-Phone:before {
content: "\e919";
}
.rtmicon.rtmicon-Diamond:before {
content: "\e91a";
}
.rtmicon.rtmicon-Video-File:before {
content: "\e91b";
}
.rtmicon.rtmicon-Lock:before {
content: "\e91c";
}
.rtmicon.rtmicon-Cookies:before {
content: "\e91d";
}
.rtmicon.rtmicon-Home:before {
content: "\e900";
}.elementor-panel .elementor-element .rkit-widget-icon {
color: #33e4c0;
}
.elementor-panel .elementor-element .rkit-widget-icon::after {
content: 'RTM';
position: absolute;
top: 3px;
right: 3px;
color: white;
font-size: 9px;
font-weight: 400;
padding: 1px 2px;
line-height: 10px;
display: inline-block;
border-radius: 2px;
font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
}
.elementor-panel .elementor-element:hover .rkit-widget-icon::after {
color: #33e4c0;
}
.elementor-panel .elementor-element:has(.rkit-widget-icon):hover .title {
color: #33e4c0;
}
.elementor-element .rtm-barchart-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%2333e4c0" height="800px" width="800px" version="1.1" id="Capa_1" viewBox="0 0 282.772 282.772" xml:space="preserve"><g><path d="M61.472,143.036H23.881c-4.971,0-9,4.029-9,9v94.185c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9v-94.185 C70.472,147.065,66.443,143.036,61.472,143.036z M52.472,237.22H32.881v-76.185h19.591V237.22z"/><path d="M132.238,93.194H94.648c-4.971,0-9,4.029-9,9V246.22c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9V102.194 C141.238,97.224,137.209,93.194,132.238,93.194z M123.238,237.22h-19.591V111.194h19.591V237.22z"/><path d="M203.005,150.471h-37.591c-4.971,0-9,4.029-9,9v86.749c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9v-86.749 C212.005,154.5,207.976,150.471,203.005,150.471z M194.005,237.22h-19.591v-68.749h19.591V237.22z"/><path d="M273.772,96.516H236.18c-4.971,0-9,4.029-9,9V246.22c0,4.971,4.029,9,9,9h37.591c4.971,0,9-4.029,9-9V105.516 C282.772,100.545,278.742,96.516,273.772,96.516z M264.772,237.22H245.18V114.516h19.591V237.22z"/><path d="M178.918,112.796c3.276,2.381,7.739,2.28,10.905-0.246l67.269-53.682l-0.298,8.847c-0.167,4.968,3.724,9.131,8.692,9.298 c0.104,0.003,0.206,0.005,0.309,0.005c4.831,0,8.826-3.833,8.99-8.697l1.061-31.466c0.083-2.491-0.869-4.905-2.631-6.667 c-1.762-1.763-4.184-2.719-6.667-2.631l-31.466,1.061c-4.968,0.167-8.859,4.331-8.692,9.298c0.167,4.967,4.314,8.85,9.298,8.692 l8.261-0.278l-59.993,47.876l-68.22-49.585c-2.988-2.172-7-2.298-10.117-0.317L4.176,108.734 c-4.196,2.665-5.437,8.227-2.772,12.422c1.715,2.7,4.628,4.176,7.605,4.176c1.65,0,3.321-0.454,4.817-1.404l96.276-61.15 L178.918,112.796z"/></g></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.elementor-element .rtm-linechart-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2333e4c0" class="bi bi-graph-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z"/></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.elementor-element .rtm-piechart-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2333e4c0" class="bi bi-pie-chart-fill" viewBox="0 0 16 16"><path d="M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5zM8.5.015V7.5h7.485A8.001 8.001 0 0 0 8.5.015z"/></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}
.elementor-element .rtm-progressbar-icons {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px" fill="%2333e4c0"><path d="M 2.8125 6 C 2.335938 6.089844 1.992188 6.511719 2 7 L 2 15 C 2 15.550781 2.449219 16 3 16 L 47 16 C 47.550781 16 48 15.550781 48 15 L 48 7 C 48 6.449219 47.550781 6 47 6 L 3 6 C 2.96875 6 2.9375 6 2.90625 6 C 2.875 6 2.84375 6 2.8125 6 Z M 12 8 L 46 8 L 46 14 L 12 14 Z M 2.8125 20 C 2.335938 20.089844 1.992188 20.511719 2 21 L 2 29 C 2 29.550781 2.449219 30 3 30 L 47 30 C 47.550781 30 48 29.550781 48 29 L 48 21 C 48 20.449219 47.550781 20 47 20 L 3 20 C 2.96875 20 2.9375 20 2.90625 20 C 2.875 20 2.84375 20 2.8125 20 Z M 36 22 L 46 22 L 46 28 L 36 28 Z M 2.8125 34 C 2.335938 34.089844 1.992188 34.511719 2 35 L 2 43 C 2 43.550781 2.449219 44 3 44 L 47 44 C 47.550781 44 48 43.550781 48 43 L 48 35 C 48 34.449219 47.550781 34 47 34 L 3 34 C 2.96875 34 2.9375 34 2.90625 34 C 2.875 34 2.84375 34 2.8125 34 Z M 24 36 L 46 36 L 46 42 L 24 42 Z"/></svg>');
font-size: 83px;
background-size: cover;
display: inline-flex;
width: 30px;
height: 30px;
}.ql-container{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;min-height:200px;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.42;height:100%;outline:0;overflow-y:auto;padding:0;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li::before{content:'\2022'}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li::before,.ql-editor ul[data-checked=true]>li::before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li::before{content:'\2611'}.ql-editor ul[data-checked=false]>li::before{content:'\2610'}.ql-editor li::before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl)::before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl::before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) '. '}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) '. '}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) '. '}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) '. '}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) '. '}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) '. '}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) '. '}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) '. '}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) '. '}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank::before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:'';display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:0 0;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:0}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item::before,.ql-snow .ql-picker.ql-header .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item::before,.ql-snow .ql-picker.ql-font .ql-picker-label::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item::before,.ql-snow .ql-picker.ql-size .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:8px 0}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 8px;box-shadow:rgba(0,0,0,.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 0 5px #ddd;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border-top:1px solid #ccc}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-block-start:.5rem;margin-block-end:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-start:0;margin-block-end:.9rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;text-decoration:none;color:#c36}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{font-size:16px;color:#333;line-height:1.4;font-style:italic;font-weight:400}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #ccc}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{width:auto;-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=button],[type=submit],button{display:inline-block;font-weight:400;color:#c36;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid #c36;padding:.5rem 1rem;font-size:1rem;border-radius:3px;transition:all .3s}[type=button]:focus,[type=submit]:focus,button:focus{outline:5px auto -webkit-focus-ring-color}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{color:#fff;background-color:#c36;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;width:100%;margin-block-end:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table td,table th{padding:15px;line-height:1.5;vertical-align:top;border:1px solid hsla(0,0%,50.2%,.5019607843)}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50.2%,.0705882353)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50.2%,.1019607843)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}@media (max-width:767px){table table{font-size:.8em}table table td,table table th{padding:7px;line-height:1.3}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{margin-block-start:0;margin-block-end:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{margin-left:-80px;margin-right:-80px}.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{margin:20px auto}.sticky{position:relative;display:block}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form p{width:100%;display:flex;align-items:flex-end}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-start:1rem;padding-block-end:1rem;position:relative}.site-header .site-navigation{justify-content:flex-end}.site-header .site-branding{display:flex;flex-direction:column;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header:not(.header-stacked) .header-inner .site-branding{max-width:30%}.site-header:not(.header-stacked) .header-inner .site-navigation{max-width:70%}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:right}.site-header.header-inverted .header-inner .site-navigation{justify-content:start}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}@media (max-width:576px){.site-header .header-inner:not(.header-stacked) .site-branding{max-width:80%}}.site-footer{padding-block-start:1rem;padding-block-end:1rem;position:relative}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-navigation{justify-content:flex-end}.site-footer .footer-inner .site-branding{display:flex;flex-direction:column;justify-content:center}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:right}.site-footer.footer-inverted .footer-inner .site-navigation{justify-content:flex-start}.site-footer.footer-has-copyright .footer-inner .site-navigation{justify-content:center}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding h4.site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}.site-footer:not(.footer-stacked) .footer-inner .site-branding{max-width:20%}.site-footer:not(.footer-stacked) .footer-inner .site-navigation{max-width:60%}.site-footer:not(.footer-stacked) .footer-inner .copyright{max-width:20%}@media (max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;text-align:center;width:100%;max-width:none}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.post .entry-title a{text-decoration:none}.post .wp-post-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}@media (max-width:991px){.post .wp-post-image{max-height:400px}}@media (max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{margin:0;padding:0;list-style:none;font-size:.9em}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{display:flex;flex-direction:column;padding-block-start:30px;padding-block-end:30px;padding-inline-start:60px;padding-inline-end:0;border-block-end:1px solid #ccc}#comments .comment .avatar,#comments .pingback .avatar{position:absolute;left:0;border-radius:50%;margin-inline-end:10px}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{position:relative;list-style:none;margin:0;padding-inline-start:30px}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{display:inline-block;font-size:1em;font-weight:400;line-height:100%;content:"↪";position:absolute;top:45px;left:0;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media (min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media (max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{position:inherit;float:left}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.site-header.header-inverted .site-navigation-toggle-holder{justify-content:flex-start}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{display:flex;align-items:center;justify-content:flex-end;flex-grow:1;max-width:20%;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{display:flex;align-items:center;justify-content:center;font-size:22px;padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before{content:"\e87f"}.site-navigation{grid-area:nav-menu;display:flex;align-items:center;flex-grow:1}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{position:relative;display:flex}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{display:block;content:"▾";font-size:1.5em;align-items:center;color:#666;position:absolute;right:0;top:50%;transform:translateY(-50%);text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;min-width:150px;position:absolute;z-index:2;left:0;top:100%}.site-navigation ul.menu li ul li{border-block-end:#eee 1px solid}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{top:auto;bottom:100%}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{margin-block-start:10px;transition:max-height .3s,transform .3s;transform-origin:top;position:absolute;bottom:0;left:0;z-index:10000;width:100%}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{transform:scaleY(0);max-height:0}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{transform:scaleY(1);max-height:100vh}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{position:absolute;width:100%;padding:0;margin:0;background:#fff}.site-navigation-dropdown ul.menu li{display:block;width:100%;position:relative}.site-navigation-dropdown ul.menu li a{display:block;padding:20px;background:#fff;color:#55595c;box-shadow:inset 0 -1px 0 rgba(0,0,0,.1019607843)}.site-navigation-dropdown ul.menu li.current-menu-item a{color:#fff;background:#55595c}.site-navigation-dropdown ul.menu>li li{transition:max-height .3s,transform .3s;transform-origin:top;transform:scaleY(0);max-height:0}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{transform:scaleY(1);max-height:100vh}@media (max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media (min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media (min-width:576px) and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media (min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media (max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-start:auto;margin-inline-end:auto;width:100%}@media (max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-start:10px;padding-inline-end:10px}}@media (min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media (min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}