@backgroundColor: #F7F5F5;
@primaryColor: #64B6AC;
@secondaryColor: #99B09E;
@successColor: #24C379;
@infoColor: #0CB8DB;
@warningColor: #E7AD00;
@dangerColor: #C52232;
@mainFont: Manrope;
@display1Font: 'Manrope', sans-serif;
@display1Size: 6.25;
@display2Font: 'Manrope', sans-serif;
@display2Size: 5;
@display5Font: 'Inter', sans-serif;
@display5Size: 3.125;
@display7Font: 'Manrope', sans-serif;
@display7Size: 1.125;
@display4Font: 'Manrope', sans-serif;
@display4Size: 1.375;
@isRoundedImages: true;
@isRoundedButtons: true;
@isLargeButtons: true;
@isGhostButtonBorder: true;
@underlinedLinks: false;
@isAnimatedOnScroll: false;
@isScrollToTopButton: false;
@isPublish: false;

@btn-font-size: 1rem;
@btn-border-radius: 30px;
@btn-padding-y: 1.25rem;
@btn-padding-x: 2rem;

@btn-font-size-sm: .8rem;
@btn-border-radius-sm: 30px;
@btn-padding-y-sm: .6rem;
@btn-padding-x-sm: 1.2rem;

@btn-font-size-md: .8rem;
@btn-border-radius-md: 30px;
@btn-padding-y-md: .6rem;
@btn-padding-x-md: 1.2rem;

@btn-font-size-lg: 1rem;
@btn-border-radius-lg: 30px;
@btn-padding-y-lg: 1.25rem;
@btn-padding-x-lg: 2rem;

.btn when (@isGhostButtonBorder) {
    border-width: 2px;
}

img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {

    & when not (@isRoundedImages) {
        border-radius: 0 !important;
    }
    
    & when (@isRoundedImages) {
        border-radius: 2rem !important;
    }
}

.video-wrapper {
    overflow: hidden;
}

// .btn when not (@isLargeButtons) {
//     padding: 0.75rem 1.5rem !important;
// }

// .btn when (@isLargeButtons) {
//     @media (max-width: 767px) {
//         padding: 0.75rem 1.5rem !important;
//     }
// }

// BACKGROUND
body {
    background-color: @backgroundColor;
}

// fix for builder
& when not (@isPublish) {
    .is-builder .template {
       background-color: @backgroundColor;
    }
}

// FONTS

body {
    font-family: @mainFont;
}

.display-1 {
    font-family: @display1Font;
    font-size: @display1Size *1rem;
    line-height: 1.1;
    letter-spacing: -2px;

    >.mbr-iconfont {
        font-size: @display1Size *1.25rem;
    }
}

.display-2 {
    font-family: @display2Font;
    font-size: @display2Size *1rem;
    line-height: 1.1;
    letter-spacing: -2px;

    >.mbr-iconfont {
        font-size: @display2Size *1.25rem;
    }
}

.display-4 {
    font-family: @display4Font;
    font-size: @display4Size *1rem;
    line-height: 1.55;
    letter-spacing: -0.5px;

    >.mbr-iconfont {
        font-size: @display4Size *1.25rem;
    }
}

.display-5 {
    font-family: @display5Font;
    font-size: @display5Size *1rem;
    line-height: 1.1;
    letter-spacing: -0.5px;

    >.mbr-iconfont {
        font-size: @display5Size *1.25rem;
    }
}

.display-7 {
    font-family: @display7Font;
    font-size: @display7Size *1rem;
    line-height: 1.55;
    letter-spacing: -0.5px;

    >.mbr-iconfont {
        font-size: @display7Size *1.25rem;
    }
}

/* ---- Fluid typography for mobile devices ---- */

/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */


