:root {
    --default-transition-time: .25s;
    --global-padding: min(86px, 4.5%);
}
@media (max-width: 1200px) {
    :root {
        --global-padding: 3%;
    }
}
@media (max-width: 767px) {
    :root {
        --global-padding: 12px;
    }
}

:focus {
    outline: none;
}
:focus-visible  {
  outline: 1px dotted var(--e-global-color-6731b05);
}

body {
    font-family: 'Montserrat', sans-serif;
/*  max-width: 1920px; */
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
}

/* Buttons */
a.elementor-button {
    border-radius: 0;
}
.bordered a.elementor-button {
    padding: 10px 20px;
    border: 1px solid var(--e-global-color-6731b05);
    transition: background .25s ease-out;
}
.bordered a.elementor-button:hover {
    background-color: var(--e-global-color-2d123ba);
}
.bordered a.elementor-button::after {
    display: none;
}

/* Last paragraph */
div p:last-of-type {
    margin-bottom: 0;
}

/* Anchor inside paragraph */
p a {
    position: relative;
    text-decoration: none;
    color: var(--e-global-color-6731b05);
    transition: all var(--default-transition-time) ease-out;
}
p a:hover {
    color: var(--e-global-color-6731b05);
}

/* Links hover */
li.menu-item:not(.current-menu-item) a,
a.elementor-button {
    position: relative;
}
p a::after,
p span a::after,
a.elementor-button::after,
li.menu-item:not(.current-menu-item) a::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: currentcolor;
    transition: all var(--default-transition-time) ease-out;
    border: none;
}
p a:hover::after,
p span a:hover::after,
a.elementor-button:hover::after,
li.menu-item:not(.current-menu-item) a:hover::after {
    width: 100%;
}
#menu-1-1660541 li.menu-item:not(.current-menu-item) a::after {
    bottom: -10px;
}

/* Title 1 */
.title-1 {
    position: relative;
    padding-bottom: 55px;
    text-align: center;
}
.title-1 span{
    display: block;
    color: var(--e-global-color-6731b05);
    font-weight: 700;
}
.title-1::after{
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    height: 5px;
    width: 74px;
    background-color: var(--e-global-color-6cf7b93);
    transform: translateX(-50%);
}
.title-1.inline span{
    display: inline-block;
}
/* Title 1: END */

/* Global paddings */
.padding-x {
    padding-left: var(--global-padding) !important;
    padding-right: var(--global-padding) !important;
}

/* Image frame */
.elementor-widget-image.frame {
    height: fit-content;
}
.elementor-widget-image.frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transform: scale(.95);
      pointer-events: none;
}

/* Zoom on hover */
.elementor-widget-image.zoom img {
    position: relative;
    transition: all .4s ease-out;
}
.elementor-widget-image.zoom  {
    overflow: hidden;
}
.elementor-widget-image.zoom img:hover {
    transform: scale(1.1);
}

/* Subtitle */
.subtitle {
    position: relative;
    width: 100%;
}
.subtitle h2, .subtitle h3, .subtitle h4 {
    z-index: 1;
    color: var(--e-global-color-7609047, #0080C0);
    font-family: Montserrat;
    font-size: clamp(1.875rem, 1.775rem + 0.5vw, 2.375rem);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 50px;
    width: fit-content;
    margin: 0 auto;
}
.subtitle h2::before,
.subtitle h3::before,
.subtitle h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-7609047, #0080C0);
    transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
    .subtitle h2::before,
    .subtitle h3::before,
    .subtitle h4::before {
        display: none;
    }
    .subtitle {
        border-top: 2px solid var(--e-global-color-7609047, #0080C0);
        border-bottom: 2px solid var(--e-global-color-7609047, #0080C0);
        padding: 22px 0;
    }
}

/* Coming Soon */
.coming-soon > div{
    position: relative;
}
.coming-soon > div::after{
    content: 'Coming Soon';
    color: #fff;
    font-size: clamp(1.75rem, 1.525rem + 1.125vw, 2.875rem);
    padding: 0 25%;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    inset: 0;
  background: #FE47477D;
    display: grid;
    align-content: center;
    pointer-events: none;
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .coming-soon > div::after{
    font-size: 1.5rem;
    }
}

/* Other popular features */
.other-popular-features {
    position: relative;
    padding-top: 36px;
}
.other-popular-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 1px;
    padding: 0 1rem;
    transform: translate(-50%, 18px);
    border: none;
    background-color: var(--e-global-color-1ec4226);
}
.other-popular-features::after {
    content: 'Other Popular Features to Consider';
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    padding: 0 1rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    background-color: #fff;
    color: var(--e-global-color-1ec4226);
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
@media (max-width: 767px) {
    .other-popular-features {
        padding-top: 100px;
    }
    .other-popular-features::before {
        display: none;
    }
    .other-popular-features::after {
        border-top: 1px solid var(--e-global-color-1ec4226);
        border-bottom: 1px solid var(--e-global-color-1ec4226);
        width: 90%;
        height: 100px;
        font-size: 24px;
        line-height: 30px; 
    }
}

@charset "UTF-8"; .wp-block-jetpack-layout-grid-editor,.wp-block-jetpack-layout-grid {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0;
    padding-right: 0
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0;
    padding-right: 0
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0 13px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
    padding: 8px 21px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
    padding: 16px 29px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
    padding: 24px 37px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px
}

.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
    padding: 48px 61px
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: .05px;
    padding-bottom: .05px
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
    padding: 0
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0 13px;
    max-width: calc(100% + 26px)
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
    padding: 8px
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc(100% + 42px)
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
    padding: 16px
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc(100% + 58px)
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
    padding: 24px
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc(100% + 74px)
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
    padding: 48px
}

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc(100% + 122px)
}

.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
    align-items: center
}

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
    align-self: flex-start;
    height: 100%
}

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-jetpack-layout-grid {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4,1fr)
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3
}

.wp-block-jetpack-layout-grid.column1-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4
}

.wp-block-jetpack-layout-grid.column2-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4
}

.wp-block-jetpack-layout-grid.column3-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4
}

.wp-block-jetpack-layout-grid.column4-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4
}

@media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
        grid-template-columns:repeat(8,1fr)
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4
    }

    .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4
    }

    .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4
    }

    .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4
    }
}

@media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
        grid-template-columns:repeat(12,1fr)
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3
    }

    .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4
    }

    .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4
    }

    .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4
    }

    .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4
    }
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px
}

.wp-block-jetpack-layout-grid-column {
    max-width: 100%
}

.mejs-offscreen {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs-container {
    background: #000;
    font-family: Helvetica,Arial,serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs-container,.mejs-container * {
    box-sizing: border-box
}

.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none!important
}

.mejs-fill-container,.mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%
}

