<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* make the customizations */
.top-nav___24OQ9 {
  position: absolute;
  left: 0;
  background: url(/static/header-bg.png) no-repeat right center rgba(0, 0, 0, 0.9);
  background-size: cover;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .top-nav___24OQ9 &gt; [class*="container"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .top-nav___24OQ9 &gt; [class*="container"] {
        padding: 0 30px; } }
    @media (max-width: 575px) {
      .top-nav___24OQ9 &gt; [class*="container"] {
        margin: 40px auto 100px;
        padding-bottom: 40px; } }
  .top-nav___24OQ9 .login-to-wrapper-top___1ENW0 {
    display: none; }
    @media (min-width: 768px) {
      .top-nav___24OQ9 .login-to-wrapper-top___1ENW0 {
        display: block; } }
  .top-nav___24OQ9 .login-to-wrapper-bottom___13Lyx {
    display: none; }
    @media (max-width: 767px) {
      .top-nav___24OQ9 .login-to-wrapper-bottom___13Lyx {
        display: block; } }


/* make the customizations */
.social-container___1KAcq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }
  .social-container___1KAcq li {
    margin: 0 3px;
    font-size: 14px;
    color: white;
    font-weight: 500; }
    .social-container___1KAcq li a {
      color: black;
      background-color: white;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-shadow: 0px 7px 24px 0 rgba(231, 22, 28, 0.25);
              box-shadow: 0px 7px 24px 0 rgba(231, 22, 28, 0.25); }
      .social-container___1KAcq li a:hover {
        color: white;
        background-color: #a92226;
        text-decoration: none; }
      .social-container___1KAcq li a i {
        font-size: 0; }
        .social-container___1KAcq li a i::before {
          font-size: 12px; }
        .social-container___1KAcq li a i[class='icon-youtube']::before {
          font-size: 14px; }

