/* Styles */
@media print {
    .no-print {
      display: none;
    }
  }
  .rs ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  .rs img {
    max-width: 100%;
  }
  .rs a {
    text-decoration: none;
    color: inherit;
  }
  .rs a:hover,
  .rs a:focus {
    color: inherit;
    text-decoration: none;
  }
  
  .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-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .sund-mobile {
    display: none;
  }
  
  header.sund-header {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
  }
  header.sund-header .ar_header_quote_btn_nav {
    background: #d61438;
    padding: 10px 36.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
  }
  header.sund-header .ar_header_quote_btn_nav .ar_header_quote_btn_icon {
    margin-left: 2px;
  }
  header.sund-header .ar_header_quote_btn_nav:hover {
    opacity: 0.7;
  }
  header.sund-header .header-top {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ededed;
    padding: 7.5px 0;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 20.8px;
  }
  header.sund-header .sund-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.sund-header .header-logo {
    position: relative;
  }
  header.sund-header .header-logo img {
    width: 185px;
  }
  header.sund-header .header-info {
    display: flex;
    justify-content: space-between;
    padding: 22.5px 0;
  }
  header.sund-header .header-info-item .item__title {
    display: flex;
    align-items: center;
    color: #aaa;
    font-size: 13px;
    line-height: 14.3px;
    margin-bottom: 5.5px;
  }
  header.sund-header .header-info-item .item__title i {
    color: #d61438;
    margin-right: 5px;
    font-size: 14px;
  }
  header.sund-header .header-info-item .item__text {
    color: #474747;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.4px;
  }
  header.sund-header .header-info-item.header-info-item__license .item__text {
    font-size: 12px;
    line-height: 15px;
  }
  header.sund-header .header-nav {
    background-color: #d61438;
    border: solid 2px #000;
  }
  header.sund-header .header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header.sund-header .header-nav ul li {
    position: relative;
  }
  header.sund-header .header-nav .menu > li > a {
    padding: 18px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    position: relative;
  }
  header.sund-header .header-main {
    position: relative;
  }
  header.sund-header .header-nav .sub-menu a:hover {
    color: #1f425d;
  }
  header.sund-header .header-socials {
    display: flex;
    gap: 10px;
  }
  header.sund-header .header-socials a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    transition: all 100ms ease-out;
    color: #d61438;
    background-color: rgba(250, 250, 250, 0.5);
  }
  header.sund-header .header-socials a i.home-advisor {
    width: 40px;
    height: 40px;
    background: url(/account/app/layout/company/img/advisor-icon-red.png) center center no-repeat;
    display: inline-block;
  }
  header.sund-header .header-socials a:hover {
    background-color: #ffffff;
  }
  header.sund-header .header-socials a span {
    display: none;
  }
  header.sund-header .header-nav .menu .current-menu-parent .current-menu-item a {
    color: #1f425d;
  }
  
  footer.sund-footer {
    background-color: #333333;
  }
  footer.sund-footer .footer-top {
    padding: 17px 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: #333333;
  }
  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: #D61438;
    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;
    -moz-column-gap: 3.5px;
         column-gap: 3.5px;
  }
  footer.sund-footer .footer-main .footer-socials a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin: 20px 15px;
    line-height: 30px;
    transition: all 0.3s ease;
  }
  footer.sund-footer .footer-main .footer-socials a i.home-advisor {
    width: 30px;
    height: 24px;
    background: url(/account/app/layout/company/img/advisor-icon.png) center center no-repeat;
    display: inline-block;
  }
  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: 31px;
  }
  footer.sund-footer .footer-bottom {
    font: 13px/25px "Open Sans", sans-serif;
    padding: 33px 15px;
    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;
  }
  
  @media (min-width: 992px) {
    header.sund-header .header-info .item__link {
      display: block;
      margin-right: 15px;
    }
    header.sund-header .header-info-item:not(:first-child) .item__link {
      padding-left: 15px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    header.sund-header .header-nav .sund-container {
      justify-content: flex-end;
    }
    header.sund-header .header-nav .menu-main-navigation-container {
      margin-right: 83px;
    }
    header.sund-header .header-nav .menu > .current-menu-item > a::before {
      position: absolute;
      content: "";
      width: calc(100% - 30px);
      height: 5px;
      left: 15px;
      bottom: 0;
      background-color: #261b02;
    }
    header.sund-header .header-nav .menu {
      display: flex;
    }
    header.sund-header .header-nav .menu > li:not(:last-child) > a::after {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      right: -2px;
      top: calc(50% - 2px);
      border-radius: 50%;
      background: rgba(250, 250, 250, 0.7);
    }
    header.sund-header .header-nav .menu .menu-item-has-children::after {
      position: absolute;
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 12px;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff;
    }
    header.sund-header .header-nav .menu .menu-item-has-children:hover::after {
      color: #1f425d;
    }
    header.sund-header .header-nav .menu .menu-item-has-children:hover > a::before,
    header.sund-header .header-nav .menu .menu-item-has-children:focus > a::before {
      display: none;
    }
    header.sund-header .header-nav .menu > li:hover > a::before,
    header.sund-header .header-nav .menu > li:focus > a::before {
      position: absolute;
      content: "";
      width: calc(100% - 30px);
      height: 5px;
      left: 15px;
      bottom: 0;
      background-color: #261b02;
    }
    header.sund-header .header-nav .menu .menu-item-has-children > a {
      padding: 18px 35px 18px 20px;
    }
    header.sund-header .header-nav .menu .menu-item-has-children:hover > a {
      color: #1f425d;
      background-color: #fff;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      padding: 8px 30px 18px 15px;
      margin: 10px 5px 0 5px;
    }
    header.sund-header .header-nav .sub-menu {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      background-color: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      margin-left: 5px;
    }
    header.sund-header .header-nav .menu .menu-item-has-children:hover > .sub-menu {
      visibility: visible;
      opacity: 1;
    }
    header.sund-header .header-nav .menu .menu-item-has-children:hover > a::after {
      right: -7px;
      top: 18px;
    }
    header.sund-header .header-nav .sub-menu a {
      color: #999;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      min-width: 160px;
      white-space: nowrap;
      transition: all 0.3s ease-in-out;
      display: block;
      font-size: 14px;
      font-weight: bold;
      padding: 12px 20px;
    }
    header.sund-header .header-nav .sub-menu li:last-child a {
      border-bottom: 0;
    }
  }
  @media (min-width: 1200px) {
    header.sund-header .header-logo {
      position: relative;
      margin-top: -8px;
    }
    header.sund-header .header-main .sund-container {
      position: relative;
      z-index: 4;
    }
    header.sund-header .header-main::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: calc(50% - 330px);
      background-color: #ffffff;
      bottom: -30px;
      border-bottom: solid 2px #000;
    }
    header.sund-header .header-main::after {
      position: absolute;
      content: "";
      height: 43px;
      width: 43px;
      background-color: #ffffff;
      transform: rotate(135deg);
      bottom: -22px;
      left: calc(50% - 351px);
      border-top: solid 2px #000;
    }
    header.sund-header .header-info .item__link {
      margin-right: 30px;
    }
    header.sund-header .header-info-item:not(:first-child) .item__link {
      padding-left: 29px;
    }
  }
  @media (max-width: 992px) {
    header.sund-header {
      padding: 15px 0;
      background-color: #fff;
    }
    header.sund-header .header-top,
    header.sund-header .header-main,
    header.sund-header .header-nav {
      display: none;
    }
    header.sund-header .sund-mobile {
      display: block;
    }
    header.sund-header .sund-mobile > .logo {
      text-align: center;
    }
    header.sund-header .sund-mobile > .logo img {
      height: 35px;
    }
    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/slide.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;
      text-align: center;
    }
    header.sund-header .sund-mobile .mobile-nav .logo {
      margin-bottom: 20px;
    }
    header.sund-header .sund-mobile .mobile-nav li a {
      font: 20px/25px "Montserrat", sans-serif;
      display: inline-block;
      padding: 11px 0;
      color: #878C91;
      transition: all 0.2s ease;
    }
    header.sund-header .sund-mobile .mobile-nav li a:hover, header.sund-header .sund-mobile .mobile-nav li a:focus {
      color: #E4D7D7;
    }
    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: #D61438;
      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 */