.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'AvenirNext';
src: url(//notreserviceclient.com/wp-content/themes/pendigital/assets/fonts/Metropolis-Bold.woff2) format('woff2'), url(//notreserviceclient.com/wp-content/themes/pendigital/assets/fonts/Metropolis-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.btn-sm {
font-size: 14px !important;
height: 40px !important;
padding: 0 16px !important;
}
body {
--gutter-x2: -12px;
--gutter-x: 12px;
}
body.modal-opened {
position: fixed !important;
overflow: hidden !important;
width: 100%;
}
body.scroll-down header.fixed {
transform: translateY(-100%);
}
body.scroll-down .sidebar__inner {
transform: translateY(-80px);
}
body.scroll-up header.fixed {
transform: translateY(0%);
}
.morecontent span {
display: none;
}
::-moz-selection {
background-color: #65c6b6;
color: #fff;
}
::selection {
background-color: #65c6b6;
color: #fff;
}
.sidebar {
will-change: min-height;
}
.sidebar__inner {
transform: translate(0, 0); transform: translate3d(0, 0, 0);
will-change: position, transform;
-moz-transition: transform 0.3s;
-webkit-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}
#mobile-footer-cta-buttons:before {
content: " ";
height: 40px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
backdrop-filter: blur(4px);
}
#side-menu {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 99999;
}
#side-menu .backdrop {
background-color: rgba(16, 23, 43, 0.4);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
flex: 1;
width: 100%;
height: 100%;
}
#side-menu .content {
padding: 120px 0 50px;
width: 75%;
background-color: #fff;
box-shadow: -3px 0 10px 0 #00000026;
margin-right: calc((50% + 56px) * -1);
overflow-y: auto;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#side-menu .content.in {
margin-right: 0;
}
#side-menu .content ul.menu {
margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
right: 16px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #10172b;
}
#side-menu .content ul.menu li a {
display: flex;
align-items: center;
height: 48px;
padding: 0 16px;
color: #10172b;
font-size: 14px;
border-bottom: 2px solid #f4f4f4;
position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
max-height: 0;
overflow: hidden;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
color: #10172b;
background-color: rgba(101, 198, 182, 0.4);
border-bottom-color: rgba(101, 198, 182, 0.3);
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
background-color: rgba(101, 198, 182, 0.2);
}
#side-menu .content .lang-list li .name {
margin-left: 10px;
}
header {
z-index: 999999;
}
header.fixed,
body.modal-opened header {
background-color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 !important;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
header.fixed #header-bottom,
body.modal-opened header #header-bottom {
border-width: 0 0 2px;
padding-top: 8px;
padding-bottom: 8px;
}
header.fixed #header-bottom ul.header-menu li.current-menu-item:after,
body.modal-opened header #header-bottom ul.header-menu li.current-menu-item:after {
bottom: 0;
}
header.fixed .header-search-form,
body.modal-opened header .header-search-form {
transform: translateY(16px);
}
header #header-bottom ul.header-menu.web-lang {
cursor: pointer;
}
header #header-bottom ul.header-menu.web-lang li {
padding: 0px;
}
header #header-bottom ul.header-menu.web-lang li svg {
width: 26px;
height: 18px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu {
min-width: max-content;
width: max-content;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li {
padding: 0;
border-bottom: 2px solid #f4f4f4;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li:first-child {
padding-top: 8px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li:last-child {
padding-bottom: 8px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li a {
display: flex;
justify-content: start;
padding: 6px 28px 6px 18px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li a span {
font-size: 14px;
color: #10172b;
}
header #header-bottom ul.header-menu li {
position: relative;
height: 60px;
flex: 1;
display: flex;
margin: 0 10px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
header #header-bottom ul.header-menu li:hover > a {
color: #10172b;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu {
opacity: 1;
top: 100%;
pointer-events: initial;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child {
border: none;
border-left: none!important;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child a {
border-bottom: none;
}
header #header-bottom ul.header-menu li.current-menu-item > a {
font-weight: 700;
color: #10172b;
}
header #header-bottom ul.header-menu li.current-menu-item:after {
content: " ";
width: 100%;
height: 8px;
background-color: #65c6b6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
position: absolute;
left: 0;
bottom: -24px;
clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
header #header-bottom ul.header-menu li a {
font-size: 18px;
color: rgba(16, 23, 43, 0.7);
padding: 0 10px;
display: inline-flex;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
body.single-listing header #header-bottom ul.header-menu li a {
color: #10172b;
}
header #header-bottom ul.header-menu li ul.sub-menu {
opacity: 0;
position: absolute;
z-index: 999;
top: 100px;
left: 50%;
min-width: 180px;
transform: translateX(-50%);
padding-top: 14px;
pointer-events: none;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: left;
-webkit-filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
}
header #header-bottom ul.header-menu li ul.sub-menu:before {
content: ' ';
position: absolute;
left: 50%;
top: 14px;
transform: translate(-50%, -100%);
border: 8px solid;
border-color: transparent transparent #fff transparent;
}
header #header-bottom ul.header-menu li ul.sub-menu li {
background: #fff;
border: none;
height: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li:first-child {
padding-top: 16px;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
header #header-bottom ul.header-menu li ul.sub-menu li:last-child {
padding-bottom: 16px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a {
background: #fff;
color: #10172b;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a:after {
width: 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
opacity: 1;
top: 0;
pointer-events: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
white-space: nowrap;
margin: 0;
padding: 8px 24px;
display: block;
position: relative;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:after {
content: ' ';
width: 0;
height: 20px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: #65c6b6;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
-ms-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
a.mobile-hamburger-menu {
flex-direction: column;
padding: 10px;
width: 36px;
height: 35px;
z-index: 999999;
width: 48px;
height: 48px;
align-items: end;
justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
position: relative;
transform: translateX(4.5px);
background: #10172b;
transition: all 0ms 300ms;
width: 16px;
height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
bottom: 0;
width: 26px;
height: 2px;
transform: rotate(-45deg);
transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
top: 0;
width: 26px;
height: 2px;
transform: rotate(45deg);
transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
height: 1px;
background: #10172b;
}
a.mobile-hamburger-menu .hamburger-menu:before {
content: "";
position: absolute;
right: 0;
width: 22px;
bottom: 7px;
transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
content: "";
position: absolute;
right: 0;
width: 10px;
top: 7px;
transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
main {
flex: 1;
}
#home-main-banner .post-content p {
margin-bottom: 0;
}
.faq-list .faq-item.opened .faq-answer {
max-height: 600px;
overflow: auto;
}
.faq-list .faq-item.opened .arrow {
transform: rotate(180deg);
}
body.single .faq-list .faq-item .faq-question .faq-q-name {
font-size: 20px;
}
.faq-list .faq-item .faq-answer {
max-height: 0;
overflow: hidden;
}
#breadcrumbs {
white-space: nowrap;
overflow-x: auto;
}
#breadcrumbs ul {
display: flex;
align-items: center;
}
#breadcrumbs li:not(:last-child):after {
background: url(//notreserviceclient.com/wp-content/themes/pendigital/assets/images/icons/chevron-right.svg) no-repeat;
background-size: contain;
content: "";
display: inline-block;
margin: 0 5px -1px 5px;
height: 10px;
width: 10px;
background-size: 15px;
background-position: center;
}
#breadcrumbs li a.link,
#breadcrumbs li span.link {
font-size: 12px;
color: rgba(16, 23, 43, 0.7);
line-height: 1;
font-weight: 700;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#breadcrumbs li a.link:hover,
#breadcrumbs li span.link:hover {
color: #10172b;
}
#breadcrumbs li span.link {
font-weight: 400;
}
.pagination ul li {
color: #939393;
margin-right: 8px;
}
.pagination ul li:last-child {
margin-right: 0;
}
.pagination ul li:hover a {
color: #272727;
}
.pagination ul li.active a {
border-color: #272727;
background-color: #272727;
color: #fff;
font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
border: solid 1px #e4e4e4;
background-color: #f4f4f4;
width: 36px;
height: 36px;
}
.pagination ul li a {
color: #939393;
font-size: 16px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#header-bg {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 500px; background: red; background: -moz-linear-gradient(top, red 0%, #fff 100%); background: -webkit-linear-gradient(top, red 0%, #fff 100%); background: linear-gradient(to bottom, red 0%, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0); }
.lwptoc .lwptoc_items {
-moz-transition: margin-top 0.3s;
-webkit-transition: margin-top 0.3s;
-o-transition: margin-top 0.3s;
transition: margin-top 0.3s;
}
.lwptoc .lwptoc_items-visible {
margin-top: 12px;
}
.lwptoc ul.lwptoc_itemWrap {
margin-bottom: 0;
}
.sidebar .lwptoc .lwptoc_header {
display: none;
margin-bottom: 12px;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item.active a {
color: #569AF6;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item.active a:hover {
color: #477fcb;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item.active a:before {
background-color: rgba(86, 154, 246, 0.5);
border-color: #569AF6;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item a {
font-size: 12px;
color: rgba(16, 23, 43, 0.7);
padding: 0 0 6px 16px;
position: relative;
display: block;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item a:before {
content: " ";
width: 7px;
height: 7px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
left: 0;
top: 5px;
border: 1px solid rgba(16, 23, 43, 0.5);
}
.post-content {
font-size: 18px;
line-height: 1.5;
color: rgba(16, 23, 43, 0.7);
}
body.single-listing .post-content {
color: #10172b;
}
.post-content p,
.post-content ul,
.post-content ol {
margin: 24px 0;
}
.post-content p:first-child,
.post-content ul:first-child,
.post-content ol:first-child {
margin-top: 0;
}
.post-content h1 {
font-size: 28px;
}
.post-content h2 {
font-size: 24px;
}
.post-content h3 {
font-size: 20px;
}
.post-content h4,
.post-content h5 {
font-size: 16px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
margin: 24px 0;
line-height: 1.2;
color: #10172b;
font-weight: 700;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child {
margin-top: 0;
}
.post-content ol {
list-style: decimal!important;
padding-left: 20px;
}
.post-content ul {
padding-left: 20px;
}
.post-content ul li {
list-style: disc;
}
.post-content p img {
margin-bottom: 20px;
}
.post-content a:not(.btn) {
color: #569AF6;
font-weight: 600;
max-width: 100%;
word-break: break-all;
}
.post-content img {
max-width: 100%;
height: auto;
}
@keyframes scaleIn {
from {
transform: scale(0.5, 0.5);
opacity: 0.5;
}
to {
transform: scale(2.5, 2.5);
opacity: 0;
}
}
.pulse {
position: relative;
}
.pulse .circle {
background-color: #25a337;
animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
#comments #commentform {
color: #10172b;
margin-bottom: 0;
}
#comments #commentform p {
margin: 0;
}
#comments #commentform [class*="comment-form-"] {
display: flex;
flex-flow: column;
}
#comments #commentform [class*="comment-form-"] input[type="text"]:hover,
#comments #commentform [class*="comment-form-"] textarea:hover,
#comments #commentform [class*="comment-form-"] input[type="text"]:focus,
#comments #commentform [class*="comment-form-"] textarea:focus {
border-color: var(--border-color, #569AF6);
}
#comments #commentform .comment-form-cookies-consent {
flex-flow: row;
}
#comments #commentform .comment-form-cookies-consent label {
margin-left: 8px;
font-size: 14px;
}
#comments #commentform .form-submit {
margin-bottom: 0;
}
#comments .rating {
height: 40px;
}
#comments .rating-0 {
filter: grayscale(100%);
}
#comments .rating > input {
display: none;
}
#comments .rating > label {
cursor: pointer;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center;
background-size: 76%;
transition: 0.3s;
}
#comments .rating > input:checked ~ label,
#comments .rating > input:checked ~ label ~ label {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
#comments .rating > input:not(:checked) ~ label:hover,
#comments .rating > input:not(:checked) ~ label:hover ~ label {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
#comments .emoji-wrapper {
height: 40px;
}
#comments .emoji-wrapper .emoji {
display: flex;
flex-direction: column;
align-items: center;
transition: 0.3s;
}
#comments .emoji-wrapper .emoji > svg {
margin: 5px 0;
width: 30px;
height: 30px;
flex-shrink: 0;
}
#comments #rating-1:checked ~ .emoji-wrapper > .emoji {
transform: translateY(-40px);
}
#comments #rating-2:checked ~ .emoji-wrapper > .emoji {
transform: translateY(-80px);
}
#comments #rating-3:checked ~ .emoji-wrapper > .emoji {
transform: translateY(-120px);
}
#comments #rating-4:checked ~ .emoji-wrapper > .emoji {
transform: translateY(-160px);
}
#comments #rating-5:checked ~ .emoji-wrapper > .emoji {
transform: translateY(-200px);
}
#comments ul.comment-list {
margin: 0;
padding-left: 0;
}
#comments ul.comment-list li {
list-style: none;
}
#comments ul.comment-list p {
font-size: 16px;
}
#comments ul.comment-list p:last-child {
margin-bottom: 0;
}
#comments ul.comment-list .stars .star {
width: 12px;
height: 12px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
footer .footer-menu ul.fm-list li {
margin-bottom: 8px;
}
footer .footer-menu ul.fm-list li a {
font-size: 18px;
font-weight: 500;
color: rgba(16, 23, 43, 0.7);
padding-top: 4px;
position: relative;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
footer .footer-menu ul.fm-list li a:hover {
color: #10172b;
}
footer .footer-menu ul.fm-list li a:hover:after {
width: 100%;
}
footer .footer-menu ul.fm-list li a:after {
content: " ";
width: 0%;
height: 2px;
background-color: #65c6b6;
position: absolute;
left: 0;
bottom: 0;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
footer .footer-bottom-text a {
color: #10172b;
font-weight: 500;
}
#modal-change-country {
background-color: rgba(39, 39, 39, 0.7);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
display: none;
}
#modal-change-country .modal-backdrop {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
}
#modal-change-country .modal-in {
background-color: #fff;
padding: 16px 20px;
border-radius: 16px 8px 16px 8px;
border-bottom: 2px solid #ddd;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40rem;
max-width: 90%;
}
#modal-change-country .modal-header {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #ddd;
}
#modal-change-country .modal-header .close {
padding: 8px;
}
#modal-change-country .modal-content .lang-list {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
@media (max-width: 575px) {
#modal-change-country .modal-content .lang-list {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
}
#modal-change-country .modal-content .lang-list li {
margin-bottom: 12px;
}
#modal-change-country .modal-content .lang-list li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 12px;
border-radius: 16px 8px 16px 8px;
border: 1px solid #ddd;
transition: all;
}
#modal-change-country .modal-content .lang-list li a:hover {
background-color: #f4f4f4;
}*,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
::before,
::after {
--tw-content: '';
} html {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, -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"; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary {
display: list-item;
} blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
::-webkit-backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 992px) {
.container {
max-width: 992px;
}
}
@media (min-width: 1260px) {
.container {
max-width: 1260px;
}
}
.container { margin-left: 1.25rem;
margin-right: 1.25rem;
width: auto
}
@media (min-width: 576px) {
.container {
margin-left: auto;
margin-right: auto;
width: 95%;
}
}
.btn {
position: relative;
display: inline-flex;
height: 3rem;
cursor: pointer;
align-items: center;
justify-content: center;
overflow: hidden;
white-space: nowrap;
border-radius: 0.375rem;
border-top-left-radius: 1rem;
border-bottom-right-radius: 1rem;
border-width: 2px;
border-style: solid;
--tw-border-opacity: 1;
border-color: rgb(244 244 244 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
padding-left: 1.5rem;
padding-right: 1.5rem;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 700;
line-height: 1;
--tw-text-opacity: 1;
color: rgb(16 23 43 / var(--tw-text-opacity));
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.btn:hover {
--tw-border-opacity: 1;
border-color: rgb(231 231 231 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(237 237 237 / var(--tw-bg-opacity));
} .btn-primary {
border-width: 0px;
border-bottom-width: 2px;
--tw-border-opacity: 1;
border-color: rgb(80 162 148 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(101 198 182 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
--tw-border-opacity: 1;
border-color: rgb(80 162 148 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(80 162 148 / var(--tw-bg-opacity));
}  .btn-second {
border-width: 0px;
border-bottom-width: 2px;
--tw-border-opacity: 1;
border-color: rgb(71 127 203 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(86 154 246 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-second:hover {
--tw-border-opacity: 1;
border-color: rgb(71 127 203 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(71 127 203 / var(--tw-bg-opacity));
}   button, 
input[type="button"], 
input[type="submit"], 
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: Roboto, sans-serif;
}
button {
cursor: pointer;
}   .title-section {
margin-left: auto;
margin-right: auto;
margin-bottom: 2.75rem;
width: 100%;
text-align: center;
}
@media (min-width: 992px) {
.title-section {
margin-bottom: 5rem;
}
}
@media (min-width: 1260px) {
.title-section {
width: 75%;
}
} .pointer-events-none {
pointer-events: none;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.right-0 {
right: 0px;
}
.left-0 {
left: 0px;
}
.bottom-0 {
bottom: 0px;
}
.top-0 {
top: 0px;
}
.top-1\/2 {
top: 50%;
}
.top-full {
top: 100%;
}
.-right-20 {
right: -5rem;
}
.top-32 {
top: 8rem;
}
.z-50 {
z-index: 50;
}
.z-10 {
z-index: 10;
}
.z-0 {
z-index: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.col-span-1 {
grid-column: span 1 / span 1;
}
.col-span-2 {
grid-column: span 2 / span 2;
}
.col-span-3 {
grid-column: span 3 / span 3;
}
.float-right {
float: right;
}
.m-0 {
margin: 0px;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-14 {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mr-4 {
margin-right: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.-mt-40 {
margin-top: -10rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.ml-auto {
margin-left: auto;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.grid {
display: grid;
}
.contents {
display: contents;
}
.hidden {
display: none;
}
.h-32 {
height: 8rem;
}
.h-14 {
height: 3.5rem;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.h-8 {
height: 2rem;
}
.h-12 {
height: 3rem;
}
.h-9 {
height: 2.25rem;
}
.h-11 {
height: 2.75rem;
}
.h-36 {
height: 9rem;
}
.h-4 {
height: 1rem;
}
.h-28 {
height: 7rem;
}
.h-20 {
height: 5rem;
}
.min-h-full {
min-height: 100%;
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.w-8 {
width: 2rem;
}
.w-12 {
width: 3rem;
}
.w-24 {
width: 6rem;
}
.w-11 {
width: 2.75rem;
}
.w-60 {
width: 15rem;
}
.w-36 {
width: 9rem;
}
.w-4 {
width: 1rem;
}
.w-28 {
width: 7rem;
}
.w-20 {
width: 5rem;
}
.translate-y-0 {
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
cursor: pointer;
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.items-center {
align-items: center;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-4 {
gap: 1rem;
}
.gap-8 {
gap: 2rem;
}
.gap-6 {
gap: 1.5rem;
}
.gap-3 {
gap: 0.75rem;
}
.gap-1 {
gap: 0.25rem;
}
.overflow-hidden {
overflow: hidden;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-tl-3xl {
border-top-left-radius: 1.5rem;
}
.rounded-br-3xl {
border-bottom-right-radius: 1.5rem;
}
.rounded-tl-2xl {
border-top-left-radius: 1rem;
}
.rounded-br-2xl {
border-bottom-right-radius: 1rem;
}
.border-2 {
border-width: 2px;
}
.border {
border-width: 1px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-t-2 {
border-top-width: 2px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-t-0 {
border-top-width: 0px;
}
.border-r-2 {
border-right-width: 2px;
}
.border-solid {
border-style: solid;
}
.border-\[\#f4f4f4\] {
--tw-border-opacity: 1;
border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-primary_color\/30 {
border-color: rgb(101 198 182 / 0.3);
}
.border-second_color\/30 {
border-color: rgb(86 154 246 / 0.3);
}
.border-l-second_dark_color {
--tw-border-opacity: 1;
border-left-color: rgb(71 127 203 / var(--tw-border-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
background-color: transparent;
}
.bg-second_color\/10 {
background-color: rgb(86 154 246 / 0.1);
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-white {
--tw-gradient-from: #ffffff;
--tw-gradient-to: rgb(255 255 255 / 0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#fafafa\] {
--tw-gradient-to: #fafafa;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.p-6 {
padding: 1.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-14 {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-0 {
padding-left: 0px;
padding-right: 0px;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pb-0 {
padding-bottom: 0px;
}
.pt-7 {
padding-top: 1.75rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-44 {
padding-top: 11rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pr-8 {
padding-right: 2rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.font-roboto {
font-family: Roboto, sans-serif;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.font-bold {
font-weight: 700;
}
.font-medium {
font-weight: 500;
}
.leading-normal {
line-height: 1.5;
}
.leading-none {
line-height: 1;
}
.leading-tight {
line-height: 1.25;
}
.text-black {
--tw-text-opacity: 1;
color: rgb(16 23 43 / var(--tw-text-opacity));
}
.text-black\/70 {
color: rgb(16 23 43 / 0.7);
}
.text-black\/50 {
color: rgb(16 23 43 / 0.5);
}
.text-black\/60 {
color: rgb(16 23 43 / 0.6);
}
.text-black\/40 {
color: rgb(16 23 43 / 0.4);
}
.text-primary_color {
--tw-text-opacity: 1;
color: rgb(101 198 182 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary_dark_color {
--tw-text-opacity: 1;
color: rgb(80 162 148 / var(--tw-text-opacity));
}
.text-second_color {
--tw-text-opacity: 1;
color: rgb(86 154 246 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
.shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
}
.drop-shadow {
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.line-clamp-3 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.placeholder\:text-black\/50::-moz-placeholder {
color: rgb(16 23 43 / 0.5);
}
.placeholder\:text-black\/50:-ms-input-placeholder {
color: rgb(16 23 43 / 0.5);
}
.placeholder\:text-black\/50::placeholder {
color: rgb(16 23 43 / 0.5);
}
.last\:mb-0:last-child {
margin-bottom: 0px;
}
.last\:mr-0:last-child {
margin-right: 0px;
}
.last\:border-0:last-child {
border-width: 0px;
}
.open\:pointer-events-auto[open] {
pointer-events: auto;
}
.open\:translate-y-4[open] {
--tw-translate-y: 1rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.open\:opacity-100[open] {
opacity: 1;
}
.hover\:border-primary_color:hover {
--tw-border-opacity: 1;
border-color: rgb(101 198 182 / var(--tw-border-opacity));
}
.hover\:bg-\[\#f4f4f4\]\/50:hover {
background-color: rgb(244 244 244 / 0.5);
}
.hover\:bg-primary_color\/10:hover {
background-color: rgb(101 198 182 / 0.1);
}
.hover\:underline:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.hover\:shadow-lg:hover {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[open] .group-open\:pointer-events-auto {
pointer-events: auto;
}
.group[open] .group-open\:top-full {
top: 100%;
}
.group[open] .group-open\:flex {
display: flex;
}
.group[open] .group-open\:hidden {
display: none;
}
.group[open] .group-open\:rotate-180 {
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[open] .group-open\:bg-\[\#f4f4f4\]\/50 {
background-color: rgb(244 244 244 / 0.5);
}
.group[open] .group-open\:pt-2 {
padding-top: 0.5rem;
}
.group[open] .group-open\:opacity-100 {
opacity: 1;
}
.group[open] .group-open\:line-clamp-none {
-webkit-line-clamp: unset;
}
@media (min-width: 576px) {
.sm\:right-0 {
right: 0px;
}
.sm\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sm\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:gap-6 {
gap: 1.5rem;
}
.sm\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.sm\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.sm\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
}
@media (min-width: 768px) {
.md\:order-2 {
order: 2;
}
.md\:order-1 {
order: 1;
}
.md\:col-span-3 {
grid-column: span 3 / span 3;
}
.md\:col-span-9 {
grid-column: span 9 / span 9;
}
.md\:col-span-6 {
grid-column: span 6 / span 6;
}
.md\:col-span-4 {
grid-column: span 4 / span 4;
}
.md\:my-14 {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.md\:mb-6 {
margin-bottom: 1.5rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:mb-14 {
margin-bottom: 3.5rem;
}
.md\:flex {
display: flex;
}
.md\:hidden {
display: none;
}
.md\:h-12 {
height: 3rem;
}
.md\:h-36 {
height: 9rem;
}
.md\:w-32 {
width: 8rem;
}
.md\:w-36 {
width: 9rem;
}
.md\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.md\:grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:gap-8 {
gap: 2rem;
}
.md\:p-5 {
padding: 1.25rem;
}
.md\:pb-7 {
padding-bottom: 1.75rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.md\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.md\:leading-tight {
line-height: 1.25;
}
}
@media (min-width: 992px) {
.lg\:col-span-2 {
grid-column: span 2 / span 2;
}
.lg\:col-span-1 {
grid-column: span 1 / span 1;
}
.lg\:col-span-3 {
grid-column: span 3 / span 3;
}
.lg\:col-span-9 {
grid-column: span 9 / span 9;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:mb-2 {
margin-bottom: 0.5rem;
}
.lg\:mb-0 {
margin-bottom: 0px;
}
.lg\:inline {
display: inline;
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:w-9\/12 {
width: 75%;
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:gap-6 {
gap: 1.5rem;
}
.lg\:border-l-2 {
border-left-width: 2px;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:pt-56 {
padding-top: 14rem;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.lg\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.open\:lg\:translate-y-7[open] {
--tw-translate-y: 1.75rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
}
@media (min-width: 1260px) {
.xl\:flex {
display: flex;
}
.xl\:hidden {
display: none;
}
.xl\:w-10\/12 {
width: 83.333333%;
}
.xl\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
}.box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
@media (max-width: 767px) {
body.header-fixed #side-menu .content {
padding-top: 80px;
}
#side-menu .content {
padding-top: 65px;
}
body.single .faq-list .faq-item .faq-question .faq-q-name {
font-size: 18px;
}
.post-content {
font-size: 16px;
}
.post-content h1 {
font-size: 24px;
}
.post-content h2 {
font-size: 20px;
}
.post-content h3 {
font-size: 18px;
}
.post-content h4,
.post-content h5 {
font-size: 16px;
}
}
@media (max-width: 575px) {
header {
border-bottom: 2px solid transparent;
}
header.fixed,
body.modal-opened header {
border-bottom-color: #f4f4f4;
}
header.fixed #header-bottom,
body.modal-opened header #header-bottom {
padding: 4px 0;
border-width: 0;
}
footer .footer-menu ul.fm-list li a {
font-size: 16px;
}
#comments ul.comment-list p {
font-size: 14px;
}
}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:0.5s!important;animation-duration:0.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:0.001s!important;animation-duration:0.001s!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:none;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:before,.cn-close-icon:after{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:rgba(128,128,128,1)}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:none;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-text-container,.cn-buttons-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}