@media (max-width: 992px) {
    .display-1 {
        font-size: @display1Size * 0.8rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        @display1Size-min: @display1Size - (@display1Size - 1) * 0.65;
        font-size: @display1Size * 0.7rem;
        font-size:~"calc( @{display1Size-min}rem + (@{display1Size} - @{display1Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.1 * (@{display1Size-min}rem + (@{display1Size} - @{display1Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-2 {
        @display2Size-min: @display2Size - (@display2Size - 1) * 0.65;
        font-size: @display2Size * 0.8rem;
        font-size:~"calc( @{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.3 * (@{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-4 {
        @display4Size-min: @display4Size - (@display4Size - 1) * 0.65;
        font-size: @display4Size * 0.8rem;
        font-size:~"calc( @{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-5 {
        @display5Size-min: @display5Size - (@display5Size - 1) * 0.65;
        font-size: @display5Size * 0.8rem;
        font-size:~"calc( @{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-7 {
        @display7Size-min: @display7Size - (@display7Size - 1) * 0.65;
        font-size: @display7Size * 0.8rem;
        font-size:~"calc( @{display7Size-min}rem + (@{display7Size} - @{display7Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display7Size-min}rem + (@{display7Size} - @{display7Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }
}

/* Buttons */
.button-variant(@background) {
    @color: contrast(@background, darken(@background, 50%), #ffffff, 40%);
    @border: @background;
    @active-color: @color;
    @active-border: @active-background;

    @active-background: if(eq(@background, @color),
        #fafafa,
        lighten(@background, 10%));

    &,
    &:active {
        background-color: @background !important;
        border-color: @border !important;
        color: @color !important;
        box-shadow: none;
    }

    &:hover,
    &:focus,
    &.focus,
    &.active {
        color: inherit;
        background-color: @active-background !important;
        border-color: @active-border !important;
        box-shadow: none;
    }

    &.disabled,
    &:disabled {
        color: @active-color !important;
        background-color: @active-background !important;
        border-color: @active-border !important;
    }
}

.button-outline-variant(@color) {
    @active-color: contrast(@color, darken(@color, 50%), #ffffff, 60%);
    @active-background: @color;
    @new-color: if(eq(@color, @active-color),
        #fafafa,
        darken(@color, 17%));

    &,
    &:active {
        background-color: transparent !important;

        & when (@isGhostButtonBorder) {
            border-color: @color;
        }

        & when not (@isGhostButtonBorder) {
            border-color: transparent;
        }

        color: @color;
    }

    &:hover,
    &:focus,
    &.focus,
    &.active {
        color: @new-color !important;
        background-color: transparent !important;

        & when (@isGhostButtonBorder) {
            border-color: @new-color !important;
        }

        & when not (@isGhostButtonBorder) {
            border-color: transparent !important;
        }

        box-shadow: none !important;
    }

    &.disabled,
    &:disabled {
        color: @active-color !important;
        background-color: @active-background !important;
        border-color: @active-background !important;
    }
}

.plan-variant(@className, @color) {
    &@{className} {

        .mbr-plan-subtitle,
        .mbr-plan-price-desc {
            @max: max(red(@color), green(@color), blue(@color));

            & when (@max > 200) {
                color: lighten(@color, 40%);
            }

            & when (@max > 85) and (@max <=200) {
                color: lighten(@color, 25%);
            }

            & when (@max > 50) and (@max <=85) {
                color: lighten(@color, 45%);
            }

            & when (@max <=50) {
                color: lighten(@color, 70%);
            }
        }
    }
}

.button-size(@btn-padding-y, @btn-padding-x, @btn-font-size, @btn-border-radius) {
    padding: @btn-padding-y @btn-padding-x;
    border-radius: @btn-border-radius;
}

.btn {
    .button-size(@btn-padding-y, @btn-padding-x, @btn-font-size, @btn-border-radius);
    & when not (@isLargeButtons) {
        padding: 0.75rem 1.5rem;
    }
    & when (@isLargeButtons) {
        @media (max-width: 767px) {
            padding: 0.75rem 1.5rem;
        }
    }
}

.btn-sm {
    .button-size(@btn-padding-y-sm, @btn-padding-x-sm, @btn-font-size-sm, @btn-border-radius-sm);
}

.btn-md {
    .button-size(@btn-padding-y-md, @btn-padding-x-md, @btn-font-size-md, @btn-border-radius-md);
}

.btn-lg {
    .button-size(@btn-padding-y-lg, @btn-padding-x-lg, @btn-font-size-lg, @btn-border-radius-lg);
}

.bg-primary {
    background-color: @primaryColor !important;
}

.bg-success {
    background-color: @successColor !important;
}

.bg-info {
    background-color: @infoColor !important;
}

.bg-warning {
    background-color: @warningColor !important;
}

.bg-danger {
    background-color: @dangerColor !important;
}

.btn-primary {
    .button-variant(@primaryColor);
}

.btn-secondary {
    .button-variant(@secondaryColor);
}

.btn-info {
    .button-variant(@infoColor);
}

.btn-success {
    .button-variant(@successColor);
}

.btn-warning {
    .button-variant(@warningColor);
}

.btn-danger {
    .button-variant(@dangerColor);
}

.btn-white {
    .button-variant(#eff0ec);
}

.btn-black {
    .button-variant(#232323);
}

.btn-primary-outline {
    .button-outline-variant(@primaryColor);
}

.btn-secondary-outline {
    .button-outline-variant(@secondaryColor);
}

.btn-info-outline {
    .button-outline-variant(@infoColor);
}

.btn-success-outline {
    .button-outline-variant(@successColor);
}

.btn-warning-outline {
    .button-outline-variant(@warningColor);
}

.btn-danger-outline {
    .button-outline-variant(@dangerColor);
}

.btn-black-outline {
    .button-outline-variant(#232323);
}

.btn-white-outline {
    .button-outline-variant(#fafafa);
}

.text-primary {
    color: @primaryColor !important;
}

.text-secondary {
    color: @secondaryColor !important;
}

.text-success {
    color: @successColor !important;
}

.text-info {
    color: @infoColor !important;
}

.text-warning {
    color: @warningColor !important;
}

.text-danger {
    color: @dangerColor !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: darken(@primaryColor, 20%) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: darken(@secondaryColor, 20%) !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: darken(@successColor, 20%) !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: darken(@infoColor, 20%) !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: darken(@warningColor, 20%) !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: darken(@dangerColor, 20%) !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: darken(#fafafa, 20%) !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: darken(#232323, 20%) !important;
}

& when (@underlinedLinks) {
    a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
        transition: 0.2s;
        position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;
    }
}

& when not (@underlinedLinks) {
    a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
        position: relative;
        background-image: transparent;
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0px 1.2em;
        background-position: -10000px 1.2em;

        &:hover {
            transition: background-position 2s ease-in-out;
            background-image: linear-gradient(currentColor 50%, currentColor 50%);
            background-position: 0px 1.2em;
        }
    }
}

.nav-tabs .nav-link {
    &.active {
        color: @primaryColor;
    }

    &:not(.active) {
        color: #232323;
    }
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: @infoColor;
}

.alert-warning {
    background-color: @warningColor;
}

.alert-danger {
    background-color: @dangerColor;
}

.mbr-section-btn .btn:not(.btn-form) {
    & when (@isRoundedButtons) {
        border-radius: 100px;
    }
}

.mbr-gallery-filter li a when(@isRoundedButtons) {
    border-radius: 100px !important;
}

.mbr-gallery-filter {
    li.active .btn {
        background-color: @primaryColor;
        border-color: @primaryColor;
        color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);

        &:focus {
            box-shadow: none;
        }
    }
}

.nav-tabs .nav-link when(@isRoundedButtons) {
    border-radius: 100px !important;
}

a,
a:hover {
    color: @primaryColor;
}

.mbr-plan-header {
    .plan-variant(~'.bg-primary', @primaryColor);
    .plan-variant(~'.bg-success', @successColor);
    .plan-variant(~'.bg-info', @infoColor);
    .plan-variant(~'.bg-warning', @warningColor);
    .plan-variant(~'.bg-danger', @dangerColor);
}

/* Scroll to top button*/
.scrollToTop_wraper when not(@isScrollToTopButton) {
    display: none;
}

#scrollToTop a when (@isScrollToTopButton) and (@isRoundedButtons) {
    border-radius: 100px;
}

.form-control {
    .display-7;
    font-weight: 400;
    & when(@isRoundedButtons) {
        border-radius: 100px !important;
    }
    &:hover,
    &:focus {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
        border-color: @primaryColor !important;
    }
}

.form-control:-webkit-input-placeholder {
    .display-7;
    font-weight: 400;
}

blockquote {
    border-color: @primaryColor;
}

/* Forms */
.mbr-form {
    .input-group-btn .btn when(@isRoundedButtons) {
        border-radius: 100px !important;

        &:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
        }
    }

    .input-group-btn button[type="submit"] when (@isRoundedButtons) {
        border-radius: 100px !important;
        padding: 1rem 3rem;

        &:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
        }
    }
}

//formstyler
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: @primaryColor;
    color: contrast(@primaryColor, #000000, #ffffff, 60%)
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: @primaryColor;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: @primaryColor;
    border-bottom-color: @primaryColor;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: contrast(@primaryColor, #000, #fff, 30%) !important;
    background-color: @primaryColor !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: contrast(@secondaryColor, #000, #fff, 30%) !important;
    background: @secondaryColor !important;
    box-shadow: none !important
}

//lazyload
.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    @fillSVG: replace("@{primaryColor}", "#", "%23");
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='@{fillSVG}' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.mbr-section-btn, .mbr-section-btn-main {
    .btn {
        flex-direction: row-reverse;
        padding: 8px 20px;
        border-radius: 30px !important;
        font-weight: 400 !important;

        .mbr-iconfont {
            margin: 0 10px 0 0;
        }
    }

    .btn-primary-outline, .btn-secondary-outline, .btn-success-outline, .btn-info-outline, .btn-warning-outline,
    .btn-danger-outline, .btn-black-outline, .btn-white-outline {
        padding: 0;
        border: none;

        .mbr-iconfont {
            margin: 0 16px 0 0;
        }
    }
}@isPublish: true;

.cid-uSsqt0zxhl {
@fullWidth: true;
@showLogo: true;
@logoSize: 4;
@showBrand: false;
@showItems: false;
@active: #ffffff;
@showButtons: true;
@showIcons: false;
@iconsAmount: 3;
@iconsColor: #01004c;
@showContacts: false;
@sticky: false;
@collapsed: false;
@transparent: false;
@opacity: 1;
@menuBgColor: #341315;
@hamburgerColor: #341315;
@hamburger: #ffffff;

.navbar-dropdown {
  & when not (@transparent) {
    background-color: @menuBgColor !important;
  }
  & when (@transparent) {
    background: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
  }
  padding: 0;
}
background-color: transparent;
.navbar.navbar-expand-lg .dropdown {
  .dropdown-menu {
    & when not (@transparent) {
      background-color: @menuBgColor !important;
    }
    & when (@transparent) {
      background: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
    }
    .dropdown-submenu {
      margin: 0;
      left: 100%;
    }
    background: @menuBgColor;
  }
}
.menu_box {
  flex-wrap: nowrap;
  @media (max-width: 991px) {
    .navbar.opened, .navbar-collapse {
      background-color: @menuBgColor !important;
      transition: all 0s ease 0s;
    }
    flex-direction: column;
    align-items: flex-start;
  }
}
& when not (@sticky) {
  .navbar-dropdown {
    position: relative !important;
  }
}
& when (@sticky) {
  z-index: 1000;
  width: 100%;
  nav.navbar {
    position: fixed;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
  &:hover {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after, .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .lg_brand {
    margin: 0 1rem;
  }
  .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.nav-item {
  margin: 4px 15px;
  @media (min-width: 1200px) {
    margin: 4px 20px;
  }
  @media (max-width: 991px) {
    margin: 0 !important;
  }
  .nav-link {
    transition: all 0.5s ease-out;
    border-radius: 0.5rem !important;
    position: relative;
    &::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: @active;
      transition: all 0.3s ease-in-out;
    }
    &:hover, &:focus {
      &:before {
        width: 100%;
      }
    }
  }
}
.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  @media (min-width: 992px) {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
    &.dropdown-submenu {
      left: 215px !important;
      top: -45% !important;
    }
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after, .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .offcanvas_box {
    display: none;
  }
}
.dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.container {
  display: flex;
  margin: auto;
}
.iconfont-wrapper {
  color: @iconsColor;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  &:last-child {
    margin-right: 0;
  }
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  &:hover {
    opacity: 0.5;
  }
}
.navbar-nav {
  @media (min-width: 992px) {
    margin: 0;
  }
  margin: 0 1rem;
}
.dropdown-menu, .navbar.opened {
  background-color: @transparent !important;
}
.nav-item:focus, .nav-link:focus {
  outline: none;
}
.dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  &::after {
    right: 0.5rem;
  }
  .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
    &:before {
      display: inline-block;
      transform: scale(1, 1);
      transition: all 0.25s ease-in-out;
    }
  }
}
.collapsed {
  .dropdown-menu .dropdown-item:before {
    display: none;
  }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  @media (max-width: 992px) {
    min-height: 30px;
    max-height: none;
  }
  &:not(.navbar-short) {
  }
  &.opened {
    transition: all 0.3s;
  }
  .dropdown-item {
    padding: 0;
    margin: 8px 0;
  }
  .navbar-logo img {
    max-width: 80px;
    min-height: 80px;
    object-fit: contain;
    border-radius: 10px !important;
  }
  .navbar-collapse {
    justify-content: center;
    & when (@showLogo), (@showBrand) {
      justify-content: center;
    }
    z-index: 1;
  }
  &.collapsed {
    justify-content: center;
    .nav-item .nav-link::before {
      display: none;
    }
    &.opened {
      .dropdown-menu {
        top: 0;
      }
    }
    .dropdown-menu {
      .dropdown-submenu {
        left: 0 !important;
      }
      .dropdown-item:after {
        right: auto;
      }
    }
    ul.navbar-nav {
      li {
        margin: auto;
      }
    }
    .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem;
      text-align: left;
    }
    .icons-menu {
      padding: 0;
    }
  }
  @media (max-width: 991px) {
    .nav-item {
      padding: 0.5rem 0;
    }
    .navbar-collapse {
      padding: 34px 0;
      border-radius: 16px;
      width: 100%;
    }
    .nav-item .nav-link::before {
      display: none;
    }
    &.opened {
      .dropdown-menu {
        top: 0;
      }
    }
    .dropdown-menu {
      padding: 6px 0 6px 15px;
      .dropdown-submenu {
        left: 0 !important;
      }
      .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
      }
    }
    .navbar-logo {
      img {
        height: 3rem !important;
      }
    }
    ul.navbar-nav {
      overflow: hidden;
      li {
        margin: 0;
      }
    }
    .dropdown-menu .dropdown-item {
      padding: 0 !important;
      margin: 0;
      margin-top: 8px;
      text-align: left;
    }
    .navbar-brand {
      flex-shrink: initial;
      flex-basis: auto;
      word-break: break-word;
      padding-right: 0;
      width: 100%;
      justify-content: space-between;
    }
    .navbar-toggler {
      flex-basis: auto;
    }
    .icons-menu {
      padding: 0;
    }
  }
  &.navbar-short {
    min-height: 60px;
    .navbar-logo {
      img {
        height: 2.5rem !important;
      }
    }
    .navbar-brand {
      min-height: 60px;
      padding: 0;
    }
  }
}
.navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  .navbar-caption {
    line-height: inherit !important;
    font-weight: 400;
  }
  .navbar-logo a {
    outline: none;
  }
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
  &[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
  }
}
.navbar .dropdown.open > .dropdown-menu {
  display: block;
}
ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.navbar-buttons {
  text-align: center;
  min-width: 170px;
}
button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: @menuBgColor;
  background: @hamburger;
  .hamburger span {
    position: absolute;
    right: 10px;
    margin-top: 14px;
    width: 26px;
    height: 2px;
    border-right: 5px;
    background-color: @hamburgerColor;
    &:nth-child(1) {
      top: 0;
      transition: all 0.2s;
    }
    &:nth-child(2) {
      top: 8px;
      transition: all 0.15s;
    }
    &:nth-child(3) {
      top: 8px;
      transition: all 0.15s;
    }
    &:nth-child(4) {
      top: 16px;
      transition: all 0.2s;
    }
  }
}
nav.opened .hamburger span {
  &:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  &:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
  }
  &:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
  }
  &:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
}
a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (~'-ms-high-contrast: active'), (~'-ms-high-contrast: none') {
  .navbar {
    height: 70px;
    &.opened {
      height: auto;
    }
  }
  .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% ~"+" 2rem);
    left: -1rem;
  }
}
.navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mbr-section-btn-main {
  .btn {
    border-width: 1px;
    margin: 8px;
    min-width: 200px;
  }
}
.navbar-caption:hover {
  color: @primaryColor;
}
.dropdown-menu.dropdown-submenu {
  @media (min-width: 992px) {
    left: 175px !important;
    top: -45% !important;
  }
}
.text_widget {
  margin-bottom: 32px;
  a {
    transition: all 0.3s ease-out;
    &:hover, &:focus {
      opacity: 0.8;
    }
  }
}
.contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
  @media (max-width: 992px) {
    display: none;
  }
  a {
    .mbr-contact {
      margin: 8px 20px;
      position: relative;
      &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: @active;
        transition: all 0.3s ease-in-out;
      }
      &:hover, &:focus {
        &:before {
          width: 100%;
        }
      }
    }
  }
}
.mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.navbar-caption {
  color: #FFFFFF;
}
.mbr-text {
  color: #01004c;
  text-align: center;
}
.mbr-section-subtitle, .text_widget, .mbr-section-btn {
  text-align: center;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nav-link,.dropdown-item {
  color: #FFFFFF;
}
}