.mejs-fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs-container:focus {
    outline: none
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs-embed,.mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs-fullscreen {
    overflow: hidden!important
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
    height: 100%!important;
    width: 100%!important
}

.mejs-background,.mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs-poster-img {
    display: none
}

.mejs-poster-img {
    border: 0;
    padding: 0
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs-layer {
    z-index: 1
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    background: url(https://forwardvision.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs-overlay:hover>.mejs-overlay-button {
    background-position: -80px -39px
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(https://forwardvision.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs-controls:not([style*="display: none"]) {
    background: rgba(255,0,0,.7);
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.35));
    background: linear-gradient(transparent,rgba(0,0,0,.35))
}

.mejs-button,.mejs-time,.mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs-button>button {
    background: transparent url(https://forwardvision.com/wp-includes/js/mediaelement/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs-button>button:focus {
    outline: 1px dotted #999
}

.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus {
    outline: 0
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs-play>button {
    background-position: 0 0
}

.mejs-pause>button {
    background-position: -20px 0
}

.mejs-replay>button {
    background-position: -160px 0
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs-time-total {
    background: hsla(0,0%,100%,.3);
    margin: 5px 0 0;
    width: 100%
}

.mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
    background: linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-time-loaded {
    background: hsla(0,0%,100%,.3)
}

.mejs-time-current,.mejs-time-handle-content {
    background: hsla(0,0%,100%,.9)
}

.mejs-time-hovered {
    background: hsla(0,0%,100%,.5);
    z-index: 10
}

.mejs-time-hovered.negative {
    background: rgba(0,0,0,.2)
}

.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44,0,1,1);
    transition: height .1s cubic-bezier(.44,0,1,1)
}

.mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0)!important;
    -ms-transform: scaleX(0)!important;
    transform: scaleX(0)!important
}

.mejs-time-handle,.mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs-time-handle-content {
    border: 4px solid hsla(0,0%,100%,.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px
}

.mejs-long-video .mejs-time-float-current {
    width: 60px
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs-fullscreen-button>button {
    background-position: -80px 0
}

.mejs-unfullscreen>button {
    background-position: -100px 0
}

.mejs-mute>button {
    background-position: -60px 0
}

.mejs-unmute>button {
    background-position: -40px 0
}

.mejs-volume-button {
    position: relative
}

.mejs-volume-button>.mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50,50,50,.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs-volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs-volume-total {
    background: hsla(0,0%,100%,.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs-volume-current,.mejs-volume-handle {
    background: hsla(0,0%,100%,.9);
    position: absolute
}

.mejs-volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs-horizontal-volume-total {
    background: rgba(50,50,50,.8);
    height: 8px;
    top: 16px;
    width: 50px
}

.mejs-horizontal-volume-current,.mejs-horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.mejs-horizontal-volume-current {
    background: hsla(0,0%,100%,.8);
    height: 100%;
    top: 0;
    width: 100%
}

.mejs-horizontal-volume-handle {
    display: none
}

.mejs-captions-button,.mejs-chapters-button {
    position: relative
}

.mejs-captions-button>button {
    background-position: -140px 0
}

.mejs-chapters-button>button {
    background-position: -180px 0
}

.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector {
    background: rgba(50,50,50,.7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs-chapters-button>.mejs-chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs-captions-selector-list,.mejs-chapters-selector-list {
    list-style-type: none!important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none!important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover {
    background-color: #c8c8c8!important;
    background-color: hsla(0,0%,100%,.4)!important
}

.mejs-captions-selector-input,.mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs-captions-selector-label,.mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs-captions-selected,.mejs-chapters-selected {
    color: #21f8f8
}

.mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text,.mejs-captions-text * {
    background: hsla(0,0%,8%,.5);
    box-shadow: 5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);
    padding: 0;
    white-space: pre-wrap
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs-overlay-error {
    position: relative
}

.mejs-overlay-error>img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs-cannotplay,.mejs-cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs-cannotplay {
    position: relative
}

.mejs-cannotplay a,.mejs-cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

.mejs-container {
    clear: both;
    max-width: 100%
}

.mejs-container * {
    font-family: Helvetica,Arial
}

.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body {
    background: #222
}

.mejs-time {
    font-weight: 400;
    word-wrap: normal
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: table
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255,255,255,.33)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span {
    border-radius: 0
}

.mejs-overlay-loading {
    background: 0 0
}

.mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.me-cannotplay {
    width: auto!important
}

.media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width: 400px
}

.audio-details .embed-media-settings {
    overflow: visible
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
    max-width: 400px;
    width: auto
}

.media-embed-details .embed-media-settings .checkbox-setting span {
    display: inline-block
}

.media-embed-details .embed-media-settings {
    padding-top: 0;
    top: 28px
}

.media-embed-details .instructions {
    padding: 16px 0;
    max-width: 600px
}

.media-embed-details .setting .remove-setting,.media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase
}

.media-embed-details .setting .remove-setting {
    padding: 5px 0
}

.media-embed-details .setting a:hover {
    color: #dc3232
}

.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px
}

.wp-video {
    max-width: 100%;
    height: auto
}

.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video {
    margin-top: 18px
}

.wp-video-shortcode video,video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block
}

.video-details .wp-video-holder {
    width: 100%;
    max-width: 640px
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5
}

.wp-admin .wp-playlist {
    margin: 0 0 18px
}

.wp-playlist video {
    display: inline-block;
    max-width: 100%
}

.wp-playlist audio {
    display: none;
    max-width: 100%;
    width: 400px
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%
}

.wp-playlist .mejs-controls .mejs-button button {
    outline: 0
}

.wp-playlist-light {
    background: #fff;
    color: #000
}

.wp-playlist-dark {
    color: #fff;
    background: #000
}

.wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px)
}

.wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item-title {
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item-album {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-playlist-item-artist {
    font-size: 12px;
    text-transform: uppercase
}

.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height: 1.5
}

.rtl .wp-playlist-item-length {
    left: 3px;
    right: auto
}

.wp-playlist-tracks {
    margin-top: 10px
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 1px solid #ccc
}

.wp-playlist-item:last-child {
    border-bottom: 0
}

.wp-playlist-light .wp-playlist-caption {
    color: #333
}

.wp-playlist-dark .wp-playlist-caption {
    color: #ddd
}

.wp-playlist-playing {
    font-weight: 700;
    background: #f7f7f7
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000
}

.wp-playlist-dark .wp-playlist-playing {
    background: #000;
    color: #fff
}

.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px
}

.wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: 0
}

.rtl .wp-playlist .wp-playlist-current-item img {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
    margin-block-start:.5rem;margin-block-end:1rem;font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start:0;margin-block-end:.9rem}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,a:hover {
    color: #336
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end:none;-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],template {
    display: none
}

@media print {
    *,:after,:before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #333
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    width: auto;
    -webkit-appearance: button
}

[type=button],[type=submit],button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end:15px;font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.1019607843)
}

table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}

@media (max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    margin-block-start:0;margin-block-end:0;border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.comments-area a,.page-content a {
    text-decoration: underline
}

.alignright {
    float: right;
    margin-left: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

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

.alignwide {
    margin-inline:-80px}

.alignfull {
    margin-inline:calc(50% - 50vw);max-width: 100vw
}

.alignfull,.alignfull img {
    width: 100vw
}

.wp-caption {
    margin-block-end:1.25rem;max-width: 100%
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    display: block;
    margin-inline:auto}

.wp-caption-text {
    margin: 0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .75rem
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto
}

.sticky {
    position: relative;
    display: block
}

.bypostauthor {
    font-size: inherit
}

.hide {
    display: none!important
}

.post-password-form {
    max-width: 500px;
    margin: 50px auto
}

.post-password-form p {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.post-password-form [type=submit] {
    margin-inline-start:3px}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: rgb(238.425,238.425,238.425);
    clip: auto!important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post .entry-title a {
    text-decoration: none
}

.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .post .wp-post-image {
        max-height:400px
    }
}

@media (max-width: 575px) {
    .post .wp-post-image {
        max-height:300px
    }
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em
}

#comments .comment,#comments .pingback {
    position: relative
}

#comments .comment .comment-body,#comments .pingback .comment-body {
    display: flex;
    flex-direction: column;
    padding-block-start:30px;padding-block-end:30px;padding-inline-start:60px;padding-inline-end:0;border-block-end:1px solid #ccc}

#comments .comment .avatar,#comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-inline-end:10px}

body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar {
    left: auto;
    right: 0
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end:.9rem}

#comments .comment-metadata,#comments .reply {
    font-size: 11px;
    line-height: 1
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-inline-start:30px}

#comments .children li:last-child {
    padding-block-end:0}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    content: "↪";
    position: absolute;
    top: 45px;
    left: 0;
    width: auto
}

body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    #comments .comment-author,#comments .comment-metadata {
        line-height:1
    }
}

