div#n2-ss-5 .n2-ss-slider-1 {
    display: grid;
    position: relative;
  }

  div#n2-ss-5 .n2-ss-slider-2 {
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border: 0px solid RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    z-index: 1;
  }

  div#n2-ss-5:not(.n2-ss-loaded) .n2-ss-slider-2 {
    background-image: none !important;
  }

  div#n2-ss-5 .n2-ss-slider-3 {
    display: grid;
    grid-template-areas: 'cover';
    position: relative;
    overflow: hidden;
    z-index: 10;
  }

  div#n2-ss-5 .n2-ss-slider-3>* {
    grid-area: cover;
  }

  div#n2-ss-5 .n2-ss-slide-backgrounds,
  div#n2-ss-5 .n2-ss-slider-3>.n2-ss-divider {
    position: relative;
  }

  div#n2-ss-5 .n2-ss-slide-backgrounds {
    z-index: 10;
  }

  div#n2-ss-5 .n2-ss-slide-backgrounds>* {
    overflow: hidden;
  }

  div#n2-ss-5 .n2-ss-slide-background {
    transform: translateX(-100000px);
  }

  div#n2-ss-5 .n2-ss-slider-4 {
    place-self: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas: 'slide';
  }

  div#n2-ss-5 .n2-ss-slider-4>* {
    grid-area: slide;
  }

  div#n2-ss-5.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
    height: auto;
  }

  div#n2-ss-5 .n2-ss-slide {
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
  }

  div#n2-ss-5 .n2-ss-slide {
    perspective: 1500px;
  }

  div#n2-ss-5 .n2-ss-slide-active {
    z-index: 21;
  }

  .n2-ss-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  div#n2-ss-5 .nextend-arrow {
    cursor: pointer;
    overflow: hidden;
    line-height: 0 !important;
    z-index: 18;
  }

  div#n2-ss-5 .nextend-arrow img {
    position: relative;
    display: block;
  }

  div#n2-ss-5 .nextend-arrow img.n2-arrow-hover-img {
    display: none;
  }

  div#n2-ss-5 .nextend-arrow:HOVER img.n2-arrow-hover-img {
    display: inline;
  }

  div#n2-ss-5 .nextend-arrow:HOVER img.n2-arrow-normal-img {
    display: none;
  }

  div#n2-ss-5 .nextend-arrow-animated {
    overflow: hidden;
  }

  div#n2-ss-5 .nextend-arrow-animated>div {
    position: relative;
  }

  div#n2-ss-5 .nextend-arrow-animated .n2-active {
    position: absolute;
  }

  div#n2-ss-5 .nextend-arrow-animated-fade {
    transition: background 0.3s, opacity 0.4s;
  }

  div#n2-ss-5 .nextend-arrow-animated-horizontal>div {
    transition: all 0.4s;
    transform: none;
  }

  div#n2-ss-5 .nextend-arrow-animated-horizontal .n2-active {
    top: 0;
  }

  div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active {
    left: 100%;
  }

  div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active {
    right: 100%;
  }

  div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER>div,
  div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS>div {
    transform: translateX(-100%);
  }

  div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER>div,
  div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS>div {
    transform: translateX(100%);
  }

  div#n2-ss-5 .nextend-arrow-animated-vertical>div {
    transition: all 0.4s;
    transform: none;
  }

  div#n2-ss-5 .nextend-arrow-animated-vertical .n2-active {
    left: 0;
  }

  div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active {
    top: 100%;
  }

  div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active {
    bottom: 100%;
  }

  div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER>div,
  div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS>div {
    transform: translateY(-100%);
  }

  div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER>div,
  div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS>div {
    transform: translateY(100%);
  }

  div#n2-ss-5 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
  }

  div#n2-ss-5 .n2-ss-control-bullet--calculate-size {
    left: 0 !important;
  }

  div#n2-ss-5 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
    width: 100%;
  }

  div#n2-ss-5 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
    height: 100%;
    flex-flow: column;
  }

  div#n2-ss-5 .nextend-bullet-bar {
    display: inline-flex;
    vertical-align: top;
    visibility: visible;
    align-items: center;
    flex-wrap: wrap;
  }

  div#n2-ss-5 .n2-bar-justify-content-left {
    justify-content: flex-start;
  }

  div#n2-ss-5 .n2-bar-justify-content-center {
    justify-content: center;
  }

  div#n2-ss-5 .n2-bar-justify-content-right {
    justify-content: flex-end;
  }

  div#n2-ss-5 .n2-ss-control-bullet-vertical>.nextend-bullet-bar {
    flex-flow: column;
  }

  div#n2-ss-5 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
    display: flex;
  }

  div#n2-ss-5 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
    flex: 1 1 auto;
  }

  div#n2-ss-5 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
    height: 100%;
  }

  div#n2-ss-5 .nextend-bullet-bar .n2-bullet {
    cursor: pointer;
    transition: background-color 0.4s;
  }

  div#n2-ss-5 .nextend-bullet-bar .n2-bullet.n2-active {
    cursor: default;
  }

  div#n2-ss-5 div.n2-ss-bullet-thumbnail-container {
    position: absolute;
    z-index: 10000000;
  }

  div#n2-ss-5 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  div#n2-ss-5 .n2-font-6be3d80c9760b1ba7b7fc0ec1dded570-hover {
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 200%;
    text-shadow: none;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
  }

  div#n2-ss-5 .n2-font-2e7164f8d56f524c9deb577a31148764-paragraph {
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.75;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-2e7164f8d56f524c9deb577a31148764-paragraph a,
  div#n2-ss-5 .n2-font-2e7164f8d56f524c9deb577a31148764-paragraph a:FOCUS {
    font-family: 'Montserrat';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.75;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-2e7164f8d56f524c9deb577a31148764-paragraph a:HOVER,
  div#n2-ss-5 .n2-font-2e7164f8d56f524c9deb577a31148764-paragraph a:ACTIVE {
    font-family: 'Montserrat';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.75;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-60d67e5a91311c5397441981ca41ddcf-paragraph {
    font-family: 'Roboto', 'Arial';
    color: #d2b565;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-60d67e5a91311c5397441981ca41ddcf-paragraph a,
  div#n2-ss-5 .n2-font-60d67e5a91311c5397441981ca41ddcf-paragraph a:FOCUS {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-60d67e5a91311c5397441981ca41ddcf-paragraph a:HOVER,
  div#n2-ss-5 .n2-font-60d67e5a91311c5397441981ca41ddcf-paragraph a:ACTIVE {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-7166fc669158c64fe7ba05d80f6f118d-paragraph {
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-7166fc669158c64fe7ba05d80f6f118d-paragraph a,
  div#n2-ss-5 .n2-font-7166fc669158c64fe7ba05d80f6f118d-paragraph a:FOCUS {
    font-family: 'Montserrat';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-font-7166fc669158c64fe7ba05d80f6f118d-paragraph a:HOVER,
  div#n2-ss-5 .n2-font-7166fc669158c64fe7ba05d80f6f118d-paragraph a:ACTIVE {
    font-family: 'Montserrat';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
  }

  div#n2-ss-5 .n2-style-742dcca1728e63b8c9b5566bd59257dd-dot {
    background: RGBA(255, 255, 255, 0.5);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 50px;
    margin: 4px;
  }

  div#n2-ss-5 .n2-style-742dcca1728e63b8c9b5566bd59257dd-dot.n2-active,
  div#n2-ss-5 .n2-style-742dcca1728e63b8c9b5566bd59257dd-dot:HOVER,
  div#n2-ss-5 .n2-style-742dcca1728e63b8c9b5566bd59257dd-dot:FOCUS {
    background: #ffffff;
  }

  div#n2-ss-5 .n2-ss-slide-limiter {
    max-width: 1920px;
  }

  div#n2-ss-5 .n-uc-9QehsfRLRkjN {
    padding: 10px 10px 10px 10px
  }

  div#n2-ss-5 .n-uc-gYzFwtNzpPNr-inner {
    padding: 10px 10px 10px 10px;
    justify-content: center
  }

  div#n2-ss-5 .n-uc-gYzFwtNzpPNr {
    align-self: center;
  }

  div#n2-ss-5 .n-uc-7rJcvOhpP7FT {
    align-self: center;
  }

  div#n2-ss-5 .n-uc-lro23vCjGG2z {
    --margin-top: 10px;
    --margin-bottom: 10px;
    max-width: 565px;
    align-self: center;
  }

  div#n2-ss-5 .n-uc-LkoslT6RsbVJ {
    --margin-top: 10px;
    --margin-bottom: 10px;
    max-width: 335px
  }

  div#n2-ss-5 .n-uc-T5fN8GAGhxlQ {
    --margin-top: 5px
  }

  div#n2-ss-5 .n-uc-9qSeaejptEtO {
    padding: 10px 10px 10px 10px
  }

  div#n2-ss-5 .n-uc-uaciZTyfgh6n-inner {
    padding: 10px 10px 10px 10px;
    justify-content: center
  }

  div#n2-ss-5 .n-uc-uaciZTyfgh6n {
    align-self: center;
  }

  div#n2-ss-5 .n-uc-U0zkVAABGnEU {
    align-self: center;
  }

  div#n2-ss-5 .n-uc-szqpedtLf79h {
    --margin-top: 10px;
    --margin-bottom: 10px;
    max-width: 565px;
    align-self: center;
  }

  div#n2-ss-5 .n-uc-hVi8uk3nbQRR {
    --margin-top: 10px;
    --margin-bottom: 10px;
    max-width: 335px
  }

  div#n2-ss-5 .n-uc-PL5Esfqa6IvE {
    --margin-top: 5px
  }

  div#n2-ss-5 .n-uc-QdQSlqjcZyNJ {
    padding: 10px 10px 10px 10px
  }

  div#n2-ss-5 .n-uc-GvbuWo0oucpL-inner {
    padding: 10px 10px 10px 10px;
    justify-content: center
  }

  div#n2-ss-5 .n-uc-GvbuWo0oucpL {
    align-self: center;
  }

  div#n2-ss-5 .n-uc-0tsX5NKY7fqW {
    align-self: center;
  }

  div#n2-ss-5 .n-uc-rKd2olraogOM {
    --margin-top: 10px;
    --margin-bottom: 10px;
    max-width: 565px;
    align-self: center;
  }

  div#n2-ss-5 .n-uc-rS0S0Xb70xVa {
    --margin-top: 10px;
    --margin-bottom: 10px;
    max-width: 335px
  }

  div#n2-ss-5 .n-uc-I0HOjSl46HUf {
    --margin-top: 5px
  }

  div#n2-ss-5 .nextend-arrow img {
    width: 32px
  }

  @media (min-width: 1200px) {
    div#n2-ss-5 [data-hide-desktopportrait="1"] {
      display: none !important;
    }
  }

  @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
  (orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
    div#n2-ss-5 .n-uc-9QehsfRLRkjN {
      padding: 50px 10px 50px 10px
    }

    div#n2-ss-5 .n-uc-7rJcvOhpP7FT {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-lro23vCjGG2z {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-LkoslT6RsbVJ {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-T5fN8GAGhxlQ {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-9qSeaejptEtO {
      padding: 50px 10px 50px 10px
    }

    div#n2-ss-5 .n-uc-U0zkVAABGnEU {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-szqpedtLf79h {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-hVi8uk3nbQRR {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-PL5Esfqa6IvE {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-QdQSlqjcZyNJ {
      padding: 50px 10px 50px 10px
    }

    div#n2-ss-5 .n-uc-0tsX5NKY7fqW {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-rKd2olraogOM {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-rS0S0Xb70xVa {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 .n-uc-I0HOjSl46HUf {
      --ssfont-scale: 0.9
    }

    div#n2-ss-5 [data-hide-tabletportrait="1"] {
      display: none !important;
    }
  }

  @media (orientation: landscape) and (max-width: 900px),
  (orientation: portrait) and (max-width: 700px) {
    div#n2-ss-5 .n-uc-9QehsfRLRkjN {
      padding: 40px 10px 50px 10px
    }

    div#n2-ss-5 .n-uc-7rJcvOhpP7FT {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-lro23vCjGG2z {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-LkoslT6RsbVJ {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-T5fN8GAGhxlQ {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-9qSeaejptEtO {
      padding: 40px 10px 50px 10px
    }

    div#n2-ss-5 .n-uc-U0zkVAABGnEU {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-szqpedtLf79h {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-hVi8uk3nbQRR {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-PL5Esfqa6IvE {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-QdQSlqjcZyNJ {
      padding: 40px 10px 50px 10px
    }

    div#n2-ss-5 .n-uc-0tsX5NKY7fqW {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-rKd2olraogOM {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-rS0S0Xb70xVa {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 .n-uc-I0HOjSl46HUf {
      --ssfont-scale: 0.75
    }

    div#n2-ss-5 [data-hide-mobileportrait="1"] {
      display: none !important;
    }

    div#n2-ss-5 .nextend-arrow img {
      width: 16px
    }
  }