.cid-uSsqt0A27P {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: true;
@showTitle: true;
@showText: true;
@showButtons: true;
@shadow: #f7f5f5;
@uname__15: "https://r.mobirisesite.com/1675077/assets/images/photo-1601508836900-ee2aa7840a7b.jpeg";
@uname__16: false;
@uname__17: #f1f1f1;
@bg-value: "https://r.mobirisesite.com/1675077/assets/images/photo-1601508836900-ee2aa7840a7b.jpeg";
@bg-type: "image";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/header02/../_images/background1.jpg";
@overlay: true;
@overlayColor: #f7f5f5;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
position: relative;
&::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem @shadow;
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  position: relative;
  z-index: 1;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-flex;
      width: 40%;
      margin-bottom: 32px;
    }
  }
}
.mbr-desc {
  color: #01004c;
}
.mbr-section-title {
  color: #01004c;
}
.mbr-text {
  color: #01004c;
}
.mbr-section-title, .mbr-section-btn {
  color: #232323;
}
.mbr-text, .text-wrapper {
  color: #000000;
}
}

.cid-uSsqt0B0tS {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showNumber: true;
@border: #000000;
@uname__12: "https://e.mobirise.com/legalm5/components/features01/../_images/background1.jpg";
@uname__13: false;
@uname__14: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/features01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.item {
  margin-bottom: 22px;
  .item-wrapper {
    border-left: 1px solid @border;
    padding-left: 25px;
    min-height: 350px;
    border-radius: 0 !important;
    @media (max-width: 992px) {
      min-height: auto;
    }
    .card-box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 350px;
      @media (max-width: 992px) {
        min-height: auto;
      }
      .card-number {
        margin-bottom: 32px;
      }
      .title-wrap {
        .card-title {
          display: inline-flex;
          width: 50%;
          margin-bottom: 0;
          @media (max-width: 992px) {
            display: block;
            width: 100%;
          }
        }
      }
    }
  }
}
.card-title {
  color: #01004c;
}
.card-number {
  color: #000000;
}
.card-title, .title-wrap {
  color: #000000;
}
}