@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding:30px 0
    }

    #comments .children {
        padding-inline-start:20px}

    #comments .comment .avatar {
        position: inherit;
        float: left
    }

    body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar {
        float: right
    }
}

.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
    margin-inline-start:auto;margin-inline-end:auto;width: 100%
}

@media (max-width: 575px) {
    .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        padding-inline-start:10px;
        padding-inline-end:10px}
}

@media (min-width: 576px) {
    .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        max-width:500px
    }

    .site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        max-width:600px
    }

    .site-footer.footer-full-width,.site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        max-width:800px
    }

    .site-footer.footer-full-width,.site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        max-width:1140px
    }

    .site-footer.footer-full-width,.site-header.header-full-width {
        max-width: 100%
    }
}

.site-header+.elementor {
    min-height: calc(100vh - 320px)
}

.site-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block-start:1rem;padding-block-end:1rem;position: relative
}

.site-header .site-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2
}

.site-header .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-header .header-inner .custom-logo-link {
    display: block
}

.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title {
    margin: 0
}

.site-header .header-inner .site-branding .site-logo img {
    display: block
}

.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo {
    display: none!important
}

.site-header.header-inverted .header-inner {
    flex-direction: row-reverse
}

.site-header.header-inverted .header-inner .site-branding {
    text-align: end
}

.site-header.header-stacked .header-inner {
    align-items: center;
    flex-direction: column;
    text-align: center
}

.site-footer {
    padding-block-start:1rem;padding-block-end:1rem;position: relative
}

.site-footer .site-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

.site-footer .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-footer .footer-inner .custom-logo-link {
    display: block
}

.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title {
    margin: 0
}

.site-footer .footer-inner .site-branding .site-logo img {
    display: block
}

.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo {
    display: none!important
}

.site-footer .footer-inner .copyright {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.site-footer .footer-inner .copyright p {
    margin: 0
}

.site-footer.footer-inverted .footer-inner {
    flex-direction: row-reverse
}

.site-footer.footer-inverted .footer-inner .site-branding {
    text-align: end
}

.site-footer.footer-stacked .footer-inner {
    align-items: center;
    flex-direction: column;
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-branding .site-title {
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
    padding: 0
}

@media (max-width: 576px) {
    .site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
        display:block;
        text-align: center;
        width: 100%;
        max-width: none
    }

    .site-footer .footer-inner .site-navigation ul.menu {
        justify-content: center
    }

    .site-footer .footer-inner .site-navigation ul.menu li {
        display: inline-block
    }
}

.site-header.header-stacked .site-navigation-toggle-holder {
    justify-content: center;
    max-width: 100%
}

.site-header.menu-layout-dropdown .site-navigation {
    display: none
}

.site-navigation-toggle-holder {
    display: flex;
    align-items: center;
    padding: 8px 15px
}

.site-navigation-toggle-holder .site-navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
    display: block;
    width: 1.25rem
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    content: "";
    background-color: currentColor;
    display: block;
    height: 3px;
    transition: all .2s ease-in-out;
    border-radius: 3px
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 .35rem 0 currentColor;
    margin-block-end:.5rem}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
    box-shadow: none;
    transform: translateY(.35rem) rotate(45deg)
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
    transform: translateY(-.35rem) rotate(-45deg)
}

.site-navigation {
    display: flex;
    align-items: center
}

.site-navigation ul.menu,.site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0
}

.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap
}

.site-navigation ul.menu li {
    position: relative;
    display: flex
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end:15px}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: flex;
    content: "▾";
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    color: #666;
    text-decoration: none
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
    display: block
}

.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%
}

.site-navigation ul.menu li ul li {
    border-block-end:rgb(238.425,238.425,238.425) 1px solid}

.site-navigation ul.menu li ul li:last-child {
    border-block-end:none}

.site-navigation ul.menu li ul li.menu-item-has-children a {
    flex-grow: 1
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
    transform: translateY(-50%) rotate(-90deg)
}

.site-navigation ul.menu li ul ul {
    left: 100%;
    top: 0
}

.site-navigation ul.menu li:hover>ul {
    display: block
}

footer .site-navigation ul.menu li ul {
    top: auto;
    bottom: 100%
}

footer .site-navigation ul.menu li ul ul {
    bottom: 0
}

footer .site-navigation ul.menu a {
    padding: 5px 15px
}

.site-navigation-dropdown {
    margin-block-start:10px;transition: max-height .3s,transform .3s;
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    transform: scaleY(1);
    max-height: 100vh
}

.site-navigation-dropdown ul {
    padding: 0
}

.site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}

.site-navigation-dropdown ul.menu li {
    display: block;
    width: 100%;
    position: relative
}

.site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #fff;
    color: #55595c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1019607843)
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #55595c
}

.site-navigation-dropdown ul.menu>li li {
    transition: max-height .3s,transform .3s;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
    transform: scaleY(1);
    max-height: 100vh
}

@media (max-width: 576px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display:none!important
    }
}

@media (min-width: 768px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display:none!important
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display:none!important
    }
}

@media (min-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display:none!important
    }
}

@media (max-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display:none!important
    }
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none!important
}

.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0
}

.elementor-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    padding: .75em
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,.elementor :after,.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    background-color: transparent;
    margin: 0
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,.elementor iframe,.elementor object,.elementor video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-video-container {
    pointer-events: none;
    transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-background-video-hosted {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay {
    inset: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    inset: 0;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width:100%
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width:100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full,.elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-right {
    text-align: right
}

.elementor-align-left {
    text-align: left
}

.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.elementor-custom-embed-play i {
    color: #fff;
    font-size: 100px;
    text-shadow: 1px 0 6px rgba(0,0,0,.3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
}

.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-duration: 10s;
    transition-property: transform;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width: -1) {
    .elementor-widescreen-align-center {
        text-align:center
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-laptop-align-center {
        text-align:center
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 1200px) {
    .elementor-tablet_extra-align-center {
        text-align:center
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align:center
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-mobile_extra-align-center {
        text-align:center
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align:center
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap:wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height:100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: var(--kit-widget-spacing,20px)
}

.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    display: flex;
    min-height: 1px;
    position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
        width:10%
    }

    .elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width:10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width:10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width:10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width: -1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1201px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:1200px) {
    .elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order:0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order:0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width: -1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display:inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display:inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 1200px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display:inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display:inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display:inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display:inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 1201px) {
    #elementor-device-mode:after {
        content:"desktop"
    }
}

@media (min-width: -1) {
    #elementor-device-mode:after {
        content:"widescreen"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"laptop"
    }
}

@media (max-width: 1200px) {
    #elementor-device-mode:after {
        content:"tablet_extra"
    }
}

@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content:"tablet"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"mobile_extra"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content:"mobile"
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --row-gap: var(--widgets-spacing-row,20px);
    --column-gap: var(--widgets-spacing-column,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    border-radius: var(--border-radius);
    height: var(--height);
    min-height: var(--min-height);
    min-width: 0;
    overflow: var(--overflow);
    position: var(--position);
    width: var(--width);
    z-index: var(--z-index);
    --flex-wrap-mobile: wrap;
    margin-block-end:var(--margin-block-end);margin-block-start: var(--margin-block-start);
    margin-inline-end:var(--margin-inline-end);margin-inline-start: var(--margin-inline-start);
    padding-inline-end:var(--padding-inline-end);padding-inline-start: var(--padding-inline-start)
}

.e-con:not(.e-div-block-base) {
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)
}

.e-con {
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,.e-con>.e-con-inner {
    padding-block-end:var(--padding-block-end);padding-block-start: var(--padding-block-start);
    text-align: var(--text-align)
}

.e-con-full.e-flex,.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,.e-con.e-grid>.e-con-inner {
    align-content: var(--grid-align-content);
    align-items: var(--align-items);
    grid-auto-flow: var(--grid-auto-flow);
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal
}

.e-con-boxed.e-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: legacy
}

.e-con-boxed {
    gap: initial;
    text-align: initial
}

.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
    align-items: var(--align-items);
    justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end:0;padding-inline-start:0;width: 100%
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%,var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end:0}

