@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora&display=swap");
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "HelveticaNeue Condensed";
  src: url("/wp-content/themes/VC-Divi/fonts/HelveticaNeue-CondensedBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue Condensed Black";
  src: url("/wp-content/themes/VC-Divi/fonts/HelveticaNeue-CondensedBlack.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Academy";
  src: url("/wp-content/themes/VC-Divi/fonts/Academy.woff") format("woff");
  src: url("/wp-content/themes/VC-Divi/fonts/Academy.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Academy Regular";
  src: url("/wp-content/themes/VC-Divi/fonts/Academyregular.woff") format("woff");
  src: url("/wp-content/themes/VC-Divi/fonts/Academyregular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Academy Regular W";
  src: url("/wp-content/themes/VC-Divi/fonts/academy-regular-w01.woff") format("woff");
  src: url("/wp-content/themes/VC-Divi/fonts/academy-regular-w01.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Condensed";
  src: url("/wp-content/themes/VC-Divi/fonts/HelveticaNeueBoldCondensed.woff") format("woff");
  src: url("/wp-content/themes/VC-Divi/fonts/HelveticaNeueBoldCondensed.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
.main-container {
  width: 90%;
  max-width: 1420px;
  margin: 0 auto;
}
a, a::after, a::before {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
:active, :hover, :focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
body.page:not(.page-id-91) .heateor_sss_sharing_container {
  display: none !important;
}
.et_pb_image_wrap .et-waypoint {
  opacity: 1 !important;
}
/*header#main-header {
  .container {
  }
  .logo_container {
    .logo_helper {
    }
    a {
    }
    img#logo {
    }
  }
  #et-top-navigation {
  }
  #top-menu-nav {
    ul#top-menu {
      & > li.menu-item {
        a {
        }
        &:hover > .sub-menu {
          z-index: 9999;
          left: 0;
        }
        & > ul.sub-menu {
          z-index: -10;
          left: 1920px;
          & > li.menu-item {
            a {
            }
            ul.sub-menu {
              li.menu-item {
                a {
                }
              }
            }
          }
        }
      }
    }
  }
  #et_top_search {
  }
  #et_mobile_nav_menu {
  }
}
  
/// New Divi Header 2022-05 --------------------------------------
header.et-l.et-l--header {
  padding-top: 106px;
}

#section-header {
  padding: 0 !important;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  display: flex;
  align-items: center;
  & > .et_pb_row {
    max-width: 1780px;
    width: 90%;
    padding: 10px 0;
    @media (min-width: 1800px) {
      width: 96% !important;
    }
    @media screen and (max-width:980px) {
      width: 100% !important;
    }
    & > .et_pb_column {
      & > .et_pb_module {
        margin-bottom: 0;
        .et_pb_menu_inner_container {
        }
      }
    }
  }
  .et_pb_menu__logo-wrap {
    max-width: 230px;
    margin-right: 30px;
    @media (min-width: 1800px) {
      margin-left: 3.1%;
    }
    @media (max-width: 1199px) {
      max-width: 180px;
      margin-right: 20px;
    }
    @media screen and (max-width:980px) {
      max-width: 220px;
      padding-left: 3%;
      margin-right: 0;
    }
    .et_pb_menu__logo {
      img {
      }
    }
  }
  .et_pb_menu__wrap {
    @media screen and (max-width:980px) {
        padding-right: 4%;
    }
    .et_pb_menu__menu {
      margin-left: auto;
      nav.et-menu-nav {
        ul.et-menu {
          li.menu-item {
            align-items: center;
            &.menu-item-managed,
            &.menu-item-cloud,
            &.menu-item-security {
              padding-left: 39px;
              background-repeat: no-repeat;
              background-size: auto auto;
              background-position: left center;
              margin-right: 17px;
              @media (max-width: 1199px) {
                padding-left: 11px;
                margin-right: 0 !important;
                background-image: none !important;
              }
              a {
                color: #000000;
                font-family: 'HelveticaNeue Condensed', sans-serif;
                font-size: clamp(16px, 1.333vw, 24px);
                font-weight: 400;
                font-style: normal;
                letter-spacing: normal;
                line-height: 1;
                text-align: center;
                text-transform: uppercase;
                transition: all .6s;
                &:hover {
                  color: #47a942;
                }
              }
            }
            &.menu-item-managed {
              background-image: url("/wp-content/uploads/2022/05/managed_services.png");
              @media (min-width: 1800px) {
                margin-right: 34px;
              }
            }
            &.menu-item-cloud {
              background-image: url("/wp-content/uploads/2022/05/cloud_services2.png");
              @media (min-width: 1800px) {
                margin-right: 26px;
              }
            }
            &.menu-item-security {
              background-image: url("/wp-content/uploads/2022/05/security_services2.png");
            }
            &.menu-item-button {
              a {
                display: inline-flex;
                text-align: center;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: 229px;
                height: 44px;
                border-radius: 5px;
                background-color: #46a941;
                color: #fefefe;
                font-family: 'HelveticaNeue Condensed', sans-serif;
                font-size: clamp(16px, 1.333vw, 24px);
                font-weight: 400;
                font-style: normal;
                letter-spacing: normal;
                line-height: 1;
                padding: 5px 17px;
                border: 1px solid #47a942;
                transition: all .6s;
                margin-right: 10px;
                &:hover {
                  background-color: transparent;
                  color: #47a942;
                }
              }
            }
            &.menu-item-more {
              a {
                color: #000000;
                font-family: Sora, sans-serif;
                font-size: 9px;
                font-weight: 400;
                font-style: normal;
                letter-spacing: normal;
                line-height: 1px;
                text-align: justify;
                text-transform: uppercase;
                position: relative;
                z-index: 1;
                width: 29px;
                height: 30px;
                display: block;
                flex: 0 0 29px;
                align-self: center;
                border-top: 3px solid #004b80;
                padding: 23px 0 0 0;
                transition: all .6s;
                margin-top: 2px;
                &::before,
                &::after {
                  content: '';
                  position: absolute;
                  z-index: 2;
                  width: 100%;
                  height: 3px;
                  left: 0;
                  transition: all .6s;
                }
                &::before {
                  background-color: #46a941;
                  top: 3px !important;
                }
                &::after {
                  background-color: #004b80;
                  top: 9px !important;
                  transform: none !important;
                }
                &:hover {
                  color: #47a942;
                  border-top-color: #47a942;
                  &::after {
                    background-color: #46a941;
                  }
                }
              }
            }
          }
        }
      }
    }
    .et_mobile_nav_menu{
      @media screen and (max-width:980px) {
          margin: 0 12px 0 0;
      }
    }
  }
  #mobile-menu-old .mobile_nav {
    @media screen and (max-width:920px) {
        padding-top: 15px;
    }
    .mobile_menu_bar {
      color: #000000;
      font-family: Sora, sans-serif;
      font-size: 9px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 1px;
      text-align: justify;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      width: 29px;
      height: 30px;
      display: block;
      flex: 0 0 29px;
      align-self: center;
      border-top: 3px solid #004b80;
      padding: 23px 0 0 0;
      transition: all .6s;
      margin-top: 9px;
      &::before,
      &::after {
        content: '';
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 3px;
        left: 0;
        transition: all .6s;
      }
      &::before {
        background-color: #46a941;
        top: 3px !important;
      }
      &::after {
        background-color: #004b80;
        top: 9px !important;
        transform: none !important;
      }
      &:hover {
        color: #47a942;
        border-top-color: #47a942;
        &::after {
          background-color: #46a941;
        }
      }
    }
    &.opened{
      .mobile_menu_bar{
        transition: all 0.25s ease;
        border-top: none;
        &:before{
            transform: rotate(135deg) translate(7px, -5px);
        }
        &:after{
            transform: rotate(45deg) translate(1px, 3px) !important
        }
      }
    }
    #mobile_menu2{
      @media screen and (max-width:980px) {
        margin-top: 15px;
        padding: 0 5%;
        li.first-level {
          a {
            font-family: 'HelveticaNeue Condensed', sans-serif;
            padding: 15px 5% 15px 0;
            font-size: 18px;
            &:after{
                top: 15px !important;
            }
          }
          ul.sub-menu{
            display: block !important;
            transition: all 0.4s ease-in-out;
            height: 0;
            transform: scale(1, 0);
            &.visible{
              height: 100%;
              transform: scale(1,1);
            }
          }
        }
      }
    }
  }
}

/// Popup Desktop Menu
#section-popup-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: -10;
  transition: all .7s;
  background-image: url("/wp-content/uploads/2022/10/bg-popup-menu2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  @include tablet {
    display: none !important;
  }
  &.popup-menu-open {
    z-index: 11111;
    //opacity: 1;
    left: 0;
  }
  .popup-menu-container {
    max-width: 1426px;
    width: 90%;
    margin: 0 auto .9%;
    display: grid;
    grid-template-columns: 19% 19% 21.8% 21.8%;
    grid-column-gap: 6.2%;
  }
  .popup-menu-box {
  }
  .popup-menu-title {
    color: #0074c6;
    font-family: 'HelveticaNeue Condensed', sans-serif;
    font-size: clamp(19px, 1.600vw, 24px);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2.1px;
    line-height: 10px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 33px;
    border-bottom: 1px solid #004b80;
    margin-bottom: 23px;
  }
  .popup-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    .popup-menu-item {
      .popup-menu-item-link {
        color: #ffffff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: clamp(17px, 1.333vw, 20px);
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 1.7;
        text-align: left;
        &:hover {
          color: #46a941;
        }
      }
    }
  }
  address.popup-menu-address {
    padding-left: 11px;
    padding-top: 4px;
    @media (max-width: 1199px) {
      padding-left: 4px;
    }
    span, a {
      color: #ffffff;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: clamp(17px, 1.333vw, 20px);
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 1.3;
      text-align: left;
      display: block;
      background-repeat: no-repeat;
      background-size: auto auto;
      background-position: left center;
      padding-left: 52px;
      @media (max-width: 1199px) {
        padding-left: 36px;
      }
      &:first-child {
        background-position: top 3px left;
      }
    }
    a {
      &:hover {
        color: #46a941;
      }
    }
    .popup-menu-address-location {
      background-image: url("/wp-content/uploads/2022/05/address-location.png");
      margin-bottom: 32px;
    }
    .popup-menu-address-phone {
      background-image: url("/wp-content/uploads/2022/05/address-phone.png");
      margin-bottom: 25px;
    }
    .popup-menu-address-email {
      background-image: url("/wp-content/uploads/2022/05/address-email.png");
      margin-bottom: 0;
    }
  }
  .social-list-title {
    color: #ffffff;
    font-family: 'HelveticaNeue Condensed', sans-serif;
    font-size: clamp(19px, 1.733vw, 26px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: .4px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    padding: 14px 0 0px 10px;
    margin-bottom: 35px;
    @media (max-width: 1199px) {
      padding-left: 0;
    }
  }
  ul.social-list {
    padding: 0 0 0 13px;
    margin: 0;
    list-style-type: none;
    li {
      display: inline-block;
      margin-right: 14%;
      &:last-child {
        margin-right: 0;
      }
      a {
        &:hover {
          .fa {
            color: #46a941;
          }
        }
        .fa {
          font-size: 29px;
          color: #fff;
          transition: all .6s;
        }
      }
    }
  }
  .menu-close {
    border: none;
    padding-top: 21px;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 7.44px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 22222;
    right: calc(17px + 3%);
    //top: calc(10px + 6%);
    top: calc(10px + 1.5%);
    background-color: transparent !important;
    background-image: url("/wp-content/uploads/2022/05/menu_close.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 17px 18px;
    cursor: pointer;
    &:hover {
      color: #46a941;
    }
    @media (max-height: 800px) {
      //top: calc(10px + 3%);
      top: calc(10px + 1.5%);
    }
  }
}*/
/*** NEW Header 2023-02 ***/
#page-container #et-main-area.fixed-header {
  margin-top: 140px;
}
@media (max-width: 1200px) {
  #page-container #et-main-area.fixed-header {
    margin-top: 125px;
  }
}
@media (max-width: 980px) {
  #page-container #et-main-area.fixed-header {
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  #page-container #et-main-area.fixed-header {
    margin-top: 101px;
  }
}
@media (max-width: 520px) {
  #page-container #et-main-area.fixed-header {
    margin-top: 123px;
  }
}
#page-container header.et-l.et-l--header {
  padding: 0;
}
#page-container header.fixed-header {
  position: fixed;
  top: -101px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: top 0.25s linear 0.1s;
}
@media (max-width: 520px) {
  #page-container header.fixed-header {
    top: -123px;
  }
}
#page-container header.fixed-header #topbar-2023.header-topbar ul {
  font-size: 16px;
  line-height: 22px;
  padding: 4px 0 5px 0;
}
#page-container header.fixed-header #header-2023.header-2023 .header-inner {
  padding: 12.5px 0;
}
#page-container header.fixed-header #header-2023.header-2023 .header-inner .et_pb_column:nth-child(1) {
  width: 120px;
}
#page-container header.fixed-header #header-2023.header-2023 .header-logo {
  width: 120px;
}
#page-container header.fixed-header #header-2023.header-2023 .header-btn {
  width: 220px;
  height: 42px;
  font-size: 18px;
}
#page-container header.show-header {
  top: 0;
  transition: top 0.5s linear 0.1s;
}
#page-container header .header-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #004b80;
  padding: 0;
}
#page-container header .header-topbar .topbar-inner {
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
#page-container header .header-topbar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.4px;
  color: #fff;
  list-style: none;
  padding: 12px 0 13px 0;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 0 7px 0;
  }
}
@media (max-width: 767px) {
  #page-container header .header-topbar ul {
    padding: 4px 0 5px 0;
  }
}
#page-container header .header-topbar ul li {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#page-container header .header-topbar ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul li::before {
    top: 3.5px;
    height: 14px;
  }
}
#page-container header .header-topbar ul li span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
#page-container header .header-topbar ul li a {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: 0.1px;
  color: inherit;
  transition-property: none;
}
#page-container header .header-topbar ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
#page-container header .header-topbar ul li a:hover::before {
  opacity: 0.6;
  transform: scaleX(1);
}
#page-container header .header-topbar ul li a b {
  font-weight: 700;
  letter-spacing: -0.3px;
}
#page-container header .header-topbar ul .support {
  text-transform: uppercase;
  padding: 0 12px 0 0;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .support {
    padding: 0 8px 0 0;
  }
}
@media (max-width: 980px) {
  #page-container header .header-topbar ul .support {
    display: none;
  }
}
#page-container header .header-topbar ul .support::before {
  content: none;
}
#page-container header .header-topbar ul .location {
  padding: 0 12px;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .location {
    padding: 0 8px;
  }
}
@media (max-width: 980px) {
  #page-container header .header-topbar ul .location {
    font-size: 15px;
    padding: 0 9px 0 0;
  }
  #page-container header .header-topbar ul .location::before {
    content: none;
  }
}
@media (max-width: 767px) {
  #page-container header .header-topbar ul .location {
    display: none;
  }
}
#page-container header .header-topbar ul .location img {
  width: 12px;
  margin: 0 4px 0 16px;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .location img {
    margin: 0 3px 0 7px;
  }
}
#page-container header .header-topbar ul .help-tel {
  text-transform: uppercase;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .help-tel {
    padding: 0 8px;
  }
}
@media (max-width: 980px) {
  #page-container header .header-topbar ul .help-tel span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #page-container header .header-topbar ul .help-tel {
    padding: 0 9px 0 0;
  }
  #page-container header .header-topbar ul .help-tel::before {
    content: none;
  }
}
@media (max-width: 520px) {
  #page-container header .header-topbar ul .help-tel {
    flex-basis: 100%;
    justify-content: flex-end;
    padding: 0;
  }
}
#page-container header .header-topbar ul .help-tel a {
  margin-left: 4px;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .help-tel a {
    margin-left: 5px;
  }
}
#page-container header .header-topbar ul .sales-tel {
  text-transform: uppercase;
  padding: 0 0 0 12px;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .sales-tel {
    padding: 0 0 0 8px;
  }
}
@media (max-width: 980px) {
  #page-container header .header-topbar ul .sales-tel span {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  #page-container header .header-topbar ul .sales-tel {
    flex-basis: 100%;
    justify-content: flex-end;
    padding: 0;
  }
  #page-container header .header-topbar ul .sales-tel::before {
    content: none;
  }
}
#page-container header .header-topbar ul .sales-tel a {
  margin-left: 7px;
}
@media (max-width: 1200px) {
  #page-container header .header-topbar ul .sales-tel a {
    margin-left: 5px;
  }
}
#page-container header .header-2023 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  padding: 0;
}
#page-container header .header-2023 .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  padding: 18px 0;
  margin: auto;
}
@media (max-width: 980px) {
  #page-container header .header-2023 .header-inner {
    padding: 12.5px 0;
  }
}
#page-container header .header-2023 .header-inner::after {
  content: unset;
}
#page-container header .header-2023 .header-inner .et_pb_column {
  margin: 0;
}
#page-container header .header-2023 .header-inner .et_pb_column:nth-child(1) {
  width: 144px;
}
@media (max-width: 980px) {
  #page-container header .header-2023 .header-inner .et_pb_column:nth-child(1) {
    width: 120px;
  }
}
#page-container header .header-2023 .header-inner .et_pb_column:nth-child(2) {
  flex-basis: auto;
  width: auto;
}
#page-container header .header-2023 .header-inner .et_pb_column:nth-child(3) {
  width: 250px;
}
@media (max-width: 1200px) {
  #page-container header .header-2023 .header-inner .et_pb_column:nth-child(3) {
    width: 212px;
  }
}
@media (max-width: 980px) {
  #page-container header .header-2023 .header-inner .et_pb_column:nth-child(3) {
    display: none;
  }
}
#page-container header .header-2023 .header-logo {
  width: 144px;
}
@media (max-width: 980px) {
  #page-container header .header-2023 .header-logo {
    width: 120px;
  }
}
#page-container header .header-2023 .header-logo img {
  width: 100%;
}
#page-container header .header-2023 .header-menu {
  background: none;
  margin: 0;
}
@media (max-width: 980px) {
  #page-container header .header-2023 .header-menu {
    display: none;
  }
}
#page-container header .header-2023 .header-menu nav > ul > li {
  padding: 0;
  margin: 0 0 0 clamp(10px, calc(6.27vw - 51.5px), 30px);
}
#page-container header .header-2023 .header-menu nav > ul > li.current-menu-item a {
  color: #46A941;
}
#page-container header .header-2023 .header-menu nav > ul > li a {
  font-family: "Open Sans";
  font-size: clamp(14px, 1.427vw, 16px);
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #2e2e2e;
  padding: 0;
  transition: color 0.3s ease;
}
#page-container header .header-2023 .header-menu nav > ul > li a:hover {
  color: #46A941;
}
#page-container header .header-2023 .header-menu nav > ul > li a::after {
  right: -15px;
}
#page-container header .header-2023 .header-menu nav > ul > li > ul li:last-of-type {
  padding: 0 !important;
}
#page-container header .header-2023 .header-menu nav > ul > li > ul li a:hover {
  background-color: #fff;
  opacity: 1;
}
#page-container header .header-2023 .header-menu nav > ul > li.mobile-only {
  display: none;
}
@media (min-width: 981px) {
  #page-container header .header-2023 .header-burger {
    display: none;
  }
}
#page-container header .header-2023 .header-burger .header-burger-btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
  overflow: hidden;
  will-change: contents;
}
#page-container header .header-2023 .header-burger .header-burger-btn span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #46a941;
  transition: top 0.3s ease, transform 0.3s ease;
}
#page-container header .header-2023 .header-burger .header-burger-btn span:nth-of-type(1) {
  top: 5px;
}
#page-container header .header-2023 .header-burger .header-burger-btn span:nth-of-type(2) {
  top: 13.5px;
}
#page-container header .header-2023 .header-burger .header-burger-btn span:nth-of-type(3) {
  top: 22px;
}
#page-container header .header-2023 .header-burger .header-burger-btn:hover span:nth-of-type(1) {
  top: 0;
}
#page-container header .header-2023 .header-burger .header-burger-btn:hover span:nth-of-type(2) {
  top: 13.5px;
}
#page-container header .header-2023 .header-burger .header-burger-btn:hover span:nth-of-type(3) {
  top: 27px;
}
#page-container header .header-2023 .header-burger .header-burger-btn.actived span {
  position: absolute;
  top: calc(50% - 1.5px);
}
#page-container header .header-2023 .header-burger .header-burger-btn.actived span:nth-of-type(1) {
  transform: rotate(45deg);
}
#page-container header .header-2023 .header-burger .header-burger-btn.actived span:nth-of-type(2) {
  transform: scaleX(0);
}
#page-container header .header-2023 .header-burger .header-burger-btn.actived span:nth-of-type(3) {
  transform: rotate(-45deg);
}
#page-container header .header-2023 .header-burger .header-burger-btn.actived:hover span:nth-of-type(1) {
  top: calc(50% - 1.5px);
  transform: rotate(225deg);
}
#page-container header .header-2023 .header-burger .header-burger-btn.actived:hover span:nth-of-type(3) {
  top: calc(50% - 1.5px);
  transform: rotate(135deg);
}
#page-container header .header-2023 .header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  font-family: "Helvetica Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  background-color: #46a941;
  border: 1px solid #46a941;
  border-radius: 6px;
  padding: 11px 10px 10px;
  transition-property: color, background-color !important;
}
@media (max-width: 1200px) {
  #page-container header .header-2023 .header-btn {
    width: 212px;
    height: 42px;
    font-size: 18px;
  }
}
#page-container header .header-2023 .header-btn::after {
  content: none;
}
#page-container header .header-2023 .header-btn:hover {
  color: #46a941;
  background-color: transparent;
  border: 1px solid #46a941;
  padding: inherit;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row {
  min-height: unset;
  width: 100%;
  margin: 0;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_pb_menu__menu {
  display: none;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu {
  margin: 0;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > .mobile_menu_bar {
  display: none;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu {
  background-color: #fff;
  border: none !important;
  padding: 0;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu > li {
  position: relative;
  padding: 0;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu > li > ul.sub-menu {
  height: 0;
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu > li > ul.sub-menu.active {
  height: auto;
  transform: scaleY(1);
  transition: transform 0.3s ease, height 0.3s ease;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu > li > ul.sub-menu li.menu-item ul.sub-menu li.menu-item {
  padding: 0 !important;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu > li > ul.sub-menu li.menu-item ul.sub-menu a {
  padding: 1em 15%;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu > li > ul.sub-menu a {
  opacity: 0.75;
  padding: 1em 10%;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu a {
  display: block;
  width: 100%;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #004b80;
  border-top: 1px solid #004b80;
  padding: 1em 5%;
  margin: 0;
  transition: background 0.25s ease, opacity 0.25s ease;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu a:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu .expand-btn {
  padding: 0;
  position: absolute;
  right: 0;
  top: 1px;
  width: 54px;
  height: 54px;
  border: none;
  cursor: pointer;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu .expand-btn.active span:before {
  transform: scaleY(0);
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu .expand-btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff22;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu .expand-btn span:before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  left: calc(50% - 1.5px);
  width: 3px;
  height: 25px;
  background-color: #004b80;
  transition: transform 0.3s ease;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu .expand-btn span:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 12.5px);
  width: 25px;
  height: 3px;
  background-color: #004b80;
}
#page-container header .header-mob-menu > .et_pb_fullwidth_menu > .et_pb_row > .et_pb_menu__wrap > .et_mobile_nav_menu > .mobile_nav > ul.et_mobile_menu .expand-btn span:hover {
  background-color: #fff;
}
html body #section-hero.et_pb_section {
  background-image: url("/wp-content/uploads/2022/05/bg_category_post.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
@media (min-width: 1200px) {
  html body #section-hero.et_pb_section {
    min-height: 507px;
    display: flex;
    align-items: center;
  }
}
html body #section-hero.et_pb_section .et_pb_row {
  width: 90% !important;
  max-width: 1430px !important;
}
@media (min-width: 1200px) {
  html body #section-hero.et_pb_section .et_pb_row .et_pb_column {
    margin-bottom: 1%;
  }
}
html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
  margin: 0 !important;
}
html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h1, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_title_container h1, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner h1 {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
  max-width: 1150px;
}
html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h1::before, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_title_container h1::before, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner h1::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0046bc;
}
html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .section-hero-inner, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_title_container .section-hero-inner, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner .section-hero-inner {
  padding-top: 41px;
  max-width: 715px;
}
html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .section-hero-inner p, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_title_container .section-hero-inner p, html body #section-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner .section-hero-inner p {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.333vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  padding: 0;
  margin: 0;
}
footer #footer-bottom {
  padding: 15px 0;
}
footer #footer-bottom .container #footer-info, footer #footer-bottom .container #footer-msp {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer #footer-bottom .container #footer-info, footer #footer-bottom .container #footer-msp {
    flex-direction: column;
  }
}
footer #footer-bottom .container #footer-info p, footer #footer-bottom .container #footer-msp p {
  padding: 0;
}
@media screen and (max-width: 375px) {
  footer #footer-bottom .container #footer-info p:last-of-type a, footer #footer-bottom .container #footer-msp p:last-of-type a {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  footer #footer-bottom .container #footer-info p:last-of-type span, footer #footer-bottom .container #footer-msp p:last-of-type span {
    display: none;
  }
}
footer #footer-bottom .container #footer-msp {
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.26);
}
footer #footer-bottom .container #footer-msp p, footer #footer-bottom .container #footer-msp a {
  font-size: 14px;
}
footer #footer-bottom .container #footer-msp a {
  color: rgba(255, 255, 255, 0.26);
  white-space: nowrap;
}
footer #footer-bottom .container #footer-msp a:hover {
  opacity: 0.7;
}
#section-footer {
  background: linear-gradient(to bottom, #004c80 50%, #0b2f48 50%);
  padding-bottom: 0;
  overflow: hidden;
}
#section-footer .footer-row-content {
  padding: 86px 39px;
  max-width: 1750px;
  width: 90%;
  background-image: url("/wp-content/uploads/2022/05/bg-footer-row-content.jpg");
  background-position: center bottom -4px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1800px) {
  #section-footer .footer-row-content {
    width: 96%;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-content {
    padding-top: 51px;
  }
}
#section-footer .footer-title {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(32px, 3.39vw, 60px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  padding-bottom: calc(23px + 3%);
}
#section-footer .footer-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-column-gap: 2%;
}
@media (min-width: 981px) {
  #section-footer .footer-list {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  }
}
@media (max-width: 980px) {
  #section-footer .footer-list {
    grid-template-columns: 47% 47%;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-list {
    grid-template-columns: 100%;
    grid-column-gap: 0;
  }
}
#section-footer .footer-list-item {
  padding: 0;
  margin: 0 0 calc(18px + 3%);
  list-style-type: none;
  position: relative;
  z-index: 1;
}
#section-footer .footer-list-item:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 220%;
  background-color: #0b2f48;
  top: 0;
  left: 104.5%;
}
@media (max-width: 767px) {
  #section-footer .footer-list-item:before {
    display: none;
  }
}
@media (max-width: 980px) {
  #section-footer .footer-list-item:nth-child(2):before {
    display: none;
  }
}
#section-footer .footer-list-item:last-child:before {
  display: none !important;
}
#section-footer .footer-list-item-title {
  color: #5080a0;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(26px, 2.26vw, 40px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  padding-bottom: calc(10px + 12%);
}
@media (max-width: 980px) {
  #section-footer .footer-list-item-title {
    padding-bottom: calc(10px + 1%);
  }
}
#section-footer .footer-list-item-description {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.13vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  padding: 0 12%;
}
#section-footer .footer-conversation {
  width: 100%;
  max-width: 349px;
  padding: 18px 10px;
  margin: calc(18px + 3%) auto 0;
  border-radius: 5px;
  border: 1px solid #57dd50;
  background-color: #46a943;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(22px, 1.582vw, 28px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  transition: all 0.5s;
  position: relative;
  z-index: 11;
}
#section-footer .footer-conversation:hover {
  background-color: transparent;
  color: #46a943;
  border-color: #46a943;
}
#section-footer .footer-row-address {
  max-width: 1590px;
  width: 90%;
  padding: calc(18px + 2%) 0 calc(26px + 1%);
}
#section-footer .footer-row-address .et_pb_column {
  display: grid;
  grid-column-gap: 1%;
}
@media (min-width: 981px) {
  #section-footer .footer-row-address .et_pb_column {
    grid-template-columns: 18.8% 30.5% 15.7% 17.7% 13.3%;
    grid-template-areas: "logo location phone email social";
  }
}
@media (max-width: 1500px) {
  #section-footer .footer-row-address .et_pb_column {
    grid-template-columns: 20% 35% 35%;
    grid-column-gap: 5%;
    grid-template-areas: "logo location phone" ".  social email";
  }
}
@media (max-width: 1279px) {
  #section-footer .footer-row-address .et_pb_column {
    grid-template-columns: 20% 44% 26%;
  }
}
@media (max-width: 980px) {
  #section-footer .footer-row-address .et_pb_column {
    grid-template-columns: 20% 35% 35%;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-template-areas: "logo" "location" "phone" "email" "social";
  }
}
#section-footer .footer-row-address .et_pb_column > *:nth-child(1) {
  grid-area: logo;
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
}
#section-footer .footer-row-address .et_pb_column > *:nth-child(2) {
  grid-area: location;
}
@media (max-width: 1500px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(2) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    min-width: 55%;
  }
}
@media (max-width: 480px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(2) {
    margin-left: 0;
  }
}
#section-footer .footer-row-address .et_pb_column > *:nth-child(3) {
  grid-area: phone;
}
@media (max-width: 1500px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(3) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    min-width: 55%;
  }
}
@media (max-width: 480px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(3) {
    margin-left: 0;
  }
}
#section-footer .footer-row-address .et_pb_column > *:nth-child(4) {
  grid-area: email;
}
@media (max-width: 1500px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(4) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
    min-width: 55%;
  }
}
@media (max-width: 480px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(4) {
    margin-left: 0;
  }
}
#section-footer .footer-row-address .et_pb_column > *:nth-child(5) {
  grid-area: social;
}
@media (max-width: 1500px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(5) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
    min-width: 55%;
  }
}
@media (max-width: 480px) {
  #section-footer .footer-row-address .et_pb_column > *:nth-child(5) {
    margin-left: 0;
  }
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column .et_pb_blurb {
    width: 100%;
    max-width: 220px;
    flex: 0 0 220px;
    margin-right: auto;
    margin-left: auto;
  }
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 35px;
  margin-right: 13px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    flex: 0 0 35px;
  }
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
  padding: 0 !important;
  margin: 0 !important;
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:first-of-type {
  padding-top: 3%;
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span, #section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(19px, 1.491vw, 24px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.08;
  text-align: left;
}
#section-footer .footer-row-address .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a:hover {
  color: #46a943;
}
#section-footer .footer-row-address .et_pb_column .et_pb_code {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  #section-footer .footer-row-address .et_pb_column .et_pb_code {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column .et_pb_code {
    width: 100%;
    max-width: 220px;
    flex: 0 0 220px;
    margin-right: auto;
    margin-left: auto;
  }
}
#section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner {
  width: 100%;
}
#section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner ul.footer-social {
  width: 100%;
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-column-gap: 1.33%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1500px) {
  #section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner ul.footer-social {
    max-width: 180px;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner ul.footer-social {
    transform: translateX(22px);
    margin: 0 auto;
  }
}
#section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner ul.footer-social li a {
  color: #ffffff;
}
#section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner ul.footer-social li a:hover {
  color: #46a943;
}
#section-footer .footer-row-address .et_pb_column .et_pb_code .et_pb_code_inner ul.footer-social li a .fa {
  font-size: 26px;
}
#section-footer .footer-row-copyright {
  max-width: 1590px;
  width: 90%;
  padding: 27px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  #section-footer .footer-row-copyright {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-copyright {
    flex-direction: column;
  }
}
#section-footer .footer-row-copyright::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: -50%;
  top: 0;
  width: 5000px;
  height: 1px;
  background-color: #0b3b5c;
}
@media (max-width: 980px) {
  #section-footer .footer-row-copyright .et_pb_column:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #section-footer .footer-row-copyright .et_pb_column:first-child {
    margin-bottom: 19px;
  }
}
#section-footer .footer-row-copyright .et_pb_code_inner {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  #section-footer .footer-row-copyright .et_pb_code_inner {
    text-align: center;
    width: 100%;
  }
}
#section-footer .footer-row-copyright .et_pb_text_inner {
  text-align: right;
}
#section-footer .footer-row-copyright .et_pb_text_inner .copyright-inner {
  color: #ffffff !important;
  padding: 0 3px 0 3px;
}
#section-footer .footer-row-copyright .et_pb_text_inner a {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
}
#section-footer .footer-row-copyright .et_pb_text_inner a:hover {
  color: #46a943;
}
@media (max-width: 767px) {
  #section-footer .footer-row-copyright .et_pb_text_inner {
    text-align: center;
    width: 100%;
  }
}
.page-id-979 #page-container {
  overflow-x: hidden;
}
.page-id-979 #section-footer {
  overflow: visible !important;
  background: #0b2f48;
}
.page-id-979 #section-footer .footer-row-content {
  margin-top: -409px;
}
/*** NEW Footer 2023-04 ***/
.page-id-11238 #page-container footer .footer-main-row {
  position: relative;
  background: url("/wp-content/uploads/2023/04/footer-overlay.jpg");
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 102px 0 54px;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row {
    padding: 60px 0 40px;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-title {
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto 20px;
}
.page-id-11238 #page-container footer .footer-main-row .footer-title .footer-title-inner h2 {
  font-family: "Open Sans";
  font-size: clamp(36px, 4.7vw, 39px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.35em;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-title .footer-title-inner h2 {
    font-size: clamp(30px, 9.375vw, 36px);
    line-height: 1.4em;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-title .footer-title-inner h2 span {
  display: block;
  font-weight: 800;
  letter-spacing: 0;
  color: #46a941;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-title .footer-title-inner h2 span {
    line-height: 1em;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-text {
  padding: 0;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-text {
    margin-bottom: 30px;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-text .footer-text-inner {
  font-family: "Open Sans";
  font-size: clamp(18px, 2.35vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.85em;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-text .footer-text-inner {
    line-height: 1.35em;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-text .footer-text-inner a {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  white-space: nowrap;
  color: #fff;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease;
}
.page-id-11238 #page-container footer .footer-main-row .footer-text .footer-text-inner a:hover {
  color: #46a941;
}
.page-id-11238 #page-container footer .footer-main-row .footer-text .footer-text-inner b {
  letter-spacing: -0.8px;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  column-gap: clamp(20px, 4vw, 60px);
  padding: 0;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form {
    flex-wrap: wrap;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form::after {
  content: none;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form > .et_pb_column {
  padding: 0;
  margin: 0 !important;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form > .et_pb_column:nth-child(1) {
  max-width: 375px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form > .et_pb_column:nth-child(1) {
    max-width: 490px;
    margin: 0 auto 40px !important;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form > .et_pb_column:nth-child(2) {
  max-width: 725px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form > .et_pb_column:nth-child(2) {
    max-width: 490px;
    margin: 0 auto !important;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule h3 {
  font-family: "Open Sans";
  font-size: clamp(24px, 2.7vw, 30px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.362em;
  letter-spacing: 0;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule h3 {
    text-align: center;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule ol {
  counter-reset: myCounter;
  padding: 0;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule ol li {
  position: relative;
  width: calc(100% - 33px);
  font-family: "Open Sans";
  font-size: clamp(18px, 2.35vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: 0;
  list-style: none;
  color: #fff;
  padding-top: 0px;
  padding-right: 0;
  padding-left: 33px;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule ol li:not(:last-child) {
  padding-bottom: clamp(30px, 3.9vw, 50px);
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 9px;
  display: block;
  width: 2px;
  height: calc(100% - 24px);
  background-color: #05a8e1;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-schedule ol li::before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 2px;
  left: -2px;
  display: block;
  width: 20px;
  height: 20px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 2px solid #05a8e1;
  border-radius: 50%;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form {
  margin: 0 0 60px;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form {
    margin: 0 0 40px;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper {
  max-width: 725px;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper .gform_heading {
  display: none;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
}
@media (max-width: 520px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields {
    grid-row-gap: 12px;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield input[type="text"], .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px !important;
  letter-spacing: -0.2px;
  color: #000;
  border: 1px solid #fff !important;
  border-radius: 10px;
  padding: 11px 15px 12px !important;
  margin: 0 !important;
  outline: none;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield input[type="text"], .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield textarea {
    padding: 9px 12px !important;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield input[type="text"]::placeholder, .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield textarea::placeholder {
  letter-spacing: -0.5px;
  color: #6d6e71;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield textarea {
  height: 118px;
  resize: none;
  letter-spacing: normal;
  padding: 9px 15px !important;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield textarea {
    padding: 9px 12px !important;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield textarea::placeholder {
  letter-spacing: 0.1px;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input[type="text"], .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error textarea {
  border: 1px solid #c02b0a !important;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input[type="text"]::placeholder, .page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error textarea::placeholder {
  opacity: 1;
  color: #c02b0a;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields .gfield_validation_message {
  display: none;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform_footer {
  justify-content: end;
  padding: 16px 0 0;
  margin: 0;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform_footer input[type="submit"] {
  width: clamp(180px, 23.5vw, 200px);
  height: clamp(43.2px, 21.15vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans";
  font-size: clamp(18px, 2.35vw, 20px);
  font-weight: 600;
  line-height: 1 !important;
  letter-spacing: normal;
  text-transform: uppercase !important;
  background-color: #46A941 !important;
  border: 1px solid #46A941 !important;
  border-radius: 10px;
  color: #fff !important;
  padding: 0 !important;
  margin: 0;
  transition: all 0.3s ease;
}
.page-id-11238 #page-container footer .footer-main-row .footer-schedule-and-form .footer-form > .et_pb_code_inner .gform_wrapper form .gform_footer input[type="submit"]:hover {
  color: #46A941 !important;
  background-color: #fff !important;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 1200px;
  width: 90%;
  border-top: 1px solid #fff4;
  padding: 21px 0 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact {
    flex-direction: column;
    align-items: center;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact::after {
  content: none;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column {
    max-width: 490px;
    width: 90%;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(1) {
  width: 31.5%;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(1) {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(1) {
    margin-bottom: 20px !important;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(2) {
  width: 27.8%;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(2) {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(2) {
    margin-bottom: 20px !important;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(3) {
  width: 30%;
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_column:nth-child(3) {
    width: 32%;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .et_pb_text_inner {
  padding-left: 24px;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact h3 {
  font-family: "Open Sans";
  font-size: clamp(24px, 3.125vw, 26px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3465em;
  letter-spacing: 0;
  color: #fff;
  padding: 0;
  margin: 0 0 3px !important;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact p {
  font-family: "Open Sans";
  font-size: clamp(18px, 2.35vw, 20px) !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.35em !important;
  letter-spacing: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact p a {
  position: relative;
  color: inherit;
  transition: color 0.3s ease;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact p a:hover {
  color: #46a941;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact p a b {
  white-space: nowrap;
}
@media (min-width: 441px) and (max-width: 767px) {
  .page-id-11238 #page-container footer .footer-main-row .footer-contact p br {
    display: none;
  }
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .footer-adress::before, .page-id-11238 #page-container footer .footer-main-row .footer-contact .footer-phone::before, .page-id-11238 #page-container footer .footer-main-row .footer-contact .footer-email::before {
  content: "";
  position: absolute;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  line-height: 20px;
  color: #05a8e1;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .footer-adress::before {
  content: "";
  top: 5px;
  left: 0;
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .footer-phone::before {
  content: "";
  top: 7px;
  left: -7px;
  transform: rotate(90deg);
}
.page-id-11238 #page-container footer .footer-main-row .footer-contact .footer-email::before {
  content: "";
  top: 7px;
  left: -5px;
}
.page-id-11238 #page-container footer .footer-bottom-row {
  background-color: #2e2e2e;
  padding: 0 !important;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec {
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #fff;
  padding: 19px 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner {
    padding: 25px 0 80px 0;
  }
}
@media (max-width: 1200px) {
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span {
    display: block;
    margin-top: 10px;
  }
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 20%;
  display: block;
  width: 2px;
  height: 70%;
  background: #fff;
  opacity: 0.6;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(1) {
  margin-left: 14px;
}
@media (max-width: 1200px) {
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(1) {
    margin-left: 0;
  }
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(1)::before {
    content: none;
  }
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(2) {
  margin-left: 12px;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(3) {
  letter-spacing: 0px;
  margin-left: 10px;
}
@media (max-width: 390px) {
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(3) {
    display: inline-block;
    margin: 0 20px;
  }
  .page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner span a:nth-of-type(3)::before {
    content: none;
  }
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner a {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  white-space: nowrap;
  color: inherit;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff9;
  opacity: 0.6;
  transition: transform 0.3s ease;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner a:hover {
  color: inherit !important;
}
.page-id-11238 #page-container footer .footer-bottom-row .copyright-sec .copyright-inner a:hover::after {
  transform: scaleX(0);
}
body.page-id-939 #main-content .container:before, body.page-id-944 #main-content .container:before {
  display: none !important;
}
body.page-id-939 #left-area, body.page-id-944 #left-area {
  padding-right: 0;
  width: 100%;
}
body.page-id-939 #sidebar, body.page-id-944 #sidebar {
  display: none !important;
}
@media (min-width: 981px) and (min-height: 861px) {
  html body #section-sidebar {
    position: sticky;
    top: calc(50% - 326px);
  }
}
@media (min-width: 981px) and (min-height: 730px) and (max-height: 860px) {
  html body #section-sidebar {
    position: sticky;
    top: calc(50% - 278px);
  }
}
html body #section-sidebar .sidebar-feedback {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  padding: 32px 30px 32px;
  background-image: url("/wp-content/uploads/2022/05/bg-sidebar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 981px) {
  html body #section-sidebar .sidebar-feedback {
    margin-top: -4px;
  }
}
@media (min-width: 981px) and (max-height: 860px) {
  html body #section-sidebar .sidebar-feedback {
    padding: 24px;
  }
}
@media (max-width: 980px) {
  html body #section-sidebar .sidebar-feedback {
    margin: 0 auto;
  }
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-title {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 -5px 11px;
}
@media (min-width: 981px) and (max-height: 860px) {
  html body #section-sidebar .sidebar-feedback .sidebar-feedback-title {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 1;
  }
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-description {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 -5px 22px;
}
@media (min-width: 981px) and (max-height: 860px) {
  html body #section-sidebar .sidebar-feedback .sidebar-feedback-description {
    margin-bottom: 10px;
    line-height: 1.1;
  }
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner {
  padding: 0 2px;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper .gform_validation_errors {
  display: none !important;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 15px;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 0.5px solid #c02b0a;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  color: #fff;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -20px;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  margin: 0 !important;
  padding: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(22/16);
  color: #6D6E71;
  border: 0.5px solid #6D6E71;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  border: 0.5px solid #6D6E71 !important;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 130px;
  resize: none;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 0;
  text-align: center;
  justify-content: center;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_footer input {
  margin-top: 15px;
  padding: 13px;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  width: 100%;
  min-width: 200px;
  background-color: #1f35e4;
  border: 1px solid #296bff;
  border-radius: 6px;
  color: #fff;
  transition: all 0.25s ease;
  text-transform: uppercase;
}
html body #section-sidebar .sidebar-feedback .sidebar-feedback-inner .gform_wrapper form .gform_footer input:hover {
  border: 1px solid #296bff !important;
  background-color: #fff !important;
  transition: all 0.25s ease;
  color: #1f35e4;
}
html body #section-sidebar .sidebar-feedback .fsBody {
  background: transparent !important;
  padding: 0;
  margin: 0;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm {
  background: transparent !important;
  padding: 0;
  margin: 0;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsError {
  background: transparent !important;
  border-color: transparent !important;
  color: #ffffff !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage {
  background: transparent !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection {
  background: transparent !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 1px !important;
  background: transparent !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsValidationError .fsLabel, html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsValidationError .fsRequiredLabel, html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsValidationError .fsRequiredMarker {
  color: red !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsRowBody {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsRowBody .fsLabel {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 5px !important;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsRowBody .fsLabel .fsRequiredMarker {
  color: #fe0000;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsPage .fsSection .fsRow .fsRowBody .fsField {
  width: 100%;
  height: 32px;
  background-color: #153456;
  border: 1px solid transparent;
  border-bottom-color: #153456;
  color: #ffffff;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsSubmit {
  margin-top: -11px;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsSubmit .fsSubmitButton {
  width: 100%;
  height: 56px;
  border-radius: 3px !important;
  background: #46a941 !important;
  border: 1px solid #46a941;
  color: #ffffff !important;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 34px !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.6s;
}
html body #section-sidebar .sidebar-feedback .fsBody .fsForm .fsSubmit .fsSubmitButton:hover {
  background: transparent !important;
  color: #46a941 !important;
}
html body .section-hero-2023 {
  background-image: url("/wp-content/uploads/2023/02/contact-banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin: 0;
}
html body .section-hero-2023 .banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 90%;
  padding: 65px 0 66px;
  margin: 0 auto;
}
html body .section-hero-2023 .banner-inner .banner-title h1 {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: clamp(50px, 5.2vw, 60px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  margin: 0;
}
.page #page-container .page-sidebar-2023 {
  max-width: 387px;
  width: 100%;
  height: max-content;
  background: linear-gradient(164.54deg, #004B80 0%, #004B80 100%);
  border-radius: 20px;
  padding: 30px 20px;
  margin: 0;
}
@media (min-width: 981px) and (min-height: 700px) {
  .page #page-container .page-sidebar-2023 {
    position: sticky;
    top: 120px;
  }
}
.page #page-container .page-sidebar-2023 h2 {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  margin: 0 0 17px 0;
}
.page #page-container .page-sidebar-2023 p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 0 15px 0;
}
.page #page-container .page-sidebar-2023 p:last-of-type {
  margin: 0 0 35px 0;
}
@media (max-width: 430px) {
  .page #page-container .page-sidebar-2023 p {
    line-height: 20px;
  }
}
.page #page-container .page-sidebar-2023 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  transition: all 0.3s ease;
}
.page #page-container .page-sidebar-2023 a:hover {
  color: #46a941;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields {
  display: block;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="text"], .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="email"], .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.438;
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 18px 0 !important;
}
@media (max-width: 430px) {
  .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="text"], .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="email"], .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
    font-size: 15px;
    padding: 10px;
    margin: 0 0 10px 0 !important;
  }
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  height: 118px;
  margin-top: 2px !important;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield .gfield_validation_message {
  display: none !important;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input[type="text"], .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input[type="email"] {
  border: 2px solid #c02b0a !important;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input[type="text"]::placeholder, .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input[type="email"]::placeholder {
  color: red;
  font-weight: 500;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform_footer {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
}
@media (max-width: 430px) {
  .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform_footer {
    margin-top: 20px;
  }
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform_footer input[type="submit"] {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;
  background-color: #46a941;
  border-radius: 6px;
  border: 1px solid #46a941;
  padding: 11px 40px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media (max-width: 430px) {
  .page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform_footer input[type="submit"] {
    font-size: 18px;
    padding: 9px 40px;
  }
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper form .gform_footer:hover input[type="submit"] {
  color: #46a941;
  background-color: #fff !important;
  border: 1px solid #46a941 !important;
}
.page #page-container .page-sidebar-2023 .contact-form-inner .gform_wrapper .gform_validation_errors {
  display: none !important;
}
@media (min-width: 981px) and (max-width: 1200px) {
  .page-id-536 .et_pb_section_2 .et_pb_row_3 h4.et_pb_module_header {
    font-size: 19px !important;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .page-id-536 .et_pb_section_2 .et_pb_row_3 .et_pb_blurb_description {
    min-height: 82px !important;
  }
}
.page #page-container .page-with-sidebar {
  padding: 50px 0 150px;
  margin: 0;
}
@media (max-width: 767px) {
  .page #page-container .page-with-sidebar {
    padding: 60px 0;
  }
}
.page #page-container .page-with-sidebar .page-inner {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(40px, 4vw, 60px);
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .page #page-container .page-with-sidebar .page-inner {
    flex-direction: column;
  }
}
.page #page-container .page-with-sidebar .page-inner::after {
  content: none;
}
.page #page-container .page-with-sidebar .page-inner > .et_pb_column {
  padding: 0;
  margin: 0 !important;
}
.page #page-container .page-with-sidebar .page-inner > .et_pb_column:nth-child(1) {
  max-width: unset;
  width: 100% !important;
}
.page #page-container .page-with-sidebar .page-inner > .et_pb_column:nth-child(2) {
  display: none;
  width: 100% !important;
}
@media (min-width: 981px) {
  .page #page-container .page-with-sidebar .page-inner > .et_pb_column:nth-child(2) {
    display: flex;
    position: relative;
    max-width: clamp(288px, 29.3vw, 387px);
  }
}
.page #page-container .page-with-sidebar .page-inner .page-content .et_pb_section, .page #page-container .page-with-sidebar .page-inner .page-content .et_pb_row {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.page #page-container .page-with-sidebar .page-inner .page-content .content-block {
  padding: 0;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .page #page-container .page-with-sidebar .page-inner .page-content .content-block {
    margin: 0 0 40px;
  }
}
.page #page-container .page-with-sidebar .page-inner .page-content h2 {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: clamp(34px, 3.97vw, 50px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #2e2e2e;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 580px) {
  .page #page-container .page-with-sidebar .page-inner .page-content h2 {
    line-height: 1.1;
    margin: 0 0 20px;
  }
}
.page #page-container .page-with-sidebar .page-inner .page-content p {
  font-family: "Open Sans";
  font-size: clamp(18px, 1.429vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #111;
  padding: 0;
  margin: 0 0 1.5em 0;
}
@media (max-width: 767px) {
  .page #page-container .page-with-sidebar .page-inner .page-content p {
    font-size: 17px;
  }
}
.page #page-container .page-with-sidebar .page-inner .page-content .perfmatters-lazy-youtube img:hover {
  filter: brightness(50%);
}
.page #page-container .page-with-sidebar .page-inner .page-content .perfmatters-lazy-youtube .play {
  width: 79px;
  height: 90px;
  margin-left: -40px;
  margin-top: -45px;
  background: url("/wp-content/uploads/2023/04/play-btn.svg") no-repeat;
}
.page #page-container .page-with-sidebar .page-inner .page-content .google-map {
  height: 430px;
  border: 2px solid #004b80;
  border-radius: 20px;
  overflow: hidden;
}
.page #page-container .page-with-sidebar .page-inner .page-content .google-map iframe {
  width: 100%;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row {
  max-width: 1270px !important;
  width: 90% !important;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:first-child {
    width: calc(100% - 300px) !important;
    margin-right: 0 !important;
    padding-right: 6.2%;
  }
}
@media (min-width: 981px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child {
    width: 300px !important;
  }
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child > .et_pb_module {
    height: 100%;
  }
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child > .et_pb_module > .et_pb_code_inner {
    height: 100%;
  }
}
@media (min-width: 981px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content {
    padding-top: 1%;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h2, .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h3, .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h4, .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h5, .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h6 {
  font-family: "HelveticaNeue Condensed", sans-serif;
  color: #000000;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: clamp(20px, 2.8vw, 35px);
  line-height: 1.125;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1;
  margin-bottom: clamp(25px, 3.36vw, 36px);
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content h3 {
  font-size: clamp(24px, 2.56vw, 32px);
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content p {
  color: #000000;
  margin-bottom: clamp(20px, 2.8vw, 28px);
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0 !important;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content ul {
  margin-bottom: clamp(20px, 2.8vw, 35px);
  padding: 0;
  list-style-type: none;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content ul li {
  color: #000000;
  margin-bottom: clamp(20px, 2.8vw, 25px);
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: clamp(35px, 4.96vw, 59px);
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content ul li::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: clamp(5px, 3.28vw, 41px);
  top: clamp(8px, 0.8vw, 10px);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0037a8;
  border-radius: 50%;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content ol {
  margin-bottom: clamp(20px, 2.8vw, 35px);
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section .et_pb_post_content ol li {
  color: #000000;
  margin-bottom: clamp(20px, 2.8vw, 35px);
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section a {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  text-decoration: none !important;
  transition: all 0.6s;
  border-bottom: 1px solid #000000;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section a:hover {
  color: #46a941;
  border-bottom-color: #46a941;
  text-decoration: none;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post {
  border: 1px solid #e8eff7;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin: calc(20px + 3%) 0;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote {
  background-color: #e8eff7;
  padding: 59px 60px 45px 93px;
  margin: 0;
  border-color: #e8eff7;
}
@media (max-width: 980px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote {
    height: 93.5%;
  }
}
@media (max-width: 767px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote {
    padding: 40px 20px 45px 70px;
    height: 96.5%;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote h4 {
  color: #000000;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(22px, 2.154vw, 28px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.07;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 20px !important;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote h4::before {
  content: "";
  display: block;
  width: 38px;
  height: 33px;
  background-image: url("/wp-content/uploads/2022/06/blockquote.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -8px;
  right: calc(100% + 20px);
}
@media (max-width: 620px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote h4::before {
    top: 3px;
    bottom: auto;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote p {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(15px, 1.385vw, 17px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.53 !important;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote p::before {
  content: "";
  display: block;
  width: 6px;
  height: 142%;
  background-color: #023893;
  position: absolute;
  z-index: 2;
  /* top: 4px; */
  right: calc(100% + 29px);
  bottom: 3px;
}
@media (max-width: 620px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post blockquote p::before {
    bottom: 6px;
    top: -30px;
    height: auto;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap {
  padding: 23px 30px 15px 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap {
    flex-direction: column;
    padding: 20px;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-autor {
  color: #000000;
  font-family: "Sora", sans-serif;
  font-size: clamp(10px, 0.923vw, 12px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
@media (min-width: 981px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-stars {
    margin-left: 22%;
    margin-top: 4px;
  }
}
@media (min-width: 981px) and (max-width: 1366px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-stars {
    margin-left: 1%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-stars {
    margin: 12px 0;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 241px;
  min-height: 57px;
  border-radius: 5px;
  background-color: #032c6a;
  border: 1px solid #032c6a;
  color: #ffffff !important;
  font-family: "HelveticaNeue Condensed", sans-serif !important;
  font-size: clamp(20px, 1.846vw, 24px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  top: -4px;
}
@media (max-width: 980px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-button {
    max-width: 220px;
    min-height: 52px;
  }
}
@media (max-width: 767px) {
  .single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-button {
    max-width: 200px;
    min-height: 47px;
  }
}
.single-post #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section #quote-post .quote-autor-wrap .quote-button:hover {
  background-color: transparent;
  color: #032c6a !important;
}
.category #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row, .page-id-91 #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row {
  max-width: 1426px !important;
  width: 90% !important;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .category #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:first-child, .page-id-91 #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:first-child {
    width: calc(100% - 300px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 981px) {
  .category #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child, .page-id-91 #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child {
    width: 300px !important;
  }
  .category #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child > .et_pb_module, .page-id-91 #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child > .et_pb_module {
    height: 100%;
  }
  .category #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child > .et_pb_module > .et_pb_code_inner, .page-id-91 #main-content .et-l .et_builder_inner_content #section-blog-content.et_pb_section > .et_pb_row > .et_pb_column:last-child > .et_pb_module > .et_pb_code_inner {
    height: 100%;
  }
}
.category #post-list, .page-id-91 #post-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.category #post-list #pagination, .page-id-91 #post-list #pagination {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
@media (min-width: 981px) {
  .category #post-list #pagination, .page-id-91 #post-list #pagination {
    padding-right: 7.5%;
  }
}
.category #post-list #pagination > :first-child, .page-id-91 #post-list #pagination > :first-child {
  border-left: 1px solid #46a941;
}
.category #post-list #pagination .page-numbers, .page-id-91 #post-list #pagination .page-numbers {
  padding: 5px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  background-color: #fff;
  color: #46a941;
  border-top: 1px solid #46a941;
  border-bottom: 1px solid #46a941;
  border-right: 1px solid #46a941;
}
.category #post-list #pagination .page-numbers:hover, .page-id-91 #post-list #pagination .page-numbers:hover {
  color: #fff;
  background-color: #46a941;
}
.category #post-list #pagination .page-numbers.current, .page-id-91 #post-list #pagination .page-numbers.current {
  color: #fff;
  background-color: #46a941;
}
.category #post-list .column, .page-id-91 #post-list .column {
  margin-right: 5.5%;
  display: flex;
  align-items: stretch;
  width: 27.8%;
}
@media (max-width: 1365px) {
  .category #post-list .column, .page-id-91 #post-list .column {
    width: 44.5%;
  }
}
@media (max-width: 980px) {
  .category #post-list .column, .page-id-91 #post-list .column {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .category #post-list .column, .page-id-91 #post-list .column {
    width: 100%;
  }
}
.category #post-list article.post, .page-id-91 #post-list article.post {
  width: 100%;
  max-width: 300px;
  margin: 0 0 calc(20px + 15.6%) 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .category #post-list article.post, .page-id-91 #post-list article.post {
    margin: 0 auto calc(20px + 15.6%) auto;
  }
}
.category #post-list article.post .post-image-container a, .page-id-91 #post-list article.post .post-image-container a {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  width: 100%;
  height: 170px;
  display: block;
  overflow: hidden;
}
.category #post-list article.post .post-image-container a:hover img, .page-id-91 #post-list article.post .post-image-container a:hover img {
  transform: scale(1.05, 1.05);
}
.category #post-list article.post .post-image-container a img, .page-id-91 #post-list article.post .post-image-container a img {
  position: static !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.category #post-list article.post h3.post-title, .page-id-91 #post-list article.post h3.post-title {
  min-height: 81px;
  padding-top: 20px;
  padding-bottom: 21px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  color: #000000;
  font-family: "HelveticaNeue Condensed", sans-serif;
}
.category #post-list article.post h3.post-title a, .page-id-91 #post-list article.post h3.post-title a {
  color: #000000;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
}
.category #post-list article.post h3.post-title a:hover, .page-id-91 #post-list article.post h3.post-title a:hover {
  color: #46a941;
}
.category #post-list article.post .post-content, .page-id-91 #post-list article.post .post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.category #post-list article.post .post-content .post-content-inner, .page-id-91 #post-list article.post .post-content .post-content-inner {
  flex: 1;
  padding-bottom: 7px;
}
.category #post-list article.post .post-content .post-content-inner p, .page-id-91 #post-list article.post .post-content .post-content-inner p {
  color: #01294d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  margin-bottom: 21px;
}
.category #post-list article.post .post-content .buttons, .page-id-91 #post-list article.post .post-content .buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.category #post-list article.post .post-content .buttons .heateor_sss_sharing_container, .page-id-91 #post-list article.post .post-content .buttons .heateor_sss_sharing_container {
  background: transparent !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  left: 240px;
  width: 160px;
  transition: all 0.25s ease;
  opacity: 0;
  z-index: -1;
}
.category #post-list article.post .post-content .buttons .heateor_sss_sharing_container.active, .page-id-91 #post-list article.post .post-content .buttons .heateor_sss_sharing_container.active {
  left: 215px;
  opacity: 1;
}
.category #post-list article.post .post-content .buttons .heateor_sss_sharing_container .share-btn, .page-id-91 #post-list article.post .post-content .buttons .heateor_sss_sharing_container .share-btn {
  display: none;
}
.category #post-list article.post .post-content .buttons a.more-link, .page-id-91 #post-list article.post .post-content .buttons a.more-link {
  width: 114px;
  height: 42px;
  border-radius: 5px;
  background-color: #46a941;
  border: 1px solid #46a941;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  transition: all 0.5s;
  letter-spacing: 0.2px;
  text-shadow: 0 0 1px black;
}
.category #post-list article.post .post-content .buttons a.more-link:hover, .page-id-91 #post-list article.post .post-content .buttons a.more-link:hover {
  background-color: transparent;
  color: #46a941;
  text-shadow: 0 0 1px transparent;
}
.category #post-list article.post .post-content .buttons a.share-btn, .page-id-91 #post-list article.post .post-content .buttons a.share-btn {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1;
  padding: 15px 34px 15px 25px;
  position: relative;
  min-height: 40px;
}
.category #post-list article.post .post-content .buttons a.share-btn::before, .page-id-91 #post-list article.post .post-content .buttons a.share-btn::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2022/05/share2.png);
  width: 17px;
  height: 15px;
  right: 13px;
  top: 16px;
}
.category #post-list article.post .post-content .buttons a.share-btn:hover::before, .page-id-91 #post-list article.post .post-content .buttons a.share-btn:hover::before {
  background-image: url(/wp-content/uploads/2022/05/share.png);
}
.category #post-list article.post .post-content .buttons a.share-btn.active + .heateor_sss_sharing_container, .page-id-91 #post-list article.post .post-content .buttons a.share-btn.active + .heateor_sss_sharing_container {
  left: 195px;
  opacity: 1;
  z-index: 3;
}
body.home #page-container #et-main-area .discover-section .discover-row {
  width: 90%;
  max-width: 1450px !important;
}
@media (min-width: 981px) {
  body.home #page-container #et-main-area .discover-section .discover-row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 980px) {
  body.home #page-container #et-main-area .discover-section .discover-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 980px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col {
    max-width: 332px;
  }
}
@media (max-width: 767px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col {
    max-width: 253px;
  }
}
body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col .et_pb_text {
  margin-left: 0 !important;
}
@media (max-width: 980px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col .et_pb_text {
    padding-right: 30px !important;
  }
}
body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col .et_pb_text .et_pb_text_inner h3 {
  font-size: clamp(59px, 5.263vw, 100px) !important;
  line-height: 1.1;
}
@media (max-width: 980px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col .et_pb_text .et_pb_text_inner h3 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-left-col .et_pb_text .et_pb_text_inner h3 {
    font-size: 40px !important;
  }
}
@media (max-width: 980px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-right-col .et_pb_text {
    margin: 0 !important;
  }
}
@media (max-width: 980px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-right-col .et_pb_text .et_pb_text_inner p {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.home #page-container #et-main-area .discover-section .discover-row .discover-right-col .et_pb_text .et_pb_text_inner p {
    font-size: 18px;
    line-height: 1.4;
  }
}
#section-home-hero.et_pb_section {
  background-image: url("/wp-content/uploads/2022/06/bg-home-hero2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  #section-home-hero.et_pb_section {
    min-height: calc(100vh - 106px);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 2000px) {
  #section-home-hero.et_pb_section {
    min-height: 1059px;
  }
}
@media (max-width: 767px) {
  #section-home-hero.et_pb_section {
    background-position: left top;
  }
}
#section-home-hero.et_pb_section::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#section-home-hero.et_pb_section .et_pb_row {
  width: 90%;
  max-width: 1537px;
  position: relative;
  z-index: 10;
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
  margin: 0 !important;
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_text_inner h1 {
  color: #ffffff;
  font-size: clamp(40px, 4.194vw, 65px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  font-family: "HelveticaNeue Condensed", sans-serif;
  padding-bottom: 35px;
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_text_inner h1 br {
  display: none;
}
@media (min-width: 981px) {
  #section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_text_inner h1 br {
    display: block;
  }
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 21px 25px;
  min-width: 222px;
  border-radius: 5px;
  margin-right: 8px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  #section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button {
    min-width: 247px;
  }
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button-blue {
  border: 1px solid #296bff;
  background-color: #1f35e4;
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button-blue:hover {
  background-color: #ffffff;
  color: #1f35e4;
}
@media (max-width: 767px) {
  #section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button-blue {
    margin-bottom: 15px;
  }
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button-green {
  border: 1px solid #5adc54;
  background-color: #46a941;
}
#section-home-hero.et_pb_section .et_pb_row .et_pb_column .et_pb_code_inner .egl-button-green:hover {
  background-color: #ffffff;
  color: #46a941;
}
html body #page-container #et-boc.et-boc #main-content .egl-button {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 21px 25px;
  min-width: 222px;
  border-radius: 5px;
  margin-right: 8px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  html body #page-container #et-boc.et-boc #main-content .egl-button {
    min-width: 247px;
  }
}
html body #page-container #et-boc.et-boc #main-content .egl-button-blue {
  border: 1px solid #296bff;
  background-color: #1f35e4;
}
html body #page-container #et-boc.et-boc #main-content .egl-button-blue:hover {
  background-color: #ffffff;
  color: #1f35e4;
}
@media (max-width: 767px) {
  html body #page-container #et-boc.et-boc #main-content .egl-button-blue {
    margin-bottom: 15px;
  }
}
html body #page-container #et-boc.et-boc #main-content .egl-button-green {
  border: 1px solid #5adc54;
  background-color: #46a941;
}
html body #page-container #et-boc.et-boc #main-content .egl-button-green:hover {
  background-color: #ffffff;
  color: #46a941;
}
#section-services-support.et_pb_section {
  background-color: #dae8f2;
  background-image: url("/wp-content/uploads/2022/06/bg-section-services-support-mobile.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 70px 0 !important;
}
@media (min-width: 981px) {
  #section-services-support.et_pb_section {
    background-image: url("/wp-content/uploads/2022/06/bg-section-services-support.png");
    min-height: 495px;
    display: flex;
    align-items: center;
    padding: 10px 0 !important;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  #section-services-support.et_pb_section {
    background-size: contain;
    min-height: 727px;
  }
}
#section-services-support.et_pb_section .et_pb_row {
  width: 90%;
  max-width: 1630px;
}
@media (min-width: 981px) {
  #section-services-support.et_pb_section .et_pb_row .et_pb_column:first-child {
    width: 50.9%;
  }
}
@media (min-width: 981px) {
  #section-services-support.et_pb_section .et_pb_row .et_pb_column:last-child {
    width: 43.6%;
  }
}
#section-services-support.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
  color: #004b80;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(40px, 3.421vw, 65px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  padding-bottom: calc(21px + 3%);
}
#section-services-support.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 br {
  display: none;
}
@media (min-width: 981px) {
  #section-services-support.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 br {
    display: block;
  }
}
#section-services-support.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.053vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
}
#section-services-support.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner a {
  margin-top: calc(15px + 5%);
}
#section-difference.et_pb_section {
  background-image: url("/wp-content/uploads/2022/06/bg-section-difference.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0 !important;
}
@media (min-width: 1200px) {
  #section-difference.et_pb_section {
    min-height: 711px;
    display: flex;
    align-items: center;
  }
}
#section-difference.et_pb_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url("/wp-content/uploads/2022/06/decor-section-difference.png");
  background-repeat: no-repeat;
  background-position: right -3px bottom;
  background-size: contain;
  width: 38.23%;
  height: 88.33%;
}
@media (max-width: 980px) {
  #section-difference.et_pb_section::before {
    display: none;
  }
}
#section-difference.et_pb_section .et_pb_row {
  width: 90%;
  max-width: 1600px;
}
#section-difference.et_pb_section .et_pb_row .et_pb_column {
  margin-bottom: 0 !important;
}
#section-difference.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(40px, 6.316vw, 120px);
  font-weight: 100;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  padding-bottom: 34px;
}
#section-difference.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 span {
  color: #37bc30;
}
#section-difference.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.053vw, 20px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  max-width: 710px;
}
@media (max-width: 980px) {
  #section-difference.et_pb_section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p {
    max-width: 100%;
  }
}
#section-services .et_pb_row {
  max-width: 1596px !important;
  width: 90% !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-column-gap: calc(15px + 1.6%);
  padding: calc(16px + 3%) 0;
}
@media (min-width: 950px) {
  #section-services .et_pb_row {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  }
}
@media (min-width: 1300px) {
  #section-services .et_pb_row {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  }
}
@media (min-width: 1600px) {
  #section-services .et_pb_row {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
#section-services .et_pb_row .et_pb_column {
  width: 100% !important;
  margin: 0 0 calc(15px + 1.6%) !important;
  display: flex;
  align-items: stretch;
}
#section-services .et_pb_row .et_pb_column:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1300px) {
  #section-services .et_pb_row .et_pb_column {
    margin-bottom: 0 !important;
  }
}
#section-services .et_pb_row .et_pb_column:nth-child(1) .et_pb_module {
  background-image: url("/wp-content/uploads/2022/07/services1.jpg");
}
#section-services .et_pb_row .et_pb_column:nth-child(2) .et_pb_module {
  background-image: url("/wp-content/uploads/2022/07/services2.jpg");
}
@media (min-width: 627px) {
  #section-services .et_pb_row .et_pb_column:nth-child(3) {
    margin-bottom: 0 !important;
  }
}
#section-services .et_pb_row .et_pb_column:nth-child(3) .et_pb_module {
  background-image: url("/wp-content/uploads/2022/07/services3.jpg");
}
#section-services .et_pb_row .et_pb_column:nth-child(4) .et_pb_module {
  background-image: url("/wp-content/uploads/2022/07/services4.jpg");
}
#section-services .et_pb_row .et_pb_column .et_pb_module {
  box-shadow: 1px 2px 68px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  padding: calc(15px + 11%) calc(10px + 6%) calc(16px + 11%);
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
  flex: 0 0 155px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  opacity: 1 !important;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  text-align: center;
  padding-bottom: 36px;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
  color: #000000;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28.65px;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description > *:first-child {
  flex: 1;
  min-height: 118px;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 165px;
  min-height: 51px;
  border-radius: 5px;
  background-color: #004b80;
  border: 1px solid #004b80;
  transition: all 0.5s;
}
#section-services .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover {
  background-color: #FFFFFF;
  color: #004b80;
}
#guarantee-section {
  padding: 0 !important;
}
#guarantee-section .guarantee-row {
  padding: 0;
  width: 90%;
  max-width: 1270px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 981px) {
  #guarantee-section .guarantee-row {
    flex-direction: row;
  }
}
#guarantee-section .guarantee-row .guarantee-left-col {
  padding: 0 0 70px;
  margin: 0;
  width: 100%;
}
@media (min-width: 981px) {
  #guarantee-section .guarantee-row .guarantee-left-col {
    margin-right: 5.3%;
    padding: 0;
    width: 40%;
  }
}
#guarantee-section .guarantee-row .guarantee-left-col .guarantee-img {
  text-align: center;
}
#guarantee-section .guarantee-row .guarantee-left-col .guarantee-img .et_pb_image_wrap img {
  transform: translate(0, 5%);
  max-width: 80%;
}
@media (min-width: 981px) {
  #guarantee-section .guarantee-row .guarantee-left-col .guarantee-img .et_pb_image_wrap img {
    transform: translate(-6px, 5%);
    max-width: 100%;
  }
}
#guarantee-section .guarantee-row .guarantee-right-col {
  padding: 70px 0 0;
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  #guarantee-section .guarantee-row .guarantee-right-col {
    padding: clamp(100px, 8.485vw, 140px) 0 clamp(100px, 10.061vw, 166px);
    margin: 0;
    width: 54.7%;
    text-align: left;
  }
}
#guarantee-section .guarantee-row .guarantee-right-col .guarantee-text .et_pb_code_inner h2 {
  padding: 0;
  margin: 0 0 30px;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(50px, 4.545vw, 75px) !important;
  font-weight: 400;
  line-height: calc(65/75);
  letter-spacing: normal;
  color: #004b80;
}
@media (max-width: 980px) {
  #guarantee-section .guarantee-row .guarantee-right-col .guarantee-text .et_pb_code_inner h2 {
    font-size: clamp(40px, 3.03vw, 50px) !important;
  }
}
@media (max-width: 767px) {
  #guarantee-section .guarantee-row .guarantee-right-col .guarantee-text .et_pb_code_inner h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 981px) {
  #guarantee-section .guarantee-row .guarantee-right-col .guarantee-text .et_pb_code_inner h2 {
    margin: 0 0 47px;
  }
}
#guarantee-section .guarantee-row .guarantee-right-col .guarantee-text .et_pb_code_inner p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.053vw, 20px);
  font-weight: 400;
  line-height: calc(26/20);
  color: #000;
}
#our-services-section {
  background-color: #eaf1f6;
  padding: 70px 0;
}
@media (min-width: 981px) {
  #our-services-section {
    padding: clamp(100px, 7.152vw, 118px) 0 clamp(100px, 7.879vw, 130px);
  }
}
#our-services-section .our-services-row {
  padding: 0;
  width: 90%;
  max-width: 1522px;
}
#our-services-section .our-services-row .our-services-col .our-services-text {
  margin-bottom: 60px;
}
#our-services-section .our-services-row .our-services-col .our-services-text .et_pb_code_inner h2 {
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(50px, 3.939vw, 65px) !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
@media (max-width: 980px) {
  #our-services-section .our-services-row .our-services-col .our-services-text .et_pb_code_inner h2 {
    font-size: clamp(40px, 3.03vw, 50px) !important;
  }
}
@media (max-width: 767px) {
  #our-services-section .our-services-row .our-services-col .our-services-text .et_pb_code_inner h2 {
    font-size: 40px !important;
  }
}
#our-services-section .our-services-row .our-services-col .our-services-items {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  #our-services-section .our-services-row .our-services-col .our-services-items {
    margin-bottom: 68px;
  }
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 360px;
  transition: all 0.25s ease;
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item:hover {
  transform: scale(1.01);
  transition: all 0.25s ease;
}
@media (min-width: 1200px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item {
    max-width: 313px;
  }
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item:not(:last-child) {
    margin-right: 2.5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item {
    width: 47.5%;
  }
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item .img-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item .img-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item .img-wrap {
    height: 125px;
  }
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item .img-wrap img.perfmatters-lazy[data-was-processed=true] {
  transition: opacity 2000ms;
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item h3 {
  padding: 0;
  margin: 0 0 20px;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(35px, 2.424vw, 40px) !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 980px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item h3 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item h3 {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  #our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item h3 {
    margin: 0 0 31px;
  }
}
#our-services-section .our-services-row .our-services-col .our-services-items .et_pb_code_inner .our-services-item p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(17px, 1.053vw, 20px);
  font-weight: 400;
  line-height: calc(26/20);
  color: #000;
}
#our-services-section .our-services-row .our-services-col .our-services-button {
  text-align: center;
}
#our-services-section .our-services-row .our-services-col .our-services-button .et_pb_code_inner a {
  color: #ffffff;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 23px;
  min-width: 222px;
  border-radius: 5px;
  transition: all 0.4s;
  border: 1px solid #2f942a;
  background-color: #2f942a;
}
#our-services-section .our-services-row .our-services-col .our-services-button .et_pb_code_inner a:hover {
  background-color: #fff;
  color: #2f942a;
  transition: all 0.4s;
}
/*** Section Home Hero 2023-02 ***/
.home-2023-banner {
  background: url("/wp-content/uploads/2023/02/banner-bg.png");
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin: 0;
}
.home-2023-banner .home-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  padding: clamp(60px, 5.2vw, 100px) 0 clamp(168px, 11.36vw, 218px);
  margin: 0 auto;
}
@media (max-width: 980px) {
  .home-2023-banner .home-banner-inner {
    flex-wrap: wrap;
  }
}
.home-2023-banner .home-banner-inner::after {
  content: none;
}
.home-2023-banner .home-banner-inner .et_pb_column {
  margin: 0;
}
.home-2023-banner .home-banner-inner .et_pb_column:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  width: 57.5%;
  margin-right: 30px;
}
@media (max-width: 980px) {
  .home-2023-banner .home-banner-inner .et_pb_column:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.home-2023-banner .home-banner-inner .et_pb_column:nth-child(2) {
  width: 41%;
  max-width: 488px;
}
@media (max-width: 980px) {
  .home-2023-banner .home-banner-inner .et_pb_column:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}
.home-2023-banner .home-banner-inner .home-banner-description {
  width: 100%;
  margin: 0 0 clamp(13px, calc(5px + 1vw), 23px);
}
.home-2023-banner .home-banner-inner .home-banner-description p {
  font-family: "Open Sans";
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.55);
  padding: 0;
  margin: 0 0 10px 0;
}
.home-2023-banner .home-banner-inner .home-banner-description h1 {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: clamp(40px, 5.2vw, 55px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #fff;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-description h1 {
    line-height: 1.1;
  }
}
.home-2023-banner .home-banner-inner .home-banner-description ul {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.17px;
  list-style: none;
  color: #fff;
  padding: 8px 0 0 0;
  margin: 0;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-description ul {
    font-size: 16px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-description ul li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 16px 0;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-description ul li {
    margin-bottom: 5px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-description ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2023/02/li-vector.svg") 100% 100%;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-description ul li::before {
    top: 4px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-adress {
  width: 210px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
  color: #fff;
  margin: 0 13px 0 0;
}
@media (max-width: 450px) {
  .home-2023-banner .home-banner-inner .home-banner-adress {
    width: 138px;
    font-size: 16px;
    margin: 0 10px 0 0;
  }
}
.home-2023-banner .home-banner-inner .home-banner-adress span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ff9900;
}
@media (max-width: 450px) {
  .home-2023-banner .home-banner-inner .home-banner-adress span {
    font-size: 18px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-adress a {
  color: #fff;
}
.home-2023-banner .home-banner-inner .home-banner-adress a:hover {
  color: #46a941;
}
.home-2023-banner .home-banner-inner .home-banner-google {
  width: 165px;
  height: auto;
}
.home-2023-banner .home-banner-inner .home-banner-google img {
  width: 100%;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-google {
    width: 135px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-form {
    padding: 20px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form h2 {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: center;
  color: #2e2e2e;
  padding: 0;
  margin: 0 0 21px 0;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-form h2 {
    font-size: 24px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform-body .gform_fields {
  display: block;
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform-body .gform_fields .gfield p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #999;
  margin: 0 0 20px 0;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform-body .gform_fields .gfield p {
    font-size: 15px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="text"] {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
  color: #6d6e71;
  background: #fff;
  border: 1px solid rgba(102, 102, 102, 0.55);
  border-radius: 10px;
  padding: 13px;
  margin: 0 0 10px 0 !important;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="text"] {
    font-size: 15px;
    padding: 10px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform-body .gform_fields .gfield .gfield_validation_message {
  display: none !important;
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer {
  position: relative;
  width: 198px;
  padding: 0;
  margin: 20px auto 0 auto;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer {
    margin-top: 10px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer input[type="submit"] {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #46a941;
  border-radius: 6px;
  border: 1px solid #46a941;
  padding: 11px 57px 10px 18px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media (max-width: 520px) {
  .home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer input[type="submit"] {
    font-size: 18px;
    padding: 9px 57px 8px 18px;
  }
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer::before {
  content: url("/wp-content/uploads/2023/02/icon-arrow-right.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 68px);
  z-index: 1;
  width: 20px;
  height: 6px;
  line-height: 6px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer:hover input[type="submit"] {
  color: #46a941;
  background-color: #fff !important;
  border: 1px solid #46a941 !important;
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper form .gform_footer:hover::before {
  content: url("/wp-content/uploads/2023/03/icon-arrow-right-g.svg");
  right: calc(50% - 73px);
}
.home-2023-banner .home-banner-inner .home-banner-form .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.home-google-reviews {
  position: relative;
  max-width: 1350px;
  width: 90%;
  background: linear-gradient(180deg, #3571af 0%, #20568c 100%);
  border-radius: 50px;
  padding: 40px 0 !important;
  margin: -138px auto 0 auto;
}
.home-google-reviews::before {
  content: "";
  position: absolute;
  top: 30px;
  right: clamp(24px, 5.5%, 74px);
  width: clamp(80px, 7.55%, 102px);
  height: 70px;
  background-image: url("/wp-content/uploads/2023/02/quote.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.home-google-reviews .reviews-caption {
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto 26px auto;
}
.home-google-reviews .reviews-caption .caption-text {
  font-family: "Open Sans";
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.14px;
  color: #fff;
}
.home-google-reviews .reviews-items {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items {
    flex-wrap: wrap;
  }
}
.home-google-reviews .reviews-items::after {
  content: none;
}
.home-google-reviews .reviews-items .et_pb_column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  margin: 0 !important;
}
.home-google-reviews .reviews-items .et_pb_column:nth-of-type(1) {
  width: 31.83%;
  padding-right: 4.2%;
}
@media (max-width: 980px) {
  .home-google-reviews .reviews-items .et_pb_column:nth-of-type(1) {
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items .et_pb_column:nth-of-type(1) {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.home-google-reviews .reviews-items .et_pb_column:nth-of-type(2) {
  width: 36.16%;
  padding: 0 4.2%;
}
@media (max-width: 980px) {
  .home-google-reviews .reviews-items .et_pb_column:nth-of-type(2) {
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items .et_pb_column:nth-of-type(2) {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.home-google-reviews .reviews-items .et_pb_column:nth-of-type(3) {
  width: 31.83%;
  padding-left: 4.2%;
}
@media (max-width: 980px) {
  .home-google-reviews .reviews-items .et_pb_column:nth-of-type(3) {
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items .et_pb_column:nth-of-type(3) {
    width: 100%;
    padding: 0;
  }
}
.home-google-reviews .reviews-items .et_pb_column:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 15%;
  left: -1px;
  width: 1px;
  height: 70%;
  background-color: #63a6eb;
}
@media (max-width: 980px) {
  .home-google-reviews .reviews-items .et_pb_column:not(:first-of-type)::before {
    top: 5%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items .et_pb_column:not(:first-of-type)::before {
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.home-google-reviews .reviews-items .review-text {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 26px 0;
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items .review-text {
    margin-bottom: 15px;
  }
}
.home-google-reviews .reviews-items .review-photo {
  width: 50px;
  height: 50px;
  border: 2px solid #46A941;
  border-radius: 50%;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.home-google-reviews .reviews-items .review-client {
  width: calc(100% - 65px);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 138.7%;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 767px) {
  .home-google-reviews .reviews-items .review-client span {
    display: block;
  }
}
/*.page-id-979 {

}

body #section-contact {
  background-image: url("/wp-content/uploads/2022/05/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  //padding: 62px 0 21px;
  padding: 62px 0 430px;

  .et_pb_row {
    max-width: 1312px;
    width: 90% !important;
    .et_pb_column {
      // Left section --------------------------------------------------
      &:first-child {
        .et_pb_module {
          .et_pb_text_inner {
            @include desktop {
              padding-top: 4%;
              padding-left: .7%;
            }

            h1 {
              color: #ffffff;
              font-family: 'HelveticaNeue Condensed', sans-serif;
              font-size: clamp(40px, 5.926vw, 80px);
              font-weight: 700;
              font-style: normal;
              letter-spacing: normal;
              line-height: 1;
              text-align: left;
              padding-bottom: calc(10px + 4%);
            }

            p {
              color: #ffffff;
              font-family: 'Source Sans Pro', sans-serif;
              font-size: clamp(22px, 2.074vw, 28px);
              font-weight: 400;
              font-style: normal;
              letter-spacing: normal;
              line-height: 32px;
              text-align: left;
            }

            ul {
              border-top: 1px solid #016c98;
              padding: 58px 0 0;
              margin: 53px 0 53px -4px;
              list-style-type: none;
              display: grid;
              grid-column-gap: 4%;
              grid-template-columns: 54% 42%;
              grid-template-areas: "location phone"
                                  "location  email";
              @include desktop {
                max-width: 592px;
              }
              @media (min-width: 981px) and (max-width: 1200px) {
                grid-column-gap: 0;
                grid-template-columns: 100%;
                grid-template-areas: "location"
                                    "phone"
                                    "email";
              }
              @media (max-width: 560px) {
                grid-column-gap: 0;
                grid-template-columns: 100%;
                grid-template-areas: "location"
                                    "phone"
                                    "email";
              }

              li {
                background-repeat: no-repeat;
                background-size: auto;
                padding-left: 60px;
                @media (max-width: 560px) {
                  min-width: 195px;
                  margin-left: auto;
                  margin-right: auto;
                }

                &:nth-child(1) {
                  background-image: url("/wp-content/uploads/2022/05/EGLtech-location.png");
                  grid-area: location;
                  background-position: left top;
                  @media (min-width: 981px) and (max-width: 1200px) {
                    margin-bottom: 30px;
                  }
                  @media (max-width: 560px) {
                    margin-bottom: 30px;
                  }
                }

                &:nth-child(2) {
                  background-image: url("/wp-content/uploads/2022/05/EGLtech-phone.png");
                  grid-area: phone;
                  background-position: left 6px top;
                  margin-bottom: 28px;
                }

                &:nth-child(3) {
                  background-image: url("/wp-content/uploads/2022/05/EGLtech-email.png");
                  grid-area: email;
                  background-position: left top;
                }


                a {
                  &:hover{
                    color: #46a941;
                  }
                }
              }

              li, a {
                color: #ffffff;
                font-family: 'HelveticaNeue Condensed', sans-serif;
                font-size: clamp(19px, 1.491vw, 24px);
                font-weight: 400;
                font-style: normal;
                letter-spacing: normal;
                line-height: 29px;
                text-align: left;
                min-height: 30px;
              }
            }
          }

          .et_pb_code_inner {
            iframe {
              border-radius: 5px;
              width: 100%;
              max-height: 312px;
              @include desktop {
                max-width: 592px;
              }
              @include tablet{
                margin-bottom: 25px;
              }
            }
          }
        }
      }

      // Right Section ---------------------------------------------
      &:last-child {
        .et_pb_code_inner {
          border: 1px solid #016c98;
          background-image: linear-gradient(to top, #004b80 0%, #002e4e 100%);
          padding: 60px 59px 59px;
          max-width: 590px;
          margin-left: auto;
          @include tablet {
            margin-right: auto;
          }
          @include phone {
            padding: 30px 29px 29px;
          }

          h2 {
            color: #ffffff;
            font-family: 'HelveticaNeue Condensed', sans-serif;
            font-size: clamp(32px, 3.704vw, 50px);
            font-weight: 400;
            font-style: normal;
            letter-spacing: normal;
            line-height: 40px;
            text-align: left;
            padding-bottom: 29px;
          }

          p {
            color: #ffffff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: clamp(19px, 1.491vw, 24px);
            font-weight: 400;
            font-style: normal;
            letter-spacing: normal;
            line-height: 30px;
            text-align: left;
            padding-bottom: 22px;

            a {
              color: #ffffff;
              font-family: 'Source Sans Pro', sans-serif;
              font-size: 24px;
              font-weight: 400;
              font-style: normal;
              letter-spacing: normal;
              line-height: 30px;
              text-align: left;
            }
          }

          .contactform_inner {
            // GF form
            .gform_wrapper {
              .gform_validation_errors {
                display: none !important;
              }
              form {
                .gform_body {
                  .gform_fields {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    grid-row-gap: 15px;
                    
                    .gfield {
                      width: 100%;
                      position: relative;
                      
                      &.gfield_error {
                        .ginput_container {
                          input, textarea {
                            border: 0.5px solid #c02b0a;
                          }
                        }
                      }
                      
                      .gfield_validation_message {
                        width: max-content;
                        padding: 0 !important;
                        margin: 0;
                        font-size: 12px;
                        color: #fff;
                        background: none;
                        border: none;
                        position: absolute;
                        right: 0;
                        bottom: -20px;
                      }
                      
                      &:not(:last-child) {
                        @media (min-width: 500px) {
                          width: 49%;
                        }
                      }
                      
                      label {
                        display: none;
                      }
                      .ginput_container {
                        input, textarea {
                          margin: 0 !important;
                          padding: 14px 16px 15px;
                          font-family: 'Source Sans Pro', sans-serif;
                          font-weight: 400;
                          font-size: 16px;
                          line-height: calc(22/16);
                          color: #6D6E71;
                          border: 0.5px solid #6D6E71;
                          border-radius: 4px;
                          outline: none;
                          background-color: #fff;
                          
                          &:focus, &:active {
                            outline: none !important;
                            border: 0.5px solid #6D6E71 !important;
                          }
                        }
                        
                        textarea {
                          height: 211px;
                          resize: none;
                        }
                      }
                    }
                  }
                }
                
                .gform_footer {
                  padding: 0;
                  margin-top: 0;
                  text-align: center;
                  justify-content: center;
                  
                  input {
                    padding: 13px;
                    font-family: "HelveticaNeue Condensed", sans-serif;
                    font-weight: 400;
                    font-size: 28px;
                    line-height: 1;
                    width: auto;
                    min-width: 200px;
                    background-color: #1f35e4;
                    border: 1px solid #296bff;
                    border-radius: 6px;
                    color: #fff;
                    transition: all 0.25s ease;
                    text-transform: uppercase;
                    
                    &:hover {
                      border: 1px solid #296bff !important;
                      background-color: #fff !important;
                      transition: all 0.25s ease;
                      color: #1f35e4;
                    }
                  }
                }
              }
            }
          }

          // Contact Form ------------------------------------------------------------
          .fsBody {
            background-color: transparent;
            padding: 0;

            .fsForm {
              background-color: transparent;
              padding: 0 !important;
              margin: 0 !important;

              .fsError {
                background: transparent !important;
                border-color: transparent !important;
                color: #ffffff !important;
                font-family: 'Source Sans Pro', sans-serif;
                font-size: 14px;
                font-weight: 400;
                font-style: normal;
                letter-spacing: 0.42px;
                line-height: 22px;
                margin-bottom: 0 !important;
              }

              .fsPage {
                background: transparent !important;

                .fsSection {
                  background: transparent !important;
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;

                  .fsRow {
                    width: 100%;
                    flex: 0 0 100%;
                    margin: 0 0 14px 0 !important;
                    padding: 0 !important;
                    background: transparent !important;

                    &:nth-child(1),
                    &:nth-child(2),
                    &:nth-child(3),
                    &:nth-child(4) {
                      width: 48%;
                      flex: 0 0 48%;
                      @media (min-width: 981px) and (max-width: 1200px) {
                        width: 100%;
                        flex: 0 0 100%;
                      }
                      @include phone {
                        width: 100%;
                        flex: 0 0 100%;
                      }
                    }

                    .fsValidationError .fsLabel,
                    .fsValidationError .fsRequiredLabel,
                    .fsValidationError .fsRequiredMarker {
                      color: red !important;
                    }

                    .fsRowBody {
                      margin: 0 !important;
                      padding: 0 !important;
                      background: transparent !important;
                      box-shadow: none !important;
                      display: flex;
                      flex-direction: column;

                      label.fsLabel {
                        margin-bottom: 2px;
                        color: #ffffff;
                        font-family: "Source Sans Pro", sans-serif;
                        font-size: 16px;
                        font-weight: 400;
                        font-style: normal;
                        letter-spacing: 1.6px;
                        line-height: 28px;
                        text-align: left;
                        text-transform: uppercase;

                        .fsRequiredMarker {
                          color: #ff0101;
                        }
                      }

                      .fsField {
                        width: 100%;
                        height: 40px;
                        background-color: #ffffff;
                        padding: 5px 10px;
                        border: none !important;
                        outline: none !important;
                        box-shadow: none !important;
                        color: #000;
                        font-family: "Source Sans Pro", sans-serif;
                        font-size: 16px;
                        font-weight: 400;
                        font-style: normal;
                        letter-spacing: normal;
                        line-height: 1;
                        text-align: left;
                      }

                      textarea.fsField {
                        resize: none;
                        height: 133px;
                      }

                    }
                  }
                }
              }

              .fsSubmit {
                padding-bottom: 0 !important;
                // margin-top: -7px;
                margin-top: 0;
                padding-top: 0px;

                .fsSubmitButton {
                  width: 100%;
                  height: 69px;
                  border-radius: 5px !important;
                  background-color: #46a941 !important;
                  border: 1px solid #46a941 !important;
                  color: #ffffff !important;
                  font-family: 'HelveticaNeue Condensed', sans-serif;
                  font-size: clamp(30px, 2.222vw, 40px) !important;
                  font-weight: 700;
                  font-style: normal;
                  letter-spacing: 7.78px;
                  line-height: 24px;
                  text-align: center;
                  text-transform: uppercase;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  transition: all .5s;
                  @include phone {
                    letter-spacing: 4.78px;
                  }

                  &:hover {
                    color: #46a941 !important;
                    background-color: transparent !important;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

/// Footer Contact Page
.page-id-979 {
  #section-footer {
    // Style in _footer.scss
  }
}*/
.page-id-8106 #page-container {
  /*.contact-banner {
    background-image: url("/wp-content/uploads/2023/02/contact-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
    margin: 0;
    .banner-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 1200px;
      width: 90%;
      padding: 65px 0 66px;
      margin: 0 auto;
      .banner-title {
        h1 {
          font-family: 'Helvetica Condensed', sans-serif;
          font-size: clamp(50px, 5.2vw, 60px);
          font-weight: 700;
          font-style: normal;
          line-height: 1.15;
          letter-spacing: 1.5px;
          text-align: center;
          text-transform: capitalize;
          color: #fff;
          padding: 0;
          margin: 0;
        }
      }
    }
  }*/
}
.page-id-8106 #page-container .contact-section {
  padding: 0 !important;
  margin: 0;
  /*.contact-form {
      background: linear-gradient(164.54deg, #004B80 0%, #004B80 100%);
      border-radius: 20px;
      padding: 30px 20px;
      margin: 0;
      h2 {
        font-family: 'Helvetica Condensed', sans-serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.8px;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        padding: 0;
        margin: 0 13px 22px 0;
      }
      p {
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 25px;
        letter-spacing: -0.1px;
        text-align: center;
        color: #fff;
        padding: 0;
        margin: 0 0 14px 0;
        &:last-of-type {
          margin: 0 0 31px 0;
        }
        @media (max-width: 430px) {
          line-height: 20px;
        }
      }
      a {
        font-family: inherit;
        font-size: inherit;
        font-weight: 700;
        font-style: inherit;
        line-height: inherit;
        color: inherit;
        transition: all 0.3s ease;
        &:hover {
          color: #46a941;
        }
      }
      .contact-form-inner {
        .gform_wrapper {
          form {
            .gform-body {
              .gform_fields {
                display: block;
                .gfield {
                  .ginput_container {
                    input[type="text"],input[type="email"],textarea {
                      font-family: 'Open Sans';
                      font-size: 16px;
                      font-weight: 400;
                      font-style: normal;
                      line-height: 1.375;
                      color: #000;
                      background: #fff;
                      border: 2px solid #fff;
                      border-radius: 10px;
                      padding: 10px;
                      margin: 0 0 19px 0 !important;
                      @media (max-width: 430px) {
                        font-size: 15px;
                        padding: 10px;
                        margin: 0 0 10px 0 !important;
                      }
                    }
                    textarea {
                      height: 118px;
                      margin-top: 2px !important;
                    }
                  }
                  .gfield_validation_message{
                    display: none !important;
                  }
                  &.gfield_error {
                    input[type="text"],input[type="email"] {
                      border: 2px solid #c02b0a !important;
                      &::placeholder {
                        color: red;
                        font-weight: 500;
                      }
                    }
                  }
                }
              }
            }
            .gform_footer {
              position: relative;
              width: 200px;
              padding: 0;
              margin: 30px auto 0 auto;
              @media (max-width: 430px) {
                margin-top: 10px;
              }
              input[type="submit"] {
                font-family: 'Helvetica Condensed', sans-serif;
                font-size: 20px;
                font-weight: 700;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: 0.9px;
                text-transform: uppercase;
                color: #fff;
                background-color: #46a941;
                border-radius: 6px;
                border: 1px solid #46a941;
                padding: 11px 40px;
                margin: 0 auto;
                transition: all 0.5s ease;
                @media (max-width: 430px) {
                  font-size: 18px;
                  padding: 9px 40px;
                }
              }
              &:hover {
                input[type="submit"] {
                  color: #46a941;
                  background-color: #fff !important;
                  border: 1px solid #46a941 !important;
                }
              }
            }
          }
          .gform_validation_errors {
            display: none !important;
          }
        }
      }
    }*/
}
.page-id-8106 #page-container .contact-section .contact-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  padding: 50px 0;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .page-id-8106 #page-container .contact-section .contact-inner {
    flex-wrap: wrap;
  }
}
.page-id-8106 #page-container .contact-section .contact-inner::after {
  content: none;
}
.page-id-8106 #page-container .contact-section .contact-inner .et_pb_column {
  margin: 0;
}
.page-id-8106 #page-container .contact-section .contact-inner .et_pb_column:nth-child(1) {
  width: 61.67%;
  margin-right: 30px;
}
@media (max-width: 980px) {
  .page-id-8106 #page-container .contact-section .contact-inner .et_pb_column:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.page-id-8106 #page-container .contact-section .contact-inner .et_pb_column:nth-child(2) {
  width: 32.25%;
  max-width: 387px;
  min-width: 288px;
}
@media (max-width: 980px) {
  .page-id-8106 #page-container .contact-section .contact-inner .et_pb_column:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}
.page-id-8106 #page-container .contact-section .contact-content {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content {
    margin-bottom: 40px;
  }
}
.page-id-8106 #page-container .contact-section .contact-content p {
  font-family: "Helvetica Condensed", sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.3px;
  color: #2e2e2e;
  border-bottom: 2px solid #46a941;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}
@media (min-width: 981px) and (max-width: 1160px) {
  .page-id-8106 #page-container .contact-section .contact-content p {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .page-id-8106 #page-container .contact-section .contact-content p {
    font-size: 46px;
  }
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content p {
    font-size: 40px;
    letter-spacing: normal;
    text-align: center;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul {
    flex-direction: column;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li {
  padding: 0 0 0 24px;
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(1) {
  width: 36%;
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(1) {
    width: 100%;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(1) span::before {
  background-image: url("/wp-content/uploads/2023/02/icon-contact-loc.svg");
}
.page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(2) {
  width: 29%;
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(2) {
    width: 100%;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(2) span::before {
  background-image: url("/wp-content/uploads/2023/02/icon-contact-tel.svg");
}
.page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(3) {
  width: 29%;
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(3) {
    width: 100%;
    margin-bottom: 0;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li:nth-of-type(3) span::before {
  background-image: url("/wp-content/uploads/2023/02/icon-contact-mail.svg");
}
.page-id-8106 #page-container .contact-section .contact-content ul li span {
  position: relative;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  color: #2e2e2e;
  margin-bottom: 4px;
}
@media (min-width: 981px) and (max-width: 1160px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li span {
    font-size: 22px;
  }
}
@media (min-width: 581px) and (max-width: 768px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li span {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li span {
    padding-left: 20px;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 981px) and (max-width: 1160px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li span::before {
    top: 6px;
  }
}
@media (min-width: 581px) and (max-width: 768px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li span::before {
    top: 6px;
  }
}
@media (max-width: 580px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li span::before {
    top: 8px;
    left: -4px;
    background-position: right;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li a {
  display: block;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: rgba(46, 46, 46, 0.75);
  transition: all 0.3s ease;
}
@media (min-width: 981px) and (max-width: 1160px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li a {
    font-size: 16px;
  }
}
@media (min-width: 581px) and (max-width: 768px) {
  .page-id-8106 #page-container .contact-section .contact-content ul li a {
    font-size: 16px;
  }
}
.page-id-8106 #page-container .contact-section .contact-content ul li a:hover {
  color: #46a941;
}
.page-id-8106 #page-container .contact-section .contact-map {
  height: 430px;
  border: 2px solid #004b80;
  border-radius: 20px;
  overflow: hidden;
}
.page-id-8106 #page-container .contact-section .contact-map iframe {
  width: 100%;
}
.page-id-1009 #section-thank-you {
  width: 100vw;
  text-align: center;
  padding: 70px 0 !important;
}
@media (min-width: 1200px) {
  .page-id-1009 #section-thank-you {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 797px;
  }
}
@media (min-width: 1200px) {
  .page-id-1009 #section-thank-you .et_pb_text_inner {
    padding-bottom: 2.5%;
  }
}
.page-id-1009 #section-thank-you h1 {
  text-align: center;
  padding-bottom: calc(22px + 4%);
}
.page-id-1009 #section-thank-you p {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(20px, 2.333vw, 28px) !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center !important;
  padding-bottom: 0;
}
.page-id-1009 #section-thank-you p span {
  display: block;
  padding-bottom: 2.4%;
}
.page-id-1009 #section-thank-you a {
  width: 100%;
  max-width: 226px;
  margin: calc(29px + 4%) auto 0;
  height: 50px;
  border-radius: 5px !important;
  background-color: #46a941 !important;
  border: 1px solid #46a941 !important;
  color: #ffffff !important;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1;
}
.page-id-1009 #section-thank-you a:hover {
  color: #46a941 !important;
  background-color: transparent !important;
}
body.page-id-1429 #page-container #section-banner .et_pb_row {
  max-width: 1432px;
  padding-top: 84px;
  padding-bottom: 105px;
}
body.page-id-1429 #page-container #section-banner .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h1 {
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: 60px;
  position: relative;
  margin-bottom: 76px;
  letter-spacing: 0;
}
body.page-id-1429 #page-container #section-banner .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #0046bc;
  left: 0;
  bottom: -37px;
}
body.page-id-1429 #page-container #section-banner .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner p {
  font-size: 20px;
  font-family: "Source Sans Pro";
  color: #fff;
  max-width: 670px;
}
body.page-id-1429 #page-container #section-about-us {
  color: #000 !important;
  padding-top: 68px;
  padding-bottom: 0;
}
@media screen and (min-width: 981px) {
  body.page-id-1429 #page-container #section-about-us {
    padding-bottom: 49px;
  }
}
body.page-id-1429 #page-container #section-about-us .et_pb_row {
  max-width: 1276px;
}
@media screen and (min-width: 981px) {
  body.page-id-1429 #page-container #section-about-us .et_pb_row .et_pb_column {
    width: 49.8%;
    margin-right: 0;
  }
}
body.page-id-1429 #page-container #section-about-us .et_pb_row .et_pb_column h2 {
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(32px, 3.125vw, 40px);
  color: #000 !important;
  letter-spacing: 0;
  margin-bottom: 27px;
}
body.page-id-1429 #page-container #section-about-us .et_pb_row .et_pb_column p {
  font-family: "Source Sans Pro";
  font-size: clamp(18px, 1.5625vw, 20px);
  line-height: 1.3;
  padding-bottom: 1.3em;
}
@media screen and (min-width: 981px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child {
    width: 37% !important;
    margin-left: 12.2%;
    padding-top: 5.5%;
  }
}
body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content {
  font-size: clamp(32px, 3.90625vw, 50px) !important;
  font-family: "Academy Regular W" !important;
  line-height: 100%;
  position: relative;
  line-height: 1.1 !important;
  padding-bottom: 0.85em !important;
}
@media screen and (max-width: 779px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content {
    margin-left: 49px;
  }
}
body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:before {
  content: "";
  width: 60px;
  height: 48px;
  background: url("/wp-content/uploads/2022/08/comma.jpg") center center;
  background-size: cover;
  position: absolute;
  top: -9px;
  left: -68px;
}
@media screen and (max-width: 980px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:before {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 980px) and (min-width: 970px) and (max-width: 980px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:before {
    left: -60px;
  }
}
@media screen and (max-width: 980px) and (min-width: 890px) and (max-width: 969px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:before {
    left: -65px;
  }
}
@media screen and (max-width: 980px) and (max-width: 889px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:before {
    left: -60px;
  }
}
body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:after {
  content: "";
  width: 6px;
  height: calc(100% - 54px - (clamp(35px, 45/1440*100vw, 45px)));
  background-color: #002e71;
  position: absolute;
  top: 54px;
  left: -25px;
}
@media screen and (min-width: 820px) and (max-width: 980px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:after {
    height: calc(100% - 55px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
@media screen and (min-width: 981px) and (max-width: 1039px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:after {
    height: calc(100% - 60px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
@media screen and (min-width: 1040px) and (max-width: 1099px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:after {
    height: calc(100% - 62px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
@media screen and (min-width: 1100px) and (max-width: 1249px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:after {
    height: calc(100% - 65px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
@media screen and (min-width: 1250px) and (max-width: 1450px) {
  body.page-id-1429 #page-container #section-about-us .et-last-child .quote-content:after {
    height: calc(100% - 62px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
body.page-id-1429 #page-container #section-about-us .et-last-child .quote-source {
  font-size: clamp(24px, 2.1875vw, 28px) !important;
  font-family: "Academy Regular W" !important;
}
@media screen and (max-width: 1920px) {
  body.page-id-1429 #page-container #section-core-values {
    height: 853px;
    background-position: 0%;
    background-image: url("/wp-content/uploads/2022/08/EGLtech_AboutUs-background.jpg") !important;
  }
}
@media screen and (max-width: 1920px) and (min-width: 900px) and (max-width: 999px) {
  body.page-id-1429 #page-container #section-core-values {
    height: 853px;
    background-position: 0%;
    background-image: url("/wp-content/uploads/2022/08/EGLtech_AboutUs-background1.jpg") !important;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1000px) and (max-width: 1279px) {
  body.page-id-1429 #page-container #section-core-values {
    height: 953px;
    background-position: 0%;
    background-image: url("/wp-content/uploads/2022/08/EGLtech_AboutUs-background1.jpg") !important;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values {
    background-image: url("/wp-content/uploads/2022/08/EGLtech_AboutUs-background1.jpg") !important;
    background-position: 50%;
    height: 1053px;
  }
}
@media screen and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values {
    background-image: url("/wp-content/uploads/2022/08/EGLtech_web_AboutUs1.jpg") !important;
    background-position: 50%;
    height: 1053px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row {
  height: 100%;
}
@media screen and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row {
    background-image: url(https://egltech.net/wp-content/uploads/2022/08/EGLtech_web_AboutUs-with-logo.png);
    width: 984px;
    height: 984px;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column {
  position: relative;
  height: 100%;
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
  color: #004b80;
  font-family: "HelveticaNeue Condensed Black", sans-serif;
  font-size: clamp(50px, 8.6646279307vw, 85px);
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 900px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
    padding-top: 53px;
  }
}
@media screen and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h2 {
    padding-top: 83px;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .core-values-item {
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .core-values-item {
    padding-bottom: 0;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .core-values-item .et_pb_text_inner h4 {
  color: #004b80;
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(24px, 2.1875vw, 28px);
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .core-values-item .et_pb_text_inner h4 {
    margin-bottom: 14px;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column .core-values-item .et_pb_text_inner p {
  font-family: "Source Sans Pro";
  line-height: 1.3;
  font-size: clamp(18px, 1.5625vw, 20px);
  /* @media screen and (max-width:1919px) {
                                    br{display: none;}
                                } */
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
    position: absolute;
    left: -1%;
    top: 32.2%;
    text-align: end;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
    left: -3%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) and (max-width: 1349px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
    left: 0.2%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1350px) and (max-width: 1379px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
    left: -0.3%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1380px) and (max-width: 1459px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
    left: -0.7%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back {
    left: -13%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back:hover {
    transform: scale(1.1);
  }
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back:hover h4:after {
    background: none;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back:hover h4:before {
  border-color: #004b80;
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back h4 {
  position: relative;
}
@media screen and (min-width: 780px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back h4:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 8px solid #46a941;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: -7%;
  }
}
@media screen and (min-width: 780px) and (min-width: 970px) and (max-width: 1149px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back h4:before {
    left: -6%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1150px) and (max-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back h4:before {
    left: -5%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back h4:before {
    left: inherit;
    top: -6%;
    right: -16.2%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #giving-back h4:after {
    content: "";
    position: absolute;
    width: 78px;
    height: 43px;
    background: url("/wp-content/uploads/2022/08/Giving_Back_line.png") center center;
    top: 41%;
    right: -45%;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional {
    position: absolute;
    top: 58.6%;
    left: -5.1%;
    text-align: end;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1340px) and (max-width: 1419px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional {
    left: -5%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1420px) and (max-width: 1459px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional {
    left: -4.5%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional {
    left: -15.1%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional:hover {
    transform: scale(1.1);
  }
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional:hover h4:after {
    background: none;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional:hover h4:before {
  border-color: #004b80;
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional h4 {
  position: relative;
}
@media screen and (min-width: 780px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional h4:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 8px solid #46a941;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: -7%;
  }
}
@media screen and (min-width: 780px) and (min-width: 970px) and (max-width: 1149px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional h4:before {
    left: -6%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1150px) and (max-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional h4:before {
    left: -5%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional h4:before {
    left: inherit;
    top: -7%;
    right: -14%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #be-exceptional h4:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 8px;
    background: url("/wp-content/uploads/2022/08/be_exceptional-not_expected-line.png") center center;
    top: 35%;
    right: -31%;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    position: absolute;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    right: 27.5%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) and (min-width: 1280px) and (max-width: 1299px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 6.5%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) and (min-width: 1300px) and (max-width: 1319px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 6%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) and (min-width: 1320px) and (max-width: 1329px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 5.5%;
  }
}
@media screen and (min-width: 1330px) and (max-width: 1359px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    right: 29%;
  }
}
@media screen and (min-width: 1330px) and (max-width: 1359px) and (min-width: 1330px) and (max-width: 1349px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 4%;
  }
}
@media screen and (min-width: 1330px) and (max-width: 1359px) and (min-width: 1350px) and (max-width: 1359px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 3%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    right: 29.5%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) and (min-width: 1360px) and (max-width: 1369px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 2.5%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) and (min-width: 1370px) and (max-width: 1379px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 2%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) and (min-width: 1380px) and (max-width: 1399px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 1%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) and (min-width: 1400px) and (max-width: 1409px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 0.3%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) and (min-width: 1410px) and (max-width: 1419px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: 0;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1429px) and (min-width: 1420px) and (max-width: 1429px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    bottom: -1%;
  }
}
@media screen and (min-width: 1430px) and (max-width: 1459px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    right: 30.5%;
    bottom: -1.5%;
  }
}
@media screen and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    right: 27% !important;
    bottom: 1% !important;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being {
    right: 30.5%;
    bottom: -1.3%;
  }
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being:hover {
    transform: scale(1.1);
  }
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being:hover h4:after {
    background: none;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being:hover h4:before {
  border-color: #004b80;
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being h4 {
  position: relative;
}
@media screen and (min-width: 780px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being h4:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 8px solid #46a941;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: -7%;
  }
}
@media screen and (min-width: 780px) and (min-width: 970px) and (max-width: 1149px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being h4:before {
    left: -6%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1150px) and (max-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being h4:before {
    left: -5%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being h4:before {
    top: -147%;
    left: 47%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #holistic-employee-well-being h4:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 32px;
    background-color: #004b80;
    top: -255%;
    left: 50.2%;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first {
    position: absolute;
    right: 1.8%;
    top: 58.4%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first {
    right: -8.4%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first:hover {
    transform: scale(1.1);
  }
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first:hover h4:after {
    background: none;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first:hover h4:before {
  border-color: #004b80;
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first h4 {
  position: relative;
}
@media screen and (min-width: 780px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first h4:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 8px solid #46a941;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: -7%;
  }
}
@media screen and (min-width: 780px) and (min-width: 970px) and (max-width: 1149px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first h4:before {
    left: -6%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1150px) and (max-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first h4:before {
    left: -5%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first h4:before {
    top: 0;
    left: -21%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #clients-needs-first h4:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 8px;
    background: url("/wp-content/uploads/2022/08/clients_needs_first-line.png") center center;
    top: 34%;
    left: -43%;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity {
    position: absolute;
    right: -5%;
    top: 32.2%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) and (max-width: 1349px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity {
    right: -4%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1350px) and (max-width: 1459px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity {
    right: -4.2%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity {
    right: -6%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1921px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity {
    right: -16%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity:hover {
    transform: scale(1.1);
  }
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity:hover h4:after {
    background: none;
  }
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity:hover h4:before {
  border-color: #004b80;
}
body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity h4 {
  position: relative;
}
@media screen and (min-width: 780px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity h4:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 8px solid #46a941;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: -7%;
  }
}
@media screen and (min-width: 780px) and (min-width: 970px) and (max-width: 1149px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity h4:before {
    left: -6%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1150px) and (max-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity h4:before {
    left: -5%;
  }
}
@media screen and (min-width: 780px) and (min-width: 1280px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity h4:before {
    top: -8%;
    left: -15%;
  }
}
@media screen and (min-width: 1460px) {
  body.page-id-1429 #page-container #section-core-values .et_pb_row .et_pb_column #integrity h4:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 43px;
    background: url("/wp-content/uploads/2022/08/integrity_line.png") center center;
    top: 38%;
    left: -38%;
  }
}
body.page-id-1429 #page-container #section-our-history {
  padding-top: 0;
  padding-bottom: 72px;
}
@media screen and (min-width: 981px) {
  body.page-id-1429 #page-container #section-our-history {
    padding-top: 65px;
  }
}
body.page-id-1429 #page-container #section-our-history .et_pb_row {
  max-width: 1275px;
}
body.page-id-1429 #page-container #section-our-history .et_pb_row h2 {
  font-family: "HelveticaNeue Condensed", sans-serif;
  font-size: clamp(32px, 3.125vw, 40px);
  color: #000 !important;
  letter-spacing: 0;
  margin-bottom: 27px;
}
body.page-id-1429 #page-container #section-our-history .et_pb_row p {
  font-family: "Source Sans Pro";
  font-size: clamp(18px, 1.5625vw, 20px);
  line-height: 1.3;
  padding-bottom: 1.3em;
  color: #000;
}
@media screen and (min-width: 981px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et_pb_column_4 {
    width: 50.2%;
    margin-right: 11.2%;
  }
}
@media screen and (min-width: 981px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et_pb_column_4 #why-we-work {
    padding-top: 25px;
  }
}
body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child h2 {
  text-align: center;
}
body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image {
  padding: 17px 0;
}
body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 14px 24px 38px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  border: 1px solid #ced7db;
  background-color: #ffffff;
  max-width: 452px;
}
@media screen and (min-width: 981px) and (max-width: 1699px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 980px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1700px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap {
    margin-left: 7px;
    width: 452px;
    height: 189px;
  }
}
@media screen and (max-width: 980px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap {
    margin: 0 auto;
  }
}
body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap img {
  /* @media screen and (max-width:1699px) {
                                    transform: scale(0.9);
                                } */
}
@media (max-width: 767px) {
  body.page-id-1429 #page-container #section-our-history .et_pb_row .et-last-child .et_pb_image .et_pb_image_wrap img {
    transform: scale(0.8);
  }
}
@media (max-width: 980px) {
  .page-id-11238 #page-container .page-with-sidebar .page-inner .page-content h2 br {
    display: none;
  }
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content p.enlarged {
  font-size: clamp(20px, 1.858vw, 26px);
  font-weight: 600;
  line-height: 1.385;
  letter-spacing: 0;
  margin: 0 0 30px 0;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  background-image: url("/wp-content/uploads/2023/04/quotes.svg");
  background-size: 89px;
  background-position: right 30px top 30px;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 30px;
  margin: 0;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item {
    padding: 20px;
    background-position: right 20px top 20px;
  }
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item::after {
  content: none;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_portrait {
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_portrait::before {
  content: none;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_portrait::after {
  content: "";
  display: block;
  width: 157px;
  height: 29px;
  background-image: url("/wp-content/uploads/2023/04/stars.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 14px 0 0 70px;
}
@media (max-width: 500px) {
  .page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_portrait::after {
    width: clamp(120px, 37.5vw, 157px);
    margin-left: clamp(62px, 19.375vw, 70px);
  }
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_description {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 !important;
}
@media (max-width: 580px) {
  .page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_description {
    margin: 10px 0 0 !important;
  }
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_description .et_pb_testimonial_author {
  order: 1;
  font-family: "Open Sans";
  font-size: clamp(24px, 4.14vw, 30px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.37em;
  color: #3b7dee;
  padding: 0;
  margin: 0;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_description .et_pb_testimonial_meta {
  order: 2;
  font-family: "Open Sans";
  font-size: clamp(16px, 2.76vw, 18px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.5em;
  color: #999;
  padding: 0;
  margin: 0 0 10px;
}
.page-id-11238 #page-container .page-with-sidebar .page-inner .page-content .testimonials-item .et_pb_testimonial_description .et_pb_testimonial_description_inner {
  order: 3;
  font-family: "Open Sans";
  font-size: clamp(16px, 2.76vw, 18px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  color: #222;
  padding: 0;
  margin: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fegltech.net%2F%22%2C%22sources%22%3A%5B%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_fonts.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_global.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Findex.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_header.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_banner.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_footer.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_sidebar.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_banner-2023.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fglobal%2F_sidebar-2023.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_page.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_page-with-sidebar.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_single.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_blog.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_home.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_contact.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_thank-you.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_page-about-us.scss%22%2C%22www%2Fwp-content%2Fthemes%2FVC-Divi%2Fscss%2Fpages-section%2F_testimonials.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAOA%3BAAwBA%3BAA%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAC1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACshBE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5gBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BgBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1lBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkmBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzqBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BqBS%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrrBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2rBW%3BAAAA%3BAAAA%3BAAAA%3BADrrBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4rBS%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7sBT%3BACitBW%3BAAAA%3BAAAA%3BAAAA%3BAD3sBX%3BAAAA%3BAAAA%3BAAAA%3BACitBW%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1uBT%3BAC8uBW%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1wBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqxBO%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAD1xBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgyBS%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtyBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2ByBK%3BAAAA%3BAAAA%3BAD%2FyBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACozBO%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BADxzBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACg0BW%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAD%2F2Bb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC23BO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAC3lCtB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtDX%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGEG%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHnGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BHE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAHzMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4NE%3BAAAA%3BAAAA%3BAH5NF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoOE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8OG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrPH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG6PG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4QG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHnRH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2RG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAHpSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8SG%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0TK%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAH%2FVF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsWG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjXL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8XM%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA4BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8aC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpbD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkdC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAHheH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAHvgBF%3BAGkhBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGihBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjhBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4iBC%3BAAAA%3BAAAA%3BAAAA%3BAH5iBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkjBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHljBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvlBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGimBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAHvmBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BmBG%3BAAAA%3BAAAA%3BAAAA%3BAH%2FmBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGynBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHznBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuoBG%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBH%3BAAAA%3BAAAA%3BAHjsBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGusBI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxtBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuuBU%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5uBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGovBU%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxyBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqzBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGg0BG%3BAAAA%3BAAAA%3BAHt0BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGy0BG%3BAAAA%3BAAAA%3BAH%2F0BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGk1BG%3BAAAA%3BAAAA%3BAHx1BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2B1BE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2F7BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGs8BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BACphCJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BACvSX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BACnII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZP%3BAAAA%3BAAAA%3BAAAA%3BARiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQXC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQSE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAR7BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARnDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmEK%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAChGK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATAT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASqBiB%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BATxBnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASoCW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT3ID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASiJG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASwNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATpOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASoPO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATxOP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASoPG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT1PH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASsRK%3BAAAA%3BAAAA%3BAAAA%3BACjSI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVDT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUqBiB%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAalB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV1CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmDK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVrFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2FG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyCI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChTN%3BAAAA%3BAAAA%3BAAAA%3BAXHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgBW%3BAAAA%3BAAAA%3BAXtBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8Be%3BAAAA%3BAAAA%3BAAAA%3BAX9Bf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWqFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAXvIT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiJO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXrIP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW2JS%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAX%2FJX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW0KS%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5LC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiNC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAXrNH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgOC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX1PC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW2QC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgSS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAX1SX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWkTS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9UD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BVC%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpXT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAahB%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXxiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWojBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpjBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BjBK%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAXnkBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW6lBS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXvlBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW2mBS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAAA%3BAXxnBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgoBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpoBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW2oBK%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAXprBb%3BAW0rBa%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5tBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWguBa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXzxBZ%3BAWwyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpyBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2ByBG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpzBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BzBK%3BAAAA%3BAAAA%3BAAAA%3BAX%2FzBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWw0BG%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXhlCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW0lCG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAX7mCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWknCK%3BAAAA%3BAAAA%3BAAAA%3BAXxnCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW6nCK%3BAAAA%3BAAAA%3BAAAA%3BAXnoCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyoCO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FoCP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8pCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9pCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW0qCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXrrCH%3BAW%2BrCO%3BAAAA%3BAAAA%3BAAAA%3BAXjtCR%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY6dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZrfH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2BfK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAZpgBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY6gBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ7gBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwhBG%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZniBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYyiBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAC%2FqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BACxDM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBxB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd3yB3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeAG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */