#legacy-content {
    div.scroll_icon {
    /* inline */
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 0px;
    left: 50%;
    margin-left: -100px;
    /* childrens */
  }
  div.scroll_icon:hover {
    cursor: pointer;
  }
  div.scroll_icon #arrow_down,
  div.scroll_icon #arrow_up,
  div.scroll_icon #arrow_default {
    visibility: hidden;
  }

  /* SECTIONS */
  /* CUSTOMER EXPERIENCE */
  .oa_inline_blocks {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .oa_inline_blocks div.oa_inline_item {
    font-size: 14pt !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px;
    padding: 10px;
    min-height: 40px;
  }
  .oa_inline_blocks div.oa_inline_item img {
    width: 80px;
  }
  .oa_inline_blocks div.oa_inline_item p {
    font-size: 14pt;
    text-align: center;
  }
  .oa_inline_blocks.oa_ii_2 div.oa_inline_item {
    width: 50%;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_inline_blocks.oa_ii_2 div.oa_inline_item {
      /* RESPOND-MIN */
      /* RESPOND-MAX */
      /* RESPOND-LANDSCAPE */
    }
  }
  @media only screen and (max-width: 991px) and (orientation: portrait) {
    .oa_inline_blocks.oa_ii_2 div.oa_inline_item {
      width: 100%;
    }
  }
  .oa_inline_blocks.oa_ii_3 div.oa_inline_item {
    width: 33.33333333%;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    .oa_inline_blocks.oa_ii_3 div.oa_inline_item {
      width: 100%;
    }
  }
  .oa_inline_blocks.oa_ii_4 div.oa_inline_item {
    width: 25%;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .oa_inline_blocks.oa_ii_4 div.oa_inline_item {
      width: 50%;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_inline_blocks.oa_ii_4 div.oa_inline_item {
      width: 100%;
    }
  }
  .oa_inline_blocks.oa_ii_5 div.oa_inline_item {
    width: 20%;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .oa_inline_blocks.oa_ii_5 div.oa_inline_item {
      width: 33.33333333%;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_inline_blocks.oa_ii_5 div.oa_inline_item {
      width: 100%;
    }
  }

  .oa_inline_blocks.oa_icon_box div.oa_inline_item {
    text-align: center;
  }
  .oa_inline_blocks.oa_icon_box img {
    display: inline-block;
  }
  .oa_inline_blocks.oa_icon_box p {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_inline_blocks.oa_icon_box p {
      width: 200px;
      display: inline-block;
    }
  }

  /* LIBRARIES */
  /* ALIGNER */
  .Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Aligner-item {
    max-width: 50%;
  }

  .Aligner-item--top {
    align-self: flex-start;
  }

  .Aligner-item--bottom {
    align-self: flex-end;
  }

  /* ARROWS */
  i.oa_arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  i.oa_arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  i.oa_arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  i.oa_arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  i.oa_arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  /* TRIANGLES */
  div.oa_triangle.up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
  }

  div.oa_triangle.down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
  }

  /* SPACING */
  div.oa_br {
    width: 100%;
    height: 30px;
  }
  div.oa_br.oa_br_15 {
    height: 15px;
  }
  div.oa_br.oa_br_10 {
    height: 10px;
  }
  div.oa_br.oa_br_20 {
    height: 20px;
  }
  div.oa_br.oa_br_30 {
    height: 30px;
  }
  div.oa_br.oa_br_40 {
    height: 40px;
  }
  div.oa_br.oa_br_50 {
    height: 50px;
  }
  div.oa_br.oa_br_60 {
    height: 60px;
  }
  div.oa_br.oa_br_70 {
    height: 70px;
  }
  div.oa_br.oa_br_80 {
    height: 80px;
  }

  /* BUTTONS */
  .oa_cta {
    text-align: center;
  }
  .oa_cta a {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    background-color: transparent;
    border: solid 1px white;
    color: white;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
  }
  .oa_cta a:hover {
    text-decoration: none;
    transform: scale(1.05);
    cursor: pointer;
  }
  .oa_cta a i.oa_arrow {
    border: solid white;
    border-width: 0 1px 1px 0 !important;
    padding: 4px;
  }
  .oa_cta a:hover {
    background-color: #efcf00;
    border: solid 1px #efcf00;
  }
  .oa_cta.oa_cta_yellow a {
    background-color: #f5cc27;
    color: #7f7f7f;
  }
  .oa_cta.oa_cta_yellow a i.oa_arrow {
    border: solid white;
  }
  .oa_cta.oa_cta_blue a {
    background-color: transparent;
    border: solid 1px #27a2e7;
    color: #27a2e7;
  }
  .oa_cta.oa_cta_blue a i.oa_arrow {
    border: solid #27a2e7;
  }
  .oa_cta.oa_cta_blue a:hover {
    background-color: #27a2e7;
    color: white;
  }
  .oa_cta.oa_cta_blue a:hover i.oa_arrow {
    border: solid white;
  }

  /* CONTENT */
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  div.banner_trigger {
    /* inline */
    position: absolute;
    height: 49%;
    width: 100%;
    bottom: 0px;
  }

  /* TEXT SIZES */
  .oa_text {
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
  }
  .oa_text.h2_big {
    font-size: 18pt !important;
  }
  .oa_text.h2 {
    font-size: 18pt !important;
  }
  .oa_text.s16 {
    font-size: 16pt !important;
  }
  .oa_text.s12 {
    font-size: 12pt !important;
  }
  .oa_text.s11 {
    font-size: 11pt !important;
  }
  .oa_text.s10 {
    font-size: 10pt !important;
  }

  /* UL */
  ul.oa_inline_ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    overflow: hidden;
  }
  ul.oa_inline_ul li {
    float: left;
    margin-left: 31px;
  }
  ul.oa_inline_ul li:first-child {
    margin-left: 0px;
  }

  /* FADE BANNER */
  .oa_js_banner_fade {
    visibility: hidden;
  }

  /* BREAK */
  br.oa_br {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 1199px) {
    br.oa_br {
      display: none;
    }
  }

  /* CONTENT LIBRARIES */
  /* SECTIONS */
  .oa_section {
    position: relative;
    padding: 90px 0px;
    height: auto;
    width: 100%;
  }
  .oa_section.no_padding {
    padding: 0px 0px;
  }
  .oa_section.no_padding_top {
    padding-top: 0px;
  }
  .oa_section.no_padding_left {
    padding-left: 0px;
  }
  .oa_section.no_padding_bottom {
    padding-bottom: 0px;
  }
  .oa_section.no_padding_right {
    padding-right: 0px;
  }

  /* CONTAINERS */
  .oa_container {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_container {
      width: 95%;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_container {
      width: 100%;
    }
  }
  .oa_container.oa_wide {
    width: 80% !important;
  }
  .oa_container.oa_full_relative {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .oa_container.oa_narrow_container_1 {
    padding: 0px 100px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_container.oa_narrow_container_1 {
      padding: 0px 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_container.oa_narrow_container_1 {
      padding: 25px;
    }
  }
  .oa_container.oa_narrow_container_2 {
    padding: 0px 150px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_container.oa_narrow_container_2 {
      padding: 0px 100px;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_container.oa_narrow_container_2 {
      padding: 25px;
    }
  }
  .oa_container.oa_narrow_container_3 {
    padding: 0px 250px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_container.oa_narrow_container_3 {
      padding: 0px 200px;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_container.oa_narrow_container_3 {
      padding: 55px;
    }
  }

  /* TITLES AND DESCRIPTIONS */
  .oa_title h1,
  .oa_title h2,
  .oa_title h3,
  .oa_title h4,
  .oa_title h5,
  .oa_title h6 {
    margin: 0px;
    padding: 0px;
    font-size: 14pt;
    margin-bottom: 10px;
    color: #1a8fcb;
    text-align: center;
  }
  .oa_title.h2 * {
    font-size: 24pt;
  }
  .oa_title.h4 * {
    font-size: 12pt !important;
  }
  .oa_title.caps {
    text-transform: uppercase;
  }
  .oa_title.lows {
    text-transform: none;
  }
  .oa_title.lows h1,
  .oa_title.lows h2,
  .oa_title.lows h3,
  .oa_title.lows h4,
  .oa_title.lows h5,
  .oa_title.lows h6 {
    text-transform: none !important;
  }

  .oa_excerpt,
  .oa_description {
    font-size: 16pt;
    color: #5e5e5e;
    text-align: center;
  }
  .oa_excerpt p,
  .oa_excerpt ul,
  .oa_excerpt li,
  .oa_description p,
  .oa_description ul,
  .oa_description li {
    font-size: 16pt;
    color: #5e5e5e;
    text-align: center;
  }
  .oa_excerpt.left_align,
  .oa_description.left_align {
    text-align: -webkit-auto;
    text-align: -moz-auto;
    text-align: -o-auto;
  }
  .oa_excerpt.left_align p,
  .oa_excerpt.left_align ul,
  .oa_excerpt.left_align li,
  .oa_description.left_align p,
  .oa_description.left_align ul,
  .oa_description.left_align li {
    text-align: -webkit-auto;
    text-align: -moz-auto;
    text-align: -o-auto;
  }

  .fs_15,
  .fs_15 p {
    font-size: 15pt;
  }

  .oa_sub_excerpt,
  .oa_sub_description {
    font-size: 12pt;
    color: #5e5e5e;
    text-align: center;
  }
  .oa_sub_excerpt p,
  .oa_sub_description p {
    font-size: 12pt;
    color: #5e5e5e;
    text-align: center;
  }

  .oa_excerpt p,
  .oa_description p,
  .oa_sub_description p,
  .oa_sub_excerpt p {
    margin-bottom: 30px;
  }
  .oa_excerpt p:last-child,
  .oa_description p:last-child,
  .oa_sub_description p:last-child,
  .oa_sub_excerpt p:last-child {
    margin-bottom: 5px;
  }

  .oa_title.left_align,
  .oa_excerpt.left_align,
  .oa_description.left_align,
  .oa_sub_description.left_align,
  .oa_sub_excerpt.left_align {
    text-align: left;
  }
  .oa_title.left_align h1,
  .oa_title.left_align h2,
  .oa_title.left_align h3,
  .oa_title.left_align h4,
  .oa_title.left_align h5,
  .oa_title.left_align h6,
  .oa_title.left_align p,
  .oa_excerpt.left_align h1,
  .oa_excerpt.left_align h2,
  .oa_excerpt.left_align h3,
  .oa_excerpt.left_align h4,
  .oa_excerpt.left_align h5,
  .oa_excerpt.left_align h6,
  .oa_excerpt.left_align p,
  .oa_description.left_align h1,
  .oa_description.left_align h2,
  .oa_description.left_align h3,
  .oa_description.left_align h4,
  .oa_description.left_align h5,
  .oa_description.left_align h6,
  .oa_description.left_align p,
  .oa_sub_description.left_align h1,
  .oa_sub_description.left_align h2,
  .oa_sub_description.left_align h3,
  .oa_sub_description.left_align h4,
  .oa_sub_description.left_align h5,
  .oa_sub_description.left_align h6,
  .oa_sub_description.left_align p,
  .oa_sub_excerpt.left_align h1,
  .oa_sub_excerpt.left_align h2,
  .oa_sub_excerpt.left_align h3,
  .oa_sub_excerpt.left_align h4,
  .oa_sub_excerpt.left_align h5,
  .oa_sub_excerpt.left_align h6,
  .oa_sub_excerpt.left_align p {
    text-align: left;
  }

  div.oa_top_section_details {
    position: relative;
    margin: 0px auto;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    div.oa_top_section_details {
      padding: 0px 25px;
    }
  }
  div.oa_top_section_details.oa_white_content .oa_title h1,
  div.oa_top_section_details.oa_white_content .oa_title h2,
  div.oa_top_section_details.oa_white_content .oa_title h3,
  div.oa_top_section_details.oa_white_content .oa_title h4,
  div.oa_top_section_details.oa_white_content .oa_title h5,
  div.oa_top_section_details.oa_white_content .oa_title h6,
  div.oa_top_section_details.oa_white_content .oa_title p,
  div.oa_top_section_details.oa_white_content .oa_excerpt h1,
  div.oa_top_section_details.oa_white_content .oa_excerpt h2,
  div.oa_top_section_details.oa_white_content .oa_excerpt h3,
  div.oa_top_section_details.oa_white_content .oa_excerpt h4,
  div.oa_top_section_details.oa_white_content .oa_excerpt h5,
  div.oa_top_section_details.oa_white_content .oa_excerpt h6,
  div.oa_top_section_details.oa_white_content .oa_excerpt p,
  div.oa_top_section_details.oa_white_content .oa_description h1,
  div.oa_top_section_details.oa_white_content .oa_description h2,
  div.oa_top_section_details.oa_white_content .oa_description h3,
  div.oa_top_section_details.oa_white_content .oa_description h4,
  div.oa_top_section_details.oa_white_content .oa_description h5,
  div.oa_top_section_details.oa_white_content .oa_description h6,
  div.oa_top_section_details.oa_white_content .oa_description p,
  div.oa_top_section_details.oa_white_content .oa_sub_description h1,
  div.oa_top_section_details.oa_white_content .oa_sub_description h2,
  div.oa_top_section_details.oa_white_content .oa_sub_description h3,
  div.oa_top_section_details.oa_white_content .oa_sub_description h4,
  div.oa_top_section_details.oa_white_content .oa_sub_description h5,
  div.oa_top_section_details.oa_white_content .oa_sub_description h6,
  div.oa_top_section_details.oa_white_content .oa_sub_description p,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt h1,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt h2,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt h3,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt h4,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt h5,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt h6,
  div.oa_top_section_details.oa_white_content .oa_sub_excerpt p {
    color: white;
  }
  div.oa_top_section_details.left_align .oa_title,
  div.oa_top_section_details.left_align .oa_excerpt,
  div.oa_top_section_details.left_align .oa_description,
  div.oa_top_section_details.left_align .oa_sub_description,
  div.oa_top_section_details.left_align .oa_sub_excerpt {
    text-align: left;
  }
  div.oa_top_section_details.left_align .oa_title h1,
  div.oa_top_section_details.left_align .oa_title h2,
  div.oa_top_section_details.left_align .oa_title h3,
  div.oa_top_section_details.left_align .oa_title h4,
  div.oa_top_section_details.left_align .oa_title h5,
  div.oa_top_section_details.left_align .oa_title h6,
  div.oa_top_section_details.left_align .oa_title p,
  div.oa_top_section_details.left_align .oa_excerpt h1,
  div.oa_top_section_details.left_align .oa_excerpt h2,
  div.oa_top_section_details.left_align .oa_excerpt h3,
  div.oa_top_section_details.left_align .oa_excerpt h4,
  div.oa_top_section_details.left_align .oa_excerpt h5,
  div.oa_top_section_details.left_align .oa_excerpt h6,
  div.oa_top_section_details.left_align .oa_excerpt p,
  div.oa_top_section_details.left_align .oa_description h1,
  div.oa_top_section_details.left_align .oa_description h2,
  div.oa_top_section_details.left_align .oa_description h3,
  div.oa_top_section_details.left_align .oa_description h4,
  div.oa_top_section_details.left_align .oa_description h5,
  div.oa_top_section_details.left_align .oa_description h6,
  div.oa_top_section_details.left_align .oa_description p,
  div.oa_top_section_details.left_align .oa_sub_description h1,
  div.oa_top_section_details.left_align .oa_sub_description h2,
  div.oa_top_section_details.left_align .oa_sub_description h3,
  div.oa_top_section_details.left_align .oa_sub_description h4,
  div.oa_top_section_details.left_align .oa_sub_description h5,
  div.oa_top_section_details.left_align .oa_sub_description h6,
  div.oa_top_section_details.left_align .oa_sub_description p,
  div.oa_top_section_details.left_align .oa_sub_excerpt h1,
  div.oa_top_section_details.left_align .oa_sub_excerpt h2,
  div.oa_top_section_details.left_align .oa_sub_excerpt h3,
  div.oa_top_section_details.left_align .oa_sub_excerpt h4,
  div.oa_top_section_details.left_align .oa_sub_excerpt h5,
  div.oa_top_section_details.left_align .oa_sub_excerpt h6,
  div.oa_top_section_details.left_align .oa_sub_excerpt p {
    text-align: left;
  }

  /* WIDGETS */
  /* SECTION ICONS */
  .oa_section_icons {
    /* inline */
    /* childrens */
    /* VARIETIES */
  }
  .oa_section_icons .oa_section_icon_container {
    /* inline */
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* childrens */
  }
  @media only screen and (min-width: 768px) {
    .oa_section_icons .oa_section_icon_container {
      display: flex;
      justify-content: space-evenly;
    }
  }
  .oa_section_icons .oa_section_icon_container .oa_item {
    /* inline */
    position: relative;
    display: inline-block;
    text-align: center;
    width: 250px;
    transform: matrix(1, 0, 0, 1, 0, 30);
    visibility: hidden;
    vertical-align: top;
    margin-bottom: 50px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* childrens */
    /* BUTTON */
  }
  @media only screen and (max-width: 991px) {
    .oa_section_icons .oa_section_icon_container .oa_item {
      width: 80%;
      margin-bottom: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_section_icons .oa_section_icon_container .oa_item {
      margin-bottom: 90px;
    }
    .oa_section_icons .oa_section_icon_container .oa_item:last-child {
      margin-bottom: 40px;
    }
  }
  .oa_section_icons .oa_section_icon_container .oa_item.hover .oa_top_section_details .oa_title h1,
  .oa_section_icons .oa_section_icon_container .oa_item.hover .oa_top_section_details .oa_title h2,
  .oa_section_icons .oa_section_icon_container .oa_item.hover .oa_top_section_details .oa_title h3,
  .oa_section_icons .oa_section_icon_container .oa_item.hover .oa_top_section_details .oa_title h4,
  .oa_section_icons .oa_section_icon_container .oa_item.hover .oa_top_section_details .oa_title h5,
  .oa_section_icons .oa_section_icon_container .oa_item.hover .oa_top_section_details .oa_title h6 {
    color: #efcf00;
  }
  .oa_section_icons .oa_section_icon_container .oa_item .oa_top_section_details .oa_title h1,
  .oa_section_icons .oa_section_icon_container .oa_item .oa_top_section_details .oa_title h2,
  .oa_section_icons .oa_section_icon_container .oa_item .oa_top_section_details .oa_title h3,
  .oa_section_icons .oa_section_icon_container .oa_item .oa_top_section_details .oa_title h4,
  .oa_section_icons .oa_section_icon_container .oa_item .oa_top_section_details .oa_title h5,
  .oa_section_icons .oa_section_icon_container .oa_item .oa_top_section_details .oa_title h6 {
    text-transform: uppercase;
  }
  .oa_section_icons .oa_section_icon_container .oa_item img {
    margin-bottom: 15px;
    width: 90px;
  }
  .oa_section_icons .oa_section_icon_container .oa_item div.oa_cta {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
  }
  .oa_section_icons .oa_section_icon_container div.oa_slant div.slant {
    width: 2px;
    height: 50%;
  }
  .oa_section_icons .oa_section_icon_container div.oa_slant div.slant.left { /* IE 9 */ /* Safari */
    transform: rotate(26deg);
  }
  .oa_section_icons .oa_section_icon_container div.oa_slant div.slant.right { /* IE 9 */ /* Safari */
    transform: rotate(-26deg);
  }
  .oa_section_icons.oa_extend {
    margin: 0px -100px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    .oa_section_icons.oa_extend {
      margin: 0px -50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .oa_section_icons.oa_extend {
      margin: 0px -25px;
    }
  }

  .oa_gray_texture .oa_section_icons .slant,
  .oa_white_bg .oa_section_icons .slant {
    background: rgba(28, 136, 201, 0.1);
  }

  .oa_blue_texture .oa_section_icons .slant {
    background: rgba(255, 255, 255, 0.1);
  }

  /* RJ SLIDER */
  div.oa_slider.oa_big_slider {
    /* NEXT PREV BUTTON */
    /* INDICATOR ICONS */
    /* CONTENT STYLE */
    /* HOVER EVENT */
    /* VARIETIES */
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item {
    display: inline-block;
    margin-bottom: 70px;
    padding: 0px 30px;
    position: relative;
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item div.oa_photo_holder {
    background-color: white;
    border-radius: 50%;
    width: 120px;
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item div.oa_photo_holder div.oa_photo {
    transition: opacity 0.5s;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: solid 3px white;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item div.oa_photo_name {
    margin-top: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item div.oa_photo_name p {
    color: white;
    font-size: 12pt;
    text-align: center;
  }
  div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item.active div.oa_photo_holder div.oa_photo {
    opacity: 1 !important;
  }
  div.oa_slider.oa_big_slider div.oa_slides_container div.oa_slide_item div.content div.oa_top_section_details div.oa_title {
    text-transform: uppercase;
  }
  div.oa_slider.oa_big_slider div.oa_slides_container div.oa_slide_item div.content div.oa_top_section_details div.oa_title h3 {
    text-transform: uppercase;
    font-size: 14pt;
  }
  div.oa_slider.oa_big_slider div.oa_slides_container div.oa_slide_item div.content div.oa_top_section_details div.oa_sub_description p {
    font-size: 15pt;
  }
  div.oa_slider.oa_big_slider:hover div.oa_slide_guide_container div.oa_guide_item div.oa_photo {
    opacity: 0.5;
  }
  div.oa_slider.oa_big_slider:hover div.oa_slide_guide_container div.oa_guide_item:hover div.oa_photo {
    opacity: 1;
  }
  div.oa_slider.oa_big_slider.oa_big_slider_white_bg,
  div.oa_slider.oa_big_slider .oa_gray_texture {
    /* INDICATOR ICONS */
  }
  div.oa_slider.oa_big_slider.oa_big_slider_white_bg div.oa_slide_guide_container div.oa_guide_item div.oa_photo_holder div.oa_photo,
  div.oa_slider.oa_big_slider .oa_gray_texture div.oa_slide_guide_container div.oa_guide_item div.oa_photo_holder div.oa_photo {
    border-color: #ddd;
  }
  div.oa_slider.oa_big_slider.oa_big_slider_white_bg div.oa_slide_guide_container div.oa_guide_item div.oa_photo_name,
  div.oa_slider.oa_big_slider .oa_gray_texture div.oa_slide_guide_container div.oa_guide_item div.oa_photo_name {
    margin-top: 10px;
  }
  div.oa_slider.oa_big_slider.oa_big_slider_white_bg div.oa_slide_guide_container div.oa_guide_item div.oa_photo_name p,
  div.oa_slider.oa_big_slider .oa_gray_texture div.oa_slide_guide_container div.oa_guide_item div.oa_photo_name p {
    color: #5e5e5e;
  }
  div.oa_slider.oa_big_slider.oa_big_slider_white_bg div.oa_slide_guide_container div.oa_guide_item.active div.oa_photo_holder div.oa_photo,
  div.oa_slider.oa_big_slider .oa_gray_texture div.oa_slide_guide_container div.oa_guide_item.active div.oa_photo_holder div.oa_photo {
    opacity: 1 !important;
  }

  div.oa_narrow_container_1 div.oa_slider.oa_big_slider div.oa_slide_guide_container {
    margin: 0px -100px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    div.oa_narrow_container_1 div.oa_slider.oa_big_slider div.oa_slide_guide_container {
      margin: 0px -50px;
    }
  }
  @media only screen and (max-width: 767px) {
    div.oa_narrow_container_1 div.oa_slider.oa_big_slider div.oa_slide_guide_container {
      margin: 0px -25px;
    }
  }

  /* BREAKER TRIANGLES */
  div.oa_triangle_breaker {
    width: 100%;
    text-align: center;
    margin: 30px 0px 30px 0px;
  }
  div.oa_triangle_breaker div.oa_triangle {
    display: inline-block;
  }
  div.oa_triangle_breaker div.oa_triangle:nth-child(1) {
    border-top-color: #d67f47;
  }
  div.oa_triangle_breaker div.oa_triangle:nth-child(2) {
    border-bottom-color: #efc461;
  }
  div.oa_triangle_breaker div.oa_triangle:nth-child(3) {
    border-top-color: #93bc64;
  }

  /* BACKGROUND IMAGES */
  .oa_blue_texture {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/home/oa_blue_bg.webp");
  }

  .oa_gray_texture {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/home/oa_gray_bg.webp");
  }

  .oa_blue_bg {
    background-color: #248bc5;
  }

  /* HEADER VARIETIES */
  /* HEADER REGULAR */
  section#oa_banner {
    /* *** */
    position: relative;
    height: auto;
    width: 100%;
  }
  section#oa_banner div.oa_banner_content {
    /* inline */
    position: relative;
    height: 100%;
    width: 100%;
    /* childrens */
  }
  section#oa_banner div.oa_banner_content div.oa_content_holder {
    /* inline */
    height: auto;
    width: 55%;
    text-align: center;
    padding-bottom: 10%;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* childrens */
  }
  @media only screen and (max-width: 991px) {
    section#oa_banner div.oa_banner_content div.oa_content_holder {
      height: auto;
      width: 80%;
    }
  }
  @media only screen and (max-width: 767px) {
    section#oa_banner div.oa_banner_content div.oa_content_holder {
      height: auto;
      width: 100%;
      padding: 0px 25px;
    }
  }
  section#oa_banner div.oa_banner_content div.oa_content_holder div.oa_title {
    /* inline */
    position: relative;
    top: 30px;
    visibility: hidden;
    /* childrens */
  }
  section#oa_banner div.oa_banner_content div.oa_content_holder div.oa_title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 18pt;
    margin-bottom: 10px;
    color: #1c88c9;
  }
  section#oa_banner div.oa_banner_content div.oa_content_holder div.oa_excerpt {
    /* inline */
    position: relative;
    top: 30px;
    visibility: hidden;
    /* childrens */
  }
  section#oa_banner div.oa_banner_content div.oa_content_holder div.oa_excerpt p {
    /* inilne */
    font-size: 21px;
    color: #5e5e5e;
  }

  /* HEADER SHORT */
  section#oa_banner.oa_banner_short {
    padding-top: 99px;
    /* *** */
    background: white;
  }
  section#oa_banner.oa_banner_short div.oa_banner_content {
    /* childrens */
  }
  section#oa_banner.oa_banner_short div.oa_banner_content div.oa_content_holder {
    /* inline */
    padding-top: 10%;
    padding-bottom: 5%;
  }

  /* SECTIONS */
  /* BODY */
  body {
    overflow-x: hidden;
  }

  /* HEADER */
  header#oa_header {
    /* INLINE */
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 90px;
    width: 100%;
    z-index: 9999;
    padding: 0px 50px;
    background-color: rgba(255, 255, 255, 0);
    /*  CHILDRENS */
    /* LOGO */
    /* NAVIGATION */
    /* ADDONS */
    /* RESPONSIVE HEADER */
  }
  header#oa_header div.oa_logo_container {
    /* INLINE */
    position: relative;
    width: 99px;
    float: left;
    z-index: 2;
    /* CHILDRENS */
  }
  header#oa_header div.oa_logo_container a {
    display: block;
  }
  header#oa_header div.oa_logo_container a img.oa_logo {
    /* INLINE */
    width: 99px;
    height: 75.922px;
    position: relative;
    top: 25px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    header#oa_header div.oa_logo_container a img.oa_logo {
      width: 60px;
      height: auto;
      top: 23px;
    }
  }
  header#oa_header div.oa_navigation_container {
    /* INLINE */
    height: 90px;
    width: auto;
    float: right;
    left: 0px;
    /* VARIETIES */
    /* CHILDRENS */
    /* ADDONS */
  }
  header#oa_header div.oa_navigation_container.oa_nav {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    header#oa_header div.oa_navigation_container.oa_nav {
      display: none;
      overflow: auto;
      padding: 100px 30px;
    }
    header#oa_header div.oa_navigation_container.oa_nav ul.oa_navigation {
      margin: 0px;
    }
    header#oa_header div.oa_navigation_container.oa_nav ul.oa_navigation li {
      display: block;
      width: 100%;
      height: auto;
    }
    header#oa_header div.oa_navigation_container.oa_nav ul.oa_navigation li a {
      text-align: right;
      padding: 5px;
    }
    header#oa_header div.oa_navigation_container.oa_nav ul.oa_navigation li ul.sub-menu {
      position: relative;
      top: 0px;
      display: block;
    }
    header#oa_header div.oa_navigation_container.oa_nav.active {
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: -2;
      background-color: white;
    }
  }
  header#oa_header div.oa_navigation_container.oa_toogle_nav {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    header#oa_header div.oa_navigation_container.oa_toogle_nav.active {
      background-color: white;
    }
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation {
    /* INLINE */
    padding: 0px;
    margin: 30px;
    margin-right: 0px;
    /* CHILDRENS */
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li {
    /* INLINE */
    display: inline-block;
    position: relative;
    /* childrens */
    /* additional classes */
    /* overrides */
    /* pseudos */
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li a {
    display: block;
    padding: 5px 25px;
    text-transform: uppercase;
    color: #5e5e5e;
    position: relative;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out;
    /* pseudo */
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li a:hover {
    text-decoration: none;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li:hover > a {
    color: #1a8fcb;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li.menu-item-has-children > a:after {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (min-width: 992px) {
    header#oa_header div.oa_navigation_container ul.oa_navigation li.menu-item-has-children > a:after {
      content: "";
      border: 4px solid transparent;
      border-top: 4px solid #5e5e5e;
      margin-left: 4px;
      margin-bottom: 4px;
      display: inline-block;
      vertical-align: bottom;
    }
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li.contact_item a {
    background-color: #238ac5;
    color: white;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li.current_page_item a {
    color: #1c88c9 !important;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu {
    padding: 10px;
    padding-top: 20px;
    position: absolute;
    top: 30px;
    right: 0px;
    display: none;
    margin: 0px;
    min-width: 0px;
    max-width: 1000px;
    background-color: white;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li {
    display: block !important;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li a {
    padding-right: 13px;
    text-align: right !important;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation li:hover > ul {
    display: block;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation:hover li a {
    opacity: 0.7;
  }
  header#oa_header div.oa_navigation_container ul.oa_navigation:hover li a:hover {
    opacity: 1;
  }
  header#oa_header div.oa_navigation_container.oa_toogle_nav {
    width: 100% !important;
    position: absolute;
    z-index: 0;
    padding: 17px;
    overflow: hidden;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (min-width: 992px) {
    header#oa_header div.oa_navigation_container.oa_toogle_nav {
      display: none !important;
    }
  }
  header#oa_header div.oa_navigation_container.oa_toogle_nav a {
    display: inline-block;
    width: 50px;
    padding: 5px;
    float: right;
    margin-top: 5px;
  }
  header#oa_header div.oa_navigation_container.oa_toogle_nav a.active {
    background-color: #238ac5;
    border-radius: 5px;
  }
  header#oa_header div.oa_navigation_container.oa_toogle_nav a.active span {
    background-color: white !important;
  }
  header#oa_header div.oa_navigation_container.oa_toogle_nav a span {
    position: relative;
    left: 0%;
    display: block;
    border-radius: 10px;
    height: 5px;
    width: 100%;
    margin: 5px 0px;
    background-color: #238ac5;
  }
  header#oa_header div.oa_navigation_container .oa_nav {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    header#oa_header div.oa_navigation_container .oa_nav {
      display: none !important;
    }
  }
  header#oa_header.oa_white_header div.oa_navigation_container ul.oa_navigation li {
    /* additional classes */
    /* overrides */
  }
  header#oa_header.oa_white_header div.oa_navigation_container ul.oa_navigation li a {
    color: white;
  }
  header#oa_header.oa_white_header div.oa_navigation_container ul.oa_navigation li.menu-item-has-children > a:after {
    border-top: 4px solid #fff;
  }
  header#oa_header.oa_white_header div.oa_navigation_container ul.oa_navigation li ul li a {
    color: #444;
  }
  header#oa_header.oa_white_header div.oa_navigation_container ul.oa_navigation li ul li.menu-item-has-children > a:after {
    border-top: 4px solid #444;
  }
  header#oa_header.oa_white_header div.oa_navigation_container ul.oa_navigation li.contact_item a {
    background-color: white;
    color: #238ac5;
  }
  @media only screen and (min-width: 1353px) {
    header#oa_header.oa_white_header div.oa_navigation_container.oa_togole_nav {
      display: none !important;
    }
  }
  header#oa_header.oa_white_header div.oa_navigation_container.oa_togole_nav a span {
    border: solid 2px #ffffff;
    background-color: #fff;
  }
  header#oa_header.white_background div.oa_navigation_container.oa_toogle_nav a span {
    border: solid 2px #238ac5 !important;
    background-color: #238ac5;
  }
  @media only screen and (max-width: 1352px) {
    header#oa_header {
      padding: 0px 0px;
    }
  }

  /* ADDITIONALS FOR HEADER */
  div.header_trigger {
    position: absolute;
    height: 12%;
    width: 100%;
    top: 51.5%;
    z-index: -2;
    left: 0px;
  }

  /* VARIETIES */
  /* CONTACT FORM */
  div.oa_contact_flex {
    display: flex;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    div.oa_contact_flex {
      display: block;
    }
  }
  div.oa_contact_flex div.oa_contact_form_flex {
    flex-grow: 2;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    div.oa_contact_flex div.oa_contact_form_flex {
      padding: 0px 25px;
    }
  }

  /*  contact form  */
  form.oa_contact_form div.oa_title h1,
  form.oa_contact_form div.oa_title h3 {
    color: white;
    font-size: 30pt;
    text-align: left;
  }
  form.oa_contact_form div.oa_title.not_contact h1,
  form.oa_contact_form div.oa_title.not_contact h3 {
    text-align: center;
    font-size: 15pt;
    text-transform: uppercase;
  }
  form.oa_contact_form div.oa_subtitle p {
    color: white;
    font-size: 20px;
  }
  form.oa_contact_form div.oa_subtitle p a {
    color: #e0be6e;
  }

  div.oa_addresses {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding-left: 30px;
  }
  div.oa_addresses div.oa_add_section {
    padding: 20px 0px 20px 20px;
    border-left: solid 1px rgba(0, 0, 0, 0.13);
    position: relative;
    top: -30px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    div.oa_addresses div.oa_add_section {
      padding: 20px 0px;
      margin: 0px auto;
      border: 0px;
      top: 0px;
    }
  }
  div.oa_addresses table {
    color: white;
  }
  div.oa_addresses table tr td:first-child {
    text-align: center;
  }
  div.oa_addresses table tr td:first-child img {
    filter: brightness(25);
  }
  div.oa_addresses table tr td ul li {
    list-style-type: none;
  }
  div.oa_addresses table tr td ul li a {
    color: white !important;
  }

  /* FOOTER */
  footer.oa_footer {
    padding: 0px;
    /* FOOTER SITEMAP */
    /* BOTTOM FOOTER*/
  }
  footer.oa_footer section.oa_sitemap {
    background-color: #565656;
    padding: 60px 0px;
    padding-bottom: 5px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container {
    display: flex;
    width: 100%;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container {
      display: block;
    }
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item {
    /* Item 1 = navigation structure */
    /* Item 2 = Contacts Footer */
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 {
    flex-grow: 2;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container {
    width: 100%;
    margin: 25px 0px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li {
    float: left;
    width: 20%;
    padding: 0px 15px;
    display: inline-block;
    list-style-type: none;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li {
      width: 25%;
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li {
      width: 50%;
    }
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li a {
      text-align: center !important;
    }
  }
  @media only screen and (max-width: 475px) {
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li {
      width: 100%;
    }
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li > a {
    color: #27a2e7;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li ul {
    margin: 0px;
    padding: 0px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li ul li {
    list-style-type: none;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_1 div.oa_sitemap_container ul.oa_footer_navigation > li ul li a {
    color: white;
    font-size: 10.6pt;
    margin-bottom: 15px;
    display: block;
    line-height: 14px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container {
    padding: 0px 10px;
    border-left: solid 1px rgba(0, 0, 0, 0.1098039216);
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container {
      border-left: 0px !important;
    }
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc {
    display: flex;
    margin: 25px 0px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 991px) {
    footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc {
      width: 275px;
      margin: 0px auto;
    }
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item {
    align-items: stretch;
    flex-direction: column;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_icon {
    position: relative;
    width: 50px;
    margin-left: 20px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_icon div.img_item_flex {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_icon div.img_item {
    margin: 0px auto;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_icon img {
    height: 40px;
    filter: brightness(30);
    -webkit-filter: brightness(30);
    -moz-filter: brightness(30);
    -filter: brightness(30);
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_content {
    position: relative;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_content div.oa_cc_content_lists {
    position: relative;
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_content div.oa_cc_content_lists ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_content div.oa_cc_content_lists ul li {
    list-style-type: none;
    padding: 5px 0px;
  }
  footer.oa_footer section.oa_sitemap div.oa_sitemap_flex_container div.oa_flex_item.oa_item_2 div.oa_contact_container .oa_cc .oa_cc_item.oa_cc_content div.oa_cc_content_lists ul li a {
    font-size: 12pt;
    color: white;
  }
  footer.oa_footer section#oa_bottom_footer {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #565656;
    text-align: center;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  footer.oa_footer section#oa_bottom_footer hr {
    border-top: solid 1px rgba(0, 0, 0, 0.1098039216);
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_contact {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_contact li {
    display: inline-block;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_contact li a {
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    color: white;
    background-color: #2b9ee2;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_social_icons {
    margin: 0px auto;
    padding: 0px;
    display: inline-block;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_social_icons li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px 0px 10px;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_social_icons li a {
    display: block;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_social_icons li a img {
    width: 30px;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_logo {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_logo li {
    display: inline-block;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_logo li a {
    color: white;
  }
  footer.oa_footer section#oa_bottom_footer ul.oa_logo li a img {
    width: 40px;
  }
  @media only screen and (max-width: 991px) {
    footer.oa_footer section#oa_bottom_footer .oa_footer_low {
      width: 100%;
      margin-bottom: 30px !important;
    }
    footer.oa_footer section#oa_bottom_footer .oa_footer_low:last-child {
      margin-bottom: 0px !important;
    }
    footer.oa_footer section#oa_bottom_footer .oa_footer_low.oa_logo li a img {
      width: 30px !important;
    }
  }

  /* OVERRIDES */
  div.oa_contact_us_flex {
    width: 100%;
    padding: 0px 150px;
  }

  /* LOCATIONS */
  section#oa_location {
    background: white;
  }
  section#oa_location div.oa_title h1 {
    color: #1a8dca;
    font-size: 16pt;
    text-align: center;
  }
  section#oa_location div.oa_subtitle p {
    width: 50%;
    font-size: 17px;
    text-align: center;
    color: #888;
  }
  section#oa_location div.oa_location_container {
    position: relative;
    height: auto;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    margin-bottom: 50px;
    margin: auto;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 1199px) {
    section#oa_location div.oa_location_container {
      max-width: 579px;
    }
  }
  section#oa_location div.oa_location_container ul.oa_images_container {
    margin: 0px;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  section#oa_location div.oa_location_container ul.oa_images_container li {
    padding: 11px 30px;
    display: inline-block;
    position: relative;
    top: 30px;
    opacity: 0px;
    visibility: hidden;
    transition: opacity 0.5s;
    margin-bottom: 90px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    section#oa_location div.oa_location_container ul.oa_images_container li {
      padding: 11px 15px;
    }
  }
  section#oa_location div.oa_location_container ul.oa_images_container li div.oa_image_holder {
    border-radius: 50%;
    border: solid 3px #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 125px;
    width: 125px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  section#oa_location div.oa_location_container ul.oa_images_container li p.oa_image_label {
    font-size: 12pt;
    color: #666;
  }
  section#oa_location div.oa_location_container ul.oa_images_container li p.oa_image_address {
    color: #666;
    position: absolute;
    font-size: 8pt;
    left: 0px;
    right: 0px;
  }
  section#oa_location div.oa_location_container ul.oa_images_container li:hover {
    cursor: pointer;
  }
  section#oa_location div.oa_location_container ul.oa_images_container:hover li {
    opacity: 0.5 !important;
  }
  section#oa_location div.oa_location_container ul.oa_images_container:hover li:hover {
    opacity: 1 !important;
  }
  section#oa_location div.oa_location_container ul.oa_images_container:hover li:hover p.oa_image_label {
    color: #2b9ee2;
  }
  section#oa_location button.oa_location_button {
    padding: 15px 30px;
    background: #2b9ee2;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 0px;
  }

  /* MODAL */
  .oa_modal {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 8888;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0px;
    left: 0px;
    overflow: auto;
  }
  .oa_modal.active {
    display: block;
  }
  .oa_modal div.oa_container {
    position: relative;
    margin-top: 50px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3882352941);
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .oa_modal div.oa_container .oa_cta {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(0.5);
  }

  .oa_blur {
    filter: blur(50px) !important;
  }

  .overflow_hidden {
    overflow: hidden;
  }

  /* WORDPRESS EDITOR */
  .oa_wp_editor {
    /* SEVICES PAGE */
  }
  .oa_wp_editor .oa_title * {
    text-transform: uppercase !important;
  }
  .oa_wp_editor h4,
  .oa_wp_editor h2 {
    color: #1a8fcb;
    font-size: 16pt;
  }

  /* HUBSPOT-FORM  */
  /* All HubSpot Forms
    ========================================================================== */
  /* Form Field (selector for form field wrapper) */
  /* Descriptions (targets class applied to Help Text divs) */
  /* Labels (selects field labels and error messages) */
  .hs-form label span {
  }
  .hs-form label span.hs-form-required {
    display: none !important;
  }
  .hs-form div.input {
    margin: 0px !important;
  }

  /* Inputs (selectors for all inputs)  */
  .hs-form input[type=text],
  .hs-form input[type=password],
  .hs-form input[type=datetime],
  .hs-form input[type=datetime-local],
  .hs-form input[type=date],
  .hs-form input[type=month],
  .hs-form input[type=time],
  .hs-form input[type=week],
  .hs-form input[type=number],
  .hs-form input[type=email],
  .hs-form input[type=url],
  .hs-form input[type=search],
  .hs-form input[type=tel],
  .hs-form input[type=color],
  .hs-form input[type=file],
  .hs-form textarea,
  .hs-form select {
    background-color: transparent;
    border: solid 0px;
    width: 100% !important;
    display: block;
    padding: 7px 10px;
    color: white;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 0;
  }

  .hs-form textarea {
    min-height: 35px;
    max-height: 200px;
  }

  /* SPECIAL SELECT */
  .oa_select_form {
    position: relative;
  }
  .oa_select_form label.oa_label_iwantto {
    color: white;
    position: absolute;
    left: 11px;
    top: 4px;
  }
  .oa_select_form select.oa_form_select {
    background-color: transparent;
    border: solid 0px;
    width: 100% !important;
    display: block;
    padding: 5px 10px;
    color: white;
    padding-left: 74px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .oa_select_form select.oa_form_select:focus {
    outline: none;
  }
  .oa_select_form select.oa_form_select option {
    color: #666;
  }

  /* Inputs in focus (selectors for all inputs when clicked)  */
  .hs-form input[type=text]:focus,
  .hs-form input[type=password]:focus,
  .hs-form input[type=datetime]:focus,
  .hs-form input[type=datetime-local]:focus,
  .hs-form input[type=date]:focus,
  .hs-form input[type=month]:focus,
  .hs-form input[type=time]:focus,
  .hs-form input[type=week]:focus,
  .hs-form input[type=number]:focus,
  .hs-form input[type=email]:focus,
  .hs-form input[type=url]:focus,
  .hs-form input[type=search]:focus,
  .hs-form input[type=tel]:focus,
  .hs-form input[type=color]:focus,
  .hs-form input[type=file]:focus,
  .hs-form textarea:focus,
  .hs-form select:focus {
    outline: none;
  }

  /* Multi-line inputs (selectors to target multi-line fields */
  /* Dropdowns (selectors for dropdowns) */
  /* Multi-select (selectors for multi-select fields) */
  ul.inputs-list {
    margin: 0px;
    padding: 0px;
  }
  ul.inputs-list li {
    list-style-type: none;
  }
  ul.inputs-list li * {
    color: white !important;
  }

  ul.hs-error-msgs li label {
    color: #f3abab !important;
  }

  /* Required (selectors for fields, when they do not pass validation) */
  /* Error message (selector for validation messages) */
  /* Placeholder Text (styles the placeholder attribute text) */
  ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  :-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  /* Multi Column Form (selectors for fieldsets and field wrappers) 
    ========================================================================== */
  .hs-form fieldset.form-columns-1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hs-form fieldset.form-columns-2 {
    width: 100%;
    max-width: 100% !important;
  }

  .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 10px;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 10px;
  }

  .hs-form fieldset.form-columns-3 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    .hs-form fieldset.form-columns-3 .hs-form-field {
      width: 100% !important;
    }
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    padding-right: 10px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
    padding: 0px 10px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    padding-left: 10px;
  }

  .hs-form fieldset div.hs-form-field {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    .hs-form fieldset div.hs-form-field {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0px !important;
    }
  }

  /* Submit buttons (selectors for all non-CTA buttons) 
    ========================================================================== */
  body .hs-button.primary,
  body input[type=submit],
  body input[type=button] {
    background-color: white;
    border: 0px;
    color: #238cc6;
    padding: 6px 19px;
    text-transform: uppercase;
    font-size: 12pt;
  }

  .dpsp-content-wrapper {
    display: none;
  }

  /* hiden author's socila media icons */
  .oa_social_media_ul {
    display: none;
  }

  .oa_title.h4 h1.blogh1 {
    font-size: 16pt !important;
  }

  /* blog post */
  .wp-video {
    margin-bottom: 30px;
  }

  @media only screen and (max-width: 768px) {
    .oa_author_detail_container {
      padding: 5px !important;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .oa_author_avatar_container {
      position: unset !important;
    }
    .oa_author_content .oa_top {
      text-align: center;
    }
    /* footer */
    #oa_footer {
      overflow: hidden;
    }
    #oa_footer,
    .cs-infos {
      width: 100% !important;
    }
    .cs-infos {
      max-width: 600px !important;
    }
    .oa_cc {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .oa_cc:not(:last-child) {
      margin-bottom: 30px !important;
    }
    .oa_cc_item.oa_cc_icon {
      margin: 0 !important;
      margin-bottom: 20px !important;
    }
    .oa_cc_content_lists ul {
      margin: 0 !important;
    }
  }
  @media only screen and (max-width: 667px) {
    #oa_content_moderation .oa_customer_experience_section {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #oa_content_moderation .oa_inline_blocks.oa_ii_5 div.oa_inline_item {
      width: 200px;
    }
    #oa_content_moderation .oa_inline_blocks div.oa_inline_item p {
      margin-bottom: -5px;
    }
  }
  .oa_contact_us .oa_title h4 {
    font-size: 13pt;
  }

  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
  }

  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left;
  }

  .hs-form-booleancheckbox-display > span {
    position: relative;
    top: -2px;
    left: 3px;
  }

  .hs-submit {
    margin-top: -2px;
  }

  @media only screen and (min-width: 965px) {
    div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item {
      margin-bottom: 30px;
    }
  }
  /* RESPOND-MIN */
  @media only screen and (min-width: 992px) {
    header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li a {
      padding-right: 23px;
    }
    header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li a:after {
      transform: rotate(-90deg);
      margin-bottom: 6px !important;
    }
    header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li ul.sub-menu {
      background-color: #fafbfa;
      right: calc(-100% + 59px);
      top: calc(-100% - 50px);
      height: 400%;
    }
    header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li ul.sub-menu li a {
      text-align: left !important;
      font-size: 9.5pt;
      padding: 0px 25px 0 22px;
    }
    header#oa_header div.oa_navigation_container ul.oa_navigation li ul.sub-menu li ul.sub-menu li:first-child a {
      padding-top: 5px;
    }
  }
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
  .caps {
    text-transform: uppercase !important;
  }

  #cookie-law-info-bar {
    box-shadow: none;
    border-top: 1px solid #fff;
  }
  #cookie-law-info-bar .cli-bar-container {
    display: flex;
    justify-content: center;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    #cookie-law-info-bar .cli-bar-container {
      justify-content: flex-start;
    }
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-message,
  #cookie-law-info-bar .cli-bar-container .cli-bar-message * {
    width: unset;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 0;
    margin: 0;
  }
  @media only screen and (max-width: 767px) {
    #cookie-law-info-bar .cli-bar-container .cli-bar-message br {
      display: none;
    }
    #cookie-law-info-bar .cli-bar-container .cli-bar-message .wt-cli-ccpa-element {
      display: inline-block;
    }
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
    margin-left: 57.6px;
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
  @media only screen and (max-width: 767px) {
    #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
      margin-left: 0;
    }
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container a {
    border-radius: 20px;
    padding: 8px 30px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    outline: none;
    transition: 300ms all ease-out;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container a:hover {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(12, 77, 162) !important;
  }

  .cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: rgb(12, 77, 162) !important;
  }

  .wt-cli-ckyes-footer-section {
    display: none !important;
  }

  .cli-tab-section:last-child {
    display: none;
  }

  @media only screen and (max-width: 767px) {
    #titlediv.zsiq_cnt {
      width: 121px;
      left: -135px;
      min-width: 0;
    }
    #titlediv.zsiq_cnt #zsiq_byline {
      display: none !important;
    }
    .siq_bL #titlediv.zsiq_cnt {
      left: 0;
    }
  }
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
  .yuzo_related_post.style-3 {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 0px 20px 20px;
    margin: 30px 0;
  }
  .yuzo_related_post.style-3 .yuzo__title h2 {
    text-transform: uppercase;
    font-size: 12pt !important;
  }
  .yuzo_related_post.style-3 .yuzo_wraps .relatedthumb.yuzo-list {
    margin: 0;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .yuzo_related_post.style-3 .yuzo_wraps .relatedthumb.yuzo-list::before {
    content: "•" !important;
    background: none;
    width: auto;
    height: auto;
    left: 0;
    top: 8px;
  }
  .yuzo_related_post.style-3 .yuzo_wraps .relatedthumb.yuzo-list .link-list.yuzo__text--title {
    font-size: 12pt !important;
    padding-left: 13px;
  }

  body {
    width: 100%;
  }
  body .oa_section:not(.pop-up) {
    width: 100% !important;
  }
  body .oa_section:not(.pop-up).oa_banner {
    height: 100vh !important;
  }

  #oa_banner_image img {
    width: 100%;
    height: auto;
  }

  /* Ensure there's space for the triangle breaker */
  .oa_triangle_breaker {
    min-height: 30px; /* Adjust to the expected height of your triangles */
  }

  /* Prevent layout shifts from web fonts (if used) */
  body {
    font-display: swap; /* Use fallback font while custom font loads */
  }/*# sourceMappingURL=my_style.css.map */

}