.cid-uSsqt0BQ0v {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showCardTitle: true;
@border: #ffffff;
@uname__13: "https://e.mobirise.com/legalm5/components/features03/../_images/background1.jpg";
@uname__14: false;
@uname__15: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/features03/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.item {
  margin-bottom: 22px;
  .item-wrapper {
    border-left: 1px solid @border;
    padding-left: 25px;
    min-height: 350px;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    @media (max-width: 992px) {
      min-height: auto;
    }
    .item-img {
      margin-bottom: 32px;
      img {
        display: inline-flex;
        height: 400px;
        border-radius: 0 !important;
        object-fit: cover;
        @media (max-width: 992px) {
          display: block;
          width: 100%;
          height: 350px;
        }
      }
    }
    .item-content {
      .title-wrap {
        .card-title {
          display: inline-flex;
          width: 50%;
          margin-bottom: 0;
          @media (max-width: 992px) {
            display: block;
            width: 100%;
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.card-title {
  color: #f1f1f1;
}
.card-title, .title-wrap {
  color: #FFFFFF;
}
}

.cid-uSsqt0CrBL {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@loop: false;
@draggable: true;
@arrows: false;
@arrowsMobile: true;
@gap: 1;
@showCardTitle: true;
@showNumber: true;
@showButtons: true;
@card: #341315;
@uname__13: "https://e.mobirise.com/legalm5/components/slider01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@overlay: true;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.1;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
overflow: hidden;
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
  @media (max-width: 767px) {
    min-width: 100%;
    max-width: 100%;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      position: relative;
      padding: 20px 25px;
      border-radius: 0 !important;
      background-color: @card;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid @card;
        transform: rotate(-5deg);
        pointer-events: none;
      }
      .item-content {
        position: relative;
        z-index: 1;
        margin-bottom: 145px;
        @media (max-width: 992px) {
          margin-bottom: 32px;
        }
        .mbr-number {
          margin-bottom: 16px;
        }
        .item-title {
          margin-bottom: 0;
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: @primaryColor !important;
  color: @infoColor !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    opacity: 0.7 !important;
  }
  &.embla__button--prev {
    right: 7rem;
    margin-left: 2.5rem;
  }
  &.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
}
.embla {
  position: relative;
  width: 100%;
  & when (@arrows) {
    padding-bottom: 5rem;
  }
}
.embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
.mbr-number {
  color: #FFFFFF;
}
.item-title {
  color: #f1f1f1;
}
.item-title, .mbr-section-btn {
  color: #FFFFFF;
}
}

.cid-uSsqt0CME0 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: true;
@border: #341315;
@uname__12: "https://e.mobirise.com/legalm5/components/image01/../_images/background1.jpg";
@uname__13: false;
@uname__14: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/image01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 0 0 28px;
    @media (max-width: 992px) {
      padding: 0 0 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 0 0 14px;
    }
    & when not (@reverseContent) {
      padding: 0 28px 0 0;
      @media (max-width: 992px) {
        padding: 0 16px 0 0;
      }
      @media (max-width: 768px) {
        padding: 0 14px 0 0;
      }
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.image-wrapper {
  border-left: 2px solid @border;
  padding-left: 40px;
  @media (max-width: 992px) {
    padding-left: 20px;
  }
  & when not (@reverseContent) {
    border-left: none;
    border-right: 2px solid @border;
    padding-left: 0;
    padding-right: 40px;
    @media (max-width: 992px) {
      padding-right: 20px;
      padding-left: 0;
    }
  }
  img {
    height: 600px;
    object-fit: cover;
    border-radius: 0 !important;
    border: 1px solid @border;
    & when (@fullWidth) {
      border-right: none;
      & when not (@reverseContent) {
        border-right: 1px solid @border;
        border-left: none;
      }
    }
    @media (max-width: 992px) {
      height: 350px;
    }
  }
}
}

.cid-uSsqt0D5Oj {
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: false;
@spacing: true;
@border: #341315;
@uname__11: "https://e.mobirise.com/legalm5/components/gallery04/../_images/background1.jpg";
@uname__12: false;
@uname__13: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@overlay: false;
@overlayColor: #edefeb;
@overlayOpacity: 0.6;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.item:focus, span:focus {
  outline: none;
}
.item {
  cursor: pointer;
}
& when not (@spacing) {
  .grid-container {
    grid-row-gap: 0;
  }
  .grid-container-1, .grid-container-2 {
    gap: 0;
  }
}
& when (@spacing) {
  .grid-container {
    grid-row-gap: 5rem;
    @media (max-width: 767px) {
      grid-row-gap: 4rem;
    }
  }
  .grid-container-1, .grid-container-2 {
    gap: 0 2rem;
    @media (max-width: 767px) {
      gap: 0 1rem;
    }
  }
}
.mbr-section-title {
  margin-bottom: 100px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  color: #01004c;
  text-align: center;
}
.content-head {
  max-width: 800px;
}
.container, .container-fluid {
  overflow: hidden;
}
.grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-top: 32px;
  padding-bottom: 32px;
}
.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(-5deg);
    pointer-events: none;
  }
}
.grid-item img {
  animation: none;
  @media (max-width: 1200px) {
    height: 360px;
  }
  @media (max-width: 767px) {
    min-width: 35vw;
    height: 160px;
  }
  z-index: 1;
  min-width: 30vw;
  max-width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid @border;
}
.grid-container-1, .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.grid-container-1 {
  align-items: flex-end;
}
.grid-container-2 {
  align-items: flex-start;
}
}

.cid-uSsqt0FAHd {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showIcon: true;
@icon: #99b09e;
@showText: true;
@showList: true;
@showListTitle: true;
@marker: #ffffff;
@showButtons: true;
@card: #341315;
@border: #341315;
@uname__15: "https://e.mobirise.com/legalm5/components/list01/../_images/background1.jpg";
@uname__16: false;
@uname__17: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/list01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: @card;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 1199px) {
    padding: 24px;
  }
  @media (max-width: 992px) {
    margin: 0;
  }
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(5deg);
    pointer-events: none;
  }
  &::after {
    content: '';
    position: absolute;
    width: 170%;
    height: 140%;
    border: 2px solid @border;
    transform: rotate(-5deg);
    pointer-events: none;
  }
  .card-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    .icon-wrapper {
      margin: -5rem 0 16px 0;
      @media (max-width: 1199px) {
        margin: -3rem 0 16px 0;
      }
      .mbr-iconfont {
        display: inline-flex;
        font-size: 80px;
        color: @icon;
        @media (max-width: 1199px) {
          font-size: 50px;
        }
      }
    }
    .content-wrapper {
      .mbr-section-title {
        margin-bottom: 100px;
        @media (max-width: 992px) {
          margin-bottom: 22px;
        }
      }
      .mbr-text {
        margin-bottom: 22px;
      }
      .list-wrapper {
        .mbr-list-title {
          margin-bottom: 16px;
        }
        .list {
          margin-bottom: 32px;
          list-style-type: none;
          padding-left: 22px;
          .item-wrap {
            margin-bottom: 12px;
            position: relative;
            &::before {
              content: '✓';
              position: absolute;
              top: 2px;
              font-size: 18px;
              width: 20px;
              height: 20px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              color: @marker;
              margin-left: -25px;
            }
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #f1f1f1;
}
.mbr-text {
  color: #FFFFFF;
}
.mbr-list-title {
  color: #FFFFFF;
}
.list {
  color: #f1f1f1;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
}
.icon-wrapper {
  text-align: right;
}
.mbr-section-title, .icon-wrapper, .mbr-section-btn {
  color: #FFFFFF;
}
.list, .item-wrap {
  color: #FFFFFF;
}
}

.cid-uSsqt0FZzq {
@paddingTop: 2;
@paddingBottom: 2;
@linesTitle: "title1";
@speed: 0.03;
@direction: "-1";
@contentColor: #ffffff;
@uname__10: "https://e.mobirise.com/legalm5/components/gallery10/../_images/background1.jpg";
@uname__11: false;
@uname__12: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@overlay: true;
@overlayColor: #f7f7f7;
@overlayOpacity: 0.7;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
@min-height: 90px;
@min-height-small: (@min-height / 2);
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.item:focus, span:focus {
  outline: none;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.loop-container {
  padding: 10px 0;
}
.item {
  color: @contentColor;
  min-height: @min-height;
  @media (max-width: 768px) {
    min-height: @min-height-small;
  }
}
}

.cid-uSsqt0GCqm {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showText: true;
@showTitle: true;
@showButtons: true;
@uname__12: "https://e.mobirise.com/legalm5/components/article02/../_images/background1.jpg";
@uname__13: false;
@uname__14: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article02/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.content-wrapper {
  .text-wrapper {
    .mbr-text {
      display: inline-flex;
      margin-bottom: 40px;
      width: 35%;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .mbr-section-title {
    margin-bottom: 22px;
  }
  .mbr-section-btn {
    margin: 10px 25px;
  }
}
.mbr-text, .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.mbr-section-title {
  color: #f1f1f1;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
}

.cid-uSsqt0G3RH {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showName: true;
@showText: true;
@showButtons: true;
@border: #341315;
@uname__12: "https://e.mobirise.com/legalm5/components/article06/../_images/background1.jpg";
@uname__13: false;
@uname__14: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article06/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
overflow: hidden;
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 40px;
    }
  }
}
.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(5deg);
    pointer-events: none;
  }
  img {
    position: relative;
    z-index: 1;
    height: 600px;
    object-fit: cover;
    border-radius: 0 !important;
    @media (max-width: 992px) {
      height: 300px;
    }
  }
}
.content-wrapper {
  margin-left: 80px;
  & when (@reverseContent) {
    margin-left: 0;
    margin-right: 80px;
    @media (max-width: 992px) {
      margin: 0;
    }
  }
  @media (max-width: 992px) {
    margin: 0;
  }
  .mbr-name {
    margin-bottom: 32px;
    @media (max-width: 992px) {
      margin-bottom: 22px;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-flex;
      width: 65%;
      margin-bottom: 22px;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
.mbr-name {
  color: #000000;
}
.mbr-text {
  color: #01004c;
}
.mbr-section-title, .mbr-section-btn {
  color: #000000;
}
.mbr-text, .text-wrapper {
  color: #000000;
}
}

.cid-uSsqt0GH94 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: true;
@showTitle: true;
@showLink: false;
@active: #01004c;
@showDesc: true;
@showText: true;
@showButtons: true;
@showDecor: true;
@decor: #341315;
@shadow: #f7f5f5;
@uname__18: "https://e.mobirise.com/legalm5/components/header01/../_images/background1.jpg";
@uname__19: false;
@uname__20: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/header01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
position: relative;
& when (@showDecor) {
  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 0rem -50rem 100rem @shadow;
  }
}
.decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid @decor;
  transform: rotate(-45deg);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  position: relative;
  z-index: 1;
}
.desc-wrapper {
  .mbr-desc {
    margin-bottom: 32px;
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 0;
  }
}
.link-wrapper {
  &:hover, &:focus {
    .mbr-link {
      color: @active;
    }
  }
  .mbr-link {
    text-decoration: underline;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }
}
.text-wrapper {
  margin-top: 180px;
  @media (max-width: 992px) {
    margin-top: 40px;
  }
  .text-wrap {
    .mbr-text {
      display: inline-block;
      width: 50%;
      margin-bottom: 22px;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
}
.mbr-desc {
  color: #000000;
  text-align: left;
}
.mbr-section-title {
  color: #01004c;
}
.mbr-link {
  color: #851523;
  text-align: left;
}
.mbr-text {
  color: #000000;
}
.mbr-section-title, .mbr-section-btn {
  color: #000000;
}
.mbr-text, .text-wrap {
  color: #000000;
}
}

.cid-uSsqt0HkFm {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showCardTitle: true;
@showDesc: true;
@showButtons: true;
@border: #ffffff;
@uname__13: "https://e.mobirise.com/legalm5/components/features03/../_images/background1.jpg";
@uname__14: false;
@uname__15: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/features03/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.item {
  margin-bottom: 22px;
  .item-wrapper {
    border-left: 1px solid @border;
    padding-left: 25px;
    min-height: 350px;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    @media (max-width: 992px) {
      min-height: auto;
    }
    .item-img {
      margin-bottom: 32px;
      img {
        display: inline-flex;
        height: 400px;
        border-radius: 0 !important;
        object-fit: cover;
        @media (max-width: 992px) {
          display: block;
          width: 100%;
          height: 350px;
        }
      }
    }
    .item-content {
      .card-title {
        margin-bottom: 16px;
      }
      .card-price {
        margin-bottom: 16px;
      }
      .desc-wrap {
        .card-desc {
          display: inline-block;
          width: 60%;
          margin-bottom: 16px;
          @media (max-width: 1200px) {
            width: 100%;
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.card-title {
  color: #f1f1f1;
}
.card-price {
  color: #FFFFFF;
}
.card-desc {
  color: #f1f1f1;
}
.card-title, .mbr-section-btn {
  color: #FFFFFF;
}
.card-desc, .desc-wrap {
  color: #FFFFFF;
}
}

.cid-uSsqt0ILJt {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@border: #341315;
@uname__13: "https://e.mobirise.com/legalm5/components/video01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/video01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 40px;
    }
  }
}
.card-wrapper {
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(5deg);
    pointer-events: none;
  }
  .card-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
.mbr-figure {
  border-radius: 0 !important;
  border: 1px solid @border;
  iframe {
    height: 600px;
    border-radius: 0 !important;
    @media (max-width: 992px) {
      height: 350px;
    }
  }
  .app-video-wrapper {
    img {
      object-fit: cover;
      height: 600px;
      border-radius: 0 !important;
      @media (max-width: 992px) {
        height: 350px;
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
}

.cid-uSsqt0IfVh {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showSubtitle: true;
@showCardTitle: true;
@showNumber: true;
@showIcon: true;
@icon: #99b09e;
@card: #64b6ac;
@uname__14: "https://e.mobirise.com/legalm5/components/features02/../_images/background1.jpg";
@uname__15: false;
@uname__16: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/features02/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  @media (max-width: 992px) {
    margin-bottom: 40px;
  }
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 22px;
    }
  }
  .mbr-section-subtitle {
    margin-bottom: 80px;
    @media (max-width: 992px) {
      margin-bottom: 0;
    }
  }
}
.item {
  margin-bottom: 40px;
  .item-wrapper {
    position: relative;
    padding: 20px 25px;
    border-radius: 0 !important;
    background-color: @card;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 9px;
    z-index: 1;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid @card;
      transform: rotate(-5deg);
      pointer-events: none;
    }
    @media (max-width: 992px) {
      margin: 0;
    }
    .card-box {
      margin-bottom: 145px;
      @media (max-width: 992px) {
        margin-bottom: 32px;
      }
      .card-number {
        margin-bottom: 16px;
      }
      .card-title {
        margin-bottom: 0;
      }
    }
    .icon-wrapper {
      .mbr-iconfont {
        display: inline-flex;
        font-size: 80px;
        color: @icon;
        @media (max-width: 1199px) {
          font-size: 50px;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.card-title {
  color: #01004c;
}
.card-number {
  color: #000000;
}
.icon-wrapper {
  text-align: right;
}
.card-title, .icon-wrapper {
  color: #000000;
}
}

.cid-uSsqt0InX3 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@cardAmount: "6";
@icon: #000000;
@border: #000000;
@uname__13: "https://e.mobirise.com/legalm5/components/list02/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/list02/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.panel-group {
  .card {
    border-bottom: 1px solid @border;
    border-radius: 0 !important;
    &:first-child {
      border-top: 1px solid @border;
    }
    .card-header {
      padding: 30px 0;
      border: none;
      background-color: transparent;
      @media (max-width: 992px) {
        padding: 16px 0;
      }
      .panel-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        &:not(.collapsed) {
          .mbr-iconfont {
            transform: rotate(-45deg);
          }
        }
        .panel-title-edit {
          margin-bottom: 0;
        }
        .mbr-iconfont {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          min-width: 40px;
          font-size: 24px;
          color: @icon;
          transition: all 0.3s ease-in-out;
          margin: 0 8px;
        }
      }
    }
    .panel-collapse {
      .panel-body {
        padding-bottom: 40px;
        @media (max-width: 992px) {
          padding-bottom: 20px;
        }
        .panel-text {
          padding: 5px 0;
          margin-bottom: 0;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
.panel-title {
  color: #01004c;
}
.panel-text {
  color: #000000;
}
.panel-title-edit {
  color: #000000;
}
}

.cid-uSsqt0JWiq {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showIcon: true;
@icon: #99b09e;
@showLink: true;
@active: #99b09e;
@card: #64b6ac;
@border: #64b6ac;
@uname__14: "https://e.mobirise.com/legalm5/components/article01/../_images/background1.jpg";
@uname__15: false;
@uname__16: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.card-wrapper {
  padding: 40px;
  background-color: @card;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 1199px) {
    padding: 24px;
  }
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(10deg);
    pointer-events: none;
  }
  .card-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    .icon-wrapper {
      margin: -5rem 0 16px 0;
      @media (max-width: 1199px) {
        margin: -3rem 0 16px 0;
      }
      .mbr-iconfont {
        display: inline-flex;
        font-size: 80px;
        color: @icon;
        @media (max-width: 1199px) {
          font-size: 50px;
        }
      }
    }
    .content-wrapper {
      padding: 100px 0;
      @media (max-width: 992px) {
        padding: 32px 0;
      }
      .mbr-section-title {
        margin-bottom: 40px;
      }
      .link-wrapper {
        display: block;
        &:hover, &:focus {
          .mbr-link {
            color: @active;
          }
        }
        .mbr-link {
          text-decoration: underline;
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
.mbr-link {
  color: #000000;
  text-align: center;
}
.icon-wrapper {
  text-align: right;
}
.mbr-section-title, .icon-wrapper {
  color: #FFFFFF;
}
.mbr-section-title, .icon-wrapper, {
  color: #000000;
}
}

.cid-uSsqt0JVDp {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showCardTitle: true;
@showDesc: true;
@showButtons: true;
@border: #000000;
@uname__13: "https://e.mobirise.com/legalm5/components/pricing01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/pricing01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.item {
  margin-bottom: 22px;
  .item-wrapper {
    border-left: 1px solid @border;
    padding-left: 25px;
    border-radius: 0 !important;
    height: 100%;
    @media (max-width: 992px) {
      min-height: auto;
    }
    .card-box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      @media (max-width: 992px) {
        min-height: auto;
      }
      .card-price {
        margin-bottom: 100px;
        @media (max-width: 992px) {
          margin-bottom: 32px;
        }
      }
      .card-title {
        margin-bottom: 22px;
      }
      .desc-wrap {
        .card-desc {
          display: inline-flex;
          width: 65%;
          margin-bottom: 22px;
          @media (max-width: 992px) {
            width: 100%;
            display: block;
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
.card-price {
  color: #000000;
}
.card-desc {
  color: #01004c;
}
.card-title {
  color: #000000;
}
.card-desc, .desc-wrap, .mbr-section-btn {
  color: #000000;
}
}

.cid-uSsqt0KF1n {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showCardTitle: true;
@showButtons: true;
@border: #341315;
@cardOver: #f7f5f5;
@uname__13: "https://e.mobirise.com/legalm5/components/features05/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/features05/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
overflow: hidden;
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.item {
  margin-bottom: 40px;
  &:hover, &:focus {
    .item-wrapper .item-img img {
      transform: scale(1);
    }
  }
  .item-wrapper {
    border-radius: 0 !important;
    height: 100%;
    margin: 0 9px;
    @media (max-width: 992px) {
      margin: 0;
    }
    .item-img {
      display: flex;
      align-items: flex-end;
      position: relative;
      min-height: 450px;
      border: 1px solid @border;
      overflow: hidden;
      height: 100%;
      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 !important;
        transform: scale(1.05);
        transition: all 0.3s ease-in-out;
        animation: none;
      }
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: @cardOver;
        opacity: 0.8;
        pointer-events: none;
        z-index: 1;
      }
      .item-content {
        width: 100%;
        padding: 25px;
        position: relative;
        z-index: 1;
        .card-title {
          margin-bottom: 22px;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
.card-title {
  color: #01004c;
}
.card-title, .mbr-section-btn {
  color: #000000;
}
}

.cid-uSsqt0KBm1 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showText_1: true;
@showText_2: true;
@showList: true;
@showListTitle: true;
@marker: #000000;
@uname__14: "https://e.mobirise.com/legalm5/components/article04/../_images/background1.jpg";
@uname__15: false;
@uname__16: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article04/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .mbr-text_1 {
    margin-bottom: 32px;
  }
  .list-wrapper {
    margin-bottom: 32px;
    .mbr-list-title {
      margin-bottom: 16px;
    }
    .list {
      margin: 0;
      list-style-type: none;
      padding-left: 22px;
      .item-wrap {
        margin-bottom: 12px;
        position: relative;
        &::before {
          content: '✓';
          position: absolute;
          top: 2px;
          font-size: 18px;
          width: 20px;
          height: 20px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: @marker;
          margin-left: -25px;
        }
      }
    }
  }
  .mbr-text_2 {
    margin-bottom: 0;
  }
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
.mbr-text_1 {
  color: #000000;
}
.list {
  color: #01004c;
}
.mbr-text_2 {
  color: #000000;
}
.mbr-list-title {
  color: #000000;
}
.list, .item-wrap {
  color: #000000;
}
}

.cid-uSsqt0LVqR {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 0;
@paddingBottom: 0;
@uname__12: "https://e.mobirise.com/legalm5/components/map01/../_images/background1.jpg";
@uname__13: false;
@uname__14: #01004c;
@bg-value: #01004c;
@bg-type: "color";
@bg-color-value: #01004c;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/map01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0;
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.google-map {
  iframe {
    border-radius: 0 !important;
    height: 600px;
    @media (max-width: 992px) {
      height: 300px;
    }
  }
}
}

.cid-uSsqt0Lner {
@fullScreen: true;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@uname__14: "https://r.mobirisesite.com/1675077/assets/images/photo-1644503584825-91dfe48edca6.jpeg";
@uname__15: true;
@uname__16: #f1f1f1;
@bg-value: "https://r.mobirisesite.com/1675077/assets/images/photo-1644503584825-91dfe48edca6.jpeg";
@bg-type: "image";
@bg-color-value: #f1f1f1;
@bg-parallax: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/header02/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
position: relative;
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
}

.cid-uSsqt0L4QF {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showText: true;
@showName: true;
@card: #341315;
@uname__13: "https://e.mobirise.com/legalm5/components/features04/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/features04/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
overflow: hidden;
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 40px;
    }
  }
}
.item {
  margin-bottom: 40px;
  .item-wrapper {
    position: relative;
    padding: 40px 25px;
    border-radius: 0 !important;
    background-color: @card;
    height: 100%;
    margin: 0 9px;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid @card;
      transform: rotate(-5deg);
      pointer-events: none;
    }
    @media (max-width: 992px) {
      margin: 0;
    }
    .item-img {
      position: relative;
      z-index: 1;
      margin-bottom: 32px;
      img {
        display: inline-flex;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 0 !important;
      }
    }
    .item-content {
      position: relative;
      z-index: 1;
      .card-text {
        margin-bottom: 32px;
      }
      .card-name {
        margin-bottom: 0;
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
  text-align: center;
}
.card-text {
  color: #f1f1f1;
}
.card-name {
  color: #FFFFFF;
}
.card-text, .item-img {
  color: #FFFFFF;
}
}

.cid-uSsqt0MQ01 {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: false;
@loop: false;
@draggable: true;
@arrows: false;
@arrowsMobile: true;
@gap: 1;
@border: #341315;
@uname__13: "https://e.mobirise.com/legalm5/components/slider02/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@overlay: true;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.1;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
overflow: hidden;
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
  @media (max-width: 767px) {
    min-width: 100%;
    max-width: 100%;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      position: relative;
      border-radius: 0 !important;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid @border;
        transform: rotate(-5deg);
        pointer-events: none;
      }
      .item-img {
        position: relative;
        z-index: 1;
        img {
          height: 300px;
          object-fit: cover;
          border-radius: 0 !important;
          border: 1px solid @border;
          animation: none;
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: @primaryColor !important;
  color: @infoColor !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    opacity: 0.7 !important;
  }
  &.embla__button--prev {
    right: 7rem;
    margin-left: 2.5rem;
  }
  &.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
}
.embla {
  position: relative;
  width: 100%;
  & when (@arrows) {
    padding-bottom: 5rem;
  }
}
.embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
}

.cid-uSsqt0MpNX {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@bootstrapTabs: "5";
@tabs: #000000;
@tabsBg: #64b6ac;
@showCardTitle: true;
@showText: true;
@border: #341315;
@uname__13: "https://e.mobirise.com/legalm5/components/tabs01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/tabs01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.tabs-wrap {
  text-align: center;
  margin-bottom: 40px;
  .nav.nav-tabs {
    display: inline-flex;
    border: none;
    .nav-item {
      padding: 0;
      border: none;
      margin: 0 10px 10px 0;
      &:last-child {
        margin-right: 0;
      }
      .nav-link {
        margin-bottom: 0;
        color: @tabs;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        border: 1px solid @border;
        border-radius: 30px !important;
        background-color: @tabsBg;
        .mbr-iconfont {
          margin: 0 10px 0 0;
          color: @tabs;
          transition: all 0.3s ease-in-out;
        }
      }
      .nav-link.active {
        color: @tabsBg;
        background-color: @tabs;
        .mbr-iconfont {
          color: @tabsBg;
        }
      }
    }
  }
}
.content-wrapper {
  .image-wrapper {
    margin-bottom: 32px;
    img {
      height: 550px;
      object-fit: cover;
      border-radius: 0 !important;
      border: 1px solid @border;
      @media (max-width: 768px) {
        height: 350px;
      }
    }
  }
  .card-title {
    margin-bottom: 32px;
  }
  .text-wrapper {
    .card-text {
      display: inline-flex;
      margin-bottom: 0;
      width: 60%;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
.card-text {
  color: #01004c;
}
.mbr-section-title, .tabs-wrap {
  color: #000000;
}
.card-text, .text-wrapper {
  color: #000000;
}
.card-title {
  color: #000000;
}
}

.cid-uSsqt0N9os {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showIcon: true;
@icon: #99b09e;
@card: #341315;
@border: #341315;
@borderForm: #ffffff;
@uname__14: "https://e.mobirise.com/legalm5/components/form01/../_images/background1.jpg";
@uname__15: false;
@uname__16: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/form01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.card-wrapper {
  padding: 50px 100px;
  background-color: @card;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 1199px) {
    padding: 50px 24px;
  }
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(5deg);
    pointer-events: none;
  }
  .card-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    .icon-wrapper {
      margin: -5rem 0 16px 0;
      @media (max-width: 1199px) {
        margin: -4.5rem 0 16px 0;
      }
      .mbr-iconfont {
        display: inline-flex;
        font-size: 80px;
        color: @icon;
        @media (max-width: 1199px) {
          font-size: 50px;
        }
      }
    }
  }
}
.dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
  .mbr-section-title {
    margin-bottom: 40px !important;
  }
  .mbr-text {
    margin-bottom: 40px !important;
  }
  .form-group {
    margin-bottom: 20px !important;
    .form-control {
      border: none !important;
      border-bottom: 1px solid @borderForm !important;
      box-shadow: none;
      background: transparent;
      padding: 16px 0;
      color: @infoColor;
      border-radius: 0 !important;
      @media (max-width: 768px) {
        padding: 20px 15px;
      }
      &::placeholder {
        color: @borderForm;
        opacity: 0.8;
      }
      &:focus, &:hover {
        border-bottom: 1px solid @borderForm !important;
      }
    }
    .form-check {
      padding-left: 2.1em;
      .form-check-input {
        background-color: @secondaryColor;
        border-color: @secondaryColor;
      }
      .form-check-label {
        color: @borderForm;
      }
    }
  }
  .mbr-section-btn {
    width: 100%;
  }
}
.mbr-section-title {
  color: #f1f1f1;
}
.mbr-text {
  color: #FFFFFF;
  text-align: center;
}
label {
  color: #f1f1f1;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.icon-wrapper {
  text-align: right;
}
}

.cid-uSsqt0NkJO {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showContact_1: true;
@showContact_2: true;
@showContact_3: true;
@showIcon: true;
@icon: #000000;
@uname__14: "https://e.mobirise.com/legalm5/components/article05/../_images/background1.jpg";
@uname__15: false;
@uname__16: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article05/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.contacts-wrapper {
  .card-wrapper {
    margin-bottom: 32px;
    &:last-child {
      margin-bottom: 0;
    }
    .card-wrap {
      &:hover, &:focus {
        .mbr-contact {
          opacity: 0.7;
        }
      }
      .icon-wrapper {
        margin-bottom: 16px;
        .mbr-iconfont {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          min-width: 32px;
          font-size: 16px;
          color: @icon;
          border: 1px solid @icon;
          border-radius: 50%;
          margin-right: 16px;
        }
      }
      .mbr-contact {
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
      }
    }
  }
}
.mbr-contact {
  color: #01004c;
}
.mbr-contact, .icon-wrapper {
  text-align: center;
  color: #000000;
}
}

.cid-uSsqt0OyRu {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showLogo: false;
@showNav: false;
@showContacts: false;
@icon: #ffffff;
@showListTitle: true;
@showCopy: true;
@uname__14: "https://e.mobirise.com/legalm5/components/footer01/../_images/background1.jpg";
@uname__15: false;
@uname__16: #341315;
@bg-value: #341315;
@bg-type: "color";
@bg-color-value: #341315;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/footer01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.image-wrapper {
  margin-bottom: 100px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  img {
    display: inline-flex;
    height: 150px;
    width: 150px;
    border-radius: 0 !important;
  }
}
.nav-wrapper {
  margin-bottom: 100px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  .mbr-list-title {
    opacity: 0.7;
    margin-bottom: 22px;
  }
  .list {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    .item-wrap {
      margin-bottom: 16px;
      transition: all 0.3s ease-in-out;
      &:hover, &:focus {
        opacity: 0.7;
      }
    }
  }
}
.contacts-wrapper {
  margin-bottom: 100px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  .mbr-list-title {
    opacity: 0.7;
    margin-bottom: 22px;
  }
  .contacts-wrap {
    .card-wrapper {
      margin-bottom: 16px;
      .card-wrap {
        display: inline-flex;
        align-items: center;
        &:hover, &:focus {
          .mbr-contact {
            opacity: 0.7;
          }
        }
        .mbr-iconfont {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          min-width: 32px;
          font-size: 16px;
          color: @icon;
          border: 1px solid @icon;
          border-radius: 50%;
          margin-right: 16px;
        }
        .mbr-contact {
          margin-bottom: 0;
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }
}
.mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: left;
}
.mbr-text, .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.mbr-list-title {
  color: #ffffff;
}
.list {
  color: #ffffff;
}
.mbr-contact {
  color: #ffffff;
}
}

.cid-uSsuIq1bIX {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showText_1: true;
@showText_2: true;
@showList: true;
@showListTitle: true;
@marker: #01004c;
@uname__14: "https://e.mobirise.com/legalm5/components/article04/../_images/background1.jpg";
@uname__15: false;
@uname__16: #f1f1f1;
@bg-value: #f1f1f1;
@bg-type: "color";
@bg-color-value: #f1f1f1;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article04/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .mbr-text_1 {
    margin-bottom: 32px;
  }
  .list-wrapper {
    margin-bottom: 32px;
    .mbr-list-title {
      margin-bottom: 16px;
    }
    .list {
      margin: 0;
      list-style-type: none;
      padding-left: 22px;
      .item-wrap {
        margin-bottom: 12px;
        position: relative;
        &::before {
          content: '✓';
          position: absolute;
          top: 2px;
          font-size: 18px;
          width: 20px;
          height: 20px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: @marker;
          margin-left: -25px;
        }
      }
    }
  }
  .mbr-text_2 {
    margin-bottom: 0;
  }
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
.mbr-text_1 {
  color: #01004c;
}
.list {
  color: #01004c;
}
.mbr-text_2 {
  color: #01004c;
}
}

.cid-uSsviEs5UA {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showIcon: true;
@icon: #851523;
@showLink: true;
@active: #851523;
@card: #f1f1f1;
@border: #f1f1f1;
@uname__14: "https://e.mobirise.com/legalm5/components/article01/../_images/background1.jpg";
@uname__15: false;
@uname__16: #01004c;
@bg-value: #01004c;
@bg-type: "color";
@bg-color-value: #01004c;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/legalm5/components/article01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #f1f1f1;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
overflow: hidden;
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.row {
  justify-content: center;
}
.card-wrapper {
  padding: 40px;
  background-color: @card;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 1199px) {
    padding: 24px;
  }
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid @border;
    transform: rotate(10deg);
    pointer-events: none;
  }
  .card-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    .icon-wrapper {
      margin: -5rem 0 16px 0;
      @media (max-width: 1199px) {
        margin: -3rem 0 16px 0;
      }
      .mbr-iconfont {
        display: inline-flex;
        font-size: 80px;
        color: @icon;
        @media (max-width: 1199px) {
          font-size: 50px;
        }
      }
    }
    .content-wrapper {
      padding: 100px 0;
      @media (max-width: 992px) {
        padding: 32px 0;
      }
      .mbr-section-title {
        margin-bottom: 40px;
      }
      .link-wrapper {
        display: block;
        &:hover, &:focus {
          .mbr-link {
            color: @active;
          }
        }
        .mbr-link {
          text-decoration: underline;
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
.mbr-link {
  color: #01004c;
  text-align: center;
}
.icon-wrapper {
  text-align: right;
}
}

.cid-uSswfYoqyW {
@fullWidth: false;
@paddingTop: 10;
@paddingBottom: 10;
@autoplay: false;
@interval: 5;
@loop: true;
@draggable: true;
@arrows: true;
@arrowsMobile: true;
@arrowsColor: #000000;
@arrowsBg: #ffffff;
@activeColor: #000000;
@activeBg: #e4ed64;
@showName: true;
@border: #e4ed64;
@showRole: true;
@uname__18: "https://e.mobirise.com/shapem5/components/_images/background1.jpg";
@uname__19: false;
@uname__20: #ffffff;
@bg-value: #ffffff;
@bg-type: "color";
@bg-color-value: #ffffff;
@bg-parallax: false;
@gradientBg: true;
@gradientColor: #f6f3ec;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.6;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = "color") {
  background-color: @bg-value;
  & when (@gradientBg) {
    background-image: linear-gradient(@gradientColor 50%, @bg-value);
  }
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  @media (max-width: 767px) {
    min-width: 100%;
    max-width: 100%;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      .item-content {
        .item-text {
          margin-bottom: 80px;
          @media (max-width: 992px) {
            margin-bottom: 20px;
          }
        }
        .name-wrapper {
          .item-name {
            display: inline-flex;
            margin-bottom: 10px;
            padding-bottom: 2px;
            border-bottom: 1px solid @border;
          }
        }
        .item-role {
          margin-bottom: 0;
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: @arrowsBg !important;
  color: @arrowsColor !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  @media (max-width: 992px) {
    top: 0;
  }
  &:hover {
    background-color: @activeBg !important;
    color: @activeColor !important;
  }
  &.embla__button--prev {
    left: 0;
  }
  &.embla__button--next {
    right: 0;
  }
}
.embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  & when (@arrows) {
    @media (max-width: 992px) {
      padding-top: 6rem;
    }
  }
}
.embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
  @media (max-width: 992px) {
    width: 100%;
  }
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.item-text {
  color: #000000;
  text-align: center;
}
.item-name, .name-wrapper {
  color: #000000;
  text-align: center;
}
.item-role {
  color: #8a8a8a;
  text-align: center;
}
}

.cid-uSswsxsDzu {
@fullWidth: false;
@paddingTop: 10;
@paddingBottom: 10;
@autoplay: false;
@interval: 5;
@loop: true;
@draggable: true;
@arrows: true;
@arrowsMobile: true;
@arrowsColor: #000000;
@arrowsBg: #ffffff;
@activeColor: #000000;
@activeBg: #e4ed64;
@showName: true;
@border: #e4ed64;
@showRole: true;
@uname__18: "https://e.mobirise.com/shapem5/components/_images/background1.jpg";
@uname__19: false;
@uname__20: #ffffff;
@bg-value: #ffffff;
@bg-type: "color";
@bg-color-value: #ffffff;
@bg-parallax: false;
@gradientBg: true;
@gradientColor: #f6f3ec;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.6;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
overflow: hidden;
& when (@bg-type = "color") {
  background-color: @bg-value;
  & when (@gradientBg) {
    background-image: linear-gradient(@gradientColor 50%, @bg-value);
  }
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 28px;
    @media (max-width: 992px) {
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      padding: 0 14px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 16px;
  }
  @media (max-width: 768px) {
    padding: 0 14px;
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  @media (max-width: 767px) {
    min-width: 100%;
    max-width: 100%;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      position: relative;
      padding: 20px 25px;
      border-radius: 0 !important;
      background-color: @card;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid @card;
        transform: rotate(-5deg);
        pointer-events: none;
      }
      .item-content {
        position: relative;
        z-index: 1;
        margin-bottom: 145px;
        @media (max-width: 992px) {
          margin-bottom: 32px;
        }
        .mbr-number {
          margin-bottom: 16px;
          opacity: .5;
        }
        .item-title {
          margin-bottom: 0;
        }
        .item-text {
          margin-bottom: 80px;
          @media (max-width: 992px) {
            margin-bottom: 20px;
          }
        }
        .name-wrapper {
          .item-name {
            display: inline-flex;
            margin-bottom: 10px;
            padding-bottom: 2px;
            border-bottom: 1px solid @border;
          }
        }
        .item-role {
          margin-bottom: 0;
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: @arrowsBg !important;
  color: @arrowsColor !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    opacity: .7 !important;
    background-color: @activeBg !important;
    color: @activeColor !important;
  }
  &.embla__button--prev {
    right: 7rem;
    margin-left: 2.5rem;
    left: 0;
  }
  &.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
  top: 50px;
  @media (max-width: 992px) {
    top: 0;
  }
}
.embla {
  position: relative;
  width: 100%;
  & when (@arrows) {
    padding-bottom: 5rem;
    @media (max-width: 992px) {
      padding-top: 6rem;
    }
  }
  display: flex;
  justify-content: center;
}
.embla__viewport {
  width: 70%;
  margin-right: 1rem;
  overflow: hidden;
  @media (max-width: 992px) {
    width: 100%;
  }
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mbr-section-title {
  color: #01004c;
  text-align: center;
}
.mbr-number {
  color: #f1f1f1;
}
.item-title {
  color: #f1f1f1;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.item-text {
  color: #000000;
  text-align: center;
}
.item-name, .name-wrapper {
  color: #000000;
  text-align: center;
}
.item-role {
  color: #8a8a8a;
  text-align: center;
}
}

.cid-uSsOYO1NRx {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showLabel: true;
@showTitle: true;
@showSubtitle: true;
@showText: true;
@showButtons: false;
@uname__12: "https://e.mobirise.com/identitym5/components/article06/../_images/background1.jpg";
@uname__13: false;
@uname__14: #f2f2f2;
@bg-value: #f2f2f2;
@bg-type: "color";
@bg-color-value: #f2f2f2;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/identitym5/components/article06/../_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  margin-bottom: 60px;
  @media (max-width: 992px) {
    margin-bottom: 30px;
  }
  .mbr-label {
    margin-bottom: 30px;
    @media (max-width: 992px) {
      margin-bottom: 15px;
    }
  }
  .mbr-section-title {
    margin-bottom: 0;
  }
}
.mbr-section-subtitle {
  margin-bottom: 40px;
  @media (max-width: 992px) {
    margin-bottom: 15px;
  }
  color: #000000;
}
.mbr-text {
  margin-bottom: 30px;
  @media (max-width: 992px) {
    margin-bottom: 15px;
  }
  color: #000000;
}
.mbr-label {
  color: #000000;
}
.mbr-section-title {
  color: #ce5f6c;
}
}

.cid-uSszAQaIAy {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@containerBg: #e6eddc;
@showDecor: true;
@decor: #d1e0be;
@autoplay: false;
@interval: 5;
@loop: true;
@draggable: true;
@arrows: true;
@arrowsMobile: true;
@arrowsColor: #5c834f;
@arrowsBg: #d1e0be;
@uname__16: "https://e.mobirise.com/plantm5/components/_images/background1.jpg";
@uname__17: false;
@uname__18: #f1f5eb;
@bg-value: #f1f5eb;
@bg-type: "color";
@bg-color-value: #f1f5eb;
@bg-parallax: false;
@overlay: true;
@overlayColor: #f1f5eb;
@overlayOpacity: 0.5;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: @containerBg;
  @media (max-width: 992px) {
    padding: 20px;
  }
  .decor-wrapper {
    position: absolute;
    bottom: 0;
    left: -350px;
    width: 700px;
    height: 200px;
    &::before {
      content: '';
      position: absolute;
      width: 700px;
      height: 200px;
      border-radius: 100%;
      background-color: @decor;
      pointer-events: none;
    }
    &::after {
      content: '';
      position: absolute;
      width: 700px;
      height: 200px;
      border-radius: 100%;
      background-color: @decor;
      transform: rotate(-45deg);
      pointer-events: none;
    }
  }
  .decor_2 {
    left: auto;
    right: -350px;
    &::after {
      transform: rotate(45deg);
    }
  }
}
.title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  @media (max-width: 1440px) {
    width: 70%;
  }
  @media (max-width: 992px) {
    width: 100%;
  }
  .mbr-section-title {
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 40px;
    }
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  @media (max-width: 768px) {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      .item-img {
        img {
          height: 570px;
          width: 100%;
          object-fit: cover;
          border-radius: 0 !important;
          @media (max-width: 992px) {
            height: 350px;
          }
          @media (max-width: 768px) {
            height: 300px;
          }
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: @arrowsBg !important;
  color: @arrowsColor !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    background-color: @arrowsColor !important;
    color: @arrowsBg !important;
  }
  &:disabled {
    opacity: .5 !important;
    background-color: @arrowsBg !important;
    color: @arrowsColor !important;
  }
  &.embla__button--prev {
    margin-right: 78px;
  }
  &.embla__button--next {
    margin-left: 78px;
  }
}
.embla {
  position: relative;
  z-index: 1;
  width: 55%;
  @media (max-width: 1440px) {
    width: 70%;
  }
  @media (max-width: 992px) {
    width: 100%;
  }
  & when (@arrows) {
    padding-top: 6rem;
  }
}
.embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  @media (max-width: 768px) {
    padding: 0;
  }
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.item-menu-overlay {
  opacity: 0 !important;
}
.mbr-section-title, .title-wrapper {
  color: #323432;
  text-align: center;
}
}

.cid-uSsC9MhpfS {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@containerBg: #e6eddc;
@showDecor: true;
@decor: #d1e0be;
@autoplay: false;
@interval: 5;
@loop: true;
@draggable: true;
@arrows: true;
@arrowsMobile: true;
@arrowsColor: #5c834f;
@arrowsBg: #d1e0be;
@uname__16: "https://e.mobirise.com/plantm5/components/_images/background1.jpg";
@uname__17: false;
@uname__18: #f1f5eb;
@bg-value: #f1f5eb;
@bg-type: "color";
@bg-color-value: #f1f5eb;
@bg-parallax: false;
@overlay: true;
@overlayColor: #f1f5eb;
@overlayOpacity: 0.5;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: @containerBg;
  @media (max-width: 992px) {
    padding: 20px;
  }
  .decor-wrapper {
    position: absolute;
    bottom: 0;
    left: -350px;
    width: 700px;
    height: 200px;
    &::before {
      content: '';
      position: absolute;
      width: 700px;
      height: 200px;
      border-radius: 100%;
      background-color: @decor;
      pointer-events: none;
    }
    &::after {
      content: '';
      position: absolute;
      width: 700px;
      height: 200px;
      border-radius: 100%;
      background-color: @decor;
      transform: rotate(-45deg);
      pointer-events: none;
    }
  }
  .decor_2 {
    left: auto;
    right: -350px;
    &::after {
      transform: rotate(45deg);
    }
  }
}
.title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  @media (max-width: 1440px) {
    width: 70%;
  }
  @media (max-width: 992px) {
    width: 100%;
  }
  .mbr-section-title {
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 40px;
    }
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  @media (max-width: 768px) {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      .item-img {
        img {
          height: 570px;
          width: 100%;
          object-fit: cover;
          border-radius: 0 !important;
          @media (max-width: 992px) {
            height: 350px;
          }
          @media (max-width: 768px) {
            height: 300px;
          }
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: @arrowsBg !important;
  color: @arrowsColor !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    background-color: @arrowsColor !important;
    color: @arrowsBg !important;
  }
  &:disabled {
    opacity: .5 !important;
    background-color: @arrowsBg !important;
    color: @arrowsColor !important;
  }
  &.embla__button--prev {
    margin-right: 78px;
  }
  &.embla__button--next {
    margin-left: 78px;
  }
}
.embla {
  position: relative;
  z-index: 1;
  width: 55%;
  @media (max-width: 1440px) {
    width: 70%;
  }
  @media (max-width: 992px) {
    width: 100%;
  }
  & when (@arrows) {
    padding-top: 6rem;
  }
}
.embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  @media (max-width: 768px) {
    padding: 0;
  }
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.item-menu-overlay {
  opacity: 0 !important;
}
.mbr-section-title, .title-wrapper {
  color: #323432;
  text-align: center;
}
}

.cid-uSsPuiClIe {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsPVeszFA {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsPZpkUvb {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsQ7qB4Pv {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsQByovy5 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsQLdQJIe {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsQXlIu7K {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsR47uGCr {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsRbnspeW {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsRmGn5Zd {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsRpMG5lp {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsRsRoWN2 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsRP0OAG0 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsRRTa8AS {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsS0rCO6A {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsS3aCoVT {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSfDjWFI {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSi83bf1 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSr2BqRf {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSsoL7ZD {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSvotLHM {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSxIb5As {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
}

.cid-uSsSAA5X42 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
.mbr-section-title DIV {
  text-align: center;
}
}

.cid-uSsSE0TKK2 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
.mbr-section-title DIV {
  text-align: center;
}
}

.cid-uSsSH31LIF {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
.mbr-section-title DIV {
  text-align: center;
}
}

.cid-uSsU7FPAMU {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
.mbr-section-title DIV {
  text-align: center;
}
}

.cid-uSsUzQhv8d {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@showText: true;
@showButtons: true;
@container: #fcefcf;
@uname__12: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@uname__13: false;
@uname__14: #fffaf5;
@bg-value: #fffaf5;
@bg-type: "color";
@bg-color-value: #fffaf5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/termm5/components/article04/../_images/background1.jpg";
@overlay: true;
@overlayColor: #fffaf5;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
& when (@fullWidth) {
  .container-fluid {
    padding: 0 80px;
    @media (max-width: 992px) {
      padding: 0 50px;
    }
    @media (max-width: 768px) {
      padding: 0 16px;
    }
  }
}
.container {
  @media (max-width: 992px) {
    padding: 0 50px;
  }
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: @container;
  @media (max-width: 1200px) {
    display: block;
  }
  @media (max-width: 992px) {
    padding: 30px 25px;
  }
  .image-wrap {
    min-width: 40%;
    @media (max-width: 1200px) {
      margin-bottom: 32px;
    }
    img {
      height: 450px;
      object-fit: cover;
      border-radius: 1rem !important;
      @media (max-width: 1200px) {
        height: 350px;
      }
    }
  }
  .content-wrap {
    padding-left: 64px;
    & when (@reverseContent) {
      padding-left: 0;
      padding-right: 64px;
      @media (max-width: 1200px) {
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      padding: 0;
    }
    .mbr-section-title {
      margin-bottom: 16px;
    }
    .mbr-text {
      margin-bottom: 16px;
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text {
  color: #6d1149;
  text-align: center;
}
.mbr-section-title DIV {
  text-align: center;
}
}