.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    border-block-end-width:var(--border-block-end-width);border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width:var(--border-inline-end-width);border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition,.3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%)
}

.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}

.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
    border-block-end-width:var(--border-block-end-width);border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width:var(--border-inline-end-width);border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
    left: calc(0px - var(--border-left-width));
    top: calc(0px - var(--border-top-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%)
}

@media (max-width: 767px) {
    :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
        display:none
    }
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

@media (max-width: 767px) {
    .e-con.e-flex {
        --width:100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }

    .e-con.e-flex .elementor-widget-archive-posts {
        width: 100%
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    align-items: center;
    flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end:20px;text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end:10px}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    color: red;
    content: "*";
    padding-inline-start:.2em}

.elementor-field-textual {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-style: normal;
    font-weight: 400;
    margin-inline-end:5px;vertical-align: middle
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    border: none;
    padding-block-end:0;padding-block-start:0}

.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)) {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-button-icon {
    align-items: center;
    display: flex
}

.elementor-button-icon svg {
    height: auto;
    width: 1em
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 20px
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px
}

.elementor-button.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px
}

.elementor-button.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 50px
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
    background-color: #69727d;
    color: #fff;
    padding: .5em;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    background-color: transparent;
    border: 3px solid #69727d;
    color: #69727d;
    padding: .5em
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.elementor-icon i:before,.elementor-icon svg:before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)) {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display:none
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display:none
    }
}

@media (min-width: 1025px) and (max-width:1200px) {
    .elementor .elementor-hidden-tablet_extra {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop {
        display:none
    }
}

@media (min-width: 1201px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display:none
    }
}

@media (min-width: -1) {
    .elementor .elementor-hidden-widescreen {
        display:none
    }
}

.elementor-kit-4618 {
    --e-global-color-primary: #54595F;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #0087C3;
    --e-global-color-3e0dad2: #0087C3;
    --e-global-color-20f8ef7: #465972;
    --e-global-color-8d156b2: #A6C3E2;
    --e-global-color-12601a6: #FFFFFF;
    --e-global-color-77aa3d1: #A6CDE240;
    --e-global-color-3e44b26: #000000;
    --e-global-color-89872e3: #CBC7C712;
    --e-global-color-6731b05: #26A9E0;
    --e-global-color-3618814: #0086C2;
    --e-global-color-1ec4226: #204D72;
    --e-global-color-7266362: #465973;
    --e-global-color-2d123ba: #EBF6FB;
    --e-global-color-6cf7b93: #D4EEF9;
    --e-global-color-3b83caf: #FFFFFF00;
    --e-global-color-8c1192f: #FFFFFF;
    --e-global-color-7609047: #0080C0;
    --e-global-color-6c61918: #F4F4F4;
    --e-global-typography-primary-font-family: "Poppins";
    --e-global-typography-primary-font-size: 35px;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-primary-text-decoration: none;
    --e-global-typography-primary-line-height: 1.3em;
    --e-global-typography-secondary-font-family: "Poppins";
    --e-global-typography-secondary-font-size: 16px;
    --e-global-typography-secondary-font-weight: 300;
    --e-global-typography-secondary-text-decoration: none;
    --e-global-typography-secondary-line-height: 1.3em;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 500;
    --e-global-typography-text-line-height: 1.6em;
    --e-global-typography-accent-font-family: "Poppins";
    --e-global-typography-accent-font-size: 12px;
    --e-global-typography-accent-font-weight: 300;
    --e-global-typography-accent-line-height: 1.2em;
    --e-global-typography-3afd3bc-font-size: clamp(1.75rem, 1.525rem + 1.125vw, 2.875rem);
    --e-global-typography-3afd3bc-font-weight: 500;
    --e-global-typography-3afd3bc-text-transform: uppercase;
    --e-global-typography-3afd3bc-line-height: 1em;
    --e-global-typography-28abcd2-font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
    --e-global-typography-28abcd2-font-weight: 700;
    --e-global-typography-28abcd2-line-height: 1.25em;
    --e-global-typography-ac63de3-font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
    --e-global-typography-ac63de3-font-weight: 500;
    --e-global-typography-ac63de3-text-transform: uppercase;
    --e-global-typography-ac63de3-line-height: 1em;
    --e-global-typography-45f9113-font-size: 20px;
    --e-global-typography-45f9113-font-weight: 600;
    --e-global-typography-45f9113-line-height: 1.5em;
    --e-global-typography-f41242a-font-size: 12px;
    --e-global-typography-f41242a-font-weight: 500;
    --e-global-typography-f41242a-line-height: 1.8em;
    --e-global-typography-1346c60-font-size: clamp(1.5rem, 1.325rem + 0.875vw, 2.375rem);
    --e-global-typography-1346c60-font-weight: 700;
    --e-global-typography-1346c60-text-transform: uppercase;
    --e-global-typography-1346c60-line-height: 1.2em;
    background-color: var(--e-global-color-12601a6);
    color: var(--e-global-color-1ec4226);
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.6em
}

.elementor-kit-4618 button,.elementor-kit-4618 input[type="button"],.elementor-kit-4618 input[type="submit"],.elementor-kit-4618 .elementor-button {
    background-color: var(--e-global-color-3b83caf);
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3em;
    color: var(--e-global-color-6731b05);
    padding: 0 0 0 0
}

.elementor-kit-4618 e-page-transition {
    background-color: #FFBC7D
}

.elementor-kit-4618 p {
    margin-bottom: 1em
}

.elementor-kit-4618 h1 {
    color: var(--e-global-color-1ec4226);
    font-size: var(--e-global-typography-3afd3bc-font-size);
    font-weight: var(--e-global-typography-3afd3bc-font-weight);
    text-transform: var(--e-global-typography-3afd3bc-text-transform);
    line-height: var(--e-global-typography-3afd3bc-line-height)
}

.elementor-kit-4618 h2 {
    color: var(--e-global-color-1ec4226);
    font-size: var(--e-global-typography-28abcd2-font-size);
    font-weight: var(--e-global-typography-28abcd2-font-weight);
    line-height: var(--e-global-typography-28abcd2-line-height)
}

.elementor-kit-4618 h3 {
    color: var(--e-global-color-1ec4226);
    font-size: var(--e-global-typography-ac63de3-font-size);
    font-weight: var(--e-global-typography-ac63de3-font-weight);
    text-transform: var(--e-global-typography-ac63de3-text-transform);
    line-height: var(--e-global-typography-ac63de3-line-height)
}

.elementor-kit-4618 h4 {
    color: var(--e-global-color-1ec4226);
    font-size: var(--e-global-typography-45f9113-font-size);
    font-weight: var(--e-global-typography-45f9113-font-weight);
    line-height: var(--e-global-typography-45f9113-line-height)
}

.elementor-kit-4618 h5 {
    color: #7A7A7A;
    font-family: "Poppins",Sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.1em
}

.elementor-kit-4618 h6 {
    color: #7A7A7A;
    font-family: "Poppins",Sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.1em
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1920px
}

.e-con {
    --container-max-width: 1920px;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px
}

.elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

.elementor-element {
    --widgets-spacing: 0px 0px;
    --widgets-spacing-row: 0px;
    --widgets-spacing-column: 0px
}

{
}

h1.entry-title {
    display: var(--page-title-display)
}

.elementor-lightbox {
    --lightbox-header-icons-size: 0px
}

.site-header {
    padding-inline-end:0;padding-inline-start:0}

.site-header .site-branding .site-logo img {
    width: 241px;
    max-width: 241px
}

.site-header .site-navigation ul.menu li a {
    color: var(--e-global-color-primary)
}

.site-header .site-navigation-toggle .site-navigation-toggle-icon {
    color: var(--e-global-color-accent)
}

.site-header .site-navigation .menu li {
    font-family: "Montserrat",Sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 23px
}

@media(max-width: 1200px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width:1200px
    }

    .e-con {
        --container-max-width: 1200px
    }
}

@media(max-width: 1024px) {
    .elementor-kit-4618 {
        --e-global-typography-secondary-font-size:18px
    }

    .elementor-kit-4618 h1 {
        font-size: var(--e-global-typography-3afd3bc-font-size);
        line-height: var(--e-global-typography-3afd3bc-line-height)
    }

    .elementor-kit-4618 h2 {
        font-size: var(--e-global-typography-28abcd2-font-size);
        line-height: var(--e-global-typography-28abcd2-line-height)
    }

    .elementor-kit-4618 h3 {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-kit-4618 h4 {
        font-size: var(--e-global-typography-45f9113-font-size);
        line-height: var(--e-global-typography-45f9113-line-height)
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }

    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width: 767px) {
    .elementor-kit-4618 {
        --e-global-typography-text-font-size:15px;
        --e-global-typography-text-line-height: 1.7em;
        font-size: 15px;
        line-height: 1.7em
    }

    .elementor-kit-4618 h1 {
        font-size: var(--e-global-typography-3afd3bc-font-size);
        line-height: var(--e-global-typography-3afd3bc-line-height)
    }

    .elementor-kit-4618 h2 {
        font-size: var(--e-global-typography-28abcd2-font-size);
        line-height: var(--e-global-typography-28abcd2-line-height)
    }

    .elementor-kit-4618 h3 {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-kit-4618 h4 {
        font-size: var(--e-global-typography-45f9113-font-size);
        line-height: var(--e-global-typography-45f9113-line-height)
    }

    .elementor-kit-4618 button,.elementor-kit-4618 input[type="button"],.elementor-kit-4618 input[type="submit"],.elementor-kit-4618 .elementor-button {
        line-height: 1.4em
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }

    .e-con {
        --container-max-width: 767px
    }
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(https://forwardvision.com/wp-content/uploads/2023/12/Montserrat-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url(https://forwardvision.com/wp-content/uploads/2023/12/Montserrat-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(https://forwardvision.com/wp-content/uploads/2023/12/Montserrat-Bold.ttf) format('truetype')
}

#jp-post-flair {
    padding-top: .5em
}

div.sharedaddy,#content div.sharedaddy,#main div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em 0;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700
}

div.sharedaddy h3.sd-title::before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #dcdcde;
    margin-bottom: 1em
}

div.jetpack-likes-widget-wrapper {
    width: 100%;
    min-height: 50px;
    position: relative
}

div.jetpack-likes-widget-wrapper .sd-link-color {
    font-size: 12px
}

div.jetpack-comment-likes-widget-wrapper {
    width: 100%;
    position: relative;
    min-height: 31px
}

div.jetpack-comment-likes-widget-wrapper iframe {
    margin-bottom: 0
}

#likes-other-gravatars {
    display: none;
    position: absolute;
    padding: 9px 12px 10px 12px;
    background-color: #fff;
    border: solid 1px #dcdcde;
    border-radius: 4px;
    box-shadow: none;
    min-width: 220px;
    max-height: 240px;
    height: auto;
    overflow: auto;
    z-index: 1000
}

#likes-other-gravatars * {
    line-height: normal
}

#likes-other-gravatars .likes-text {
    color: #101517;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 8px
}

#likes-other-gravatars ul,#likes-other-gravatars li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none
}

#likes-other-gravatars li::before {
    content: ""
}

#likes-other-gravatars ul.wpl-avatars {
    overflow: auto;
    display: block;
    max-height: 190px
}

#likes-other-gravatars ul.wpl-avatars li {
    width: 196px;
    height: 28px;
    float: none;
    margin: 0 0 4px 0
}

#likes-other-gravatars ul.wpl-avatars li a {
    margin: 0 2px 0 0;
    border-bottom: none!important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

#likes-other-gravatars ul.wpl-avatars li a span {
    font-size: 12px;
    color: #2C3338;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#likes-other-gravatars ul.wpl-avatars li a img {
    background: none;
    border: none;
    border-radius: 50%;
    margin: 0!important;
    padding: 1px!important;
    position: static;
    box-sizing: border-box
}

div.sd-box {
    border-top: 1px solid #dcdcde;
    border-top: 1px solid rgb(0 0 0 / .13)
}

.jetpack-likes-widget-unloaded .likes-widget-placeholder,.jetpack-likes-widget-loading .likes-widget-placeholder,.jetpack-likes-widget-loaded iframe {
    display: block
}

.jetpack-likes-widget-loaded .likes-widget-placeholder,.jetpack-likes-widget-unloaded iframe,.jetpack-likes-widget-loading iframe {
    display: none
}

.entry-content .post-likes-widget,.post-likes-widget,.comment-likes-widget {
    margin: 0;
    border-width: 0
}

.post-likes-widget-placeholder,.comment-likes-widget-placeholder {
    margin: 0;
    border-width: 0;
    position: relative
}

.comment-likes-widget-placeholder {
    height: 18px;
    position: absolute;
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

.comment-likes-widget-placeholder::before {
    color: #2EA2CC;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    padding-right: 5px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    // stylelint-disable-next-line function-url-quotes -- quotes are required here. Bug report: https://github.com/stylelint/stylelint/issues/8544 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")
}

.post-likes-widget-placeholder .button {
    display: none
}

.post-likes-widget-placeholder .loading,.comment-likes-widget-placeholder .loading {
    color: #999;
    font-size: 12px
}

.comment-likes-widget-placeholder .loading {
    padding-left: 5px;
    margin-top: 4px;
    align-self: center;
    color: #4E4E4E
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
    display: none
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
    width: 100%;
    float: none;
    position: absolute;
    top: 0
}

.comment-likes-widget {
    width: 100%
}

.pd-rating,.cs-rating {
    display: block!important
}

.sd-gplus .sd-title {
    display: none
}

@media print {
    .jetpack-likes-widget-wrapper {
        display: none
    }
}

/*! elementor - v3.29.0 - 15-05-2025 */
.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    display: inline-block;
    vertical-align: middle
}

.site-main .menu-navigation-container {
    overflow: visible
}

.elementor-item:after,.elementor-item:before {
    display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0
}

