/* Styles */
@media print {
    .no-print {
      display: none;
    }
  }
  .rs ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  .rs img {
    max-width: 100%;
  }
  .rs a {
    color: inherit;
  }
  .rs a:hover,
  .rs a:focus {
    color: inherit;
    text-decoration: none;
  }
  .rs .sund-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .hamburger {
    display: block;
    background-color: transparent;
    transition: background 0.2s;
    margin: 0 auto;
    z-index: 1000;
    border: 0;
    padding: 6px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 18px;
    top: 18px;
  }
  .hamburger .responsive-menu-box {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    position: relative;
    cursor: pointer;
    bottom: 2px;
  }
  .hamburger .responsive-menu-box .responsive-menu-inner,
  .hamburger .responsive-menu-box .responsive-menu-inner::before,
  .hamburger .responsive-menu-box .responsive-menu-inner::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #999;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger .responsive-menu-box .responsive-menu-inner {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger .responsive-menu-box .responsive-menu-inner::before {
    top: -8px;
  }
  .hamburger .responsive-menu-box .responsive-menu-inner::after {
    bottom: -8px;
  }
  .hamburger.active .responsive-menu-box .responsive-menu-inner {
    transform: rotate(45deg);
  }
  .hamburger.active .responsive-menu-box .responsive-menu-inner::before {
    top: 0;
    opacity: 0;
  }
  .hamburger.active .responsive-menu-box .responsive-menu-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
  }
  
  .sund-mobile {
    display: none;
  }
  
  header.sund-header {
    background-color: #fff;
    padding: 15px 0;
  }
  header.sund-header .header-top {
    padding-bottom: 22px;
  }
  header.sund-header .header-top .logo {
    width: 25%;
    padding: 0 10px;
  }
  header.sund-header .header-top .header-top-contacts-wrapper {
    padding: 0 10px;
    width: 75%;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts {
    background-color: #fbfbfb;
    padding: 10px 0px;
    border-radius: 7px;
    border: solid 1px #dbdbdb;
    display: flex;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact {
    padding: 0 10px;
    display: flex;
    font: 14px/25px "Open Sans", sans-serif;
    color: #333;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact:first-child {
    width: 25%;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact:nth-child(2) {
    width: 41.66666667%;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact:last-child {
    width: 50%;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact i {
    color: #5c1960;
    font-size: 36px;
    margin-top: 7px;
    margin-right: 15.5px;
    margin-left: 10px;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact i.fa-map-marker-alt {
    margin-right: 27.5px;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact i.fa-id-card {
    font-size: 31px;
    position: relative;
    top: 2px;
    margin-right: 8px;
  }
  header.sund-header .header-top .header-top-contacts-wrapper .header-top-contacts .header-top-contact a {
    font: 700 18px/25px "Open Sans", sans-serif;
    color: #000;
  }
  header.sund-header nav.header-nav {
    border-top: solid 1px #ccc;
    padding-top: 15px;
  }
  header.sund-header nav.header-nav .main-nav {
    margin-left: -4px;
  }
  header.sund-header nav.header-nav .main-nav > li {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    margin: 0 6px;
  }
  header.sund-header nav.header-nav .main-nav > li > a {
    display: inline-block;
    font: 14px/25px "Open Sans", sans-serif;
    color: #232323;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  header.sund-header nav.header-nav .main-nav li.has-sub-nav > a::after {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
    color: #c1c1c1;
    width: 14px;
    height: 12px;
    text-align: center;
    line-height: 10px;
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    margin-top: -3px;
    transition: all 0.3s ease;
  }
  header.sund-header nav.header-nav .main-nav li.has-sub-nav:hover .sub-nav, header.sund-header nav.header-nav .main-nav li.has-sub-nav:focus .sub-nav {
    visibility: visible;
    opacity: 1;
  }
  header.sund-header nav.header-nav .main-nav li.has-sub-nav:hover > a::after, header.sund-header nav.header-nav .main-nav li.has-sub-nav:focus > a::after {
    content: "-";
    color: #fff;
    border-color: #fff;
  }
  header.sund-header nav.header-nav .main-nav li:hover > a, header.sund-header nav.header-nav .main-nav li:focus > a {
    background-color: #5c1960;
    color: #fff;
  }
  header.sund-header nav.header-nav .main-nav .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    padding-top: 15px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  }
  header.sund-header nav.header-nav .main-nav .sub-nav li a {
    font: 14px/25px "Open Sans", sans-serif;
    display: block;
    padding: 10px;
    color: #535353;
    transition: all 0.3s ease;
  }
  header.sund-header nav.header-nav .main-nav .sub-nav li:hover a, header.sund-header nav.header-nav .main-nav .sub-nav li:focus a {
    color: #fff;
  }
  header.sund-header nav.header-nav .logout__link {
    display: inline-block;
    font: 14px/25px "Open Sans", sans-serif;
    color: #232323;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    margin-right: 5px;
  }
  header.sund-header nav.header-nav .logout__link:hover, header.sund-header nav.header-nav .logout__link:focus {
    background-color: #f9f9f9;
    color: #5c1960;
  }
  
  footer.sund-footer {
    background-color: #333;
  }
  footer.sund-footer .footer-top {
    padding: 20px 20px 27px;
    text-align: center;
  }
  footer.sund-footer .footer-main {
    padding: 20px 0;
    background-color: #1c1c1c;
  }
  footer.sund-footer .footer-main .sund-container {
    align-items: flex-start;
    row-gap: 40px;
  }
  footer.sund-footer .footer-main .sund-footer-col {
    width: 33.33333333%;
    padding: 0 10px;
  }
  footer.sund-footer .footer-main .gray_bg {
    background-color: #333;
  }
  footer.sund-footer .footer-main ul li {
    padding: 10px 0;
  }
  footer.sund-footer .footer-main ul li a {
    font: 14px/25px "Open Sans", sans-serif;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
  }
  footer.sund-footer .footer-main ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 0;
    transition: all 0.3s ease;
    background-color: #5c1960;
    margin-top: -1.5px;
  }
  footer.sund-footer .footer-main ul li a:hover::after, footer.sund-footer .footer-main ul li a:focus::after {
    width: 100%;
  }
  footer.sund-footer .footer-main .footer-socials {
    padding: 35px 0 34px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer.sund-footer .footer-main .footer-socials a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin: 20px 30px;
    line-height: 30px;
    transition: all 0.3s ease;
  }
  footer.sund-footer .footer-main .footer-socials a:hover, footer.sund-footer .footer-main .footer-socials a:focus {
    opacity: 0.7;
  }
  footer.sund-footer .footer-main .col__title {
    font: 700 18px/25px "Open Sans", sans-serif;
    text-align: center;
    color: #fff;
  }
  footer.sund-footer .footer-main .footer-license {
    font: 18px/25px "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 21px;
  }
  footer.sund-footer .footer-bottom {
    font: 13px/25px "Open Sans", sans-serif;
    padding: 33px 15px 20px;
    color: #f6f6f6;
    text-align: center;
  }
  footer.sund-footer .footer-bottom a {
    color: #f6f6f6;
  }
  footer.sund-footer .footer-bottom a:hover, footer.sund-footer .footer-bottom a:focus {
    text-decoration: underline;
  }
  footer.sund-footer .footer-bottom .ar_powered {
    margin-top: 13px;
  }
  
  /* Responsive Styles */
  @media (max-width: 1120px) {
    header.sund-header .header-top {
      padding-bottom: 15px;
    }
    header.sund-header .header-top .logo {
      width: 100%;
      margin-bottom: 17px;
      text-align: center;
    }
    header.sund-header .header-top .header-top-contacts-wrapper {
      width: 100%;
    }
    header.sund-header nav.header-nav .logout__link {
      margin-right: 10px;
    }
  }
  @media (max-width: 820px) {
    header.sund-header .header-top {
      padding-bottom: 0;
    }
    header.sund-header .header-top .logo {
      margin-bottom: 0;
    }
    header.sund-header .header-top .logo img {
      width: 63px;
    }
    header.sund-header .header-top .header-top-contacts-wrapper {
      display: none;
    }
    header.sund-header nav.header-nav {
      display: none;
    }
    header.sund-header .sund-mobile {
      display: block;
    }
    header.sund-header .sund-mobile .sund-overlay {
      position: fixed;
      top: -1000%;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      opacity: 0;
      transition: opacity 0.5s ease, top 0s ease 0.5s;
    }
    header.sund-header .sund-mobile .sund-overlay.sund-overlay__color {
      background-color: #181E23;
      z-index: 998;
    }
    header.sund-header .sund-mobile .sund-overlay.sund-overlay__image {
      background: url(/account/app/layout/company/img/main-banner1-1.jpg) center/cover, no-repeat;
      z-index: 999;
    }
    header.sund-header .sund-mobile .mobile-nav {
      padding: 100px 25px 75px;
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: auto;
      z-index: 999;
      transform-origin: 0 0;
      transform: rotateX(-90deg);
      transition: all 0.3s ease-in-out 0s;
    }
    header.sund-header .sund-mobile .mobile-nav li {
      text-align: center;
    }
    header.sund-header .sund-mobile .mobile-nav li a {
      font: 14px/25px "Montserrat", sans-serif;
      display: inline-block;
      padding: 11px 0;
      color: #878C91;
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav > div {
      position: relative;
      display: inline-block;
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav > div i {
      position: absolute;
      left: calc(100% + 13px);
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 40px;
      height: 25px;
      border-left: 1px solid #4A4D50;
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav > div i::before, header.sund-header .sund-mobile .mobile-nav .has-sub-nav > div i::after {
      position: absolute;
      content: "";
      display: block;
      top: 11px;
      width: 9px;
      height: 2px;
      background-color: #ADADAC;
      transition: all 0.35s ease;
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav > div i::before {
      left: 14px;
      transform: rotate(45deg);
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav > div i::after {
      left: 20px;
      transform: rotate(-45deg);
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav.sub-active > .sub-nav {
      opacity: 1;
      visibility: visible;
      transform: rotateX(0deg);
      height: auto;
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav.sub-active > div i::before {
      transform: rotate(-45deg);
    }
    header.sund-header .sund-mobile .mobile-nav .has-sub-nav.sub-active > div i::after {
      transform: rotate(45deg);
    }
    header.sund-header .sund-mobile .mobile-nav .sub-nav {
      visibility: hidden;
      opacity: 0;
      height: 0;
      z-index: 999;
      transform-origin: 0 0;
      transform: rotateX(-90deg);
      transition: all 0.3s ease-in-out 0s;
    }
    header.sund-header .sund-mobile .mobile-nav .sub-nav li a {
      padding: 11px 15px;
      background-color: #5c1960;
      color: #fff;
      transition: all 0.2s ease;
    }
    header.sund-header .sund-mobile .mobile-nav .sub-nav li a:hover, header.sund-header .sund-mobile .mobile-nav .sub-nav li a:focus {
      opacity: 0.7;
    }
    header.sund-header .sund-mobile.active .sund-overlay {
      top: 0;
      opacity: 1;
      transition: opacity 0.5s ease, top 0s ease 0s;
    }
    header.sund-header .sund-mobile.active .sund-overlay.sund-overlay__image {
      opacity: 0.1;
    }
    header.sund-header .sund-mobile.active .mobile-nav {
      opacity: 1;
      visibility: visible;
      transform: rotateX(0deg);
    }
  }
  @media (max-width: 767px) {
    footer.sund-footer .footer-main .sund-footer-col {
      width: 100%;
      text-align: center;
    }
  }
  /* /Responsive Styles */