 @font-face {
     font-family: 'Gochi Hand';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/gochihand/v23/hES06XlsOjtJsgCkx1Pkfon_-w.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
 }

 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
     unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
 }

 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
 }

 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
     unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
 }

 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
 }

 * {
     box-sizing: border-box
 }

 html {
     -webkit-text-size-adjust: 100%
 }

 body {
     margin: 0;
     overflow-x: hidden;
     -webkit-tap-highlight-color: var(--color-content-primary-faded)
 }

 details {
     display: block
 }

 summary {
     display: list-item
 }

 progress {
     vertical-align: baseline
 }

 [hidden],
 template {
     display: none
 }

 a {
     text-decoration: none;
     background: none;
     transition-property: background, box-shadow, border, color, opacity, text-decoration-color, text-underline-offset, transform;
     transition-duration: .2s
 }

 b,
 strong {
     font-weight: var(--bold-font-weight, bold)
 }

 dfn {
     font-style: italic
 }

 address {
     font-style: normal
 }

 small {
     font-size: 80%
 }

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline
 }

 sup {
     top: -0.5em
 }

 sub {
     bottom: -0.25em
 }

 img {
     height: auto;
     max-width: 100%
 }

 figure {
     margin: 0
 }

 hr {
     box-sizing: content-box;
     height: 0;
     border-style: solid;
     border-width: 0 0 1px;
     border-color: var(--color-content-border)
 }

 pre {
     overflow: auto;
     white-space: pre-wrap
 }

 code,
 kbd,
 pre,
 samp {
     font-family: monospace, monospace;
     font-size: 1rem
 }

 button,
 input,
 optgroup,
 select,
 textarea {
     vertical-align: top;
     text-transform: none;
     color: inherit;
     font: inherit;
     border: none;
     margin: 0
 }

 select[multiple] {
     height: auto;
     padding: 0.5rem
 }

 textarea {
     overflow: auto;
     resize: vertical
 }

 input:not([type=submit]),
 select,
 textarea {
     outline: none !important
 }

 input[type=tel],
 input[type=text],
 input[type=date],
 input[type=email],
 input[type=search],
 input[type=number],
 input[type=password],
 textarea {
     -webkit-appearance: none
 }

 input[type=file]::file-selector-button {
     color: inherit
 }

 button,
 [type=button],
 [type=reset],
 [type=submit] {
     overflow: visible;
     -webkit-appearance: button;
     cursor: pointer
 }

 button[disabled],
 html input[disabled] {
     cursor: default;
     opacity: 0.5
 }

 label,
 [type=checkbox],
 [type=radio] {
     cursor: pointer
 }

 ::-moz-focus-inner {
     border: 0
 }

 ::-webkit-file-upload-button {
     font: inherit;
     border: 0;
     outline: 0;
     padding-left: 0;
     background: none
 }

 legend {
     border: 0;
     padding: 0
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
     width: 100%
 }

 th {
     text-align: left
 }

 td,
 th {
     vertical-align: top;
     padding: 0.6rem 1rem;
     border-bottom: 1px solid;
     border-color: var(--color-content-border);
     outline: none !important
 }

 dl,
 ul,
 ol {
     list-style: none;
     margin: 0;
     padding: 0
 }

 fieldset {
     border: 0;
     margin: 0;
     padding: 0
 }

 audio,
 video,
 iframe,
 object,
 embed {
     max-width: 100%;
     border: none
 }

 :-webkit-full-screen-ancestor:not(iframe) {
     animation: none !important
 }

 a[ref*="Popup"] {
     cursor: zoom-in
 }

 ::-moz-placeholder {
     opacity: 0.5;
     color: inherit
 }

 ::-webkit-input-placeholder {
     color: inherit;
     opacity: 0.5
 }

 html,
 .l-header .widget,
 .menu-item-object-us_page_block {
     font-family: var(--font-family, inherit);
     font-weight: var(--font-weight, 400);
     font-size: var(--font-size, 16px);
     font-style: var(--font-style, normal);
     text-transform: var(--text-transform, none);
     line-height: var(--line-height, 28px);
     letter-spacing: var(--letter-spacing, 0)
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0;
     padding-top: 1.5rem;
     color: var(--color-content-heading)
 }

 h1:first-child,
 h2:first-child,
 h3:first-child,
 h4:first-child,
 h5:first-child,
 h6:first-child,
 h1+h2,
 h2+h3,
 h3+h4,
 h4+h5,
 h5+h6 {
     padding-top: 0
 }

 p,
 ul,
 ol,
 dl,
 address,
 pre,
 table,
 blockquote,
 fieldset {
     margin: 0 0 1.5rem
 }

 p:empty {
     display: none
 }

 ul {
     list-style-type: disc;
     margin-left: 2.5rem
 }

 ol {
     list-style-type: decimal;
     margin-left: 2.5rem
 }

 li {
     margin: 0 0 0.5rem
 }

 li>ul,
 li>ol {
     margin-bottom: 0.5rem;
     margin-top: 0.5rem
 }

 blockquote {
     position: relative;
     padding: 0 3rem;
     font-size: 1.3em;
     line-height: 1.7
 }

 blockquote:before {
     content: '\201C';
     display: block;
     font-size: 6rem;
     line-height: 0.8;
     font-family: Georgia, serif;
     position: absolute;
     left: 0;
     opacity: .5
 }

 blockquote p,
 blockquote ul,
 blockquote ol {
     margin-bottom: 0.5em
 }

 blockquote cite {
     display: block;
     font-size: 1rem;
     font-style: normal;
     margin-top: 0.5rem
 }

 pre {
     display: block;
     font-family: Consolas, Lucida Console, monospace;
     font-size: 0.9rem;
     line-height: 1.65;
     padding: 0.8em 1em;
     width: 100%;
     overflow: auto;
     background: var(--color-content-bg-alt);
     color: var(--color-content-text)
 }

 code {
     display: inline-block;
     vertical-align: top;
     font-family: Consolas, Lucida Console, monospace;
     padding: 0 0.4rem;
     background: var(--color-content-bg-alt);
     color: var(--color-content-text)
 }

 pre code {
     display: block;
     padding: 0;
     overflow-wrap: normal
 }

 h1:last-child,
 h2:last-child,
 h3:last-child,
 h4:last-child,
 h5:last-child,
 h6:last-child,
 p:last-child,
 ul:last-child,
 ol:last-child,
 li:last-child,
 pre:last-child,
 table:last-child,
 address:last-child,
 fieldset:last-child,
 blockquote:last-child {
     margin-bottom: 0
 }

 .l-section[class*="color_"] h1,
 .l-section[class*="color_"] h2,
 .l-section[class*="color_"] h3,
 .l-section[class*="color_"] h4,
 .l-section[class*="color_"] h5,
 .l-section[class*="color_"] h6,
 .has_text_color h1,
 .has_text_color h2,
 .has_text_color h3,
 .has_text_color h4,
 .has_text_color h5,
 .has_text_color h6 {
     color: inherit
 }

 input:not([type=submit]),
 textarea,
 select {
     font-family: var( --inputs-font-family, inherit);
     font-size: var( --inputs-font-size, inherit);
     font-weight: var( --inputs-font-weight, inherit);
     letter-spacing: var( --inputs-letter-spacing, inherit);
     text-transform: var( --inputs-text-transform, inherit);
     border-radius: var( --inputs-border-radius, 0px);
     background: var( --inputs-background, transparent);
     border-color: var( --inputs-border-color, currentColor);
     color: var( --inputs-text-color, inherit);
     box-shadow: var( --inputs-box-shadow, none);
     border-width: var( --inputs-border-width, 1px);
     border-style: solid;
     width: 100%;
     transition: all 0.2s
 }

 input[type=date],
 input[type=datetime-local],
 input[type=email],
 input[type=file],
 input[type=month],
 input[type=number],
 input[type=password],
 input[type=search],
 input[type=tel],
 input[type=text],
 input[type=time],
 input[type=url],
 input[type=week],
 select {
     min-height: var(--inputs-height, 2em);
     line-height: var(--inputs-height, 2em);
     padding: 0 var(--inputs-padding, .6em)
 }

 select {
     height: calc( var(--inputs-height, 2em) + var(--inputs-border-width, 1px) * 2)
 }

 textarea {
     min-height: var(--inputs-height, 2em);
     height: calc( var(--inputs-height, 2em) * 3);
     padding: calc( var(--inputs-height, 2em)/2 + var(--inputs-border-width, 1px) - 0.7em) var(--inputs-padding, .6em)
 }

 input[type=checkbox],
 input[type=radio] {
     -webkit-appearance: none;
     appearance: none;
     vertical-align: top;
     flex-shrink: 0;
     text-align: center;
     margin-right: .5em;
     letter-spacing: 0;
     text-transform: none;
     line-height: var( --inputs-checkbox-size, 1.5em);
     height: var( --inputs-checkbox-size, 1.5em);
     width: var( --inputs-checkbox-size, 1.5em);
     padding: 0;
     box-sizing: content-box
 }

 input[type=checkbox]:before {
     visibility: hidden;
     content: '\f00c';
     font-family: fontawesome;
     font-weight: 900;
     vertical-align: top
 }

 input[type=radio] {
     border-radius: 50% !important
 }

 input[type=radio]:before {
     visibility: hidden;
     content: '';
     display: block;
     height: 36%;
     width: 36%;
     margin: 32%;
     border-radius: inherit;
     background: currentColor
 }

 input:checked::before {
     visibility: visible
 }

 input[type=range] {
     box-shadow: none !important
 }

 input:not([type=submit]):focus,
 select:focus,
 textarea:focus {
     background: var( --inputs-focus-background, transparent);
     border-color: var( --inputs-focus-border-color, currentColor);
     color: var( --inputs-focus-text-color, inherit);
     box-shadow: var( --inputs-focus-box-shadow, none)
 }

 .hidden {
     display: none !important
 }

 .i-cf:after {
     content: '';
     display: block;
     clear: both
 }

 .text_thin {
     font-weight: 300
 }

 .text_bold {
     font-weight: 700
 }

 .alignleft {
     float: left;
     margin-right: 2em;
     margin-bottom: 2em
 }

 .alignright {
     float: right;
     margin-left: 2em;
     margin-bottom: 2em
 }

 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto
 }

 .l-main .aligncenter {
     max-width: var(--site-content-width, 1200px)
 }

 .alignfull {
     margin-left: -2.5rem;
     margin-right: -2.5rem;
     max-width: none;
     width: 100vw
 }

 .align_left {
     text-align: left
 }

 .align_right {
     text-align: right
 }

 .align_center {
     text-align: center
 }

 a {
     color: var(--color-content-link)
 }

 .no-touch a:hover {
     color: var(--color-content-link-hover)
 }

 .highlight_primary_bg,
 .highlight_secondary_bg,
 .highlight_faded_bg,
 .highlight_dark_bg,
 .highlight_light_bg {
     display: inline-block;
     padding: 0.5rem 1rem;
     color: #fff
 }

 .highlight_dark_bg {
     background: rgba(0, 0, 0, 0.5)
 }

 .highlight_light_bg {
     background: rgba(255, 255, 255, 0.5);
     color: #111
 }

 .highlight_white {
     color: #fff
 }

 .highlight_black {
     color: #000
 }

 .highlight_primary {
     color: var(--color-content-primary)
 }

 .highlight_primary_bg {
     background: var(--color-content-primary-grad)
 }

 .highlight_secondary {
     color: var(--color-content-secondary)
 }

 .highlight_secondary_bg {
     background: var(--color-content-secondary-grad)
 }

 .highlight_faded {
     color: var(--color-content-faded)
 }

 .l-body .background_inside_text {
     background-clip: text !important;
     -webkit-background-clip: text !important;
     color: transparent !important
 }

 .l-canvas {
     margin: 0 auto;
     width: 100%;
     flex-grow: 1;
     background: var(--color-content-bg-grad);
     color: var(--color-content-text)
 }

 .l-canvas.type_boxed,
 .l-canvas.type_boxed .l-subheader,
 .l-canvas.type_boxed~.l-footer {
     max-width: var(--site-canvas-width)
 }

 @media screen and (min-width:1025px) {
     body:not(.us_iframe) {
         display: flex;
         flex-direction: column;
         min-height: 100vh
     }
     body.admin-bar:not(.us_iframe) {
         min-height: calc( 100vh - var(--wp-admin--admin-bar--height, 0px))
     }
 }

 .l-footer {
     overflow: hidden;
     margin: 0 auto;
     width: 100%;
     background: var(--color-content-bg-grad);
     color: var(--color-content-text)
 }

 body.us_iframe {
     background: var(--color-content-bg-grad)
 }

 .l-subheader,
 .l-section {
     padding-left: 2.5rem;
     padding-right: 2.5rem
 }

 .l-section {
     position: relative;
     margin: 0 auto
 }

 .l-section-img {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-position: center center;
     background-size: cover
 }

 .l-section-video {
     pointer-events: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
 }

 .l-section-video>video {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     object-fit: cover
 }

 .l-section-video>iframe {
     position: absolute;
     top: 50%;
     left: 50%;
     min-height: 100%;
     min-width: 100%;
     max-width: none;
     transform: translate(-50%, -50%)
 }

 .l-section-slider {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     pointer-events: none
 }

 .l-section-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0
 }

 .l-section-h {
     position: relative;
     margin: 0 auto;
     width: 100%;
     max-width: var(--site-content-width, 1200px)
 }

 .l-section-shape {
     overflow: hidden;
     position: absolute;
     left: 0;
     right: 0;
     height: 15vmin;
     color: var(--color-content-bg)
 }

 .l-section-shape.pos_top {
     top: -1px
 }

 .l-section-shape.pos_bottom {
     bottom: -1px
 }

 .l-section-shape.on_front {
     z-index: 11 !important
 }

 .l-section-shape>* {
     display: block
 }

 .l-section-shape.type_custom.hor_flip>*,
 .l-section-shape.pos_bottom.hor_flip>* {
     transform: rotateY(180deg)
 }

 .l-section-shape:not(.type_custom).pos_top>* {
     transform: rotateX(180deg)
 }

 .l-section-shape:not(.type_custom).pos_top.hor_flip>* {
     transform: rotate(180deg)
 }

 .l-section.width_full {
     padding-left: 0;
     padding-right: 0
 }

 .l-section.width_full>.l-section-h {
     max-width: none !important
 }

 .l-section.height_small {
     padding-top: 2rem;
     padding-bottom: 2rem
 }

 .l-section.height_medium {
     padding-top: 4rem;
     padding-bottom: 4rem
 }

 .l-section.height_large {
     padding-top: 6rem;
     padding-bottom: 6rem
 }

 .l-section.height_huge {
     padding-top: 8rem;
     padding-bottom: 8rem
 }

 .l-section.height_custom {
     padding-top: var(--section-custom-padding, 5vmax);
     padding-bottom: var(--section-custom-padding, 5vmax)
 }

 .l-section.full_height {
     min-height: 100vh
 }

 @media screen and (min-width:783px) {
     .admin-bar .l-section.full_height {
         min-height: calc( 100vh - var(--wp-admin--admin-bar--height, 0px))
     }
 }

 .header_hor .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type {
     min-height: calc( 100vh - var(--header-height))
 }

 .header_hor .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type) {
     min-height: calc( 100vh - var(--header-sticky-height))
 }

 .l-section.full_height.valign_center {
     display: flex;
     flex-direction: column;
     justify-content: center
 }

 .l-section.full_height.valign_bottom {
     display: flex;
     flex-direction: column;
     justify-content: flex-end
 }

 .header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h,
 .header_hor .l-header.pos_fixed~.l-main>form>.l-section:first-of-type>.l-section-h,
 .header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section:first-of-type>.l-section-h,
 .header_hor .l-header.pos_static.bg_transparent~.l-main>form>.l-section:first-of-type>.l-section-h {
     padding-top: var(--header-height)
 }

 .l-header.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h {
     top: calc( var(--header-height) / -2)
 }

 .l-section.for_sidebar>div {
     display: flex;
     flex-wrap: wrap
 }

 .l-section.for_sidebar.at_left .l-sidebar {
     margin-right: 5%
 }

 .l-section.for_sidebar.at_right .l-sidebar {
     margin-left: 5%
 }

 .l-sidebar {
     padding: 4rem 0;
     width: var(--site-sidebar-width, 25%)
 }

 .l-content {
     width: calc( 95% - var(--site-sidebar-width, 25%))
 }

 .l-content>div>.l-section {
     padding-left: 0;
     padding-right: 0
 }

 .l-section.color_primary {
     background: var(--color-content-primary-grad);
     color: #fff
 }

 .l-section.color_secondary {
     background: var(--color-content-secondary-grad);
     color: #fff
 }

 .l-section.color_primary a,
 .l-section.color_secondary a {
     color: inherit
 }

 .l-section.parallax_ver>.l-section-img,
 .l-section.parallax_fixed>.l-section-img {
     background-attachment: fixed
 }

 .l-section.parallax_hor {
     overflow: hidden
 }

 .l-section.parallax_hor>.l-section-img {
     width: 130%;
     right: auto
 }

 .l-section.parallax_hor.bgwidth_110>.l-section-img {
     width: 110%
 }

 .l-section.parallax_hor.bgwidth_120>.l-section-img {
     width: 120%
 }

 .l-section.parallax_hor.bgwidth_140>.l-section-img {
     width: 140%
 }

 .l-section.parallax_hor.bgwidth_150>.l-section-img {
     width: 150%
 }

 .l-section.with_slider,
 .l-section.with_video {
     overflow: hidden;
     transform: translateZ(0)
 }

 html.ios-touch .l-section.parallax_ver>.l-section-img,
 html.ios-touch .l-section.parallax_fixed>.l-section-img,
 html.touch .l-section.parallax_fixed>.l-section-img,
 .l-section.with_slider>.l-section-img,
 .l-section.with_video>.l-section-img {
     background-attachment: scroll !important
 }

 .l-section.with_slider>.l-section-shape,
 .l-section.with_slider>.l-section-h {
     z-index: 1
 }

 .l-section-slider .royalSlider {
     z-index: 0
 }

 .l-section-slider .w-slider,
 .l-section-slider .w-slider-h,
 .l-section-slider .royalSlider {
     height: 100% !important
 }

 .l-section.for_pagination {
     padding: 0 0 2rem
 }

 .l-section.gradient_overlay>.l-section-overlay {
     top: auto;
     height: 50%;
     background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) repeat-x !important
 }

 .vc_column-inner>.w-post-elm:not(:first-child)>.l-section>.l-section-h,
 .l-header.bg_solid~.l-main .vc_column-inner>.w-post-elm>.l-section>.l-section-h,
 .templatera_shortcode>.l-section>.l-section-h {
     padding-top: 0 !important
 }

 .fal,
 .far,
 .fas,
 .fab,
 .fad {
     display: inline-block;
     line-height: 1;
     font-family: "fontawesome";
     font-weight: 400;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased
 }

 .material-icons {
     display: inline-block;
     line-height: 1;
     font-weight: normal;
     font-style: normal;
     letter-spacing: normal;
     text-transform: none;
     white-space: nowrap;
     word-wrap: normal;
     direction: ltr;
     font-feature-settings: 'liga';
     -moz-osx-font-smoothing: grayscale
 }

 .g-preloader {
     display: inline-block;
     vertical-align: top;
     position: relative;
     font-size: 2.5rem;
     width: 1em;
     height: 1em;
     color: var(--color-content-primary)
 }

 .l-section.color_primary .g-preloader,
 .l-section.color_secondary .g-preloader {
     color: inherit
 }

 .g-preloader.type_1:before,
 .g-preloader.type_1:after {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: 50%;
     border: 2px solid
 }

 .g-preloader.type_1:before {
     opacity: 0.2
 }

 .g-preloader.type_1:after {
     border-color: transparent;
     border-top-color: inherit;
     animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6)
 }

 @keyframes rotation {
     0% {
         transform: rotate(0deg)
     }
     100% {
         transform: rotate(360deg)
     }
 }

 .style_phone6-1,
 .style_phone6-2,
 .style_phone6-3,
 .style_phone6-4 {
     position: relative;
     padding-bottom: 180%
 }

 .style_phone6-1>*,
 .style_phone6-2>*,
 .style_phone6-3>*,
 .style_phone6-4>* {
     position: absolute !important;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 22.3% 12.5% 0;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain
 }

 .wp-caption {
     line-height: 0;
     margin-bottom: 1.5rem;
     max-width: 100%;
     position: relative
 }

 .wp-caption-text {
     display: block;
     font-size: .85rem;
     line-height: 1.6;
     margin: .5rem 0 0
 }

 .post-pagination {
     font-size: 1.2em;
     margin: 0 -0.6em
 }

 .post-pagination>* {
     display: inline-block;
     vertical-align: top;
     padding: 0 0.6em
 }

 .post-pagination>span:not(.title) {
     font-weight: bold
 }

 .widgettitle {
     font-family: var(--h4-font-family, inherit);
     font-weight: var(--h4-font-weight, inherit);
     font-size: var(--h4-font-size, inherit);
     font-style: var(--h4-font-style, inherit);
     line-height: var(--h4-line-height, 1.4);
     letter-spacing: var(--h4-letter-spacing, inherit);
     text-transform: var(--h4-text-transform, inherit);
     margin-bottom: var(--h4-margin-bottom, 1.5rem)
 }

 .screen-reader-text,
 .screen-reader-text:focus {
     position: absolute;
     overflow: hidden;
     clip: rect(1px, 1px, 1px, 1px);
     -webkit-clip-path: inset(50%);
     clip-path: inset(50%);
     height: 1px;
     width: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
     word-wrap: normal !important
 }

 .w-post-elm.with_word .screen-reader-text,
 .w-comments-title .screen-reader-text {
     position: static;
     clip: auto;
     -webkit-clip-path: none;
     clip-path: none;
     height: auto;
     width: auto;
     margin: 0
 }

 .g-breadcrumbs {
     line-height: 1.4
 }

 .g-breadcrumbs>* {
     display: inline-block;
     vertical-align: top
 }

 .g-breadcrumbs-separator {
     margin: 0 0.6em
 }

 .g-breadcrumbs.hide_current .g-breadcrumbs-item:last-child,
 .g-breadcrumbs.hide_current .g-breadcrumbs-separator:nth-last-child(2) {
     display: none
 }

 .g-breadcrumbs.has_text_color a {
     color: inherit
 }

 .l-cookie {
     position: fixed;
     z-index: 9999;
     left: 0;
     right: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 13px;
     line-height: 20px;
     padding: 10px 5px;
     box-shadow: var(--box-shadow);
     background: var(--color-content-bg-grad);
     color: var(--color-content-text)
 }

 .l-cookie.pos_top {
     top: 0
 }

 .l-cookie.pos_bottom {
     bottom: 0;
     box-shadow: var(--box-shadow-up)
 }

 .l-cookie>* {
     margin: 0 5px
 }

 .l-cookie>.w-btn {
     flex-shrink: 0;
     font-size: inherit !important
 }

 .with_collapsible_content>div[style]:first-of-type {
     overflow: hidden;
     -webkit-mask-image: linear-gradient(black 60%, transparent)
 }

 .with_collapsible_content.show_content>div[style]:first-of-type {
     -webkit-mask-image: none;
     height: auto !important
 }

 .with_collapsible_content>.toggle-links {
     display: none;
     padding-top: 0.5rem
 }

 .with_collapsible_content>.toggle-links>button {
     background: none;
     padding: 0;
     border-bottom: 1px dotted;
     cursor: pointer;
     color: var(--color-content-link);
     transition-property: border, color;
     transition-duration: 0.3s
 }

 .no-touch .with_collapsible_content>.toggle-links>button:hover {
     color: var(--color-content-link-hover)
 }

 .with_collapsible_content .collapsible-content-less,
 .with_collapsible_content.show_content .collapsible-content-more,
 .with_collapsible_content>.toggle-links>:empty {
     display: none
 }

 .with_collapsible_content.show_content .collapsible-content-less {
     display: inline
 }

 .w-toplink {
     position: fixed !important;
     z-index: 99;
     bottom: 0;
     transform: translate3d(0, 150%, 0) !important;
     margin: 15px
 }

 .w-toplink:not(.w-btn) {
     text-align: center;
     border-radius: 0.3rem;
     color: #fff !important;
     line-height: 50px;
     height: 50px;
     width: 50px
 }

 .w-toplink.pos_left {
     left: 0
 }

 .w-toplink.pos_right {
     right: 0
 }

 .w-toplink.active {
     transform: translate3d(0, 0, 0) !important
 }

 .w-toplink:not(.w-btn) i {
     font-size: 1.5em;
     line-height: inherit;
     min-width: 1em
 }

 .wpb_raw_html.has_border_radius {
     overflow: hidden;
     transform: translateZ(0)
 }

 html.ios-touch [class*="us_custom_"] {
     background-attachment: scroll !important
 }

 .hide_if_inner_list_is_empty:has(.w-grid.hidden) {
     display: none !important
 }

 .l-body .vc_row:after,
 .l-body .vc_row:before,
 .l-body .vc_column-inner:after,
 .l-body .vc_column-inner:before {
     display: none
 }

 .l-body .wpb_button,
 .l-body .wpb_content_element,
 .l-body ul.wpb_thumbnails-fluid>li {
     margin-bottom: 0
 }

 .g-cols.wpb_row,
 .wpb_revslider_element.wpb_content_element,
 .wpb_widgetised_column.wpb_content_element {
     margin-bottom: 0
 }

 .vc_icon_element-icon {
     transform: translate(-50%, -50%)
 }

 .vc_icon_element-align-left {
     display: inline-block;
     vertical-align: top
 }

 .wpb_text_column:not(:last-child) {
     margin-bottom: var(--text-block-margin-bottom, 0px)
 }

 blockquote.is-style-large,
 .wp-block-pullquote blockquote {
     padding: 0
 }

 blockquote.is-style-large:before,
 .wp-block-pullquote blockquote:before {
     display: none
 }

 .wp-block-pullquote {
     border-top: 4px solid;
     border-bottom: 4px solid
 }

 .wp-block-gallery {
     margin: 0
 }

 .wp-block-gallery.alignleft {
     margin-right: 2em
 }

 .wp-block-gallery.alignright {
     margin-left: 2em
 }

 .wp-block-image img {
     display: block
 }

 .wp-block-image figcaption,
 .wp-block-embed figcaption {
     font-size: 0.85rem
 }

 .color_alternate {
     background: var(--color-alt-content-bg-grad);
     color: var(--color-alt-content-text)
 }

 .l-section.color_alternate h1,
 .l-section.color_alternate h2,
 .l-section.color_alternate h3,
 .l-section.color_alternate h4,
 .l-section.color_alternate h5,
 .l-section.color_alternate h6 {
     color: var(--color-alt-content-heading)
 }

 .l-section.color_footer-top h1,
 .l-section.color_footer-top h2,
 .l-section.color_footer-top h3,
 .l-section.color_footer-top h4,
 .l-section.color_footer-top h5,
 .l-section.color_footer-top h6 {
     color: var(--color-subfooter-heading)
 }

 .l-section.color_footer-bottom h1,
 .l-section.color_footer-bottom h2,
 .l-section.color_footer-bottom h3,
 .l-section.color_footer-bottom h4,
 .l-section.color_footer-bottom h5,
 .l-section.color_footer-bottom h6 {
     color: var(--color-footer-heading)
 }

 .color_alternate td,
 .color_alternate th {
     border-color: var(--color-alt-content-border)
 }

 .color_alternate a {
     color: var(--color-alt-content-link)
 }

 .no-touch .color_alternate a:hover {
     color: var(--color-alt-content-link-hover)
 }

 .color_alternate .g-preloader {
     color: var(--color-alt-content-primary)
 }

 .color_footer-top {
     background: var(--color-subfooter-bg-grad);
     color: var(--color-subfooter-text)
 }

 .color_footer-top td,
 .color_footer-top th {
     border-color: var(--color-subfooter-border)
 }

 .color_footer-top a {
     color: var(--color-subfooter-link)
 }

 .no-touch .color_footer-top a:hover {
     color: var(--color-subfooter-link-hover)
 }

 .color_footer-bottom {
     background: var(--color-footer-bg-grad);
     color: var(--color-footer-text)
 }

 .color_footer-bottom td,
 .color_footer-bottom th {
     border-color: var(--color-footer-border)
 }

 .color_footer-bottom a {
     color: var(--color-footer-link)
 }

 .no-touch .color_footer-bottom a:hover {
     color: var(--color-footer-link-hover)
 }

 .rounded_none .w-header-show,
 .rounded_none .w-toplink {
     border-radius: 0 !important
 }

 @media (max-width:1024px) {
     .l-sidebar,
     .l-section.height_medium {
         padding-top: 2.5rem;
         padding-bottom: 2.5rem
     }
     .l-section.height_large {
         padding-top: 6vmax;
         padding-bottom: 6vmax
     }
     .l-section.height_huge {
         padding-top: 9vmax;
         padding-bottom: 9vmax
     }
 }

 @media screen and (max-width:900px) {
     .l-subheader {
         padding-left: 1rem !important;
         padding-right: 1rem !important
     }
     .l-sidebar,
     .l-content {
         width: 100% !important;
         margin: 0 !important
     }
 }

 @media screen and (max-width:767px) {
     img.alignleft,
     img.alignright,
     .wp-caption.alignleft,
     .wp-caption.alignright {
         float: none;
         display: block;
         margin: 0 0 1.5rem
     }
     .l-section.remove_bg_xs>.l-section-img {
         display: none
     }
 }

 @media screen and (max-width:600px) {
     p {
         margin-bottom: 1rem
     }
     h1,
     h2,
     h3,
     h4,
     h5,
     h6 {
         padding-top: 1rem
     }
     .admin-bar .l-header.sticky {
         top: 0
     }
     .w-header-show,
     .w-toplink {
         margin: 10px !important
     }
     .l-subheader,
     .l-section {
         padding-left: 1.5rem;
         padding-right: 1.5rem
     }
     .l-sidebar,
     .l-section.height_small,
     .l-section.height_medium {
         padding-top: 1.5rem;
         padding-bottom: 1.5rem
     }
     .l-main .alignfull {
         margin-left: -1.5rem;
         margin-right: -1.5rem
     }
     .l-main .aligncenter {
         max-width: 100% !important
     }
 }

 [class*="us_animate_"] {
     opacity: 0;
     animation-duration: 0.6s;
     animation-timing-function: cubic-bezier(.215, .61, .355, 1);
     animation-fill-mode: both
 }

 [class*="us_animate_"]:not(.start) {
     animation: none !important
 }

 .disable_effects [class*="us_animate_"] {
     opacity: 1;
     animation: none !important
 }

 .off_autostart {
     visibility: hidden
 }

 @keyframes fade {
     from {
         opacity: 0
     }
     to {
         opacity: 1
     }
 }

 .us_animate_fade {
     animation-name: fade
 }

 @keyframes fadeOut {
     from {
         opacity: 1
     }
     to {
         opacity: 0
     }
 }

 @keyframes afc {
     from {
         opacity: 0;
         transform: scale(0.1)
     }
     to {
         opacity: 1;
         transform: scale(1)
     }
 }

 .us_animate_afc {
     animation-name: afc
 }

 @keyframes afl {
     from {
         opacity: 0;
         transform: translateX(-5rem)
     }
     to {
         opacity: 1;
         transform: translateX(0)
     }
 }

 .us_animate_afl {
     animation-name: afl
 }

 @keyframes afr {
     from {
         opacity: 0;
         transform: translateX(5rem)
     }
     to {
         opacity: 1;
         transform: translateX(0)
     }
 }

 .us_animate_afr {
     animation-name: afr
 }

 @keyframes aft {
     from {
         opacity: 0;
         transform: translateY(-5rem)
     }
     to {
         opacity: 1;
         transform: translateY(0)
     }
 }

 .us_animate_aft {
     animation-name: aft
 }

 @keyframes afb {
     from {
         opacity: 0;
         transform: translateY(5rem)
     }
     to {
         opacity: 1;
         transform: translateY(0)
     }
 }

 .us_animate_afb.start {
     animation-name: afb
 }

 @keyframes wfc {
     from {
         opacity: 0;
         transform: scaleX(0.01)
     }
     to {
         opacity: 1;
         transform: scaleX(1)
     }
 }

 .us_animate_wfc.start {
     animation-name: wfc
 }

 @keyframes hfc {
     from {
         opacity: 0;
         transform: scaleY(0.01)
     }
     to {
         opacity: 1;
         transform: scaleY(1)
     }
 }

 .us_animate_hfc {
     animation-name: hfc;
     transform-origin: 0 0
 }

 @keyframes bounce {
     0% {
         opacity: 0;
         transform: scale3d(0.3, 0.3, 0.3)
     }
     20% {
         transform: scale3d(1.1, 1.1, 1.1)
     }
     40% {
         transform: scale3d(0.9, 0.9, 0.9)
     }
     60% {
         opacity: 1;
         transform: scale3d(1.03, 1.03, 1.03)
     }
     80% {
         transform: scale3d(0.97, 0.97, 0.97)
     }
     to {
         opacity: 1;
         transform: scale3d(1, 1, 1)
     }
 }

 .us_animate_bounce {
     animation-name: bounce
 }

 .w-btn,
 .button,
 button[type=submit],
 input[type=submit] {
     display: inline-block;
     vertical-align: top;
     text-align: center;
     line-height: 1.2;
     position: relative;
     transition-property: background, border, box-shadow, color, opacity, transform;
     transition-duration: 0.3s;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
 }

 .w-btn,
 .button {
     padding: 0.8em 1.8em
 }

 input[type=submit] {
     border-style: solid
 }

 .w-btn i {
     display: inline-block;
     vertical-align: top;
     line-height: inherit
 }

 .w-btn.icon_atleft i {
     margin-right: 0.5em
 }

 .w-btn.icon_atright i {
     margin-left: 0.5em
 }

 .w-btn.text_none i {
     margin: 0 !important;
     width: 1.2em
 }

 .w-btn:before,
 .button:before,
 button[type=submit]:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: inherit;
     border-style: solid;
     border-color: inherit;
     border-image: inherit
 }

 .links_underline a.w-btn,
 .links_underline a.button {
     text-decoration: none !important
 }

 .w-btn-wrapper {
     margin: 0.3rem 0
 }

 .w-btn-wrapper.align_none {
     display: inline-block;
     vertical-align: top
 }

 *:not(.w-hwrapper)>.w-btn-wrapper.align_none {
     margin-right: 0.6rem
 }

 .w-btn-wrapper.align_justify>.w-btn {
     width: 100%
 }

 .us-btn-style_badge {
     padding: 0.7em 1.2em;
     border-radius: 5em;
     background: var(--color-content-primary-grad);
     color: #fff !important
 }

 .no-touch .us-btn-style_badge:hover {
     background: var(--color-content-secondary-grad)
 }

 .us-btn-style_badge:before {
     display: none
 }

 .rounded_none .us-btn-style_badge {
     border-radius: 0 !important
 }

 .owl-carousel,
 .owl-carousel .owl-item {
     -webkit-tap-highlight-color: transparent;
     position: relative
 }

 .owl-carousel {
     z-index: 1
 }

 .owl-carousel .owl-stage {
     position: relative;
     touch-action: pan-y;
     backface-visibility: hidden
 }

 .owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
 }

 .owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     transform: translate3d(0, 0, 0)
 }

 .owl-carousel .owl-item,
 .owl-carousel .owl-wrapper {
     backface-visibility: hidden;
     transform: translate3d(0, 0, 0)
 }

 .owl-carousel .owl-item {
     min-height: 1px;
     float: left;
     backface-visibility: hidden;
     -webkit-touch-callout: none
 }

 .owl-carousel .owl-dots.disabled,
 .owl-carousel .owl-nav.disabled {
     display: none
 }

 .owl-carousel .owl-dot,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev {
     cursor: pointer;
     -webkit-user-select: none;
     user-select: none
 }

 .owl-carousel button.owl-dot {
     padding: 0 !important;
     background: none
 }

 .owl-carousel.owl-loading {
     opacity: 0;
     display: block
 }

 .owl-carousel.owl-hidden {
     opacity: 0
 }

 .owl-carousel.owl-refresh .owl-item {
     visibility: hidden
 }

 .owl-carousel.owl-drag .owl-item {
     touch-action: none;
     -webkit-user-select: none;
     user-select: none
 }

 .owl-carousel.owl-grab {
     cursor: move;
     cursor: grab
 }

 .owl-carousel.owl-rtl {
     direction: rtl
 }

 .owl-carousel .animated {
     animation-duration: var(--transition-duration, .8s);
     animation-fill-mode: both
 }

 .owl-carousel .owl-animated-in {
     z-index: 0
 }

 .owl-carousel .owl-animated-out {
     z-index: 1
 }

 .owl-height {
     transition: height .4s
 }

 .owl-carousel .fadeOut {
     animation-name: fadeOut
 }

 .owl-carousel .fadeIn {
     animation-name: fade
 }

 .owl-carousel {
     display: flex;
     flex-wrap: nowrap !important;
     gap: var(--items-gap, 0);
     overflow: hidden
 }

 .owl-carousel.with_dots {
     --dots-container-height: calc(1rem + 20px);
     padding-bottom: var(--dots-container-height, 0)
 }

 .owl-carousel.owl-loaded {
     display: block !important;
     overflow: visible !important;
     padding-bottom: 0 !important
 }

 .owl-carousel>* {
     flex-shrink: 0;
     width: 100%
 }

 .owl-carousel.owl-loaded>* {
     width: auto !important
 }

 .owl-carousel .owl-item {
     flex-shrink: 0
 }

 .owl-carousel:not(.center_item) .owl-stage {
     padding: 0 !important
 }

 .owl-carousel:not(.autoheight) .owl-stage {
     display: flex
 }

 .owl-carousel:not(.autoheight):not(.owl-responsive-0):not(.has_height) .owl-item>* {
     height: 100%;
     max-height: inherit
 }

 .owl-carousel.valign_top,
 .owl-carousel.valign_top .owl-stage {
     align-items: flex-start
 }

 .owl-carousel.valign_middle,
 .owl-carousel.valign_middle .owl-stage {
     align-items: center
 }

 .owl-carousel.valign_bottom,
 .owl-carousel.valign_bottom .owl-stage {
     align-items: flex-end
 }

 .owl-carousel.has_height,
 .owl-carousel.has_height :is( .owl-stage-outer, .owl-stage, .owl-item, .w-grid-item-h, .w-grid-item, .post_image:only-child, .post_image a, .post_image img) {
     max-height: inherit;
     height: inherit;
     width: auto
 }

 .w-grid.type_carousel .w-grid-list {
     display: flex;
     flex-wrap: wrap;
     margin: calc( var(--gap, 0px) * -1)
 }

 .w-grid.type_carousel .w-grid-item {
     padding: var(--gap, 0px);
     width: calc( 100% / var(--items, 1))
 }

 .w-grid.type_carousel .owl-item>.w-grid-item {
     width: 100%
 }

 .w-grid.type_carousel.valign_center .owl-stage {
     align-items: center
 }

 .w-grid.type_carousel .g-preloader {
     display: none
 }

 .w-grid.type_carousel .w-grid-list.with_dots {
     margin-bottom: 0 !important
 }

 .w-hwrapper>.w-grid.type_carousel,
 .w-vwrapper>.w-grid.type_carousel {
     width: 100%
 }

 .l-section.width_full>div>.g-cols.cols_1>div>div>.w-grid.type_carousel .w-grid-list,
 .l-section.width_full>div>.g-cols.cols_1>div>div>div>.w-grid.type_carousel .w-grid-list,
 .l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-grid.type_carousel .w-grid-list,
 .l-section.width_full>div>div>.vc_col-sm-12>div>div>div>.w-grid.type_carousel .w-grid-list {
     margin-left: 0 !important;
     margin-right: 0 !important
 }

 .w-content-carousel.items_2 .owl-carousel>* {
     flex-basis: calc( ( 100% - var(--items-gap, 0)) / 2)
 }

 .w-content-carousel.items_3 .owl-carousel>* {
     flex-basis: calc( ( 100% - 2 * var(--items-gap, 0)) / 3)
 }

 .w-content-carousel.items_4 .owl-carousel>* {
     flex-basis: calc( ( 100% - 3 * var(--items-gap, 0)) / 4)
 }

 .w-content-carousel.items_5 .owl-carousel>* {
     flex-basis: calc( ( 100% - 4 * var(--items-gap, 0)) / 5)
 }

 .w-content-carousel.items_6 .owl-carousel>* {
     flex-basis: calc( ( 100% - 5 * var(--items-gap, 0)) / 6)
 }

 .w-content-carousel.items_7 .owl-carousel>* {
     flex-basis: calc( ( 100% - 6 * var(--items-gap, 0)) / 7)
 }

 .w-content-carousel.items_8 .owl-carousel>* {
     flex-basis: calc( ( 100% - 7 * var(--items-gap, 0)) / 8)
 }

 .w-content-carousel.items_9 .owl-carousel>* {
     flex-basis: calc( ( 100% - 8 * var(--items-gap, 0)) / 9)
 }

 .w-content-carousel.items_10 .owl-carousel>* {
     flex-basis: calc( ( 100% - 9 * var(--items-gap, 0)) / 10)
 }

 .w-content-carousel.has_height .owl-carousel {
     --dots-container-height: 0
 }

 .w-content-carousel.has_height :is(.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .w-image) {
     height: inherit;
     max-height: inherit;
     width: auto
 }

 .w-content-carousel.has_height .w-image img {
     width: auto
 }

 .owl-carousel .owl-nav .disabled {
     display: none
 }

 .owl-carousel .owl-nav button {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     margin-top: calc( var(--dots-container-height, 0) / -2);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: var(--arrows-size, 1.8rem) !important;
     margin-left: var(--arrows-offset, 0);
     margin-right: var(--arrows-offset, 0);
     background: none;
     transition-property: background, box-shadow, border, color, opacity, transform;
     transition-duration: .3s
 }

 .owl-nav button:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: inherit;
     border-style: solid;
     border-color: inherit;
     border-image: inherit;
     border-width: 0
 }

 .owl-prev:after {
     content: '\f104';
     font-family: fontawesome;
     font-weight: 400;
     padding-right: .2rem
 }

 .owl-next:after {
     content: '\f105';
     font-family: fontawesome;
     font-weight: 400;
     padding-left: .2rem
 }

 .owl-carousel.navpos_outside .owl-prev {
     right: 100%
 }

 .owl-carousel.navpos_outside .owl-next {
     left: 100%
 }

 .owl-carousel.navpos_inside .owl-prev {
     left: 0
 }

 .owl-carousel.navpos_inside .owl-next {
     right: 0
 }

 .owl-carousel.navstyle_circle .owl-nav button {
     height: 3.5rem;
     width: 3.5rem;
     border-radius: 50%
 }

 .owl-carousel.navstyle_block .owl-nav button {
     top: 0;
     bottom: var(--dots-container-height, 0);
     width: 4rem;
     margin-top: 0;
     transform: none
 }

 .owl-carousel.navpos_inside.navstyle_circle>.owl-nav button,
 .owl-carousel.navpos_inside.navstyle_block>.owl-nav button {
     text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
     color: #fff
 }

 .no-touch .owl-carousel.navpos_inside.navstyle_circle>.owl-nav button:hover {
     background: rgba(0, 0, 0, .5)
 }

 .no-touch .owl-carousel.navpos_inside.navstyle_block .owl-next:hover {
     background: linear-gradient( to right, transparent, rgba(0, 0, 0, .5))
 }

 .no-touch .owl-carousel.navpos_inside.navstyle_block .owl-prev:hover {
     background: linear-gradient( to left, transparent, rgba(0, 0, 0, .5))
 }

 .no-touch .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,
 .no-touch .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover {
     background: var(--color-content-bg-alt-grad)
 }

 .owl-dots {
     text-align: center;
     line-height: 0;
     padding-top: 1rem
 }

 .dotstyle_circle .owl-dot span {
     display: block;
     border-radius: 50%;
     background: currentColor;
     width: 8px;
     height: 8px;
     margin: 6px;
     opacity: .33
 }

 .no-touch .dotstyle_circle .owl-dot:hover span {
     opacity: 1
 }

 .dotstyle_circle .owl-dot.active span {
     background: transparent !important;
     box-shadow: 0 0 0 2px var(--color-content-primary);
     opacity: 1
 }

 .color_primary .dotstyle_circle .owl-dot.active span,
 .color_secondary .dotstyle_circle .owl-dot.active span {
     box-shadow: 0 0 0 2px #fff
 }

 .dotstyle_diamond .owl-dot span {
     display: block;
     background: currentColor;
     width: 8px;
     height: 8px;
     margin: 6px 8px;
     opacity: .33;
     transform: rotate(45deg)
 }

 .no-touch .dotstyle_diamond .owl-dot:hover span {
     opacity: 1
 }

 .dotstyle_diamond .owl-dot.active span {
     background: var(--color-content-primary);
     border: 1px solid var(--color-content-primary);
     opacity: 1
 }

 .color_primary .dotstyle_diamond .owl-dot.active span,
 .color_secondary .dotstyle_diamond .owl-dot.active span {
     background: #fff;
     border: 1px solid #fff
 }

 .dotstyle_dash .owl-dot span {
     display: block;
     background: currentColor;
     width: 24px;
     height: 2px;
     margin: 9px 2px;
     opacity: .33
 }

 .no-touch .dotstyle_dash .owl-dot:hover span {
     opacity: 1
 }

 .dotstyle_dash .owl-dot.active span {
     background: var(--color-content-primary);
     opacity: 1
 }

 .color_primary .dotstyle_dash .owl-dot.active span,
 .color_secondary .dotstyle_dash .owl-dot.active span {
     background: #fff
 }

 .dotstyle_smudge .owl-dot span {
     display: block;
     border-radius: 4px;
     background: currentColor;
     width: 10px;
     height: 4px;
     margin: 8px 3px;
     transition: width .4s
 }

 .dotstyle_smudge .owl-dot.active span {
     width: 42px
 }

 .no-touch .color_alternate .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,
 .no-touch .color_alternate .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover {
     background: var(--color-alt-content-bg-alt-grad)
 }

 .no-touch .color_primary .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,
 .no-touch .color_primary .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover,
 .no-touch .color_secondary .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,
 .no-touch .color_secondary .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover {
     background: rgba(0, 0, 0, .25)
 }

 @media screen and (max-width:900px) {
     .w-grid.type_carousel .w-grid-list {
         padding: 0 !important
     }
 }

 @media screen and (max-width:600px) {
     .w-grid.type_carousel .owl-carousel:not(.owl-loaded)>* {
         width: 100% !important
     }
 }

 .g-cols.via_flex {
     display: flex;
     flex-wrap: wrap
 }

 .g-cols.via_grid {
     display: grid;
     gap: var(--columns-gap, 3rem)
 }

 .vc_column_container {
     display: flex;
     flex-direction: column;
     position: relative;
     border-color: var(--color-content-border)
 }

 .g-cols.via_grid>.vc_column_container {
     min-width: 0;
     width: auto
 }

 .vc_column-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: inherit
 }

 .g-cols.via_flex>div>.vc_column-inner {
     display: flex;
     flex-direction: column;
     flex-grow: 1;
     position: relative;
     border-color: inherit
 }

 .vc_column-overlay~.vc_column-inner,
 .vc_column-overlay~.wpb_wrapper {
     position: relative
 }

 .g-cols.cols_custom {
     grid-template-columns: var( --custom-columns, repeat( auto-fill, minmax(250px, 1fr)))
 }

 .g-cols.cols_1 {
     grid-template-columns: 100%
 }

 .g-cols.cols_2 {
     grid-template-columns: repeat(2, 1fr)
 }

 .g-cols.cols_3 {
     grid-template-columns: repeat(3, 1fr)
 }

 .g-cols.cols_4 {
     grid-template-columns: repeat(4, 1fr)
 }

 .g-cols.cols_5 {
     grid-template-columns: repeat(5, 1fr)
 }

 .g-cols.cols_6 {
     grid-template-columns: repeat(6, 1fr)
 }

 .g-cols.cols_1-2 {
     grid-template-columns: 1fr 2fr
 }

 .g-cols.cols_2-1 {
     grid-template-columns: 2fr 1fr
 }

 .g-cols.cols_2-3 {
     grid-template-columns: 2fr 3fr
 }

 .g-cols.cols_3-2 {
     grid-template-columns: 3fr 2fr
 }

 .g-cols.cols_1-3 {
     grid-template-columns: 1fr 3fr
 }

 .g-cols.cols_3-1 {
     grid-template-columns: 3fr 1fr
 }

 .g-cols.cols_1-4 {
     grid-template-columns: 1fr 4fr
 }

 .g-cols.cols_4-1 {
     grid-template-columns: 4fr 1fr
 }

 .g-cols.cols_1-5 {
     grid-template-columns: 1fr 5fr
 }

 .g-cols.cols_5-1 {
     grid-template-columns: 5fr 1fr
 }

 .g-cols.cols_7-5 {
     grid-template-columns: 7fr 5fr
 }

 .g-cols.cols_5-7 {
     grid-template-columns: 5fr 7fr
 }

 .g-cols.cols_1-2-1 {
     grid-template-columns: 1fr 2fr 1fr
 }

 .g-cols.cols_1-3-1 {
     grid-template-columns: 1fr 3fr 1fr
 }

 .g-cols.cols_1-4-1 {
     grid-template-columns: 1fr 4fr 1fr
 }

 .g-cols.via_flex.type_default {
     margin: 0 -1.5rem
 }

 .g-cols.via_flex.type_default[style*="gap"] {
     margin: 0 calc( -1.5rem - var(--additional-gap, 0))
 }

 .g-cols.via_flex[style*="gap"]>.vc_column_container {
     padding-left: var(--additional-gap, 0);
     padding-right: var(--additional-gap, 0)
 }

 .g-cols.via_flex.type_default>div>.vc_column-inner {
     padding-left: 1.5rem;
     padding-right: 1.5rem
 }

 .g-cols.via_flex.type_default>div.has_bg_color>.vc_column-inner {
     padding-top: 1.5rem;
     padding-bottom: 1.5rem
 }

 .g-cols.via_grid.type_default>.has_bg_color {
     padding: 1.5rem
 }

 .g-cols.via_flex.type_boxes {
     margin: 0
 }

 .g-cols.via_flex.type_boxes[style*="gap"] {
     margin: 0 calc( -1 * var(--additional-gap, 0))
 }

 .g-cols.via_grid.type_boxes>.vc_column_container,
 .g-cols.via_flex.type_boxes>div>.vc_column-inner {
     padding: 4rem
 }

 .g-cols.via_flex.valign_middle>div>.vc_column-inner,
 .g-cols.via_grid.valign_middle>.vc_column_container {
     justify-content: center
 }

 .g-cols.via_flex.valign_bottom>div>.vc_column-inner,
 .g-cols.via_grid.valign_bottom>.vc_column_container {
     justify-content: flex-end
 }

 .vc_column-inner.type_sticky>.wpb_wrapper,
 .vc_column_container.type_sticky>.vc_column-inner {
     top: 4rem
 }

 .header_hor .l-header.pos_fixed:not(.down)~.l-main .type_sticky>.wpb_wrapper,
 .header_hor .l-header.pos_fixed:not(.down)~.l-main .type_sticky>.vc_column-inner {
     top: calc( var(--header-sticky-height) + 4rem)
 }

 .g-cols.via_flex>.wpb_column.stretched {
     flex-grow: 1
 }

 .g-cols.via_grid>.wpb_column.stretched {
     width: auto
 }

 .g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
     margin-left: -1rem
 }

 .g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
     margin-right: -1rem
 }

 .g-cols.via_grid>.wpb_column.stretched:first-of-type,
 .g-cols.via_flex.type_boxes>.wpb_column.stretched:first-of-type {
     margin-left: -2.5rem
 }

 .g-cols.via_grid>.wpb_column.stretched:last-of-type,
 .g-cols.via_flex.type_boxes>.wpb_column.stretched:last-of-type {
     margin-right: -2.5rem
 }

 .vc_column_container.has-link {
     position: relative
 }

 .vc_column-link {
     position: absolute;
     z-index: 1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     color: inherit !important
 }

 .color_alternate .vc_column_container {
     border-color: var(--color-alt-content-border)
 }

 .color_footer-top .vc_column_container {
     border-color: var(--color-subfooter-border)
 }

 .color_footer-bottom .vc_column_container {
     border-color: var(--color-footer-border)
 }

 @media (max-width:1024px) {
     .g-cols.via_grid.type_boxes>.vc_column_container,
     .g-cols.via_flex.type_boxes>div>.vc_column-inner {
         padding: 2.5rem
     }
 }

 @media screen and (max-width:600px) {
     .g-cols.via_flex.type_default>.wpb_column.stretched {
         margin-left: 0 !important;
         margin-right: 0 !important
     }
     .g-cols.via_grid.type_boxes>.vc_column_container,
     .g-cols.via_flex.type_boxes>div>.vc_column-inner {
         padding: 1.5rem
     }
     .g-cols.via_grid>.wpb_column.stretched,
     .g-cols.via_flex.type_boxes>.wpb_column.stretched {
         margin-left: -1.5rem !important;
         margin-right: -1.5rem !important
     }
 }

 .w-grid {
     clear: both;
     container-type: inline-size
 }

 .w-grid+.w-grid:not(.cols_1),
 .w-grid-none+.w-grid:not(.cols_1) {
     margin-top: calc(var(--gap, 0px) * 2)
 }

 .w-grid-list:empty {
     display: none !important
 }

 .w-grid.valign_center .w-grid-list {
     align-items: center
 }

 .w-grid-item {
     flex-shrink: 0
 }

 .w-grid-item-h {
     position: relative;
     height: 100%
 }

 .w-grid.overflow_hidden .w-grid-item-h {
     overflow: hidden
 }

 .w-grid-item-h time {
     display: block
 }

 .w-grid-item-anchor {
     position: absolute;
     z-index: 10;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0
 }

 .w-grid .w-post-elm>p:only-of-type {
     display: inline-block
 }

 .w-grid>.pagination {
     margin-top: 2rem
 }

 .w-grid:not(.cols_1)>.pagination .nav-links {
     justify-content: center
 }

 .w-grid-none.type_message {
     text-align: center;
     padding: 2rem;
     margin: 0;
     background: var(--color-content-bg-alt-grad)
 }

 .w-grid.type_grid .w-grid-list {
     display: grid;
     grid-template-columns: repeat( var(--columns, 1), 1fr);
     grid-auto-flow: dense;
     gap: calc( var(--gap, 0px) * 2)
 }

 .w-grid.type_grid .w-grid-item.size_2x1 {
     grid-column-end: span min( 2, var(--columns, 1))
 }

 .w-grid.type_grid .w-grid-item.size_1x2 {
     grid-row-end: span min( 2, var(--columns, 1))
 }

 .w-grid.type_grid .w-grid-item.size_2x2 {
     grid-column-end: span min( 2, var(--columns, 1));
     grid-row-end: span min( 2, var(--columns, 1))
 }

 .w-grid.type_masonry .w-grid-list {
     display: flex;
     flex-wrap: wrap;
     margin: calc( var(--gap, 0px) * -1)
 }

 .w-grid.type_masonry .w-grid-item {
     padding: var(--gap, 0px);
     width: calc( 100% / var(--columns, 1))
 }

 .w-grid.type_masonry .w-grid-item.size_2x1,
 .w-grid.type_masonry .w-grid-item.size_2x2 {
     width: min( 100%, 100% / var(--columns, 1) * 2)
 }

 .w-grid.type_masonry.cols_1 .w-grid-item:not(:last-child) {
     padding: 0;
     margin-bottom: var(--gap, 0px)
 }

 .w-grid.type_masonry .w-grid-item-h {
     height: auto
 }

 .w-grid.type_masonry .post_image .w-video-h,
 .w-grid:not([class*="cols_"]) .post_image .w-video-h {
     padding-bottom: 56.25% !important
 }

 .w-grid.type_metro .w-grid-list {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-auto-flow: dense;
     gap: calc( var(--gap, 0px) * 2)
 }

 .w-grid.type_metro .w-grid-item:nth-child(6n-3),
 .w-grid.type_metro .w-grid-item:nth-child(6n-2) {
     grid-column-end: span 2;
     grid-row-end: span 2
 }

 .w-grid[class*="ratio_"] .w-grid-item-h {
     overflow: hidden;
     height: auto
 }

 .w-grid[class*="ratio_"] .w-grid-item-h:before {
     content: '';
     float: left;
     height: 0;
     width: 1px;
     margin-left: -1px;
     padding-bottom: calc( var(--item-ratio, 1) * 100%)
 }

 .w-grid[class*="ratio_"] .w-grid-item.size_2x1 .w-grid-item-h:before {
     padding-bottom: calc( var(--item-ratio, 1) / 2 * 100% - var(--gap, 0px) * var(--item-ratio, 1))
 }

 .w-grid[class*="ratio_"] .w-grid-item.size_1x2 .w-grid-item-h:before {
     padding-bottom: calc( var(--item-ratio, 1) * 2 * 100% + var(--gap, 0px) * 2)
 }

 .w-grid[class*="ratio_"] .w-grid-item.size_2x2 .w-grid-item-h:before {
     padding-bottom: calc( var(--item-ratio, 1) * 100% - var(--gap, 0px) * 2 * ( var(--item-ratio, 1) - 1))
 }

 .w-grid[class*="ratio_"] .post_image img,
 .w-grid[class*="ratio_"] .w-post-elm.type_image img {
     width: 100%;
     height: 100%;
     object-fit: cover
 }

 .w-grid-preloader {
     position: relative;
     height: 0;
     width: 100%;
     overflow: hidden
 }

 .w-grid-preloader .g-preloader {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%)
 }

 .w-grid-preloader.active {
     height: 20rem
 }

 .w-grid-preloader.active~.g-loadmore,
 .w-grid-preloader.active~.pagination {
     display: none
 }

 .w-grid-item .w-hwrapper,
 .w-grid-item .w-vwrapper {
     position: relative;
     z-index: 1
 }

 .w-grid-item-h>.w-vwrapper:only-child {
     height: 100%
 }

 .color_alternate .w-grid-none.type_message {
     background: var(--color-alt-content-bg-grad)
 }

 .l-section.color_primary .w-grid-none.type_message,
 .l-section.color_secondary .w-grid-none.type_message {
     background: rgba(255, 255, 255, 0.1)
 }

 @media screen and (max-width:600px) {
     .w-grid.type_metro .w-grid-list {
         grid-template-columns: 1fr 1fr !important
     }
 }

 .l-header a,
 .l-header .g-preloader {
     color: inherit
 }

 .l-subheader-cell {
     display: flex;
     align-items: center;
     flex-grow: 1
 }

 .l-subheader-cell.at_left {
     justify-content: flex-start
 }

 .header_hor .l-subheader-cell.at_left>* {
     margin-right: 1.4rem
 }

 .l-subheader-cell.at_center {
     justify-content: center
 }

 .l-subheader-cell.at_center>* {
     margin-left: 0.7rem;
     margin-right: 0.7rem
 }

 .l-subheader-cell.at_right {
     justify-content: flex-end
 }

 .header_hor .l-subheader-cell.at_right>* {
     margin-left: 1.4rem
 }

 .l-subheader-cell:empty {
     display: none
 }

 .l-header.sticky .hide-for-sticky {
     display: none !important
 }

 .l-header:not(.sticky) .hide-for-not-sticky {
     display: none !important
 }

 .l-header:before {
     content: 'auto';
     left: -100%;
     position: absolute;
     top: -100%;
     visibility: hidden !important
 }

 .w-html {
     line-height: 1.5
 }

 .l-header .w-text {
     line-height: 1.5
 }

 .l-header .w-text.nowrap {
     white-space: nowrap
 }

 .l-header .w-popup {
     line-height: 1.5
 }

 .w-hwrapper {
     display: flex;
     align-items: center
 }

 .w-hwrapper.wrap {
     flex-wrap: wrap
 }

 .w-hwrapper>:not(:last-child) {
     margin-right: var(--hwrapper-gap, 1.2rem)
 }

 .w-hwrapper.align_center>* {
     margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
     margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
 }

 .w-hwrapper.align_center {
     justify-content: center
 }

 .w-hwrapper.align_justify {
     justify-content: space-between
 }

 .w-hwrapper.align_right {
     justify-content: flex-end
 }

 .w-hwrapper.valign_stretch {
     align-items: stretch
 }

 .w-hwrapper.valign_top {
     align-items: flex-start
 }

 .w-hwrapper.valign_bottom {
     align-items: flex-end
 }

 .w-hwrapper.valign_baseline {
     display: block
 }

 .w-hwrapper.valign_baseline>*:not(style) {
     display: inline-block;
     vertical-align: baseline !important
 }

 .w-hwrapper.valign_baseline>.w-btn-wrapper>.w-btn {
     vertical-align: baseline
 }

 .w-hwrapper>.align_justify {
     width: 100%
 }

 .w-hwrapper.has-link {
     position: relative
 }

 .w-hwrapper-link {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: 0 !important;
     z-index: 10
 }

 .l-header .w-image {
     flex-shrink: 0;
     transition: height 0.3s
 }

 .l-header .w-image.no_image {
     width: 100%
 }

 .l-main .w-image {
     max-width: 100%
 }

 .w-image-h {
     display: block;
     height: inherit;
     max-height: inherit;
     border-radius: inherit;
     border-color: inherit !important;
     color: inherit !important
 }

 .w-image:not([class*="style_phone"]) .w-image-h {
     background: inherit
 }

 .w-image img,
 .w-image picture {
     object-fit: contain;
     vertical-align: top;
     height: inherit;
     max-height: inherit;
     border-radius: inherit
 }

 .w-image.has_height img,
 .w-image[class*="ush_image_"] img {
     width: auto
 }

 .w-image-h[href] {
     position: relative
 }

 .w-image-meta {
     line-height: 1.6
 }

 .w-image-description {
     font-size: 0.85rem;
     margin: 0.2rem 0;
     opacity: 0.5
 }

 .w-image.with_transparent .w-image-h>:last-of-type,
 .l-header.bg_transparent:not(.sticky) .w-image.with_transparent .w-image-h>:first-of-type {
     display: none
 }

 .l-header.bg_transparent:not(.sticky) .w-image.with_transparent .w-image-h>:last-of-type {
     display: block
 }

 .w-image.has_ratio {
     width: 100%
 }

 .w-image.has_ratio .w-image-h {
     display: block !important;
     position: relative
 }

 .w-image.has_ratio img {
     position: absolute !important;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     object-fit: cover
 }

 .w-image.style_circle img {
     border-radius: 50%
 }

 .w-image.style_outlined img {
     border: 5px solid var(--color-content-border)
 }

 .w-image.style_shadow-1 img {
     box-shadow: var(--box-shadow)
 }

 .w-image.style_shadow-2 .w-image-h {
     display: inline-block;
     vertical-align: top;
     position: relative
 }

 .w-image-shadow {
     position: absolute;
     top: 15%;
     left: 5%;
     right: 5%;
     height: 90%;
     background-size: 200% 80%;
     background-position: center bottom;
     background-repeat: no-repeat;
     border-radius: inherit;
     -webkit-filter: blur(25px);
     filter: blur(25px);
     transform: translateZ(0)
 }

 .w-image.style_shadow-2 img {
     position: relative
 }

 .w-image.style_shadow-2.meta_simple .w-image-meta {
     position: relative
 }

 .w-image.meta_simple .w-image-meta {
     padding-top: 0.6rem
 }

 .w-image.meta_simple[class*="style_phone6"] .w-image-meta {
     padding-top: 32%
 }

 .w-image.meta_modern .w-image-h {
     display: inline-block;
     vertical-align: top;
     position: relative
 }

 .w-image.meta_modern .w-image-meta {
     pointer-events: none;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     max-height: 100%;
     padding: 3rem 1rem 0.6rem;
     overflow: hidden;
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
     background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) repeat-x;
     color: #fff
 }

 .w-image.meta_modern[class*="style_phone6"] .w-image-meta {
     left: 12.5%;
     right: 12.5%;
     bottom: 13.5%
 }

 .w-image.meta_modern.style_outlined .w-image-meta {
     left: 5px;
     right: 5px;
     bottom: 5px
 }

 .w-image.has_bg_color:not(.style_phone12) .w-image-meta {
     padding-top: 0.6rem;
     background: inherit
 }

 .w-image.has_text_color .w-image-meta {
     color: inherit
 }

 .w-image.style_phone12 {
     position: relative;
     padding-bottom: 205%;
     border-radius: 16% / 7.6%;
     background: var(--color-content-primary-grad);
     color: #000
 }

 @supports (aspect-ratio:1) {
     .w-image.style_phone12 {
         aspect-ratio: 1 / 2.05;
         padding-bottom: 0
     }
 }

 .w-image.style_phone12>.w-image-h {
     position: absolute;
     top: .68%;
     bottom: .68%;
     left: 1.4%;
     right: 1.4%;
     padding: 3.4%;
     background-color: currentColor;
     border-radius: 15% / 7%
 }

 .w-image.style_phone12>.w-image-h>img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 12.6% / 5.6%
 }

 .w-image.style_phone12>.w-image-h:after {
     content: '';
     position: absolute;
     top: 0;
     left: 25%;
     width: 50%;
     height: 5.3%;
     border-radius: 0 0 11% 11% / 0 0 50% 50%;
     background-color: inherit
 }

 .w-image.style_phone12.align_left,
 .w-image.style_phone12.align_right {
     float: none;
     margin: 0
 }

 .w-image.style_phone12.meta_modern>.w-image-h {
     overflow: hidden
 }

 .w-image.style_phone12.meta_modern .w-image-meta {
     left: 1.4%;
     right: 1.4%;
     padding: 15% 8% 8%
 }

 .color_primary .w-image.style_outlined img,
 .color_secondary .w-image.style_outlined img {
     border-color: rgba(255, 255, 255, 0.33)
 }

 .color_alternate .w-image.style_outlined img {
     border-color: var(--color-alt-content-border)
 }

 .color_footer-top .w-image.style_outlined img {
     border-color: var(--color-subfooter-border)
 }

 .color_footer-bottom .w-image.style_outlined img {
     border-color: var(--color-footer-border)
 }

 .w-nav.type_desktop:not(.height_full),
 .w-hwrapper .w-nav.type_desktop,
 .w-vwrapper .w-nav.type_desktop {
     line-height: 50px
 }

 .l-subheader-cell .w-nav {
     margin-left: 0;
     margin-right: 0
 }

 .w-nav-list {
     list-style: none;
     margin: 0
 }

 .w-nav-list:not(.level_1) {
     display: none
 }

 .w-nav.type_desktop .w-nav-list:not(.level_1) {
     box-shadow: var(--box-shadow)
 }

 .w-nav.type_desktop .w-nav-list.level_2 {
     text-align: left;
     position: absolute;
     left: 0;
     z-index: 120;
     min-width: 12rem
 }

 .w-nav.type_desktop .w-nav-list.level_3 {
     position: absolute;
     left: 100%;
     top: 0;
     z-index: 121;
     min-width: 12rem
 }

 .w-nav.type_desktop .w-nav-list.level_4 {
     position: absolute;
     left: 100%;
     top: 0;
     z-index: 122;
     min-width: 12rem
 }

 .w-nav .menu-item {
     display: block;
     position: relative;
     margin: 0
 }

 .w-nav-anchor {
     display: block;
     overflow: hidden;
     position: relative;
     outline: none !important
 }

 .w-nav.type_desktop .w-nav-anchor.level_1 {
     z-index: 1
 }

 .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
     line-height: 1.5em;
     padding: .6em 20px;
     white-space: nowrap;
     transition-property: text-decoration-color, text-underline-offset
 }

 .w-nav-title i {
     width: 1.3em
 }

 .header_hor .w-nav.type_desktop.align-edges>.w-nav-list.level_1 {
     margin-left: -20px;
     margin-right: -20px
 }

 .w-nav-arrow {
     display: none;
     vertical-align: top;
     font-weight: normal;
     line-height: inherit;
     text-transform: none;
     text-align: center
 }

 .w-nav-arrow:focus {
     outline: 0 !important
 }

 .w-nav-arrow:before {
     content: '\f107';
     vertical-align: top;
     font-family: fontawesome;
     font-weight: 400
 }

 .w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
     font-size: 1.5em
 }

 .w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
     font-size: 1.3em;
     margin-left: 0.4em
 }

 .header_ver .w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
     content: '\f105'
 }

 .w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before {
     content: '\f105';
     font-size: 1.3em
 }

 .w-nav-anchor.w-btn>.w-nav-arrow {
     line-height: 1
 }

 .w-nav-anchor.w-btn>.w-nav-title {
     vertical-align: middle
 }

 .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-arrow {
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     line-height: 2.7em;
     width: 2em
 }

 .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-title {
     padding-right: 2em
 }

 .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 {
     text-decoration: none !important
 }

 .w-nav.type_desktop .hover_underline .w-nav-title {
     position: relative
 }

 .no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
     display: block;
     content: '';
     position: absolute;
     left: 0;
     bottom: -0.4em;
     margin: 0 auto -2px;
     height: 2px;
     width: 100%;
     background: currentColor;
     opacity: 0;
     transition: all .2s
 }

 .no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after {
     bottom: -2px;
     opacity: 1
 }

 .header_hor .w-nav.type_desktop>.w-nav-list {
     display: flex;
     align-items: center
 }

 .header_hor .w-nav.type_desktop>.w-nav-list>.menu-item {
     flex-shrink: 0
 }

 .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1>a:not(.w-btn) {
     background: none
 }

 .header_hor .w-nav.type_desktop.spread {
     width: 100%;
     margin: 0
 }

 .header_hor .w-nav.type_desktop.spread>.w-nav-list {
     justify-content: space-between
 }

 .header_hor .w-nav.type_desktop .menu-item-object-us_page_block {
     max-height: calc( 100vh - var(--header-height, 0px) - var(--wp-admin--admin-bar--height, 0px) - var(--dropdown-padding, 0px) * 2)
 }

 .header_ver .w-nav {
     width: 100%
 }

 .header_ver .w-nav.type_desktop .w-nav-list.level_2 {
     left: 100%;
     top: 0
 }

 .header_ver .w-nav-anchor.level_1 {
     line-height: 1.2;
     padding: 0 1.3em
 }

 .w-nav.type_desktop .menu-item.level_2.drop_left .w-nav-list.level_3,
 .w-nav.type_desktop .menu-item.level_3.drop_left .w-nav-list.level_4 {
     left: auto;
     right: 100%
 }

 .w-nav.type_desktop .menu-item.drop_top>.w-nav-list {
     top: auto !important;
     bottom: 0
 }

 .menu-item-object-us_page_block {
     overflow-y: auto;
     overflow-x: hidden;
     -webkit-overflow-scrolling: touch;
     text-transform: none;
     font-style: normal
 }

 .w-nav.type_mobile .menu-item-object-us_page_block,
 .menu-item-object-us_page_block>.w-grid {
     overflow: hidden
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2 {
     display: flex;
     flex-wrap: wrap
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2>li {
     flex-shrink: 0
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-anchor {
     white-space: normal
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 {
     font-size: 1.15em;
     font-weight: bold;
     background: none !important;
     color: inherit !important
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 .w-nav-arrow {
     display: none
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_3 {
     display: block;
     position: static;
     background: none;
     box-shadow: none;
     color: inherit;
     min-width: 0;
     transform: none !important;
     transition: none !important;
     opacity: 1 !important
 }

 .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_3 .menu-item {
     transform: none !important
 }

 .w-nav.type_desktop .menu-item[class*="columns"]:hover .w-nav-list.level_3 {
     visibility: visible
 }

 .w-nav.type_desktop .menu-item.columns_2>ul>li[data-col="2"],
 .w-nav.type_desktop .menu-item.columns_3>ul>li[data-col="3"],
 .w-nav.type_desktop .menu-item.columns_4>ul>li[data-col="4"],
 .w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="5"],
 .w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="6"] {
     width: 100%
 }

 .w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="5"] {
     width: 83.3333%
 }

 .w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="4"] {
     width: 80%
 }

 .w-nav.type_desktop .menu-item.columns_4>ul>li[data-col="3"] {
     width: 75%
 }

 .w-nav.type_desktop .menu-item.columns_3>ul>li[data-col="2"],
 .w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="4"] {
     width: 66.6666%
 }

 .w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="3"] {
     width: 60%
 }

 .w-nav.type_desktop .menu-item.columns_2>ul>li,
 .w-nav.type_desktop .menu-item.columns_4>ul>li[data-col="2"],
 .w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="3"] {
     width: 50%
 }

 .w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="2"] {
     width: 40%
 }

 .w-nav.type_desktop .menu-item.columns_3>ul>li,
 .w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="2"] {
     width: 33.3333%
 }

 .w-nav.type_desktop .menu-item.columns_4>ul>li {
     width: 25%
 }

 .w-nav.type_desktop .menu-item.columns_5>ul>li {
     width: 20%
 }

 .w-nav.type_desktop .menu-item.columns_6>ul>li {
     width: 16.6666%
 }

 .w-nav.type_desktop.dropdown_none .w-nav-list:not(.level_1) {
     display: block;
     visibility: hidden
 }

 .no-touch .w-nav.type_desktop.dropdown_none .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_none .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_none .menu-item.opened>.w-nav-list {
     visibility: visible
 }

 .w-nav.type_desktop.dropdown_opacity .w-nav-list:not(.level_1) {
     display: block;
     visibility: hidden;
     opacity: 0;
     transition: opacity 0.3s, visibility 0.3s
 }

 .no-touch .w-nav.type_desktop.dropdown_opacity .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_opacity .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_opacity .menu-item.opened>.w-nav-list {
     visibility: visible;
     opacity: 1
 }

 .w-nav.type_desktop.dropdown_slide .w-nav-list:not(.level_1) {
     display: block;
     transform-origin: 50% 0;
     transform: scaleY(0) translateZ(0);
     transition: transform 0.3s cubic-bezier(0, 1, .8, 1)
 }

 .no-touch .w-nav.type_desktop.dropdown_slide .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_slide .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_slide .menu-item.opened>.w-nav-list {
     transform: scaleY(1) translateZ(0)
 }

 .w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1) {
     display: block;
     transform-origin: 50% 0;
     transform: scaleY(0) translateZ(0);
     opacity: 0;
     transition: transform 0.3s, opacity 0.3s
 }

 .no-touch .w-nav.type_desktop.dropdown_height .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_height .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_height .menu-item.opened>.w-nav-list {
     transform: scaleY(1) translateZ(0);
     opacity: 1
 }

 .w-nav.type_desktop.dropdown_afb .w-nav-list:not(.level_1) {
     display: block;
     visibility: hidden;
     transform-origin: 50% 0;
     transform: translate3d(0, 30px, 0);
     opacity: 0;
     transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), opacity 0.2s, visibility 0.2s
 }

 .no-touch .w-nav.type_desktop.dropdown_afb .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_afb .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_afb .menu-item.opened>.w-nav-list {
     visibility: visible;
     transform: translate3d(0, 0, 0);
     opacity: 1
 }

 .w-nav.type_desktop.dropdown_mdesign .w-nav-list:not(.level_1) {
     display: block;
     transform-origin: 0 0;
     transform: scale(0) translateZ(0);
     opacity: 0;
     transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), opacity 0.15s
 }

 .no-touch .w-nav.type_desktop.dropdown_mdesign .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_mdesign .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_mdesign .menu-item.opened>.w-nav-list {
     transform: scale(1) translateZ(0);
     opacity: 1
 }

 .w-nav.type_desktop.dropdown_hor .w-nav-list:not(.level_1) {
     display: block;
     visibility: hidden;
     transform: translate3d(-20px, 0, 0);
     opacity: 0;
     transition: transform 0.3s, opacity 0.2s, visibility 0.2s
 }

 .w-nav.type_desktop.dropdown_hor .w-nav-list:not(.level_1)>.menu-item {
     transform: translate3d(40px, 0, 0);
     transition: transform 0.3s
 }

 .no-touch .w-nav.type_desktop.dropdown_hor .menu-item:hover>.w-nav-list,
 .w-nav.type_desktop.dropdown_hor .w-nav-anchor:focus~.w-nav-list,
 .w-nav.type_desktop.dropdown_hor .menu-item.opened>.w-nav-list {
     visibility: visible;
     transform: translate3d(0, 0, 0);
     opacity: 1
 }

 .no-touch .w-nav.type_desktop.dropdown_hor .menu-item:hover>.w-nav-list>.menu-item,
 .w-nav.type_desktop.dropdown_hor .w-nav-anchor:focus~.w-nav-list>.menu-item,
 .w-nav.type_desktop.dropdown_hor .menu-item.opened>.w-nav-list>.menu-item {
     transform: translate3d(0, 0, 0)
 }

 .header_ver .w-nav.type_mobile {
     padding: 0 0.6rem
 }

 .header_hor .l-subheader-cell.at_left .w-nav:first-child .w-nav-control {
     margin-left: -0.8rem
 }

 .header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
     margin-right: -0.8rem
 }

 .w-nav.type_mobile .w-nav-list {
     z-index: 3;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch
 }

 .w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
     line-height: 1.6em;
     padding: 0.7rem;
     transition: none
 }

 .w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
     display: inline-block;
     vertical-align: top;
     transition: transform 0.3s
 }

 .w-nav.type_mobile .menu-item-has-children.opened>.w-nav-anchor .w-nav-arrow {
     transform: rotate(180deg)
 }

 .w-nav.type_mobile.m_align_left {
     text-align: left
 }

 .w-nav.type_mobile.m_align_center {
     text-align: center
 }

 .w-nav.type_mobile.m_align_right {
     text-align: right
 }

 .w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-title {
     padding-right: 2em
 }

 .w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
     position: absolute;
     top: 0;
     right: 0;
     padding: 0.7rem
 }

 .w-nav.type_mobile.m_align_right .menu-item-has-children>.w-nav-anchor .w-nav-title {
     padding-left: 2em
 }

 .w-nav.type_mobile.m_align_right .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
     position: absolute;
     top: 0;
     left: 0;
     padding: 0.7rem
 }

 .w-nav.type_mobile.m_align_none .menu-item-has-children>.w-nav-anchor .w-nav-arrow,
 .w-nav.type_mobile.m_align_center .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
     margin-left: 0.4em
 }

 .w-nav.type_mobile.m_align_none .w-nav-anchor.level_2,
 .w-nav.type_mobile.m_align_left .w-nav-anchor.level_2 {
     padding-left: 1.4rem
 }

 .w-nav.type_mobile.m_align_none .w-nav-anchor.level_3,
 .w-nav.type_mobile.m_align_left .w-nav-anchor.level_3 {
     padding-left: 2.1rem
 }

 .w-nav.type_mobile.m_align_none .w-nav-anchor.level_4,
 .w-nav.type_mobile.m_align_left .w-nav-anchor.level_4 {
     padding-left: 2.8rem
 }

 .w-nav.type_mobile.m_align_right .w-nav-anchor.level_2 {
     padding-right: 1.4rem
 }

 .w-nav.type_mobile.m_align_right .w-nav-anchor.level_3 {
     padding-right: 2.1rem
 }

 .w-nav.type_mobile.m_align_right .w-nav-anchor.level_4 {
     padding-right: 2.8rem
 }

 .header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
     position: absolute;
     top: 100%;
     left: -2.7rem;
     right: -2.7rem;
     padding-left: 2rem;
     padding-right: 2rem;
     box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
 }

 .header_ver .w-nav.type_mobile.m_layout_dropdown .w-nav-control {
     display: none
 }

 .header_ver .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
     display: block;
     background: none
 }

 .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
     position: fixed;
     display: block;
     top: 0;
     bottom: 0;
     padding: 1rem;
     min-height: 100vh;
     min-width: 270px;
     transition: transform 0.2s cubic-bezier(.4, 0, .2, 1)
 }

 .header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afl .w-nav-list.level_1 {
     left: 0;
     box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
     transform: translateX(-100%)
 }

 .header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afr .w-nav-list.level_1 {
     right: 0;
     box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08);
     transform: translateX(100%)
 }

 .header_hor .w-nav.type_mobile.m_layout_panel .w-nav-control.active+.w-nav-list.level_1 {
     transform: translateX(0)
 }

 .header_ver .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
     position: absolute;
     left: 0;
     transform: scaleX(0)
 }

 .header_ver .w-nav.type_mobile.m_layout_panel.m_effect_afl .w-nav-list.level_1 {
     transform-origin: 0 100%
 }

 .header_ver .w-nav.type_mobile.m_layout_panel.m_effect_afr .w-nav-list.level_1 {
     transform-origin: 100% 0
 }

 .header_ver .w-nav.type_mobile.m_layout_panel .w-nav-control.active+.w-nav-list.level_1 {
     transform: scaleX(1)
 }

 .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
     position: fixed;
     display: flex;
     flex-direction: column;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     min-height: 100vh;
     padding: 2rem;
     pointer-events: none;
     transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), opacity 0.3s cubic-bezier(.4, 0, .2, 1)
 }

 .header_ver .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
     position: absolute
 }

 .header_ver .w-nav.type_mobile.m_layout_fullscreen.m_effect_afb .w-nav-list.level_1,
 .w-nav.type_mobile.m_layout_fullscreen.m_effect_aft .w-nav-list.level_1 {
     transform: translateY(-100%)
 }

 .w-nav.type_mobile.m_layout_fullscreen.m_effect_fade .w-nav-list.level_1 {
     opacity: 0
 }

 .w-nav.type_mobile.m_layout_fullscreen.m_effect_afc .w-nav-list.level_1 {
     opacity: 0;
     transform: scale(0.001)
 }

 .w-nav.type_mobile.m_layout_fullscreen.m_effect_afb .w-nav-list.level_1 {
     transform: translateY(100%)
 }

 .w-nav.type_mobile.m_layout_fullscreen .w-nav-control.active+.w-nav-list.level_1 {
     pointer-events: auto;
     opacity: 1;
     transform: translateY(0) scale(1)
 }

 .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li {
     flex-shrink: 0
 }

 .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
     margin-top: auto
 }

 .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:nth-last-child(2) {
     margin-bottom: auto
 }

 .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
     display: block
 }

 .w-nav-control {
     display: none;
     line-height: 50px;
     height: 50px;
     padding: 0 0.8rem;
     color: inherit
 }

 .w-nav-control>*+* {
     margin-left: 0.5rem
 }

 .w-nav-icon {
     display: inline-block;
     vertical-align: top;
     font-size: 20px;
     position: relative;
     height: inherit;
     width: 1em
 }

 .w-nav-icon>div,
 .w-nav-icon>div:before,
 .w-nav-icon>div:after {
     content: '';
     display: block;
     position: absolute;
     height: 0;
     width: inherit
 }

 .w-nav-icon>div {
     border-bottom: 0.15em solid
 }

 .w-nav-icon>div:before,
 .w-nav-icon>div:after {
     border-bottom: inherit
 }

 .w-nav-icon>div {
     top: 50%;
     transform: translateY(-50%);
     transition: transform 0.15s cubic-bezier(0, 1, .8, 1)
 }

 .w-nav-icon>div:before {
     top: -0.3333em;
     transition: top 0.15s cubic-bezier(0, 1, .8, 1) 0.15s, opacity 0.15s cubic-bezier(0, 1, .8, 1)
 }

 .w-nav-icon>div:after {
     top: 0.3333em;
     transition: top 0.15s cubic-bezier(0, 1, .8, 1) 0.15s, transform 0.15s cubic-bezier(0, 1, .8, 1)
 }

 .w-nav-control.active .w-nav-icon>div {
     transform: translateY(-50%) rotate(45deg);
     transition-delay: 0.15s
 }

 .w-nav-control.active .w-nav-icon>div:before {
     top: 0;
     opacity: 0;
     transition: top 0.15s cubic-bezier(0, 1, .8, 1), opacity 0.15s cubic-bezier(0, 1, .8, 1) 0.15s
 }

 .w-nav-control.active .w-nav-icon>div:after {
     top: 0;
     transform: rotate(90deg);
     transition: top 0.15s cubic-bezier(0, 1, .8, 1), transform 0.15s cubic-bezier(0, 1, .8, 1) 0.15s
 }

 .w-nav-close {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     text-align: center;
     font-size: 3rem;
     line-height: 2;
     width: 2em;
     cursor: pointer;
     opacity: 0.5;
     transition: color 0.3s, opacity 0.3s
 }

 .no-touch .w-nav-close:hover {
     opacity: 1
 }

 .w-nav-close:before {
     content: '\f00d';
     font-family: fontawesome;
     font-weight: normal;
     vertical-align: top
 }

 .w-nav.type_mobile .menu-item>a.w-btn {
     display: inline-block;
     vertical-align: top;
     margin: 0.7rem
 }

 .w-nav.type_mobile .menu-item-has-children>a.w-btn .w-nav-arrow {
     position: relative !important;
     padding: 0 !important
 }

 .w-nav.type_mobile.m_align_none .menu-item-has-children>a.w-btn .w-nav-title {
     padding-right: 0.5em
 }

 .w-nav.type_mobile.m_align_right .menu-item-has-children>a.w-btn .w-nav-title {
     padding-left: 0.5em
 }

 .menu-item>a.w-btn .w-nav-title:after {
     display: none !important
 }

 .header_hor:not(.rtl) .w-nav.type_desktop .menu-item:first-child>a.w-btn,
 .header_hor.rtl .w-nav.type_desktop .menu-item:nth-last-child(2)>a.w-btn {
     margin-left: 0
 }

 .header_hor:not(.rtl) .w-nav.type_desktop .menu-item:nth-last-child(2)>a.w-btn,
 .header_hor.rtl .w-nav.type_desktop .menu-item:first-child>a.w-btn {
     margin-right: 0
 }

 .w-nav.type_mobile.has_scroll_effects {
     will-change: auto;
     transform: none
 }

 .w-nav.type_mobile {
     animation: none !important;
     opacity: 1
 }

 @media screen and (max-width:900px) {
     .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2 {
         padding: 0 !important
     }
     .w-nav.type_desktop .menu-item.columns_3>ul>li,
     .w-nav.type_desktop .menu-item.columns_4>ul>li,
     .w-nav.type_desktop .menu-item.columns_5>ul>li,
     .w-nav.type_desktop .menu-item.columns_6>ul>li {
         width: 50% !important
     }
     .header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
         left: -1rem;
         right: -1rem;
         padding-left: .3rem;
         padding-right: .3rem
     }
 }

 @media screen and (max-width:767px) {
     .w-nav-close {
         font-size: 2rem
     }
 }

 @media screen and (max-width:600px) {
     .w-nav.type_mobile .w-nav-list.style_dropdown {
         left: -1rem;
         right: -1rem;
         padding-left: 0.3rem;
         padding-right: 0.3rem
     }
 }

 @media screen and (max-width:480px) {
     .w-nav-anchor.level_2,
     .w-nav-anchor.level_3,
     .w-nav-anchor.level_4 {
         white-space: normal
     }
 }

 .g-preloader.type_custom {
     max-width: 25rem;
     width: auto;
     height: auto
 }

 .g-preloader.type_custom img[src*=".svg"] {
     width: 10rem
 }

 .g-preloader.type_2:before,
 .g-preloader.type_2:after {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: 50%;
     border: 2px solid
 }

 .g-preloader.type_2:before {
     opacity: 0.2
 }

 .g-preloader.type_2:after {
     border-top-color: transparent;
     animation: rotation 0.8s infinite linear
 }

 .g-preloader.type_3>div {
     border: 0.5em solid;
     border-radius: 50%;
     animation: scale 1s infinite cubic-bezier(.6, .3, .3, .6)
 }

 @keyframes scale {
     0% {
         transform: scale(0);
         opacity: 1
     }
     100% {
         transform: scale(1);
         opacity: 0
     }
 }

 .g-preloader.type_4>div {
     width: inherit;
     height: inherit;
     border: 1px solid;
     border-radius: 50%;
     animation: scale2 1.5s infinite ease
 }

 @keyframes scale2 {
     0% {
         transform: scale(0.05);
         border-width: 0.5em
     }
     50% {
         transform: scale(1);
         border-width: 1px
     }
     100% {
         transform: scale(0.05);
         border-width: 0.5em
     }
 }

 .g-preloader.type_5 {
     transform: rotate(45deg)
 }

 .g-loadmore .g-preloader.type_5,
 .w-form .w-btn .g-preloader.type_5,
 .w-grid-preloader .g-preloader.type_5,
 .l-popup-box-content .g-preloader.type_5 {
     transform: translate(-50%, -50%) rotate(45deg)
 }

 .g-preloader.type_5:before,
 .g-preloader.type_5:after,
 .g-preloader.type_5>div:before,
 .g-preloader.type_5>div:after {
     content: '';
     display: block;
     position: absolute;
     width: 0;
     height: 0;
     border: 0.15em solid
 }

 .g-preloader.type_5:before {
     top: 0.2em;
     left: 0.2em;
     animation: cubes-tl 1.2s infinite ease
 }

 .g-preloader.type_5:after {
     right: 0.2em;
     bottom: 0.2em;
     animation: cubes-tr 1.2s infinite ease
 }

 .g-preloader.type_5>div:before {
     top: 0.2em;
     right: 0.2em;
     animation: cubes-br 1.2s infinite ease
 }

 .g-preloader.type_5>div:after {
     left: 0.2em;
     bottom: 0.2em;
     animation: cubes-bl 1.2s infinite ease
 }

 @keyframes cubes-tl {
     0% {
         transform: translate(0px, 0px)
     }
     20% {
         transform: translate(0px, 0px)
     }
     60% {
         transform: translate(-0.15em, -0.15em) rotate(90deg)
     }
     100% {
         transform: translate(0px, 0px) rotate(180deg)
     }
 }

 @keyframes cubes-tr {
     0% {
         transform: translate(0px, 0px)
     }
     20% {
         transform: translate(0px, 0px)
     }
     60% {
         transform: translate(0.15em, 0.15em) rotate(90deg)
     }
     100% {
         transform: translate(0px, 0px) rotate(180deg)
     }
 }

 @keyframes cubes-br {
     0% {
         transform: translate(0px, 0px)
     }
     20% {
         transform: translate(0px, 0px)
     }
     60% {
         transform: translate(0.15em, -0.15em) rotate(90deg)
     }
     100% {
         transform: translate(0px, 0px) rotate(180deg)
     }
 }

 @keyframes cubes-bl {
     0% {
         transform: translate(0px, 0px)
     }
     20% {
         transform: translate(0px, 0px)
     }
     60% {
         transform: translate(-0.15em, 0.15em) rotate(90deg)
     }
     100% {
         transform: translate(0px, 0px) rotate(180deg)
     }
 }

 .l-preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     z-index: 11111;
     overflow: hidden;
     transition: opacity 0.3s cubic-bezier(.6, .3, .3, .6);
     background: var(--color-content-bg-grad)
 }

 .l-preloader.done {
     opacity: 0
 }

 .l-preloader-spinner {
     position: absolute;
     top: 50%;
     left: 50%;
     text-align: center;
     background-color: inherit;
     color: inherit;
     opacity: 1;
     transition: opacity 0.15s;
     transform: translate3d(-50%, -50%, 0)
 }

 .l-preloader.done .l-preloader-spinner {
     opacity: 0
 }

 .l-preloader .g-preloader {
     font-size: 4rem
 }

 .w-post-elm:not(.type_icon)>i {
     vertical-align: top;
     line-height: inherit;
     margin-right: 0.4em
 }

 .w-user-elm.color_link_inherit a:not(:hover),
 .w-post-elm.color_link_inherit a:not(:hover),
 .color_alternate .w-post-elm.color_link_inherit a:not(:hover),
 .no-touch .w-user-elm.color_link_inherit.has_text_color>a:hover,
 .no-touch .w-post-elm.color_link_inherit.has_text_color>a:hover {
     color: inherit
 }

 .w-post-elm.has_width {
     flex-shrink: 0
 }

 .w-post-elm.has_border_radius {
     overflow: hidden
 }

 .w-post-elm.has_height>a {
     max-height: inherit;
     height: inherit;
     border-radius: inherit
 }

 .w-post-elm.has_height img {
     object-fit: cover;
     max-height: inherit;
     height: inherit;
     border-radius: inherit
 }

 .w-post-elm.has_height:not(.stretched) img {
     width: auto
 }

 .w-post-elm.has_ratio {
     position: relative;
     width: 100%
 }

 .w-post-elm.has_ratio img {
     position: absolute !important;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100% !important;
     object-fit: cover
 }

 .w-post-elm.stretched img {
     width: 100%
 }

 .w-post-elm.post_date {
     display: inline-block;
     vertical-align: top
 }

 .w-post-elm.post_image {
     overflow: hidden;
     position: relative
 }

 .w-post-elm.post_image img,
 .w-post-elm.post_custom_field img {
     vertical-align: top
 }

 .w-post-elm.post_image.as_circle {
     border-radius: 50%
 }

 .w-grid-item.format-audio .post_image:after,
 .w-grid-item.format-video .post_image:after {
     content: '\f04b';
     font: 900 1.4rem/3.5rem fontawesome;
     width: 3.2rem;
     padding-left: 0.3rem;
     text-align: center;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border-radius: 50%;
     background: rgba(0, 0, 0, 0.5);
     color: #fff;
     pointer-events: none
 }

 .w-grid .post_image.with_quote_icon:after {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     content: '\f10d';
     font: 900 2rem/5.5rem fontawesome;
     text-align: center;
     color: #fff
 }

 .w-grid-item.has-post-thumbnail .post_image.with_quote_icon:after,
 .w-grid .post_image.media_preview:after {
     display: none
 }

 .w-grid-item:not(.has-post-thumbnail) .with_quote_icon>img {
     visibility: hidden
 }

 .w-post-slider-trigger {
     position: absolute;
     z-index: 2;
     top: 0;
     bottom: 0;
     color: transparent
 }

 .no-touch .w-post-elm:hover .w-post-slider-trigger {
     color: rgba(0, 0, 0, 0.2)
 }

 .no-touch .w-post-elm .w-post-slider-trigger:hover {
     color: var(--color-content-primary)
 }

 .w-post-slider-trigger:before {
     content: '';
     position: absolute;
     left: 1px;
     right: 1px;
     bottom: 0;
     border-bottom: 2px solid
 }

 .w-post-slider-trigger:not(:first-child)+picture,
 .w-post-slider-trigger:not(:first-child)+img {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     background: var(--color-content-bg)
 }

 .no-touch .w-post-slider-trigger:hover+picture,
 .no-touch .w-post-slider-trigger:hover+img {
     display: block !important
 }

 .w-post-elm.post_title {
     padding: 0
 }

 .w-post-elm.post_title b {
     font-size: .85em;
     opacity: .5
 }

 .w-grid div:not(.w-vwrapper)>.post_title {
     margin-bottom: 0
 }

 .w-grid-item.sticky .post_title {
     font-weight: bold !important
 }

 .w-grid-item.format-link .post_title a:after {
     content: '\f360';
     font-family: fontawesome;
     font-weight: 400;
     display: inline-block;
     vertical-align: top;
     margin: 0 0.5em
 }

 .w-post-elm.style_simple>b {
     font-weight: inherit
 }

 .w-post-elm.style_badge {
     display: flex;
     flex-wrap: wrap;
     align-items: center
 }

 .w-post-elm.style_badge .w-post-elm-before {
     margin-right: 0.4em
 }

 .w-post-elm.style_badge .w-post-elm-after {
     margin-left: 0.4em
 }

 .w-post-elm.style_badge .w-post-elm-list {
     margin-left: -0.2em;
     margin-right: -0.2em
 }

 .w-post-elm.style_badge .w-post-elm-list>* {
     margin: 0.2em
 }

 .post_author.avapos_left {
     display: flex;
     align-items: center
 }

 .post-author-ava {
     width: 1em
 }

 .post_author.avapos_left .post-author-ava {
     flex-shrink: 0;
     margin-right: 0.25em
 }

 .post_author.avapos_top .post-author-ava {
     margin-bottom: 0.1em
 }

 .post-author-ava img {
     display: block;
     width: 100%;
     border-radius: 50%
 }

 .post-author-meta {
     flex-grow: 1
 }

 i+.post-author-meta {
     display: inline-block;
     vertical-align: top
 }

 .post-author-name {
     display: block
 }

 .post-author-posts {
     font-size: 0.8em;
     font-weight: bold;
     margin-top: 0.2em
 }

 .post-author-website {
     display: block;
     font-size: 0.8em;
     margin-top: 0.2em;
     color: var(--color-content-faded)
 }

 .post-author-info {
     font-size: 0.8em;
     font-weight: normal;
     margin-top: 0.2em
 }

 .w-post-elm.post_custom_field>i+p:only-of-type {
     display: inline-block
 }

 .w-testimonial-rating {
     position: relative;
     text-align: initial;
     font-family: fontawesome;
     line-height: 1;
     width: 5.7em
 }

 .w-testimonial-rating:before {
     position: absolute;
     content: '\f005\f005\f005\f005\f005';
     font-weight: 900;
     opacity: 0.33
 }

 .w-testimonial-rating i {
     font-style: normal
 }

 .w-testimonial-rating i:before {
     vertical-align: top;
     content: '\f005';
     font-weight: 900
 }

 .w-post-elm:not(.display_table) .repeater-row>div {
     display: inline-block;
     vertical-align: top
 }

 .w-post-elm.display_table {
     overflow-x: auto
 }

 .w-post-elm.display_table>.repeater {
     display: table;
     width: 100%
 }

 .w-post-elm.display_table>.repeater>.repeater-row {
     display: table-row
 }

 .w-post-elm.display_table>.repeater>.repeater-row>div {
     display: table-cell;
     vertical-align: top;
     padding: 0.6rem 1rem;
     border-bottom: 1px solid var(--color-content-border)
 }

 .w-post-elm.display_table>.repeater>.repeater-row>div:first-child {
     padding-left: 0
 }

 .w-post-elm.display_table>.repeater>.repeater-row>div:last-child {
     padding-right: 0
 }

 .w-post-elm.display_table>.repeater>.repeater-row:last-child>div {
     border: none
 }

 .w-user-elm.picture {
     flex-shrink: 0;
     overflow: hidden
 }

 .w-user-elm.picture.as_circle {
     border-radius: 50%
 }

 .w-user-elm.picture img {
     display: block
 }

 .hide_if_not_first:not(:first-child) {
     display: none
 }

 .rounded_none .post-author-ava img {
     border-radius: 0 !important
 }

 @media screen and (max-width:600px) {
     .post_author.avapos_left {
         display: block
     }
     .post_author.avapos_left .post-author-ava {
         margin: 0 0 0.1em
     }
 }

 @media screen and (max-width:480px) {
     .post_author.layout_box {
         display: block;
         text-align: center
     }
     .post_author.layout_box .post-author-img {
         margin: 0 auto 0.5rem !important
     }
 }

 .w-separator {
     clear: both;
     overflow: hidden;
     line-height: 0;
     height: 1.5rem
 }

 .w-separator-h {
     display: inline-flex;
     align-items: center;
     height: inherit
 }

 .w-separator:not(.with_content) .w-separator-h:before {
     width: 100vw
 }

 .w-separator-h:before,
 .w-separator-h:after {
     content: '';
     position: absolute;
     top: 50%;
     height: 0;
     width: 100vw;
     border-top-width: 1px;
     border-top-style: solid
 }

 .w-separator-h:before {
     right: 100%
 }

 .w-separator.with_content .w-separator-h:before {
     margin-right: 0.6em
 }

 .w-separator-h:after {
     left: 100%;
     margin-left: 0.6em
 }

 .w-separator a,
 .color_alternate .w-separator a {
     color: inherit
 }

 .w-separator-text {
     line-height: inherit;
     padding: 0.3em 0 !important;
     margin: 0
 }

 .w-separator.has_font_size .w-separator-text {
     font-size: inherit
 }

 .w-separator-text i {
     margin-right: 0.4em
 }

 .w-separator.width_30 {
     width: 30%;
     margin-left: auto !important;
     margin-right: auto !important
 }

 .w-separator.width_50 {
     width: 50%;
     margin-left: auto !important;
     margin-right: auto !important
 }

 .w-separator.width_screen {
     margin-left: -2.5rem;
     margin-right: -2.5rem
 }

 .w-separator.style_dashed .w-separator-h:before,
 .w-separator.style_dashed .w-separator-h:after {
     border-top-style: dashed
 }

 .w-separator.style_dotted .w-separator-h:before,
 .w-separator.style_dotted .w-separator-h:after {
     border-top-style: dotted
 }

 .w-separator.style_double .w-separator-h:before,
 .w-separator.style_double .w-separator-h:after {
     border-top-style: double
 }

 .w-separator.thick_2 .w-separator-h:before,
 .w-separator.thick_2 .w-separator-h:after {
     margin-top: -1px;
     border-top-width: 2px
 }

 .w-separator.thick_3 .w-separator-h:before,
 .w-separator.thick_3 .w-separator-h:after {
     margin-top: -1px;
     border-top-width: 3px
 }

 .w-separator.thick_4 .w-separator-h:before,
 .w-separator.thick_4 .w-separator-h:after {
     margin-top: -2px;
     border-top-width: 4px
 }

 .w-separator.thick_5 .w-separator-h:before,
 .w-separator.thick_5 .w-separator-h:after {
     margin-top: -2px;
     border-top-width: 5px
 }

 .w-separator.with_content {
     line-height: 1.3
 }

 .w-separator:not(.with_content),
 .w-separator.with_content .w-separator-h {
     position: relative
 }

 .w-separator:not(.with_content) .w-separator-h:before {
     left: 50%;
     transform: translateX(-50%);
     right: auto
 }

 .w-separator:not(.with_content) .w-separator-h:after {
     display: none
 }

 .w-separator.size_small:empty {
     height: 1.5rem
 }

 .w-separator.size_small.with_line {
     height: 4rem
 }

 .w-separator.size_medium:empty {
     height: 3rem
 }

 .w-separator.size_medium.with_line {
     height: 6rem
 }

 .w-separator.size_large:empty {
     height: 4.5rem
 }

 .w-separator.size_large.with_line {
     height: 7rem
 }

 .w-separator.size_huge:empty {
     height: 6rem
 }

 .w-separator.size_huge.with_line {
     height: 9rem
 }

 .w-separator.color_border {
     color: var(--color-content-border)
 }

 .w-separator.color_primary {
     color: var(--color-content-primary)
 }

 .w-separator.color_secondary {
     color: var(--color-content-secondary)
 }

 .color_primary .w-separator.color_border,
 .color_secondary .w-separator.color_border {
     color: rgba(255, 255, 255, 0.33)
 }

 .color_alternate .w-separator.color_border {
     color: var(--color-alt-content-border)
 }

 .color_alternate .w-separator.color_primary {
     color: var(--color-alt-content-primary)
 }

 .color_alternate .w-separator.color_secondary {
     color: var(--color-alt-content-secondary)
 }

 .color_footer-top .w-separator.color_border {
     color: var(--color-subfooter-border)
 }

 .color_footer-bottom .w-separator.color_border {
     color: var(--color-footer-border)
 }

 @media (max-width:1024px) {
     .w-separator.size_small:empty {
         height: 1rem
     }
     .w-separator.size_small.with_line {
         height: calc(1.5rem + 2vw)
     }
     .w-separator.size_medium:empty {
         height: calc(1rem + 2.5vw)
     }
     .w-separator.size_medium.with_line {
         height: calc(1.5rem + 4vw)
     }
     .w-separator.size_large:empty {
         height: calc(1rem + 5vw)
     }
     .w-separator.size_large.with_line {
         height: calc(1.5rem + 6vw)
     }
     .w-separator.size_huge:empty {
         height: calc(1rem + 7.5vw)
     }
     .w-separator.size_huge.with_line {
         height: calc(1.5rem + 8vw)
     }
     .w-separator.with_content.with_line {
         height: auto;
         padding-top: calc(0.5rem + 1vmin);
         padding-bottom: calc(0.5rem + 1vmin)
     }
 }

 @media screen and (max-width:600px) {
     .w-separator.with_text.width_30,
     .w-separator.with_text.width_50 {
         width: auto
     }
     .w-separator.width_screen {
         margin-left: -1.5rem;
         margin-right: -1.5rem
     }
 }

 .w-socials-list {
     margin: calc( var(--gap, 0) * -1)
 }

 .w-socials-item {
     display: inline-block;
     vertical-align: top;
     position: relative;
     padding: var(--gap, 0)
 }

 .w-socials-item-link {
     display: block;
     text-align: center;
     position: relative;
     overflow: hidden;
     line-height: 2.5em;
     width: 2.5em;
     text-decoration: none !important;
     border-radius: inherit;
     z-index: 0
 }

 .w-socials.color_text .w-socials-item-link {
     color: inherit
 }

 .w-socials-item-link-hover {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: var(--color-content-primary-grad)
 }

 .w-socials-item-link i {
     display: block;
     line-height: inherit;
     position: relative;
     transition: color .3s
 }

 .w-socials-item-popup {
     display: none;
     position: absolute;
     left: 50%;
     bottom: 100%;
     text-align: center;
     white-space: nowrap;
     z-index: 90;
     font-size: 0.9rem;
     line-height: 2.4rem;
     padding: 0 1rem;
     margin-bottom: 7px;
     border-radius: 0.25rem;
     background: #222;
     color: #fff;
     opacity: 0;
     visibility: hidden;
     transform: translate3d(-50%, -1em, 0);
     transition: opacity 0.2s cubic-bezier(.78, .13, .15, .86) 0.3s, transform 0.2s cubic-bezier(.78, .13, .15, .86) 0.3s
 }

 .w-socials-item-link:focus+.w-socials-item-popup,
 .w-socials-item-link:hover+.w-socials-item-popup {
     visibility: visible;
     opacity: 1;
     transform: translate3d(-50%, 0, 0)
 }

 .no-touch .w-socials-item-popup {
     display: block
 }

 .w-socials-item-popup:after {
     content: '';
     display: block;
     position: absolute;
     left: 50%;
     bottom: -7px;
     margin-left: -8px;
     width: 0;
     height: 0;
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-top: 8px solid #222
 }

 .l-header .w-socials {
     line-height: 2
 }

 .header_hor .l-header .w-socials-list {
     white-space: nowrap
 }

 .l-header .w-socials-item-link {
     line-height: 2em;
     width: 2em
 }

 .w-socials.stretch .w-socials-list {
     display: flex;
     flex-wrap: wrap
 }

 .w-socials.stretch .w-socials-item {
     flex: 1 0 40px
 }

 .w-socials.stretch .w-socials-item-link {
     width: auto;
     min-width: 1.5em
 }

 .w-socials.shape_none .w-socials-item-link {
     line-height: 1;
     width: auto
 }

 .w-socials.shape_rounded .w-socials-item-link {
     border-radius: 0.25em
 }

 .w-socials.shape_circle .w-socials-item-link {
     border-radius: 50%
 }

 .no-touch .w-socials.hover_slide .w-socials-item-link-hover {
     display: block;
     bottom: auto;
     height: 0;
     transition: height 0.3s
 }

 .no-touch .w-socials.hover_slide .w-socials-item-link:hover .w-socials-item-link-hover {
     height: 100%
 }

 .no-touch .w-socials.hover_fade .w-socials-item-link-hover {
     display: block;
     opacity: 0;
     transition: opacity 0.3s
 }

 .no-touch .w-socials.hover_fade .w-socials-item-link:hover .w-socials-item-link-hover {
     opacity: 1
 }

 .no-touch .w-socials.hover_fade .w-socials-item-link:hover>i,
 .no-touch .w-socials.hover_slide .w-socials-item-link:hover>i {
     color: #fff
 }

 .w-socials.style_solid .w-socials-item-link {
     background: var(--color-content-bg-alt-grad)
 }

 .w-socials.style_colored .w-socials-item-link {
     background: currentColor
 }

 .w-socials.style_colored.color_brand .w-socials-item-link-hover {
     display: none
 }

 .w-socials.style_colored .w-socials-item-link>i {
     color: #fff
 }

 .no-touch .w-socials.style_colored.color_link .w-socials-item-link:hover {
     color: var(--color-content-link)
 }

 .w-socials.style_outlined .w-socials-item-link {
     box-shadow: inset 0 0 0 2px var(--color-content-border)
 }

 .w-socials.color_brand .w-socials-item.s500px .w-socials-item-link {
     color: inherit
 }

 .w-socials.color_brand.style_colored .s500px .w-socials-item-link,
 .w-socials-item.s500px .w-socials-item-link-hover {
     background: #222
 }

 .w-socials.color_brand .w-socials-item.behance .w-socials-item-link {
     color: #1769ff
 }

 .w-socials-item.behance .w-socials-item-link-hover {
     background: #1769ff
 }

 .w-socials.color_brand .w-socials-item.deviantart .w-socials-item-link {
     color: inherit
 }

 .w-socials.color_brand.style_colored .deviantart .w-socials-item-link,
 .w-socials-item.deviantart .w-socials-item-link-hover {
     background: #0e0d20
 }

 .w-socials.color_brand .w-socials-item.discord .w-socials-item-link {
     color: #5865F2
 }

 .w-socials-item.discord .w-socials-item-link-hover {
     background: #5865F2
 }

 .w-socials.color_brand .w-socials-item.dribbble .w-socials-item-link {
     color: #ea4c89
 }

 .w-socials-item.dribbble .w-socials-item-link-hover {
     background: #ea4c89
 }

 .w-socials.color_brand .w-socials-item.email .w-socials-item-link {
     color: #96a2a8
 }

 .w-socials-item.email .w-socials-item-link-hover {
     background: #96a2a8
 }

 .w-socials.color_brand .w-socials-item.facebook .w-socials-item-link {
     color: #1e77f0
 }

 .w-socials-item.facebook .w-socials-item-link-hover {
     background: #1e77f0
 }

 .w-socials.color_brand .w-socials-item.flickr .w-socials-item-link {
     color: #ff0084
 }

 .w-socials-item.flickr .w-socials-item-link-hover {
     background: #ff0084
 }

 .w-socials.color_brand .w-socials-item.foursquare .w-socials-item-link {
     color: #fa4b7a
 }

 .w-socials-item.foursquare .w-socials-item-link-hover {
     background: #fa4b7a
 }

 .w-socials.color_brand .w-socials-item.github .w-socials-item-link {
     color: inherit
 }

 .w-socials.color_brand.style_colored .github .w-socials-item-link,
 .w-socials-item.github .w-socials-item-link-hover {
     background: #24292e
 }

 .w-socials.color_brand .w-socials-item.google .w-socials-item-link {
     color: #ff3e30
 }

 .w-socials-item.google .w-socials-item-link-hover {
     background: #ff3e30
 }

 .w-socials.color_brand .w-socials-item.houzz .w-socials-item-link {
     color: #4dbc15
 }

 .w-socials-item.houzz .w-socials-item-link-hover {
     background: #4dbc15
 }

 .w-socials.color_brand .w-socials-item.imdb .w-socials-item-link {
     color: #f7c625
 }

 .w-socials-item.imdb .w-socials-item-link-hover {
     background: #f7c625
 }

 .w-socials.color_brand .w-socials-item.instagram .w-socials-item-link {
     color: inherit
 }

 .w-socials.color_brand.style_colored .instagram .w-socials-item-link,
 .w-socials-item.instagram .w-socials-item-link-hover {
     background: #a17357;
     background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%)
 }

 .w-socials-item.instagram .w-socials-item-link i {
     font-size: 1.1em
 }

 .w-socials.color_brand .w-socials-item.linkedin .w-socials-item-link {
     color: #0077b5
 }

 .w-socials-item.linkedin .w-socials-item-link-hover {
     background: #0077b5
 }

 .w-socials.color_brand .w-socials-item.medium .w-socials-item-link {
     color: inherit
 }

 .w-socials.color_brand.style_colored .medium .w-socials-item-link,
 .w-socials-item.medium .w-socials-item-link-hover {
     background: #1c1b1a
 }

 .w-socials.color_brand .w-socials-item.odnoklassniki .w-socials-item-link {
     color: #f58220
 }

 .w-socials-item.odnoklassniki .w-socials-item-link-hover {
     background: #f58220
 }

 .w-socials.color_brand .w-socials-item.pinterest .w-socials-item-link {
     color: #e60023
 }

 .w-socials-item.pinterest .w-socials-item-link-hover {
     background: #e60023
 }

 .w-socials.color_brand .w-socials-item.reddit .w-socials-item-link {
     color: #ff4500
 }

 .w-socials-item.reddit .w-socials-item-link-hover {
     background: #ff4500
 }

 .w-socials.color_brand .w-socials-item.rss .w-socials-item-link {
     color: #ff9702
 }

 .w-socials-item.rss .w-socials-item-link-hover {
     background: #ff9702
 }

 .w-socials.color_brand .w-socials-item.skype .w-socials-item-link {
     color: #00aff0
 }

 .w-socials-item.skype .w-socials-item-link-hover {
     background: #00aff0
 }

 .w-socials.color_brand .w-socials-item.soundcloud .w-socials-item-link {
     color: #ff5600
 }

 .w-socials-item.soundcloud .w-socials-item-link-hover {
     background: #ff5600
 }

 .w-socials.color_brand .w-socials-item.telegram .w-socials-item-link {
     color: #0e8ed4
 }

 .w-socials-item.telegram .w-socials-item-link-hover {
     background: #0e8ed4
 }

 .w-socials.color_brand .tiktok .w-socials-item-link {
     color: inherit;
     text-shadow: .04em .04em 0 #ee1d52, -.04em -.04em 0 #69c9d0
 }

 .w-socials.color_brand.style_colored .tiktok .w-socials-item-link,
 .w-socials-item.tiktok .w-socials-item-link-hover {
     background: #000
 }

 .w-socials.color_brand .tripadvisor .w-socials-item-link {
     color: inherit
 }

 .w-socials.color_brand.style_colored .tripadvisor .w-socials-item-link,
 .w-socials-item.tripadvisor .w-socials-item-link-hover {
     background: #34e0a1
 }

 .w-socials.color_brand .w-socials-item.tumblr .w-socials-item-link {
     color: #37465d
 }

 .w-socials-item.tumblr .w-socials-item-link-hover {
     background: #37465d
 }

 .w-socials.color_brand .w-socials-item.twitch .w-socials-item-link {
     color: #6441a5
 }

 .w-socials-item.twitch .w-socials-item-link-hover {
     background: #6441a5
 }

 .w-socials.color_brand .w-socials-item.twitter .w-socials-item-link {
     color: #0f1419
 }

 .w-socials-item.twitter .w-socials-item-link-hover {
     background: #0f1419
 }

 .w-socials.color_brand .w-socials-item.vimeo .w-socials-item-link {
     color: #1ab7ea
 }

 .w-socials-item.vimeo .w-socials-item-link-hover {
     background: #1ab7ea
 }

 .w-socials.color_brand .w-socials-item.vk .w-socials-item-link {
     color: #2787F5
 }

 .w-socials-item.vk .w-socials-item-link-hover {
     background: #2787F5
 }

 .w-socials.color_brand .w-socials-item.wechat .w-socials-item-link {
     color: #60c33a
 }

 .w-socials-item.wechat .w-socials-item-link-hover {
     background: #60c33a
 }

 .w-socials.color_brand .w-socials-item.whatsapp .w-socials-item-link {
     color: #25d366
 }

 .w-socials-item.whatsapp .w-socials-item-link-hover {
     background: #25d366
 }

 .w-socials.color_brand .w-socials-item.xing .w-socials-item-link {
     color: #006464
 }

 .w-socials-item.xing .w-socials-item-link-hover {
     background: #006464
 }

 .w-socials.color_brand .w-socials-item.yelp .w-socials-item-link {
     color: #d32323
 }

 .w-socials-item.yelp .w-socials-item-link-hover {
     background: #d32323
 }

 .w-socials.color_brand .w-socials-item.youtube .w-socials-item-link {
     color: #f00
 }

 .w-socials-item.youtube .w-socials-item-link-hover {
     background: #f00
 }

 .color_alternate .w-socials.style_solid .w-socials-item-link {
     background: var(--color-alt-content-bg-alt-grad)
 }

 .color_alternate .w-socials.style_outlined .w-socials-item-link {
     box-shadow: inset 0 0 0 2px var(--color-alt-content-border)
 }

 .color_footer-top .w-socials.style_solid .w-socials-item-link {
     background: var(--color-subfooter-bg-alt-grad)
 }

 .color_footer-top .w-socials.style_outlined .w-socials-item-link {
     box-shadow: inset 0 0 0 2px var(--color-subfooter-border)
 }

 .color_footer-bottom .w-socials.style_solid .w-socials-item-link {
     background: var(--color-footer-bg-alt-grad)
 }

 .color_footer-bottom .w-socials.style_outlined .w-socials-item-link {
     box-shadow: inset 0 0 0 2px var(--color-footer-border)
 }

 .color_primary .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,
 .color_primary .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i {
     color: var(--color-content-primary)
 }

 .color_secondary .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,
 .color_secondary .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i {
     color: var(--color-content-secondary)
 }

 .color_footer-top .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,
 .color_footer-top .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i {
     color: var(--color-subfooter-bg)
 }

 .color_footer-bottom .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,
 .color_footer-bottom .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i {
     color: var(--color-footer-bg)
 }

 .rounded_none .w-socials-item-popup {
     border-radius: 0 !important
 }

 .w-tabs-list {
     position: relative;
     border-color: var(--color-content-border)
 }

 .w-tabs-list-h {
     display: flex
 }

 .w-tabs-list-bar {
     position: absolute;
     background: var(--color-content-primary-grad)
 }

 .w-tabs-item {
     display: block;
     flex-shrink: 0;
     position: relative;
     text-align: center;
     text-transform: inherit;
     padding: 1em 1.5em;
     background: none;
     color: inherit;
     transition: none
 }

 .w-tabs-item i {
     line-height: inherit;
     vertical-align: top
 }

 .w-tabs-item-title:empty {
     display: none
 }

 .w-tabs-item.with_icon i+.w-tabs-item-title,
 .w-tabs-item.with_icon .w-tabs-item-title+i {
     margin-inline-start: .5em
 }

 .w-tabs-sections {
     position: relative
 }

 .w-tabs-section {
     display: none;
     border-color: var(--color-content-border)
 }

 .w-tabs-section.active {
     display: block
 }

 .w-tabs-section-header {
     display: none;
     align-items: center;
     text-align: inherit;
     line-height: 1.5;
     cursor: pointer;
     padding: 1em 1.5em;
     width: 100%;
     background: transparent;
     transition: background .2s, color .2s
 }

 .w-tabs-section.color_custom .w-tabs-section-header,
 .w-tabs-section:not(.active) .w-tabs-section-header {
     color: inherit
 }

 .w-tabs[style*="--sections-title-size"]>.w-tabs-list,
 .w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header {
     font-size: var(--sections-title-size)
 }

 .w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header>.w-tabs-section-title {
     font-size: inherit
 }

 .w-tabs-section-header i {
     flex-shrink: 0;
     line-height: inherit;
     vertical-align: top
 }

 .w-tabs-section-header i.fa-2x {
     line-height: .75
 }

 .w-tabs-section-title {
     line-height: inherit;
     white-space: normal;
     margin-bottom: 0 !important;
     padding: 0 !important;
     color: inherit;
     margin-inline-end: .6em
 }

 i+.w-tabs-section-title {
     margin-inline-start: .6em
 }

 .w-tabs-section-title:empty {
     display: none
 }

 .w-tabs-section-control {
     flex-shrink: 0;
     line-height: 1em;
     height: 1em;
     width: 1em;
     text-align: center;
     transition: transform .3s;
     transform: rotate(0deg)
 }

 .w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
     transform: rotate(180deg)
 }

 .w-tabs-section-content {
     padding-top: 3rem
 }

 .w-tabs-section-content-h {
     margin: 0 auto;
     max-width: var(--site-content-width, 1200px)
 }

 .w-tabs-section.content-empty {
     display: none !important
 }

 .vc_active .vc_tta-panel-body {
     display: block !important
 }

 .l-section.width_full>div>.g-cols.cols_1>div>div>.w-tabs.layout_hor .w-tabs-section-content,
 .l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-tabs.layout_hor .w-tabs-section-content {
     padding: 5vh 3vmax
 }

 .w-tabs-list.align_center .w-tabs-list-h {
     justify-content: center
 }

 .w-tabs-list.align_justify .w-tabs-list-h {
     justify-content: space-between
 }

 .w-tabs-list.align_justify .w-tabs-item {
     flex: 1 1 50%;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden
 }

 .w-tabs.accordion>.w-tabs-list {
     display: none !important
 }

 .w-tabs.accordion>div>.w-tabs-section {
     display: block;
     border-style: solid;
     border-width: 1px 0 0 0
 }

 .w-tabs.accordion>div>.w-tabs-section:last-of-type {
     border-bottom-width: 1px
 }

 .w-tabs.accordion>div>.w-tabs-section[style*="background:"] {
     border-color: transparent
 }

 .w-tabs.accordion>div>div>.w-tabs-section-header {
     display: flex
 }

 .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
     color: var(--color-content-primary)
 }

 .no-touch .w-tabs-section-header:hover,
 .no-touch .w-tabs-section-header:focus {
     background: rgba(0, 0, 0, 0.04)
 }

 .w-tabs.accordion>div>div>.w-tabs-section-content {
     display: none;
     padding: 1.5rem
 }

 .w-tabs.accordion>div>.w-tabs-section.active .w-tabs-section-content {
     display: block
 }

 .w-tabs.accordion.remove_indents>div>div>.w-tabs-section-header,
 .w-tabs.accordion.remove_indents>div>div>.w-tabs-section-content {
     padding-left: 0 !important;
     padding-right: 0 !important
 }

 .no-touch .w-tabs.remove_indents>div>div>.w-tabs-section-header:hover,
 .no-touch .w-tabs.remove_indents>div>div>.w-tabs-section-header:focus {
     background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent)
 }

 .w-tabs-section.no_indents>.w-tabs-section-content {
     padding: 0 !important
 }

 .w-tabs-section.no_indents>.w-tabs-section-content>.w-tabs-section-content-h {
     margin: 0 !important;
     max-width: none
 }

 .w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before,
 .w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after {
     content: '';
     position: absolute;
     top: 20%;
     height: 60%;
     width: .15em;
     background: currentColor;
     border-radius: 1px
 }

 .w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before {
     left: .262em;
     transform: rotate(-45deg)
 }

 .w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after {
     right: .262em;
     transform: rotate(45deg)
 }

 .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
     content: '';
     position: absolute;
     top: 0;
     left: .45em;
     height: 100%;
     width: .1em;
     background: currentColor;
     border-radius: 2px
 }

 .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
     content: '';
     position: absolute;
     top: .45em;
     left: 0;
     height: .1em;
     width: 100%;
     background: currentColor;
     border-radius: 2px
 }

 .w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
     transform: rotate(135deg)
 }

 .w-tabs-sections.icon_triangle>div>.w-tabs-section-header .w-tabs-section-control:before {
     content: '';
     display: inline-block;
     vertical-align: top;
     margin-top: .3em;
     pointer-events: none;
     border: .4em solid;
     border-left-color: transparent;
     border-right-color: transparent;
     border-bottom-color: transparent;
     border-radius: 2px
 }

 .w-tabs-sections.icon_none>div>.w-tabs-section-header .w-tabs-section-control {
     display: none
 }

 .w-tabs-sections.cpos_left>div>.w-tabs-section-header .w-tabs-section-control {
     order: -1
 }

 .w-tabs-sections.cpos_left>div>.w-tabs-section-header .w-tabs-section-control {
     margin-inline-end: .6em
 }

 .w-tabs-sections.cpos_right>div>.w-tabs-section-header .w-tabs-section-control {
     margin-inline-start: auto
 }

 .w-tabs-sections.titles-align_center>div>.w-tabs-section-header {
     justify-content: center
 }

 .w-tabs-sections.titles-align_center>div>.w-tabs-section-header>* {
     margin-left: .3rem !important;
     margin-right: .3rem !important
 }

 .w-tabs.layout_ver {
     display: flex
 }

 .w-tabs.layout_ver>.w-tabs-list .w-tabs-list-h {
     flex-direction: column
 }

 .w-tabs.layout_ver>.w-tabs-list .w-tabs-item {
     text-align: inherit
 }

 .w-tabs.layout_ver>.w-tabs-sections {
     flex-grow: 1
 }

 .w-tabs.layout_ver:not(.accordion)>div>div>.w-tabs-section-content {
     padding: 0
 }

 .w-tabs.layout_ver .w-image img.size-full,
 .w-tabs.layout_ver .w-image img.size-large {
     width: 100%
 }

 .w-tabs.layout_ver.navpos_right {
     flex-direction: row-reverse
 }

 .w-tabs.layout_ver.navpos_left>div>.w-tabs-section:not(.no_indents) {
     padding-left: 2.5rem
 }

 .w-tabs.layout_ver.navpos_right>div>.w-tabs-section:not(.no_indents) {
     padding-right: 2.5rem
 }

 .w-tabs.layout_ver.navwidth_auto>.w-tabs-list {
     flex-shrink: 0
 }

 .w-tabs.layout_ver.navwidth_auto>.w-tabs-list .w-tabs-item {
     white-space: nowrap
 }

 .w-tabs.layout_ver.navwidth_10>.w-tabs-list {
     width: 10%
 }

 .w-tabs.layout_ver.navwidth_10>.w-tabs-sections {
     width: 90%
 }

 .w-tabs.layout_ver.navwidth_20>.w-tabs-list {
     width: 20%
 }

 .w-tabs.layout_ver.navwidth_20>.w-tabs-sections {
     width: 80%
 }

 .w-tabs.layout_ver.navwidth_30>.w-tabs-list {
     width: 30%
 }

 .w-tabs.layout_ver.navwidth_30>.w-tabs-sections {
     width: 70%
 }

 .w-tabs.layout_ver.navwidth_40>.w-tabs-list {
     width: 40%
 }

 .w-tabs.layout_ver.navwidth_40>.w-tabs-sections {
     width: 60%
 }

 .w-tabs.layout_ver.navwidth_50>.w-tabs-list,
 .w-tabs.layout_ver.navwidth_50>.w-tabs-sections {
     width: 50%
 }

 .w-tabs.layout_ver.accordion {
     display: block
 }

 .w-tabs.layout_ver.accordion>.w-tabs-sections {
     display: block;
     width: 100% !important
 }

 .w-tabs.layout_ver.accordion>div>.w-tabs-section {
     padding: 0 !important
 }

 .w-tabs.style_default>.w-tabs-list {
     background: var(--color-content-bg-alt-grad);
     color: var(--color-content-text)
 }

 .w-tabs.style_default>.w-tabs-list .w-tabs-item {
     border-style: solid;
     border-color: transparent;
     color: inherit;
     transition: background .2s, border-color .2s, color .2s
 }

 .w-tabs.style_default.layout_hor>.w-tabs-list .w-tabs-item {
     border-width: 2px 0 0
 }

 .w-tabs.style_default.layout_ver.navpos_left>.w-tabs-list .w-tabs-item {
     border-width: 0 0 0 2px
 }

 .w-tabs.style_default.layout_ver.navpos_right>.w-tabs-list .w-tabs-item {
     border-width: 0 2px 0 0
 }

 .w-tabs.style_default>.w-tabs-list .w-tabs-item.active {
     background: var(--color-content-bg-grad);
     color: var(--color-content-primary);
     border-color: currentColor
 }

 .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):focus,
 .no-touch .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):hover {
     background: rgba(0, 0, 0, 0.05)
 }

 .w-tabs.style_simple>.w-tabs-list .w-tabs-item {
     flex: 0 1 auto;
     padding: 0;
     opacity: .66
 }

 .w-tabs.style_simple.layout_hor>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-inline-end: 1.5em
 }

 .w-tabs.style_simple.layout_ver>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-bottom: 1em
 }

 .w-tabs.style_simple>.w-tabs-list .w-tabs-item:focus,
 .w-tabs.style_simple>.w-tabs-list .w-tabs-item.active,
 .no-touch .w-tabs.style_simple>.w-tabs-list .w-tabs-item:hover {
     opacity: 1;
     color: inherit
 }

 .w-tabs.style_simple2>.w-tabs-list .w-tabs-item {
     flex: 0 1 auto;
     padding: 0;
     opacity: .66
 }

 .w-tabs.style_simple2.layout_hor>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-inline-end: 1.5em
 }

 .w-tabs.style_simple2.layout_ver>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-bottom: 1em
 }

 .w-tabs.style_simple2.layout_ver>.w-tabs-list .w-tabs-list-h {
     align-items: flex-start
 }

 .w-tabs.style_simple2>.w-tabs-list .w-tabs-item:focus,
 .w-tabs.style_simple2>.w-tabs-list .w-tabs-item.active,
 .no-touch .w-tabs.style_simple2>.w-tabs-list .w-tabs-item:hover {
     opacity: 1;
     color: inherit
 }

 .w-tabs.style_simple2>.w-tabs-list .w-tabs-item:after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     height: min(4px, .15em);
     width: 0;
     background: currentColor;
     transition: width .2s
 }

 .w-tabs.style_simple2>.w-tabs-list .w-tabs-item.active:after {
     width: 100%
 }

 .w-tabs.style_simple3>.w-tabs-list .w-tabs-item {
     padding: .8em 1.2em;
     border-radius: .3em
 }

 .w-tabs.style_simple3.layout_hor>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-inline-end: .3em
 }

 .w-tabs.style_simple3.layout_ver>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-bottom: .3em
 }

 .w-tabs.style_simple3>.w-tabs-list .w-tabs-item:focus,
 .w-tabs.style_simple3>.w-tabs-list .w-tabs-item.active,
 .no-touch .w-tabs.style_simple3>.w-tabs-list .w-tabs-item:hover {
     background: var(--color-content-bg-alt-grad);
     color: var(--color-content-heading)
 }

 .w-tabs.style_radio>.w-tabs-list .w-tabs-item {
     padding: .6em 1.2em;
     opacity: .66;
     border-radius: 3em
 }

 .w-tabs.style_radio>.w-tabs-list .w-tabs-item:not(.active):focus,
 .no-touch .w-tabs.style_radio>.w-tabs-list .w-tabs-item:not(.active):hover {
     opacity: 1;
     color: inherit
 }

 .w-tabs.style_radio>.w-tabs-list .w-tabs-item.active {
     opacity: 1;
     background: var(--color-content-bg);
     color: var(--color-content-primary);
     box-shadow: 0 .3em .8em rgba(0, 0, 0, .08)
 }

 .w-tabs.style_radio2>.w-tabs-list .w-tabs-list-h {
     padding: .25em;
     background: var(--color-content-bg-alt-grad);
     color: var(--color-content-text);
     border-radius: 3em
 }

 .w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-list-h {
     border-radius: .5em
 }

 .w-tabs.style_radio2>.w-tabs-list:not(.align_justify) .w-tabs-list-h {
     display: inline-flex;
     vertical-align: top
 }

 .w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-list-h {
     display: flex
 }

 .w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item {
     padding: .6em 1.5em;
     color: inherit;
     border-radius: 3em
 }

 .w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-item {
     padding: .6em 1em;
     color: inherit;
     border-radius: .25em
 }

 .w-tabs.style_radio2>.w-tabs-list .w-tabs-item:not(.active):focus,
 .no-touch .w-tabs.style_radio2>.w-tabs-list .w-tabs-item:not(.active):hover {
     color: var(--color-content-primary)
 }

 .w-tabs.style_radio2>.w-tabs-list .w-tabs-item.active {
     background: var(--color-content-bg);
     box-shadow: 0 .3em .8em rgba(0, 0, 0, .08)
 }

 .w-tabs.style_radio3>.w-tabs-list .w-tabs-list-h {
     padding: .25em;
     background: var(--color-content-primary-grad);
     color: #fff;
     border-radius: 3em
 }

 .w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-list-h {
     border-radius: .5em
 }

 .w-tabs.style_radio3>.w-tabs-list:not(.align_justify) .w-tabs-list-h {
     display: inline-flex;
     vertical-align: top
 }

 .w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-list-h {
     display: flex
 }

 .w-tabs.style_radio3.layout_hor>.w-tabs-list .w-tabs-item {
     padding: .6em 1.5em;
     color: inherit;
     border-radius: 3em
 }

 .w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-item {
     padding: .6em 1em;
     color: inherit;
     border-radius: .25em
 }

 .w-tabs.style_radio3>.w-tabs-list .w-tabs-item:not(.active):focus,
 .no-touch .w-tabs.style_radio3>.w-tabs-list .w-tabs-item:not(.active):hover {
     color: inherit
 }

 .w-tabs.style_radio3>.w-tabs-list .w-tabs-item.active {
     background: var(--color-content-bg);
     color: var(--color-content-text);
     box-shadow: 0 .3em 1em rgba(0, 0, 0, .2)
 }

 .w-tabs.style_modern>.w-tabs-list {
     background: var(--color-content-primary-grad);
     color: #fff
 }

 .w-tabs.style_modern>.w-tabs-list .w-tabs-item {
     opacity: .66;
     color: inherit !important
 }

 .w-tabs.style_modern>.w-tabs-list .w-tabs-item:focus,
 .w-tabs.style_modern>.w-tabs-list .w-tabs-item.active,
 .no-touch .w-tabs.style_modern>.w-tabs-list .w-tabs-item:hover {
     opacity: 1
 }

 .w-tabs.style_modern>.w-tabs-list .w-tabs-item:after {
     content: '';
     position: absolute;
     height: 1em;
     width: 1em;
     transition: transform .3s;
     background: var(--color-content-bg)
 }

 .w-tabs.style_modern.layout_hor>.w-tabs-list .w-tabs-item:after {
     left: 50%;
     bottom: 0;
     transform: translate(-0.5em, 1.5em) rotate(45deg)
 }

 .w-tabs.style_modern.layout_hor>.w-tabs-list .w-tabs-item.active:after {
     transform: translate(-0.5em, .5em) rotate(45deg)
 }

 .w-tabs.style_modern.layout_ver.navpos_left>.w-tabs-list .w-tabs-item:after {
     top: 50%;
     right: 0;
     transform: translate(1.5em, -0.5em) rotate(45deg)
 }

 .w-tabs.style_modern.layout_ver.navpos_left>.w-tabs-list .w-tabs-item.active:after {
     transform: translate(0.5em, -0.5em) rotate(45deg)
 }

 .w-tabs.style_modern.layout_ver.navpos_right>.w-tabs-list .w-tabs-item:after {
     top: 50%;
     left: 0;
     transform: translate(-1.5em, -0.5em) rotate(45deg)
 }

 .w-tabs.style_modern.layout_ver.navpos_right>.w-tabs-list .w-tabs-item.active:after {
     transform: translate(-0.5em, -0.5em) rotate(45deg)
 }

 .w-tabs.style_trendy>.w-tabs-list:not(.items_0):before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-style: solid;
     border-color: inherit
 }

 .w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
     opacity: .66
 }

 .w-tabs.style_trendy.layout_hor>.w-tabs-list:before {
     border-width: 0 0 1px
 }

 .w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-list-bar {
     left: 0;
     bottom: 0;
     height: 2px
 }

 .w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list:before {
     border-width: 0 1px 0 0
 }

 .w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list .w-tabs-list-bar {
     top: 0;
     right: 0;
     width: 2px
 }

 .w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list .w-tabs-item {
     padding-left: 0
 }

 .w-tabs.style_trendy.layout_ver.navpos_right>.w-tabs-list .w-tabs-item {
     padding-right: 0
 }

 .w-tabs.style_trendy.layout_ver.navpos_right>.w-tabs-list:before {
     border-width: 0 0 0 1px
 }

 .w-tabs.style_trendy.layout_ver.navpos_right>.w-tabs-list .w-tabs-list-bar {
     top: 0;
     left: 0;
     width: 2px
 }

 .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:not(.active):focus,
 .no-touch .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:not(.active):hover {
     color: inherit;
     opacity: 1
 }

 .w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active {
     color: var(--color-content-primary);
     opacity: 1
 }

 .w-tabs.style_timeline>.w-tabs-list .w-tabs-list-h,
 .w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h {
     position: relative;
     border-color: inherit
 }

 .w-tabs.style_timeline>.w-tabs-list:not(.align_justify) .w-tabs-list-h,
 .w-tabs.style_timeline2>.w-tabs-list:not(.align_justify) .w-tabs-list-h {
     display: inline-flex;
     vertical-align: top
 }

 .w-tabs.style_timeline>.w-tabs-list .w-tabs-list-h:before,
 .w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 1px;
     right: 1px;
     height: 1px;
     border-color: inherit
 }

 .w-tabs.style_timeline>.w-tabs-list .w-tabs-list-h:before {
     margin-top: -1px;
     border-top-width: 2px;
     border-top-style: solid
 }

 .w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h:before {
     border-top-width: 1px;
     border-top-style: dashed
 }

 .w-tabs.style_timeline>.w-tabs-list .w-tabs-item,
 .w-tabs.style_timeline2>.w-tabs-list .w-tabs-item,
 .w-tabs.style_timeline .w-tabs-section-header,
 .w-tabs.style_timeline2 .w-tabs-section-header {
     flex: 0;
     justify-content: center;
     text-align: center;
     line-height: 5.5rem;
     height: 5.5rem;
     width: 5.5rem;
     min-width: 5.5rem;
     padding: 0;
     position: relative;
     overflow: hidden;
     z-index: 1;
     white-space: nowrap;
     border-radius: 50%;
     transition: background .2s, box-shadow .2s, color .2s
 }

 .w-tabs.style_timeline>.w-tabs-list .w-tabs-item:not(:last-child),
 .w-tabs.style_timeline2>.w-tabs-list .w-tabs-item:not(:last-child) {
     margin-inline-end: 2.5em
 }

 .w-tabs.style_timeline>.w-tabs-list .w-tabs-item.with_icon .w-tabs-item-title,
 .w-tabs.style_timeline2>.w-tabs-list .w-tabs-item.with_icon .w-tabs-item-title {
     display: none
 }

 .w-tabs.style_timeline .w-tabs-item,
 .w-tabs.style_timeline .w-tabs-section-header {
     background: var(--color-content-bg-grad);
     color: var(--color-content-text);
     box-shadow: inset 0 0 0 2px var(--color-content-primary)
 }

 .w-tabs.style_timeline2 .w-tabs-item,
 .w-tabs.style_timeline2 .w-tabs-section-header {
     background: var(--color-content-bg-alt-grad);
     color: var(--color-content-text)
 }

 .w-tabs.style_timeline .w-tabs-item.active,
 .w-tabs.style_timeline2 .w-tabs-item.active,
 .w-tabs.style_timeline .active .w-tabs-section-header,
 .w-tabs.style_timeline2 .active .w-tabs-section-header,
 .no-touch .w-tabs.style_timeline .w-tabs-item:hover,
 .no-touch .w-tabs.style_timeline2 .w-tabs-item:hover {
     box-shadow: none;
     background: var(--color-content-primary-grad);
     color: #fff
 }

 .w-tabs.style_timeline.accordion,
 .w-tabs.style_timeline2.accordion {
     position: relative
 }

 .w-tabs.style_timeline.accordion:before,
 .w-tabs.style_timeline2.accordion:before {
     content: '';
     position: absolute;
     top: 0;
     left: 50%;
     height: 100%;
     width: 1px;
     border-color: var(--color-content-border)
 }

 .w-tabs.style_timeline.accordion:before {
     border-left-width: 2px;
     border-left-style: solid
 }

 .w-tabs.style_timeline2.accordion:before {
     border-left-width: 1px;
     border-left-style: dashed
 }

 .w-tabs.style_timeline.accordion>div>.w-tabs-section,
 .w-tabs.style_timeline2.accordion>div>.w-tabs-section {
     border-width: 0
 }

 .w-tabs.style_timeline.accordion .w-tabs-section-header,
 .w-tabs.style_timeline2.accordion .w-tabs-section-header {
     margin: 0 auto
 }

 .w-tabs.style_timeline .w-tabs-section:not(:first-of-type) .w-tabs-section-header,
 .w-tabs.style_timeline2 .w-tabs-section:not(:first-of-type) .w-tabs-section-header {
     margin-top: 1rem
 }

 .w-tabs.style_timeline .w-tabs-section-title,
 .w-tabs.style_timeline2 .w-tabs-section-title {
     margin: 0 !important
 }

 .w-tabs.style_timeline .w-tabs-section-control,
 .w-tabs.style_timeline2 .w-tabs-section-control,
 .w-tabs.style_timeline .w-tabs-section-header.with_icon .w-tabs-section-title,
 .w-tabs.style_timeline2 .w-tabs-section-header.with_icon .w-tabs-section-title {
     display: none
 }

 .w-tabs.style_timeline.accordion .w-tabs-section-content,
 .w-tabs.style_timeline2.accordion .w-tabs-section-content {
     padding: 3.25rem 1.5rem 1.5rem;
     margin-top: -2.75rem;
     border-radius: .3rem;
     box-shadow: var(--box-shadow);
     background: var(--color-content-bg-grad);
     color: var(--color-content-text)
 }

 .w-tabs.layout_hor.measure>.w-tabs-list {
     width: 100% !important
 }

 .w-tabs.layout_hor.measure>div>.w-tabs-list-h {
     display: block !important;
     overflow: hidden
 }

 .w-tabs.layout_hor.measure>div>div>.w-tabs-item {
     float: left !important;
     width: auto !important
 }

 .w-tabs.has_text_color>.w-tabs-list:before {
     border-color: currentColor;
     opacity: .17
 }

 .l-section.color_primary .w-tabs-list,
 .l-section.color_primary .w-tabs-section,
 .l-section.color_secondary .w-tabs-list,
 .l-section.color_secondary .w-tabs-section {
     border-color: rgba(255, 255, 255, 0.33)
 }

 .l-section.color_primary .w-tabs.style_trendy>.w-tabs-list,
 .l-section.color_secondary .w-tabs.style_trendy>.w-tabs-list {
     box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.33) inset
 }

 .l-section.color_primary .w-tabs.style_default>.w-tabs-list,
 .l-section.color_secondary .w-tabs.style_default>.w-tabs-list {
     background: rgba(255, 255, 255, 0.15);
     color: inherit
 }

 .color_alternate .w-tabs.style_default>.w-tabs-list a.w-tabs-item,
 .color_alternate .w-tabs.style_trendy>.w-tabs-list a.w-tabs-item {
     color: inherit
 }

 .color_alternate .w-tabs-list,
 .color_alternate .w-tabs-section {
     border-color: var(--color-alt-content-border)
 }

 .color_alternate .w-tabs.style_default>.w-tabs-list {
     background: var(--color-alt-content-bg-alt-grad);
     color: var(--color-alt-content-text)
 }

 .color_alternate .w-tabs.style_default>.w-tabs-list .w-tabs-item.active {
     background: var(--color-alt-content-bg-grad);
     color: var(--color-alt-content-primary)
 }

 .color_alternate .w-tabs-section.active:not(.has_text_color) .w-tabs-section-header,
 .color_alternate .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:focus,
 .color_alternate .w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active,
 .no-touch .color_alternate .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:hover {
     color: var(--color-alt-content-primary)
 }

 .color_alternate .w-tabs-list-bar,
 .color_alternate .w-tabs.style_modern>.w-tabs-list {
     background: var(--color-alt-content-primary-grad)
 }

 .color_alternate .w-tabs.style_modern>.w-tabs-list .w-tabs-item:after {
     background: var(--color-alt-content-bg-grad)
 }

 .color_alternate .w-tabs.style_timeline .w-tabs-item,
 .color_alternate .w-tabs.style_timeline .w-tabs-section-header {
     background: var(--color-alt-content-bg-grad);
     color: var(--color-alt-content-text);
     box-shadow: inset 0 0 0 2px var(--color-alt-content-primary)
 }

 .color_alternate .w-tabs.style_timeline2 .w-tabs-item,
 .color_alternate .w-tabs.style_timeline2 .w-tabs-section-header {
     background: var(--color-alt-content-bg-alt-grad);
     color: var(--color-alt-content-text)
 }

 .color_alternate .w-tabs.style_timeline .w-tabs-item.active,
 .color_alternate .w-tabs.style_timeline2 .w-tabs-item.active,
 .color_alternate .w-tabs.style_timeline .active .w-tabs-section-header,
 .color_alternate .w-tabs.style_timeline2 .active .w-tabs-section-header,
 .no-touch .color_alternate .w-tabs.style_timeline .w-tabs-item:hover,
 .no-touch .color_alternate .w-tabs.style_timeline2 .w-tabs-item:hover {
     box-shadow: none;
     background: var(--color-alt-content-primary-grad);
     color: #fff
 }

 .color_footer-top .w-tabs-section {
     border-color: var(--color-subfooter-border)
 }

 .color_footer-bottom .w-tabs-section {
     border-color: var(--color-footer-border)
 }

 .rounded_none .w-tabs.layout_ver>.w-tabs-list .w-tabs-list-h,
 .rounded_none .w-tabs.style_simple3>.w-tabs-list .w-tabs-item,
 .rounded_none .w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-item,
 .rounded_none .w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-item,
 .rounded_none .w-tabs-section-control:before,
 .rounded_none .w-tabs-section-control:after,
 .rounded_none .w-tabs-section-content {
     border-radius: 0 !important
 }

 .w-video:not(.confirm_load) {
     background: #111
 }

 .w-video-h {
     position: relative;
     height: 0;
     overflow: hidden;
     padding-bottom: 56.25%
 }

 .w-video-h iframe,
 .w-video-h object,
 .w-video-h embed,
 .w-video-h video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
 }

 .w-video-h video {
     object-fit: cover
 }

 .w-video.align_center {
     margin: 0 auto
 }

 .w-video.align_left {
     margin-right: auto
 }

 .w-video.align_right {
     margin-left: auto
 }

 .w-video.ratio_21x9 .w-video-h {
     padding-bottom: 42.1875%
 }

 .w-video.ratio_3x2 .w-video-h {
     padding-bottom: 66.667%
 }

 .w-video.ratio_4x3 .w-video-h {
     padding-bottom: 75%
 }

 .w-video.ratio_1x1 .w-video-h {
     padding-bottom: 100%
 }

 .w-video.ratio_9x16 .w-video-h {
     padding-bottom: 177.7778%
 }

 .w-video.ratio_initial .w-video-h {
     height: auto
 }

 .w-video.ratio_initial:not(.has_iframe) .w-video-h {
     padding-bottom: 0
 }

 .w-video.ratio_initial video {
     display: block;
     position: static
 }

 .w-hwrapper>.w-video,
 .w-vwrapper>.w-video {
     width: 100%
 }

 .w-video.has_border_radius {
     overflow: hidden;
     transform: translateZ(0)
 }

 .w-video.with_overlay {
     position: relative;
     background-size: cover;
     background-position: center;
     cursor: pointer
 }

 .w-video.with_overlay .w-video-h>* {
     visibility: hidden
 }

 .w-video.with_overlay .w-video-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -1.5em 0 0 -1.5em;
     line-height: 3;
     width: 2.8em;
     padding-left: 0.2em;
     text-align: center;
     box-sizing: content-box;
     border-radius: 50%;
     pointer-events: none;
     transition: transform 0.2s
 }

 .w-video.with_overlay:hover .w-video-icon {
     transform: scale(1.2)
 }

 .w-video.with_overlay .w-video-icon:after {
     content: '\f04b';
     font-family: fontawesome;
     font-weight: 900;
     vertical-align: top
 }

 .w-video-privacy {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     overflow-y: auto;
     display: flex;
     flex-direction: column;
     text-align: center;
     padding: 2rem;
     background: rgba(0, 0, 0, .06)
 }

 .w-video-privacy>:first-child {
     margin-top: auto
 }

 .w-video-privacy>:last-child {
     margin-bottom: auto
 }

 .w-vwrapper {
     display: flex;
     flex-direction: column
 }

 .w-vwrapper.align_center {
     align-items: center
 }

 .rtl .w-vwrapper.align_right,
 body:not(.rtl) .w-vwrapper.align_left {
     align-items: flex-start
 }

 .rtl .w-vwrapper.align_left,
 body:not(.rtl) .w-vwrapper.align_right {
     align-items: flex-end
 }

 .w-vwrapper.valign_middle {
     justify-content: center
 }

 .w-vwrapper.valign_bottom {
     justify-content: flex-end
 }

 .w-vwrapper.valign_justify {
     justify-content: space-between
 }

 .w-vwrapper>*:not(:last-child) {
     margin-bottom: var(--vwrapper-gap, 0.7rem)
 }

 .w-vwrapper>.align_justify {
     width: 100%
 }

 .w-vwrapper.has-link {
     position: relative
 }

 .w-vwrapper-link {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: 0 !important;
     z-index: 10
 }

 .l-popup-arrow.to_next:before,
 .l-popup-arrow.to_prev:before,
 .l-popup-closer:before,
 .mfp-arrow:before,
 .mfp-container:after,
 .owl-next:after,
 .owl-prev:after,
 .pagination .page-numbers.next:after,
 .pagination .page-numbers.prev:after,
 .paging_simple .paginate_button.next:after,
 .paging_simple .paginate_button.previous:before,
 .post_navigation .order_first .post_navigation-item-arrow:before,
 .post_navigation .order_second .post_navigation-item-arrow:before,
 .royalSlider .rsArrow:after,
 .rsFullscreenBtn:after,
 .star-rating span:before,
 .star-rating:before,
 .tablepress .sorting_asc:after,
 .tablepress .sorting_desc:after,
 .w-contacts-item:before,
 .w-dropdown-current .w-dropdown-item:after,
 .w-filter.state_desktop.layout_hor .w-filter-item-reset:before,
 .w-filter-list-closer:before,
 input[type=checkbox]:before,
 .w-grid .post_image.with_quote_icon:after,
 .w-grid-item.format-audio .post_image:after,
 .w-grid-item.format-link .post_title a:after,
 .w-grid-item.format-video .post_image:after,
 .w-header-show:before,
 .w-message-close:before,
 .w-nav-arrow:before,
 .w-nav-close:before,
 .w-person-links-item.type_email i:before,
 .w-popup-closer:before,
 .w-search-close:before,
 .w-search-open:empty:before,
 .w-sharing-item.copy2clipboard i:before,
 .w-sharing-item.email i:before,
 .w-socials-item.email i:before,
 .w-socials-item.rss i:before,
 .w-tabs.icon_chevron .w-tabs-section-control:before,
 .widget_layered_nav_filters li a:before,
 .widget_product_search form:after,
 .widget_search form:after,
 .woocommerce .stars a:before,
 .woocommerce-product-gallery__trigger:before {
     font-family: 'Material Icons' !important;
     font-feature-settings: 'liga'
 }

 .l-popup-arrow.to_next:before,
 .w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before,
 .owl-next:after,
 .mfp-arrow.mfp-arrow-right:before,
 .royalSlider .rsArrow.rsArrowRight:after,
 .post_navigation .order_second .post_navigation-item-arrow:before,
 .pagination .page-numbers.next:after,
 .paging_simple .paginate_button.next:after {
     content: 'keyboard_arrow_right' !important;
     text-transform: none !important
 }

 .owl-prev:after,
 .mfp-arrow.mfp-arrow-left:before,
 .l-popup-arrow.to_prev:before,
 .rtl .w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before,
 .post_navigation .order_first .post_navigation-item-arrow:before,
 .pagination .page-numbers.prev:after,
 .royalSlider .rsArrow.rsArrowLeft:after,
 .paging_simple .paginate_button.previous:before {
     content: 'keyboard_arrow_left' !important;
     text-transform: none !important
 }

 .w-dropdown-current .w-dropdown-item:after,
 .w-nav-arrow:before,
 .w-tabs.icon_chevron .w-tabs-section-control:before {
     content: 'keyboard_arrow_down' !important
 }

 .tablepress .sorting_asc:after,
 .tablepress .sorting_desc:after {
     content: 'arrow_drop_down' !important;
     font-size: 1.5rem
 }

 .w-contacts-item.for_email:before,
 .w-person-links-item.type_email i:before,
 .w-sharing-item.email i:before,
 .w-socials-item.email i:before {
     content: 'email' !important;
     vertical-align: top
 }

 .l-popup-closer:before,
 .mfp-container:after,
 .rsFullscreen .rsFullscreenBtn:after,
 .w-filter-list-closer:before,
 .w-filter.state_desktop.layout_hor .w-filter-item-reset:before,
 .w-message-close:before,
 .w-nav-close:before,
 .w-popup-closer:before,
 .w-search-close:before,
 .widget_layered_nav_filters li a:before {
     content: 'close' !important
 }

 .w-search-open:empty:before,
 .widget_search form:after,
 .widget_product_search form:after {
     content: 'search' !important
 }

 input[type=checkbox]:before {
     content: 'check' !important;
     font-size: 1.2em
 }

 .rsFullscreenBtn:after,
 .woocommerce-product-gallery__trigger:before {
     content: 'zoom_in' !important
 }

 .w-grid-item.format-audio .post_image:after,
 .w-grid-item.format-video .post_image:after {
     content: 'play_arrow' !important;
     font-size: 2rem;
     padding: 0;
     width: 3.5rem
 }

 .w-grid .post_image.with_quote_icon:after {
     content: 'format_quote' !important;
     font-size: 3rem
 }

 .w-grid-item.format-link .post_title a:after {
     content: 'open_in_new' !important
 }

 .w-header-show:before {
     content: 'menu' !important
 }

 .w-contacts-item.for_address:before {
     content: 'location_on' !important
 }

 .w-contacts-item.for_phone:before {
     content: 'phone' !important
 }

 .w-contacts-item.for_mobile:before {
     content: 'smartphone' !important
 }

 .w-socials-item.rss i:before {
     content: 'rss_feed' !important;
     vertical-align: top
 }

 .w-sharing-item.copy2clipboard i:before {
     content: 'file_copy' !important;
     vertical-align: top
 }

 .star-rating:before,
 .star-rating span:before {
     content: '\grade\grade\grade\grade\grade' !important;
     font-size: 0.92em;
     font-weight: normal
 }

 .woocommerce .stars a:before {
     content: 'grade' !important
 }

 .widget_search form:after,
 .widget_product_search form:after {
     font-size: 1.5em !important;
     right: -0.5em
 }

 .w-tabs.icon_chevron .w-tabs-section-control:before {
     font-size: 1.5em;
     margin-left: -0.17em
 }

 .post_navigation.layout_sided .order_first .post_navigation-item-arrow:before {
     transform: translate(1.15em, -50%)
 }

 .post_navigation.layout_sided .order_second .post_navigation-item-arrow:before {
     transform: translate(-2.12em, -50%)
 }

 .w-toplink:not(.w-btn) {
     border-radius: 50% !important
 }

 .w-iconbox.style_circle .w-iconbox-icon {
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
     box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0);
     transition: box-shadow 0.3s
 }

 .w-iconbox.style_circle .w-iconbox-link:active .w-iconbox-icon,
 .no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon {
     box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3)
 }

 .no-touch .w-iconbox.style_circle .w-iconbox-icon:before,
 .no-touch .w-iconbox.style_outlined .w-iconbox-icon:before {
     opacity: 0;
     height: 100%;
     transition: opacity 0.3s
 }

 .no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon:before,
 .no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon:before {
     opacity: 1
 }

 :root {
     --color-header-middle-bg: transparent;
     --color-header-middle-bg-grad: transparent;
     --color-header-middle-text: #35415b;
     --color-header-middle-text-hover: #6bb9ff;
     --color-header-transparent-bg: transparent;
     --color-header-transparent-bg-grad: transparent;
     --color-header-transparent-text: #000000;
     --color-header-transparent-text-hover: #6bb9ff;
     --color-chrome-toolbar: #ffffff;
     --color-chrome-toolbar-grad: #ffffff;
     --color-header-top-bg: #f2f4f7;
     --color-header-top-bg-grad: #f2f4f7;
     --color-header-top-text: #727f9f;
     --color-header-top-text-hover: #646cfd;
     --color-header-top-transparent-bg: rgba(0, 0, 0, 0.2);
     --color-header-top-transparent-bg-grad: rgba(0, 0, 0, 0.2);
     --color-header-top-transparent-text: rgba(255, 255, 255, 0.66);
     --color-header-top-transparent-text-hover: #fff;
     --color-content-bg: #2d0039;
     --color-content-bg-grad: #2d0039;
     --color-content-bg-alt: #f2f4f7;
     --color-content-bg-alt-grad: #f2f4f7;
     --color-content-border: #e3e7f0;
     --color-content-heading: #ffffff;
     --color-content-heading-grad: #ffffff;
     --color-content-text: #000000;
     --color-content-link: #000000;
     --color-content-link-hover: #5e5e5e;
     --color-content-primary: #39A1FF;
     --color-content-primary-grad: #39A1FF;
     --color-content-secondary: #35415b;
     --color-content-secondary-grad: #35415b;
     --color-content-faded: #727f9f;
     --color-content-overlay: rgba(15, 19, 31, 0.80);
     --color-content-overlay-grad: rgba(15, 19, 31, 0.80);
     --color-alt-content-bg: #f2f4f7;
     --color-alt-content-bg-grad: #f2f4f7;
     --color-alt-content-bg-alt: #fff;
     --color-alt-content-bg-alt-grad: #fff;
     --color-alt-content-border: #e3e7f0;
     --color-alt-content-heading: #0f131f;
     --color-alt-content-heading-grad: #0f131f;
     --color-alt-content-text: #35415b;
     --color-alt-content-link: #646cfd;
     --color-alt-content-link-hover: #35415b;
     --color-alt-content-primary: #646cfd;
     --color-alt-content-primary-grad: #646cfd;
     --color-alt-content-secondary: #35415b;
     --color-alt-content-secondary-grad: #35415b;
     --color-alt-content-faded: #727f9f;
     --color-alt-content-overlay: rgba(100, 108, 253, 0.85);
     --color-alt-content-overlay-grad: rgba(100, 108, 253, 0.85);
     --color-footer-bg: #0f131f;
     --color-footer-bg-grad: #0f131f;
     --color-footer-bg-alt: #1c2130;
     --color-footer-bg-alt-grad: #1c2130;
     --color-footer-border: #2b3242;
     --color-footer-heading: #fff;
     --color-footer-heading-grad: #fff;
     --color-footer-text: #8d9096;
     --color-footer-link: #39A1FF;
     --color-footer-link-hover: #fff;
     --color-subfooter-bg: #35415b;
     --color-subfooter-bg-grad: #35415b;
     --color-subfooter-bg-alt: #2b3242;
     --color-subfooter-bg-alt-grad: #2b3242;
     --color-subfooter-border: #727f9f;
     --color-subfooter-heading: #e3e7f0;
     --color-subfooter-heading-grad: #e3e7f0;
     --color-subfooter-text: #9ba5bf;
     --color-subfooter-link: #e3e7f0;
     --color-subfooter-link-hover: #fff;
     --color-content-primary-faded: rgba(57, 161, 255, 0.15);
     --box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
     --box-shadow-up: 0 -5px 15px rgba(0, 0, 0, .15);
     --site-canvas-width: 1300px;
     --site-content-width: 1200px;
     --text-block-margin-bottom: 0rem
 }

 :root {
     --font-family: Poppins, sans-serif;
     --font-size: 20px;
     --line-height: 28px;
     --font-weight: 400;
     --bold-font-weight: 700;
     --text-transform: none;
     --font-style: normal;
     --letter-spacing: 0em;
     --h1-font-family: "Gochi Hand";
     --h1-font-size: calc(22px + 2vw);
     --h1-line-height: 1;
     --h1-font-weight: 400;
     --h1-bold-font-weight: 700;
     --h1-text-transform: uppercase;
     --h1-font-style: normal;
     --h1-letter-spacing: 0em;
     --h1-margin-bottom: 1.5rem;
     --h2-font-family: var(--h1-font-family);
     --h2-font-size: calc(22px + 2vw);
     --h2-line-height: 1;
     --h2-font-weight: var(--h1-font-weight);
     --h2-bold-font-weight: var(--h1-bold-font-weight);
     --h2-text-transform: var(--h1-text-transform);
     --h2-font-style: var(--h1-font-style);
     --h2-letter-spacing: 0em;
     --h2-margin-bottom: 1.5rem;
     --h3-font-family: var(--h1-font-family);
     --h3-font-size: calc(22px + 2vw);
     --h3-line-height: 1;
     --h3-font-weight: var(--h1-font-weight);
     --h3-bold-font-weight: var(--h1-bold-font-weight);
     --h3-text-transform: var(--h1-text-transform);
     --h3-font-style: var(--h1-font-style);
     --h3-letter-spacing: 0em;
     --h3-margin-bottom: 1.5rem;
     --h4-font-family: var(--h1-font-family);
     --h4-font-size: calc(22px + 2vw);
     --h4-line-height: 1;
     --h4-font-weight: var(--h1-font-weight);
     --h4-bold-font-weight: var(--h1-bold-font-weight);
     --h4-text-transform: var(--h1-text-transform);
     --h4-font-style: var(--h1-font-style);
     --h4-letter-spacing: 0em;
     --h4-margin-bottom: 1.5rem;
     --h5-font-family: var(--h1-font-family);
     --h5-font-size: calc(22px + 2vw);
     --h5-line-height: 1;
     --h5-font-weight: var(--h1-font-weight);
     --h5-bold-font-weight: var(--h1-bold-font-weight);
     --h5-text-transform: var(--h1-text-transform);
     --h5-font-style: var(--h1-font-style);
     --h5-letter-spacing: 0em;
     --h5-margin-bottom: 1.5rem;
     --h6-font-family: var(--h1-font-family);
     --h6-font-size: calc(22px + 2vw);
     --h6-line-height: 1;
     --h6-font-weight: var(--h1-font-weight);
     --h6-bold-font-weight: var(--h1-bold-font-weight);
     --h6-text-transform: var(--h1-text-transform);
     --h6-font-style: var(--h1-font-style);
     --h6-letter-spacing: 0em;
     --h6-margin-bottom: 1.5rem
 }

 @media (min-width:601px) and (max-width:1024px) {
     :root {
         --font-size: 18px
     }
 }

 @media (max-width:600px) {
     :root {
         --font-size: 18px
     }
 }

 h1 {
     font-family: var(--h1-font-family, inherit);
     font-weight: var(--h1-font-weight, inherit);
     font-size: var(--h1-font-size, inherit);
     font-style: var(--h1-font-style, inherit);
     line-height: var(--h1-line-height, 1.4);
     letter-spacing: var(--h1-letter-spacing, inherit);
     text-transform: var(--h1-text-transform, inherit);
     margin-bottom: var(--h1-margin-bottom, 1.5rem)
 }

 h1>strong {
     font-weight: var(--h1-bold-font-weight, bold)
 }

 h2 {
     font-family: var(--h2-font-family, inherit);
     font-weight: var(--h2-font-weight, inherit);
     font-size: var(--h2-font-size, inherit);
     font-style: var(--h2-font-style, inherit);
     line-height: var(--h2-line-height, 1.4);
     letter-spacing: var(--h2-letter-spacing, inherit);
     text-transform: var(--h2-text-transform, inherit);
     margin-bottom: var(--h2-margin-bottom, 1.5rem)
 }

 h2>strong {
     font-weight: var(--h2-bold-font-weight, bold)
 }

 h3 {
     font-family: var(--h3-font-family, inherit);
     font-weight: var(--h3-font-weight, inherit);
     font-size: var(--h3-font-size, inherit);
     font-style: var(--h3-font-style, inherit);
     line-height: var(--h3-line-height, 1.4);
     letter-spacing: var(--h3-letter-spacing, inherit);
     text-transform: var(--h3-text-transform, inherit);
     margin-bottom: var(--h3-margin-bottom, 1.5rem)
 }

 h3>strong {
     font-weight: var(--h3-bold-font-weight, bold)
 }

 h4 {
     font-family: var(--h4-font-family, inherit);
     font-weight: var(--h4-font-weight, inherit);
     font-size: var(--h4-font-size, inherit);
     font-style: var(--h4-font-style, inherit);
     line-height: var(--h4-line-height, 1.4);
     letter-spacing: var(--h4-letter-spacing, inherit);
     text-transform: var(--h4-text-transform, inherit);
     margin-bottom: var(--h4-margin-bottom, 1.5rem)
 }

 h4>strong {
     font-weight: var(--h4-bold-font-weight, bold)
 }

 h5 {
     font-family: var(--h5-font-family, inherit);
     font-weight: var(--h5-font-weight, inherit);
     font-size: var(--h5-font-size, inherit);
     font-style: var(--h5-font-style, inherit);
     line-height: var(--h5-line-height, 1.4);
     letter-spacing: var(--h5-letter-spacing, inherit);
     text-transform: var(--h5-text-transform, inherit);
     margin-bottom: var(--h5-margin-bottom, 1.5rem)
 }

 h5>strong {
     font-weight: var(--h5-bold-font-weight, bold)
 }

 h6 {
     font-family: var(--h6-font-family, inherit);
     font-weight: var(--h6-font-weight, inherit);
     font-size: var(--h6-font-size, inherit);
     font-style: var(--h6-font-style, inherit);
     line-height: var(--h6-line-height, 1.4);
     letter-spacing: var(--h6-letter-spacing, inherit);
     text-transform: var(--h6-text-transform, inherit);
     margin-bottom: var(--h6-margin-bottom, 1.5rem)
 }

 h6>strong {
     font-weight: var(--h6-bold-font-weight, bold)
 }

 body {
     background: var(--color-content-bg-alt)
 }

 @media (max-width:1300px) {
     .l-main .aligncenter {
         max-width: calc(100vw - 5rem)
     }
 }

 @media (min-width:1381px) {
     body.usb_preview .hide_on_default {
         opacity: 0.25 !important
     }
     .vc_hidden-lg,
     body:not(.usb_preview) .hide_on_default {
         display: none !important
     }
     .default_align_left {
         text-align: left;
         justify-content: flex-start
     }
     .default_align_right {
         text-align: right;
         justify-content: flex-end
     }
     .default_align_center {
         text-align: center;
         justify-content: center
     }
     .w-hwrapper.default_align_center>* {
         margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
         margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
     }
     .default_align_justify {
         justify-content: space-between
     }
     .w-hwrapper>.default_align_justify,
     .default_align_justify>.w-btn {
         width: 100%
     }
 }

 @media (min-width:1025px) and (max-width:1380px) {
     body.usb_preview .hide_on_laptops {
         opacity: 0.25 !important
     }
     .vc_hidden-md,
     body:not(.usb_preview) .hide_on_laptops {
         display: none !important
     }
     .laptops_align_left {
         text-align: left;
         justify-content: flex-start
     }
     .laptops_align_right {
         text-align: right;
         justify-content: flex-end
     }
     .laptops_align_center {
         text-align: center;
         justify-content: center
     }
     .w-hwrapper.laptops_align_center>* {
         margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
         margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
     }
     .laptops_align_justify {
         justify-content: space-between
     }
     .w-hwrapper>.laptops_align_justify,
     .laptops_align_justify>.w-btn {
         width: 100%
     }
     .g-cols.via_grid[style*="--laptops-columns-gap"] {
         gap: var(--laptops-columns-gap, 3rem)
     }
 }

 @media (min-width:601px) and (max-width:1024px) {
     body.usb_preview .hide_on_tablets {
         opacity: 0.25 !important
     }
     .vc_hidden-sm,
     body:not(.usb_preview) .hide_on_tablets {
         display: none !important
     }
     .tablets_align_left {
         text-align: left;
         justify-content: flex-start
     }
     .tablets_align_right {
         text-align: right;
         justify-content: flex-end
     }
     .tablets_align_center {
         text-align: center;
         justify-content: center
     }
     .w-hwrapper.tablets_align_center>* {
         margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
         margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
     }
     .tablets_align_justify {
         justify-content: space-between
     }
     .w-hwrapper>.tablets_align_justify,
     .tablets_align_justify>.w-btn {
         width: 100%
     }
     .g-cols.via_grid[style*="--tablets-columns-gap"] {
         gap: var(--tablets-columns-gap, 3rem)
     }
 }

 @media (max-width:600px) {
     body.usb_preview .hide_on_mobiles {
         opacity: 0.25 !important
     }
     .vc_hidden-xs,
     body:not(.usb_preview) .hide_on_mobiles {
         display: none !important
     }
     .mobiles_align_left {
         text-align: left;
         justify-content: flex-start
     }
     .mobiles_align_right {
         text-align: right;
         justify-content: flex-end
     }
     .mobiles_align_center {
         text-align: center;
         justify-content: center
     }
     .w-hwrapper.mobiles_align_center>* {
         margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
         margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
     }
     .mobiles_align_justify {
         justify-content: space-between
     }
     .w-hwrapper>.mobiles_align_justify,
     .mobiles_align_justify>.w-btn {
         width: 100%
     }
     .w-hwrapper.stack_on_mobiles {
         display: block
     }
     .w-hwrapper.stack_on_mobiles>:not(script) {
         display: block;
         margin: 0 0 var(--hwrapper-gap, 1.2rem)
     }
     .w-hwrapper.stack_on_mobiles>:last-child {
         margin-bottom: 0
     }
     .g-cols.via_grid[style*="--mobiles-columns-gap"] {
         gap: var(--mobiles-columns-gap, 1.5rem)
     }
 }

 @media (max-width:600px) {
     .g-cols.type_default>div[class*="vc_col-xs-"] {
         margin-top: 1rem;
         margin-bottom: 1rem
     }
     .g-cols>div:not([class*="vc_col-xs-"]) {
         width: 100%;
         margin: 0 0 1.5rem
     }
     .g-cols.reversed>div:last-of-type {
         order: -1
     }
     .g-cols.type_boxes>div,
     .g-cols.reversed>div:first-child,
     .g-cols:not(.reversed)>div:last-child,
     .g-cols>div.has_bg_color {
         margin-bottom: 0
     }
     .vc_col-xs-1 {
         width: 8.3333%
     }
     .vc_col-xs-2 {
         width: 16.6666%
     }
     .vc_col-xs-1\/5 {
         width: 20%
     }
     .vc_col-xs-3 {
         width: 25%
     }
     .vc_col-xs-4 {
         width: 33.3333%
     }
     .vc_col-xs-2\/5 {
         width: 40%
     }
     .vc_col-xs-5 {
         width: 41.6666%
     }
     .vc_col-xs-6 {
         width: 50%
     }
     .vc_col-xs-7 {
         width: 58.3333%
     }
     .vc_col-xs-3\/5 {
         width: 60%
     }
     .vc_col-xs-8 {
         width: 66.6666%
     }
     .vc_col-xs-9 {
         width: 75%
     }
     .vc_col-xs-4\/5 {
         width: 80%
     }
     .vc_col-xs-10 {
         width: 83.3333%
     }
     .vc_col-xs-11 {
         width: 91.6666%
     }
     .vc_col-xs-12 {
         width: 100%
     }
     .vc_col-xs-offset-0 {
         margin-left: 0
     }
     .vc_col-xs-offset-1 {
         margin-left: 8.3333%
     }
     .vc_col-xs-offset-2 {
         margin-left: 16.6666%
     }
     .vc_col-xs-offset-1\/5 {
         margin-left: 20%
     }
     .vc_col-xs-offset-3 {
         margin-left: 25%
     }
     .vc_col-xs-offset-4 {
         margin-left: 33.3333%
     }
     .vc_col-xs-offset-2\/5 {
         margin-left: 40%
     }
     .vc_col-xs-offset-5 {
         margin-left: 41.6666%
     }
     .vc_col-xs-offset-6 {
         margin-left: 50%
     }
     .vc_col-xs-offset-7 {
         margin-left: 58.3333%
     }
     .vc_col-xs-offset-3\/5 {
         margin-left: 60%
     }
     .vc_col-xs-offset-8 {
         margin-left: 66.6666%
     }
     .vc_col-xs-offset-9 {
         margin-left: 75%
     }
     .vc_col-xs-offset-4\/5 {
         margin-left: 80%
     }
     .vc_col-xs-offset-10 {
         margin-left: 83.3333%
     }
     .vc_col-xs-offset-11 {
         margin-left: 91.6666%
     }
     .vc_col-xs-offset-12 {
         margin-left: 100%
     }
 }

 @media (min-width:601px) {
     .vc_col-sm-1 {
         width: 8.3333%
     }
     .vc_col-sm-2 {
         width: 16.6666%
     }
     .vc_col-sm-1\/5 {
         width: 20%
     }
     .vc_col-sm-3 {
         width: 25%
     }
     .vc_col-sm-4 {
         width: 33.3333%
     }
     .vc_col-sm-2\/5 {
         width: 40%
     }
     .vc_col-sm-5 {
         width: 41.6666%
     }
     .vc_col-sm-6 {
         width: 50%
     }
     .vc_col-sm-7 {
         width: 58.3333%
     }
     .vc_col-sm-3\/5 {
         width: 60%
     }
     .vc_col-sm-8 {
         width: 66.6666%
     }
     .vc_col-sm-9 {
         width: 75%
     }
     .vc_col-sm-4\/5 {
         width: 80%
     }
     .vc_col-sm-10 {
         width: 83.3333%
     }
     .vc_col-sm-11 {
         width: 91.6666%
     }
     .vc_col-sm-12 {
         width: 100%
     }
     .vc_col-sm-offset-0 {
         margin-left: 0
     }
     .vc_col-sm-offset-1 {
         margin-left: 8.3333%
     }
     .vc_col-sm-offset-2 {
         margin-left: 16.6666%
     }
     .vc_col-sm-offset-1\/5 {
         margin-left: 20%
     }
     .vc_col-sm-offset-3 {
         margin-left: 25%
     }
     .vc_col-sm-offset-4 {
         margin-left: 33.3333%
     }
     .vc_col-sm-offset-2\/5 {
         margin-left: 40%
     }
     .vc_col-sm-offset-5 {
         margin-left: 41.6666%
     }
     .vc_col-sm-offset-6 {
         margin-left: 50%
     }
     .vc_col-sm-offset-7 {
         margin-left: 58.3333%
     }
     .vc_col-sm-offset-3\/5 {
         margin-left: 60%
     }
     .vc_col-sm-offset-8 {
         margin-left: 66.6666%
     }
     .vc_col-sm-offset-9 {
         margin-left: 75%
     }
     .vc_col-sm-offset-4\/5 {
         margin-left: 80%
     }
     .vc_col-sm-offset-10 {
         margin-left: 83.3333%
     }
     .vc_col-sm-offset-11 {
         margin-left: 91.6666%
     }
     .vc_col-sm-offset-12 {
         margin-left: 100%
     }
 }

 @media (min-width:1025px) {
     .vc_col-md-1 {
         width: 8.3333%
     }
     .vc_col-md-2 {
         width: 16.6666%
     }
     .vc_col-md-1\/5 {
         width: 20%
     }
     .vc_col-md-3 {
         width: 25%
     }
     .vc_col-md-4 {
         width: 33.3333%
     }
     .vc_col-md-2\/5 {
         width: 40%
     }
     .vc_col-md-5 {
         width: 41.6666%
     }
     .vc_col-md-6 {
         width: 50%
     }
     .vc_col-md-7 {
         width: 58.3333%
     }
     .vc_col-md-3\/5 {
         width: 60%
     }
     .vc_col-md-8 {
         width: 66.6666%
     }
     .vc_col-md-9 {
         width: 75%
     }
     .vc_col-md-4\/5 {
         width: 80%
     }
     .vc_col-md-10 {
         width: 83.3333%
     }
     .vc_col-md-11 {
         width: 91.6666%
     }
     .vc_col-md-12 {
         width: 100%
     }
     .vc_col-md-offset-0 {
         margin-left: 0
     }
     .vc_col-md-offset-1 {
         margin-left: 8.3333%
     }
     .vc_col-md-offset-2 {
         margin-left: 16.6666%
     }
     .vc_col-md-offset-1\/5 {
         margin-left: 20%
     }
     .vc_col-md-offset-3 {
         margin-left: 25%
     }
     .vc_col-md-offset-4 {
         margin-left: 33.3333%
     }
     .vc_col-md-offset-2\/5 {
         margin-left: 40%
     }
     .vc_col-md-offset-5 {
         margin-left: 41.6666%
     }
     .vc_col-md-offset-6 {
         margin-left: 50%
     }
     .vc_col-md-offset-7 {
         margin-left: 58.3333%
     }
     .vc_col-md-offset-3\/5 {
         margin-left: 60%
     }
     .vc_col-md-offset-8 {
         margin-left: 66.6666%
     }
     .vc_col-md-offset-9 {
         margin-left: 75%
     }
     .vc_col-md-offset-4\/5 {
         margin-left: 80%
     }
     .vc_col-md-offset-10 {
         margin-left: 83.3333%
     }
     .vc_col-md-offset-11 {
         margin-left: 91.6666%
     }
     .vc_col-md-offset-12 {
         margin-left: 100%
     }
 }

 @media (min-width:1381px) {
     .vc_col-lg-1 {
         width: 8.3333%
     }
     .vc_col-lg-2 {
         width: 16.6666%
     }
     .vc_col-lg-1\/5 {
         width: 20%
     }
     .vc_col-lg-3 {
         width: 25%
     }
     .vc_col-lg-4 {
         width: 33.3333%
     }
     .vc_col-lg-2\/5 {
         width: 40%
     }
     .vc_col-lg-5 {
         width: 41.6666%
     }
     .vc_col-lg-6 {
         width: 50%
     }
     .vc_col-lg-7 {
         width: 58.3333%
     }
     .vc_col-lg-3\/5 {
         width: 60%
     }
     .vc_col-lg-8 {
         width: 66.6666%
     }
     .vc_col-lg-9 {
         width: 75%
     }
     .vc_col-lg-4\/5 {
         width: 80%
     }
     .vc_col-lg-10 {
         width: 83.3333%
     }
     .vc_col-lg-11 {
         width: 91.6666%
     }
     .vc_col-lg-12 {
         width: 100%
     }
     .vc_col-lg-offset-0 {
         margin-left: 0
     }
     .vc_col-lg-offset-1 {
         margin-left: 8.3333%
     }
     .vc_col-lg-offset-2 {
         margin-left: 16.6666%
     }
     .vc_col-lg-offset-1\/5 {
         margin-left: 20%
     }
     .vc_col-lg-offset-3 {
         margin-left: 25%
     }
     .vc_col-lg-offset-4 {
         margin-left: 33.3333%
     }
     .vc_col-lg-offset-2\/5 {
         margin-left: 40%
     }
     .vc_col-lg-offset-5 {
         margin-left: 41.6666%
     }
     .vc_col-lg-offset-6 {
         margin-left: 50%
     }
     .vc_col-lg-offset-7 {
         margin-left: 58.3333%
     }
     .vc_col-lg-offset-3\/5 {
         margin-left: 60%
     }
     .vc_col-lg-offset-8 {
         margin-left: 66.6666%
     }
     .vc_col-lg-offset-9 {
         margin-left: 75%
     }
     .vc_col-lg-offset-4\/5 {
         margin-left: 80%
     }
     .vc_col-lg-offset-10 {
         margin-left: 83.3333%
     }
     .vc_col-lg-offset-11 {
         margin-left: 91.6666%
     }
     .vc_col-lg-offset-12 {
         margin-left: 100%
     }
 }

 @media (min-width:601px) and (max-width:1024px) {
     .g-cols.via_flex.type_default>div[class*="vc_col-md-"],
     .g-cols.via_flex.type_default>div[class*="vc_col-lg-"] {
         margin-top: 1rem;
         margin-bottom: 1rem
     }
 }

 @media (min-width:1025px) and (max-width:1380px) {
     .g-cols.via_flex.type_default>div[class*="vc_col-lg-"] {
         margin-top: 1rem;
         margin-bottom: 1rem
     }
 }

 @media (max-width:599px) {
     .l-canvas {
         overflow: hidden
     }
     .g-cols.stacking_default.reversed>div:last-of-type {
         order: -1
     }
     .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]) {
         width: 100%;
         margin: 0 0 1.5rem
     }
     .g-cols.stacking_default.via_grid.mobiles-cols_1 {
         grid-template-columns: 100%
     }
     .g-cols.stacking_default.via_flex.type_boxes>div,
     .g-cols.stacking_default.via_flex.reversed>div:first-child,
     .g-cols.stacking_default.via_flex:not(.reversed)>div:last-child,
     .g-cols.stacking_default.via_flex>div.has_bg_color {
         margin-bottom: 0
     }
     .g-cols.stacking_default.via_flex.type_default>.wpb_column.stretched {
         margin-left: -1rem;
         margin-right: -1rem
     }
     .g-cols.stacking_default.via_grid.mobiles-cols_1>.wpb_column.stretched,
     .g-cols.stacking_default.via_flex.type_boxes>.wpb_column.stretched {
         margin-left: -2.5rem;
         margin-right: -2.5rem;
         width: auto
     }
     .vc_column-inner.type_sticky>.wpb_wrapper,
     .vc_column_container.type_sticky>.vc_column-inner {
         top: 0 !important
     }
 }

 @media (min-width:600px) {
     body:not(.rtl) .l-section.for_sidebar.at_left>div>.l-sidebar,
     .rtl .l-section.for_sidebar.at_right>div>.l-sidebar {
         order: -1
     }
     .vc_column_container.type_sticky>.vc_column-inner,
     .vc_column-inner.type_sticky>.wpb_wrapper {
         position: -webkit-sticky;
         position: sticky
     }
     .l-section.type_sticky {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 11;
         transition: top 0.3s cubic-bezier(.78, .13, .15, .86) 0.1s
     }
     .header_hor .l-header.post_fixed.sticky_auto_hide {
         z-index: 12
     }
     .admin-bar .l-section.type_sticky {
         top: 32px
     }
     .l-section.type_sticky>.l-section-h {
         transition: padding-top 0.3s
     }
     .header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type) {
         top: var(--header-sticky-height)
     }
     .admin-bar.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type) {
         top: calc( var(--header-sticky-height) + 32px)
     }
     .header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h {
         padding-top: var(--header-sticky-height)
     }
     .header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h {
         padding-bottom: var(--header-sticky-height) !important
     }
 }

 @media screen and (min-width:1300px) {
     .g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
         margin-left: min( calc( var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw), -1rem)
     }
     .g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
         margin-right: min( calc( var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw), -1rem)
     }
     .l-main .alignfull,
     .w-separator.width_screen,
     .g-cols.via_grid>.wpb_column.stretched:first-of-type,
     .g-cols.via_flex.type_boxes>.wpb_column.stretched:first-of-type {
         margin-left: min( calc( var(--site-content-width) / 2 + 0px / 2 - 50vw), -2.5rem)
     }
     .l-main .alignfull,
     .w-separator.width_screen,
     .g-cols.via_grid>.wpb_column.stretched:last-of-type,
     .g-cols.via_flex.type_boxes>.wpb_column.stretched:last-of-type {
         margin-right: min( calc( var(--site-content-width) / 2 + 0px / 2 - 50vw), -2.5rem)
     }
 }

 a,
 button,
 input[type=submit],
 .ui-slider-handle {
     outline: none !important
 }

 .w-toplink,
 .w-header-show {
     background: rgba(0, 0, 0, 0.3)
 }

 .no-touch .w-toplink.active:hover,
 .no-touch .w-header-show:hover {
     background: var(--color-content-primary-grad)
 }

 button[type=submit]:not(.w-btn),
 input[type=submit]:not(.w-btn),
 .us-nav-style_1>*,
 .navstyle_1>.owl-nav button,
 .us-btn-style_1 {
     font-size: 16px;
     line-height: 1.2 !important;
     font-weight: 700;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 0.3em;
     padding: 1.0em 2.0em;
     background: var(--color-content-primary);
     border-color: transparent;
     color: #ffffff !important
 }

 button[type=submit]:not(.w-btn):before,
 input[type=submit]:not(.w-btn),
 .us-nav-style_1>*:before,
 .navstyle_1>.owl-nav button:before,
 .us-btn-style_1:before {
     border-width: 0px
 }

 .no-touch button[type=submit]:not(.w-btn):hover,
 .no-touch input[type=submit]:not(.w-btn):hover,
 .us-nav-style_1>span.current,
 .no-touch .us-nav-style_1>a:hover,
 .no-touch .navstyle_1>.owl-nav button:hover,
 .no-touch .us-btn-style_1:hover {
     background: var(--color-content-secondary);
     border-color: transparent;
     color: #ffffff !important
 }

 .us-nav-style_1>* {
     min-width: calc(1.2em + 2 * 1.0em)
 }

 .us-nav-style_2>*,
 .navstyle_2>.owl-nav button,
 .us-btn-style_2 {
     font-size: 16px;
     line-height: 1.2 !important;
     font-weight: 700;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 0.3em;
     padding: 1.0em 2.0em;
     background: var(--color-content-border);
     border-color: transparent;
     color: var(--color-content-text) !important
 }

 .us-nav-style_2>*:before,
 .navstyle_2>.owl-nav button:before,
 .us-btn-style_2:before {
     border-width: 0px
 }

 .us-nav-style_2>span.current,
 .no-touch .us-nav-style_2>a:hover,
 .no-touch .navstyle_2>.owl-nav button:hover,
 .no-touch .us-btn-style_2:hover {
     background: var(--color-content-text);
     border-color: transparent;
     color: var(--color-content-bg) !important
 }

 .us-nav-style_2>* {
     min-width: calc(1.2em + 2 * 1.0em)
 }

 .us-nav-style_3>*,
 .navstyle_3>.owl-nav button,
 .us-btn-style_3 {
     font-size: 1em;
     line-height: 1.2 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 1em;
     padding: 0.5em 0.5em;
     background: #7DF905;
     border-color: transparent;
     color: #000000 !important
 }

 .us-nav-style_3>*:before,
 .navstyle_3>.owl-nav button:before,
 .us-btn-style_3:before {
     border-width: 2px
 }

 .us-nav-style_3>span.current,
 .no-touch .us-nav-style_3>a:hover,
 .no-touch .navstyle_3>.owl-nav button:hover,
 .no-touch .us-btn-style_3:hover {
     background: #c2ff87;
     border-color: transparent;
     color: #000000 !important
 }

 .us-nav-style_3>* {
     min-width: calc(1.2em + 2 * 0.5em)
 }

 .us-nav-style_4>*,
 .navstyle_4>.owl-nav button,
 .us-btn-style_4 {
     font-size: 1em;
     line-height: 1.2 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 1em;
     padding: 0.5em 0.5em;
     background: #e84a99;
     border-color: transparent;
     color: #ffffff !important
 }

 .us-nav-style_4>*:before,
 .navstyle_4>.owl-nav button:before,
 .us-btn-style_4:before {
     border-width: 2px
 }

 .us-nav-style_4>span.current,
 .no-touch .us-nav-style_4>a:hover,
 .no-touch .navstyle_4>.owl-nav button:hover,
 .no-touch .us-btn-style_4:hover {
     background: #52c2ff;
     border-color: transparent;
     color: #ffffff !important
 }

 .us-nav-style_4>* {
     min-width: calc(1.2em + 2 * 0.5em)
 }

 .us-nav-style_5>*,
 .navstyle_5>.owl-nav button,
 .us-btn-style_5 {
     font-size: 1rem;
     line-height: 1.2 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 0.3em;
     padding: 0em 0em;
     background: transparent;
     border-color: transparent
 }

 .us-nav-style_5>*:before,
 .navstyle_5>.owl-nav button:before,
 .us-btn-style_5:before {
     border-width: 2px
 }

 .us-nav-style_5>span.current,
 .no-touch .us-nav-style_5>a:hover,
 .no-touch .navstyle_5>.owl-nav button:hover,
 .no-touch .us-btn-style_5:hover {
     background: transparent;
     border-color: transparent
 }

 .us-nav-style_5>* {
     min-width: calc(1.2em + 2 * 0em)
 }

 .us-nav-style_6>*,
 .navstyle_6>.owl-nav button,
 .us-btn-style_6 {
     font-size: 1em;
     line-height: 1 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: .5em;
     padding: 1em 1.5em;
     background: #e84a99;
     border-color: #000000;
     color: #ffffff !important;
     box-shadow: 0px 2px 0px 0px #000000
 }

 .us-nav-style_6>*:before,
 .navstyle_6>.owl-nav button:before,
 .us-btn-style_6:before {
     border-width: 2px
 }

 .us-nav-style_6>span.current,
 .no-touch .us-nav-style_6>a:hover,
 .no-touch .navstyle_6>.owl-nav button:hover,
 .no-touch .us-btn-style_6:hover {
     box-shadow: 0px 2px 0px 0px #000000;
     background: #52c2ff;
     border-color: #000000;
     color: #ffffff !important
 }

 .us-nav-style_6>* {
     min-width: calc(1em + 2 * 1em)
 }

 .us-nav-style_7>*,
 .navstyle_7>.owl-nav button,
 .us-btn-style_7 {
     font-size: 1.2em;
     line-height: 1.2 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 1em;
     padding: 0.5em 2.5em;
     background: #7DF905;
     border-color: transparent;
     color: #000000 !important;
     box-shadow: 0px 0.3em 0px 0px #000000
 }

 .us-nav-style_7>*:before,
 .navstyle_7>.owl-nav button:before,
 .us-btn-style_7:before {
     border-width: 2px
 }

 .us-nav-style_7>span.current,
 .no-touch .us-nav-style_7>a:hover,
 .no-touch .navstyle_7>.owl-nav button:hover,
 .no-touch .us-btn-style_7:hover {
     box-shadow: 0px 0em 0px 0px #000000;
     background: #c2ff87;
     border-color: transparent;
     color: #000000 !important
 }

 .us-nav-style_7>* {
     min-width: calc(1.2em + 2 * 0.5em)
 }

 .us-nav-style_9>*,
 .navstyle_9>.owl-nav button,
 .us-btn-style_9 {
     font-size: 1.2em;
     line-height: 1.2 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     border-radius: 1em;
     padding: 0.5em 2.5em;
     background: #FFF21A;
     border-color: transparent;
     color: #000000 !important;
     box-shadow: 0px 0.3em 0px 0px #000000
 }

 .us-nav-style_9>*:before,
 .navstyle_9>.owl-nav button:before,
 .us-btn-style_9:before {
     border-width: 2px
 }

 .us-nav-style_9>span.current,
 .no-touch .us-nav-style_9>a:hover,
 .no-touch .navstyle_9>.owl-nav button:hover,
 .no-touch .us-btn-style_9:hover {
     box-shadow: 0px 0em 0px 0px #000000;
     background: #fff88c;
     border-color: transparent;
     color: #000000 !important
 }

 .us-nav-style_9>* {
     min-width: calc(1.2em + 2 * 0.5em)
 }

 .us-nav-style_8>*,
 .navstyle_8>.owl-nav button,
 .us-btn-style_8 {
     font-size: 0px;
     line-height: 0 !important;
     font-weight: 400;
     font-style: normal;
     text-transform: none;
     letter-spacing: 0em;
     padding: 0em 0em;
     background: transparent;
     border-color: transparent
 }

 .us-nav-style_8>*:before,
 .navstyle_8>.owl-nav button:before,
 .us-btn-style_8:before {
     border-width: 0px
 }

 .us-nav-style_8>span.current,
 .no-touch .us-nav-style_8>a:hover,
 .no-touch .navstyle_8>.owl-nav button:hover,
 .no-touch .us-btn-style_8:hover {
     background: transparent;
     border-color: transparent
 }

 .us-nav-style_8>* {
     min-width: calc(0em + 2 * 0em)
 }

 :root {
     --inputs-font-family: inherit;
     --inputs-font-size: 1rem;
     --inputs-font-weight: 400;
     --inputs-letter-spacing: 0em;
     --inputs-text-transform: none;
     --inputs-height: 2.8rem;
     --inputs-padding: 0.8rem;
     --inputs-checkbox-size: 1.5em;
     --inputs-border-width: 0px;
     --inputs-border-radius: 0.3rem;
     --inputs-background: var(--color-content-bg-alt);
     --inputs-border-color: var(--color-content-border);
     --inputs-text-color: var(--color-content-text);
     --inputs-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
     --inputs-focus-background: var(--color-content-bg-alt);
     --inputs-focus-border-color: var(--color-content-border);
     --inputs-focus-text-color: var(--color-content-text);
     --inputs-focus-box-shadow: 0px 0px 0px 2px var(--color-content-primary)
 }

 .color_alternate input:not([type=submit]),
 .color_alternate textarea,
 .color_alternate select,
 .color_alternate .move_label .w-form-row-label {
     background: var(--color-alt-content-bg-alt-grad)
 }

 .color_footer-top input:not([type=submit]),
 .color_footer-top textarea,
 .color_footer-top select,
 .color_footer-top .w-form-row.move_label .w-form-row-label {
     background: var(--color-subfooter-bg-alt-grad)
 }

 .color_footer-bottom input:not([type=submit]),
 .color_footer-bottom textarea,
 .color_footer-bottom select,
 .color_footer-bottom .w-form-row.move_label .w-form-row-label {
     background: var(--color-footer-bg-alt-grad)
 }

 .color_alternate input:not([type=submit]),
 .color_alternate textarea,
 .color_alternate select {
     border-color: var(--color-alt-content-border)
 }

 .color_footer-top input:not([type=submit]),
 .color_footer-top textarea,
 .color_footer-top select {
     border-color: var(--color-subfooter-border)
 }

 .color_footer-bottom input:not([type=submit]),
 .color_footer-bottom textarea,
 .color_footer-bottom select {
     border-color: var(--color-footer-border)
 }

 .color_alternate input:not([type=submit]),
 .color_alternate textarea,
 .color_alternate select,
 .color_alternate .w-form-row-field>i,
 .color_alternate .w-form-row-field:after,
 .color_alternate .widget_search form:after,
 .color_footer-top input:not([type=submit]),
 .color_footer-top textarea,
 .color_footer-top select,
 .color_footer-top .w-form-row-field>i,
 .color_footer-top .w-form-row-field:after,
 .color_footer-top .widget_search form:after,
 .color_footer-bottom input:not([type=submit]),
 .color_footer-bottom textarea,
 .color_footer-bottom select,
 .color_footer-bottom .w-form-row-field>i,
 .color_footer-bottom .w-form-row-field:after,
 .color_footer-bottom .widget_search form:after {
     color: inherit
 }

 .fa-angle-down:before {
     content: "\f107"
 }

 .fa-angle-left:before {
     content: "\f104"
 }

 .fa-angle-right:before {
     content: "\f105"
 }

 .fa-angle-up:before {
     content: "\f106"
 }

 .fa-bars:before {
     content: "\f0c9"
 }

 .fa-check:before {
     content: "\f00c"
 }

 .fa-comments:before {
     content: "\f086"
 }

 .fa-copy:before {
     content: "\f0c5"
 }

 .fa-envelope:before {
     content: "\f0e0"
 }

 .fa-map-marker-alt:before {
     content: "\f3c5"
 }

 .fa-mobile:before {
     content: "\f10b"
 }

 .fa-phone:before {
     content: "\f095"
 }

 .fa-play:before {
     content: "\f04b"
 }

 .fa-quote-left:before {
     content: "\f10d"
 }

 .fa-search-plus:before {
     content: "\f00e"
 }

 .fa-search:before {
     content: "\f002"
 }

 .fa-shopping-cart:before {
     content: "\f07a"
 }

 .fa-star:before {
     content: "\f005"
 }

 .fa-tags:before {
     content: "\f02c"
 }

 .fa-times:before {
     content: "\f00d"
 }

 .header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
     margin: 0;
     height: 70px
 }

 .l-subheader-cell .w-nav {
     background-color: white;
     padding: 0 .5em;
     border-radius: 0 0 1em 1em;
     overflow: hidden
 }

 .w-nav-list.level_1.hover_simple {
     background-color: white !important
 }

 .mostRizz {
     font-weight: 700;
     font-size: 1.5em
 }

 .tokenContract {
     font-size: .85em;
     text-align: center
 }

 .contractWrapper {
     background-color: white;
     padding: .3em;
     border-radius: .5em
 }

 .walletIntegrationTitle img {
     vertical-align: sub
 }

 .walletIntegrations img {
     border-radius: 1em
 }

 .walletIntegrations .w-image .w-image-meta {
     position: relative !important;
     padding: 0 !important;
     border-radius: 1em !important;
     overflow: hidden !important;
     background: none !important;
     color: black !important;
     line-height: 1.1em;
     margin-top: .5em
 }

 #contract {
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     max-width: 250px
 }

 .theEra {
     background-color: white;
     border: 3px solid black;
     box-shadow: 0 3px 0 black;
     padding: .5em;
     border-radius: 1em;
     overflow: hidden
 }

 .theEra p {
     display: flex;
     align-items: center
 }

 .esclamation {
     color: red;
     font-size: 3em;
     font-weight: 700;
     float: left;
     margin-right: .3em;
     position: relative
 }

 .youtubeLink {
     display: flex;
     align-items: center
 }

 .youtubeLink a img {
     margin-right: .2em !important;
     margin-bottom: 0 !important
 }

 .blue {
     color: #e84a99
 }

 .yellow {
     color: #FFC47C
 }

 .border {
     text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px
 }

 .borderBlue {
     border: 3px solid #e84a99
 }

 .whoIsRizo {
     background-color: white;
     border-radius: 1em;
     padding: 1em;
     padding-left: 25px;
     padding-right: 100px
 }

 .videoTabs .w-tabs {
     background-color: white;
     border: 3px solid black;
     padding: 1em;
     border-radius: 2em
 }

 .videoTabs .w-tabs .w-tabs-list {
     background-color: transparent !important
 }

 .videoTabs .w-tabs button.w-tabs-item,
 .videoTabs .w-tabs button.w-tabs-item.active {
     background-color: transparent !important;
     border: none !important;
     font-weight: 700;
     font-size: .85em;
     border-radius: .5em 0 0 .5em
 }

 .videoTabs .w-tabs button.w-tabs-item.active {
     background-color: #39A1FF !important;
     color: white !important
 }

 .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
     color: #39A1FF !important;
     font-weight: 700
 }

 .w-tabs-section,
 .w-tabs-section-header {
     font-weight: 700;
     color: black
 }

 .labContainer {
     background-color: #F3D54D;
     border: 3px solid black;
     box-shadow: 0 3px 0 black;
     border-radius: 1em;
     width: 100%;
     overflow: hidden
 }

 .imgLab img {
     width: 100%;
     object-fit: cover !important;
     border-top: 3px solid black
 }

 .labButton:hover {
     margin-top: .3em;
     margin-bottom: -.3em
 }

 .proofz,
 .videoCT {
     background-color: white !important;
     border: 3px solid black;
     border-radius: 1em;
     box-shadow: 0 3px 0 black;
     padding: 1em
 }

 .proofz {
     padding: 1.5em
 }

 .tokenomicsBlock>div>p {
     position: relative;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     background-color: white;
     border: 3px solid black;
     border-radius: 1em;
     box-shadow: 0 3px 0 black;
     padding: 1em;
     gap: .3em
 }

 .firstSlide::before {
     content: "";
     background-image: url(/wp-content/uploads/2024/11/rizoSlideshow.png);
     background-size: contain;
     background-repeat: no-repeat;
     width: 204px;
     height: 172px;
     display: block;
     margin-left: 15px
 }

 .socialCommunity {
     background-color: white;
     border: 3px solid black;
     border-radius: 1em;
     box-shadow: 0 3px 0 black;
     padding: .5em 1em;
     z-index: 1
 }

 .ytshorts .owl-prev:after,
 .ytshorts .owl-next:after {
     content: "" !important;
     width: 63px;
     height: 108px;
     background-image: url(/wp-content/uploads/2024/12/leftArrow.png);
     background-size: contain;
     z-index: 2
 }

 .ytshorts .owl-next:after {
     background-image: url(/wp-content/uploads/2024/12/rightArrow.png)
 }

 .owl-carousel .owl-nav button {
     top: 0 !important;
     transform: none !important
 }

 .pacElon {
     width: 100%;
     padding-top: 62.5%
 }

 .pacElon iframe {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%
 }

 @media (max-width:350px) {
     #contract {
         text-overflow: ellipsis;
         white-space: nowrap;
         overflow: hidden;
         max-width: 190px
     }
 }

 @media (min-width:601px) {
     #contract {
         max-width: unset
     }
     .g-cols.stacking_default.reversed>div:last-of-type {
         order: -1 !important
     }
     .whoIsRizo {
         padding-right: 150px
     }
     .w-tabs.layout_ver.accordion {
         max-height: 680px;
         overflow-y: auto
     }
     .w-tabs.layout_ver.accordion::-webkit-scrollbar {
         width: 2em;
         height: 0
     }
     .w-tabs.layout_ver.accordion::-webkit-scrollbar-thumb {
         height: 1em;
         border: 0.5em solid rgba(0, 0, 0, 0);
         background-clip: padding-box;
         -webkit-border-radius: 1em;
         background-color: rgba(0, 0, 0, 0.15);
         -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025)
     }
     .w-tabs.layout_ver.accordion::-webkit-scrollbar-button {
         width: 0;
         height: 0;
         display: none
     }
     .w-tabs.layout_ver.accordion::-webkit-scrollbar-corner {
         background-color: transparent
     }
     .ytshorts::after {
         content: "";
         background-image: url(/wp-content/uploads/2024/12/RizoShorts.png);
         background-size: contain;
         width: 165px;
         height: 228px;
         position: absolute;
         display: block;
         bottom: 0;
         right: 0;
         margin-bottom: -2em;
         z-index: 1
     }
 }

 @media (min-width:1025px) {
     #contract {
         max-width: 400px
     }
     .g-cols.stacking_default.reversed>div:last-of-type {
         order: 1 !important
     }
     .imgLab img {
         width: 100%;
         object-fit: cover !important;
         border-top: 0px solid black;
         border-left: 3px solid black
     }
     .whoIsRizo {
         padding-right: 210px
     }
     .w-tabs.layout_ver.navwidth_30>.w-tabs-list {
         max-height: 340px;
         overflow-y: auto
     }
     .w-tabs.layout_ver.navwidth_30>.w-tabs-list::-webkit-scrollbar {
         width: .5em;
         height: 0
     }
     .w-tabs.layout_ver.navwidth_30>.w-tabs-list::-webkit-scrollbar-thumb {
         height: 1em;
         -webkit-border-radius: 1em;
         background-color: rgba(0, 0, 0, 0.15);
         -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025)
     }
     .w-tabs.layout_ver.navwidth_30>.w-tabs-list::-webkit-scrollbar-button {
         width: 0;
         height: 0;
         display: none
     }
     .w-tabs.layout_ver.navwidth_30>.w-tabs-list::-webkit-scrollbar-corner {
         background-color: transparent
     }
     .ytshorts::after {
         width: 222px;
         height: 307px
     }
 }

 @media (min-width:1381px) {
     .ytshorts::after {
         width: 290px;
         height: 402px
     }
     #contract {
         max-width: unset
     }
     .videoTabs .vc_column-inner {
         padding-left: 0 !important;
         padding-right: 0 !important
     }
     .w-tabs.layout_ver.navwidth_30>.w-tabs-list {
         max-height: 480px
     }
 }

 .fa-twitter:before {
     content: "\f099"
 }

 .fa-telegram:before {
     content: "\f2c6"
 }

 .fa-youtube:before {
     content: "\f167"
 }

 .fa-tiktok:before {
     content: "\e07b"
 }

 .fa-instagram:before {
     content: "\f16d"
 }