.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before {
    transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before {
    background-color: #3f444b;
    height: 3px;
    left: 0;
    width: 100%;
    z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    height: 0;
    left: 50%;
    width: 0
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px
}

.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover {
    transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before {
    content: "";
    top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: -20px;
    width: 10px
}

.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after {
    bottom: 0;
    content: ""
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    inset-inline-start: 100%;
    width: 10px
}

.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before {
    background: transparent;
    border: 3px solid #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.e--pointer-framed .elementor-item:before {
    content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before {
    transition: opacity .2s,transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before {
    height: 3px;
    width: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    transition: width .1s .2s,height .1s .3s,opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 3px 3px 0 0;
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    top: auto;
    transition: width .1s,height .1s .1s,opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    height: 100%;
    width: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    transition: opacity .02s,height .1s,width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    transition: opacity .02s .2s,height .1s .2s,width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before {
    height: 3px;
    width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 3px 3px 0;
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    top: auto
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
    height: 100%;
    transition: opacity 2ms,width .4s,height .4s;
    width: 100%
}

.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover {
    transition-duration: 0s
}

.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before {
    content: "";
    transition: .3s
}

.e--pointer-background .elementor-item:before {
    background: #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover {
    color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
    transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before {
    opacity: 1;
    transform: scale(1)
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.2);
    transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
    transition: opacity .15s,transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 50%;
    right: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    background: #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    bottom: 100%;
    top: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    bottom: 0;
    top: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
    bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
    top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
    left: 100%;
    right: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    left: 0;
    right: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
    left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
    right: 50%
}

.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover {
    transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover {
    transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover {
    transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover {
    transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover {
    transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover {
    transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover {
    transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover {
    transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
    transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    border-style: solid;
    border-width: 0;
    padding: 0;
    position: absolute;
    width: 12em
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
    background: #fff;
    display: none;
    height: 20px;
    overflow: hidden;
    position: absolute;
    visibility: hidden
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
    border: 8px dashed transparent;
    border-bottom: 8px solid #33373d;
    height: 0;
    left: 50%;
    margin-inline-start:-8px;overflow: hidden;
    position: absolute;
    top: -2px;
    width: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    border-color: #33373d transparent transparent;
    border-style: solid dashed dashed;
    top: 6px
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg)
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em
}

.elementor-nav-menu--layout-horizontal {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    flex-grow: 1;
    white-space: nowrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
    top: 100%!important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
    margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    left:var(--e-nav-menu-horizontal-menu-item-margin)!important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
    margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}


.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child)::after
 {
    align-self:center;
    border-color: var(--e-nav-menu-divider-color,#000);
    border-left-style: var(--e-nav-menu-divider-style,solid);
    border-left-width: var(--e-nav-menu-divider-width,2px);
    content: var(--e-nav-menu-divider-content,none);
    height: var(--e-nav-menu-divider-height,35%)
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    justify-content: flex-end;
    margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    justify-content: flex-start;
    margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
}

.elementor-nav-menu__align-start .elementor-nav-menu {
    justify-content: flex-start;
    margin-inline-end:auto}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
}

.elementor-nav-menu__align-end .elementor-nav-menu {
    justify-content: flex-end;
    margin-inline-start:auto}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    justify-content: center;
    margin-inline-end:auto;margin-inline-start:auto}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
    display: none
}

.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
    display: flex;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

.elementor-nav-menu:after {
    clear: both;
    content: " ";
    display: block;
    font: 0/0 serif;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul {
    display: block;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.elementor-nav-menu ul {
    display: none
}

.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover {
    border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover {
    border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover {
    border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
}

.elementor-nav-menu a,.elementor-nav-menu li {
    position: relative
}

.elementor-nav-menu li {
    border-width: 0
}

.elementor-nav-menu a {
    align-items: center;
    display: flex
}

.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover {
    line-height: 20px;
    padding: 10px 20px
}

.elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu a.disabled {
    color: #88909b;
    cursor: not-allowed
}

.elementor-nav-menu .e-plus-icon:before {
    content: "+"
}

.elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end:-10px;margin-block-start:-10px;padding: 10px;
    padding-inline-end:0}

.elementor-nav-menu .sub-arrow i {
    pointer-events: none
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: .7em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: .7em;
    width: .7em
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover {
    background-color: #3f444b;
    color: #fff
}

.elementor-menu-toggle {
    align-items: center;
    background-color: rgba(0,0,0,.05);
    border: 0 solid;
    border-radius: 3px;
    color: #33373d;
    cursor: pointer;
    display: flex;
    font-size: var(--nav-menu-icon-size,22px);
    justify-content: center;
    padding: .25em
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none
}

.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em;
    width: 1em
}

.elementor-menu-toggle svg {
    height: auto;
    width: 1em;
    fill: var(--nav-menu-icon-color,currentColor)
}

span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open {
    line-height: 1
}

.elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
    display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s,transform .3s
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: .85em
}

.elementor-nav-menu--dropdown a {
    color: #33373d
}

.elementor-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
    color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start:8px solid transparent;text-shadow: none
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    justify-content: center
}

.elementor-nav-menu--toggle {
    --menu-height: 100vh
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0)
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    animation: hide-scroll .3s backwards;
    max-height: var(--menu-height);
    transform: scaleY(1)
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997
}

@media (max-width: 767px) {
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
        display:none
    }
}

@media (min-width: 768px) {
    .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
        display:none
    }

    .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width: -1) {
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
        display:none
    }
}

@media (min-width: -1) {
    .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
        display:none
    }

    .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display:none
    }
}

@media (min-width: 1025px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display:none
    }

    .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width: 1200px) {
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
        display:none
    }
}

@media (min-width: 1201px) {
    .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
        display:none
    }

    .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@keyframes hide-scroll {
    0%,to {
        overflow: hidden
    }
}

.elementor-sticky--active {
    z-index: 99
}

.elementor-sticky__spacer .e-n-menu .e-n-menu-content {
    display: none
}

.e-con.elementor-sticky--active {
    z-index: var(--z-index,99)
}

/*! elementor - v3.29.0 - 15-05-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap,5px);
    grid-row-gap: var(--grid-row-gap,5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content,center);
    justify-items: var(--justify-content,center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size,25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    color: #fff;
    opacity: .9
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #69727d
}

.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-threads {
    background-color: #000
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-x-twitter {
    background-color: #000
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap));
    width: auto
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap));
        width: auto
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap));
        width: auto
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

/*! elementor - v3.29.0 - 15-05-2025 */
.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width,var(--spacer-size));
    --align-self: var( --container-widget-align-self,initial );
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height,var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height,var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty {
    min-height: 22px;
    min-width: 22px;
    position: relative
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    height: 22px;
    inset: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    width: 22px
}

/*! elementor - v3.29.0 - 15-05-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-element,.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button {
    color: hsla(0,0%,93%,.9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0,0%,93%,.9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0,-50%,1px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

/*! elementor - v3.29.0 - 15-05-2025 */
.elementor-widget-image-carousel .swiper {
    position: static
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

.elementor-131 .elementor-element.elementor-element-1e868e5d {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap
}

.elementor-131 .elementor-element.elementor-element-7ff6c6b1 img {
    width: 100%
}

.elementor-131 .elementor-element.elementor-element-16561a6e {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --overflow: hidden
}

.elementor-131 .elementor-element.elementor-element-7b205e1a img {
    width: 100%
}

.elementor-131 .elementor-element.elementor-element-7926aa25 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap
}

.elementor-131 .elementor-element.elementor-element-81b2edc {
    --spacer-size: 100px
}

.elementor-131 .elementor-element.elementor-element-ca5a5af {
    text-align: center
}

.elementor-131 .elementor-element.elementor-element-cd27b90 {
    --spacer-size: 75px
}

.elementor-131 .elementor-element.elementor-element-1a800e47 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: space-between;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --flex-wrap: wrap;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-131 .elementor-element.elementor-element-1a800e47:not(.elementor-motion-effects-element-type-background),.elementor-131 .elementor-element.elementor-element-1a800e47>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--e-global-color-6c61918)
}

.elementor-131 .elementor-element.elementor-element-6d5d9bd5 {
    --display: flex
}

.elementor-131 .elementor-element.elementor-element-4f76b373 img {
    width: 100%
}