/* make the customizations */
.header-wrapper___24Lbu {
  position: fixed;
  width: 100%;
  z-index: 4;
  padding: 40px 0;
  -webkit-transition: padding 0.2s ease-out 0.2s;
  -o-transition: padding 0.2s ease-out 0.2s;
  transition: padding 0.2s ease-out 0.2s; }
  @media (max-width: 767px) {
    .header-wrapper___24Lbu {
      padding: 20px 0; } }
  .header-wrapper___24Lbu header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px; }
    .header-wrapper___24Lbu header [class*="navbar-brand"] {
      width: 110px;
      margin: 0; }
    .header-wrapper___24Lbu header [class*="social-icons"] {
      margin-left: auto; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="navbar-brand"] {
      width: 180px; }
    .header-wrapper___24Lbu header [class*="top-nav"] label {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      margin: 0;
      color: #f18a21; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="close-btn"] {
      top: 50px;
      margin-top: 10px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        .header-wrapper___24Lbu header [class*="top-nav"] [class*="close-btn"] {
          top: 0; } }
      .header-wrapper___24Lbu header [class*="top-nav"] [class*="close-btn"] [class*="navbar-toggler-icon"] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #f18a21;
        font-size: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 7px 24px 0 rgba(39, 9, 10, 0.3);
                box-shadow: 0px 7px 24px 0 rgba(39, 9, 10, 0.3); }
      .header-wrapper___24Lbu header [class*="top-nav"] [class*="close-btn"] label {
        text-transform: inherit;
        font-weight: 400;
        cursor: pointer; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-icons"] {
      position: relative;
      padding-top: 10px; }
      .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-icons"]::before {
        width: 90px;
        height: 2px;
        background-color: #f18a21;
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: -20px; }
        @media (max-width: 767px) {
          .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-icons"]::before {
            top: -8px;
            left: 0;
            margin: 0 auto; } }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-container"] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-container"] li a:hover {
        background-color: white;
        color: #a92226; }
      @media (max-width: 767px) {
        .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-container"] {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          text-align: center; }
          .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-container"] li[class*="label"] {
            width: 100%;
            margin-bottom: 10px; } }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="lang-checkbox"] [class*="custom-radio"] [class*="custom-control-input"]:checked ~ [class*="custom-control-label"]::after {
      content: "\2713";
      background-image: none; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="lang-checkbox"] [class*="custom-radio"] label {
      font-weight: 400;
      color: white;
      font-size: 18px;
      cursor: pointer; }
      .header-wrapper___24Lbu header [class*="top-nav"] [class*="lang-checkbox"] [class*="custom-radio"] label::before {
        display: none; }
      .header-wrapper___24Lbu header [class*="top-nav"] [class*="lang-checkbox"] [class*="custom-radio"] label::after {
        right: -20px;
        left: auto;
        top: 0; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="head-info"] [class*="telphone-no"] {
      font-size: 24px;
      line-height: 1;
      font-weight: 300; }
      @media (max-width: 575px) {
        .header-wrapper___24Lbu header [class*="top-nav"] [class*="head-info"] [class*="telphone-no"] {
          font-size: 18px; } }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="head-info"] p {
      font-size: 16px; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="head-info"] span {
      font-weight: 500; }
    .header-wrapper___24Lbu header [class*="top-nav"] [class*="lang-switch-mobile"] {
      display: none; }
      @media (max-width: 767px) {
        .header-wrapper___24Lbu header [class*="top-nav"] [class*="lang-switch-mobile"] {
          display: block;
          text-align: right;
          width: 116px;
          margin: 30px 0 0 -40px; } }
    .header-wrapper___24Lbu header [class*="login-text"] {
      font-size: 18px; }
    .header-wrapper___24Lbu header [class*="navbar-nav"] label {
      margin-top: 32px; }
    .header-wrapper___24Lbu header [class*="navbar-nav"] ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header-wrapper___24Lbu header [class*="navbar-nav"] ul li {
        margin: 0; }
        @media (max-width: 767px) {
          .header-wrapper___24Lbu header [class*="navbar-nav"] ul li {
            margin: 4px 0; } }
        .header-wrapper___24Lbu header [class*="navbar-nav"] ul li a {
          font-weight: 300;
          font-size: 22px;
          color: white;
          padding: 0 !important; }
          @media (max-width: 575px) {
            .header-wrapper___24Lbu header [class*="navbar-nav"] ul li a {
              font-size: 24px; } }
          .header-wrapper___24Lbu header [class*="navbar-nav"] ul li a:hover {
            color: #f18a21; }

.header-sticky___3K4PM {
  position: fixed; }

.header-sticky-remove___3OXno {
  position: inherit; }

[dir="rtl"] .header-wrapper___24Lbu header [class*="social-icons"] {
  margin-right: auto;
  margin-left: 0; }

[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="navbar-brand"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="navbar-nav"],
[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="login-text"],
[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="head-info"] {
  text-align: right; }

[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="login-text"] {
  display: block; }

[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="close-btn"] {
  left: 15px;
  right: auto; }

@media (max-width: 767px) {
  [dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-icons"]::before {
    margin: 0; } }

[dir="rtl"] .header-wrapper___24Lbu header [class*="top-nav"] [class*="social-icons"] [class*="social-container"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/* make the customizations */
.footer-wrapper___1Ct05 {
  margin-top: 10px;
  background: url(/static/footer-bg.png) 90% center no-repeat #151515;
  padding: 85px 0 90px; }
  .footer-wrapper___1Ct05 [class*="nav-row"] [class*="col-"] {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important; }
  .footer-wrapper___1Ct05 [class*="navbar-brand"] {
    min-width: 262px; }
    @media (max-width: 991px) {
      .footer-wrapper___1Ct05 [class*="navbar-brand"] {
        min-width: 200px; } }
    @media (max-width: 767px) {
      .footer-wrapper___1Ct05 [class*="navbar-brand"] {
        display: none; } }
  .footer-wrapper___1Ct05 [class*="copyright"] {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
    margin-top: -36px; }
    @media (max-width: 767px) {
      .footer-wrapper___1Ct05 [class*="copyright"] {
        margin-top: 46px; } }
    .footer-wrapper___1Ct05 [class*="copyright"] span {
      padding-right: 29px;
      padding-left: 0px; }
    .footer-wrapper___1Ct05 [class*="copyright"] a {
      color: #a92226; }
  .footer-wrapper___1Ct05 [class*="nav"] label {
    color: #666666;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .footer-wrapper___1Ct05 [class*="nav"] ul {
    list-style: none;
    padding: 0;
    font-size: 14px; }
    .footer-wrapper___1Ct05 [class*="nav"] ul li {
      padding: 0; }
      .footer-wrapper___1Ct05 [class*="nav"] ul li a {
        line-height: 1.86;
        padding: 0;
        color: white; }
        .footer-wrapper___1Ct05 [class*="nav"] ul li a:hover {
          color: #a92226; }
  .footer-wrapper___1Ct05 hr {
    margin: 30px 0 24px auto;
    width: 90px;
    background-color: #f18a21; }
    @media (max-width: 767px) {
      .footer-wrapper___1Ct05 hr {
        margin-left: 0; } }
  .footer-wrapper___1Ct05 [class*="social-container"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .footer-wrapper___1Ct05 [class*="social-container"] {
        margin-top: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer-wrapper___1Ct05 [class*="social-container"] li[class*="label"] {
      width: 100%;
      margin: 0 0 10px; }

[dir="rtl"] [class*="social-container"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0; }
  [dir="rtl"] [class*="social-container"] [class*="label"] {
    text-align: right; }

[dir="rtl"] .footer-wrapper___1Ct05 [class*="nav-row"] {
  text-align: right; }

[dir="rtl"] .footer-wrapper___1Ct05 [class*="login-text"] {
  float: right; }

[dir="rtl"] .footer-wrapper___1Ct05 [class*="copyright"] {
  text-align: right; }
  [dir="rtl"] .footer-wrapper___1Ct05 [class*="copyright"] span {
    padding-left: 29px;
    padding-right: 0px; }

[dir="rtl"] .footer-wrapper___1Ct05 [class*="navbar-brand"] {
  float: right; }
  @media (max-width: 991px) {
    [dir="rtl"] .footer-wrapper___1Ct05 [class*="navbar-brand"] {
      min-width: 162px;
      margin-right: 0; } }

/* make the customizations */
.home-page___2VxSc h2, .home-page___2VxSc h1 {
  font-weight: 100;
  font-size: 32px; }
  @media (min-width: 768px) {
    .home-page___2VxSc h2, .home-page___2VxSc h1 {
      font-size: 58px; } }

.home-page___2VxSc hr {
  background-color: #f18a21; }

.home-page___2VxSc [class*="thumbs-gallery"] [class*="media-list"] [class*="media-container"] [class*="media-text"] hr {
  width: 90px;
  height: 3px;
  margin: 5px auto; }

.bannerImg___UppJN {
  display: inline-block;
  width: 60px;
  margin: 15px;
  margin-bottom: 0px; }

/* make the customizations */
[class*="blackOverLayout"] {
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 10px !important;
  height: auto !important; }

.two-col-box___1obMI {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  background-color: white; }
  @media (max-width: 767px) {
    .two-col-box___1obMI [class*="container"] {
      padding: 0; } }
  .two-col-box___1obMI h2, .two-col-box___1obMI h1 {
    margin-bottom: 15px; }
  .two-col-box___1obMI h4 {
    font-size: 18px;
    font-weight: 500; }
  .two-col-box___1obMI p {
    margin-bottom: 30px;
    line-height: 1.88;
    text-align: justify;
    white-space: pre-wrap; }
  .two-col-box___1obMI hr {
    margin-top: 44px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto; }
    @media (max-width: 767px) {
      .two-col-box___1obMI hr {
        margin-top: 20px; } }
  .two-col-box___1obMI .content-wrapper___HLJoS .content-area___1n5W5 {
    padding: 100px 0; }
    @media (max-width: 767px) {
      .two-col-box___1obMI .content-wrapper___HLJoS .content-area___1n5W5 {
        padding: 20px; } }
  .two-col-box___1obMI .img-video-wrapper___KZTL0 [class*="video-area"] {
    height: 100%; }
    .two-col-box___1obMI .img-video-wrapper___KZTL0 [class*="video-area"] video {
      position: absolute;
      top: 50%;
      height: 100%;
      z-index: -1;
      display: block; }
  @media (min-width: 768px) {
    .two-col-box___1obMI .img-video-wrapper___KZTL0 [class*="box-img"] img {
      width: 50%;
      top: 0;
      height: 100%;
      bottom: 0;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 767px) {
    .two-col-box___1obMI .img-video-wrapper___KZTL0 [class*="box-img"] img {
      max-width: calc(100% + 11%);
      margin-left: -5.5%; } }
  @media (min-width: 768px) {
    .two-col-box___1obMI::before {
      content: "";
      display: block;
      width: 50%;
      position: absolute;
      height: 100%; } }
  @media (min-width: 768px) {
    .two-col-box___1obMI::after {
      content: "";
      display: block;
      width: 10px;
      position: absolute;
      height: 100%;
      background: white;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .two-col-box___1obMI[class*="dark-theme"] {
    color: white;
    background-color: #1f1f1f; }
  .two-col-box___1obMI[class*="light-theme"] {
    color: black;
    background-color: #f3f3f3; }
  @media (min-width: 992px) {
    .two-col-box___1obMI[class*="left-text"] .content-area___1n5W5 {
      padding-right: 70px; } }
  .two-col-box___1obMI[class*="left-text"] .img-video-wrapper___KZTL0 [class*="video-area"] video {
    right: -50%;
    -webkit-transform: translateX(20%) translateY(-50%);
        -ms-transform: translateX(20%) translateY(-50%);
            transform: translateX(20%) translateY(-50%); }
  .two-col-box___1obMI[class*="left-text"] [class*="title-area"] {
    right: 0;
    left: auto; }
  .two-col-box___1obMI[class*="left-text"] .layer-media-desc___2kWY7 {
    padding-left: 30px; }
    @media (min-width: 992px) {
      .two-col-box___1obMI[class*="left-text"] .layer-media-desc___2kWY7 {
        padding-left: 70px; } }
  .two-col-box___1obMI[class*="left-text"] [class*="position-static"] [class*="component-wrapper"] {
    right: 0; }
  .two-col-box___1obMI[class*="right-text"]::before {
    right: 0; }
  .two-col-box___1obMI[class*="right-text"] .content-area___1n5W5 {
    padding-left: 30px; }
    @media (min-width: 992px) {
      .two-col-box___1obMI[class*="right-text"] .content-area___1n5W5 {
        padding-left: 70px; } }
  .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="box-img"] img {
    left: 0; }
  .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="box-map"] {
    height: 100%; }
    .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="box-map"] iframe {
      width: calc(100% + 11%);
      margin-left: -5.5%;
      height: 350px; }
      @media (min-width: 768px) {
        .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="box-map"] iframe {
          position: absolute;
          left: 0;
          height: 100%;
          width: 50%; } }
      @media (max-width: 767px) {
        .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="box-map"] iframe {
          width: 100%;
          margin: 0; } }
  .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="video-area"] video {
    -webkit-transform: translateX(-20%) translateY(-50%);
        -ms-transform: translateX(-20%) translateY(-50%);
            transform: translateX(-20%) translateY(-50%);
    left: -50%; }
  @media (min-width: 768px) {
    .two-col-box___1obMI[class*="right-text"] [class*="custom-scroll"] [class*="view"] {
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .two-col-box___1obMI[class*="right-text"] .layer-media-desc___2kWY7 {
      padding-right: 30px; } }
  .two-col-box___1obMI[class*="right-text"] [class*="position-static"] [class*="component-wrapper"] {
    left: 0; }
  @media (min-width: 768px) {
    .two-col-box___1obMI [class*="position-static"] {
      padding: 0; } }
  .two-col-box___1obMI [class*="position-static"] [class*="component-wrapper"] {
    height: 100%; }
    @media (min-width: 768px) {
      .two-col-box___1obMI [class*="position-static"] [class*="component-wrapper"] {
        width: calc(50% - 5px); } }
    @media (max-width: 767px) {
      .two-col-box___1obMI [class*="position-static"] [class*="component-wrapper"] {
        position: relative !important;
        max-height: 500px;
        width: calc(100% + 11%);
        margin-left: -5.5%; } }
    .two-col-box___1obMI [class*="position-static"] [class*="component-wrapper"] [class*="thumbs-gallery"] [class*="media-list"] [class*="media-container"] video {
      width: inherit; }
  .two-col-box___1obMI [class*="title-area"] {
    position: absolute;
    width: calc(50% - 5px);
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .two-col-box___1obMI [class*="title-area"] h3 {
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
      font-weight: 100;
      font-size: 58px; }
      .two-col-box___1obMI [class*="title-area"] h3::after {
        content: "";
        width: 50px;
        height: 2px;
        display: block;
        background-color: white;
        margin: 7px auto 0; }
    .two-col-box___1obMI [class*="title-area"] a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: white; }
      .two-col-box___1obMI [class*="title-area"] a:hover {
        text-decoration: none; }
  .two-col-box___1obMI .layer-media-desc___2kWY7 {
    position: relative;
    z-index: 1;
    height: 100%;
    width: calc(100% - 5px);
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 70px;
    color: white;
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    line-height: 2; }
    @media (max-width: 767px) {
      .two-col-box___1obMI .layer-media-desc___2kWY7 {
        width: 100%;
        margin-left: 0;
        font-size: 20px;
        line-height: 1.4;
        padding: 20px; } }
    .two-col-box___1obMI .layer-media-desc___2kWY7 [class*="awr-btns"] {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .two-col-box___1obMI .layer-media-desc___2kWY7 [class*="awr-btns"] {
          margin: 20px 0 10px; } }
      .two-col-box___1obMI .layer-media-desc___2kWY7 [class*="awr-btns"] [class*="anchor-btn"] {
        display: inline-block;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .two-col-box___1obMI .layer-media-desc___2kWY7 [class*="awr-btns"] [class*="anchor-btn"] {
            margin: 0 5px 10px; } }
        @media (min-width: 768px) {
          .two-col-box___1obMI .layer-media-desc___2kWY7 [class*="awr-btns"] [class*="anchor-btn"] {
            margin-right: 10px; }
            .two-col-box___1obMI .layer-media-desc___2kWY7 [class*="awr-btns"] [class*="anchor-btn"]:last-child {
              margin-right: 0; } }
  @media (max-width: 767px) {
    .two-col-box___1obMI [class*="img-video-wrapper"] [class*="box-img"] img {
      height: 100%;
      width: 100%;
      max-width: 100%;
      margin: 0;
      top: 0;
      bottom: 0;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 767px) {
    .two-col-box___1obMI [class*="position-static"] {
      position: relative !important;
      padding: 0; } }
  @media (max-width: 767px) {
    .two-col-box___1obMI [class*="layer-media-desc"] {
      padding: 60px 20px; } }
  @media (max-width: 767px) {
    .two-col-box___1obMI [class*="layer-media-desc"] + [class*="box-img"] img {
      position: absolute; } }

[dir="rtl"] .two-col-box___1obMI[class*="left-text"] .content-area___1n5W5 {
  padding-left: 70px;
  padding-right: 0;
  text-align: right; }
  @media (max-width: 991px) {
    [dir="rtl"] .two-col-box___1obMI[class*="left-text"] .content-area___1n5W5 {
      padding-left: 15px;
      padding-right: 30px; } }
  [dir="rtl"] .two-col-box___1obMI[class*="left-text"] .content-area___1n5W5 hr {
    margin-right: 0;
    margin-left: auto; }

@media (min-width: 768px) {
  [dir="rtl"] .two-col-box___1obMI[class*="left-text"] .img-video-wrapper___KZTL0 [class*="box-img"] img {
    left: 0; } }

[dir="rtl"] .two-col-box___1obMI[class*="left-text"] [class*="title-area"] {
  left: 0;
  right: auto; }

[dir="rtl"] .two-col-box___1obMI[class*="left-text"] [class*="component-wrapper"] {
  left: 0;
  right: auto; }

[dir="rtl"] .two-col-box___1obMI[class*="right-text"] .content-area___1n5W5 {
  padding-right: 70px;
  padding-left: 0;
  text-align: right; }
  @media (max-width: 991px) {
    [dir="rtl"] .two-col-box___1obMI[class*="right-text"] .content-area___1n5W5 {
      padding-right: 30px; } }
  [dir="rtl"] .two-col-box___1obMI[class*="right-text"] .content-area___1n5W5 hr {
    margin-right: 0;
    margin-left: auto; }

[dir="rtl"] .two-col-box___1obMI[class*="right-text"] .img-video-wrapper___KZTL0 [class*="box-img"] img {
  left: auto;
  right: 0; }

[dir="rtl"] .two-col-box___1obMI[class*="right-text"] [class*="component-wrapper"] {
  right: 0; }

[dir="rtl"] .two-col-box___1obMI[class*="feed-section"][class*="left-text"] .content-area___1n5W5 {
  padding: 0; }

@media (max-width: 767px) {
  [dir="rtl"] .two-col-box___1obMI .img-video-wrapper___KZTL0 [class*="box-img"] img {
    margin-right: -5.5%; } }

[dir="rtl"] [class*="two-col-box"] [class*="layer-media-desc"] {
  text-align: right; }
  @media (min-width: 768px) {
    [dir="rtl"] [class*="two-col-box"] [class*="layer-media-desc"] [class*="awr-btns"] [class*="anchor-btn"] + [class*="anchor-btn"] {
      margin-left: 0;
      margin-right: 10px; } }
  @media (min-width: 992px) {
    [dir="rtl"] [class*="two-col-box"] [class*="layer-media-desc"] {
      text-align: right;
      padding-right: 70px;
      padding-left: 0; } }

[dir="rtl"] [class*="two-col-box"][class*="right-text"] [class*="layer-media-desc"] {
  padding-right: 0;
  padding-left: 70px; }
  @media (max-width: 991px) {
    [dir="rtl"] [class*="two-col-box"][class*="right-text"] [class*="layer-media-desc"] {
      padding-left: 30px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    [dir="rtl"] [class*="two-col-box"][class*="right-text"] [class*="layer-media-desc"] {
      padding: 60px 20px; } }

@media (max-width: 991px) {
  [dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="layer-media-desc"] {
    padding-right: 30px; } }

[dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="content-wrapper"] [class*="content-area"] {
  padding-left: 30px; }
  @media (min-width: 768px) {
    [dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="content-wrapper"] [class*="content-area"] {
      padding-right: 0; } }
  @media (min-width: 992px) {
    [dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="content-wrapper"] [class*="content-area"] {
      padding-left: 40px; } }

[dir="rtl"] [class*="two-col-box"] [class*="layer-media-desc"] {
  text-align: right; }
  @media (min-width: 768px) {
    [dir="rtl"] [class*="two-col-box"] [class*="layer-media-desc"] [class*="awr-btns"] [class*="anchor-btn"] + [class*="anchor-btn"] {
      margin-left: 0;
      margin-right: 10px; } }
  @media (min-width: 992px) {
    [dir="rtl"] [class*="two-col-box"] [class*="layer-media-desc"] {
      text-align: right;
      padding-right: 70px;
      padding-left: 0; } }

[dir="rtl"] [class*="two-col-box"][class*="right-text"] [class*="layer-media-desc"] {
  padding-right: 0;
  padding-left: 70px; }
  @media (max-width: 991px) {
    [dir="rtl"] [class*="two-col-box"][class*="right-text"] [class*="layer-media-desc"] {
      padding-left: 30px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    [dir="rtl"] [class*="two-col-box"][class*="right-text"] [class*="layer-media-desc"] {
      padding: 60px 20px; } }

@media (max-width: 991px) {
  [dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="layer-media-desc"] {
    padding-right: 30px; } }

[dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="content-wrapper"] [class*="content-area"] {
  padding-left: 30px; }
  @media (min-width: 768px) {
    [dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="content-wrapper"] [class*="content-area"] {
      padding-right: 0; } }
  @media (min-width: 992px) {
    [dir="rtl"] [class*="two-col-box"][class*="left-text"] [class*="content-wrapper"] [class*="content-area"] {
      padding-left: 40px; } }

/* make the customizations */
.inner-banner___194UQ {
  position: relative;
  min-height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1f1f1f;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .inner-banner___194UQ {
      padding-bottom: 0;
      min-height: 615px; } }
  @media (min-width: 1200px) {
    .inner-banner___194UQ {
      background-attachment: fixed; } }
  .inner-banner___194UQ .content-wrapper___2lwvt {
    margin-top: 155px;
    color: white; }
    .inner-banner___194UQ .content-wrapper___2lwvt hr {
      margin-left: 0;
      background-color: #f18a21;
      margin-right: auto; }
    @media (min-width: 768px) {
      .inner-banner___194UQ .content-wrapper___2lwvt p {
        line-height: 2; } }
  .inner-banner___194UQ::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 767px) {
      .inner-banner___194UQ::before {
        background: rgba(0, 0, 0, 0.6); } }

[dir="rtl"] .inner-banner___194UQ [class*="row"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

[dir="rtl"] .inner-banner___194UQ .content-wrapper___2lwvt {
  text-align: right; }
  @media (max-width: 767px) {
    [dir="rtl"] .inner-banner___194UQ .content-wrapper___2lwvt {
      text-align: center; } }
  [dir="rtl"] .inner-banner___194UQ .content-wrapper___2lwvt hr {
    margin-right: 0;
    margin-left: auto; }
    @media (max-width: 767px) {
      [dir="rtl"] .inner-banner___194UQ .content-wrapper___2lwvt hr {
        margin-right: auto;
        margin-left: auto; } }

[dir="rtl"] .inner-banner___194UQ::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inner-banner___194UQ {
    background-attachment: scroll !important; } }

/* make the customizations */
.tag-list___DR2Dv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .tag-list___DR2Dv li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: rgba(241, 138, 33, 0.8);
    margin: 5px;
    padding: 5px 10px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px; }
    .tag-list___DR2Dv li a {
      color: white; }

</pre></body></html>