html.ibx-fomo-bar-active body {
-webkit-transition: margin-top 0.3s ease;
-moz-transition: margin-top 0.3s ease;
transition: margin-top 0.3s ease;
position: static;
}
.ibx-fomo-bar-wrapper {
border-top: 0;
margin-top: 0;
width: 100%;
z-index: 9999;
left: 0;
-webkit-transition: margin-top 0.2s ease;
-moz-transition: margin-top 0.2s ease;
transition: margin-top 0.2s ease;
will-change: margin-top;
}
.ibx-fomo-position-top .ibx-fomo-bar-wrapper {
top: 0;
margin-top: -999px;
}
.ibx-fomo-position-bottom .ibx-fomo-bar-wrapper {
bottom: 0;
margin-bottom: -999px;
}
html.ibx-fomo-bar-active body.admin-bar .ibx-fomo-position-top .ibx-fomo-bar-wrapper {
margin-top: 32px;
}
html.ibx-fomo-bar-active body:not(.admin-bar) .ibx-fomo-position-top .ibx-fomo-bar-wrapper {
margin-top: 0;
}
html.ibx-fomo-bar-active .ibx-fomo-position-bottom .ibx-fomo-bar-wrapper {
margin-bottom: 0;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-content {
padding: 22px 40px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.ibx-fomo-countdown-enabled .ibx-fomo-bar-wrapper .ibx-fomo-bar-content {
padding: 10px 40px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-text {
display: inline-block;
vertical-align: middle;
font-weight: bold;
margin-right: 10px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-close {
color: #585858;
cursor: pointer;
display: block;
font-size: 28px;
font-weight: 100;
position: absolute;
top: 12px;
right: 10px;
text-decoration: none!important;
margin: 0;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper {
display: inline-block;
min-width: 125px;
text-align: center;
vertical-align: middle;
font-weight: bold;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper p {
margin: 0;
padding: 0;
font-weight: bold;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time {
display: flex;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time .ibx-fomo-countdown-time-col {
display: block;
margin-left: 2px;
padding: 8px;
min-width: 55px;
text-transform: capitalize;
border-radius: 4px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time span {
display: block;
font-size: 17px;
padding: 0 4px;
line-height: 1.2;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time span.ibx-fomo-countdown-time-text {
font-size: 11px;
font-weight: normal;
}
.ibx-fomo-bar-wrapper .ibx-fomo-expired-text {
display: none;
font-weight: bold;
}
.ibx-fomo-bar-wrapper.ibx-fomo-expired span.ibx-fomo-expired-text {
display: inline;
}
.ibx-fomo-bar-wrapper.ibx-fomo-expired span.ibx-fomo-start-text {
display: none;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-text {
display: inline-block;
margin-right: 0px;
margin-left: 15px;
text-align: center;
vertical-align: middle;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-button {
display: inline-block;
padding: 10px;
margin-left: 10px;
text-decoration: none;
transition: all 0.3s ease-in-out;
} .ibx-notification-popup {
position: fixed;
min-width: 250px;
max-width: 100%;
height: auto;
font-size: 13px;
background: white;
padding: 3px;
border-radius: 5px;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
box-sizing: border-box;
z-index: 10000001;
display: block;
}
.ibx-notification-popup.ibx-notification-hide-desktop {
display: none;
}
.ibx-notification-popup.ibx-notification-popup-review {
max-width: 350px;
}
.ibx-notification-popup.ibx-notification-bottom-left {
bottom: -250px;
left: 15px;
}
.ibx-notification-popup.ibx-notification-bottom-right {
bottom: -250px;
right: 15px;
}
.ibx-notification-popup-wrapper a {
text-decoration: none !important;
cursor: pointer;
}
.ibx-notification-popup-wrapper {
display: block;
height: 100%;
width: 100%;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
flex-shrink: 1;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-img {
height: 50px;
font-weight: 400;
font-size: 25px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-img.has-letter {
background: #ffecec;
color: #F44336;
font-family: sans-serif;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-img img {
vertical-align: middle;
max-width: 100%;
max-height: 70px;
height: auto;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-text {
text-align: left;
font-size: 13px;
line-height: 20px;
margin: 0 10px;
}
.ibx-notification-popup-wrapper .ibx-notification-row-third {
font-size: 10px;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-text small {
font-size: 10px;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-title {
display: block;
}
.ibx-notification-popup-review .ibx-notification-popup-wrapper .ibx-notification-popup-title {
font-size: 13px;
font-weight: normal;
}
.ibx-notification-layout-first .ibx-notification-popup-wrapper .ibx-notification-popup-title {
font-size: 13px;
font-weight: normal;
}
.ibx-notification-row-first {   
display: inline-block;
}
.ibx-notification-layout-first .ibx-notification-popup-wrapper .ibx-notification-row-first {
font-weight: bold;    
}
.ibx-notification-layout-second .ibx-notification-popup-wrapper .ibx-notification-popup-title {
font-size: 14px;
font-weight: bold;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-review-text {
font-size: 14px;
line-height: 1;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-review-name {
display: inherit;
font-size: 12px;
font-weight: bold;
float: none;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-rating {
unicode-bidi: bidi-override;
direction: rtl;
float: none;
margin-right: 5px;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-rating span {
color: #333;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-rating span:before {
content: "\2605";
position: absolute;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-link {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-close {
display: block;
cursor: pointer;
font-size: 19px;
font-weight: 600;
line-height: 1.2;
background: #fff;
position: absolute;
top: -10px;
right: -10px;
padding: 0px 6px;
text-decoration: none!important;
text-shadow: 0 0px 0 #fff;
border-radius: 15px;
opacity: 0;
z-index: 9999;
}
.ibx-notification-popup-wrapper:hover .ibx-notification-popup-close {
opacity: 1;
}
.ibx-notification-popup-wrapper .ibx-wpfomo-branding {
font-size: 12px;
color: #999;
margin-left: 2px;
vertical-align: middle;
position: relative;
right: 0;
bottom: 0;
z-index: 1;
padding: 5px;
padding-left: 0px;
}
.ibx-notification-popup-wrapper .ibx-wpfomo-branding svg {
position: relative;
top: 3px;
}
@media only screen and (max-width: 768px) {
.ibx-notification-popup.ibx-notification-hide-mobile {
display: none;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-content {
flex-direction: column;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-text {
margin: 0;
margin-top: 8px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-button {
display: block;
margin-top: 5px;
}
} .number-circle {
margin-right: 5px;
font-size: 15px;
padding: 5px;
width: 2em;
height: 2em;
box-sizing: initial;
background: black;
color: white;
text-align: center;
border-radius: 50%;
line-height: 2em;
box-sizing: content-box;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.35);
}
.notification-animate {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.ibx-notification-popup-analytics {
font-weight : normal !important;
}
.ibx-notification-span-anaytics {
font-weight: 600;
}@font-face{font-family:dashicons;src:url(//www.krakendata.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.krakendata.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.krakendata.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}@font-face{font-family:'FontAwesome';src:url(//www.krakendata.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.krakendata.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.krakendata.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.krakendata.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.krakendata.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.krakendata.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.betterdocs-articles-list,.betterdocs-entry-body{display:inline-block;list-style:none;margin:0;padding:0}.betterdocs-articles-list li,.betterdocs-entry-body li{align-items:center;display:flex;list-style:none;margin:10px;position:relative}.betterdocs-popular-articles-wrapper .betterdocs-articles-list li,.betterdocs-popular-articles-wrapper .betterdocs-entry-body li{align-items:center;display:flex;flex-direction:row}.betterdocs-popular-articles-wrapper .betterdocs-articles-list li a,.betterdocs-popular-articles-wrapper .betterdocs-entry-body li a{font-size:17px}.betterdocs-category-grid-three-wrapper .betterdocs-articles-list li,.betterdocs-category-grid-three-wrapper .betterdocs-entry-body li{margin:24px 0 0}.betterdocs-articles-list li img,.betterdocs-articles-list li svg,.betterdocs-entry-body li img,.betterdocs-entry-body li svg{flex-shrink:0;font-size:15px;margin-right:10px;width:15px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-articles-list li img,.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-articles-list li svg,.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-entry-body li img,.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-entry-body li svg{margin-right:0}.betterdocs-articles-list li svg,.betterdocs-entry-body li svg,.single-kb .betterdocs-articles-list li img,.single-kb .betterdocs-entry-body li img{fill:#566e8b}.betterdocs-popular-articles-wrapper .betterdocs-articles-list li img,.betterdocs-popular-articles-wrapper .betterdocs-articles-list li svg,.betterdocs-popular-articles-wrapper .betterdocs-entry-body li img,.betterdocs-popular-articles-wrapper .betterdocs-entry-body li svg{align-items:center;display:flex;fill:#a6a4ef;font-size:15px;width:15px}.betterdocs-sidebar-list .betterdocs-articles-list li:not(.betterdocs-nested-category-wrapper),.betterdocs-sidebar-list .betterdocs-entry-body li:not(.betterdocs-nested-category-wrapper){align-items:center;flex-direction:row}.betterdocs-sidebar-list .betterdocs-articles-list li,.betterdocs-sidebar-list .betterdocs-entry-body li{display:flex;list-style:none;margin-bottom:10px;padding:0}.betterdocs-articles-list li a,.betterdocs-entry-body li a{text-decoration:none}.betterdocs-articles-list li a,.betterdocs-entry-body li a,.betterdocs-popular-articles-wrapper .betterdocs-articles-list li a,.betterdocs-popular-articles-wrapper .betterdocs-entry-body li a{color:#566e8b;font-size:15px;line-height:2;outline:none;transition:all .3s}.betterdocs-popular-articles-wrapper .betterdocs-articles-list li a:hover,.betterdocs-popular-articles-wrapper .betterdocs-entry-body li a:hover{color:#528ffe}.betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a,.betterdocs-category-grid-three-wrapper .betterdocs-entry-body li a{color:#475467;font-size:16px;font-weight:500;line-height:1.6}.betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a:hover,.betterdocs-category-grid-three-wrapper .betterdocs-entry-body li a:hover{color:#00b884;text-decoration:underline}.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li:not(.betterdocs-nested-category-wrapper),.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-entry-body li:not(.betterdocs-nested-category-wrapper){align-items:center;display:flex;flex-direction:row;margin:10px}.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li i,.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-entry-body li i{line-height:1.8;margin-right:10px}.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a,.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-entry-body li a{color:#566e8b;text-decoration:none}.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a.active,.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a:hover,.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-entry-body li a.active,.betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-entry-body li a:hover{color:#528fff}.betterdocs-articles-list .betterdocs-nested-category-wrapper,.betterdocs-entry-body .betterdocs-nested-category-wrapper{align-items:stretch;display:flex;flex-direction:column;margin-bottom:0;margin-left:0;margin-right:0}.betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title,.betterdocs-entry-body .betterdocs-nested-category-wrapper .betterdocs-nested-category-title{align-items:center;cursor:pointer;display:flex;margin-left:10px;margin-right:10px}.betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title img,.betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title svg,.betterdocs-entry-body .betterdocs-nested-category-wrapper .betterdocs-nested-category-title img,.betterdocs-entry-body .betterdocs-nested-category-wrapper .betterdocs-nested-category-title svg{fill:#566e8b;flex-shrink:0;font-size:15px;width:15px}.betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title img.arrow-down,.betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title svg.arrow-down,.betterdocs-entry-body .betterdocs-nested-category-wrapper .betterdocs-nested-category-title img.arrow-down,.betterdocs-entry-body .betterdocs-nested-category-wrapper .betterdocs-nested-category-title svg.arrow-down{display:none}.single-kb .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title a,.single-kb .betterdocs-entry-body .betterdocs-nested-category-wrapper .betterdocs-nested-category-title a{color:#566e8b;text-decoration:none}.betterdocs-articles-list .betterdocs-nested-category-list,.betterdocs-entry-body .betterdocs-nested-category-list{display:none;margin-left:20px;padding-left:0}.betterdocs-articles-list .betterdocs-nested-category-list.active,.betterdocs-entry-body .betterdocs-nested-category-list.active{display:block}.doc-category-layout-6 .betterdocs-entry-body{width:100%}.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul:not(.betterdocs-nested-category-list){list-style:none;margin:0;padding:0}.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li{display:flex;list-style:none;padding:0}.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li:not(.betterdocs-nested-category-wrapper){align-items:center;display:flex;flex-direction:row;margin:10px}.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li i{line-height:1.8;margin-right:10px}.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li a{color:#566e8b;font-size:17px;line-height:1.5;outline:none;transition:all .3s}.betterdocs-wrapper:not(.layout-6) .betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li a{text-decoration:none}.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li a.active,.betterdocs-entry-body.betterdocs-taxonomy-doc-category ul li a:hover{color:#528ffe}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul{list-style:none;margin-left:0;padding:0;width:100%}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li{width:100%}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a{align-items:center;color:#15063f;display:flex;font-size:15px;font-weight:400;justify-content:space-between;line-height:63px;text-decoration:none;transition:all .4s ease-in-out;width:100%}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body .betterdocs-wrapper:not(.layout-6) ul li a,.betterdocs-wrapper:not(.layout-6) .betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a{border:1px solid #0000;border-top-color:#e8e9eb;text-decoration:none}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body .betterdocs-wrapper:not(.layout-6) ul li a:hover,.betterdocs-wrapper:not(.layout-6) .betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a:hover{background-color:#f2f0ff;border-color:#15063f;padding-left:15px;padding-right:15px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a img,.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a svg{height:14px;max-height:500px;max-width:500px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body .betterdocs-wrapper:not(.layout-6) ul li a img,.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body .betterdocs-wrapper:not(.layout-6) ul li a svg,.betterdocs-wrapper:not(.layout-6) .betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a img,.betterdocs-wrapper:not(.layout-6) .betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a svg{width:26px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body .betterdocs-wrapper.layout-6 ul li a img,.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body .betterdocs-wrapper.layout-6 ul li a svg,.betterdocs-wrapper.layout-6 .betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a img,.betterdocs-wrapper.layout-6 .betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body ul li a svg{width:12px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(.betterdocs-nested-category-wrapper){margin:0}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-single-category-wrapper .betterdocs-term-img{max-width:300px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-single-category-wrapper .betterdocs-term-img img{max-width:100%;object-fit:cover;width:auto}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-single-category-wrapper .betterdocs-category-items-counts{border-radius:15px;margin-left:8px}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-single-category-wrapper .betterdocs-category-items-counts span{align-items:center;display:flex;justify-content:center}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-single-category-wrapper a.docs-cat-link-btn.betterdocs-category-link-btn{transition:.3s!important}.betterdocs-body:not(:last-of-type){padding:15px 15px 0}.betterdocs-body:last-of-type{padding:15px}.betterdocs-sidebar-layout-6 .betterdocs-body{padding-top:0}.betterdocs-category-grid-wrapper>.betterdocs-category-grid-inner-wrapper .betterdocs-body:last-child{flex-grow:1}.betterdocs-category-grid-list-inner-wrapper.layout-6 .betterdocs-body{padding:0}.betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-single-category-wrapper .betterdocs-body,.betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list .betterdocs-body{display:none}@media only screen and (max-width:768px){#betterdocs-sidebar{display:none}}.betterdocs-full-sidebar-left .betterdocs-sidebar-content,.betterdocs-full-sidebar-right .layout2-toc-container,.betterdocs-full-sidebar-right .layout3-toc-container{max-height:95vh;overflow:auto;overflow-y:auto;position:sticky;top:4vh}.betterdocs-sidebar.betterdocs-sidebar-layout-8{border-right:1px solid #eaecf0;max-width:310px;max-width:100%;width:auto}.betterdocs-sidebar.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper{padding-right:24px}.betterdocs-sidebar.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper{flex-direction:column}.betterdocs-sidebar .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-title:first-child{padding-left:15px}.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-title a,.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-title:first-child,.betterdocs-sidebar.betterdocs-sidebar-layout-8 .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-title:first-child{padding-left:0!important}.betterdocs-content-wrapper:not(.doc-category-layout-2) .betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-single-category-wrapper .betterdocs-body{padding-bottom:0!important;padding-top:0!important}.betterdocs-sidebar .betterdocs-single-category-wrapper .betterdocs-articles-list li{padding:0}.betterdocs-sidebar .betterdocs-single-category-wrapper .betterdocs-articles-list li a{font-size:14px;line-height:1.6}@media only screen and (max-width:768px){.betterdocs-sidebar{display:none}}.betterdocs-full-sidebar-left{padding-right:1px;padding-top:50px}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-4,.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-5,.betterdocs-full-sidebar-left.betterdocs-toc-block{padding-top:0}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7{border-right:1px solid #eaecf0;display:flex;flex-direction:column;padding-right:0;padding-top:0;position:relative;z-index:9999}@media only screen and (max-width:768px){.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7{display:none;max-width:100%!important}}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7 .layout-flex{display:inherit}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8{border-right:1px solid #eaecf0}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper{padding-right:24px}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header{padding:8px}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body{padding:12px 8px}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)){margin:0;padding:0}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a{color:#667085;margin:1px 0;padding:7px 8px}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active,.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:focus,.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover{background-color:#e8fff4;color:#344054}.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title a:hover{color:#667085}.betterdocs-single-layout-5 .betterdocs-full-sidebar-left{margin-top:100px}@media only screen and (max-width:768px){.betterdocs-single-layout-5 .betterdocs-full-sidebar-left{margin-top:0}}.betterdocs-single-layout-2 .betterdocs-full-sidebar-left,.betterdocs-single-layout-3 .betterdocs-full-sidebar-left{border-right:1px solid #eff2f7}.doc-category-layout-2 .betterdocs-full-sidebar-left{border-right:1px solid #eff2f7;padding-right:0;padding-top:0}.doc-category-layout-2 .betterdocs-full-sidebar-left .betterdocs-category-list-wrapper .betterdocs-category-header{background:#0000!important;padding:0!important}.doc-category-layout-3 .betterdocs-full-sidebar-left{border-right:1px solid #eff2f7;padding-right:0;padding-top:0}.betterdocs-full-sidebar-left .betterdocs-single-category-wrapper .betterdocs-articles-list{display:flex;flex-direction:column;flex-wrap:wrap;list-style:none;margin:0;padding:0}@media only screen and (max-width:767px){.betterdocs-full-sidebar-left{display:none}}.betterdocs-full-sidebar-right{padding-left:1px;padding-top:50px}.betterdocs-single-layout-4 .betterdocs-full-sidebar-right{padding-top:0}.betterdocs-single-layout-5 .betterdocs-full-sidebar-right{margin-top:100px;padding-top:0}@media only screen and (max-width:768px){.betterdocs-single-layout-5 .betterdocs-full-sidebar-right{margin-top:0}}.betterdocs-single-layout-2 .betterdocs-full-sidebar-right,.betterdocs-single-layout-3 .betterdocs-full-sidebar-right{border-left:1px solid #eff2f7}@media only screen and (max-width:1199px){.betterdocs-full-sidebar-right{display:none}}.betterdocs-full-sidebar-right .betterdocs-toc .toc-list li a{font-weight:400;outline:none}.betterdocs-sidebar .betterdocs-sidebar-content{background-color:#fff;display:flex;flex-direction:column;height:auto}.betterdocs-sidebar.betterdocs-sidebar-layout-6 .betterdocs-sidebar-content{background:#0000}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content{background:#fff;flex:1;padding-left:24px;padding-right:24px;padding-top:58px}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content{padding-left:16px;padding-right:16px;padding-top:40px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper{padding-bottom:0!important;padding-top:0!important}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper{margin-top:16px}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper{margin-top:12px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper:first-child{margin-top:0}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header{padding:8px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none;gap:8px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-folder-icon{align-items:center;aspect-ratio:1;background:#eaecf0;border-radius:4px;display:inline-flex;display:flex;height:20px;justify-content:center;width:20px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-folder-icon svg{width:12px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title{color:#344054;font-size:16px;font-weight:500;line-height:1.4em}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title{font-size:14px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts{margin-left:0;padding:0}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts span{align-items:center;background-color:#f2f4f7;border-radius:50%;color:#344054;display:inline-flex;font-size:12px;font-weight:500;height:20px;justify-content:center;line-height:1.2em;width:20px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner>svg{display:none}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body{padding:10px 28px 0}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body{padding:6px 28px 0}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list{gap:12px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li{margin:0}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a{background:#0000;border-radius:4px;color:#667085;display:inline-flex;font-size:14px;font-weight:500;line-height:1.3em;padding:8px;transition:all .35s ease-in-out}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a{font-size:12px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a.active,.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a:focus,.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a:hover{background:#e8fff4;color:#344054}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a.active:before{background:#a1dcc0;border-radius:4px;content:"";height:100%;left:-11px;position:absolute;top:50%;transform:translateY(-50%);width:4px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li>svg{display:none}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper{margin-top:8px;position:relative}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper{margin-top:6px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title{gap:8px;margin:0}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title .arrow-down{display:none!important}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title .betterdocs-folder-icon.arrow-right{align-items:center;background:#f2f4f7;border-radius:6px;display:inline-flex!important;height:20px;justify-content:center;width:20px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title .betterdocs-folder-icon.arrow-right svg{margin-right:0;width:14px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title a{color:#344054;display:inline-flex;font-size:16px;font-weight:500;line-height:1.2em}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-title a{font-size:14px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper:hover{background:#0000}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-list{display:flex;flex-direction:column;gap:8px;margin-left:0;margin-top:10px;padding-left:19px}@media only screen and (max-width:1024px){.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-list{gap:6px;margin-top:8px}}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list .betterdocs-nested-category-wrapper .betterdocs-nested-category-list.active:before{background:#d0d5dd;bottom:0;content:"";height:calc(100% - 28px);left:9px;position:absolute;width:1px}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active.default.show{position:relative}.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active.default.show:before{background:#d0d5dd;bottom:0;content:"";height:calc(100% - 29px);left:18px;position:absolute;width:1px}.betterdocs-single-layout-5 .betterdocs-sidebar.betterdocs-full-sidebar-left .betterdocs-sidebar-content{border-radius:5px;box-shadow:0 8px 20px #0001231a}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper{margin-bottom:0}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper.sidebar-8 .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper{margin-bottom:12px}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner{margin-left:0;margin-right:0}.betterdocs-single-layout-4 .betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner{background-color:#0000!important;border-color:#528fff!important}.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner,.betterdocs-single-layout-5 .betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner,.doc-category-layout-4 .betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner,.doc-category-layout-5 .betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner{background-color:#0000!important;border:none!important}.betterdocs-sidebar.betterdocs-full-sidebar-left .betterdocs-sidebar-content .betterdocs-category-grid-wrapper{padding-bottom:15px;padding-top:15px}.betterdocs-single-layout-5 .betterdocs-sidebar.betterdocs-full-sidebar-left .betterdocs-sidebar-content .betterdocs-category-grid-wrapper{border-radius:5px;box-shadow:0 8px 20px #0001231a}.betterdocs-sidebar-layout-6 .betterdocs-sidebar.betterdocs-full-sidebar-left .betterdocs-sidebar-content .betterdocs-category-grid-wrapper{padding-top:0}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner{box-shadow:none!important}.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header{border-right:3px solid #0000;box-shadow:none;cursor:pointer;padding:10px 15px}.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header{background-color:#5a94ff1a;border-color:#5a94ff}.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header{border-right:3px solid #5a94ff}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{padding-bottom:0!important}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a{font-size:16px}.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a{font-size:18px}.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a{color:#5a94ff}.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-collapse{display:none}.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-collapse,.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts{display:none}.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-collapse,.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts{display:none}.betterdocs-sidebar.betterdocs-sidebar-layout-4 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-sidebar.betterdocs-sidebar-layout-4 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title{flex-grow:1}.betterdocs-sidebar.betterdocs-sidebar-layout-4 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-collapse{transform:rotate(-180deg)}.betterdocs-sidebar.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-sidebar.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title{flex-grow:1}.betterdocs-sidebar.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-collapse{transform:rotate(-180deg)}.betterdocs-sidebar.betterdocs-sidebar-layout-5 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:none}.betterdocs-sidebar.betterdocs-sidebar-layout-5 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title{flex-grow:1}.betterdocs-sidebar.betterdocs-sidebar-layout-5 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts{display:none}.betterdocs-sidebar.betterdocs-sidebar-layout-5 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-collapse{transform:rotate(-180deg)}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper:has(.betterdocs-sidebar-layout-6){width:100%}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6{border-top:1px solid #e8e9eb}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6 .betterdocs-sidebar-list-inner .betterdocs-category-header{cursor:pointer}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6.active .betterdocs-sidebar-list-inner .betterdocs-category-header{background-color:#f2f0ff;border:solid #000;border-width:1px 1px 0}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6 .betterdocs-sidebar-list-inner .betterdocs-category-header .betterdocs-category-header-inner{border-bottom:0;display:flex;justify-content:space-between;padding:15px}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6 .betterdocs-sidebar-list-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title{align-items:center;display:inline-flex;margin:0;padding:0;text-decoration:none}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6 .betterdocs-sidebar-list-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a{color:#777;font-size:16px;font-weight:500;line-height:36px}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6 .betterdocs-sidebar-list-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts{align-items:center;background-color:#fff;border:1px solid #2b11e5;border-radius:90px;color:#2b11e5;display:inline-flex;font-size:15px;font-weight:500;height:fit-content;justify-content:center;line-height:36px;max-width:45px;text-align:center;width:100%}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6.active .betterdocs-sidebar-list-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts{background-color:#591fff;color:#fefeff}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6.active .betterdocs-sidebar-list-inner .betterdocs-body{background-color:#f2f0ff;border:1px solid #000;border-top:0 solid #000}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-layout-6.active .betterdocs-category-items-counts{background-color:#591fff;color:#fefeff}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-layout-6.active .betterdocs-category-items-counts span{color:#fefeff}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-layout-6 .betterdocs-body{padding:0!important}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-layout-6 .betterdocs-body .betterdocs-articles-list{padding:0 27px 20px 10px}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-layout-6 .betterdocs-body .betterdocs-articles-list li{margin:0!important}.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-sidebar-layout-6 .betterdocs-body .betterdocs-articles-list li a{line-height:24px}.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-category-list-wrapper{padding:15px 0}@media only screen and (max-width:768px){.betterdocs-sidebar.betterdocs-sidebar-layout-2 .betterdocs-category-list-wrapper{padding:15px}}.betterdocs-content-inner-area .betterdocs-breadcrumb{margin-bottom:10px}.betterdocs-content-area .betterdocs-breadcrumb{margin-bottom:20px}.betterdocs-single-layout-5 .betterdocs-breadcrumb{margin-bottom:0;margin-left:-35px;margin-top:-100px;position:absolute}.betterdocs-taxonomy-wrapper .betterdocs-breadcrumb{margin-bottom:10px}.betterdocs-breadcrumb .betterdocs-breadcrumb-list{align-items:center;display:flex;flex-flow:row wrap;margin:0;padding:0}.betterdocs-breadcrumb .betterdocs-breadcrumb-list li{display:flex;justify-content:center;line-height:1.7;list-style:none}.betterdocs-breadcrumb .betterdocs-breadcrumb-list li a:focus,.betterdocs-breadcrumb .betterdocs-breadcrumb-list li a:hover{color:#528fff}.betterdocs-breadcrumb .betterdocs-breadcrumb-item{color:#566e8b;font-size:.75rem;letter-spacing:.035em;margin:0}.betterdocs-breadcrumb .betterdocs-breadcrumb-item a{color:#566e8b;font-size:.75rem;letter-spacing:.035em;text-decoration:none}.betterdocs-breadcrumb .betterdocs-breadcrumb-item.current span{color:#528fff}.betterdocs-breadcrumb .breadcrumb-delimiter{margin:0 7px}.betterdocs-breadcrumb .breadcrumb-delimiter .icon-container{align-items:center;display:flex;height:16px;justify-content:center;width:8px}.betterdocs-breadcrumb .breadcrumb-delimiter .breadcrumb-delimiter-icon{width:8px}.betterdocs-breadcrumb.layout-2{margin-bottom:32px;margin-bottom:40px}@media only screen and (max-width:1024px){.betterdocs-breadcrumb.layout-2{margin-bottom:24px}}.betterdocs-breadcrumb.layout-2 ul.betterdocs-breadcrumb-list{background:#f9fafb;border-radius:20px;display:inline-flex;margin:0;padding:8px 12px}@media only screen and (max-width:1280px){.betterdocs-breadcrumb.layout-2 ul.betterdocs-breadcrumb-list{padding:6px 10px}}.betterdocs-breadcrumb.layout-2 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item a{color:#667085;font-size:12px;line-height:1.5em}.betterdocs-breadcrumb.layout-2 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item.current span{color:#344054;font-weight:600;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.betterdocs-breadcrumb.layout-2 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item .icon-container svg path{color:#667085}.betterdocs-breadcrumb.layout-3{margin-bottom:32px}@media only screen and (max-width:1024px){.betterdocs-breadcrumb.layout-3{margin-bottom:24px}}.betterdocs-breadcrumb.layout-3 ul.betterdocs-breadcrumb-list{display:inline-flex;margin:0}.betterdocs-breadcrumb.layout-3 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item a{color:#667085;font-size:16px;line-height:1.5em}.betterdocs-breadcrumb.layout-3 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item.current span{color:#344054;font-size:16px;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.betterdocs-breadcrumb.layout-3 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item .icon-container svg path{color:#667085}.betterdocs-breadcrumb.layout-3 ul.betterdocs-breadcrumb-list .betterdocs-breadcrumb-item:last-child{font-weight:600}.betterdocs-entry-title{margin-bottom:20px}.betterdocs-entry-title .betterdocs-entry-heading{line-height:1}.betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-title .betterdocs-entry-heading{color:#566e8b;font-size:20px;margin:0 0 10px}.betterdocs-entry-title p{line-height:1.7}.betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-title p{color:#566e8b;font-size:14px;margin:0 0 10px}.docs-single-title .betterdocs-entry-title{color:#3f5876;font-size:36px;letter-spacing:.035em;margin:10px auto;padding-bottom:40px;text-transform:uppercase}.betterdocs-single-layout-6 .betterdocs-content-wrapper .betterdocs-content-area .betterdocs-entry-header .docs-single-title .betterdocs-entry-title{padding-bottom:0}.betterdocs-print-pdf{float:right;margin-bottom:10px;margin-right:10px;margin-top:-15px}.betterdocs-print-pdf .betterdocs-print-btn{align-items:center;background-color:#fafafa;border-radius:5px;cursor:pointer;display:flex;justify-content:center;padding:6px}@media only screen and (max-width:767px){.betterdocs-print-pdf .betterdocs-print-btn{margin:0 0 10px}}.betterdocs-content{color:#4d4d4d;font-size:16px}.betterdocs-content .batterdocs-anchor{display:inline-block;position:relative}.betterdocs-single-wrapper .betterdocs-content .batterdocs-anchor{font-size:.9em;margin-left:5px}.betterdocs-content .batterdocs-anchor .tooltip-box{background-color:#555;border-radius:6px;bottom:150%;color:#fff;font-size:.9rem;font-weight:400;left:50%;margin-left:-44px;opacity:0;padding:5px;position:absolute;text-align:center;transition:opacity .3s;visibility:hidden;width:90px;z-index:1}.betterdocs-content .batterdocs-anchor .tooltip-box:after{border:5px solid #0000;border-top-color:#555;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.betterdocs-content .batterdocs-anchor:hover .tooltip-box{opacity:1;visibility:visible}.betterdocs-content a.batterdocs-anchor{display:none!important;line-height:1}.betterdocs-content h1:hover a.batterdocs-anchor,.betterdocs-content h2:hover a.batterdocs-anchor,.betterdocs-content h3:hover a.batterdocs-anchor,.betterdocs-content h4:hover a.batterdocs-anchor,.betterdocs-content h5:hover a.batterdocs-anchor,.betterdocs-content h6:hover a.batterdocs-anchor{display:inline-block!important}.betterdocs-print-pdf-2{cursor:pointer}.betterdocs-print-pdf-2 .betterdocs-print-btn-2{align-items:center;background:#f2f4f7;border-radius:4px;display:inline-flex;height:28px;justify-content:center;width:28px}.betterdocs-print-pdf-2 .betterdocs-print-btn-2 svg{width:18px}.betterdocs-article-summary{background-color:#fff;border:1px solid #eaecf0;border-radius:8px;margin:20px 0;overflow:hidden;width:100%}.betterdocs-article-summary .betterdocs-summary-header{background:#f9fafb;cursor:pointer;padding:15px 20px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title{align-items:center;color:#344054;display:flex;font-size:18px;font-weight:500;gap:10px;justify-content:space-between;margin:0}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .title-content{align-items:center;display:flex;gap:10px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow{flex-shrink:0;margin-left:auto}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow .angle-icon{flex-shrink:0;height:14px;transition:transform .2s ease;width:14px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow .angle-icon.angle-right{display:block}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow .angle-icon.angle-down{display:none}.betterdocs-article-summary .betterdocs-summary-content{padding:20px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-loading{align-items:center;color:#7f8c8d;display:flex;font-size:14px;font-style:italic;gap:1px;text-align:left}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-loading img{display:inline-block;height:auto;width:30px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content{color:#4d4d4d;line-height:1.6}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content p{color:#4d4d4d;margin-bottom:12px;margin-top:0}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content p:last-child{margin-bottom:0}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ol,.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ul{margin:12px 0;padding-left:20px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ol li,.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ul li{margin-bottom:6px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-error{background:#fdf2f2;border:1px solid #f5c6cb;border-radius:4px;color:#e74c3c;font-size:14px;font-style:italic;margin:0;padding:10px;text-align:center}@media only screen and (max-width:767px){.betterdocs-article-summary{margin:15px 0}.betterdocs-article-summary .betterdocs-summary-header{padding:12px 15px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title{font-size:15px}.betterdocs-article-summary .betterdocs-summary-content{padding:15px}}.docs-navigation{align-items:center;display:flex;justify-content:space-between;margin:20px 0}.docs-navigation a{align-items:center;color:#3f5876;display:flex;font-size:16px;font-weight:bolder;line-height:1.5em;position:relative;transition:all .3s;width:50%}.docs-navigation a:first-child{margin-right:20px}.docs-navigation a:last-child{text-align:right}.docs-navigation a:focus{outline:none}.docs-navigation a svg{fill:#5edf8e;min-width:16px;width:16px}.docs-navigation a[rel=prev] svg{margin-right:10px}.docs-navigation a[rel=next]{margin-left:auto}.docs-navigation a[rel=next] svg{margin-left:10px}.docs-navigation.layout-2{align-items:center;background:#f9fafb;border-radius:4px;display:flex;justify-content:space-between;margin:40px 0;padding:14px 16px}@media only screen and (max-width:1280px){.docs-navigation.layout-2{margin:30px 0;padding:10px 12px}}.docs-navigation.layout-2 a{color:#344054;display:inline-flex;font-size:14px;margin:0}@media only screen and (max-width:1280px){.docs-navigation.layout-2 a{font-size:12px}}.docs-navigation.layout-2 a svg{fill:#667085}.betterdocs-entry-footer{margin:25px 0}.betterdocs-entry-footer .betterdocs-tags{margin:20px 0}.betterdocs-entry-footer .betterdocs-tags a{font-weight:700}.betterdocs-tags a{color:#566e8b;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s}.betterdocs-credit p{color:#201d3a;font-size:14px;font-style:italic;margin:50px 0 0;padding:15px;text-align:center}.betterdocs-single-layout-5 .betterdocs-content-full{padding:30px 0}.betterdocs-single-layout-5 .betterdocs-content-full .betterdocs-content-wrapper{padding:0!important}.betterdocs-single-layout-5 .betterdocs-content-wrapper{display:grid;grid-template-columns:repeat(12,1fr);margin:0 auto;max-width:1400px;width:100%;grid-gap:30px}.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper{margin-left:auto;margin-right:auto;max-width:1400px;padding:2.5em 1.5em;width:100%}.betterdocs-wrapper.betterdocs-fluid-wrapper .betterdocs-content-wrapper{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:30px;padding-left:15px;padding-right:15px}.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-4 .betterdocs-content-wrapper{gap:15px;padding-left:0;padding-right:0}.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-2 .betterdocs-content-wrapper,.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-3 .betterdocs-content-wrapper{padding-bottom:0;padding-top:0}.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-6 .betterdocs-content-wrapper{display:flex}.betterdocs-fluid-wrapper.betterdocs-single-layout-4 .betterdocs-sidebar.betterdocs-full-sidebar-left,.betterdocs-sidebar.betterdocs-full-sidebar-left{grid-column:1/span 3}.betterdocs-sidebar.betterdocs-full-sidebar-right{grid-column:10/span 3;list-style:none}.betterdocs-fluid-wrapper.betterdocs-single-layout-2 .betterdocs-sidebar.betterdocs-full-sidebar-right,.betterdocs-fluid-wrapper.betterdocs-single-layout-3 .betterdocs-sidebar.betterdocs-full-sidebar-right,.betterdocs-fluid-wrapper.betterdocs-single-layout-4 .betterdocs-sidebar.betterdocs-full-sidebar-right,.betterdocs-fluid-wrapper.betterdocs-single-layout-5 .betterdocs-sidebar.betterdocs-full-sidebar-right{grid-column:11/span 2}.feedback-update-form{display:flex;justify-content:space-between;margin:50px 0}@media only screen and (max-width:767px){.feedback-update-form{flex-direction:column;gap:15px}.feedback-update-form .feedback-form{align-self:center}}.feedback-update-form .update-date{color:#566e8b;font-size:14px;font-style:italic}@media only screen and (max-width:767px){.feedback-update-form .update-date{align-self:center}}.betterdocs-display-flex{display:flex;flex-direction:row}@media only screen and (max-width:767px){.betterdocs-display-flex{display:block}}.betterdocs-sidebar{flex:0 0 30%}.betterdocs-single-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar,.betterdocs-taxonomy-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar{max-width:400px}.betterdocs-content-area{flex:1 1 70%;padding:0 20px 20px}.betterdocs-wrapper{background-color:#fff;flex:auto}.betterdocs-wrapper.betterdocs-taxonomy-wrapper{background-color:#fff0}.betterdocs-wrapper.betterdocs-taxonomy-wrapper.betterdocs-archive-layout-7{background-color:#fff;margin:0 auto}.betterdocs-wrapper.betterdocs-single-wrapper{background-color:#f2f4f7}.betterdocs-wrapper.betterdocs-single-layout-8{background:#fff}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper{margin:0 auto;max-width:1400px;padding-bottom:0;padding-top:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper{gap:20px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-sidebar-layout-7{border-right:1px solid #eaecf0;z-index:1}@media only screen and (max-width:1024px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-sidebar-layout-7{grid-column:1/span 4}}@media only screen and (max-width:768px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-sidebar-layout-7{border-right:none;display:none;grid-column:1/span 12}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{padding:57px 10px 57px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{padding:30px 10px 40px 16px}}@media only screen and (max-width:1024px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{grid-column-start:5}}@media only screen and (max-width:767px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{padding:0!important}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area{padding:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title{color:#1d2939;font-size:42px;font-weight:700;line-height:1.2em;margin:0;padding-bottom:24px;text-transform:unset}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title{font-size:30px;padding-bottom:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-content .betterdocs-print-pdf{display:none}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-author-date .update-date{border-top:none;margin:0;padding-top:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date{align-items:center;border-top:1px solid #eaecf0;display:flex;flex-direction:row;margin:24px 0 0;padding-top:16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date{margin:18px 0 0;padding-top:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date .update-date{color:#475467;font-size:14px;line-height:20px;margin-left:auto}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date .update-date{font-size:12px;line-height:16px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-heading,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .related-articles-title{color:#1d2939;font-size:32px;font-weight:500;line-height:1.3em;margin:0;padding-bottom:20px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-heading,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .related-articles-title{font-size:24px;padding-bottom:16px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print{align-items:center;display:flex;gap:60px;justify-content:space-between;margin-right:8px;margin-top:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print{gap:50px;margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-tags a{background:#f2f4f7;border-radius:4px;color:#475467;font-size:14px;font-weight:400;line-height:20px;padding:4px 8px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-print-pdf-2 .betterdocs-print-btn-2{align-items:center;background:#f2f4f7;border-radius:4px;display:inline-flex;height:28px;justify-content:center;width:28px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-print-pdf-2 .betterdocs-print-btn-2 svg{width:18px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions{display:flex;flex-direction:column;gap:20px;margin-top:40px;padding:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions{gap:16px;margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-heading .betterdocs-reactions-title-tag{color:#1d2939;font-size:32px;font-weight:500;line-height:1.3em;margin:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-heading .betterdocs-reactions-title-tag{font-size:24px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box{align-items:center;border:1px solid #eaecf0;border-radius:4px;display:flex;flex:1;gap:20px;justify-content:space-between;padding:40px 40px 40px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box{gap:16px;padding:30px 30px 30px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box p{color:#475467;font-size:18px;line-height:1.2em;margin:0;text-align:left}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box p.feedback-message{text-align:center}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box p{font-size:16px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2{align-items:center;display:flex;gap:16px;list-style:none}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2{gap:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li{position:relative}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li:hover .betterdocs-tooltip{opacity:1;visibility:visible}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji{align-items:center;background:#f2f4f7;border-radius:50%;display:inline-flex;height:40px;justify-content:center;width:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji{height:32px;width:32px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji:focus-visible,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji:focus-within{box-shadow:none;outline:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji img{max-width:25px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li .betterdocs-tooltip{background:#fff;border-radius:10px;box-shadow:0 0 24px rgba(16,24,40,.031),0 0 36px rgba(16,24,40,.078);color:#667085;font-size:12px;font-weight:600;line-height:1.3em;opacity:0;padding:10px 12px;position:absolute;right:56px;text-align:center;top:50%;transform:translateY(-50%);transition:all .35s ease-in-out;visibility:hidden;width:70px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li .betterdocs-tooltip:after{border:8px solid #0000;border-left-color:#fff;content:"";height:10px;position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:16px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper{margin:40px 0 0;padding:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper{margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list{flex-direction:column;gap:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list{gap:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details{flex:70%;padding:12px;width:70%}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details{padding:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details a{display:inline-flex;gap:4px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-name{color:#000}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-size{color:#98a2b3}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front{margin:40px 0 0;padding:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front{margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list{flex-direction:column;gap:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list{gap:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li{border:none;flex:70%;gap:0;padding:0 0 0 18px;width:70%}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li{padding-left:14px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a{color:#667085;display:inline-flex;font-size:16px;font-weight:500;line-height:1.2em;position:relative;transition:.35s ease-in-out}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a{font-size:14px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:hover{color:#344054;text-decoration:underline}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:hover:before{background:#98a2b3}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:before{background:#eaecf0;border-radius:4px;content:"";height:14px;left:-18px;position:absolute;top:50%;transform:translateY(-50%);transition:.35s ease-in-out;width:14px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:before{height:12px;left:-14px;width:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:last-child,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li svg{display:none}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share{display:flex;flex-flow:row wrap;flex-direction:column;gap:24px;margin-top:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share{gap:18px;margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-heading .betterdocs-social-share-title-tag{color:#1d2939;font-size:32px;font-weight:500;line-height:1.2em;margin:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-heading .betterdocs-social-share-title-tag{font-size:24px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links{align-items:center;border:1px solid #eaecf0;border-radius:4px;display:flex;flex:1;gap:16px;justify-content:flex-start;margin:0;padding:40px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links{gap:12px;padding:30px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li{cursor:pointer;flex:unset;list-style:none;margin:0;padding:0;text-align:center}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li{height:30px;width:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a{align-items:center;background:#eaecf0;border-radius:50%;display:inline-flex;height:40px;justify-content:center;width:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a{height:30px;width:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a img{height:24px;width:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a img{height:18px;width:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form{align-items:center;border-top:1px solid #eaecf0;display:flex;justify-content:space-between;margin:40px 0;padding:16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form{margin:30px 0;padding:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form .update-date{color:#475467;font-size:14px;font-style:italic}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form .update-date{font-size:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation{align-items:center;background-color:#f9fafb;border-radius:4px;display:flex;gap:10px;justify-content:space-between;margin:40px 0;padding:14px 16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation{margin:30px 0;padding:10px 12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation a{color:#344054;display:inline-flex;font-size:14px;margin:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation a{font-size:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation a svg{fill:#667085}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right{padding-left:0;padding-top:54px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right{padding-top:34px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container{padding-bottom:80px;padding-left:20px;top:50px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container{padding-bottom:50px;padding-left:20px;top:40px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content{display:flex;flex-direction:column}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc{display:inline-flex;flex:1;flex-direction:column;max-height:100vh;overflow-y:auto;padding:0;position:sticky;top:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc .toc-title{color:#667085;font-size:16px;line-height:26px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc .toc-title{font-size:14px;line-height:22px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul{display:flex;flex-direction:column;gap:12px;padding-left:18px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul{gap:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc{padding-top:16px;position:relative}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc{padding-top:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc:before{background:#d0d5dd;content:"";height:100%;left:6px;position:absolute;top:0;width:1px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li{padding:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a{color:#667085;display:inline-flex;font-size:14px;font-weight:500;line-height:22px;padding:8px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a{font-size:12px;line-height:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active{color:#344054}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active:after{background:#a1dcc0;border-radius:4px;content:"";height:2em;left:5px;position:absolute;width:4px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a:before{display:none}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li ul li a.active:after{background:#a1dcc0;border-radius:4px;content:"";height:2em;left:5px;position:absolute;width:4px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc.toc-list-number ul li a:before{display:block;margin-right:2px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions{background-color:#f9fafb;border-radius:4px;margin-top:24px;padding:32px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions{margin-top:30px;padding:22px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar{gap:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-reactions-title-tag{color:#667085;font-size:1em;margin:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links{align-items:center;display:flex;gap:12px;list-style:none}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links{gap:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li{align-items:center;background-color:#0000;border-radius:4px;cursor:pointer;display:flex;gap:4px;justify-content:center;padding:8px;transition:.35s ease-in-out}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a{display:inline-flex}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a svg{height:16px;width:16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a svg{height:14px;width:14px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a img{max-width:16px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li:hover{background-color:#eaecf0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li .betterdocs-tooltip{color:#667085;font-size:14px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li .betterdocs-tooltip{font-size:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links.layout-3 li a{align-items:center;display:flex;gap:5px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share{background-color:#f9fafb;border-radius:4px;display:flex;flex-direction:column;gap:12px;margin-top:40px;padding:32px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share{gap:8px;margin-top:18px;padding:22px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-heading .betterdocs-social-share-title-tag{color:#667085;font-size:1em;margin:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links{align-items:center;gap:8px;justify-content:flex-start}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li{cursor:pointer;flex:unset;height:24px;padding:0;width:24px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li img{vertical-align:inherit}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li{height:20px;width:20px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li a{align-items:center;background:#eaecf0;border-radius:50%;display:inline-flex;height:24px;justify-content:center;width:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li a{height:20px;width:20px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li a img{height:15px;width:15px}.betterdocs-wrapper button{border:none}.betterdocs-wrapper button:focus{outline:none}.betterdocs-author-date{align-items:center;border-bottom:1px solid #eaecf0;border-top:1px solid #eaecf0;display:flex;gap:30px;justify-content:space-between;margin-bottom:32px;padding:16px}@media only screen and (max-width:1280px){.betterdocs-author-date{gap:20px;margin-top:18px;padding:12px}}.betterdocs-author-date .betterdocs-author{align-items:center;display:flex;gap:16px}@media only screen and (max-width:1280px){.betterdocs-author-date .betterdocs-author{gap:12px}}.betterdocs-author-date .betterdocs-author .author-avatar img{border-radius:50%;height:40px;max-width:100%;width:40px}@media only screen and (max-width:1280px){.betterdocs-author-date .betterdocs-author .author-avatar img{height:32px;width:32px}}.betterdocs-author-date .betterdocs-author>span{color:#667085;font-size:16px}@media only screen and (max-width:1280px){.betterdocs-author-date .betterdocs-author>span{font-size:14px}}.betterdocs-author-date .update-date{align-items:center;border-top:none;color:#475467;display:flex;font-size:14px;justify-content:flex-end;line-height:20px;margin:0;padding-top:0}.betterdocs-category-list-view-wrapper.betterdocs-shortcode>.layout-flex{flex-direction:column}.betterdocs-single-layout-8.betterdocs-single-layout-9 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content{display:flex;flex-direction:column}.betterdocs-single-layout-8.betterdocs-single-layout-9 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc{display:inline-flex;flex:1;flex-direction:column;max-height:50vh;overflow-y:auto;padding:0;position:sticky;top:0}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right{max-width:270px}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc .toc-title{padding:0 8px}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul{padding-left:0}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc:before{display:none}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li{padding:0}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active,.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a:hover{background-color:#e8fff4}.betterdocs-mobile-nav,.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active:after,.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc.toc-list-number ul li a:before{display:none}@media only screen and (max-width:768px){.betterdocs-mobile-nav{align-items:center;border-bottom:1px solid #eaecf0;border-top:1px solid #eaecf0;display:flex;gap:20px;justify-content:space-between;margin-bottom:32px;margin-top:18px;padding:12px}}.betterdocs-mobile-nav .betterdocs-sidebar-icon{align-items:center;display:flex;justify-content:center}.betterdocs-mobile-nav .betterdocs-sidebar-icon span{color:#667085;font-size:14px;font-weight:400;line-height:20px;text-align:left}.betterdocs-mobile-nav .betterdocs-mobile-nav-icon-svg{align-items:center;background-color:#eaecf0;border-radius:50%;display:flex;height:32px;justify-content:center;margin-right:9px;width:32px}.betterdocs-mobile-sidebar-wrapper{background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.betterdocs-mobile-sidebar-wrapper .betterdocs-full-sidebar-left,.betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar-layout-1,.betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar.betterdocs-sidebar-layout-6{background-color:#fff;bottom:0;box-shadow:0 25px 50px -6px #00000040;display:block;left:-300px;overflow-y:auto;position:fixed;right:auto;top:0;width:300px;z-index:2}.betterdocs-mobile-toc-wrapper{background-color:#00000080;display:none;height:100%;position:fixed;right:0;top:0;width:100%;z-index:999}.betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right{background-color:#fff;bottom:0;box-shadow:0 25px 50px -6px #00000040;display:block;left:auto;overflow-y:auto;position:fixed;right:-300px;top:0;width:300px;z-index:2}.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-full-sidebar-left,.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right,.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar-layout-1,.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar.betterdocs-sidebar-layout-6{padding-top:46px!important}.admin-bar .betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right{padding-top:56px!important}.admin-bar .betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right .betterdocs-toc{padding-right:20px!important}.archive.post-type-archive-docs .site-content>.ast-container,.archive.tax-doc_category .site-content>.ast-container,.archive.tax-doc_tag .site-content>.ast-container,.archive.tax-knowledge_base .site-content>.ast-container,body.single-docs .site-content>.ast-container{max-width:none;padding:0}.entry-content .betterdocs-articles-list{padding:0}.ast-single-post .entry-content .betterdocs-footer a,.ast-single-post .entry-content .betterdocs-footer button{text-decoration:none}.betterdocs-content-area{flex:1;flex-shrink:0;padding-bottom:20px}.betterdocs-single-wrapper.betterdocs-single-layout-5 .betterdocs-content-area{margin-top:100px}.betterdocs-single-wrapper .betterdocs-content-area{padding:20px}@media only screen and (max-width:767px){.betterdocs-single-wrapper .betterdocs-content-area{padding:0!important}}.betterdocs-fluid-wrapper .betterdocs-content-wrapper .betterdocs-content-area{grid-column-end:10;grid-column-start:4;padding-left:0;padding-right:0;width:100%}.betterdocs-fluid-wrapper.betterdocs-single-layout-4 .betterdocs-content-wrapper .betterdocs-content-area,.betterdocs-fluid-wrapper.betterdocs-single-layout-5 .betterdocs-content-wrapper .betterdocs-content-area{grid-column-end:11;grid-column-start:4;padding-top:0}.betterdocs-fluid-wrapper.betterdocs-single-layout-2 .betterdocs-content-wrapper .betterdocs-content-area,.betterdocs-fluid-wrapper.betterdocs-single-layout-3 .betterdocs-content-wrapper .betterdocs-content-area{grid-column-end:11;grid-column-start:4;padding-top:50px}.betterdocs-fluid-wrapper .betterdocs-content-wrapper.grid-col-1 .betterdocs-content-area{grid-column-end:13;grid-column-start:1}.betterdocs-fluid-wrapper .betterdocs-content-wrapper.grid-col-2:not(.sidebar-enable) .betterdocs-content-area{grid-column-start:1}.betterdocs-fluid-wrapper .betterdocs-content-wrapper.grid-col-2:not(.toc-enable) .betterdocs-content-area{grid-column-end:13}@media only screen and (max-width:768px){.betterdocs-fluid-wrapper .betterdocs-content-wrapper .betterdocs-content-area{grid-column-start:1!important}}@media only screen and (max-width:1199px){.betterdocs-fluid-wrapper .betterdocs-content-wrapper .betterdocs-content-area{grid-column-end:13!important}}.betterdocs-content-area .betterdocs-content-inner-area{background-color:#fff;margin:0;padding:35px}.betterdocs-fluid-wrapper.betterdocs-single-layout-2 .betterdocs-content-area .betterdocs-content-inner-area{background:#0000!important;padding:0!important}.betterdocs-fluid-wrapper.betterdocs-single-layout-3 .betterdocs-content-area .betterdocs-content-inner-area{background:#0000!important}@media only screen and (max-width:767px){.betterdocs-content-area .betterdocs-content-inner-area{padding:15px}}.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-area .betterdocs-content-inner-area{border-radius:5px}.block-archive-list,.block-archive-list .betterdocs-content-inner-area{padding:0}.betterdocs-display-flex{display:flex;flex-direction:row}@media only screen and (max-width:767px){.betterdocs-display-flex{display:block}}.betterdocs-sidebar{flex:0 0 30%}.betterdocs-single-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar,.betterdocs-taxonomy-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar{max-width:400px}.betterdocs-content-area{flex:1 1 70%;padding:0 20px 20px}.betterdocs-wrapper{background-color:#fff;flex:auto}.betterdocs-wrapper.betterdocs-taxonomy-wrapper{background-color:#fff0}.betterdocs-wrapper.betterdocs-taxonomy-wrapper.betterdocs-archive-layout-7{background-color:#fff;margin:0 auto}.betterdocs-wrapper.betterdocs-single-wrapper{background-color:#f2f4f7}.betterdocs-wrapper.betterdocs-single-layout-8{background:#fff}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper{margin:0 auto;max-width:1400px;padding-bottom:0;padding-top:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper{gap:20px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-sidebar-layout-7{border-right:1px solid #eaecf0;z-index:1}@media only screen and (max-width:1024px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-sidebar-layout-7{grid-column:1/span 4}}@media only screen and (max-width:768px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-sidebar-layout-7{border-right:none;display:none;grid-column:1/span 12}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{padding:57px 10px 57px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{padding:30px 10px 40px 16px}}@media only screen and (max-width:1024px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{grid-column-start:5}}@media only screen and (max-width:767px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main{padding:0!important}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area{padding:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title{color:#1d2939;font-size:42px;font-weight:700;line-height:1.2em;margin:0;padding-bottom:24px;text-transform:unset}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title{font-size:30px;padding-bottom:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-content .betterdocs-print-pdf{display:none}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-author-date .update-date{border-top:none;margin:0;padding-top:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date{align-items:center;border-top:1px solid #eaecf0;display:flex;flex-direction:row;margin:24px 0 0;padding-top:16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date{margin:18px 0 0;padding-top:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date .update-date{color:#475467;font-size:14px;line-height:20px;margin-left:auto}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-print-date .update-date{font-size:12px;line-height:16px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-heading,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .related-articles-title{color:#1d2939;font-size:32px;font-weight:500;line-height:1.3em;margin:0;padding-bottom:20px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-heading,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .related-articles-title{font-size:24px;padding-bottom:16px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print{align-items:center;display:flex;gap:60px;justify-content:space-between;margin-right:8px;margin-top:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print{gap:50px;margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-tags a{background:#f2f4f7;border-radius:4px;color:#475467;font-size:14px;font-weight:400;line-height:20px;padding:4px 8px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-print-pdf-2 .betterdocs-print-btn-2{align-items:center;background:#f2f4f7;border-radius:4px;display:inline-flex;height:28px;justify-content:center;width:28px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-tags-print .betterdocs-print-pdf-2 .betterdocs-print-btn-2 svg{width:18px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions{display:flex;flex-direction:column;gap:20px;margin-top:40px;padding:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions{gap:16px;margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-heading .betterdocs-reactions-title-tag{color:#1d2939;font-size:32px;font-weight:500;line-height:1.3em;margin:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-heading .betterdocs-reactions-title-tag{font-size:24px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box{align-items:center;border:1px solid #eaecf0;border-radius:4px;display:flex;flex:1;gap:20px;justify-content:space-between;padding:40px 40px 40px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box{gap:16px;padding:30px 30px 30px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box p{color:#475467;font-size:18px;line-height:1.2em;margin:0;text-align:left}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box p.feedback-message{text-align:center}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box p{font-size:16px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2{align-items:center;display:flex;gap:16px;list-style:none}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2{gap:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li{position:relative}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li:hover .betterdocs-tooltip{opacity:1;visibility:visible}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji{align-items:center;background:#f2f4f7;border-radius:50%;display:inline-flex;height:40px;justify-content:center;width:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji{height:32px;width:32px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji:focus-visible,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji:focus-within{box-shadow:none;outline:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li a.betterdocs-emoji img{max-width:25px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li .betterdocs-tooltip{background:#fff;border-radius:10px;box-shadow:0 0 24px rgba(16,24,40,.031),0 0 36px rgba(16,24,40,.078);color:#667085;font-size:12px;font-weight:600;line-height:1.3em;opacity:0;padding:10px 12px;position:absolute;right:56px;text-align:center;top:50%;transform:translateY(-50%);transition:all .35s ease-in-out;visibility:hidden;width:70px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-article-reactions .betterdocs-article-reactions-box .layout-2 li .betterdocs-tooltip:after{border:8px solid #0000;border-left-color:#fff;content:"";height:10px;position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:16px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper{margin:40px 0 0;padding:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper{margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list{flex-direction:column;gap:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list{gap:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details{flex:70%;padding:12px;width:70%}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details{padding:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details a{display:inline-flex;gap:4px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-name{color:#000}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-size{color:#98a2b3}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front{margin:40px 0 0;padding:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front{margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list{flex-direction:column;gap:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list{gap:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li{border:none;flex:70%;gap:0;padding:0 0 0 18px;width:70%}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li{padding-left:14px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a{color:#667085;display:inline-flex;font-size:16px;font-weight:500;line-height:1.2em;position:relative;transition:.35s ease-in-out}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a{font-size:14px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:hover{color:#344054;text-decoration:underline}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:hover:before{background:#98a2b3}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:before{background:#eaecf0;border-radius:4px;content:"";height:14px;left:-18px;position:absolute;top:50%;transform:translateY(-50%);transition:.35s ease-in-out;width:14px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:before{height:12px;left:-14px;width:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li a:last-child,.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-related-articles-container-front .related-articles-list li svg{display:none}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share{display:flex;flex-flow:row wrap;flex-direction:column;gap:24px;margin-top:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share{gap:18px;margin-top:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-heading .betterdocs-social-share-title-tag{color:#1d2939;font-size:32px;font-weight:500;line-height:1.2em;margin:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-heading .betterdocs-social-share-title-tag{font-size:24px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links{align-items:center;border:1px solid #eaecf0;border-radius:4px;display:flex;flex:1;gap:16px;justify-content:flex-start;margin:0;padding:40px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links{gap:12px;padding:30px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li{cursor:pointer;flex:unset;list-style:none;margin:0;padding:0;text-align:center}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li{height:30px;width:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a{align-items:center;background:#eaecf0;border-radius:50%;display:inline-flex;height:40px;justify-content:center;width:40px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a{height:30px;width:30px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a img{height:24px;width:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .betterdocs-social-share .betterdocs-social-share-links li a img{height:18px;width:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form{align-items:center;border-top:1px solid #eaecf0;display:flex;justify-content:space-between;margin:40px 0;padding:16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form{margin:30px 0;padding:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form .update-date{color:#475467;font-size:14px;font-style:italic}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-footer .feedback-update-form .update-date{font-size:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation{align-items:center;background-color:#f9fafb;border-radius:4px;display:flex;gap:10px;justify-content:space-between;margin:40px 0;padding:14px 16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation{margin:30px 0;padding:10px 12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation a{color:#344054;display:inline-flex;font-size:14px;margin:0}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation a{font-size:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .docs-navigation a svg{fill:#667085}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right{padding-left:0;padding-top:54px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right{padding-top:34px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container{padding-bottom:80px;padding-left:20px;top:50px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container{padding-bottom:50px;padding-left:20px;top:40px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content{display:flex;flex-direction:column}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc{display:inline-flex;flex:1;flex-direction:column;max-height:100vh;overflow-y:auto;padding:0;position:sticky;top:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc .toc-title{color:#667085;font-size:16px;line-height:26px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc .toc-title{font-size:14px;line-height:22px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul{display:flex;flex-direction:column;gap:12px;padding-left:18px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul{gap:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc{padding-top:16px;position:relative}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc{padding-top:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc:before{background:#d0d5dd;content:"";height:100%;left:6px;position:absolute;top:0;width:1px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li{padding:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a{color:#667085;display:inline-flex;font-size:14px;font-weight:500;line-height:22px;padding:8px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a{font-size:12px;line-height:18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active{color:#344054}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active:after{background:#a1dcc0;border-radius:4px;content:"";height:2em;left:5px;position:absolute;width:4px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a:before{display:none}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li ul li a.active:after{background:#a1dcc0;border-radius:4px;content:"";height:2em;left:5px;position:absolute;width:4px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc.toc-list-number ul li a:before{display:block;margin-right:2px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions{background-color:#f9fafb;border-radius:4px;margin-top:24px;padding:32px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions{margin-top:30px;padding:22px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar{gap:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-reactions-title-tag{color:#667085;font-size:1em;margin:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links{align-items:center;display:flex;gap:12px;list-style:none}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links{gap:8px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li{align-items:center;background-color:#0000;border-radius:4px;cursor:pointer;display:flex;gap:4px;justify-content:center;padding:8px;transition:.35s ease-in-out}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a{display:inline-flex}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a svg{height:16px;width:16px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a svg{height:14px;width:14px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li a img{max-width:16px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li:hover{background-color:#eaecf0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li .betterdocs-tooltip{color:#667085;font-size:14px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links li .betterdocs-tooltip{font-size:12px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-article-reactions .betterdocs-article-reactions-sidebar .betterdocs-article-reaction-links.layout-3 li a{align-items:center;display:flex;gap:5px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share{background-color:#f9fafb;border-radius:4px;display:flex;flex-direction:column;gap:12px;margin-top:40px;padding:32px 24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share{gap:8px;margin-top:18px;padding:22px 18px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-heading .betterdocs-social-share-title-tag{color:#667085;font-size:1em;margin:0}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links{align-items:center;gap:8px;justify-content:flex-start}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li{cursor:pointer;flex:unset;height:24px;padding:0;width:24px}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li img{vertical-align:inherit}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li{height:20px;width:20px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li a{align-items:center;background:#eaecf0;border-radius:50%;display:inline-flex;height:24px;justify-content:center;width:24px}@media only screen and (max-width:1280px){.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li a{height:20px;width:20px}}.betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-social-share .betterdocs-social-share-links li a img{height:15px;width:15px}.betterdocs-wrapper button{border:none}.betterdocs-wrapper button:focus{outline:none}.betterdocs-author-date{align-items:center;border-bottom:1px solid #eaecf0;border-top:1px solid #eaecf0;display:flex;gap:30px;justify-content:space-between;margin-bottom:32px;padding:16px}@media only screen and (max-width:1280px){.betterdocs-author-date{gap:20px;margin-top:18px;padding:12px}}.betterdocs-author-date .betterdocs-author{align-items:center;display:flex;gap:16px}@media only screen and (max-width:1280px){.betterdocs-author-date .betterdocs-author{gap:12px}}.betterdocs-author-date .betterdocs-author .author-avatar img{border-radius:50%;height:40px;max-width:100%;width:40px}@media only screen and (max-width:1280px){.betterdocs-author-date .betterdocs-author .author-avatar img{height:32px;width:32px}}.betterdocs-author-date .betterdocs-author>span{color:#667085;font-size:16px}@media only screen and (max-width:1280px){.betterdocs-author-date .betterdocs-author>span{font-size:14px}}.betterdocs-author-date .update-date{align-items:center;border-top:none;color:#475467;display:flex;font-size:14px;justify-content:flex-end;line-height:20px;margin:0;padding-top:0}.betterdocs-category-list-view-wrapper.betterdocs-shortcode>.layout-flex{flex-direction:column}.betterdocs-single-layout-8.betterdocs-single-layout-9 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content{display:flex;flex-direction:column}.betterdocs-single-layout-8.betterdocs-single-layout-9 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc{display:inline-flex;flex:1;flex-direction:column;max-height:50vh;overflow-y:auto;padding:0;position:sticky;top:0}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right{max-width:270px}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc .toc-title{padding:0 8px}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul{padding-left:0}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul.betterdocs-hierarchial-toc:before{display:none}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li{padding:0}.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active,.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a:hover{background-color:#e8fff4}.betterdocs-mobile-nav,.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc ul li a.active:after,.betterdocs-single-layout-8.betterdocs-single-layout-10 .betterdocs-content-wrapper .betterdocs-full-sidebar-right .right-sidebar-toc-container .simplebar-content .betterdocs-toc.toc-list-number ul li a:before{display:none}@media only screen and (max-width:768px){.betterdocs-mobile-nav{align-items:center;border-bottom:1px solid #eaecf0;border-top:1px solid #eaecf0;display:flex;gap:20px;justify-content:space-between;margin-bottom:32px;margin-top:18px;padding:12px}}.betterdocs-mobile-nav .betterdocs-sidebar-icon{align-items:center;display:flex;justify-content:center}.betterdocs-mobile-nav .betterdocs-sidebar-icon span{color:#667085;font-size:14px;font-weight:400;line-height:20px;text-align:left}.betterdocs-mobile-nav .betterdocs-mobile-nav-icon-svg{align-items:center;background-color:#eaecf0;border-radius:50%;display:flex;height:32px;justify-content:center;margin-right:9px;width:32px}.betterdocs-mobile-sidebar-wrapper{background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.betterdocs-mobile-sidebar-wrapper .betterdocs-full-sidebar-left,.betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar-layout-1,.betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar.betterdocs-sidebar-layout-6{background-color:#fff;bottom:0;box-shadow:0 25px 50px -6px #00000040;display:block;left:-300px;overflow-y:auto;position:fixed;right:auto;top:0;width:300px;z-index:2}.betterdocs-mobile-toc-wrapper{background-color:#00000080;display:none;height:100%;position:fixed;right:0;top:0;width:100%;z-index:999}.betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right{background-color:#fff;bottom:0;box-shadow:0 25px 50px -6px #00000040;display:block;left:auto;overflow-y:auto;position:fixed;right:-300px;top:0;width:300px;z-index:2}.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-full-sidebar-left,.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right,.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar-layout-1,.admin-bar .betterdocs-mobile-sidebar-wrapper .betterdocs-sidebar.betterdocs-sidebar-layout-6{padding-top:46px!important}.admin-bar .betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right{padding-top:56px!important}.admin-bar .betterdocs-mobile-toc-wrapper .betterdocs-full-sidebar-right .betterdocs-toc{padding-right:20px!important}.archive.post-type-archive-docs .site-content>.ast-container,.archive.tax-doc_category .site-content>.ast-container,.archive.tax-doc_tag .site-content>.ast-container,.archive.tax-knowledge_base .site-content>.ast-container,body.single-docs .site-content>.ast-container{max-width:none;padding:0}.entry-content .betterdocs-articles-list{padding:0}.ast-single-post .entry-content .betterdocs-footer a,.ast-single-post .entry-content .betterdocs-footer button{text-decoration:none}.betterdocs-article-summary{background-color:#fff;border:1px solid #eaecf0;border-radius:8px;margin:20px 0;overflow:hidden;width:100%}.betterdocs-article-summary .betterdocs-summary-header{background:#f9fafb;cursor:pointer;padding:15px 20px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title{align-items:center;color:#344054;display:flex;font-size:18px;font-weight:500;gap:10px;justify-content:space-between;margin:0}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .title-content{align-items:center;display:flex;gap:10px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow{flex-shrink:0;margin-left:auto}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow .angle-icon{flex-shrink:0;height:14px;transition:transform .2s ease;width:14px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow .angle-icon.angle-right{display:block}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title .betterdocs-summary-arrow .angle-icon.angle-down{display:none}.betterdocs-article-summary .betterdocs-summary-content{padding:20px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-loading{align-items:center;color:#7f8c8d;display:flex;font-size:14px;font-style:italic;gap:1px;text-align:left}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-loading img{display:inline-block;height:auto;width:30px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content{color:#4d4d4d;line-height:1.6}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content p{color:#4d4d4d;margin-bottom:12px;margin-top:0}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content p:last-child{margin-bottom:0}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ol,.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ul{margin:12px 0;padding-left:20px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ol li,.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-content ul li{margin-bottom:6px}.betterdocs-article-summary .betterdocs-summary-content .betterdocs-summary-text .summary-error{background:#fdf2f2;border:1px solid #f5c6cb;border-radius:4px;color:#e74c3c;font-size:14px;font-style:italic;margin:0;padding:10px;text-align:center}@media only screen and (max-width:767px){.betterdocs-article-summary{margin:15px 0}.betterdocs-article-summary .betterdocs-summary-header{padding:12px 15px}.betterdocs-article-summary .betterdocs-summary-header .betterdocs-summary-title{font-size:15px}.betterdocs-article-summary .betterdocs-summary-content{padding:15px}}[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; width: auto;
visibility: visible;
overflow: auto; max-width: 100%; max-height: 100%; }
.simplebar-content:before,
.simplebar-content:after {
content: " ";
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: 100%;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 2px;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: black;
border-radius: 3px;
left: 0;
right: 0;
opacity: 0;
transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before { opacity: 0.5;
transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
} [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
right: auto;
left: 0;
}
.hs-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
}kc[data-model] > .crumina-our-video > .full-block {
left: -15px;
right: -15px;
}
.kc[data-model] {
height: 100%;
}
.kc-container {
position: relative;
z-index: 1;
}
@media (max-width: 800px) {
.kc_row:not(.kc_row_inner) {
padding: 60px 0;
}
}
@media (max-width: 360px) {
.kc_row:not(.kc_row_inner) {
padding: 30px 0;
}
}
.kc_row_inner + .kc_row_inner {
margin-top: 40px;
}
@media (max-width: 640px) {
.kc_row_inner + .kc_row_inner {
margin-top: 0;
}
}
.kc-col-inner-container > .kc-elm {
margin-bottom: 30px;
}
.kc-col-inner-container > .kc-elm:last-child {
margin-bottom: 0;
}
.kc-col-inner-container > .kc-elm p:last-child {
margin-bottom: 0;
}
@media (max-width: 768px) {
.kc-col-inner-container > .kc-elm.product-description-solution {
margin-top: 0;
margin-bottom: 60px;
}
}
.kc-col-container > .kc-elm + .kc-elm,
.kc-col-container > .kc-elm + .kc[data-model],
.kc-col-container > .kc[data-model] + .kc-elm,
.kc-col-container > .kc[data-model] + .kc[data-model] {
margin-top: 30px;
}
.kc-col-container > .kc-elm {
margin-bottom: 0;
}
@media (max-width: 799px) {
body.kc-css-system .kc_column_inner.col-sm-6:nth-child(2),
body.kc-css-system .kc_column.col-sm-6:nth-child(2) {
margin-top: 0;
}
}
@media (max-width: 640px) {
body.kc-css-system .kc_column_inner.col-sm-6:nth-child(2),
body.kc-css-system .kc_column.col-sm-6:nth-child(2) {
margin-top: 30px;
}
}
@media (max-width: 570px) {
body.kc-css-system .kc_column.col-xs-12 {
width: 100%;
}
}
@media (max-width: 768px) {
body.crumina-grid .kc_column_inner + .kc_column_inner.col-sm-12 {
margin-top: 40px;
}
body.crumina-grid .kc_column_inner + .kc_column_inner.col-sm-6:nth-child(n+3) {
margin-top: 40px;
}
body.crumina-grid .kc_column_inner + .kc_column_inner.col-sm-6:nth-child(odd) {
clear: left;
}
body.crumina-grid .kc_column + .kc_column {
margin-top: 30px;
}
}
@media (max-width: 768px) {
body.crumina-grid .kc_column + .kc_column {
margin-top: 30px;
}
}
body.crumina-grid .kc_col-of-5 {
width: 20%;
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (max-width: 800px) {
body.crumina-grid .kc_col-of-5 {
width: 50%;
}
}
@media (max-width: 570px) {
body.crumina-grid .kc_col-of-5 {
width: 100%;
}
}
@media (max-width: 800px) {
body.crumina-grid * > .kc_col-of-5:last-child {
width: 100%;
}
}
@media (max-width: 799px) {
body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
width: 33.3333%;
}
}
@media (max-width: 600px) {
body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
width: 100%;
}
}
@media (max-width: 768px) {
body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
margin-top: 0;
}
}
@media (max-width: 600px) {
body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
margin-top: 40px;
}
}  * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.front i, .back i {
display: inline-block;
}
div {
display: block;
}
.kc-elm {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kc_col-sm-1 {
width: 8.33333%;
}
.kc_col-sm-2 {
width: 16.6667%;
}
div.kc_col-of-5 {
width: 20%;
float: left;
}
.kc_col-sm-3 {
width: 25%;
}
.kc_col-sm-4 {
width: 33.3333%;
}
.kc_col-sm-5 {
width: 41.6667%;
}
.kc_col-sm-6 {
width: 50%;
}
.kc_col-sm-7 {
width: 58.3333%;
}
.kc_col-sm-8 {
width: 66.6667%;
}
.kc_col-sm-9 {
width: 75%;
}
.kc_col-sm-10 {
width: 83.3333%;
}
.kc_col-sm-11 {
width: 91.6667%;
}
.kc_col-sm-12 {
width: 100%;
}
.kc-container {
width: 100%;
max-width: 1170px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kc-row-container:not(.kc-container) {
padding-left: 0;
padding-right: 0;
width: 100%;
max-width: 100%;
}
.kc_column {
position: relative;
}
.kc-infinite-loop {
text-align: center;
padding: 50px;
font-size: 18px;
color: red;
width: 100%;
display: inline-block;
}
.kc_row:not(.kc_row_inner) {
clear: both;
float: left;
width: 100%;
}
.kc_wrap-video-bg {
height: 100%;
left: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns {
margin-left: -15px;
margin-right: -15px;
clear: both;
}
.kc_row.kc_row_inner {
width: -webkit-calc(100% + 30px);
width: calc(100% + 30px);
}
.kc_tab_content > .kc_row_inner {
width: 100%;
margin: 0px;
}
.kc_column, .kc_column_inner {
min-height: 1px;
position: relative;
padding-right: 15px;
padding-left: 15px;
float: left;
}
.kc_column > .kc-col-container, .kc_column_inner > .kc-col-inner-container {
height: 100%;
}
.kingcomposer div.kc_column_inner, .kingcomposer div.kc_column {
clear: none;
}
.kc_row_inner > div.kc_column_inner:only-child {
width: 100%;
}
.kc_clfw {
width: 100% !important;
clear: both !important;
display: block !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
.kc-col-container {
clear: both;
display: inline-block;
width: 100%;
}
section[data-kc-fullheight] {
min-height: 100vh;
}
html body section[data-kc-parallax="true"] {
background-position: 50% 0;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}
section[data-kc-fullwidth] {
margin-left: 0 !important;
margin-right: 0 !important;
position: relative;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
body section[data-kc-equalheight="true"], body section[data-kc-equalheight="true"] > .kc-container, body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
width: 100%;
}
body div.kc_row_inner[data-kc-equalheight="true"] {
width: -webkit-calc(100% + 30px);
width: calc(100% + 30px);
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body section[data-kc-equalheight-align="middle"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body section[data-kc-equalheight-align="middle"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body section[data-kc-equalheight-align="bottom"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body div[data-kc-equalheight-align="middle"] > .kc_column_inner > .kc_wrapper,
body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
width: 100%;
}
body div.kc_row_inner[data-kc-equalheight="true"] > .kc_column_inner > .kc_wrapper.kc_row_inner {
height: 100%;
}
body section[data-kc-equalheight-align="middle"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align="middle"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body div[data-kc-equalheight-align="middle"] > .kc_column_inner > .kc_wrapper {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
body section[data-kc-equalheight-align="bottom"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align="bottom"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
body section[data-kc-fullheight="middle-content"], body section[data-kc-fullheight="middle-content"] > .kc-row-container, body section[data-kc-fullheight="middle-content"] > .kc-container {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: initial;
margin-right: initial;
}
.kc-off-notice {
width: 100%;
padding: 10px;
text-align: left;
background-color: #e9e385;
color: #333;
font-size: 14px;
}
.kc-off-notice a {
text-transform: capitalize;
text-decoration: underline;
}
@media screen and (min-width: 999px) {
.kc_row_inner, .kc-row-container .kc-wrap-columns {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
width: 100%;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns {
width: -webkit-calc(100% + 30px);
width: calc(100% + 30px);
}
}
@media screen and (max-width: 767px) {
body.kc-css-system .kc_column, body.kc-css-system .kc_column_inner {
width: 100%;
}
div.kc_row {
display: block;
}
}
.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow,
.kc_facebook_recent_post.kc_shortcode .fb-button-profile {
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 10px 30px;
font-size: 15px;
text-transform: uppercase;
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
border-radius: 50px;
position: relative;
transition: all .3s ease;
text-align: center;
}
.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow:hover,
.kc_facebook_recent_post.kc_shortcode .fb-button-profile:hover {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.message-boxes .message-box-wrap {
border-radius: 30px;
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
border: none;
margin: 15px 0;
font-size: 16px;
}
.message-boxes .message-box-wrap .kc-close-but {
position: relative;
}
.message-boxes .message-box-wrap .kc-close-but:after {
content: '\f00d';
display: block;
position: absolute;
font-family: FontAwesome;
color: #fff;
left: 0;
top: 0;
font-size: 16px;
line-height: 1;
}
.kc-multi-icons-wrapper button {
padding: 10px;
margin: 3px;
line-height: 1;
display: inline-block;
border-radius: 3px;
cursor: pointer;
background-color: var(--secondary-accent-color);
} .kc_tabs {
display: inline-block;
width: 100%;
}
.kc_wrapper.ui-tabs {
width: 100%;
display: inline-block;
}
.kc_vertical_tabs > .kc_wrapper.ui-tabs {
border: none;
}
.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
margin: 0;
}
ul.kc-tabs-slider-nav li {
display: inline-block;
cursor: pointer;
padding: 8px 15px;
}
ul.kc-tabs-slider-nav li.kc-title-active {
background: #ddd;
}
.kc_tabs_nav, .nav-pills {
*zoom: 1;
line-height: 45px;
margin: 0;
padding: 0;
}
.kc_tabs_nav:before, .nav-pills:before, .kc_tabs_nav:after, .nav-pills:after {
display: table;
line-height: 0;
content: "";
}
.kc_tabs_nav:after, .nav-pills:after {
clear: both;
}
.kc_tabs_nav ~ .kc_tab {
overflow: hidden;
float: left;
width: 100%;
height: 0;
}
html body.kc-css-system .kc_tabs_nav ~ .kc_tab:not(.ui-tabs-body-active) {
margin: 0 !important;
padding: 0 !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: #ddd;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content {
padding: 30px 30px 15px;
}
.kc_tabs_nav > li, .nav-pills > li {
float: left;
}
.kc_tabs_nav > li > a, .nav-pills > li > a {
padding: 0 30px;
text-decoration: none;
outline: none;
display: block;
line-height: 50px;
color: #6b6b6b;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
background: #eee;
float: left;
min-height: 50px;
margin: 0;
width: 100%;
}
.kc_tabs_nav {
border-right: 0 !important;
border-bottom: 0 !important;
border-top: 0 !important;
}
.kc_tabs_nav > li {
list-style: none;
border-right: 1px solid #fff;
border-left: none !important;
border-bottom: none !important;
}
.kc_tabs_nav > li {
margin: 0;
float: left;
color: #333;
box-shadow: none;
cursor: pointer;
}
.kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover, .kc_tabs_nav > .ui-tabs-active > a {
background-color: #ddd;
color: #333;
}
.kc_tabs_nav > .ui-tabs-active, .kc_tabs_nav > .ui-tabs-active:hover, .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > .ui-tabs-active > a:hover {
color: #555555;
display: block;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
float: left;
margin: 0;
padding: 0;
position: relative;
width: 25%;
z-index: 10;
right: 0;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
border-right: none;
right: 0;
left: 0;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
float: left;
width: 75%;
height: 0;
overflow: hidden;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
height: inherit;
border: 1px solid #ddd;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
list-style: outside none none;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
list-style: outside none none;
border: 1px solid #ddd;
}
.kc_wrapper > ul.ui-tabs-nav > li {
overflow: hidden;
}
.kc_vertical_tabs:not(.tabs_right) > .kc_wrapper > ul.ui-tabs-nav > li {
border-right: 0 !important;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li {
border-left: 0 !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li:not(:last-child) {
border-bottom: 0 !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a:hover, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover {
border: none;
background: #f7f7f7;
margin-left: 0px;
color: #333;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
display: block;
padding: 12px 0 12px 20px;
outline: none;
text-decoration: none;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
float: right;
}
.kc-video-inner iframe {
margin-bottom: 0px;
}
.kc_accordion_content {
padding-bottom: 0px;
padding-bottom: 0px;
border-left: 1px solid #eaeaea;
color: #727272;
border-right: 1px solid #eaeaea;
display: none;
}
.kc_accordion_content.ui-state-body-active {
height: inherit !important;
}
.kc_accordion_section > .kc_accordion_header {
position: relative;
cursor: pointer;
min-height: 30px;
line-height: 30px;
font-weight: bold;
font-size: inherit;
margin-top: 0;
margin-bottom: -1px;
float: left;
width: 100%;
border: 1px solid #e0e0e0;
}
.kc_accordion_section > .ui-state-active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
}
.kc_accordion_header > span.ui-accordion-header-icon {
float: right;
font-family: 'simple-line-icons';
margin: 17px;
color: #aaa;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.kc_accordion_header > span.ui-accordion-header-icon:before {
content: "\e604";
}
.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
content: "\e607";
}
.kc_accordion_header > a {
display: block;
font-size: 15px;
padding: 10px 15px;
text-decoration: none;
outline: none;
font-weight: normal;
border: none;
}
.kc_accordion_header > a {
cursor: pointer;
}
.kc_accordion_content .kc-panel-body {
padding: 15px;
float: left;
width: 100%;
}
.kc_wrapper > .kc_tabs_nav.ui-tabs-nav {
border-radius: 50px 50px 0 0;
overflow: hidden;
float: left;
width: auto !important;
}
@media (max-width: 1024px) {
.kc_wrapper > .kc_tabs_nav.ui-tabs-nav {
border-radius: 15px 15px 0 0;
}
}
.ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content {
overflow: hidden;
padding: 40px 20px;
background-color: var(--ss-light-gray-color);
}
.ui-tabs .kc_tabs_nav > .ui-tabs-active a {
background-color: var(--ss-light-gray-color);
color: var(--primary-accent-color);
}
.ui-tabs .kc_tabs_nav > .ui-tabs-active a:hover {
color: var(--primary-accent-color);
}
.ui-tabs .kc_tabs_nav > .ui-tabs-active a:before {
opacity: 1;
}
.ui-tabs .kc_tabs_nav > li > a {
padding: 25px 70px;
text-align: center;
text-transform: uppercase;
position: relative;
font-size: 18px;
line-height: 1;
color: #2f2c2c;
transition: all .3s ease;
}
.ui-tabs .kc_tabs_nav > li > a:hover {
color: #2f2c2c;
}
.ui-tabs .kc_tabs_nav > li > a:before {
content: '';
display: block;
width: 60%;
height: 2px;
position: absolute;
background-color: var(--primary-accent-color);
top: 0;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
opacity: 0;
transition: all .3s ease;
}
.ui-tabs .kc_tabs_nav > li:hover {
background-color: transparent;
}
@media (max-width: 1024px) {
.ui-tabs .kc_tabs_nav > li {
padding: 15px 30px;
font-size: 16px;
}
}
@media (max-width: 480px) {
.ui-tabs .kc_tabs_nav > li {
width: 100%;
}
}
.ui-tabs .kc_text_block p {
color: #acacac;
}
.ui-tabs .kc_tabs_nav ~ .kc_tab {
transition: all .3s ease;
}
@media (max-width: 1024px) {
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
min-width: 0;
}
}
@media (max-width: 768px) {
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
text-align: center;
float: none;
width: 100%;
}
}
@media (max-width: 768px) {
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
float: none;
width: 100%;
}
}
@media (max-width: 768px) {
.kc_vertical_tabs:not(.tabs_right) > .kc_wrapper > ul.ui-tabs-nav > li {
border-right: 1px solid #ddd !important;
}
}
.kc_image_gallery.kc-grid {
width: 100%;
overflow: hidden;
}
.kc_image_gallery.kc-grid .item-grid {
float: left;
position: relative;
padding-right: 10px;
padding-bottom: 10px;
}
.kc-grid .item-grid a {
position: relative;
display: block;
}
.kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
background: rgba(0, 0, 0, 0.2);
}
.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay {
opacity: 1;
}
.kc_image_gallery.kc-grid .item-grid img {
display: block;
}
.kc_image_gallery.kc-grid .item-grid {
width: 25%;
}
.kc_image_gallery.kc-grid .item-grid.grid-2 {
width: 50%;
}
.kc_image_gallery.kc-grid .item-grid.grid-3 {
width: 32.7%;
}
.kc_image_gallery.kc-grid .item-grid.grid-4 {
width: 25%;
}
.kc_image_gallery.kc-grid.masonry .item-grid.grid-4 {
width: 24.8%;
}
.kc_image_gallery.kc-grid .item-grid.grid-5 {
width: 20%;
}
.kc_image_gallery.kc-grid .item-grid.grid-6 {
width: 16.66666666666666%;
}
.kc_image_gallery.kc-grid .item-grid img {
max-width: 100%;
border-image-width: 0;
}
.kc_image_gallery {
clear: both;
}
.kc_single_image {
max-width: 100%;
width: 100%;
position: relative;
}
.kc_single_image figure {
position: relative;
}
.kc_single_image > a {
width: 100%;
float: left;
position: relative;
}
.kc_single_image p {
margin: 10px 0;
float: left;
width: 100%;
}
.kc_image_empty {
max-width: 100%;
}
.kc-image-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: all 0.6s ease;
opacity: 0;
}
.kc-image-overlay i {
font-size: 25px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transition: all 0.3s ease;
border: 2px solid #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
}
.kc-image-overlay:hover i {
border-radius: 10px;
}
.kc_single_image:hover .kc-image-overlay {
background: rgba(58, 52, 42, 0.7);
opacity: 1;
}
.particles-js-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
min-height: 100%;
max-height: 100vh;
}
.particles-js-canvas-el {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
max-height: 100%;
}
.kc_row_relative {
position: relative;
}
.divider_line2 i,.divider_line3 .line_text {
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.divider_line {
float: left;
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
}
.divider_line .divider_inner {
display: inline-block;
width: 100%;
border-bottom: 1px solid #ccc;
border-top: 0!important;
border-left: 0!important;
border-right: 0!important;
}
.divider_line2 {
height: 1px;
position: relative;
}
.divider_line2 i {
color: #fff;
width: 27px;
height: 27px;
border-radius: 100%;
background-color: #d3d3d3;
text-align: center;
vertical-align: middle;
line-height: 27px;
position: absolute;
}
.divider_line3 {
position: relative;
}
.divider_line3 .line_text {
text-transform: uppercase;
background: #fff;
padding: 0 10px;
position: absolute;
}
.crumina-grid .owl-theme .owl-controls .owl-buttons div {
padding: 10px 20px;
font-size: 12px;
transition: all .3s ease;
}
.crumina-grid .owl-theme.owl-nav-arrow .owl-controls .owl-buttons div {
background-color: transparent;
}
.crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div {
background-color: transparent;
}
.owl-carousel .owl-item {
text-align: center;
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
position: absolute;
top: 50%;
width: 40px;
height: 50px;
margin-top: -25px;
background: transparent;
opacity: 0;
left: 50px;
color: transparent;
transition: all 0.3s ease;
padding: 0;
z-index: 9;
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
right: 50px;
left: initial;
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
content: "\e605";
color: #999;
transition: all 0.6s ease;
font-family: 'simple-line-icons';
font-size: 50px;
line-height: 50px;
font-weight: 100;
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before {
content: "\e606";
}
.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div {
opacity: 1;
left: 15px;
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
color: #666;
}
.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
right: 15px;
left: initial;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
position: absolute;
top: 50%;
width: 40px;
height: 40px;
margin-top: -25px;
background: #fafafa;
opacity: 0;
left: 50px;
color: transparent;
transition: all 0.3s ease;
padding: 0;
border: 1px solid #aaa;
border-radius: 100%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
color: #fff;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
right: 50px;
left: initial;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
content: "\e605";
color: #999;
transition: all 0.6s ease;
font-family: 'simple-line-icons';
font-size: 20px;
line-height: 40px;
font-weight: 100;
width: 40px;
height: 40px;
text-align: left;
display: block;
padding-left: 8px;
margin-top: -1px;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before {
content: "\e606";
padding-right: 8px;
text-align: right;
}
.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div {
opacity: 1;
left: 15px;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before {
color: #fff;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover {
border-color: #fff;
}
.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
right: 15px;
left: initial;
}
.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page span {
display: inline-block;
width: 10px;
height: 10px;
margin: auto 5px;
border-radius: 50%;
cursor: pointer;
transition: all .3s ease;
background-color: #d7d7d7;
opacity: 1;
}
.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page.active span {
background-color: transparent;
border: 2px solid var(--primary-accent-color);
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev {
transition: all .3s ease;
position: relative;
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:before {
content: '\e936';
display: block;
position: absolute;
font-family: 'seosight';
font-size: 10px;
color: #2f2c2c;
left: -12px;
top: 2px;
transition: all .3s ease;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover {
background-color: var(--primary-accent-color);
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover:before {
left: -15px;
color: var(--primary-accent-color);
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next {
transition: all .3s ease;
position: relative;
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:after {
content: '\e936';
display: block;
position: absolute;
font-family: 'seosight';
font-size: 10px;
color: #2f2c2c;
right: -12px;
top: 2px;
transition: all .3s ease;
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover {
background-color: var(--primary-accent-color);
}
.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover:after {
right: -15px;
color: var(--primary-accent-color);
}
.pagination-vertical .kc_row_inner.section-padding {
padding: 0;
}
.crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover,
.crumina-grid .owl-theme .owl-controls .owl-buttons div {
background-color: var(--primary-accent-color);
}* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
display: table;
content: " ";
width: 100%; }
.table {
display: table;
width: 100%; }
.table-cell {
display: table-cell;
vertical-align: middle;
float: none; }
@media (max-width: 640px) {
.table-cell {
display: block;
float: left; } }
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 768px) {
.container {
width: 710px; } }
@media (min-width: 992px) {
.container {
width: 965px; } }
@media (min-width: 1200px) {
.container {
width: 1200px; } }
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
margin-right: -15px;
margin-left: -15px; }
.row.m-0 {
margin: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
.col-lg-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0; } }
@media (min-width: 800px) and (max-width: 1199px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0; } }
.kc-elm.small-section, .crumina-module.small-section {
max-width: 750px;
margin: 0 auto;
float: none; }
.kc-elm.small-section-f-left, .crumina-module.small-section-f-left {
max-width: 750px;
float: left; }
.kc-elm.medium-section, .crumina-module.medium-section {
max-width: 900px;
margin: 0 auto;
float: none; }
.float-none{
float: none;
}.plyr input[type=range]:focus, .plyr:focus {
outline: 0; }
.plyr .plyr__video-embed iframe, .plyr__tooltip {
pointer-events: none; }
@-webkit-keyframes plyr-progress {
to {
background-position: 25px 0; } }
@keyframes plyr-progress {
to {
background-position: 25px 0; } }
.plyr {
position: relative;
max-width: 100%;
min-width: 200px;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction: ltr; }
.plyr, .plyr *, .plyr ::after, .plyr ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.plyr a, .plyr button, .plyr input, .plyr label {
-ms-touch-action: manipulation;
touch-action: manipulation; }
.plyr audio, .plyr video {
width: 100%;
height: auto;
vertical-align: middle;
-webkit-border-radius: inherit;
border-radius: inherit; }
.plyr input[type=range] {
display: block;
height: 20px;
width: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
border: none;
background: 0 0; }
.plyr input[type=range]::-webkit-slider-runnable-track {
height: 8px;
background: 0 0;
border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-user-select: none;
user-select: none; }
.plyr input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: -4px;
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
-o-transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.plyr input[type=range]::-moz-range-track {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-moz-user-select: none;
user-select: none; }
.plyr input[type=range]::-moz-range-thumb {
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
-o-transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box; }
.plyr input[type=range]::-ms-track {
height: 8px;
background: 0 0;
border: 0;
color: transparent; }
.plyr input[type=range]::-ms-fill-upper {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none; }
.plyr input[type=range]::-ms-fill-lower {
height: 8px;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
background: #3498db; }
.plyr input[type=range]::-ms-thumb {
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
-o-transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
margin-top: 0; }
.plyr input[type=range]::-ms-tooltip {
display: none; }
.plyr input[type=range]::-moz-focus-outer {
border: 0; }
.plyr input[type=range].tab-focus:focus {
outline-offset: 3px; }
.plyr input[type=range]:active::-webkit-slider-thumb {
background: #3498db;
border-color: #fff;
-webkit-transform: scale(1.25);
transform: scale(1.25); }
.plyr input[type=range]:active::-moz-range-thumb {
background: #3498db;
border-color: #fff;
transform: scale(1.25); }
.plyr input[type=range]:active::-ms-thumb {
background: #3498db;
border-color: #fff;
-ms-transform: scale(1.25);
transform: scale(1.25); }
.plyr--video input[type=range].tab-focus:focus {
outline: rgba(255, 255, 255, 0.5) dotted 1px; }
.plyr--audio input[type=range].tab-focus:focus {
outline: rgba(86, 93, 100, 0.5) dotted 1px; }
.plyr__sr-only {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute !important;
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important; }
.plyr__video-wrapper {
position: relative;
background: #000;
-webkit-border-radius: inherit;
border-radius: inherit; }
.plyr__video-embed {
padding-bottom: 56.25%;
height: 0;
-webkit-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
z-index: 0; }
.plyr__video-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.plyr__video-embed > div {
position: relative;
padding-bottom: 200%;
-webkit-transform: translateY(-35.95%);
-ms-transform: translateY(-35.95%);
transform: translateY(-35.95%); }
.plyr video::-webkit-media-text-track-container {
display: none; }
.plyr__captions {
display: none;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
-o-transition: transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
color: #fff;
font-size: 16px;
text-align: center;
font-weight: 400; }
.plyr__captions span {
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 3px 10px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
line-height: 150%; }
.plyr__captions span:empty {
display: none; }
@media (min-width: 768px) {
.plyr__captions {
font-size: 24px; } }
.plyr--captions-active .plyr__captions {
display: block; }
.plyr--hide-controls .plyr__captions {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px); }
@media (min-width: 1024px) {
.plyr--fullscreen-active .plyr__captions {
font-size: 32px; } }
.plyr ::-webkit-media-controls {
display: none; }
.plyr__controls {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
line-height: 1;
text-align: center; }
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
margin-left: 5px; }
.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
margin-left: 0; }
.plyr__controls .plyr__volume {
margin-left: 5px; }
.plyr__controls [data-plyr=pause] {
margin-left: 0; }
.plyr__controls button {
position: relative;
display: inline-block;
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
overflow: visible;
vertical-align: middle;
padding: 7px;
border: 0;
background: 0 0;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
-webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
-o-transition: background .3s ease,color .3s ease,opacity .3s ease;
transition: background .3s ease,color .3s ease,opacity .3s ease;
color: inherit; }
.plyr__controls button svg {
width: 18px;
height: 18px;
display: block;
fill: currentColor; }
.plyr__controls button:focus {
outline: 0; }
.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
display: none; }
@media (min-width: 480px) {
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
margin-left: 10px; } }
.plyr--hide-controls .plyr__controls {
opacity: 0;
pointer-events: none; }
.plyr--video .plyr__controls {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
padding: 50px 10px 10px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
color: #fff;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease; }
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
background: #3498db;
color: #fff; }
.plyr--audio .plyr__controls {
padding: 10px;
-webkit-border-radius: inherit;
border-radius: inherit;
background: #fff;
border: 1px solid #dbe3e8;
color: #565D64; }
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
background: #3498db;
color: #fff; }
.plyr__play-large {
display: none;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 10px;
border: 4px solid currentColor;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }
.plyr__play-large svg {
position: relative;
left: 2px;
width: 20px;
height: 20px;
display: block;
fill: currentColor; }
.plyr__play-large:focus {
outline: rgba(255, 255, 255, 0.5) dotted 1px; }
.plyr .plyr__play-large {
display: inline-block;
cursor: pointer; }
.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
display: none; }
.plyr--playing .plyr__play-large {
opacity: 0;
visibility: hidden; }
.plyr--playing .plyr__controls [data-plyr=pause] {
display: inline-block; }
.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
display: block; }
.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
display: none; }
.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
display: inline-block; }
.plyr__tooltip {
position: absolute;
z-index: 2;
bottom: 100%;
margin-bottom: 10px;
padding: 5px 7.5px;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 14px;
line-height: 1.3;
-webkit-transform: translate(-50%, 10px) scale(0.8);
-ms-transform: translate(-50%, 10px) scale(0.8);
transform: translate(-50%, 10px) scale(0.8);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
-o-transition: transform .2s .1s ease,opacity .2s .1s ease;
transition: transform .2s .1s ease,opacity .2s .1s ease;
transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease; }
.plyr__tooltip::before {
content: '';
position: absolute;
width: 0;
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -4px;
border-right: 4px solid transparent;
border-top: 4px solid rgba(0, 0, 0, 0.7);
border-left: 4px solid transparent;
z-index: 2; }
.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1); }
.plyr button:hover .plyr__tooltip {
z-index: 3; }
.plyr__controls button:first-child .plyr__tooltip {
left: 0;
-webkit-transform: translate(0, 10px) scale(0.8);
-ms-transform: translate(0, 10px) scale(0.8);
transform: translate(0, 10px) scale(0.8);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%; }
.plyr__controls button:first-child .plyr__tooltip::before {
left: 16px; }
.plyr__controls button:last-child .plyr__tooltip {
right: 0;
-webkit-transform: translate(0, 10px) scale(0.8);
-ms-transform: translate(0, 10px) scale(0.8);
transform: translate(0, 10px) scale(0.8);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%; }
.plyr__controls button:last-child .plyr__tooltip::before {
left: auto;
right: 16px;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%); }
.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1); }
.plyr__progress {
position: relative;
display: none;
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.plyr__progress input[type=range] {
position: relative;
z-index: 2; }
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
background: 0 0; }
.plyr__progress input[type=range]::-moz-range-track {
background: 0 0; }
.plyr__progress input[type=range]::-ms-fill-upper {
background: 0 0; }
.plyr__progress .plyr__tooltip {
left: 0; }
.plyr .plyr__progress {
display: inline-block; }
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 8px;
margin: -4px 0 0;
padding: 0;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
-webkit-border-radius: 100px;
border-radius: 100px; }
.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
background: 0 0; }
.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
background: currentColor;
-webkit-border-radius: 100px;
border-radius: 100px;
min-width: 8px; }
.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
background: currentColor;
border-radius: 100px;
min-width: 8px; }
.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
border-radius: 100px; }
.plyr__progress--played, .plyr__volume--display {
z-index: 1;
color: #3498db;
background: 0 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
min-width: 8px;
max-width: 99%;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
min-width: 8px;
max-width: 99%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
display: none; }
.plyr__progress--buffer::-webkit-progress-value {
-webkit-transition: width .2s ease;
-o-transition: width .2s ease;
transition: width .2s ease; }
.plyr__progress--buffer::-moz-progress-bar {
-webkit-transition: width .2s ease;
-o-transition: width .2s ease;
transition: width .2s ease; }
.plyr__progress--buffer::-ms-fill {
-webkit-transition: width .2s ease;
-o-transition: width .2s ease;
transition: width .2s ease; }
.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
background: rgba(255, 255, 255, 0.25); }
.plyr--video .plyr__progress--buffer {
color: rgba(255, 255, 255, 0.25); }
.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
background: rgba(198, 214, 219, 0.66); }
.plyr--audio .plyr__progress--buffer {
color: rgba(198, 214, 219, 0.66); }
.plyr--loading .plyr__progress--buffer {
-webkit-animation: plyr-progress 1s linear infinite;
animation: plyr-progress 1s linear infinite;
-webkit-background-size: 25px 25px;
background-size: 25px 25px;
background-repeat: repeat-x;
background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
color: transparent; }
.plyr--video.plyr--loading .plyr__progress--buffer {
background-color: rgba(255, 255, 255, 0.25); }
.plyr--audio.plyr--loading .plyr__progress--buffer {
background-color: rgba(198, 214, 219, 0.66); }
.plyr__time {
display: inline-block;
vertical-align: middle;
font-size: 14px; }
.plyr__time + .plyr__time {
display: none; }
@media (min-width: 768px) {
.plyr__time + .plyr__time {
display: inline-block; } }
.plyr__time + .plyr__time::before {
content: '\2044';
margin-right: 10px; }
.plyr__volume {
display: none; }
.plyr .plyr__volume {
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
position: relative; }
.plyr .plyr__volume input[type=range] {
position: relative;
z-index: 2; }
@media (min-width: 480px) {
.plyr .plyr__volume {
display: block;
max-width: 60px; } }
@media (min-width: 768px) {
.plyr .plyr__volume {
max-width: 100px; } }
.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
display: none !important; }
.plyr--fullscreen-active {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 10000000;
background: #000;
-webkit-border-radius: 0 !important;
border-radius: 0 !important; }
.plyr--fullscreen-active video {
height: 100%; }
.plyr--fullscreen-active .plyr__video-wrapper {
height: 100%;
width: 100%; }
.plyr--fullscreen-active .plyr__video-embed {
overflow: visible; }
.plyr--fullscreen-active .plyr__controls {
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
height: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.hide-controls .plyr__play-large {
display: none; }
:focus {
outline: 0; } .kc-boxholder ol li:before {
display: none; } @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-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-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:var(--swiper-navigation-top-offset,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 svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.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:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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:var(--swiper-pagination-bullet-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:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);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-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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:var(--swiper-pagination-progressbar-size,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:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,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:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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;touch-action:none}.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{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.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-prev{pointer-events:auto;visibility:visible}.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-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.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden} body .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
body .mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
body .mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
body .mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } } .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0; } .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8; }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; } .inline--media-content .mfp-container {
padding-top: 40px;
padding-bottom: 40px; } .inline--media-content .mfp-content {
width: 100%;
max-width: 1200px; } .popup-video-holder {
width: 100%;
height: 0;
overflow: hidden; padding-bottom: 56.25%; }
.popup-video-holder .plyr {
position: absolute;
top: -3px;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
.plyr .plyr__video-embed iframe, .plyr__tooltip {
pointer-events: auto; }
.popup-video-holder .plyr--youtube .plyr__play-large {
opacity: 0; }
.seo-gallery figure {
margin: 0 0 30px 0; }
.seo-gallery figcaption {
display: none; } .kc-online-presets {
display: none !important; }
.pk-single-meta .pk-like-wrap{
font-size: 18px;
color: #ff454f;
margin-left: 20px;
}
.pk-single-meta .pk-like-wrap svg {
fill: currentColor;
width: 24px;
height: 24px;
vertical-align: middle;
}
.pk-single-meta .pk-like-wrap span {
line-height: 24px;
font-size: 18px;
vertical-align: middle;
}:root {
--primary-accent-color: #4cc2c0;
--secondary-accent-color: #f15b26;
--header-font-color: #595959;
--ss-headings-color: #2f2c2c;
--ss-body-font-color: #595959;
--ss-borders-color: #edf2f7;
--global-link-color: #2f2c2c;
--ss-light-gray-color: #edf2f7;
--dark-themes: #65727f;
--white-color: #fff;
--ss-body-font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
--ss-headings-font: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
--body-font-size: 18px;
--mobile-body-font-size: 16px;
--heading-1-font-size: clamp(24px, calc(2.5vw + 1rem), 48px);
--heading-2-font-size: clamp(22px, calc(2vw + 1rem), 42px);
--heading-3-font-size: clamp(20px, calc(1.4vw + 1rem), 36px);
--heading-4-font-size: clamp(18px, calc(1vw + 1rem), 30px);
--heading-5-font-size: clamp(18px, 2.5vw, 24px);
--subtitle-font-size: 40px;
--meta-text-font-size: 26px;
--info-text-font-size: 22px;
--button-font-size: 15px;
--service-text-font-size: 13px;
--post-info-font-size: 20px;
--post-meta-font-size: 12px;
}  html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;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}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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}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}[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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
color: var(--ss-body-font-color);
font-family: var(--ss-body-font-family);
font-size: var(--body-font-size);
font-weight: 400;
line-height: 1.5;
}
@media (max-width: 800px) {
body {
font-size: var(--mobile-body-font-size);
}
}
a:hover {
color: var(--primary-accent-color);
}
img {
max-width: 100%;
height: auto;
display: inline-block;
vertical-align: middle;
}
blockquote {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
}
table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
border: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid var(--ss-borders-color);
}
table, th, td {
border: 1px solid #ddd;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid var(--ss-borders-color);
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
border-top: 2px solid var(--ss-borders-color);
}
table table {
background-color: #fff;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
background-color: #dff0d8;
}
table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
background-color: #d9edf7;
}
table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
background-color: #f2dede;
}
a {
text-decoration: none;
color: var(--global-link-color);
transition: all 0.15s linear;
}
p {
margin: 0 0 .75em;
}
figure {
margin: 0;
max-width: 100%;
}
select {
width: 100%;
border: 1px solid var(--ss-borders-color);
appearance: none;
-moz-appearance: none; -webkit-appearance: none; }
textarea {
height: auto;
min-height: 50px;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: #595959;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
color: #595959;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
color: #595959;
}
input {
box-shadow: none;
}
input:invalid {
box-shadow: none;
}
input:-moz-submit-invalid {
box-shadow: none;
}
input:-moz-ui-invalid {
box-shadow: none;
}
input.wpcf7-form-control {
width: 100%;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: var(--mobile-body-font-size);
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} h1, .h1 {
font-size: var(--heading-1-font-size);
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
margin: .5em 0;
line-height: 1.1em;
}
h1 a, .h1 a {
color: inherit;
}
h2, .h2 {
margin: .5em 0;
font-size: var(--heading-2-font-size);
line-height: 1.15em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h2 a, .h2 a {
color: inherit;
}
h3, .h3 {
margin: .5em 0;
font-size: var(--heading-3-font-size);
line-height: 1.3em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h3 a, .h3 a {
color: inherit;
}
h4, .h4 {
margin: .5em 0;
font-size: var(--heading-4-font-size);
line-height: 1.3em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h4 a, .h4 a {
color: inherit;
}
h5, .h5 {
margin: .5em 0;
font-size: var(--heading-5-font-size);
line-height: 1.5em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h5 a, .h5 a {
color: inherit;
}
h6, .h6 {
margin: .5em 0;
font-size: var(--body-font-size);
line-height: 1.5em;
font-weight: 600;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h6 a, .h6 a {
color: inherit;
}
@media (max-width: 800px) {
h6, .h6 {
font-size: var(--mobile-body-font-size);
}
}  .selection--dark::-moz-selection {
background: #2f2c2c;
color: #595959;
}
.selection--dark::selection {
background: #2f2c2c;
color: #595959;
} .selection--primary::-moz-selection {
color: #fff;
}
.selection--primary::selection {
color: #fff;
} .selection--gray::-moz-selection {
background: #aeaeae;
color: #2f2c2c;
}
.selection--gray::selection {
background: #aeaeae;
color: #2f2c2c;
} ul {
padding: 0;
margin: 0;
}
ol {
padding-left: 20px;
}
ol li {
font-size: var(--body-font-size);
position: relative;
margin-bottom: 1em;
}
ol li ol {
margin-top: 1em;
}
ol li a {
display: inline-block;
}
blockquote p {
margin: 0;
}
p {
margin: 0 0 1em 0;
}
table {
margin: 1.5em 0;
}
blockquote {
margin: 1em 0;
padding: 15px 15px 15px 80px;
position: relative;
}
@media (max-width: 640px) {
blockquote {
padding-left: 50px;
margin: 1em 0;
}
}
blockquote cite {
display: block;
color: #595959;
font-size: .9em;
}
blockquote cite:before {
content: "\2014\00a0";
color: #595959;
}
blockquote:before {
content: "\e904";
font-size: 70px;
color: var(--ss-light-gray-color);
position: absolute;
top: 0;
left: 0;
display: block;
font-family: 'seosight';
line-height: 1;
}
@media (max-width: 640px) {
blockquote:before {
font-size: var(  --subtitle-font-size);
top: 0;
}
}
blockquote p {
margin: 0;
font-size: var(--post-info-font-size);
line-height: 1.3em;
}
@media (max-width: 640px) {
blockquote p {
font-size: var(--mobile-body-font-size);
}
}
dl {
margin-bottom: 24px;
}
dl dt {
margin-bottom: 5px;
color: #777;
font-weight: bold;
}
dl dd {
margin-bottom: 5px;
margin-left: 20px;
}
abbr {
border-bottom: 1px dotted;
cursor: help;
border-color: #595959;
}
.kc_text_block ul,
.entry-content-no-builder ul {
padding-left: 20px;
margin-bottom: 1em;
}
.kc_text_block ul li,
.entry-content-no-builder ul li {
list-style: disc;
margin-bottom: 5px;
}
.clear:after, .clear:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.comment-author:after,
.comment-author:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.comment-meta:after,
.comment-meta:before,
.entry-content-no-builder:after,
.entry-content-no-builder:before {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.entry-content-no-builder:after {
clear: both;
}
.entry-content-no-builder .page-links {
display: block;
padding: 0;
background-color: transparent;
border-radius: 0;
clear: both;
}
.entry-content-no-builder ul.woocommerce-error {
padding-left: 50px;
} @media (max-width: 640px) {
ol li {
font-size: var(--mobile-body-font-size);
}
} .visual-hidden,
.hide {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.hide {
max-height: 0;
}
.half-width {
width: 50%;
float: left;
}
.ovh {
overflow: hidden;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.f-none {
float: none;
}
.c-white {
color: #fff;
}
.custom-color * {
color: inherit;
}
.c-dark {
color: #2f2c2c;
}
.c-gray {
color: #595959;
}
.c-green {
color: #3cb878;
}
.c-orange {
color: #fcb03b;
}
.c-primary {
color: var(--primary-accent-color);
}
.c-secondary {
color: var(--secondary-accent-color);
}
.c-semitransparent-white {
color: rgba(255, 255, 255, 0.15);
}
.shadow-image {
box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}
.table {
display: table;
}
.table-cell {
display: table-cell;
vertical-align: middle;
float: none;
}
@media (max-width: 640px) {
.table-cell {
display: block;
float: left;
}
}
.text-t-none {
text-transform: none;
}
@media (max-width: 480px) {
.centered-on-mobile {
text-align: center;
}
}
.overlay--light {
background: rgba(0, 0, 0, 0.2);
}
.no-padding {
padding: 0 !important;
}
@media (max-width: 640px) {
.no-padding {
padding: 0 15px !important;
}
}
.no-margin {
margin: 0;
}
.item-fully-transparent {
opacity: 0;
}
.full-block {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.full-height {
height: 100%;
}
.d-flex,
.display-flex {
display: flex;
align-items: center;
}
.d-flex.content-center,
.display-flex.content-center {
justify-content: center;
}
.flex-break {
flex-basis: 100%;
width: 0;
height: 0;
overflow: hidden;
}
.inline-block, .kc-elm.inline-block {
display: inline-block;
width: auto;
float: none;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(17, 17, 17, 0.7);
transition: all 0.4s ease;
}
.full-block-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.medium-padding80 {
padding: 80px 0;
}
@media (max-width: 800px) {
.medium-padding80 {
padding: 35px 0;
}
}
.medium-padding100 {
padding: 100px 0;
}
@media (max-width: 800px) {
.medium-padding100 {
padding: 35px 0;
}
}
.section-padding {
padding: 80px 0;
}
@media (max-width: 800px) {
.section-padding {
padding: 35px 0 !important;
}
}
.pb100 {
padding-bottom: 100px;
}
@media (max-width: 800px) {
.pb100 {
padding-bottom: 35px;
}
}
.pt80 {
padding-top: 80px;
}
@media (max-width: 800px) {
.pt80 {
padding-top: 35px;
}
}
.pt100 {
padding-top: 100px;
}
@media (max-width: 800px) {
.pt100 {
padding-top: 35px;
}
}
.pt400 {
padding-top: 400px;
}
@media (max-width: 1024px) {
.pt400 {
padding-top: 200px;
}
}
@media (max-width: 768px) {
.pt400 {
padding-top: 100px;
}
}
.pb360 {
padding-bottom: 360px;
}
.pb120 {
padding-bottom: 120px;
}
@media (max-width: 800px) {
.pb120 {
padding-bottom: 35px;
}
}
.pt120 {
padding-top: 120px;
}
@media (max-width: 800px) {
.pt120 {
padding-top: 35px;
}
}
.pb80 {
padding-bottom: 80px;
}
@media (max-width: 800px) {
.pb80 {
padding-bottom: 35px;
}
}
.pb30 {
padding-bottom: 30px;
}
.pb60 {
padding-bottom: 60px;
}
.pt60 {
padding-top: 60px;
}
.mt60 {
margin-top: 60px;
}
@media (max-width: 800px) {
.mt60 {
margin-top: 35px;
}
}
.mb30 {
margin-bottom: 30px;
}
.mb60 {
margin-bottom: 60px;
}
@media (max-width: 800px) {
.mb60 {
margin-bottom: 35px;
}
}
.padding-left60-desktop {
padding-left: 60px;
}
@media (max-width: 980px) {
.padding-left60-desktop {
padding-left: 0;
}
}
div:hover > .btn-reverse-bg-color-primary {
background-color: var(--primary-accent-color);
}
div:hover > .btn-reverse-bg-color-secondary {
background-color: var(--secondary-accent-color);
}
.bg-orange-color {
background-color: #fcb03b;
}
.bg-orangedark-color {
background-color: #ff9700;
}
.bg-green-color {
background-color: #3cb878;
}
.bg-greendark-color {
background-color: #8dc63f;
}
.bg-white-color {
background-color: #fff;
}
.bg-violet-color {
background-color: #6739b6;
}
.bg-border-color {
background-color: var(--ss-light-gray-color);
}
.bg-dark-color {
background-color: #302c2d;
}
.bg-grey-input {
background-color: #373434;
}
.bg-primary-color {
background-color: var(--primary-accent-color);
}
.bg-secondary-color {
background-color: var(--secondary-accent-color);
}
.bg-blue-color {
background-color: #00bff3;
}
.bg-blue-color-light {
background-color: #64d8ff;
}
.bg-yellow-color {
background-color: #fcd846;
}
.bg-greydark-color {
background-color: #434141;
}
.border-primary-color {
border-color: var(--primary-accent-color);
}
.border-secondary-color {
border-color: var(--secondary-accent-color);
}
.bg-boxed-dark {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/bg-boxed-dark.jpg);
}
.bg-boxed-light {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/bg-boxed-light.jpg);
}
.bg-boxed-red {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/bg-boxed-red.jpg);
}
.bg-boxed-primary {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/bg-boxed-primary.jpg);
}
.bg-boxed-black {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/bg-boxed-black.jpg);
}
.bg-boxed-blue {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/bg-boxed-blue.jpg);
}
.border-orange-color {
border-color: #fcb03b;
}
.border-green-color {
border-color: #3cb878;
}
.facebook-bg-color {
background-color: #3a589b;
}
.twitter-bg-color {
background-color: #08acee;
}
.linkedin-bg-color {
background-color: #007bb6;
}
.google-bg-color {
background-color: #ea4335;
}
.pinterest-bg-color {
background-color: #ca2127;
}
.youtube-bg-color {
background-color: #FF0000;
}
.instagram-bg-color {
background-color: #E4405F;
}
.tiktok-bg-color {
background-color: #fe2c55;
}
.vk-bg-color {
background-color: #5e81a8;
}
.reddit-bg-color {
background-color: #F05825;
}
.tumblr-bg-color{
background-color: #36465D;
}
.whatsapp-bg-color{
background-color: #1ed760;
}
.xing-bg-color{
background-color: #00575C;
}
.theme-seosight .font-color-custom * {
color: inherit;
}
.list ul {
list-style: none;
padding: 0;
margin: 0;
}
.list li {
margin-bottom: .8em;
font-size: var(--body-font-size);
overflow: hidden;
clear: both;
transition: all .3s ease;
}
@media (max-width: 640px) {
.list li {
font-size: var(--mobile-body-font-size);
}
} .list li a, .list li li {
color: inherit;
display: block;
overflow: hidden;
}
.list li i,
.list li .list-icn {
margin-right: 25px;
margin-top: 8px;
width: 12px;
font-size: var(--post-meta-font-size);
float: left;
}
.list li .list-icn {
margin-top: 0;
}
.list.with-padding {
padding-left: 60px;
}
.list--standard a:hover, .list--standard li:hover {
color: #2f2c2c;
}
.list--standard .number {
color: #2f2c2c;
margin-right: 24px;
float: left;
}
.list--primary a:hover,
.list--primary i {
color: var(--primary-accent-color);
}
.list--secondary a:hover,
.list--secondary i {
color: var(--secondary-accent-color);
}
.list {
list-style: none;
padding: 0;
margin: 0;
}
.contacts-shadow {
box-shadow: 40px 0 80px rgba(0, 0, 0, 0.15);
}
.fw-flash-message {
list-style: none;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
} .header {
position: relative;
padding: 0;
background: #fff;
width: 100%;
z-index: 20;
left: 0;
color: #2f2c2c;
transition: all .3s ease;
min-height: 60px;
}
@media (max-width: 1200px) {
.header > .container {
width: 100%;
}
}
.header .logo {
margin-bottom: 0;
margin-right: 10px;
}
@media (max-width: 992px) {
.header .logo {
order: 1;
}
}
.header nav {
line-height: 1;
}
@media (max-width: 992px) {
.header nav {
order: 4;
text-align: right;
}
.header nav * {
text-align: left;
}
}
@media (max-width: 570px) {
.header nav {
margin-left: 0;
}
}
@media (max-width: 768px) {
.header nav.not-nav-add {
padding-right: 100px;
}
}
@media (max-width: 480px) {
.header nav.not-nav-add {
padding-right: 0;
}
}
.no-menu-box {
font-size: var(--mobile-body-font-size);
}
.no-menu-box a {
text-decoration: none;
color: var(--primary-accent-color);
font-size: var(--mobile-body-font-size);
}
.primary-menu-menu li {
list-style: none;
}
.header nav .menu .menu-item:hover > a {
color: var(--primary-accent-color);
}
.header nav .menu .menu-item:hover > a + i {
color: var(--primary-accent-color);
}
.header nav .header nav .menu .menu-item > a:after,
.header nav .header nav .menu .menu-item > a:before {
background-color: var(--primary-accent-color);
}
.header.header-color-inherit .logo .logo-text .logo-sub-title,
.header.header-color-inherit .nav-add li a,
.header.header-color-inherit .logo .logo-text .logo-title,
.header.header-color-inherit .nav-add li.cart i,
.header.header-color-inherit .nav-add li.search i,
.header.header-color-inherit #menu-icon-trigger,
.header.header-color-inherit .mob-menu--title,
.header.header-color-inherit .navigation-menu > li.current-menu-item a {
color: inherit;
}
.header.header-color-inherit .menu-icon-wrapper svg path {
stroke: currentColor;
}
@media (min-width: 992px) {
.header.header-color-inherit .navigation-menu > li > .navigation-link {
color: inherit;
}
}
.header.header-color-inherit .navigation-menu > li > a.navigation-link::before,
.header.header-color-inherit .navigation-menu > li > a.navigation-link::after {
border-color: inherit;
}
.header.header-color-inherit .nav-add li.search i:hover {
color: inherit;
}
.header.header-color-inherit .nav-add li.search a {
opacity: .5;
}
.header.header-color-inherit .nav-add li.search a:hover {
opacity: 1;
}
@media (max-width: 992px) {
.header.header-sticky-mobile {
position: -webkit-sticky;
top: 0;
will-change: opacity;
position: sticky;
}
.admin-bar .header.header-sticky-mobile {
top: 46px;
}
}
@media screen and (max-width: 992px) and (min-width: 783px) {
.admin-bar .header.header-sticky-mobile {
top: 32px;
}
}
@media (max-width: 992px) {
.header.header-sticky-mobile.header--fixed {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.header.header-sticky-mobile.header--fixed .navigation-menu > .navigation-item {
padding: 0;
}
}
@media (min-width: 992px) {
.header.header-sticky-desktop {
position: -webkit-sticky;
top: 0;
will-change: opacity;
position: sticky;
}
.admin-bar .header.header-sticky-desktop {
top: 46px;
}
}
@media screen and (min-width: 992px) and (min-width: 783px) {
.admin-bar .header.header-sticky-desktop {
top: 32px;
}
}
@media (min-width: 992px) {
.header.header-sticky-desktop.header--fixed {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
}
@supports (-ms-ime-align: auto) {
.header.header-sticky-desktop.header--fixed {
position: fixed;
}
}
@media (max-width: 992px) {
.header.header-sticky-desktop.header--fixed .navigation-menu > .navigation-item {
padding: 0;
}
}
@media (max-width: 600px) {
.admin-bar .header.sticky-top.header--fixed {
top: 0;
}
}
@media (max-width: 992px) {
.admin-bar .header.header-sticky-mobile.header--fixed {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .header.header-sticky-mobile.header--fixed {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .header.header-sticky-mobile.header--fixed {
top: 0;
}
}
@media (max-width: 992px) {
.admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
top: 0;
}
}
@media (max-width: 992px) {
.admin-bar .navigation-body {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .navigation-body {
top: 46px;
}
}
@media (max-width: 992px) {
.admin-bar .header--fixed .navigation-body {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .header--fixed .navigation-body {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .header--fixed .navigation-body {
top: 0;
}
}
.nav-add {
padding: 0;
margin: 0;
line-height: 1;
display: flex;
align-items: center;
margin-left: 40px;
}
@media (max-width: 992px) {
.nav-add {
margin-left: auto;
padding: 13px 16px;
}
}
.nav-add li {
display: inline-block;
}
.nav-add li a {
display: inline-block;
}
.nav-add li.cart {
position: relative;
}
.nav-add li.cart.visible .cart-popup-wrap {
opacity: 1;
visibility: visible;
max-height: 80vh;
}
.nav-add li.cart a {
position: relative;
}
.nav-add li.cart .cart-popup-link {
cursor: pointer;
position: absolute;
width: 100%;
height: 100%;
z-index: 999;
top: 0;
left: 0;
}
@media (max-width: 991px) {
.nav-add li.cart .cart-popup-link {
display: none;
}
}
.nav-add li.cart .cart-count {
display: block;
position: absolute;
left: -6px;
top: 4px;
width: 16px;
height: 16px;
line-height: 14px;
font-size: 10px;
color: #fff;
text-align: center;
border: 1px solid transparent;
border-radius: 50%;
background-color: var(--primary-accent-color);
}
.nav-add li.cart i {
font-size: 28px;
color: var(--header-font-color);
transition: all .3s ease;
}
.nav-add li.cart i:hover {
color: var(--primary-accent-color);
}
.nav-add li.search {
position: relative;
cursor: pointer;
}
.nav-add li.search i {
margin-left: 10px;
transition: all .3s ease;
font-size: var(--heading-5-font-size);
color: var(--header-font-color);
position: relative;
}
.nav-add li.search i:hover {
color: var(--primary-accent-color);
}
.logo {
position: relative;
margin-bottom: 20px;
overflow: hidden;
transition: all .3s ease;
max-height: unset;
display: flex;
align-items: center;
text-transform: uppercase;
}
.logo img {
margin-right: 15px;
}
.logo .logo-text {
line-height: 1;
}
.logo .logo-text .logo-title {
font-size: 27px;
color: inherit;
}
@media (max-width: 1200px) {
.logo .logo-text .logo-title {
font-size: var(--post-info-font-size);
}
}
.logo .logo-text .logo-sub-title {
font-size: 10px;
}
.user-menu {
position: absolute;
right: 65px;
bottom: -25px;
width: 50px;
height: 50px;
border: 2px solid #2f2c2c;
border-radius: 50%;
-khtml-border-radius: 50%;
transition: all .3s ease;
-webkit-transform: scale(1);
transform: scale(1);
overflow: hidden;
background-color: #fff;
display: inline-block;
}
@media (max-width: 992px) {
.user-menu {
position: relative;
bottom: auto;
right: auto;
margin: 9px;
width: 40px;
height: 40px;
float: right;
margin-top: -50px;
}
}
.user-menu .user-menu-content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
height: 90%;
border-radius: 50%;
text-align: center;
overflow: hidden;
background-color: var(--secondary-accent-color);
}
.user-menu .user-menu-content img {
max-height: 70%;
max-width: 70%;
}
.user-menu .user-menu-content span {
display: block;
height: 3px;
background: #fff;
transition: all .3s ease;
border-radius: 10px;
margin: 2px auto;
width: 50%;
}
@media (max-width: 992px) {
.user-menu .user-menu-content span {
height: 3px;
margin: 1px auto;
}
}
.user-menu .user-menu-content span:first-of-type {
width: 25%;
}
.user-menu .user-menu-content span:last-of-type {
width: 40%;
}
.user-menu .user-menu-content:hover span {
width: 70%;
} .header.header-top-bar {
display: block;
}
.header.header-top-bar .top-bar {
max-height: 50vh;
}
@media (min-width: 940px) {
.header.header--fixed.header-top-bar .top-bar {
visibility: hidden;
opacity: 0;
max-height: 0;
padding: 0;
margin: 0;
overflow: hidden;
}
}
@media (max-width: 600px) {
.admin-bar .top-bar.open {
top: 46px;
}
.header--fixed .admin-bar .top-bar.open {
top: 0;
}
} .stunning-header {
padding: 60px 0;
position: relative;
background-position: center center;
color: #fff;
}
@media (max-width: 768px) {
.stunning-header {
padding: 40px 0;
}
}
.stunning-header.with-photo {
position: relative;
padding: 280px 0 120px;
background-size: cover;
}
.stunning-header .overlay {
z-index: 2;
}
.stunning-header-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 15;
padding: 0 15px;
}
.breadcrumbs {
margin-top: 20px;
padding: 0;
font-size: var(--mobile-body-font-size);
}
@media (max-width: 570px) {
.breadcrumbs {
font-size: var(--mobile-body-font-size);
}
}
.breadcrumbs-item {
display: inline-block;
}
.breadcrumbs-item a {
color: inherit;
margin-right: 20px;
}
.breadcrumbs-item a:hover {
text-decoration: underline;
}
.breadcrumbs-item a.c-gray + i {
color: #acacac;
}
.breadcrumbs-item.active .breadcrumb-item-name {
opacity: 1;
text-decoration: underline;
color: var(--primary-accent-color);
}
.breadcrumbs-item.active .breadcrumb-item-name.c-primary {
color: var(--primary-accent-color);
}
.breadcrumbs-item i {
margin-right: 20px;
color: inherit;
font-size: var(--mobile-body-font-size);
}
.breadcrumbs-item:last-child a {
display: none;
}
.stunning-header-title {
color: inherit;
margin: 0;
word-wrap: break-word;
}
.stunning-header .category-description {
margin-top: 40px;
}
.stunning-header .category-description *:last-of-type {
margin-bottom: 0;
}
.stunning-header-custom .stunning-header-title,
.stunning-header-custom .category-description *,
.stunning-header-custom span,
.stunning-header-custom i,
.stunning-header-custom a {
color: inherit !important;
} .stunning-header-bg-blue {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-blue.jpg);
}
.stunning-header-bg-gray {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-gray.jpg);
}
.stunning-header-bg-lightblue {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-lightblue.jpg);
}
.stunning-header-bg-violet {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-violet.jpg);
}
.stunning-header-bg-lightgray {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-lightgray.jpg);
}
.stunning-header-bg-breez {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-breez.jpg);
}
.stunning-header-bg-red {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-red.jpg);
}
.stunning-header-bg-orange {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-orange.jpg);
}
.stunning-header-bg-green {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-green.jpg);
}
.stunning-header-bg-olive {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-olive.jpg);
}
.stunning-header-bg-brown {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-brown.jpg);
}
.stunning-header-bg-rose {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-rose.jpg);
}
.stunning-header-bg-lightviolet {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-lightviolet.jpg);
}
.stunning-header-bg-lime {
background-image: url(//www.krakendata.com/wp-content/themes/seosight/img/pattern-bg-lime.jpg);
} .overlay-dark {
background: rgba(47, 44, 44, 0.8);
}
.overlay-primary {
background: rgba(51, 204, 204, 0.2);
}
.overlay-red {
background: rgba(241, 91, 38, 0.3);
}
.overlay-orange {
background: rgba(252, 176, 59, 0.3);
}
.overlay-green {
background: rgba(60, 184, 120, 0.3);
}
.overlay-olive {
background: rgba(37, 39, 49, 0.8);
} .footer {
background-color: #181e23;
color: #dadfe2;
position: relative;
}
.footer .wp-block-calendar table caption, .footer .wp-block-calendar table tbody{
color: #dadfe2;
}
.footer input, .footer textarea,  .footer select,.footer .nice-select,.footer .nice-select .list, .footer .wp-caption{
background-color: var(--dark-themes) !important;
color: #fff !important;
}
.footer input::placeholder, .footer textareat::placeholder{
color: #fff;
}
.footer .nice-select .option:hover, .footer .nice-select .option.focus, .footer .nice-select .option.selected.focus{
color: var(--dark-themes);
}
@media (max-width: 480px) {
.footer {
text-align: center;
}
}
.footer .info {
padding-top: 60px;
padding-bottom: 30px;
border-bottom: 1px solid #2d3841;
overflow: hidden;
}
@media (max-width: 1024px) {
.footer .info {
padding-bottom: 0;
}
}
@media (max-width: 799px) {
.footer .info {
display: flex;
flex-direction: column;
}
}
.footer .info .crumina-heading .heading-title {
color: #fff;
margin: 0;
}
.footer .info .socials {
margin: 20px 0 0 0;
}
@media (max-width: 1024px) {
.footer .info .socials {
margin-bottom: 30px;
}
}
@media (max-width: 320px) {
.footer .info .socials .social__item {
margin-right: 15px;
}
}
.footer .contacts {
padding: 20px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 570px) {
.footer .contacts {
display: block;
}
}
.footer .contacts .title {
font-size: var(--post-info-font-size);
transition: all .3s ease;
}
@media (max-width: 1024px) {
.footer .contacts .title {
font-size: var(--mobile-body-font-size);
}
}
.footer .contacts .sub-title {
margin-bottom: 0;
}
.footer .contacts .content a {
color: inherit;
}
.footer .contacts .content .title:hover {
color: var(--primary-accent-color);
}
.footer a {
color: #dbd3d3;
transition: all .3s ease;
}
.footer a:hover {
color: var(--primary-accent-color);
}
.footer .sub-footer {
padding: 20px 15px;
background-color: #12171b;
text-align: center;
position: relative;
font-size: var(--mobile-body-font-size);
}
.footer .sub-footer a {
color: var(--white-color);
opacity: .5;
}
.footer .sub-footer a:hover {
color: var(--primary-accent-color);
opacity: 1;
}
.footer .sub-footer.medium {
padding: 25px 0;
}
.footer .sub-footer.small {
padding: 15px 0;
}
@media (max-width: 768px) {
.footer .sub-footer {
padding: 25px 0;
}
}
.footer .sub-footer span {
font-size: var(--mobile-body-font-size);
color: #959192;
}
.footer.js-fixed-footer {
width: 100%;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 1;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 1280px) {
.footer.js-fixed-footer {
position: relative;
}
}
.footer .w-post-category .category-post-item:hover .post-count {
color: rgba(255, 255, 255, 0.35);
}
.footer .widget_rss .heading .rsswidget, .footer .widget_rss .crumina-heading .rsswidget {
color: #fff;
}
.widget_nav_menu .menu li a:hover,
.widget_nav_menu .menu li a:hover:before,
.w-post-category .category-post-item a i,
.w-post-category .category-post-item:hover a,
.w-post-category .category-post-item a i {
color: var(--primary-accent-color);
}
.widget_product_tag_cloud .tagcloud a:hover {
border-color: var(--primary-accent-color);
}
.content-wrapper {
position: relative;
overflow: hidden;
z-index: 2;
}
.block-footer-height {
position: relative;
width: 100%;
}
@media (max-width: 1280px) {
.block-footer-height {
display: none;
}
}
.wp-block-button {
clear: both;
margin-bottom: 20px;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
margin-bottom: 20px;
}
blockquote.has-very-dark-gray-color::before {
color: inherit;
}
.hentry .entry-content ul li {
font-size: var(--body-font-size);
}
.post-standard .wp-block-search input {
margin-bottom: 0;
background-color: #fff;
}
.wp-block-search .wp-block-search__button {
background: var(--ss-light-gray-color);
border: 1px solid var(--ss-borders-color);
color: var(--dark-themes);
margin-left: .625em;
cursor: pointer;
} .elementor-inner-section:not(:last-child) {
margin-bottom: 30px;
}
.elementor-widget:not(:last-child) {
margin-bottom: 30px;
}
.crumina-module.single-image img.aligncenter {
margin: 0 auto;
} .content-page-404 {
padding: 150px 0 510px;
background: url(//www.krakendata.com/wp-content/themes/seosight/img/404-img.png) 100% 100% no-repeat;
text-align: center;
background-size: 90%;
background-repeat: repeat-x;
background-color: #F7F9F9;
}
@media (max-width: 1700px) {
.content-page-404 {
padding: 30px 0 510px;
}
}
@media (max-width: 640px) {
.content-page-404 {
padding: 30px 0 300px;
}
}
@media (max-width: 420px) {
.content-page-404 {
padding: 30px 0 200px;
}
}
.content-page-404 .title {
font-size: 257px;
margin-bottom: 15px;
line-height: 1;
margin-top: 20px;
}
@media (max-width: 800px) {
.content-page-404 .title {
font-size: 150px;
}
}
@media (max-width: 480px) {
.content-page-404 .title {
font-size: 100px;
}
}
.content-page-404 .subtitle {
font-size: var(  --subtitle-font-size);
margin-bottom: 30px;
line-height: 1;
}
@media (max-width: 800px) {
.content-page-404 .subtitle {
font-size: var(--heading-3-font-size);
}
}
.content-page-404 .text {
font-size: 28px;
margin-bottom: 53px;
line-height: 1.3;
}
@media (max-width: 800px) {
.content-page-404 .text {
font-size: var( --info-text-font-size);
margin-bottom: 20px;
}
}
.content-page-404 .btn {
text-transform: uppercase;
} .comments, .commentlist {
overflow: hidden;
float: none;
}
.comments ol li::before, .commentlist ol li::before {
display: none;
}
.comments__list {
list-style: none;
margin: 0 0 73px 0;
padding: 0;
}
.comments__item .children {
margin: 30px 0 0 60px;
list-style: none;
padding: 0;
}
@media (max-width: 980px) {
.comments__item .children {
margin-left: 30px;
padding-left: 0;
}
}
.comment-author-link {
font-weight: 600;
}
.comments__article {
border-bottom: 1px solid #f1f3f3;
padding-bottom: 40px;
margin-bottom: 30px;
}
.comments__article .comment-content {
margin-bottom: 30px;
}
.comments__article .comments__header .comments__author {
margin-right: 15px;
color: #2f2c2c;
font-style: normal;
}
.comments__article .comments__header .comments__author a {
color: inherit;
margin: 0;
}
.comments__article .comments__header .comments__author a:hover {
color: var(--primary-accent-color);
}
.comments__article .comments__header .comments__author .replied {
font-size: var(--mobile-body-font-size);
color: #595959;
}
.comments__article .comments__header .comments__time {
position: relative;
font-size: var(--mobile-body-font-size);
display: block;
}
.comments__article .comments__avatar {
float: left;
margin: 0 30px;
}
.comments__article .comments__avatar .avatar {
border-radius: 100%;
}
.comments__article .comments__body {
overflow: hidden;
}
.comments__article .comments__body .reply {
float: left;
font-size: var(  --meta-text-font-size);
margin-right: 30px;
}
.comments__article .comments__body .reply:hover {
color: var(--primary-accent-color);
}
.comments__article .comment-reply-link {
font-size: var(  --meta-text-font-size);
}
.comments__article .comment-reply-link:hover {
color: var(--primary-accent-color);
}
.comments .comment-list .children, .commentlist .comment-list .children {
margin: 30px 0 0 60px;
list-style: none;
padding: 0;
}
@media (max-width: 640px) {
.comments .comment-list .children, .commentlist .comment-list .children {
margin: 30px 0 0 30px;
}
}
.comment-list {
padding-left: 0;
}
.comment-list li {
padding-left: 0;
}
ol.comments li:before,
ol.commentlist li:before {
display: none;
}
ol.comments li {
padding-left: 0;
}
ol.comments {
padding-left: 0;
padding-right: 0;
}
.comments__item-review {
margin-bottom: 40px;
border-bottom: 2px solid #f1f3f3;
}
.comments__item-review .ratings {
color: #ccc;
}
.comments__item-review .ratings .fa-star {
color: #fcd846;
}
.comments__list-review {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.comments__avatar-review {
float: left;
margin-right: 30px;
}
.comments__author-review {
margin-right: 15px;
font-size: var(--body-font-size);
color: #2f2c2c;
font-style: normal;
}
.comments__author-review a {
color: #2f2c2c;
}
.comments__header-review {
margin-bottom: 15px;
}
.comments__header-review > a {
position: relative;
color: #ccc;
font-size: var(--mobile-body-font-size);
}
.leave-reply {
background-color: var(--ss-light-gray-color);
overflow: hidden;
padding: 70px 60px 80px;
}
@media (max-width: 800px) {
.leave-reply {
padding: 30px;
}
}
.leave-reply .crumina.heading, .leave-reply .crumina.crumina-heading {
margin-bottom: 60px;
}
.leave-reply input, .leave-reply textarea {
background-color: #fff;
}
.leave-reply .form-submit {
display: none;
}
.leave-reply textarea {
margin-bottom: 40px;
}
@media (max-width: 360px) {
.leave-reply .submit-block {
display: block;
}
}
.leave-reply .submit-block .btn {
width: 100%;
text-align: center;
}
@media (max-width: 768px) {
.leave-reply .submit-block .btn {
margin-bottom: 0;
}
}
@media (max-width: 480px) {
.leave-reply .submit-block .btn {
margin-bottom: 30px;
}
}
.leave-reply .submit-block .submit-block-text {
font-size: var(--post-meta-font-size);
line-height: 1.2;
color: #595959;
}
.leave-reply .submit-block .submit-block-text span {
color: #989898;
}
@media (max-width: 480px) {
.leave-reply .submit-block.display-flex {
display: block;
}
}
#comment-nav-above,
#comment-nav-below {
padding: 0 0 60px 0;
}
.logged-in-as {
padding-bottom: 20px;
} span.wpcf7-not-valid-tip {
position: relative;
top: -1.5em;
}
textarea {
width: 100%;
min-height: 140px;
}
.contact-form {
position: relative;
margin-top: 30px;
}
.contact-form label sup {
margin-left: 3px;
color: var(--secondary-accent-color);
}
.contact-form abbr {
text-decoration: none;
}
.contact-form .checked {
position: absolute;
right: 10px;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
margin-top: -15px;
}
.contact-form .checked-icon {
position: relative;
display: block;
}
.contact-form .checked-icon:after {
content: "\e908";
font-family: 'seosight';
position: absolute;
right: 20px;
bottom: 50px;
color: var(--primary-accent-color);
}
.contact-form .focus-white:focus {
background-color: #fff;
}
.contact-form textarea {
min-height: 200px;
width: 100%;
}
.contact-form input {
width: 100%;
}
.input-title {
color: #fff;
font-size: var(--mobile-body-font-size);
margin-bottom: 15px;
display: block;
}
.input-title .optional {
color: #797676;
font-size: var(--mobile-body-font-size);
margin-left: 10px;
}
.submit-block {
overflow: hidden;
}
.submit-block .btn {
width: 100%;
text-align: center;
text-transform: uppercase;
}
@media (max-width: 768px) {
.submit-block .btn {
margin-bottom: 30px;
}
}
.submit-block .submit-block-text {
font-size: var(--mobile-body-font-size);
margin-bottom: 0;
}
@media (max-width: 360px) {
.submit-block {
display: block;
}
}
@media (max-width: 768px) {
.submit-block .table-cell {
float: left;
}
}
.remember-wrap {
display: table-cell;
vertical-align: middle;
}
.remember-wrap .checkbox {
position: relative;
}
.remember-wrap .checkbox input[type=checkbox] {
display: none;
}
.remember-wrap .checkbox label {
padding-left: 30px;
color: #2f2c2c;
}
.remember-wrap .checkbox label:before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
position: absolute;
left: 0;
top: 8px;
border-radius: 3px;
border: none;
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
content: "\2714";
font-size: var(--mobile-body-font-size);
color: #fff;
text-align: center;
line-height: 14px;
}
.remember-wrap .checkbox.gray label:before {
background-color: #dce1e1;
}
.remember-wrap .checkbox.gray input[type=checkbox]:checked + label:before {
color: var(--primary-accent-color);
}
.remember-wrap .choose-select {
position: relative;
display: block;
}
.remember-wrap .choose-select:after {
content: '\e908';
display: block;
width: 60px;
height: 64px;
background-color: #f1f3f3;
position: absolute;
right: 0;
top: 0;
border-left: 2px solid #e3e9e9;
border-radius: 0 50px 50px 0;
font-family: seosight;
line-height: 64px;
text-align: center;
cursor: pointer;
}
.remember-wrap .choose-select .checked {
color: #cfcfcf;
right: 15px;
margin-top: 0;
}
.choose-select {
position: relative;
display: block;
}
.choose-select:after {
content: '\e908';
display: block;
width: 60px;
height: 64px;
background-color: #f1f3f3;
position: absolute;
right: 0;
top: 0;
border-left: 2px solid #e3e9e9;
border-radius: 0 50px 50px 0;
font-family: seosight;
line-height: 64px;
text-align: center;
cursor: pointer;
}
.choose-select .checked {
color: #cfcfcf;
right: 15px;
margin-top: 0;
} .inline-form .row .form-builder-item {
padding: 0;
}
.inline-form .row .form-builder-item:first-child {
padding-left: 15px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:first-child {
padding: 0 15px;
}
}
.inline-form .row .form-builder-item:last-child {
padding-right: 15px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:last-child {
padding: 0 15px;
}
}
.inline-form .row .form-builder-item input {
width: 100%;
float: left;
border-radius: 0;
}
.inline-form .row .form-builder-item:first-child input {
border-radius: 50px 0 0 50px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:first-child input {
border-radius: 50px;
}
}
.inline-form .row .form-builder-item:last-child input {
border-radius: 0 50px 50px 0;
margin-left: 2px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:last-child input {
border-radius: 50px;
margin-left: 0;
}
}
.inline-form .submit-wrap {
text-align: center;
}
.custom-checkbox.remember-wrap {
display: block;
clear: both;
}
.form-builder-item .remember-wrap .checkbox label {
color: inherit;
}
.submit-wrap button {
padding: 20px 40px;
border:none;
}
button {
background-color: var(--primary-accent-color);
color: inherit;
}
input, textarea {
padding: 19px 40px;
border-color: transparent;
transition: all .3s ease;
font-size: var(--mobile-body-font-size);
color: #595959;
margin-bottom: 30px;
border-radius: 50px;
background-color: var(--ss-light-gray-color);
width: 100%;
}
input:focus, textarea:focus {
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
input.focus-white:focus, textarea.focus-white:focus {
background-color: #fff;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
input.input-dark, textarea.input-dark {
background-color: #373434;
color: #a5a5a5;
border-radius: 50px;
}
input.input-white, textarea.input-white {
background-color: #fff;
}
input.input-standard-grey:focus, textarea.input-standard-grey:focus {
color: var(--primary-accent-color);
}
.focus-white .form-builder-item input:focus,
.focus-white .form-builder-item textarea:focus {
background-color: #fff;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.input-dark.form-builder-item label {
color: #fff;
}
.input-dark.form-builder-item input,
.input-dark.form-builder-item textarea,
.input-dark.form-builder-item select {
background-color: #373434;
color: #a5a5a5;
border-radius: 50px;
}
.input-dark.form-builder-item input:focus,
.input-dark.form-builder-item textarea:focus,
.input-dark.form-builder-item select:focus {
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.input-standard-grey.form-builder-item input:focus,
.input-standard-grey.form-builder-item textarea:focus {
box-shadow: 17px 0 60px #d3dcdc;
background-color: #fff;
}
.input-white.form-builder-item input,
.input-white.form-builder-item textarea {
background-color: #fff;
}
input.inline-first {
border-radius: 50px 0 0 50px;
width: 100%;
float: left;
}
@media (max-width: 1024px) {
input.inline-first {
border-radius: 50px;
margin-bottom: 30px;
}
}
input.inline-last {
border-radius: 0 50px 50px 0;
margin-left: 2px;
width: 100%;
float: left;
}
@media (max-width: 1024px) {
input.inline-last {
border-radius: 50px;
}
}
.form-builder-item label {
margin: 0 0 10px 20px;
display: inline-block;
float: left;
position: relative;
}
.field-recaptcha label {
display: none;
}
.field-recaptcha {
min-height: 100px;
padding-bottom: 30px;
}
.crumina-module .fw-flash-type-success,
.crumina-module .fw-flash-type-error {
font-size: var(--heading-1-font-size);
}
.fw-form-loading {
border-radius: 50px;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
form input:not([type="hidden"]) + p {
margin: -25px 0 25px 15px;
font-size: var(--mobile-body-font-size);
}
.servises-title a {
color: inherit !important;
}
[type="checkbox"], [type="radio"] {
display: block;
width: auto;
clear: both;
margin: 4px 0 10px 20px;
float: left;
}
.contact-form [type="checkbox"], .contact-form [type="radio"] {
display: block;
width: auto;
clear: both;
margin: 5px 0 10px 20px;
float: left;
}
.contact-form [type="checkbox"]:focus, .contact-form [type="radio"]:focus {
box-shadow: none;
}
.contact-form .input-dark.form-builder-item [type="checkbox"]:focus, .contact-form .input-dark.form-builder-item [type="radio"]:focus {
box-shadow: none;
}
.wrap-forms input, .wrap-forms textarea, .wrap-forms select {
margin-bottom: 0;
}
.wrap-forms > .row .form-builder-item {
margin-bottom: 30px;
}
.wrap-forms > .row:last-child .form-builder-item,
.wrap-forms > .row:first-child .form-builder-item {
margin-bottom: 0;
}
.radio {
overflow: hidden;
display: block;
clear: both;
}
.radio label {
cursor: pointer;
padding-left: 45px;
position: relative;
margin-left: 10px;
}
.radio label span {
display: block;
position: absolute;
left: 10px;
top: 0;
transition-duration: 0.2s;
}
.radio label .circle {
border: 1px solid #bee9e8;
height: 18px;
width: 18px;
border-radius: 100%;
}
.radio label .check {
height: 18px;
width: 18px;
border-radius: 100%;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
background-color: var(--primary-accent-color);
}
.radio label .check:after {
display: block;
position: absolute;
content: "";
background-color: rgba(0, 0, 0, 0.87);
left: -18px;
top: -18px;
height: 50px;
width: 50px;
border-radius: 100%;
z-index: 1;
opacity: 0;
margin: 0;
-webkit-transform: scale3d(1.5, 1.5, 1);
transform: scale3d(1.5, 1.5, 1);
}
.radio input[type=radio] {
opacity: 0;
height: 0;
width: 0;
overflow: hidden;
display: none;
}
.radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle {
opacity: 1;
}
.radio input[type=radio]:checked ~ .circle {
border-color: var(--primary-accent-color);
}
.radio input[type=radio]:checked ~ .check {
-webkit-transform: scale3d(0.45, 0.45, 1);
transform: scale3d(0.45, 0.45, 1);
background-color: var(--primary-accent-color);
}
.radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle {
opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check {
background-color: #000000;
}
.radio input[type=radio][disabled] ~ .circle {
border-color: #000000;
} .navigation-pages {
margin: 20px auto;
width: 100%;
position: relative;
max-width: 770px;
text-align: center;
}
.navigation-pages .page-numbers {
position: relative;
background: #fff;
display: inline-block;
margin: 0 12px 0 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 2px solid transparent;
text-transform: uppercase;
color: #595959;
font-size: var(--post-info-font-size);
border-radius: 100%;
transition: all .3s ease;
}
@media (max-width: 640px) {
.navigation-pages .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
font-size: var(--mobile-body-font-size);
margin: 0 8px 0 0;
}
}
@media (max-width: 460px) {
.navigation-pages .page-numbers {
width: 25px;
height: 25px;
line-height: 22px;
font-size: var(--post-meta-font-size);
margin: 0 8px 0 0;
}
}
.navigation-pages .page-numbers.current {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.navigation-pages .page-numbers:hover {
color: var(--primary-accent-color);
}
.navigation-pages .page-numbers.loading {
border: 2px solid var(--primary-accent-color);
}
.navigation-pages .page-numbers.loading .load-more-spinner {
fill: var(--primary-accent-color);
stroke: var(--primary-accent-color);
}
.navigation-pages .page-numbers.next, .navigation-pages .page-numbers.prev {
width: auto;
}
.navigation-pages .page-numbers.next.loading, .navigation-pages .page-numbers.prev.loading {
border: none;
}
.navigation-pages .page-numbers span {
position: relative;
}
.navigation-pages .page-numbers.bg-border-color {
background-color: #f7f9f9;
}
.navigation-pages .page-numbers.bg-border-color.current {
background-color: transparent;
}
.navigation-pages .next {
float: right;
}
.navigation-pages .next:hover .btn-next {
margin-right: 0;
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
.navigation-pages .prev {
float: left;
}
.navigation-pages .prev:hover .btn-prev {
margin-left: 0;
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
.navigation-pages .btn-next,
.navigation-pages .btn-prev {
position: relative;
top: auto;
right: initial;
left: initial;
-webkit-transform: none;
transform: none;
}
.page-links {
display: inline-block;
padding: 15px 20px;
background-color: #fff;
border-radius: 50px;
}
.page-links a {
position: relative;
background: #f7f9f9;
display: inline-block;
margin: 0 8px 0 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid transparent;
text-transform: uppercase;
color: #7b7b7b;
font-size: var(--mobile-body-font-size);
border-radius: 100%;
transition: all .3s ease;
} body:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(47, 44, 44, 0.85);
opacity: 0;
transition: opacity .3s ease;
z-index: -999;
}
body.overlay-enable:before {
opacity: .8;
z-index: 10;
}
#overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
background: rgba(47, 44, 44, 0.85);
opacity: .8;
z-index: 25;
}
.overlay_search {
z-index: 100;
position: fixed;
top: -100%;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
display: flex;
}
.overlay_search:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: rgba(37, 35, 35, 0.97);
width: 100%;
height: 0;
padding-bottom: 100%;
border-radius: 100%;
-webkit-transform: scale(0.04) translateY(9999px);
transform: scale(0.04) translateY(9999px);
overflow: hidden;
}
.overlay_search .form_search-wrap {
width: 75%;
opacity: 0;
margin: auto;
}
@media (max-width: 1024px) {
.overlay_search .form_search-wrap {
padding: 0 15px;
}
}
@media (max-width: 768px) {
.overlay_search .form_search-wrap {
width: 90%;
}
}
.overlay_search .form_search-wrap form {
position: relative;
transition: all .3s ease;
}
.overlay_search .form_search-wrap form .overlay_search-input {
background-color: transparent;
padding: 0 0 25px;
border: none;
border-bottom: 2px solid #707070;
color: #707070;
font-size: var(--heading-5-font-size);
transition: all .3s ease;
width: 100%;
border-radius: 0;
}
.overlay_search .form_search-wrap form .overlay_search-input:hover {
border-bottom: 2px solid #fff;
color: #595959;
}
.overlay_search .form_search-wrap form .overlay_search-input:hover + .overlay_search-close span {
background: #595959;
}
.overlay_search .form_search-wrap form .overlay_search-input:focus {
border-bottom: 2px solid var(--primary-accent-color);
color: #fff;
box-shadow: none;
}
.overlay_search .form_search-wrap form .overlay_search-input:focus + .overlay_search-close span {
background-color: var(--primary-accent-color);
}
.overlay_search .form_search-wrap form .overlay_search-close {
width: 30px;
height: 30px;
position: absolute;
display: block;
right: -5px;
top: 0;
}
.overlay_search .form_search-wrap form .overlay_search-close span {
display: block;
height: 2px;
background: #707070;
border-radius: 10px;
margin: auto;
width: 100%;
transition: all .3s ease;
top: 50%;
position: absolute;
}
.overlay_search .form_search-wrap form .overlay_search-close span:first-of-type {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.overlay_search .form_search-wrap form .overlay_search-close span:last-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.open .overlay_search {
top: 0;
}
.open .overlay_search:before {
-webkit-animation: menu-animation 0.8s ease-out forwards;
animation: menu-animation 0.8s ease-out forwards;
}
.open .overlay_search .form_search-wrap {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
transition: transform .5s ease-out, opacity 1s ease-out;
transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
transition-delay: .5s;
}
@-webkit-keyframes menu-animation {
0% {
opacity: 0;
-webkit-transform: scale(0.04) translateY(300%);
transform: scale(0.04) translateY(300%);
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
transition: ease-out;
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
}
60% {
opacity: 1;
-webkit-transform: scale(0.02) translateY(0px);
transform: scale(0.02) translateY(0px);
}
61% {
-webkit-transform: scale(0.04);
transform: scale(0.04);
}
99.9% {
height: 0;
padding-bottom: 100%;
border-radius: 100%;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
height: 100%;
padding-bottom: 0;
border-radius: 0;
}
}
@keyframes menu-animation {
0% {
opacity: 0;
-webkit-transform: scale(0.04) translateY(300%);
transform: scale(0.04) translateY(300%);
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
transition: ease-out;
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
}
60% {
opacity: 1;
-webkit-transform: scale(0.02) translateY(0px);
transform: scale(0.02) translateY(0px);
}
61% {
-webkit-transform: scale(0.04);
transform: scale(0.04);
}
99.9% {
height: 0;
padding-bottom: 100%;
border-radius: 100%;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
height: 100%;
padding-bottom: 0;
border-radius: 0;
}
}
.right-menu {
position: fixed;
right: 0;
top: 0;
max-width: 500px;
height: 100%;
z-index: 555;
transition: all .4s ease;
-webkit-transform: translateX(100%);
transform: translateX(100%);
will-change: transform;
background-color: #fff;
}
@media (max-width: 768px) {
.right-menu {
text-align: center;
}
}
@media (max-width: 570px) {
.right-menu {
max-width: 100%;
}
}
.right-menu .ps {
max-height: 100%;
}
@media (max-width: 570px) {
.right-menu .logo {
flex-direction: column;
text-align: center;
}
}
@media (max-width: 570px) {
.right-menu .logo img {
margin-right: 0;
margin-bottom: 15px;
}
}
@media (max-width: 570px) {
.right-menu .login-btn-wrap .btn {
float: none;
}
}
@media (max-width: 570px) {
.right-menu .remember-wrap {
display: block;
margin-top: 20px;
}
}
.right-menu.opened {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.right-menu.opened .right-menu-wrap .user-menu-close {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.right-menu .right-menu-wrap {
padding: 80px 75px 30px;
background-color: #fff;
}
@media (max-width: 570px) {
.right-menu .right-menu-wrap {
padding: 30px 30px 15px;
}
}
.right-menu .user-menu-close {
position: absolute;
left: -25px;
top: 83px;
width: 50px;
height: 50px;
border: 2px solid #2f2c2c;
border-radius: 50%;
z-index: 35;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
transition: all .3s ease;
transition-delay: .3s;
background-color: #fff;
}
@media (max-width: 768px) {
.right-menu .user-menu-close {
left: auto;
right: 15px;
top: 15px;
}
}
.right-menu .user-menu-content {
width: 90%;
height: 90%;
border-radius: 50%;
display: block;
background-color: var(--secondary-accent-color);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.right-menu .user-menu-content span {
display: block;
height: 3px;
background: #fff;
border-radius: 10px;
margin: auto;
width: 50%;
transition: all .3s ease;
left: 25%;
top: 46%;
position: absolute;
}
.right-menu .user-menu-content span:first-of-type {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.right-menu .user-menu-content span:last-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.right-menu .text {
margin-bottom: 0;
}
.right-menu .widget {
padding: 30px 75px 40px;
margin-bottom: 0;
}
@media (max-width: 570px) {
.right-menu .widget {
padding: 15px 30px;
}
}
.right-menu .widget:nth-child(even) {
background-color: transparent;
}
.right-menu .widget:nth-child(odd) {
background-color: var(--ss-light-gray-color);
} .theme-custom-scroll {
overflow: auto;
height: 100%;
-webkit-overflow-scrolling: touch;
scrollbar-color: var(--ss-light-gray-color) transparent;
scrollbar-width: thin;
}
.theme-custom-scroll::-webkit-scrollbar {
width: 20px;
}
.theme-custom-scroll::-webkit-scrollbar-track {
background-color: transparent;
}
.theme-custom-scroll::-webkit-scrollbar-thumb {
background-color: var(--ss-light-gray-color);
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
.theme-custom-scroll::-webkit-scrollbar-thumb:hover {
background-color: var(--primary-accent-color);
} .pagination-arrow {
margin: 40px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.pagination-arrow .btn-nav {
display: flex;
align-items: center;
color: inherit;
}
.pagination-arrow .btn-nav:hover {
color: var(--primary-accent-color);
}
.pagination-arrow .btn-nav:hover .btn-content-title {
color: inherit;
}
.pagination-arrow .all-project,
.pk-all-project{
font-size: 32px;
}
.pagination-arrow .crumina-icon {
fill: #595959;
width: 64px;
height: 64px;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.pagination-arrow .btn-next-wrap {
width: 45%;
justify-content: flex-end;
}
.pagination-arrow .btn-next-wrap .btn-content {
text-align: right;
margin-right: 30px;
}
.pagination-arrow .btn-next-wrap:hover .crumina-icon {
fill: currentColor;
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
.pagination-arrow .btn-prev-wrap {
width: 45%;
}
.pagination-arrow .btn-prev-wrap .btn-content {
margin-left: 30px;
}
.pagination-arrow .btn-prev-wrap:hover .crumina-icon {
fill: currentColor;
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
.pagination-arrow .btn-content-subtitle {
font-size: var(--mobile-body-font-size);
margin-bottom: 0;
}
.pagination-arrow .btn-content-title {
text-transform: uppercase;
font-size: var(--body-font-size);
font-weight: 600;
transition: all .3s ease;
}
@media (max-width: 768px) {
.pagination-arrow {
margin: 30px 0;
}
.pagination-arrow .btn-content-subtitle {
display: none;
}
.pagination-arrow .btn-content-title {
margin-bottom: 0;
}
.pagination-arrow .btn-next-wrap .btn-content {
margin-right: 10px;
}
.pagination-arrow .btn-prev-wrap .btn-content {
margin-left: 10px;
}
}
@media(max-width: 767px) {
.pk-pagination-arrow .pk-btn-content {
display: none;
}
}
.project-meta {
margin-bottom: 30px;
}
.project-meta .post__date + .sl-wrapper {
margin-left: 20px;
}
.project-meta + .crumina-heading {
margin-bottom: 30px;
}
.project-meta .sl-wrapper .count-likes {
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
}
.project-meta .likes {
display: inline-block;
color: #ff454f;
vertical-align: middle;
}
.project-meta .likes .count-likes {
font-size: var(--body-font-size);
float: left;
}
.project-meta .likes i {
font-size: var(  --meta-text-font-size);
float: left;
margin-right: 5px;
}
.challenge-solutions .challenge-solutions-thumb {
border: 2px solid var(--ss-light-gray-color);
border-radius: 10px;
padding: 30px;
}
.challenge-solutions .challenge-solutions-thumb img {
margin-bottom: 30px;
}
.challenge-solutions .challenge-solutions-thumb .text {
padding-left: 30px;
font-size: var(--mobile-body-font-size);
margin-bottom: 0;
}
.challenge-solutions .challenge-solutions-content .crumina-heading:first-child {
margin-bottom: 40px;
}
.product-description-ver3 {
position: relative;
}
.product-description-ver3 .product-description-ver3-thumb {
width: auto;
margin: 0 auto;
position: relative;
padding: 60px 0 40px 0;
}
@media (max-width: 768px) {
.product-description-ver3 .product-description-ver3-thumb {
padding-bottom: 30px;
}
}
.half-height-bg {
position: absolute;
height: 50%;
left: 0;
right: 0;
bottom: 0;
}
.image-shadow-rounded {
border-radius: 10px;
border-color: transparent;
box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
} .popup-search {
width: auto;
padding: 40px 30px 10px 30px;
border-radius: 5px;
position: absolute;
top: 38px;
right: 0;
left: auto;
background-color: #fff;
z-index: 111;
box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
visibility: hidden;
opacity: 0;
max-height: 0;
transition: all .3s ease;
}
.popup-search.open {
visibility: visible;
opacity: 1;
max-height: 50vh;
}
@media (max-width: 460px) {
.popup-search {
padding: 20px;
}
}
.popup-search .search {
background-color: var(--ss-light-gray-color);
padding: 17px 40px;
font-size: var(--mobile-body-font-size);
color: #797676;
border-color: transparent;
border-radius: 50px 0 0 50px;
float: left;
width: 85%;
}
.popup-search .search-btn {
display: inline-block;
background-color: #2f2c2c;
padding: 20px 5px;
border-radius: 0 50px 50px 0;
font-size: var(--button-font-size);
text-transform: uppercase;
cursor: pointer;
position: relative;
color: #fff;
width: 60px;
height: 64px;
}
.popup-search .search-btn i:hover {
color: var(--secondary-accent-color);
}
.popup-search .search-inline {
position: relative;
margin-bottom: 30px;
}
.popup-search .search-inline input {
width: 100%;
margin-bottom: 0;
}
@media (max-width: 460px) {
.popup-search .search-inline input {
margin-bottom: 0;
}
}
.popup-search .search-inline .search-btn {
position: absolute;
right: 0;
top: 0;
text-align: center;
height: 100%;
}
.popup-search .search-inline .search-btn i {
margin-left: 0;
}
.no-results.no-found .page-header {
margin-bottom: 30px;
}
.no-results.no-found .page-content p {
margin-bottom: 30px;
} @media (max-width: 360px) {
.post {
margin-bottom: 30px;
}
}
.post .post__date {
background-color: #f7f9f9;
display: inline-block;
padding: 15px 25px;
border-radius: 50px;
font-size: var(--mobile-body-font-size);
margin-bottom: 20px;
}
.post .post__content {
padding-bottom: 30px;
max-width: 100%;
border-bottom: 1px solid var(--ss-light-gray-color);
clear: both;
margin-bottom: 30px;
}
.post .post__content .post__title {
margin-bottom: 15px;
display: block;
}
.post .post__content .post__title:hover {
color: var(--primary-accent-color);
}
.post .post__content .post__text {
margin-bottom: 0;
font-size: var(--mobile-body-font-size);
}
.post .post__content ul {
padding-left: 20px;
}
.post .post__content ul:not(.blocks-gallery-grid) li {
margin-top: 1em;
margin-bottom: 1em;
}
.post .post__content .post__content-info .post-additional-info .category {
font-size: var(--mobile-body-font-size);
}
@media (max-width: 980px) {
.post .post__content .post__content-info .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post .post__content .post__content-info .post-additional-info > span {
display: inline-block;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post .post__content .post__content-info .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
.post .post__content .post__content-info .post-tags {
padding-top: 30px;
}
.post .post__author {
display: table;
font-size: var(--mobile-body-font-size);
}
.post .post__author .avatar {
float: left;
display: table-cell;
vertical-align: middle;
margin-right: 15px;
}
.post .post__author-name {
display: table-cell;
vertical-align: middle;
}
.post .post__author-name a {
font-size: var(--mobile-body-font-size);
color: var(--global-link-color);
display: inline-block;
}
.post .post__author-name a:hover {
color: var(--primary-accent-color);
}
@media (max-width: 480px) {
.post .post__author-name a {
white-space: nowrap;
}
}
.post .post__author-name a .post__author-link:hover {
color: var(--primary-accent-color);
}
.post__content ul li:before {
color: var(--secondary-accent-color);
}
.post-standard {
padding: 40px 20px 20px;
background-color: var(--ss-light-gray-color);
position: relative;
margin-bottom: 60px;
}
.post-standard blockquote::before {
color: #dadada;
}
.post-standard .btn {
margin-bottom: 20px;
}
.post-standard .gallery-caption {
background-color: #fff;
}
@media (max-width: 460px) {
.post-standard .gallery-caption {
font-size: var(--post-meta-font-size);
}
}
.post-standard .more-link {
padding-top: 20px;
}
.post-standard .more-link .btn {
margin-bottom: 0;
}
@media (max-width: 480px) {
.post-standard {
padding: 30px 15px 15px;
}
}
@media (max-width: 480px) {
.post-standard {
margin-bottom: 30px;
}
}
.post-standard.has-post-thumbnail {
padding: 20px;
}
@media (max-width: 480px) {
.post-standard.has-post-thumbnail {
padding: 50px 15px 15px;
}
}
.post-standard:hover .overlay {
opacity: 1;
}
.post-standard:hover .post-thumb .link-image {
opacity: 1;
left: 50%;
}
.post-standard:hover .post-thumb .link-post {
opacity: 1;
right: 50%;
}
.post-standard .post-thumb-wrap {
text-align: center;
}
.post-standard .post-thumb {
position: relative;
display: inline-block;
margin-bottom: 60px;
box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
text-align: center;
}
.post-standard .post-thumb.swiper-slide {
box-shadow: none;
}
@media (max-width: 480px) {
.post-standard .post-thumb {
margin-bottom: 40px;
}
}
.post-standard .post-thumb .link-image {
color: #fff;
font-size: var(--heading-3-font-size);
position: absolute;
top: 50%;
left: 0;
transform: translate(75%, -50%);
-webkit-transform: translate(75%, -50%);
-ms-transform: translate(75%, -50%);
opacity: 0;
z-index: 50;
transition: all .6s ease;
}
.post-standard .post-thumb .link-image:hover {
color: var(--primary-accent-color);
}
.post-standard .post-thumb .link-post {
color: #fff;
font-size: var(--heading-3-font-size);
position: absolute;
top: 50%;
right: 0;
transform: translate(-75%, -50%);
-webkit-transform: translate(-75%, -50%);
-ms-transform: translate(-75%, -50%);
opacity: 0;
z-index: 50;
transition: all .6s ease;
}
.post-standard .post-thumb .link-post:hover {
color: var(--primary-accent-color);
}
.post-standard .post-thumb.custom-bg {
background-size: cover;
background-position: center;
width: 100%;
margin-bottom: 0;
box-shadow: none;
}
.post-standard .post-thumb iframe {
display: block;
max-width: 100%;
}
.post-standard .post__content {
padding-left: 15px;
padding-bottom: 0;
margin-bottom: 0;
}
.post-standard .post__content .post__author {
margin-right: 40px;
float: left;
text-align: center;
}
@media (max-width: 480px) {
.post-standard .post__content .post__author {
margin-bottom: 20px;
text-align: left;
display: block;
float: none;
}
}
.post-standard .post__content .post__author img {
margin: 0 auto;
display: block;
margin-bottom: 10px;
float: none;
}
@media (max-width: 480px) {
.post-standard .post__content .post__author img {
float: left;
margin-right: 20px;
}
}
.post-standard .post__content .post__author .post__author-name {
display: block;
}
.post-standard .post__content .post__author .post__author-name a {
display: block;
}
.post-standard .post__content .post__content-info {
overflow: hidden;
padding: 1px;
}
.post-standard .post__content .post__content-info .btn:hover {
background-color: var(--primary-accent-color);
}
@media (max-width: 480px) {
.post-standard .post__content .post__content-info {
clear: both;
}
}
.post-standard .post__content .post__title {
text-transform: uppercase;
margin-top: 0;
font-size: var(--heading-5-font-size);
}
.post-standard .post__content .post__text {
margin-bottom: 30px;
}
@media (max-width: 480px) {
.post-standard .post__content .post__text {
margin-bottom: 20px;
}
}
.post-standard .post__content .post-tags {
padding-top: 30px;
}
@media (max-width: 980px) {
.post-standard .post__content .post-additional-info > span {
display: block;
}
}
.post-standard .post__content .post-additional-info .category a:hover {
color: var(--primary-accent-color);
}
.post-standard .overlay {
opacity: 0;
}
.post-standard.sticky:before {
content: '\e952';
font-family: "seosight";
display: block;
width: 50px;
height: 50px;
background-color: #f04e4e;
line-height: 50px;
text-align: center;
color: #fff;
font-size: var(--post-info-font-size);
position: absolute;
top: -30px;
left: 60px;
z-index: 5;
}
.post--grid.sticky::before {
top: -20px;
}
@media (max-width: 799px) {
.post-standard.sticky:before,
.post--grid.sticky::before {
top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
}
}
.post-standard.video .overlay {
opacity: 1;
}
.post-standard.video .play-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 10;
}
.post-standard.slider:hover .post-thumb .overlay {
opacity: 0;
}
.post-standard.slider .post-thumb {
margin-bottom: 0;
}
.post-standard.slider .post-standard-thumb-slider {
margin-bottom: 60px;
}
.post-standard.slider .pagination, .post-standard.slider .swiper-pagination {
bottom: 40px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.post-standard.quote .post-thumb {
padding: 100px 120px;
text-align: left;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
.post-standard.quote .post-thumb {
padding: 30px;
}
}
.post-standard.quote .post-thumb .testimonial-content {
position: relative;
}
.post-standard.quote .post-thumb .testimonial-content .author-info-wrap .author-info .author-name {
color: var(--primary-accent-color);
}
.post-standard.quote .post-thumb .testimonial-img-author {
float: left;
margin-right: 30px;
}
.post-standard.quote .post-thumb .author-name {
margin: 0;
}
.post-standard.quote .post-thumb .text {
font-size: var(--heading-5-font-size);
color: #fff;
line-height: 1.4;
}
.post-standard.quote .post-thumb .text p {
font-size: var(--heading-5-font-size);
color: #fff;
line-height: 1.4;
}
@media (max-width: 570px) {
.post-standard.quote .post-thumb .text p {
font-size: var(--body-font-size);
}
}
@media (max-width: 570px) {
.post-standard.quote .post-thumb .text {
font-size: var(--body-font-size);
}
}
.post-standard.quote .post-thumb .quote {
position: absolute;
right: 0;
bottom: -30px;
}
@media (max-width: 360px) {
.post-standard.quote .post-thumb .quote {
display: none;
}
}
.post-standard.quote .post-thumb .quote i {
font-size: 140px;
color: #fcd846;
}
@media (max-width: 980px) {
.post-standard.quote .post-thumb .quote i {
font-size: 90px;
}
}
.post-standard.audio .post-thumb {
height: auto;
overflow: hidden;
}
@media (max-width: 360px) {
.post-standard.audio .post-thumb {
height: auto;
}
}
.post-standard.audio .post-thumb .author-photo {
position: relative;
float: left;
z-index: 5;
}
@media (max-width: 360px) {
.post-standard.audio .post-thumb .author-photo {
float: none;
}
}
.post-standard.audio .post-thumb .author-photo .overlay-audio {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(43, 48, 68, 0.8);
}
.post-standard.audio .post-thumb .author-photo .play-audio {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.post-standard.audio .post-thumb .author-photo .play-audio i {
font-size: 46px;
color: #fff;
}
.post-standard.audio .post-thumb .audio-player .composition-time .time-over {
color: var(--primary-accent-color);
}
.post-standard.link .post-thumb {
padding: 120px 100px;
text-align: left;
margin-bottom: 20px;
width: 100%;
}
@media (max-width: 1024px) {
.post-standard.link .post-thumb {
padding: 80px;
}
}
@media (max-width: 570px) {
.post-standard.link .post-thumb {
padding: 30px;
}
}
.post-standard.link .post-thumb .site-link {
color: var(--primary-accent-color);
display: block;
}
.post-standard.link .thumb-content-title {
color: #fff;
margin-bottom: 30px;
display: block;
}
.post-standard.link .thumb-content {
position: relative;
z-index: 50;
}
.post-standard.link .thumb-content .post-link {
display: block;
position: absolute;
right: 0;
bottom: 0;
}
.post-standard.link .thumb-content .post-link i {
font-size: 75px;
color: #fff568;
}
.post-standard.post--grid {
padding: 30px;
}
.post-standard.post--grid .post-thumb {
margin-bottom: 40px;
}
.post-standard.post--grid .category {
display: flex;
align-items: center;
font-size: var(--post-meta-font-size);
margin-bottom: 15px;
}
.post-standard.post--grid .category a:hover {
color: var(--primary-accent-color);
}
.post-standard.post--grid .post-additional-info {
margin-bottom: 10px;
}
.post-standard.post--grid .more-link {
padding-top: 0;
margin-left: auto;
}
.post-standard.post--grid .more-link:hover i {
color: var(--primary-accent-color);
}
.post-standard.post--grid .more-link a {
display: block;
height: 22px;
}
.post-standard.post--grid .more-link i {
font-size: var( --info-text-font-size);
transition: all .15s ease;
}
.post-standard.post--grid .post__content .post__author .post__author-name {
font-size: var(--post-meta-font-size);
}
.post-standard.post--grid .post .post__author-name a {
font-size: var(--post-meta-font-size);
}
.post-standard.post--grid .post__content .post__author {
margin-right: 0;
float: none;
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
}
.post-standard.post--grid .post__content .post__author img {
margin: 0 10px 0 0;
width: 30px;
height: 30px;
}
.post-standard.post--grid .post__content .post__author .post__author-name a {
display: inline-block;
}
.post-standard.post--grid .post__content .post__title {
font-size: var(--post-info-font-size);
margin-bottom: 10px;
}
.related.post-standard.post--grid .post__content .post__title{
font-size: var(--body-font-size);
text-transform: none;
font-weight: 700;
margin-bottom: 8px;
}
.post-standard.post--grid .post__content .post__content-info .post-additional-info .post__date,
.post-standard.post--grid .post__content .post__content-info .post-additional-info .comments-link,
.post-standard.post--grid .post__content .post__content-info .post-additional-info {
display: inline-flex;
align-items: center;
font-size: var(--post-meta-font-size);
}
.post-standard.post--grid .post__content .post__content-info .post-additional-info i,
.post-standard.post--grid .category i {
font-size: var(--service-text-font-size);
margin-right: 6px;
}
.post-standard.post--grid.post--grid-main .post-thumb {
margin-bottom: 60px;
}
.post-standard.post--grid.post--grid-main .post__content .post__title {
font-size: var(--heading-5-font-size);
}
.post-standard.post--grid.post--grid-main .post__content .post__author .post__author-name {
font-size: var(--mobile-body-font-size);
}
.post-standard.post--grid.post--grid-main .post .post__author-name a {
font-size: var(--mobile-body-font-size);
}
.post-standard.post--grid.post--grid-main .post__content .post__author img {
width: 40px;
height: 40px;
}
.post-standard.post--grid.post--grid-main .category {
font-size: var(--mobile-body-font-size);
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i,
.post-standard.post--grid.post--grid-main .category i {
font-size: var(--post-info-font-size);
margin-right: 10px;
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
font-size: var(--mobile-body-font-size);
}
.post-standard.post--grid.post--grid-main.slider .post-thumb {
margin-bottom: 0;
}
.post-standard.post--grid.slider .post-thumb {
margin-bottom: 0;
}
.post-standard.post--grid.quote {
padding: 40px 30px;
}
.post-standard.post--grid.quote .post-thumb {
padding: 80px 45px;
text-align: center;
margin-bottom: 0;
}
.post-standard.post--grid.quote .post-thumb .quote {
position: relative;
right: auto;
bottom: auto;
}
.post-standard.post--grid.quote .post-thumb .text p {
font-size: var(--post-info-font-size);
}
.post-standard.post--grid.quote .post-thumb .author-name {
font-size: var(--mobile-body-font-size);
}
.post-standard.post--grid.quote .post-thumb .author-company {
font-size: var(--post-meta-font-size);
}
.post-standard.post--grid.quote .post-thumb .testimonial-img-author {
float: none;
margin-right: 15px;
}
.post-standard.post--grid.quote .author-info-wrap {
display: inline-flex;
align-items: center;
text-align: left;
width: auto;
}
.post-standard.post--grid.link {
padding: 40px 30px;
}
.post-standard.post--grid.link .post-thumb {
padding: 80px 45px;
text-align: center;
margin-bottom: 0;
}
.post-standard.post--grid.link .post-thumb .thumb-content .post-link {
position: relative;
right: auto;
bottom: auto;
margin-bottom: 25px;
}
.post-standard.post--grid.link .thumb-content-title {
font-size: var(--post-info-font-size);
}
.post-standard.post--grid.post--grid-masonry {
padding: 0;
}
.post-standard.post--grid.post--grid-masonry .post__content {
padding: 40px;
}
.related.post-standard.post--grid.post--grid-masonry{
margin: 0;
}
.related.post-standard.post--grid.post--grid-masonry .post__content{
padding: 30px 30px 20px;
}
.post-standard.post--grid.post--grid-masonry .post-thumb {
box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
margin-bottom: 0;
}         .post-standard.post--grid.post--grid-masonry.slider .post-standard-thumb-slider {
margin-bottom: 0;
}
.post--grid-container .post-standard {
height: calc(100% - 30px);
}
.post--loadmore-container .animate,
.post--grid-container .animate {
-webkit-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
.post-additional-info {
margin-bottom: 25px;
}
@media (max-width: 480px) {
.post-additional-info {
margin-bottom: 15px;
}
}
.post-additional-info i {
font-size: var(--post-info-font-size);
margin-right: 10px;
color: #595959;
}
.post-additional-info .post__date {
padding: 0;
margin-right: 30px;
margin-bottom: 0;
background-color: transparent;
vertical-align: bottom;
}
@media (max-width: 980px) {
.post-additional-info .post__date {
display: block;
margin-bottom: 10px;
}
}
.post-additional-info .category {
margin-right: 30px;
display: inline-block;
vertical-align: bottom;
}
@media (max-width: 980px) {
.post-additional-info .category {
display: block;
margin-bottom: 10px;
}
}
.post-additional-info .category a {
display: inline-block;
}
.post-additional-info .post__comments {
font-size: var(--mobile-body-font-size);
display: inline-block;
vertical-align: bottom;
}
@media (max-width: 980px) {
.post-additional-info .post__comments {
display: block;
margin-bottom: 10px;
}
}
.post-additional-info .post__comments a:hover {
color: var(--primary-accent-color);
}
.post-additional-info .post__author-name a {
display: block;
}
.post__content {
word-break: break-word;
} .post-standard-details {
margin-bottom: 60px;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 640px) {
.post-standard-details {
margin-bottom: 30px;
}
}
.post-standard-details .post-thumb {
box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
margin-bottom: 40px;
line-height: 0;
display: inline-block;
}
.post-standard-details .form-inline input {
background-color: #f7f9f9;
margin-bottom: 0;
}
.post-standard-details .post__content {
margin-bottom: 30px;
}
.post-standard-details .post__content .post__text {
margin-bottom: 30px;
}
.post-standard-details .post__content .post__title {
text-transform: uppercase;
margin-bottom: 30px;
}
.post-standard-details .post__content .post-additional-info {
margin-bottom: 30px;
}
@media (max-width: 980px) {
.post-standard-details .post__content .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post-standard-details .post__content .post-additional-info > span {
display: inline-block;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post-standard-details .post__content .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
.post-standard-details .post__content .post-additional-info i {
vertical-align: middle;
font-size: var( --info-text-font-size);
margin-right: 14px;
}
.post-standard-details .post__content .post-additional-info .post__author {
display: inline-block;
margin-right: 30px;
overflow: hidden;
vertical-align: middle;
}
@media (max-width: 980px) {
.post-standard-details .post__content .post-additional-info .post__author {
display: block;
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post-standard-details .post__content .post-additional-info .post__author {
display: inline-block;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post-standard-details .post__content .post-additional-info .post__author {
display: block;
margin-bottom: 10px;
}
}
.post-standard-details .post__content .post-additional-info .post__author img {
margin-right: 10px;
}
.post-standard-details .post__content .post-additional-info .post__author > * {
display: inline-block;
vertical-align: middle;
}
.post-standard-details .post__content .post-additional-info .post__author .post__author-link {
display: inline-block;
}
.post-standard-details .post__content .post-additional-info .post__author .avatar {
float: none;
}
.post-standard-details .post__content .post-additional-info .post__date {
vertical-align: middle;
}
@media (max-width: 980px) {
.post-standard-details .post__content .post-additional-info .post__date {
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post-standard-details .post__content .post-additional-info .post__date {
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post-standard-details .post__content .post-additional-info .post__date {
display: inline-block;
margin-bottom: 10px;
}
}
.post-standard-details .post__content .post-additional-info .category {
vertical-align: middle;
}
.post-standard-details .post__content .post-additional-info .category a {
display: inline-block;
font-size: var(--mobile-body-font-size);
}
.post-standard-details .post__content .post-additional-info .category a:hover {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .post-additional-info .post__comments {
font-size: var(--mobile-body-font-size);
vertical-align: middle;
}
.post-standard-details .post__content .post-additional-info .post__comments:hover {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .post-additional-info .post__comments a {
font-size: var(--mobile-body-font-size);
}
.post-standard-details .post__content .post-additional-info .post__comments a:hover {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .post-additional-info .post__comments a:hover i {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .crumina-testimonial-item {
margin: 60px 0;
}
@media (max-width: 768px) {
.post-standard-details .post__content .crumina-testimonial-item {
margin: 30px 0;
}
}
.post-standard-details .post__content .list {
margin-bottom: 30px;
}
.post-standard-details .post__content .w-tags {
margin-bottom: 10px;
}
.post-standard-details .socials .social__item i {
font-size: var(--post-info-font-size);
transition: all .3s ease;
}
.post-standard-details .socials .social__item:hover i {
color: #08acee;
}
.post-standard-details .socials button {
background: none;
border: none;
cursor: pointer;
margin-left: 0;
opacity: .7;
transition: opacity .2s ease-in;
}
.post-standard-details .socials button:hover {
opacity: 1;
}
.post-standard-details .socials .label {
position: relative;
top: 2px;
}
.blog-details-author {
padding: 60px;
background-color: var(--ss-light-gray-color);
margin-bottom: 60px;
overflow: hidden;
display: flex;
align-items: center;
}
@media (max-width: 980px) {
.blog-details-author {
padding: 30px;
}
}
.blog-details-author .blog-details-author-thumb {
margin-right: 30px;
border-radius: 100%;
overflow: hidden;
min-width: 110px;
}
@media (max-width: 480px) {
.blog-details-author .blog-details-author-thumb {
margin-bottom: 30px;
}
}
.blog-details-author .blog-details-author-content {
overflow: hidden;
}
@media (max-width: 480px) {
.blog-details-author .blog-details-author-content {
clear: both;
}
}
.blog-details-author .blog-details-author-content .author-info {
margin-bottom: 0;
}
.blog-details-author .blog-details-author-content .author-info .author-name {
display: inline-block;
margin-right: 30px;
}
.blog-details-author .blog-details-author-content .author-info .author-info {
display: inline-block;
font-size: var(--mobile-body-font-size);
}
.blog-details-author .blog-details-author-content .text {
margin-bottom: 20px;
}
.blog-details-author .socials .social__item img {
width: 20px;
height: auto;
}
.format-video .post-thumb {
width: 100%;
position: relative;
}
body.author .blog-details-author {
margin-bottom: 30px;
}
.author .avatar {
border-radius: 100%;
} .gallery {
margin: 0 -5px 1.6em;
}
.gallery-item {
display: inline-block;
padding: 0;
text-align: center;
vertical-align: top;
width: 100%;
margin: 5px 0;
}
.gallery-item a {
padding: 0 5px;
display: inline-block;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
@media (max-width: 768px) {
.gallery-columns-3 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
@media (max-width: 768px) {
.gallery-columns-4 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
@media (max-width: 768px) {
.gallery-columns-5 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
@media (max-width: 768px) {
.gallery-columns-6 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
@media (max-width: 768px) {
.gallery-columns-7 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
@media (max-width: 768px) {
.gallery-columns-8 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
@media (max-width: 768px) {
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
font-size: .8rem;
line-height: 1.5;
background-color: #ececec;
margin: 10px 5px 10px;
border-radius: 5px;
padding: 2px 10px;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type="submit"] {
width: auto;
color: #fff;
cursor: pointer;
background-color: var(--primary-accent-color);
}
.post-password-form input[type="submit"]:hover {
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
color: #fff;
}
.post-password-form label input {
margin-top: 15px;
}
.post-standard .post-password-form label input {
background-color: #fff;
} .align-center,
.aligncenter {
text-align: center;
margin: 0 auto 20px;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
img.aligncenter {
display: block;
margin: 20px auto;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 2px solid var(--ss-light-gray-color);
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background: #fff;
text-align: center;
}
.wp-caption img {
margin-bottom: 15px;
}
.wp-caption.wp-caption-text {
font-size: var(--mobile-body-font-size);
margin-bottom: 0;
}
.wp-caption-text {
font-size: var(--mobile-body-font-size);
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
font-size: var(--mobile-body-font-size);
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.crum_single_image .wp-caption-text {
margin-top: 30px;
}
.search-panel {
display: flex;
align-items: center;
justify-content: space-around;
padding: 30px;
margin-bottom: 0;
background-color: var(--ss-light-gray-color);
}
@media (max-width: 1024px) {
.search-panel {
flex-direction: column;
align-items: flex-start;
padding: 20px;
}
}
.search-panel input {
margin: 0 30px;
background-color: #fff;
max-width: 100%;
}
@media (max-width: 1024px) {
.search-panel input {
margin: 30px 0;
width: auto;
}
}
.search-panel .title {
font-size: var(--post-info-font-size);
margin: 0;
}
@media (max-width: 560px) {
.post-standard.post--grid {
padding: 15px;
}
.post-standard.post--grid .post__content {
padding: 15px;
}
.post-standard.post--grid .post-thumb,
.post-standard.post--grid.post--grid-main .post-thumb {
margin-bottom: 20px;
}
.post-standard.post--grid.post--grid-main .post__content .post__title {
font-size: var(--body-font-size);
}
.post-standard.post--grid.post--grid-main .category {
font-size: var(--post-meta-font-size);
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i,
.post-standard.post--grid.post--grid-main .category i {
font-size: var(--post-meta-font-size);
margin-right: 5px;
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
font-size: var(--post-meta-font-size);
}
.post.post--grid .post__content .post__content-info .post-additional-info > span {
margin-bottom: 0;
}
.post.post--grid .post__content .post__text {
font-size: var(--mobile-body-font-size);
}
.post-standard.post--grid.slider .post-standard-thumb-slider {
margin-bottom: 20px;
}
.post-standard.post--grid.quote .post-thumb {
padding: 40px 25px;
}
.post-standard.post--grid.link .post-thumb {
padding: 40px 25px;
}
.post-standard.post--grid.slider .swiper-pagination {
bottom: 10px;
}
.post-standard.post--grid.link {
padding: 20px 15px;
}
}
@media (max-width: 480px) {
.post-standard.post--grid .post__content .post__author {
margin-bottom: 0;
}
} .pagination, .swiper-pagination {
position: absolute;
transition: all .3s ease;
align-items: center;
z-index: 5;
bottom: 10px;
left: 0;
right: 0;
}
.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
display: inline-block;
width: 15px;
height: 15px;
margin: auto 5px;
border-radius: 50%;
cursor: pointer;
transition: all .3s ease;
}
@media (max-width: 640px) {
.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
}
.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 15px;
height: 15px;
background-color: transparent;
border: 2px solid var(--primary-accent-color);
transition: all .3s ease;
}
@media (max-width: 640px) {
.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 10px;
height: 10px;
border-width: 1px;
}
}
.pagination.light .pagination-item, .pagination.light .swiper-pagination-bullet, .swiper-pagination.light .pagination-item, .swiper-pagination.light .swiper-pagination-bullet {
background-color: #f0f2f2;
}
.pagination.light .pagination-item.active, .pagination.light .pagination-item.swiper-pagination-bullet-active, .pagination.light .swiper-pagination-bullet.active, .pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.light .pagination-item.active, .swiper-pagination.light .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.light .swiper-pagination-bullet.active, .swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
border: 2px solid var(--primary-accent-color);
}
.pagination.dark .pagination-item, .pagination.dark .swiper-pagination-bullet, .swiper-pagination.dark .pagination-item, .swiper-pagination.dark .swiper-pagination-bullet {
background-color: #2f2c2c;
}
.pagination.dark .pagination-item.active, .pagination.dark .pagination-item.swiper-pagination-bullet-active, .pagination.dark .swiper-pagination-bullet.active, .pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.dark .pagination-item.active, .swiper-pagination.dark .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.dark .swiper-pagination-bullet.active, .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
border: 2px solid #fff;
}
.pagination.grey .pagination-item, .pagination.grey .owl-dot, .pagination.grey .swiper-pagination-bullet, .swiper-pagination.grey .pagination-item, .swiper-pagination.grey .owl-dot, .swiper-pagination.grey .swiper-pagination-bullet {
background-color: #d7d7d7;
}
.pagination.grey .pagination-item.active, .pagination.grey .pagination-item.swiper-pagination-bullet-active, .pagination.grey .owl-dot.active, .pagination.grey .owl-dot.swiper-pagination-bullet-active, .pagination.grey .swiper-pagination-bullet.active, .pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.grey .pagination-item.active, .swiper-pagination.grey .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.grey .owl-dot.active, .swiper-pagination.grey .owl-dot.swiper-pagination-bullet-active, .swiper-pagination.grey .swiper-pagination-bullet.active, .swiper-pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
border: 2px solid var(--primary-accent-color);
}
.pagination.pagination-vertical .pagination-item, .pagination.pagination-vertical .owl-dot, .swiper-pagination.pagination-vertical .pagination-item, .swiper-pagination.pagination-vertical .owl-dot {
display: block;
margin: 9px auto;
background-color: #acd373;
}
.pagination.pagination-vertical .pagination-item.active, .pagination.pagination-vertical .owl-dot.active, .swiper-pagination.pagination-vertical .pagination-item.active, .swiper-pagination.pagination-vertical .owl-dot.active {
border-color: #fff;
background-color: transparent;
}
.pagination.top-right, .swiper-pagination.top-right {
left: auto;
bottom: auto;
right: 0;
top: 0;
-webkit-transform: translate(0);
transform: translate(0);
}
.pagination.bottom-left, .swiper-pagination.bottom-left {
left: 0;
bottom: 0;
-webkit-transform: translate(0);
transform: translate(0);
top: auto;
}
@media (max-width: 1024px) {
.pagination.bottom-left, .swiper-pagination.bottom-left {
bottom: 20px;
}
}
.pagination.right-bottom, .swiper-pagination.right-bottom {
right: 100px;
bottom: -50px;
top: auto;
-webkit-transform: translate(0);
transform: translate(0);
}
.swiper-container-horizontal.pagination-bottom .swiper-pagination.bottom-left {
-webkit-transform: translate(0);
transform: translate(0);
}
.pagination-vertical {
padding-left: 100px;
}
.pagination-vertical .swiper-pagination {
display: block;
position: absolute;
left: 10px;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
bottom: auto;
}
.pagination-vertical .swiper-pagination .pagination-item, .pagination-vertical .swiper-pagination .owl-dot, .pagination-vertical .swiper-pagination .swiper-pagination-bullet {
display: block;
margin: 9px auto;
background-color: #fff;
opacity: .5;
}
.pagination-vertical .swiper-pagination .pagination-item.active, .pagination-vertical .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .owl-dot.active, .pagination-vertical .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #fff;
background-color: transparent;
opacity: 1;
}
.pagination-vertical.pagination-vertical-right {
padding-left: 0;
margin-left: 0;
padding-right: 100px;
margin-right: -100px;
}
.pagination-vertical.pagination-vertical-right .swiper-pagination {
left: auto;
right: 10px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.light-bg .swiper-pagination .pagination-item, .light-bg .swiper-pagination .owl-dot, .light-bg .swiper-pagination .swiper-pagination-bullet {
background-color: #000;
opacity: .5;
}
.light-bg .swiper-pagination .pagination-item.active, .light-bg .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .light-bg .swiper-pagination .owl-dot.active, .light-bg .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .light-bg .swiper-pagination .swiper-pagination-bullet.active, .light-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #000;
background-color: transparent;
opacity: 1;
}
.pagination-bottom {
padding-bottom: 60px;
}
.pagination-bottom .swiper-pagination {
bottom: 0;
top: auto;
}
.pagination-bottom .swiper-pagination.right-bottom {
bottom: -50px;
-webkit-transform: none;
transform: none;
}
.pagination-bottom-large {
padding-bottom: 120px;
}
@media (max-width: 570px) {
.pagination-bottom-large {
padding-bottom: 40px;
}
}
.swiper-container.top-pagination {
padding-top: 125px;
top: -105px;
margin-bottom: -105px;
z-index: auto;
}
@media (max-width: 1024px) {
.swiper-container.top-pagination {
padding-top: 0;
top: 0;
margin-bottom: 0;
}
}
.swiper-container.top-pagination .swiper-pagination {
top: 0;
bottom: auto;
left: auto;
}
@media (max-width: 1024px) {
.swiper-container.top-pagination .swiper-pagination {
margin-top: 30px;
}
} .load-more {
text-align: center;
margin: 0 auto;
cursor: pointer;
transition: all .3s ease;
display: block;
max-width: 120px;
}
.load-more .load-more-img-wrap {
margin-bottom: 20px;
position: relative;
display: block;
background: url(//www.krakendata.com/wp-content/themes/seosight/svg/load-more-arrow.svg) no-repeat center;
opacity: .15;
}
.load-more .load-more-img-wrap svg {
position: relative;
width: 80px;
height: 80px;
top: 4px;
}
.load-more .load-more-text {
color: #d7d7d7;
text-transform: uppercase;
transition: all .3s ease;
}
.load-more.loading .load-more-text {
opacity: 0;
}
.load-more:hover .load-more-text {
color: var(--primary-accent-color);
}
.load-more:hover .load-more-img-wrap {
-webkit-animation: rotate-img 1.5s infinite linear;
animation: rotate-img 1.5s infinite linear;
}
.load-more:hover .load-more-img-wrap svg {
-webkit-animation: rotate-img 2s infinite linear;
animation: rotate-img 2s infinite linear;
}
.load-more.last-page:hover .load-more-img-wrap {
-webkit-animation: none;
animation: none;
}
.load-more.last-page:hover .load-more-img-wrap img {
-webkit-animation: none;
animation: none;
}
@-webkit-keyframes rotate-img {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-img {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .nice-select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 20px 40px 20px 20px;
border-color: transparent;
transition: all .3s ease;
font-size: var(--mobile-body-font-size);
margin-bottom: 30px;
border-radius: 50px;
position: relative;
cursor: pointer;
background-color: var(--ss-light-gray-color);
}
.nice-select:focus {
background-color: #fff;
box-shadow: 17px 0 60px #d3dcdc;
}
.nice-select.focus-white:focus {
background-color: #fff;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.nice-select:after {
border-bottom: 2px solid #595959;
border-right: 2px solid #595959;
content: '';
display: block;
height: 10px;
margin-top: -8px;
pointer-events: none;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.15s ease-in-out;
width: 10px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select .list {
background-color: #fff;
border-radius: 10px;
border: 1px solid var(--ss-light-gray-color);
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-20px);
transform: scale(0.75) translateY(-20px);
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 38px;
list-style: none;
min-height: 38px;
outline: none;
padding-left: 40px;
padding-right: 60px;
transition: all 0.2s;
margin: 0;
font-size: .85em;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: var(--ss-light-gray-color);
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
cursor: default;
}
.nice-select .option.disabled:hover {
color: #595959;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
select {
padding: 20px 40px 20px 20px;
border-color: transparent;
transition: all .3s ease;
font-size: var(--mobile-body-font-size);
margin-bottom: 30px;
border-radius: 50px;
position: relative;
background-color: #f7f9f9;
color: #7b7b7b;
cursor: pointer;
}
select:focus {
background-color: #fff;
box-shadow: 17px 0 60px #d3dcdc;
} .socials .social__item {
margin-right: 15px;
background-color: transparent;
cursor: pointer;
opacity: .85;
}
@media (max-width: 320px) {
.socials .social__item {
margin-right: 5px;
}
}
.socials .social__item:hover {
opacity: 1;
}
.socials .social__item:last-child {
margin-right: 0;
}
.socials .social__item svg {
width: 36px;
height: 36px;
}
.socials .social__item img {
height: 24px;
} #subscribe-section {
color: #fff;
background-color: var(--primary-accent-color);
}
.subscribe {
padding: 72px 15px;
position: relative;
}
@media (max-width: 1024px) {
.subscribe {
padding: 72px 15px 170px;
}
}
.subscribe form {
margin-bottom: 25px;
}
.subscribe .subscribe-title {
margin-bottom: 23px;
color: inherit;
}
.subscribe .sub-title {
opacity: .75;
float: left;
}
.subscribe .images-block img, .subscribe .images img {
position: absolute;
opacity: 0;
max-height: 90%;
width: auto;
}
.subscribe .images-block img.mail, .subscribe .images img.mail {
left: 0;
bottom: -100%;
}
@media (max-width: 1199px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 11%;
}
}
@media (max-width: 768px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 35%;
}
}
@media (max-width: 640px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 40%;
}
}
@media (max-width: 360px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 60%;
}
}
.subscribe .images-block img.gear, .subscribe .images img.gear {
top: 50px;
right: 20px;
}
@media (max-width: 800px) {
.subscribe .images-block img.gear, .subscribe .images img.gear {
top: 10px;
}
}
.subscribe .images-block img.mail-2, .subscribe .images img.mail-2 {
bottom: 0;
right: -100%;
}
.subscribe .images-block.not-animated img, .subscribe .images.not-animated img {
opacity: 1;
}
.subscribe .images-block.not-animated img.mail, .subscribe .images.not-animated img.mail {
opacity: 1;
bottom: 0;
}
.subscribe .images-block.not-animated img.gear, .subscribe .images.not-animated img.gear {
opacity: 1;
}
.subscribe .images-block.not-animated img.mail-2, .subscribe .images.not-animated img.mail-2 {
opacity: 1;
right: 0;
}
.form-subscribe {
display: flex;
flex-flow: row wrap;
}
@media (max-width: 460px) {
.form-subscribe {
flex-direction: column;
height: auto;
}
}
@media (max-width: 460px) {
.form-subscribe > * {
flex-direction: column;
height: auto;
}
}
.form-subscribe input {
background-color: #fff;
padding: 17px 40px;
font-size: var(--mobile-body-font-size);
color: #797676;
border-color: transparent;
border-radius: 50px 0 0 50px;
width: 69%;
margin-bottom: 0;
margin-right: 1px;
}
@media (max-width: 460px) {
.form-subscribe input {
width: 100%;
margin-bottom: 20px;
border-radius: 50px;
}
}
.form-subscribe input:focus {
box-shadow: 17px 0 60px #d3dcdc;
}
.form-subscribe.with-name input {
width: 34%;
margin-right: 1px;
}
.form-subscribe.with-name .name {
border-radius: 0;
border-left: 1px solid var(--ss-light-gray-color);
}
@media (max-width: 460px) {
.form-subscribe.with-name input {
width: 100%;
}
.form-subscribe.with-name .name {
border-radius: 50px;
border-left: none;
}
}
.form-subscribe.with-name.name-field-swap input {
width: 35%;
border-radius: 0;
}
@media (max-width: 460px) {
.form-subscribe.with-name.name-field-swap input {
width: 100%;
border-radius: 50px;
}
}
.form-subscribe.with-name.name-field-swap .name {
border-radius: 50px 0 0 50px;
border-left: 1px solid var(--ss-light-gray-color);
}
@media (max-width: 460px) {
.form-subscribe.with-name.name-field-swap .name {
width: 100%;
border-radius: 50px;
}
}
.form-subscribe button {
display: inline-block;
padding: 18px 40px;
border-radius: 0 50px 50px 0;
border: none;
font-size: var(--button-font-size);
text-transform: uppercase;
width: 30%;
cursor: pointer;
position: relative;
color: #fff;
text-align: center;
background-color: var(--secondary-accent-color);
}
@media (max-width: 480px) {
.form-subscribe button {
padding: 17px 10px;
}
}
@media (max-width: 460px) {
.form-subscribe button {
padding: 20px;
width: 100%;
border-radius: 50px;
}
}
.subscribe .emaillist form {
display: flex;
align-items: flex-end;
}
.subscribe .emaillist .es-field-wrap {
margin-bottom: 0;
margin-right: 1px;
}
.subscribe .emaillist .es-field-wrap:first-child input {
border-radius: 50px 0 0 50px;
}
.subscribe .emaillist .es-field-wrap:nth-child(2) input {
border-radius: 0;
}
.subscribe .emaillist input {
margin-bottom: 0;
}
.subscribe .emaillist br {
display: none;
}
.subscribe .emaillist .es_subscription_form_submit {
display: inline-block;
background-color: #2f2c2c;
padding: 20px 40px;
font-size: var(--button-font-size);
text-transform: uppercase;
cursor: pointer;
position: relative;
color: #fff;
text-align: center;
width: auto;
border-radius: 0 50px 50px 0;
}
@media (max-width: 640px) {
.subscribe .emaillist form {
flex-direction: column;
}
.subscribe .emaillist input {
width: 100%;
}
.subscribe .emaillist .es-field-wrap {
margin-bottom: 20px;
width: 100%;
}
.subscribe .emaillist .es-field-wrap:first-child input {
border-radius: 50px;
}
.subscribe .emaillist .es-field-wrap:nth-child(2) input {
border-radius: 50px;
}
.subscribe .emaillist .es_subscription_form_submit {
width: 100%;
border-radius: 50px;
}
} .top-bar {
background-color: #fff;
padding: 16px 0;
font-size: var(--mobile-body-font-size);
color: #2f2c2c;
box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3);
position: relative;
z-index: 30;
transition: all .3s ease;
}
@media (max-width: 992px) {
.top-bar {
width: 320px;
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
position: fixed;
left: 50%;
border-radius: 0 0 10px 10px;
}
}
@media (max-width: 992px) {
.top-bar > .container {
width: 100%;
}
}
.top-bar.open {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 999;
}
.top-bar .flags {
width: 16px;
height: 16px;
border-radius: 100%;
overflow: hidden;
float: left;
margin-right: 10px;
}
.top-bar .nice-select {
float: left;
padding: 0 40px 0 0;
background-color: transparent;
font-size: var(--mobile-body-font-size);
margin-bottom: 0;
color: var(--primary-accent-color);
}
@media (max-width: 992px) {
.top-bar .nice-select {
float: none;
}
}
.top-bar .nice-select span {
color: var(--primary-accent-color);
}
.top-bar .nice-select .option {
padding: 0 15px;
font-size: var(--post-meta-font-size);
}
.top-bar .nice-select .option:hover {
color: var(--primary-accent-color);
}
.top-bar .nice-select:after {
height: 6px;
width: 6px;
margin-top: -4px;
}
.top-bar .nice-select:focus {
box-shadow: none;
background-color: transparent;
}
.top-bar .contact-item {
float: left;
padding: 0 15px;
position: relative;
}
@media (max-width: 992px) {
.top-bar .contact-item {
padding: 0;
margin-bottom: 15px;
float: none;
}
}
.top-bar .contact-item:first-child {
padding-left: 0;
}
@media (max-width: 992px) {
.top-bar .contact-item:first-child {
padding: 0;
}
}
.top-bar .contact-item:last-child {
padding-right: 0;
}
.top-bar .contact-item:last-child:after {
display: none;
}
.top-bar .contact-item:after {
content: '|';
display: block;
position: absolute;
right: 0;
bottom: 0;
color: #595959;
}
@media (max-width: 992px) {
.top-bar .contact-item:after {
display: none;
}
}
.top-bar a {
color: #504c4c;
border-bottom: 1px dashed #504c4c;
}
.top-bar a:hover {
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.top-bar span {
color: #595959;
}
.top-bar .login-block {
margin-left: 70px;
}
@media (max-width: 992px) {
.top-bar .login-block {
margin-left: 0;
margin-top: 15px;
}
}
.top-bar .login-block img {
width: 28px;
height: 28px;
margin-right: 20px;
}
.top-bar .socials {
display: inline-block;
margin-left: 10px;
}
.top-bar .socials img {
width: 16px;
height: 16px;
}
.top-bar .socials a {
border: none;
}
.top-bar .socials .social__item {
margin-right: 10px;
}
.top-bar + .header {
top: 68px;
}
@media (max-width: 992px) {
.top-bar + .header {
top: 0;
}
}
.top-bar + .header.headroom--not-top {
top: 0;
}
.top-bar .top-bar-close {
width: 30px;
height: 30px;
position: absolute;
right: 5px;
top: 5px;
display: none;
border: none;
cursor: pointer;
}
@media (max-width: 992px) {
.top-bar .top-bar-close {
display: block;
}
}
.top-bar .top-bar-close span {
display: block;
height: 2px;
background-color: #707070;
border-radius: 10px;
margin: auto;
width: 100%;
transition: all .3s ease;
top: 50%;
position: absolute;
}
.top-bar .top-bar-close span:first-of-type {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.top-bar .top-bar-close span:last-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.top-bar-dark {
background-color: #151414;
color: #797676;
}
.top-bar-dark a {
color: #797676;
}
.top-bar-dark span {
color: #504c4c;
}
.top-bar-dark .nice-select .list {
background-color: #151414;
border: none;
box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
}
.top-bar-dark .nice-select .option.selected.focus {
background-color: transparent;
}
.top-bar-dark .nice-select .option.selected.focus:hover {
background-color: #424444;
}
.top-bar-dark .nice-select .option:hover {
background-color: #424444;
}
@media (max-width: 992px) {
.logged-in .top-bar {
top: 32px;
}
}
@media (max-width: 782px) {
.logged-in .top-bar {
top: 46px;
}
}
@media (max-width: 768px) {
.logged-in .right-menu {
top: 46px;
}
}
@media (max-width: 600px) {
.logged-in .right-menu {
top: 46px;
}
}
.top-bar-content-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 992px) {
.top-bar-content-wrapper {
flex-direction: column;
}
}
.top-bar-link {
display: none;
visibility: hidden;
position: relative;
border-radius: 50%;
text-align: center;
padding: 5px;
z-index: 50;
cursor: pointer;
transition: all .3s ease;
opacity: .9;
margin-left: auto;
}
.top-bar-link svg {
width: 25px;
height: 25px;
min-width: 25px;
min-height: 25px;
fill: var(--header-font-color);
}
@media (max-width: 992px) {
.top-bar-link {
display: flex;
visibility: visible;
}
}
.top-bar-link i {
margin: auto;
}
.top-bar-link:hover {
opacity: 1;
}
@media (max-width: 1200px) {
.top-bar > .container {
min-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.top-bar .contact-item:first-child {
margin-right: 0;
}
}
@media (max-width: 992px) {
.top-bar {
width: 320px;
-webkit-transform: translate(-50%, -200%);
transform: translate(-50%, -200%);
position: fixed;
left: 50%;
top: 0;
border-radius: 0 0 10px 10px;
padding: 30px 0;
}
.top-bar > .container {
min-width: unset;
width: auto;
}
.top-bar .nice-select {
float: none;
min-width: 190px;
}
.top-bar .contact-item {
padding: 0;
margin-bottom: 15px;
float: none;
display: block;
}
.top-bar .contact-item:first-child {
padding: 0;
}
.top-bar .contact-item:after {
display: none;
}
.top-bar-close {
display: block;
}
} .fs-background {
overflow: hidden;
position: relative;
}
.fs-background, .fs-background-container, .fs-background-media {
transition: none;
}
.fs-background-container {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 0;
overflow: hidden;
}
.fs-background-media {
position: absolute;
top: 0;
bottom: 0;
opacity: 0;
}
.fs-background-media.fs-background-animated {
transition: opacity .5s linear;
}
.fs-background-media iframe, .fs-background-media img, .fs-background-media video {
width: 100%;
height: 100%;
display: block;
-webkit-user-drag: none;
}
.fs-background-media.fs-background-fixed, .fs-background-media.fs-background-native {
width: 100%;
height: 100%;
}
.fs-background-media.fs-background-fixed img, .fs-background-media.fs-background-native img {
display: none;
}
.fs-background-media.fs-background-native {
background-position: center;
background-size: cover;
}
.fs-background-media.fs-background-fixed {
background-position: center;
background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
}
.fs-background-embed.fs-background-ready iframe {
z-index: 0;
}
.bg-layer {
position: absolute !important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: no-repeat center;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .widget {
margin-bottom: 20px;
}
.widget p:last-of-type {
margin: 0;
}
.widget ul {
list-style: none;
}
.widget li {
margin-bottom: 15px;
}
.widget li:last-of-type{
margin-bottom: 0;
}
.widget li ul {
padding-top: 10px;
}
.widget li ul a{
padding-left: 5px;
font-size: 90%;
}
.widget li ul a:before{
display: inline-block;
content: "";
vertical-align: middle;
width: 0;
height: 0;
border-style: solid;
border-width: 3px 0 3px 4px;
border-color: transparent transparent transparent currentColor;
opacity: .7;
transition: color .3s ease;
margin-right: 10px;
}
@media (max-width: 768px) {
.widget {
margin-bottom: 30px;
}
}
.widget .heading, .widget .crumina-heading {
margin-bottom: 20px;
}
.widget .heading-decoration {
margin: 0;
}
.widget .heading-title {
margin-bottom: 0;
}
@media (max-width: 768px) {
.sidebar .widget:first-child {
margin-top: 40px;
}
} .wp-block-search .wp-block-search__input{
border-color: var(--ss-borders-color);
}
.wp-block-search__button{
height: 60px;
border-radius: 10px;
}
.wp-block-search__input{
border-radius: 10px;
padding: 19px 10px 19px 20px;
}
.crumina-grid .wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0;
background: var(--ss-light-gray-color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
margin: 0;
}
.textwidget .wp-caption{
margin: 0;
}
.sidebar .widget_block{
margin-bottom: 30px;
}
.widget.widget_block h2{
font-size: var(  --meta-text-font-size);
}
ol.wp-block-latest-comments{
padding-left: 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt{
margin-left: 0;
}
.wp-block-rss__item-excerpt{
font-size: 95%;
}
.widget.widget_rss a {
font-weight: 600; }
.widget label {
margin-bottom: 5px;
display: block;
font-size: var(--post-meta-font-size); }
.rss-date{ font-size: 80%; margin: 10px 0; display: block;}
.widget.widget_email-subscribers-form label input {
margin-top: 15px; }
.widget.widget_email-subscribers-form input[type="submit"] {
width: auto;
color: var(--white-color);
background-color: var(--primary-accent-color);
cursor: pointer;
font-weight: 900;
margin-bottom: 0; }
.tag-cloud-link {
border-radius: 30px;
line-height: 1;
padding: 10px 23px;
font-size: var(--mobile-body-font-size);
border: 2px solid #d9dfe7;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px; }
.tag-cloud-link:last-child {
margin-right: 0; }
.tag-cloud-link:hover {
background-color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
color: var(--white-color); }
table.wp-calendar-table {
border: none;
margin: 0;
width: 100%; }
.widget_calendar caption, .wp-calendar-nav a,
.wp-calendar-table caption {
padding: 13px 10px;
font-size: var(--mobile-body-font-size);
font-weight: 700;
text-align: center;
border-radius: 5px;
background-color: var(--dark-themes);
line-height: 1;
color: var(--white-color) !important;
margin: 20px 0; }
.wp-calendar-nav a{
padding: 5px 10px;
}
table.wp-calendar-table thead, .wp-block-calendar table th {
background-color: transparent;
}
table.wp-calendar-table * {
vertical-align: middle;
text-align: center; }
table.wp-calendar-table > tbody > tr > td {
padding: 0; }
table.wp-calendar-table > tbody > tr > td.pad:after {
display: none; }
table.wp-calendar-table > tbody > tr > td:first-child::before {
display: none; }
table.wp-calendar-table > tbody > tr:hover {
box-shadow: none; }
table.wp-calendar-table > tbody > tr > td,
table.wp-calendar-table > tbody > tr > th,
table.wp-calendar-table > tfoot > tr > th,
table.wp-calendar-table > thead > tr > td,
table.wp-calendar-table > tfoot > tr > td,
table.wp-calendar-table > thead > tr > th {
border: none;
padding: 15px 0 8px 0;
text-align: right;
line-height: 1;
position: relative; }
table.wp-calendar-table > tbody > tr > td:after,
table.wp-calendar-table > tbody > tr > th:after,
table.wp-calendar-table > tfoot > tr > th:after,
table.wp-calendar-table > thead > tr > td:after,
table.wp-calendar-table > tfoot > tr > td:after,
table.wp-calendar-table > thead > tr > th:after {
content: '';
display: block;
height: 1px;
width: 30px;
max-width: 80%;
background-color: var(--ss-headings-color);
position: absolute;
bottom: 0;
right: 0; }
table.wp-calendar-table > tfoot > tr > td:after {
display: none; }
table.wp-calendar-table > tfoot > tr > td {
text-align: left;
padding-bottom: 0;
padding-top: 30px; }
.wp-calendar-table tfoot a {
font-size: var(--mobile-body-font-size);
font-weight: 700;
text-transform: uppercase; }
.wp-calendar-table .wp-calendar-nav {
margin-top: 15px; }
.w-search input {
padding: 18px 40px 18px 15px;
border: 1px solid var(--ss-borders-color);
border-radius: 15px;
} .widget .es_textbox_class {
width: 100%;
}
.widget .es_lablebox {
padding-bottom: 3px;
padding-left: 40px;
}
.widget .es_textbox_button {
width: auto;
color: #fff;
padding: 22px 50px;
font-size: var(--button-font-size);
text-transform: uppercase;
border-radius: 50px;
text-align: center;
cursor: pointer;
background-color: var(--primary-accent-color);
}
@media (max-width: 768px) {
.widget .es_textbox_button {
padding: 15px 35px;
font-size: var(--service-text-font-size);
}
} form.w-search {
position: relative;
}
form.w-search input {
width: 100%;
}
form.w-search button.icon {
position: absolute;
right: 15px;
top: 15px;
font-size: var(--heading-5-font-size);
background: transparent;
border: none;
z-index: 10;
cursor: pointer;
} .w-latest-news .latest-news-wrap {
margin-bottom: 20px;
}
.w-latest-news .post-additional-info {
margin-bottom: 0;
}
.w-latest-news .post__date time {
font-size: var(--mobile-body-font-size);
}
.w-latest-news .post__date > * {
display: inline-block;
vertical-align: middle;
}
.w-latest-news .post__date i {
font-size: var(--post-info-font-size);
margin-right: 10px;
}
.latest-news-item {
padding: 10px 0;
border-bottom: 1px solid var(--ss-light-gray-color);
}
.latest-news-item:last-child {
border-bottom: none;
}
.latest-news-item .post__title {
font-size: var(--heading-5-font-size);
margin-bottom: 0;
}
.latest-news-item .post__title:hover {
color: var(--primary-accent-color);
}
.project-meta .post__date {
background: #fff;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-right: 20px;
padding: 15px 25px;
border-radius: 50px;
} .category-post-item {
color: #595959;
margin-bottom: 15px;
}
.category-post-item .post-count {
font-size: var(--mobile-body-font-size);
margin-right: 15px;
transition: all .3s ease;
width: 20px;
display: inline-block;
float: left;
clear: both;
position: relative;
top: 2px;
}
.category-post-item a {
color: #595959;
position: relative;
display: block;
overflow: hidden;
}
.category-post-item a i {
margin-left: 5px;
opacity: 0;
transition: all .3s ease;
position: relative;
font-size: var(--post-meta-font-size);
color: var(--primary-accent-color);
}
.category-post-item:hover .post-count {
color: #2f2c2c;
}
.category-post-item:hover a {
color: var(--primary-accent-color);
}
.category-post-item:hover a i {
opacity: 1;
} .w-about .text-wrap + .btn {
margin-top: 20px;
} .w-banner {
padding: 60px 30px;
border-radius: 10px;
border-color: transparent;
text-align: center;
}
.w-banner .w-banner-content-text p {
color: #fff;
font-size: var(--mobile-body-font-size);
margin-bottom: 30px;
}
.w-banner .w-banner-content-title {
margin-bottom: 20px;
line-height: 1.3;
}
@media (max-width: 1024px) {
.w-banner .w-banner-content-title {
font-size: var( --info-text-font-size);
}
} .w-follow-title {
display: inline-block;
color: #fff;
background-color: inherit;
}
.social-icon {
margin-top: 5px;
}
.social-icon svg {
margin-right: 20px;
color: #fff;
width: 24px;
}
.w-follow-add {
display: inline-block;
width: 60px;
height: 100%;
line-height: 60px;
text-align: center;
position: absolute;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.1);
}
.w-follow-add i {
font-size: var(--button-font-size);
color: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.w-follow-add i.plus {
opacity: 1;
}
.w-follow-add i.check {
opacity: 0;
}
.w-follow-add.active i.plus {
opacity: 0;
}
.w-follow-add.active i.check {
opacity: 1;
}
.w-follow-item {
padding: 12px 15px 12px 15px;
display: flex;
align-items: center;
min-height: 60px;
width: 100%;
position: relative;
}
@media (max-width: 1024px) {
.w-follow-item {
padding: 15px;
}
}
.w-follow-item .social-icon path {
fill: #fff;
} .w-tags {
overflow: hidden;
}
.w-tags.post-tags {
clear: both;
}
.tags-wrap a, .tagcloud a{
padding: 10px 15px;
font-size: var(--button-font-size) !important;
color: inherit;
border: 2px solid var(--ss-light-gray-color);
border-radius: 50px;
margin-right: 10px;
margin-bottom: 10px;
float: left;
transition: all .3s ease;
}
@media (max-width: 1024px) {
.tags-wrap a, .tagcloud a {
padding: 10px 20px;
}
}
.tags-wrap a:hover, .tagcloud a:hover {
color: #fff;
background-color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
} .w-custom-menu {
overflow: hidden;
}
.w-custom-menu ul {
line-height: 1.2;
font-size: var(--button-font-size);
}
@media (max-width: 1024px) {
.w-custom-menu ul {
width: 100%;
}
}
.w-custom-menu li {
margin-bottom: 1.1em;
transition: all .3s ease;
}
.w-custom-menu ul ul {
margin-left: 1em;
margin-top: 1.1em;
}
.w-custom-menu i {
margin-right: 15px;
margin-top: 3px;
}
.w-custom-menu a:hover {
margin-left: 10px;
} .w-login .top-avatar {
text-align: center;
margin-bottom: 20px;
}
.w-login .helped {
text-align: center;
}
.w-login .w-custom-menu {
margin-top: 30px;
margin-bottom: 10px;
}
.w-login .helped a {
margin-bottom: 5px;
display: block;
text-align: left;
}
.remember-wrap {
display: table-cell;
vertical-align: middle;
}
.remember-wrap .checkbox {
position: relative;
}
.remember-wrap .checkbox input[type=checkbox] {
display: none;
}
.remember-wrap .checkbox label {
padding-left: 30px;
}
.remember-wrap .checkbox input {
margin-bottom: 25px;
}
.remember-wrap .checkbox label:before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
position: absolute;
left: 0;
top: 5px;
border-radius: 3px;
border: none;
background-color: var(--primary-accent-color);
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
content: "\2714";
font-size: var(--mobile-body-font-size);
color: #fff;
text-align: center;
line-height: 14px;
}
.login-btn-wrap {
overflow: hidden;
padding-bottom: 20px;
display: table;
}
.login-btn-wrap .btn {
float: left;
margin-right: 20px;
}
.sidebar .login-btn-wrap {
display: block;
}
.sidebar .login-btn-wrap .btn {
float: none;
margin-right: 0;
margin-bottom: 20px;
}
.sidebar .remember-wrap {
display: block;
}
.sidebar .widget {
margin-bottom: 40px;
} .w-contacts .contacts-icon {
max-width: 48px;
max-height: 48px;
}
.w-contacts {
display: block;
}
.w-contacts .contacts-title, .w-contacts .heading-title {
font-size: var(--heading-4-font-size);
margin-bottom: 20px;
}
.w-contacts .contacts-item {
margin-bottom: 30px;
}
@media (max-width: 768px) {
.w-contacts .contacts-item {
margin-bottom: 15px;
}
}
.w-contacts .contacts-item:last-child {
margin-bottom: 0;
}   .w-instagramm {
overflow: hidden;
}
.w-instagramm__a {
float: left;
text-align: center;
position: relative;
}
.w-instagramm__a a {
display: block;
}
.w-instagramm__a img {
width: 100%;
height: auto;
}
.w-instagramm-padding .w-instagramm__a {
padding: 5px;
}
.w-instagramm-padding .w-instagramm__wrap {
margin: 0 -5px;
}
.w-instagramm--1-col .w-instagramm__a {
width: 100%;
}
.w-instagramm--2-col .w-instagramm__a {
width: 50%;
}
.w-instagramm--3-col .w-instagramm__a {
width: 33.33%;
}
.w-instagramm--4-col .w-instagramm__a {
width: 25%;
}
.w-instagramm--5-col .w-instagramm__a {
width: 20%;
}
.w-instagramm--6-col .w-instagramm__a {
width: 16.66%;
}
.w-instagramm--7-col .w-instagramm__a {
width: 14.28%;
}
.w-instagramm--8-col .w-instagramm__a {
width: 12.5%;
}
.w-instagramm--9-col .w-instagramm__a {
width: 11.11%;
}
.w-instagramm--10-col .w-instagramm__a {
width: 10%;
} .btn {
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 22px 50px;
font-size: var(--button-font-size);
text-transform: uppercase;
color: #fff;
border-radius: 50px;
position: relative;
transition: all .3s ease;
text-align: center;
border-color: transparent;
}
@media (max-width: 768px) {
.btn {
padding: 15px 35px;
font-size: var(--service-text-font-size);
}
}
.btn + .btn {
margin-left: 30px;
}
.btn img {
position: absolute;
left: 10px;
top: 10px;
}
.btn i {
margin-left: 10px;
font-size: var(--post-meta-font-size);
display: inline;
vertical-align: middle;
}
.btn span {
display: inline;
vertical-align: middle;
}
.btn:after {
display: block;
width: 100%;
height: 100%;
}
.btn:hover {
color: #fff;
}
.btn.icon-left i {
margin-left: 0;
margin-right: 10px;
}
.btn.c-primary:hover {
color: var(--primary-accent-color);
}
.post-edit-link {
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 1.25rem 2.5rem;
font-size: var(--button-font-size);
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #fff;
background-color: var(--primary-accent-color);
border-radius: 50px;
position: relative;
transition: all .3s ease;
text-align: center;
margin: 30px 0;
}
.post-edit-link:hover {
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
color: #fff;
}
@media (max-width: 768px) {
.post-edit-link {
padding: 15px 35px;
font-size: var(--service-text-font-size);
margin: 10px 0;
}
}
.page-builder-wrap .edit-link {
display: block;
text-align: center;
}
.crum-button.inline-block {
margin-bottom: 0;
}
@media (max-width: 480px) {
.crum-button.inline-block {
display: block !important;
width: 100% !important;
margin-bottom: 10px;
}
}
.crum-button.inline-block + .crum-button.inline-block {
margin-left: 30px;
}
@media (max-width: 480px) {
.crum-button.inline-block + .crum-button.inline-block {
margin-left: 0 !important;
}
}
.btn-small {
padding: 12px 35px;
text-transform: none;
font-size: var(--mobile-body-font-size);
}
@media (max-width: 768px) {
.btn-small {
padding: 15px 25px;
font-size: var(--service-text-font-size);
}
}
.btn-medium {
padding: 20px 30px;
}
@media (max-width: 768px) {
.btn-medium {
padding: 15px 25px;
font-size: var(--service-text-font-size);
}
}
.btn-large {
padding: 25px 60px;
font-size: var(--body-font-size);
}
@media (max-width: 768px) {
.btn-large {
padding: 17px 40px;
font-size: var(--service-text-font-size);
}
}
.c-primary .semicircle:after {
border-color: var(--primary-accent-color);
}
.semicircle {
display: block;
position: absolute;
top: 12px;
left: 12px;
width: 18px;
height: 18px;
overflow: hidden;
}
@media (max-width: 768px) {
.semicircle {
top: 10px;
left: 10px;
width: 12px;
height: 12px;
}
}
.semicircle:after {
content: '';
display: block;
position: absolute;
width: 35px;
height: 35px;
border: 2px solid #fff;
border-radius: 100%;
}
@media (max-width: 768px) {
.semicircle:after {
width: 20px;
height: 20px;
border: 1px solid #fff;
}
}
.semicircle--right {
display: block;
position: absolute;
top: 12px;
right: 12px;
width: 18px;
height: 18px;
overflow: hidden;
}
.semicircle--right:after {
content: '';
display: block;
position: absolute;
width: 35px;
height: 35px;
border: 2px solid #fff;
border-radius: 100%;
right: 0;
}
.btn-hover-shadow:after {
content: "";
display: block;
width: 100%;
height: 100%;
border-radius: inherit;
left: 0;
top: 0;
position: absolute;
transition: all .3s ease;
} .btn--dark {
background-color: #2f2c2c;
}
.btn--dark:hover {
background-color: #3f3f3f;
}
.btn--dark:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn--dark.btn-hover-shadow:hover {
background-color: #2f2c2c;
}
.btn--dark.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.btn--dark.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn--dark.btn-border {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.btn--dark.btn-border .semicircle::after {
border-color: var(--primary-accent-color);
}
.btn--dark.btn-border:hover {
color: var(--primary-accent-color);
background-color: transparent;
}
.btn--white {
background-color: #fff;
color: #222;
}
.btn--white:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn--white.btn-hover-shadow {
color: #222;
}
.btn--white.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, 0.2);
}
.btn--white.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn--white.btn-border {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.btn--white.btn-border .semicircle::after {
border-color: #fff;
}
.btn--white.btn-border:hover {
color: #fff;
background-color: transparent;
}
.btn--primary {
background-color: var(--primary-accent-color);
}
.btn--primary.btn-hover-shadow:hover {
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
}
.btn--primary.btn-border {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.btn--primary.btn-border:hover {
background-color: transparent;
color: var(--primary-accent-color);
}
.btn--primary.btn-border .semicircle::after {
border-color: var(--primary-accent-color);
}
.btn--gray {
background-color: #ebebeb;
color: #2f2c2c;
}
.btn--gray:hover {
background-color: #f3f3f3;
}
.btn--gray:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--gray.btn-hover-shadow:hover {
background-color: #ebebeb;
}
.btn--gray.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2);
}
.btn--gray.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--gray.btn-border {
background-color: transparent;
color: #ebebeb;
border-color: #ebebeb;
}
.btn--gray.btn-border .semicircle::after {
border-color: #ebebeb;
}
.btn--gray.btn-border:hover {
color: #ebebeb;
background-color: transparent;
}
.btn--blue {
background-color: #00adef;
}
.btn--blue:hover {
background-color: #00bff3;
}
.btn--blue:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--blue.btn-hover-shadow:hover {
background-color: #00adef;
}
.btn--blue.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
}
.btn--blue.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--blue.btn-border {
background-color: transparent;
color: #00adef;
border-color: #00adef;
}
.btn--blue.btn-border .semicircle::after {
border-color: #00adef;
}
.btn--blue.btn-border:hover {
color: #00adef;
background-color: transparent;
}
.btn--purple {
background-color: #6739b6;
}
.btn--purple:hover {
background-color: #7643cf;
}
.btn--purple:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--purple.btn-hover-shadow:hover {
background-color: #6739b6;
}
.btn--purple.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, 0.2);
}
.btn--purple.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--purple.btn-border {
background-color: transparent;
color: #6739b6;
border-color: #6739b6;
}
.btn--purple.btn-border .semicircle::after {
border-color: #6739b6;
}
.btn--purple.btn-border:hover {
color: #6739b6;
background-color: transparent;
}
.btn--breez:hover {
background-color: #55d5d3;
}
.btn--breez:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--breez.btn-hover-shadow:hover {
background-color: #4cc3c1;
}
.btn--breez.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, 0.2);
}
.btn--breez.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--breez.btn-border {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.btn--breez.btn-border:hover {
background-color: transparent;
color: var(--primary-accent-color);
}
.btn--breez.btn-border .semicircle::after {
border-color: var(--primary-accent-color);
}
.btn--secondary {
background-color: var(--secondary-accent-color);
}
.btn--secondary:hover {
background-color: var(--secondary-accent-color);
}
.btn--secondary:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--secondary.btn-hover-shadow:hover {
background-color: var(--secondary-accent-color);
}
.btn--secondary.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, 0.2);
}
.btn--secondary.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--secondary.btn-border {
background-color: transparent;
color: var(--secondary-accent-color);
border-color: var(--secondary-accent-color);
}
.btn--secondary.btn-border .semicircle::after {
border-color: var(--secondary-accent-color);
}
.btn--secondary.btn-border:hover {
background-color: transparent;
color: var(--secondary-accent-color);
}
.btn--orange {
background-color: #fcaf3b;
}
.btn--orange:hover {
background-color: #ffc265;
}
.btn--orange:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--orange.btn-hover-shadow:hover {
background-color: #fcaf3b;
}
.btn--orange.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2);
}
.btn--orange.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--orange.btn-border {
background-color: transparent;
color: #fcaf3b;
border-color: #fcaf3b;
}
.btn--orange.btn-border .semicircle::after {
border-color: #fcaf3b;
}
.btn--orange.btn-border:hover {
color: #fcaf3b;
background-color: transparent;
}
.btn--yellow {
background-color: #fecb16;
}
.btn--yellow:hover {
background-color: #ffd21f;
}
.btn--yellow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--yellow.btn-hover-shadow:hover {
background-color: #FFD21F;
}
.btn--yellow.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, 0.2);
}
.btn--yellow.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--yellow.btn-border {
background-color: transparent;
color: #fecb16;
border-color: #fecb16;
}
.btn--yellow.btn-border .semicircle::after {
border-color: #fecb16;
}
.btn--yellow.btn-border:hover {
color: #fecb16;
background-color: transparent;
}
.btn--green {
background-color: #3cb879;
}
.btn--green:hover {
background-color: #46d68d;
}
.btn--green:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--green.btn-hover-shadow:hover {
background-color: #3cb879;
}
.btn--green.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, 0.2);
}
.btn--green.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--green.btn-border {
background-color: transparent;
color: #3cb879;
border-color: #3cb879;
}
.btn--green.btn-border .semicircle::after {
border-color: #3cb879;
}
.btn--green.btn-border:hover {
background-color: transparent;
color: #3cb879;
}
.btn--dark-gray {
background-color: #31364c;
}
.btn--dark-gray:hover {
background-color: #4a516e;
}
.btn--dark-gray:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-gray.btn-hover-shadow:hover {
background-color: #31364c;
}
.btn--dark-gray.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, 0.2);
}
.btn--dark-gray.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-gray.btn-border {
background-color: transparent;
color: #31364c;
border-color: #31364c;
}
.btn--dark-gray.btn-border .semicircle::after {
border-color: #31364c;
}
.btn--dark-gray.btn-border:hover {
color: #31364c;
background-color: transparent;
}
.btn--brown {
background-color: #c69c6c;
}
.btn--brown:hover {
background-color: #e4b47c;
}
.btn--brown:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--brown.btn-hover-shadow:hover {
background-color: #c69c6c;
}
.btn--brown.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, 0.2);
}
.btn--brown.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--brown.btn-border {
background-color: transparent;
color: #c69c6c;
border-color: #c69c6c;
}
.btn--brown.btn-border .semicircle::after {
border-color: #c69c6c;
}
.btn--brown.btn-border:hover {
color: #c69c6c;
background-color: transparent;
}
.btn--rose {
background-color: #e91d62;
}
.btn--rose:hover {
background-color: #ff528d;
}
.btn--rose:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--rose.btn-hover-shadow:hover {
background-color: #e91d62;
}
.btn--rose.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, 0.2);
}
.btn--rose.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--rose.btn-border {
background-color: transparent;
color: #e91d62;
border-color: #e91d62;
}
.btn--rose.btn-border .semicircle::after {
border-color: #e91d62;
}
.btn--rose.btn-border:hover {
color: #e91d62;
background-color: transparent;
}
.btn--violet {
background-color: #605ca9;
}
.btn--violet:hover {
background-color: #8a86d5;
}
.btn--violet:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--violet.btn-hover-shadow:hover {
background-color: #605ca9;
}
.btn--violet.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, 0.2);
}
.btn--violet.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--violet.btn-border {
background-color: transparent;
color: #605ca9;
border-color: #605ca9;
}
.btn--violet.btn-border .semicircle::after {
border-color: #605ca9;
}
.btn--violet.btn-border:hover {
color: #605ca9;
background-color: transparent;
}
.btn--olive {
background-color: #3e4d50;
}
.btn--olive:hover {
background-color: #576b6f;
}
.btn--olive:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--olive.btn-hover-shadow:hover {
background-color: #3e4d50;
}
.btn--olive.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, 0.2);
}
.btn--olive.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--olive.btn-border {
background-color: transparent;
color: #3e4d50;
border-color: #3e4d50;
}
.btn--olive.btn-border .semicircle::after {
border-color: #3e4d50;
}
.btn--olive.btn-border:hover {
color: #3e4d50;
background-color: transparent;
}
.btn--light-green {
background-color: #80be2d;
}
.btn--light-green:hover {
background-color: #8fd532;
}
.btn--light-green:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--light-green.btn-hover-shadow:hover {
background-color: #80be2d;
}
.btn--light-green.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, 0.2);
}
.btn--light-green.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--light-green.btn-border {
background-color: transparent;
color: #80be2d;
border-color: #80be2d;
}
.btn--light-green.btn-border .semicircle::after {
border-color: #80be2d;
}
.btn--light-green.btn-border:hover {
color: #80be2d;
background-color: transparent;
}
.btn--dark-blue {
background-color: #2e3192;
}
.btn--dark-blue:hover {
background-color: #4448c3;
}
.btn--dark-blue:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-blue.btn-hover-shadow:hover {
background-color: #2e3192;
}
.btn--dark-blue.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, 0.2);
}
.btn--dark-blue.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-blue.btn-border {
background-color: transparent;
color: #2e3192;
border-color: #2e3192;
}
.btn--dark-blue.btn-border .semicircle::after {
border-color: #2e3192;
}
.btn--dark-blue.btn-border:hover {
color: #2e3192;
background-color: transparent;
} .back-to-top {
position: absolute;
z-index: 999;
width: 50px;
height: 50px;
display: block;
transition: all .3s ease;
bottom: 50px;
right: 50px;
cursor: pointer;
}
.back-to-top.with-bg {
padding: 10px;
border-radius: 100%;
}
.back-to-top svg {
max-width: 100%;
max-height: 100%;
fill: #222121;
stroke: currentColor;
}
.back-to-top svg:hover {
fill: var(--primary-accent-color);
}
@media (max-width: 980px) {
.back-to-top {
bottom: 0;
top: auto;
-webkit-transform: none;
transform: none;
}
}
.back-to-top.hidden {
opacity: 0;
}
.back-to-top-fixed {
position: fixed;
z-index: 999;
right: 30px;
bottom: 30px;
-webkit-transform: none;
transform: none;
opacity: 0;
visibility: hidden;
}
.btn-border {
border: 2px solid;
background-color: transparent;
}
.btn-border.btn-small {
padding: 10px 35px;
}
@media (max-width: 768px) {
.btn-border.btn-small {
padding: 15px 25px;
}
}
.btn-border.btn-medium {
padding: 18px 34px;
}
@media (max-width: 768px) {
.btn-border.btn-medium {
padding: 15px 25px;
}
}
.btn-border.btn-large {
padding: 23px 64px;
}
@media (max-width: 768px) {
.btn-border.btn-large {
padding: 17px 40px;
}
}
.btn-border:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.crumina-servises-item:hover > .btn {
background-color: #2f2c2c !important;
border-color: #2f2c2c !important;
color: #fff !important;
}
.crumina-servises-item:hover > .btn .semicircle:after {
border-color: #fff !important;
} .wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a {
border-radius: 2px;
}
.crumina-grid .wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #595959;
margin-top: 1em;
margin-bottom: 1em;
}
.crumina-grid .wp-block-pullquote p::before {
display: none;
}
.crumina-grid .wp-block-image,
.crumina-grid .wp-block-embed-vimeo {
margin: 2em auto;
}
.crumina-grid .wp-block-gallery {
margin: 2em 1em;
list-style: none;
padding-left: 0;
}
.crumina-grid .wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-video figcaption {
margin: 10px 5px 10px;
margin-bottom: 0;
display: block;
font-size: var(--mobile-body-font-size);
line-height: 1.5;
background-color: #ececec;
border-radius: 5px;
padding: 10px;
}
.crumina-grid .wp-block-separator {
border: none;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom: 2px solid #8f98a1;
margin: 1.65em auto;
}
.crumina-grid .wp-block-separator:after {
display: block;
content: "";
clear: both;
}
.crumina-grid .wp-block-separator.is-style-dots {
border: none;
}
.crumina-grid .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.crumina-grid .blog-post ul:not([class]) li + li {
margin-top: 8px;
}
.crumina-grid .wp-block-categories,
.crumina-grid .wp-block-archives,
.crumina-grid .wp-block-latest-posts,
.crumina-grid .wp-block-latest-posts {
list-style: none;
padding-left: 0;
}
.crumina-grid .wp-block-categories li,
.crumina-grid .wp-block-archives li,
.crumina-grid .wp-block-latest-posts li,
.crumina-grid .wp-block-latest-posts li {
list-style: none;
}
.crumina-grid .wp-block-quote.is-large cite {
text-align: initial;
}
.crumina-grid .wp-block-quote.is-large cite,
.crumina-grid .wp-block-quote.is-large footer,
.crumina-grid .wp-block-quote.is-style-large cite,
.crumina-grid .wp-block-quote.is-style-large footer {
font-size: .9em;
text-align: initial;
}
.crumina-grid .wp-block-pullquote cite,
.crumina-grid .wp-block-quote cite {
margin-top: 10px;
}
.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
margin: 3em 0;
padding: 15px 15px 15px 100px;
}
.crumina-grid figure.wp-block-audio {
margin: 1em 0;
}
.crumina-grid .wp-block-archives {
padding-left: 0;
}
.crumina-grid .wp-block-preformatted {
overflow: auto;
}
.crumina-grid .post .post__content ul.wp-block-archives li,
.crumina-grid .post .post__content ul.wp-block-categories li,
.crumina-grid .post .post__content ul.wp-block-latest-posts li {
list-style: none;
}
.crumina-grid .wp-block-latest-comments li:before {
display: none;
}
.crumina-grid .wp-block-categories-list {
display: flex;
flex-wrap: wrap;
column-gap: 20px;
padding: 20px 0 40px;
}
.crumina-grid .wp-block-categories-list li {
padding: 5px;
} @media (max-width: 640px) {
.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
padding-left: 50px;
margin: 1em 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote p {
font-size: var(--mobile-body-font-size);
}
.crumina-grid .wp-block-pullquote {
padding: 1em 0;
}
}  .crumina-our-vision {
position: relative;
overflow: hidden;
padding: 120px 0 215px;
}
.crumina-our-vision .elements {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.crumina-our-vision .eye {
opacity: 0;
position: absolute;
left: 50%;
bottom: -100%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
} .crumina-your-score {
position: relative;
overflow: hidden;
}
.crumina-your-score .images img {
position: absolute;
opacity: 0;
}
.crumina-your-score .images img:first-of-type {
top: -100px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-your-score .images img:nth-child(2) {
bottom: -100%;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-your-score .images img:last-of-type {
bottom: -100%;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
} .crumina-background-mountains {
position: relative;
overflow: hidden;
}
.crumina-background-mountains .images img {
position: absolute;
bottom: -100%;
left: 0;
opacity: 0;
min-width: 100%;
} .crumina-custom-image-bg {
position: relative;
overflow: hidden;
}
.crumina-custom-image-bg .images img {
left: 50%;
bottom: -300px;
position: absolute;
opacity: 0;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-custom-image-bg.t_c .images img {
left: 50%;
top: -300px;
bottom: auto;
position: absolute;
opacity: 0;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-custom-image-bg.c_c .images img {
left: 50%;
bottom: calc(50% - 300px);
position: absolute;
opacity: 0;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}