.elementor-131 .elementor-element.elementor-element-3441cba8 {
    margin: 25px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-3441cba8 .elementor-heading-title {
    font-size: var(--e-global-typography-ac63de3-font-size);
    font-weight: var(--e-global-typography-ac63de3-font-weight);
    text-transform: var(--e-global-typography-ac63de3-text-transform);
    line-height: var(--e-global-typography-ac63de3-line-height)
}

.elementor-131 .elementor-element.elementor-element-2091e74b {
    margin: 20px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-680c3d76 {
    margin: 25px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-4035af18 {
    --display: flex
}

.elementor-131 .elementor-element.elementor-element-361b4a2 img {
    width: 100%
}

.elementor-131 .elementor-element.elementor-element-49fae207 {
    margin: 25px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-49fae207 .elementor-heading-title {
    font-size: var(--e-global-typography-ac63de3-font-size);
    font-weight: var(--e-global-typography-ac63de3-font-weight);
    text-transform: var(--e-global-typography-ac63de3-text-transform);
    line-height: var(--e-global-typography-ac63de3-line-height)
}

.elementor-131 .elementor-element.elementor-element-798c4386 {
    margin: 20px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-28753bd4 {
    margin: 25px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-29050592 {
    --display: flex
}

.elementor-131 .elementor-element.elementor-element-3fab869e img {
    width: 100%
}

.elementor-131 .elementor-element.elementor-element-2c169f56 {
    margin: 25px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-2c169f56 .elementor-heading-title {
    font-size: var(--e-global-typography-ac63de3-font-size);
    font-weight: var(--e-global-typography-ac63de3-font-weight);
    text-transform: var(--e-global-typography-ac63de3-text-transform);
    line-height: var(--e-global-typography-ac63de3-line-height)
}

.elementor-131 .elementor-element.elementor-element-18598626 {
    margin: 20px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-6269ffe5 {
    margin: 25px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0
}

.elementor-131 .elementor-element.elementor-element-29c15ba3 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 5px 5px;
    --row-gap: 5px;
    --column-gap: 5px;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-131 .elementor-element.elementor-element-29c15ba3:not(.elementor-motion-effects-element-type-background),.elementor-131 .elementor-element.elementor-element-29c15ba3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--e-global-color-12601a6)
}

.elementor-131 .elementor-element.elementor-element-77239718 .elementor-heading-title {
    font-size: var(--e-global-typography-3afd3bc-font-size);
    font-weight: var(--e-global-typography-3afd3bc-font-weight);
    text-transform: var(--e-global-typography-3afd3bc-text-transform);
    line-height: var(--e-global-typography-3afd3bc-line-height)
}

.elementor-131 .elementor-element.elementor-element-5e97ed54 {
    text-align: center
}

.elementor-131 .elementor-element.elementor-element-6be69f05 {
    --e-image-carousel-slides-to-show: 7
}

.elementor-131 .elementor-element.elementor-element-6be69f05 .swiper-wrapper {
    display: flex;
    align-items: center
}

@media(max-width: 1200px) {
    .elementor-131 .elementor-element.elementor-element-6be69f05 {
        --e-image-carousel-slides-to-show:6
    }
}

@media(max-width: 1024px) {
    .elementor-131 .elementor-element.elementor-element-1a800e47 {
        --gap:0px 0px;
        --row-gap: 0px;
        --column-gap: 0px
    }

    .elementor-131 .elementor-element.elementor-element-3441cba8 .elementor-heading-title {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-49fae207 .elementor-heading-title {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-2c169f56 .elementor-heading-title {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-29c15ba3 {
        --margin-top: 2%;
        --margin-bottom: 0%;
        --margin-left: 0%;
        --margin-right: 0%;
        --padding-top: 5%;
        --padding-bottom: 5%;
        --padding-left: 5%;
        --padding-right: 5%
    }

    .elementor-131 .elementor-element.elementor-element-77239718 .elementor-heading-title {
        font-size: var(--e-global-typography-3afd3bc-font-size);
        line-height: var(--e-global-typography-3afd3bc-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-6be69f05 {
        --e-image-carousel-slides-to-show: 5
    }
}

@media(max-width: 767px) {
    .elementor-131 .elementor-element.elementor-element-7b205e1a {
        margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;
        padding: 0 0 0 0
    }

    .elementor-131 .elementor-element.elementor-element-7b205e1a img {
        height: 100%
    }

    .elementor-131 .elementor-element.elementor-element-81b2edc {
        --spacer-size: 50px
    }

    .elementor-131 .elementor-element.elementor-element-cd27b90 {
        --spacer-size: 50px
    }

    .elementor-131 .elementor-element.elementor-element-1a800e47 {
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .elementor-131 .elementor-element.elementor-element-6d5d9bd5 {
        --padding-top: 0px;
        --padding-bottom: 50px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .elementor-131 .elementor-element.elementor-element-3441cba8 .elementor-heading-title {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-4035af18 {
        --padding-top: 0px;
        --padding-bottom: 50px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .elementor-131 .elementor-element.elementor-element-49fae207 .elementor-heading-title {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-2c169f56 .elementor-heading-title {
        font-size: var(--e-global-typography-ac63de3-font-size);
        line-height: var(--e-global-typography-ac63de3-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-29c15ba3 {
        --margin-top: 0%;
        --margin-bottom: 0%;
        --margin-left: 0%;
        --margin-right: 0%;
        --padding-top: 10%;
        --padding-bottom: 10%;
        --padding-left: 5%;
        --padding-right: 5%
    }

    .elementor-131 .elementor-element.elementor-element-77239718 .elementor-heading-title {
        font-size: var(--e-global-typography-3afd3bc-font-size);
        line-height: var(--e-global-typography-3afd3bc-line-height)
    }

    .elementor-131 .elementor-element.elementor-element-6be69f05 {
        --e-image-carousel-slides-to-show: 4
    }
}

@media(min-width: 768px) {
    .elementor-131 .elementor-element.elementor-element-6d5d9bd5 {
        --width:30%
    }

    .elementor-131 .elementor-element.elementor-element-4035af18 {
        --width: 30%
    }

    .elementor-131 .elementor-element.elementor-element-29050592 {
        --width: 30%
    }
}

.elementor-131 .elementor-element.elementor-element-7ff6c6b1 img {
    aspect-ratio: 1920 / 435;
    object-fit: cover
}

.elementor-131 .elementor-element.elementor-element-7b205e1a img {
    max-height: 100%;
    object-fit: cover
}

.elementor-131 .elementor-element.elementor-element-1a800e47 img {
    aspect-ratio: 554 / 396
}

.elementor-131 .elementor-element.elementor-element-5e97ed54 {
    max-width: min(946, 100%)
}

.elementor-131 .elementor-element.elementor-element-6be69f05 img {
    user-select: none;
    cursor: grab
}

.elementor-5030 .elementor-element.elementor-element-18e2e3b {
    --display: flex;
    --min-height: 130px;
    --flex-direction: row;
    --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: space-between;
    --align-items: center;
    border-style: solid;
    --border-style: solid;
    border-width: 0 0 7px 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 7px;
    --border-left-width: 0px;
    border-color: var(--e-global-color-6731b05);
    --border-color: var( --e-global-color-6731b05 )
}

.elementor-5030 .elementor-element.elementor-element-18e2e3b:not(.elementor-motion-effects-element-type-background),.elementor-5030 .elementor-element.elementor-element-18e2e3b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--e-global-color-8c1192f)
}

.elementor-5030 .elementor-element.elementor-element-1ac15d24 img {
    width: min(322px, 15vw)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-menu-toggle {
    margin-left: auto;
    background-color: var(--e-global-color-3b83caf)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu .elementor-item {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-3618814);
    fill: var(--e-global-color-3618814)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-menu-toggle {
    color: var(--e-global-color-3618814);
    fill: var(--e-global-color-3618814)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown {
    background-color: var(--e-global-color-8c1192f);
    border-style: none
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a:hover,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a:focus,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a.elementor-item-active,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a.highlighted,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-menu-toggle:hover,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-menu-toggle:focus {
    color: var(--e-global-color-3618814)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a:hover,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a:focus,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a.elementor-item-active,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a.highlighted {
    background-color: var(--e-global-color-8c1192f)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown a.elementor-item-active {
    color: var(--e-global-color-3618814);
    background-color: var(--e-global-color-8c1192f)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--main .elementor-nav-menu--dropdown,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    box-shadow: 0 3px 10px -7px rgb(0 0 0 / .5)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-nav-menu--dropdown li:not(:last-child) {
    border-style: none
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c div.elementor-menu-toggle {
    color: var(--e-global-color-7266362)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c div.elementor-menu-toggle svg {
    fill: var(--e-global-color-7266362)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c div.elementor-menu-toggle:hover,.elementor-5030 .elementor-element.elementor-element-773f8a5c div.elementor-menu-toggle:focus {
    color: var(--e-global-color-7266362)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c div.elementor-menu-toggle:hover svg,.elementor-5030 .elementor-element.elementor-element-773f8a5c div.elementor-menu-toggle:focus svg {
    fill: var(--e-global-color-7266362)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-menu-toggle:hover,.elementor-5030 .elementor-element.elementor-element-773f8a5c .elementor-menu-toggle:focus {
    background-color: var(--e-global-color-3b83caf)
}

.elementor-theme-builder-content-area {
    height: 400px
}

.elementor-location-header:before,.elementor-location-footer:before {
    content: "";
    display: table;
    clear: both
}

@media(max-width: 1024px) {
    .elementor-5030 .elementor-element.elementor-element-18e2e3b {
        --min-height:64px;
        border-width: 0 0 4px 0;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 4px;
        --border-left-width: 0px;
        --padding-top: 10px;
        --padding-bottom: 5px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .elementor-5030 .elementor-element.elementor-element-1ac15d24 img {
        width: 148px
    }
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu {
    display: flex;
    column-gap: min(40px, 3vw)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c a,.elementor-5030 .elementor-element.elementor-element-773f8a5c a:hover,.elementor-5030 .elementor-element.elementor-element-773f8a5c a:focus {
    padding: 0
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c a:hover {
    color: var(--e-global-color-1ec422)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c li.menu-item a {
    position: relative
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c li.current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: var(--e-global-color-7609047);
    border: none
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(5),.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(6) {
    padding-left: 26px
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(5)::before,.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(6)::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(5)::before {
    background-image: url(https://forwardvision.com/wp-content/uploads/2023/11/icon.svg)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(6)::before {
    background-image: url(https://forwardvision.com/wp-content/uploads/2023/11/icon-1.svg)
}

.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(5) a,.elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(6) a {
    color: var(--e-global-color-1ec4226)!important
}

@media (min-width: 1025px) {
    .elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(5) {
        padding-left:66px;
        border-left: 1px solid var(--e-global-color-6731b05)
    }

    .elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu li:nth-of-type(5)::before {
        left: 40px
    }
}

@media (max-width: 1024px) {
    .elementor-5030 .elementor-element.elementor-element-773f8a5c ul.elementor-nav-menu {
        flex-direction:column;
        align-items: center;
        padding: 1rem;
        gap: 40px
    }
}

.elementor-4547 .elementor-element.elementor-element-2166c226 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    border-style: solid;
    --border-style: solid;
    border-width: 7px 0 0 0;
    --border-top-width: 7px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: var(--e-global-color-6731b05);
    --border-color: var( --e-global-color-6731b05 );
    --padding-top: 78px;
    --padding-bottom: 78px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-4547 .elementor-element.elementor-element-2166c226:not(.elementor-motion-effects-element-type-background),.elementor-4547 .elementor-element.elementor-element-2166c226>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--e-global-color-2d123ba)
}

.elementor-4547 .elementor-element.elementor-element-3c7fdb4e img {
    width: 420px
}

.elementor-4547 .elementor-element.elementor-element-682b1964 {
    padding: 46px 0 0 0;
    --e-nav-menu-divider-content: "";
    --e-nav-menu-divider-style: solid;
    --e-nav-menu-divider-height: 45%;
    --e-nav-menu-divider-color: var( --e-global-color-6731b05 );
    --e-nav-menu-horizontal-menu-item-margin: calc( 60px / 2 )
}

.elementor-4547 .elementor-element.elementor-element-682b1964 .elementor-nav-menu .elementor-item {
    font-family: "Montserrat",Sans-serif;
    text-transform: uppercase
}

.elementor-4547 .elementor-element.elementor-element-682b1964 .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-1ec4226);
    fill: var(--e-global-color-1ec4226);
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.elementor-4547 .elementor-element.elementor-element-682b1964 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 60px
}

.elementor-4547 .elementor-element.elementor-element-b1c1d15 {
    --grid-template-columns: repeat(0, auto);
    text-align: center;
    padding: 46px 0 0 0;
    --icon-size: 34px;
    --grid-column-gap: 10px;
    --grid-row-gap: 0px
}

.elementor-4547 .elementor-element.elementor-element-b1c1d15 .elementor-social-icon {
    background-color: var(--e-global-color-3b83caf)
}

.elementor-4547 .elementor-element.elementor-element-b1c1d15 .elementor-social-icon i {
    color: var(--e-global-color-3b83caf)
}

.elementor-4547 .elementor-element.elementor-element-b1c1d15 .elementor-social-icon svg {
    fill: var(--e-global-color-3b83caf)
}

.elementor-4547 .elementor-element.elementor-element-734279cd {
    padding: 36px 0 0 0;
    text-align: center;
    font-size: var(--e-global-typography-f41242a-font-size);
    font-weight: var(--e-global-typography-f41242a-font-weight);
    line-height: var(--e-global-typography-f41242a-line-height);
    color: var(--e-global-color-1ec4226)
}

.elementor-theme-builder-content-area {
    height: 400px
}

.elementor-location-header:before,.elementor-location-footer:before {
    content: "";
    display: table;
    clear: both
}

@media(max-width: 1024px) {
    .elementor-4547 .elementor-element.elementor-element-2166c226 {
        border-width:4px 0 0 0;
        --border-top-width: 4px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px
    }

    .elementor-4547 .elementor-element.elementor-element-3c7fdb4e img {
        width: 282px
    }

    .elementor-4547 .elementor-element.elementor-element-734279cd {
        font-size: var(--e-global-typography-f41242a-font-size);
        line-height: var(--e-global-typography-f41242a-line-height)
    }
}

@media(max-width: 767px) {
    .elementor-4547 .elementor-element.elementor-element-2166c226 {
        --padding-top:55px;
        --padding-bottom: 55px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .elementor-4547 .elementor-element.elementor-element-b1c1d15 {
        padding: 30px 0 0 0
    }

    .elementor-4547 .elementor-element.elementor-element-734279cd {
        width: var(--container-widget-width,260px);
        max-width: 260px;
        --container-widget-width: 260px;
        --container-widget-flex-grow: 0;
        font-size: var(--e-global-typography-f41242a-font-size);
        line-height: var(--e-global-typography-f41242a-line-height)
    }

    .elementor-4547 .elementor-element.elementor-element-734279cd.elementor-element {
        --align-self: center
    }
}

@media (max-width: 500px) {
    .elementor-4547 .elementor-element.elementor-element-682b1964 a {
        padding:0!important;
        margin: 0!important;
        display: flex;
        justify-content: center
    }

    .elementor-4547 .elementor-element.elementor-element-682b1964 li.menu-item::after {
        display: none
    }

    .elementor-4547 .elementor-element.elementor-element-682b1964 ul.elementor-nav-menu {
        display: flex;
        flex-direction: column;
        gap: 22px
    }

    .elementor-4547 .elementor-element.elementor-element-682b1964 li.menu-item:not(:first-of-type) {
        padding-top: 22px
    }

    .elementor-4547 .elementor-element.elementor-element-682b1964 li.menu-item:not(:first-of-type)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 20px;
        height: 2px;
        background-color: var(--e-global-color-6731b05);
        transform: translateX(-50%)
    }
}

.elementor-4547 .elementor-element.elementor-element-734279cd a {
    color: currentColor
}

@media (max-width: 767px) {
    .elementor-4547 .elementor-element.elementor-element-734279cd span {
        display:block
    }
}
