/*=============================================
*                   NAVBAR                    *
=============================================*/
.header-wrapper {
  position: sticky;
  width: 100%;
  top: 0;
  background: white;
  z-index: 9999;
}

.header {
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .header {
    max-width: 100%;
    padding: 0 44px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 0 19px;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 0 15px;
  }
}
.header .logo img {
  height: 53px;
  max-height: 38px;
  vertical-align: middle;
  width: 100%;
  max-width: 176.329px;
}
@media (max-width: 600px) {
  .header .logo img {
    max-width: 111px;
  }
}

/*=============================================
*                  TOP STRIP                 *
=============================================*/
.mobile-banner, .tablet-banner {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-banner, .tablet-banner {
    background: #0F0F0F;
    width: 100%;
    align-items: center;
    height: 48px;
    justify-content: center;
  }
  .mobile-banner .item, .tablet-banner .item {
    display: flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    align-items: center;
    text-decoration: underline;
  }
  .mobile-banner .item svg, .tablet-banner .item svg {
    width: 14px;
    height: auto;
    margin-right: 6px;
  }
  .mobile-banner .item svg *[stroke], .tablet-banner .item svg *[stroke] {
    stroke: white;
  }
  .mobile-banner .item svg *[fill], .tablet-banner .item svg *[fill] {
    fill: white;
  }
  .mobile-banner .separator, .tablet-banner .separator {
    background-color: #fff;
    width: 1px;
    margin: 0 16px;
    height: 16px;
  }
}
@media (max-width: 600px) {
  .mobile-banner, .tablet-banner {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .tablet-banner {
    display: flex;
    margin-bottom: 4px;
  }
}

/*=============================================
*                  JUMBOTRON                 *
=============================================*/
.hero-image,
.welcome-message {
  transition: 0.2s all;
}

.hero-image {
  text-align: center;
  width: 100%;
  background: #0F0F0F;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  height: 460px;
}
.hero-image.cat {
  background: #0F0F0F;
  padding: 18px 32px;
  height: auto;
  z-index: 100;
  top: 71px;
  position: sticky;
}
@media (max-width: 1300px) {
  .hero-image.cat {
    padding: 18px 44px;
  }
}
@media (max-width: 1024px) {
  .hero-image.cat {
    padding: 19px;
  }
}
@media (max-width: 1024px) {
  .hero-image.cat {
    height: 88px;
  }
  .hero-image.cat.close-animation .search-full {
    top: 19px;
    left: 19px;
    animation-name: none;
    width: 312px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .hero-image.cat.close-animation .search-full {
    padding: 0 16px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-image.cat {
    padding: 18px 32px;
  }
  .hero-image.cat.close-animation .search-full .wrapper {
    width: 100%;
    padding: 0 16px;
  }
}
.hero-image.cat.hp {
  display: none;
  position: fixed;
  z-index: 100;
  opacity: 0;
  transition: 0.2s all;
  top: 0;
}
.hero-image.cat .search-full {
  height: 56px;
}
.hero-image.cat .search-full input[type=search] {
  padding-left: 59px;
}
@media (max-width: 1024px) {
  .hero-image.cat .search-full {
    height: 52px;
  }
}
.hero-image.cat .search-full input[type=search]:focus + .submit-button::after {
  width: 44px;
  height: 44px;
}
@media (max-width: 1024px) {
  .hero-image.cat .search-full input[type=search]:focus + .submit-button::after {
    width: 100%;
    height: 100%;
  }
}
.hero-image.cat .search-full.active {
  height: 56px;
}
.hero-image.cat .search-full.active input[type=search]:focus + .submit-button::after {
  width: 44px;
  height: 44px;
}
@media (max-width: 1024px) {
  .hero-image.cat .search-full.active input[type=search]:focus + .submit-button::after {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .hero-image.cat .search-full.active {
    height: 52px;
    animation-name: slideSearchIn;
    left: -20px;
    top: 0;
  }
}
.hero-image.cat .submit-button {
  width: 44px;
  height: 44px;
}
@media (max-width: 1024px) {
  .hero-image.cat .submit-button {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1024px) {
  .hero-image.close-animation .search-full {
    height: calc(100% - 71px);
    top: 71px;
    display: flex !important;
    width: 100%;
    position: absolute;
    justify-content: center;
    z-index: 10;
    animation: moveDown 0.3s forwards;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hero-image.close-animation .search-full {
    width: 400px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .hero-image.close-animation .search-full {
    width: 312px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .hero-image.close-animation .search-full .wrapper {
    animation: revertBackground 0.3s forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 52px;
  }
}
@media (max-width: 1024px) and (max-width: 1300px) {
  .hero-image.close-animation .search-full .wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hero-image.close-animation .search-full .wrapper {
    width: 400px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .hero-image.close-animation .search-full .wrapper {
    width: 312px;
  }
}
@media (max-width: 1024px) {
  .hero-image.close-animation .search-full .position-container {
    width: 100%;
  }
  .hero-image.close-animation .welcome-message {
    opacity: 0;
    animation: fadeIn 0.2s forwards 0.3s;
  }
}
@media (max-width: 1300px) {
  .hero-image {
    height: 368px;
  }
}
@media (max-width: 1024px) {
  .hero-image {
    height: 178px;
    display: block;
    padding: 38px 32px;
  }
  .hero-image.active .welcome-message {
    opacity: 0;
  }
}
.hero-image .welcome-message {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  left: 0;
  color: white;
  top: 0;
  transform: none;
  width: 100%;
}
.hero-inner p {
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 28px;
  font-family: "DM Sans";
  line-height: 33px;
  margin: 10px 0px 40px 0px;
}
@media (max-width: 1300px) {
  .hero-inner {
    max-width: 936px;
    padding: 0;
    margin: 0;
    padding-left: 44px;
  }
  .hero-inner p {
    font-size: 24px;
    margin: 10px 0 30px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .hero-inner {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-inner .welcome-message {
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 18px;
    line-height: 32px;
  }
  .hero-inner p {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero-inner {
    max-width: 100%;
  }
}

/*=============================================
*                    SEARCH                  *
=============================================*/
.search-full {
  position: relative;
  display: inline-block;
  height: 68px;
  width: 745px;
  transition: 0.3s width;
}
@media (max-width: 1300px) {
  .search-full {
    width: 536px;
  }
}
@media (max-width: 1024px) {
  .search-full {
    height: 52px;
    width: 400px;
  }
}
.search-full input[type=search] {
  color: #5B6971;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  box-sizing: border-box;
  padding: 0 20px 0 68px;
  line-height: 19px;
  text-overflow: ellipsis;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
}
.search-full input[type=search]::-moz-placeholder {
  -moz-transition: 0.1s opacity;
  transition: 0.1s opacity;
}
.search-full input[type=search]::placeholder {
  transition: 0.1s opacity;
}
.search-full input[type=search]::-webkit-input-placeholder {
  color: #5B6971;
}
@media (max-width: 1024px) {
  .search-full input[type=search] {
    padding-left: 55px;
  }
}
.search-full input[type=search]:focus::-moz-placeholder {
  opacity: 0.3;
}
.search-full input[type=search]:focus::placeholder {
  opacity: 0.3;
}
.search-full input[type=search]:focus + .submit-button::after {
  width: 52px;
  height: 52px;
  background-color: #F8F8F8;
}
@media (max-width: 1024px) {
  .search-full input[type=search]:focus + .submit-button::after {
    width: 100%;
    height: 100%;
  }
}
.search-full input[type=search]:focus .results {
  opacity: 1;
}
.search-full input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search-full .close-search {
  display: none;
}
.search-full .cancel-button {
  position: absolute;
  opacity: 0;
  right: 17px;
  display: flex;
  cursor: pointer;
  visibility: hidden;
  width: 36px;
  z-index: 10;
  height: 36px;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
  padding: 14px;
  background: #F1F3F4;
  border-radius: 100px;
}
.search-full .cancel-button:hover {
  background: #DBE1E5;
}
@media (max-width: 1024px) {
  .search-full .cancel-button {
    padding: 0;
  }
  .search-full .cancel-button svg {
    width: 8px;
    height: 8px;
  }
}
.search-full .wrapper {
  height: 100%;
  position: relative;
  margin: 0;
}
.search-full .position-container {
  height: 100%;
  position: relative;
}
.search-full .submit-button {
  left: 8px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-origin: content-box;
  background-size: contain;
  padding: 11.5px 12px;
  transition: 0.12s background-color;
}
.search-full .submit-button svg {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.search-full .submit-button:hover::after {
  background-color: #F8F8F8;
}
@media (max-width: 1024px) {
  .search-full .submit-button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  .search-full .submit-button svg {
    width: 14px;
    height: 14px;
  }
}
.search-full .submit-button img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .search-full .submit-button img {
    width: 14px;
    height: 14px;
  }
}
.search-full .submit-button::after {
  content: "";
  transition: 0.12s all ease-in-out;
  height: 44px;
  width: 44px;
  z-index: 1;
  position: absolute;
  left: 50%;
  border-radius: 100%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .search-full .submit-button::after {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1024px) {
  .search-full.active {
    height: 100%;
    width: 100%;
    height: calc(100% - 71px);
    left: 0;
    top: 189px;
    position: fixed;
    animation: moveUp 0.2s forwards 0.2s;
    z-index: 10;
  }
  .search-full.active .results {
    visibility: visible;
  }
  .search-full.active .wrapper {
    padding: 18px 20px;
    display: flex;
    max-width: 100%;
    align-items: center;
    height: 88px;
    animation: changeBackground 0.3s forwards 0.2s;
    box-shadow: 0px 1px 1px rgba(58, 72, 80, 0.07), 0px 4px 12px -1px rgba(176, 189, 197, 0.13), 0px 1px 4px 1px rgba(176, 189, 197, 0.07);
  }
  .search-full.active .close-search {
    display: block;
    opacity: 0;
    transition: 0.3s opacity;
    margin-right: 13px;
  }
  .search-full.active .position-container {
    width: 100%;
  }
  .search-full.active .results {
    visibility: visible;
    top: 88px;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .search-full.active .results .noResults {
    padding: 0;
    padding-top: 14px;
    text-align: center;
    font-weight: 400;
    max-width: 280px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }
  .search-full.active .results .noResults .dsmButton {
    margin-top: 24px;
    width: 240px;
  }
  .search-full.active .results .noResults .dsmButton span {
    display: flex;
    align-items: center;
    color: #0f0f0f;
  }
  .search-full.active .results .noResults .dsmButton span svg {
    margin-right: 10px;
  }
}
.search-full.active .results {
  visibility: visible;
}
.search-full.active .submit-button svg *[stroke] {
  stroke: #4D4D4D;
}
.search-full.active .submit-button ::after {
  width: 52px;
  height: 52px;
  background-color: #F8F8F8;
}
.search-full.active .cancel-button {
  display: flex;
}
.search-full:hover .submit-button::after {
  background-color: #F8F8F8;
}

.results {
  position: absolute;
  left: 0;
  pointer-events: all;
  visibility: hidden;
  padding: 4px;
  z-index: 100;
  top: 80px;
  opacity: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 1px 5px rgba(58, 72, 80, 0.07), 0px 12px 16px rgba(176, 189, 197, 0.17), 0px 6px 12px 1px rgba(176, 189, 197, 0.15);
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  transition: 0.2s opacity;
  line-height: 137.7%;
  color: #020621;
}
@media (max-width: 1024px) {
  .results {
    padding: 24px 20px;
    min-height: calc(100vh - 88px - 71px);
  }
}
.results .item {
  position: relative;
  display: block;
  color: #020621;
  text-align: left;
  padding: 17px 0;
  padding-right: 24px;
  transition: 0.3s background;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .results .item {
    border-radius: 8px;
    margin-bottom: 8px;
    background: #F7F8F9;
  }
  .results .item:last-of-type {
    margin-bottom: 0;
  }
}
.results .item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg' data-inject-url='https://theme.zdassets.com/theme_assets/460308/4b7d1d3a5194db4e62071792db7f6c8887b9e81f.svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6841 9.82522C18.6841 14.6989 14.7251 18.6504 9.84206 18.6504C4.95903 18.6504 1 14.6989 1 9.82522C1 4.95149 4.95903 1 9.84206 1C14.7251 1 18.6841 4.95149 18.6841 9.82522Z' stroke='%230F0F0F' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M16.6025 15.8691L21.9996 21.0001' stroke='%230F0F0F' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.results .item:hover {
  border-radius: 8px;
  background: #F7F8F9;
}
.results .item em {
  font-style: normal;
  font-weight: bold;
}
.results .loading,
.results .noResults {
  padding: 14px 24px;
}

.top-search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
  align-items: center;
}
.top-search .desktopOnly {
  display: inline;
}
@media (max-width: 1300px) {
  .top-search .desktopOnly {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-search {
    height: 52px;
  }
}
@media (max-width: 600px) {
  .top-search {
    width: 100%;
    justify-content: center;
  }
}

.top-search-area {
  box-shadow: 0px 4px 12px -1px rgba(176, 189, 197, 0.13), 0px 1px 4px 1px rgba(176, 189, 197, 0.07);
  background: #0F0F0F;
  padding: 20px;
}

.top-search-contact {
  display: inline-flex;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 600px) {
  .top-search-contact {
    display: none;
  }
}

@media (max-width: 1024px) {
  .cat .search-full.active {
    position: absolute;
  }
}

.top-search-item {
  transition: 0.3s;
  text-align: center;
  padding: 8px 8px 8px 10px;
  border-radius: 8px;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  line-height: 18px;
  display: flex;
}
.top-search-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.top-search-item span {
  text-decoration: underline;
}
.top-search-item a {
  color: #fff;
}
.top-search-item svg {
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .top-search-item svg {
    height: 14px;
    margin-right: 6px;
    width: auto;
  }
}

.top-search-contact-tel-line {
  background: #ffffff;
  width: 1px;
  height: 20px;
  margin: 0 12px;
}
@media (max-width: 1300px) {
  .top-search-contact-tel-line {
    margin: 0 16px;
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .top-search-contact-tel-line {
    margin: 0 8px;
  }
}

@media (max-width: 1024px) {
  .top-search-form {
    width: 312px;
  }
}
@media (max-width: 600px) {
  .top-search-form {
    width: 100%;
  }
}
.top-search-form form {
  width: 452px;
}
@media (max-width: 1024px) {
  .top-search-form form {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .top-search-form form form {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  @keyframes moveUp {
    from {
      top: 189px;
      left: 0;
    }
    to {
      left: 0;
      top: 71px;
      background-color: white;
    }
  }
  @keyframes moveDown {
    to {
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      height: auto;
    }
    from {
      left: 50%;
      transform: translateX(-50%);
      top: 71px;
    }
  }
  @keyframes changeBackground {
    from {
      background-color: transparent;
    }
    to {
      background: #0F0F0F;
    }
  }
  @keyframes revertBackground {
    to {
      background-color: transparent;
    }
    from {
      background: #0F0F0F;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/*=============================================
*               FAST ACTIONS                  *
=============================================*/
.fast-action {
  width: 1032px;
  margin: auto;
  text-align: center;
  padding-bottom: 68px;
}
@media (max-width: 1024px) {
  .fast-action {
    padding-bottom: 0;
    width: 100%;
  }
}
.fast-action h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #0F0F0F;
  margin: 68px 0px 32px 0px;
}
@media (max-width: 1024px) {
  .fast-action h2 {
    font-size: 18px;
    line-height: 21px;
    padding-left: 20px;
    margin: 25px 0 16px;
  }
}
@media (max-width: 600px) {
  .fast-action h2 {
    text-align: left;
  }
}
@media (max-width: 1300px) {
  .fast-action {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
  }
}

.fast-action-boxs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .fast-action-boxs.desktop-hide {
    display: none;
  }
}
.fast-action-boxs:last-child {
  max-width: 780px;
  margin: auto;
  margin-top: 16px;
}
@media (max-width: 1300px) {
  .fast-action-boxs {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .fast-action-boxs {
    overflow: auto;
    max-width: 100%;
    padding-left: 20px;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 22px;
  }
  .fast-action-boxs::-webkit-scrollbar {
    display: none;
  }
  .fast-action-boxs .mobile-show {
    display: block;
  }
}
@media (max-width: 600px) {
  .fast-action-boxs {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  .fast-action-boxs::after {
    content: "";
    height: 1px;
    min-width: 20px;
    display: block;
  }
}

.fast-action-box {
  border: 1px solid #DEDEDE;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0) 69.79%, rgba(247, 248, 249, 0) 69.8%), #FFF;
  font-family: "DM Sans";
  box-shadow: 0 1px 0 0 rgba(58, 72, 80, 0.07), 0 2px 11px -1px rgba(176, 189, 197, 0.12);
  padding-right: 14px;
  height: 52px;
  background: #ffffff;
  text-align: center;
  color: #393939;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  font-family: "DM Sans";
}
@media (max-width: 1300px) {
  .fast-action-box {
    align-items: center;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1024px) {
  .fast-action-box {
    height: 100%;
    width: 100%;
    white-space: nowrap;
  }
}
.fast-action-box.mobile-show {
  display: none;
}
@media (max-width: 1024px) {
  .fast-action-box.mobile-show {
    display: flex;
  }
}
.fast-action-box:hover .fast-action-box-bg {
  background: #F1F1F1;
}
.fast-action-box:hover svg path {
  stroke: #0F0F0F;
}
@media (max-width: 1300px) {
  .fast-action-box {
    margin-right: 20px;
  }
  .fast-action-box:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .fast-action-box {
    width: auto;
    margin-right: 8px;
    height: 41px;
    padding: 0px 14px 0px 4px;
    background: #FFFFFF;
    border: 1px solid #F1F3F4;
    box-shadow: 0px 1px 1px rgba(58, 72, 80, 0.07), 0px 4px 12px -1px rgba(176, 189, 197, 0.13), 0px 1px 4px 1px rgba(176, 189, 197, 0.07);
  }
  .fast-action-box div {
    display: flex;
    align-items: center;
  }
}
.fast-action-box .fast-action-box-bg {
  width: 44px;
  height: 44px;
  background: #F8F8F8;
  position: relative;
  margin: 0px 12px 0px 4px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .fast-action-box .fast-action-box-bg {
    width: 32px;
    margin: 4px 0;
    margin-right: 12px;
    height: 32px;
    background-color: #F1F1F1;
  }
  .fast-action-box .fast-action-box-bg svg *[stroke] {
    stroke: #0F0F0F;
  }
}

/*=============================================
*            POPULAR HELP TOPICS             *
=============================================*/
.page-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #0F0F0F;
  margin: 0 0 46px 0px;
  font-family: "DM Sans";
}
@media (max-width: 1024px) {
  .page-title {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin: 38px 0 16px;
  }
}
@media (max-width: 600px) {
  .page-title {
    text-align: left;
  }
}

.topics-grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 62px;
}
@media (max-width: 1300px) {
  .topics-grid {
    max-width: 936px;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .topics-grid div[data-item-id*="5804358783252"] {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .topics-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0 19px;
    gap: 12px 20px;
  }
  .topics-grid div[data-item-id*="5804368588564"],
  .topics-grid div[data-item-id*="5804358783252"] {
    display: flex !important;
  }
}
@media (max-width: 600px) {
  .topics-grid {
    margin: 0;
    box-shadow: none;
    display: block;
    padding: 0 19px;
    margin-bottom: 0;
  }
}
.topics-grid .blocks-item {
  height: 240px;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  color: #0F0F0F;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  word-break: break-word;
  background: #F8F8F8;
  cursor: pointer;
  transition: 0.3s;
}
.topics-grid .blocks-item:hover {
  background: #4D4D4D;
  color: #FFF;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item:hover {
    background: #F8F8F8;
    color: #0F0F0F;
  }
}
.topics-grid .blocks-item[title=Payment] .hover-container .top-bar svg {
  height: 20.8px;
}
.topics-grid .blocks-item[title=Payment] .icon svg {
  height: 32px;
}
.topics-grid .blocks-item[title=Prescriptions] .hover-container .top-bar svg {
  height: 28px;
}
.topics-grid .blocks-item[title=Prescriptions] .icon svg {
  height: 44px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title=Prescriptions] .icon svg {
    height: 28px;
  }
}
.topics-grid .blocks-item[title="Order Status & Shipping"] .hover-container .top-bar svg {
  height: 23px;
}
.topics-grid .blocks-item[title="Order Status & Shipping"] .icon svg {
  height: 40px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title="Order Status & Shipping"] .icon svg {
    height: 23.5px;
  }
}
.topics-grid .blocks-item[title=Frames] .hover-container .top-bar svg {
  height: 23.28px;
}
.topics-grid .blocks-item[title=Frames] .icon svg {
  height: 34px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title=Frames] .icon svg {
    height: 23.28px;
  }
}
.topics-grid .blocks-item[title=Lenses] .hover-container .top-bar svg {
  height: 26px;
}
.topics-grid .blocks-item[title=Lenses] .icon svg {
  height: 36px;
}
.topics-grid .blocks-item[title=Lenses] .icon svg rect {
  fill: #393939;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title=Lenses] .icon svg {
    height: 26px;
  }
}
.topics-grid .blocks-item[title="Home Try-On"] .icon svg {
  height: 42px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title="Home Try-On"] .icon svg {
    height: 27px;
  }
}
.topics-grid .blocks-item[title=Warranty] .hover-container .top-bar svg {
  height: 27px;
}
.topics-grid .blocks-item[title=Warranty] .icon svg {
  height: 36px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title=Warranty] .icon svg {
    height: 27px;
  }
}
.topics-grid .blocks-item[title="Returns & Exchanges"] .hover-container .top-bar svg {
  height: 27px;
}
.topics-grid .blocks-item[title="Returns & Exchanges"] .icon svg {
  height: 41px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title="Returns & Exchanges"] .icon svg {
    height: auto;
  }
}
.topics-grid .blocks-item[title="Contact Lenses"] .hover-container .top-bar svg {
  height: 23px;
}
.topics-grid .blocks-item[title="Contact Lenses"] .icon svg {
  height: 36px;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item[title="Contact Lenses"] .icon svg {
    height: 23.8px;
  }
}
.topics-grid .blocks-item .icon svg,
.topics-grid .blocks-item .icon rect,
.topics-grid .blocks-item .icon path {
  stroke: #393939;
}
.topics-grid .blocks-item .inner-content {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item .inner-content {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item {
    flex-direction: row;
    height: 75px;
    border: 1px solid #E7F4FE;
  }
  .topics-grid .blocks-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .topics-grid .blocks-item {
    margin-bottom: 8px;
  }
}
.topics-grid .blocks-item:hover .hover-container {
  visibility: visible;
  opacity: 1;
}
.topics-grid .blocks-item .icon {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item .icon {
    margin-left: 18px;
    height: 30px;
    width: 42px;
  }
  .topics-grid .blocks-item .icon svg {
    min-height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: 100%;
  }
}
.topics-grid .blocks-item img,
.topics-grid .blocks-item svg {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  height: 48px;
}
.topics-grid .blocks-item .hover-container {
  position: absolute;
  left: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  opacity: 0;
  background: #4D4D4D;
  padding: 24px 6px;
  padding-right: 14px;
  height: 100%;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item .hover-container {
    display: none;
  }
}
.topics-grid .blocks-item .hover-container .top-bar {
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  height: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.topics-grid .blocks-item .hover-container .top-bar .top-icon {
  width: 55px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topics-grid .blocks-item .hover-container .top-bar svg {
  margin: 0;
  max-height: 100%;
}
.topics-grid .blocks-item .hover-container .top-bar svg *[stroke="#117DD2"] {
  stroke: white;
}
.topics-grid .blocks-item .hover-container .top-bar svg *[fill="#117DD2"] {
  fill: white;
}
.topics-grid .blocks-item .hover-container .top-bar svg *[fill="#F4FAFE"] {
  fill: #4D4D4D;
}
.topics-grid .blocks-item .hover-container .top-bar .title {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topics-grid .blocks-item .hover-container .articles {
  text-align: left;
  margin: 23px 4px;
}
.topics-grid .blocks-item .hover-container .articles a {
  padding: 4px 8px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  line-height: normal;
  display: flex;
  align-items: center;
  width: 100%;
  transition: 0.2s all;
  height: 32px;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.topics-grid .blocks-item .hover-container .articles a span {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding-right: 15px;
  width: 195px;
  text-overflow: ellipsis;
}
.topics-grid .blocks-item .hover-container .articles a::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.38 10.5 5-4.5L1.4 1.5'/%3E%3C/svg%3E");
  top: 50%;
  background-size: cover;
  transform: translateY(-50%);
  right: 10px;
  width: 9px;
  height: 15px;
}
.topics-grid .blocks-item .hover-container .articles a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transform: translateX(6px);
}
.topics-grid .blocks-item .hover-container .all {
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s all;
  position: absolute;
  left: 18px;
  bottom: 24px;
  color: #FFFFFF;
  display: block;
  line-height: 19px;
  text-align: left;
}
.topics-grid .blocks-item .hover-container .all:hover {
  text-decoration: underline;
}
.topics-grid .blocks-item .blocks-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-top: 24px;
  color: #0F0F0F;
}
@media (max-width: 1024px) {
  .topics-grid .blocks-item .blocks-item-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 75px;
    margin: 0;
    margin-top: 0;
    margin-left: 16px;
  }
}

.ctamore {
  margin: -24px auto 62px;
  display: inline-flex;
  width: 140px;
}
@media (max-width: 1024px) {
  .ctamore {
    display: none !important;
  }
}

.knowledge-base {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 866px;
}

/*=============================================
*              ASSISTANCE BLOCK              *
=============================================*/
.assistance {
  background: #ffffff;
  border-radius: 8px;
  padding: 0px 0px 68px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .assistance {
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
  }
}
.assistance .left-section {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  max-width: 412px;
  color: #0F0F0F;
}
@media (max-width: 1300px) {
  .assistance .left-section br {
    display: none;
  }
}
.assistance .right-section {
  display: flex;
  align-items: center;
}
.assistance .right-section .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #0F0F0F;
}
.assistance .right-section .item svg {
  margin-right: 18px;
}
.assistance .right-section .item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  text-decoration-line: underline;
}
.assistance .right-section .separator {
  background: #B4B4B4;
  width: 1px;
  height: 48px;
  margin: 0 36px;
}
@media (max-width: 1300px) {
  .assistance .right-section .separator {
    margin: 0 36px;
  }
}

.main-home-container .assistance-desktop h3 {
  margin-top: 0;
}

.assistance-desktop {
  max-width: 866px;
  margin: auto;
}
.assistance-desktop h3 {
  margin-top: 120px;
}
@media (max-width: 1300px) {
  .assistance-desktop .page-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .assistance-desktop {
    display: none;
  }
}

.assistance-mobile {
  display: none;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .assistance-mobile {
    margin: 38px auto;
    display: block;
  }
}
@media (max-width: 600px) {
  .assistance-mobile {
    margin: 40px auto;
  }
}
.assistance-mobile h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .assistance-mobile h3 {
    margin: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 300 !important;
    text-align: center !important;
  }
  .assistance-mobile h3 b {
    font-weight: 700;
  }
}
.assistance-mobile .dsmButton {
  width: 263px;
  border-radius: 0;
  border: 2px solid #0F0F0F;
  padding: 0;
  height: 48px;
  box-sizing: border-box;
}
.assistance-mobile .dsmButton span {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
}
.assistance-mobile .dsmButton span svg {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.assistance-mobile .smallDescription {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  margin-top: 6px;
  line-height: 18px;
  color: #3A4850;
  margin-bottom: 20px;
}
.assistance-mobile .smallDescription:last-of-type {
  margin-bottom: 0;
}
.assistance-mobile .flex-container {
  display: flex;
  justify-content: center;
}
.assistance-mobile .flex-container .dsmButton:hover svg *[stroke] {
  stroke: white;
}
@media (max-width: 600px) {
  .assistance-mobile .flex-container {
    display: block;
    max-width: 278px;
    margin: 0 auto;
  }
}
.assistance-mobile .flex-container .item {
  width: 279px;
}
@media (max-width: 600px) {
  .assistance-mobile .flex-container .item {
    width: auto;
  }
}
@media (max-width: 600px) {
  .assistance-mobile .flex-container .item:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/*=============================================
*                 FOOTER                     *
=============================================*/
.footer {
  background: #020621;
  width: 100%;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .wrapper {
    margin: 0 58px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 936px;
  }
}
@media (max-width: 600px) {
  .wrapper {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .dsmAccordian:last-of-type {
    border-color: rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .dsmAccordian {
    border-color: rgba(255, 255, 255, 0.14) !important;
  }
  .dsmAccordian[open] {
    background-color: rgb(13, 17, 43);
  }
  .dsmAccordian[open] .accordianContent {
    padding-top: 16px;
  }
  .dsmAccordian summary {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF !important;
  }
  .dsmAccordian .accordianContent a {
    display: block;
    color: #89959c;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 32px;
    margin-left: 6px;
    text-decoration: underline;
  }
  .dsmAccordian .accordianContent a:last-child {
    margin-bottom: 8px;
  }
}
.links-mobile {
  display: none;
}
@media (max-width: 600px) {
  .links-mobile {
    display: block;
  }
}

.links {
  padding-top: 74px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media (max-width: 1300px) {
  .links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .links {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .links {
    display: none;
  }
}
.links .footer-sidebar {
  width: 100%;
  padding-right: 58px;
  padding-bottom: 61px;
  border-right: 1px solid #1B1F37;
  border-radius: 1.5px;
}
@media (max-width: 1300px) {
  .links .footer-sidebar {
    display: none;
  }
}
.links .footer-sidebar .item {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  height: 60px;
  line-height: 19px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #AAAAAA;
  padding: 0 25px;
}
.links .footer-sidebar .item svg {
  margin-right: 26px;
}
.links .footer-sidebar .item:hover {
  background: hsla(0, 0%, 100%, 0.1);
  color: white;
}
.links .footer-sidebar .item .subtext {
  display: block;
  color: #505D68;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.links .main-links {
  padding-left: 35px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1300px) {
  .links .main-links {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .links .main-links {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    gap: 30px;
  }
}
.links .main-links .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 23px;
  color: #E7EBED;
}
.links .main-links .columnLink {
  font-family: "Roboto";
  padding: 10px 10px 10px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  display: block;
  text-decoration: none;
  color: #898989;
}
.links .main-links .columnLink:first-of-type {
  padding-top: 0;
}
.links .main-links .columnLink:hover {
  color: white;
}

.socials-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #1B1F37;
  margin-bottom: 27px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .socials-nav {
    justify-content: center;
    border-bottom: none;
    border-top: 1px solid #1B1F37;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .socials-nav {
    border: none;
    margin-top: 40px;
    padding-top: 0;
  }
}
.socials-nav .brands {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .socials-nav .brands {
    display: none;
  }
}
.socials-nav .brands .item {
  color: #898889;
  margin-right: 40px;
  filter: grayscale(100);
}
.socials-nav .brands .item:hover {
  filter: none;
  color: white;
}
.socials-nav .brands .item:last-child {
  margin-right: 0;
}
.socials-nav .reseller {
  margin-bottom: -4px;
}
.socials-nav .socials {
  display: flex;
}
.socials-nav .socials .item {
  transition: 0.3s ease-in-out;
  color: #898889;
  margin-right: 40px;
}
.socials-nav .socials .item:last-child {
  margin-right: 0;
}
.socials-nav .socials .item.facebook:hover {
  color: #0076fb;
}
.socials-nav .socials .item.twitter:hover {
  color: #1da1f2;
}
.socials-nav .socials .item.pinterest:hover {
  color: #e50122;
}
.socials-nav .socials .item.youtube:hover {
  color: #e50122;
}
.socials-nav .socials .item.instagram:hover * {
  fill: white;
}

.small-links {
  display: flex;
  padding-bottom: 58px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .small-links {
    padding-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .small-links .side {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .small-links .side {
    display: flex;
    max-width: 400px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.small-links .side a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  color: #898989;
  margin-right: 16px;
}
.small-links .side a:hover {
  color: white;
}
@media (max-width: 1024px) {
  .small-links .side a {
    margin-bottom: 10px;
    min-width: 0;
    color: #5B6971;
    text-decoration: underline;
  }
  .small-links .side a:nth-child(n+4) {
    margin-bottom: 0;
  }
}
.small-links .side a:last-child {
  margin-right: 0;
}
.small-links .date {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #898989;
}

/*=============================================
*              BREADCRUMBS                   *
=============================================*/
.breadcrumb {
  margin-top: 48px;
}
@media (max-width: 1300px) {
  .breadcrumb {
    max-width: 100%;
    margin: 48px 44px 0;
  }
}
@media (max-width: 1024px) {
  .breadcrumb {
    margin: 38px 0 0;
    padding: 0 19px;
  }
}
@media (max-width: 600px) {
  .breadcrumb {
    margin: 20px 0 0;
    max-width: 100%;
    padding: 0;
  }
  .breadcrumb ol {
    padding-left: 20px;
  }
}

.breadcrumbs {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-family: "DM Sans";
}
@media (max-width: 600px) {
  .breadcrumbs {
    display: flex;
    overflow-x: auto;
    width: 100%;
    font-size: 14px;
  }
  .breadcrumbs li {
    white-space: nowrap;
  }
  .breadcrumbs::after {
    content: "";
    display: block;
    min-width: 20px;
    height: 1px;
  }
}
.breadcrumbs li {
  display: inline;
  color: #4d4d4d;
}
.breadcrumbs li a {
  color: #0f0f0f !important;
  text-decoration-line: underline;
}
.breadcrumbs li:last-of-type a {
  color: #4d4d4d !important;
  text-decoration: none;
}
.breadcrumbs li + li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iYXJyb3dfcmlnaHQgY29weSA0IiBkPSJNMSA2LjVMNCAzLjVMMSAwLjUiIHN0cm9rZT0iI0I0QjRCNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  margin: 0 10px;
  position: relative;
  bottom: 1px;
}

@media (max-width: 1024px) {
  .article-breadcrumbs .breadcrumb {
    margin-top: 24px;
  }
}
.article-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .article-breadcrumbs .breadcrumbs {
    margin-bottom: 30px;
  }
}

/*=============================================
*                  SIDEBAR                   *
=============================================*/
.sidebar {
  width: 248px;
  box-shadow: 0px 1px 1px rgba(58, 72, 80, 0.07), 0px 4px 12px -1px rgba(176, 189, 197, 0.13), 0px 1px 4px 1px rgba(176, 189, 197, 0.07);
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  order: 2;
}
@media (max-width: 1300px) {
  .sidebar {
    max-width: 100%;
    width: 248px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: 38px;
  }
}
@media (max-width: 600px) {
  .sidebar {
    margin-top: 24px;
  }
}
.sidebar .topics-list {
  padding-bottom: 16px;
  font-family: "DM Sans";
}
@media (max-width: 1024px) {
  .sidebar .topics-list {
    padding-bottom: 0;
    width: 100%;
  }
}
.sidebar .topics-list #title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0f0f0f;
  margin: 24px 0px 12px 0px;
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .sidebar .topics-list #title {
    margin: auto;
    width: 100%;
    font-weight: 700;
    line-height: 18px;
    color: #0f0f0f;
    padding: 0 0 20px;
  }
}
@media (max-width: 600px) {
  .sidebar .topics-list #title {
    padding-left: 24px;
  }
}
.sidebar .topics {
  flex-wrap: wrap;
  max-width: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .sidebar .topics {
    display: flex;
  }
}
.sidebar .topics .active svg *[stroke] {
  stroke: #0F0F0F;
}
@media (max-width: 1024px) {
  .sidebar .topics .active svg *[stroke] {
    stroke: #5b6971;
  }
}
.sidebar .topics .active svg *[fill]:not([fill="#F4FAFE"]) {
  fill: #0F0F0F;
}
@media (max-width: 1024px) {
  .sidebar .topics .active svg *[fill]:not([fill="#F4FAFE"]) {
    fill: #5b6971;
  }
}
.sidebar .topics .active span {
  color: #0F0F0F;
  font-weight: 500;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .sidebar .topics .active span {
    color: #5b6971;
    pointer-events: all;
    font-weight: 400;
  }
}
.sidebar .topics a {
  margin: 0 24px;
  margin-bottom: 2.5px;
  height: 40px;
  line-height: 40px;
  transition: 0.3s;
  border-radius: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #0F0F0F;
}
.sidebar .topics a span {
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  transition: 0.3s;
  padding-left: 12px;
}
.sidebar .topics a.active {
  pointer-events: none;
}
.sidebar .topics a svg path {
  transition: 0.3s;
}
.sidebar .topics a:not(.active):hover {
  transform: translateX(4px);
  padding-left: 8px;
  background: #F7F8F9;
}
@media (max-width: 1024px) {
  .sidebar .topics a:not(.active):hover {
    transform: none;
    padding-left: 12px;
  }
}
.sidebar .topics a:not(.active):hover span {
  color: #0f0f0f;
  font-weight: 500;
}
.sidebar .topics a:not(.active):hover svg path {
  stroke: #0f0f0f;
}
@media (max-width: 1024px) {
  .sidebar .topics a {
    white-space: nowrap;
    background: #F8F8F8;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0px 12px 0px 12px;
    border-radius: 100px;
    color: #020621;
    font-weight: 400;
    margin: 0 6px 0 0;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.sidebar .topics span.zdnamectp {
  padding-left: 6px;
}
@media (max-width: 600px) {
  .sidebar .topics {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sidebar .article.article {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .sidebar .scrollx {
    overflow-x: auto;
    width: 100%;
    padding-left: 20px;
  }
  .sidebar .scrollx .mobiletopics::after {
    content: "";
    min-width: 20px;
    height: 1px;
    display: block;
  }
}
.sidebar .icon-center {
  width: 20px;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.sidebar .icon-center svg {
  vertical-align: middle;
}
.sidebar .mobiletopics {
  display: none;
  align-items: center;
}
@media (max-width: 600px) {
  .sidebar .mobiletopics {
    display: flex;
  }
  .sidebar .mobiletopics:first-child {
    margin-bottom: 10px;
  }
}
.sidebar .mobiletopics a {
  line-height: normal;
  white-space: nowrap;
  background: #F8F8F8;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0px 12px 0px 5px;
  margin: auto 3px;
  font-family: "DM Sans";
  color: #020621;
  font-weight: 400;
  font-size: 14px;
}
.sidebar .mobiletopics a:first-of-type {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .sidebar .mobiletopics a div {
    display: inline-block;
    padding-right: 8px;
    padding-top: 2px;
    vertical-align: middle;
  }
}
.sidebar .mobiletopics .icon-center-mobile {
  height: 35px;
  width: 35px;
  align-content: center;
  align-items: center;
  line-height: normal;
  justify-content: center;
  display: inline-flex;
  padding: 0;
}

@media (max-width: 600px) {
  .article-content-area .sidebar {
    margin-top: 38px;
  }
}

/*=============================================
*                   CONTENT                  *
=============================================*/
.section-container,
.article-content-area,
.category-container {
  display: grid;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: minmax(auto, 736px) auto;
}
.section-container .icon-box,
.article-content-area .icon-box,
.category-container .icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
@media (max-width: 1300px) {
  .section-container,
  .article-content-area,
  .category-container {
    grid-template-columns: 1fr auto;
    max-width: 100%;
    padding: 0 44px;
    gap: 72px;
  }
}
@media (max-width: 1024px) {
  .section-container,
  .article-content-area,
  .category-container {
    padding: 0 19px;
    display: flex;
    gap: 0;
    grid-template-columns: unset;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .section-container,
  .article-content-area,
  .category-container {
    padding: 0;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .section-container #title,
  .article-content-area #title,
  .category-container #title {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 38px;
  }
}
@media (max-width: 600px) {
  .section-container #title,
  .article-content-area #title,
  .category-container #title {
    margin-top: 0;
    padding-left: 20px;
  }
}

.category-pg.page-header,
.section-pg.page-header {
  margin: 55px 0 0;
}
@media (max-width: 1024px) {
  .category-pg.page-header,
  .section-pg.page-header {
    margin-top: 28px;
  }
}
@media (max-width: 600px) {
  .category-pg.page-header,
  .section-pg.page-header {
    margin-top: 20px;
  }
}

.section-content,
.article-content-section,
.category-content {
  order: 1;
  width: 100%;
}
@media (max-width: 600px) {
  .section-content,
  .article-content-section,
  .category-content {
    padding: 0 20px;
    margin-right: 0;
  }
}
.section-content .section,
.article-content-section .section,
.category-content .section {
  position: relative;
  border-bottom: solid 1px #dedede;
}
.section-content .article-content,
.article-content-section .article-content,
.category-content .article-content {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-content .icon-box svg *,
  .article-content-section .icon-box svg *,
  .category-content .icon-box svg * {
    stroke-width: 1;
  }
}
@media (max-width: 600px) {
  .section-content [title=Payment] svg,
  .article-content-section [title=Payment] svg,
  .category-content [title=Payment] svg {
    height: 18px;
  }
}
@media (max-width: 600px) {
  .section-content [title=Prescriptions] svg,
  .article-content-section [title=Prescriptions] svg,
  .category-content [title=Prescriptions] svg {
    height: 28px;
  }
}
@media (max-width: 1024px) {
  .section-content [title="Order Status & Shipping"] svg,
  .article-content-section [title="Order Status & Shipping"] svg,
  .category-content [title="Order Status & Shipping"] svg {
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .section-content [title=Frames] svg,
  .article-content-section [title=Frames] svg,
  .category-content [title=Frames] svg {
    height: 22px;
  }
}
@media (max-width: 1024px) {
  .section-content [title=Insurance] svg,
  .article-content-section [title=Insurance] svg,
  .category-content [title=Insurance] svg {
    height: 29px;
  }
}
@media (max-width: 1024px) {
  .section-content [title="Home Try-On"] svg,
  .section-content [title="Returns & Exchanges"] svg,
  .section-content [title=Warranty] svg,
  .article-content-section [title="Home Try-On"] svg,
  .article-content-section [title="Returns & Exchanges"] svg,
  .article-content-section [title=Warranty] svg,
  .category-content [title="Home Try-On"] svg,
  .category-content [title="Returns & Exchanges"] svg,
  .category-content [title=Warranty] svg {
    height: 27px;
  }
}
@media (max-width: 1024px) {
  .section-content [title="Contact Lenses"] svg,
  .section-content [title=Lenses] svg,
  .article-content-section [title="Contact Lenses"] svg,
  .article-content-section [title=Lenses] svg,
  .category-content [title="Contact Lenses"] svg,
  .category-content [title=Lenses] svg {
    height: 26px;
  }
}

.article-body {
  color: #0f0f0f;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.article-body :last-child {
  margin-bottom: 0;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  font-size: 16px;
  line-height: 25px;
  color: #0f0f0f;
  font-style: normal;
}
.article-body ul {
  list-style-type: disc;
}
.article-body code {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  display: block;
  background: #F4FAFE;
  border-left: #2196F3 4px solid;
  padding: 12px 16px;
  white-space: normal;
  font-size: 14px;
  font-family: inherit;
  line-height: 21px;
  color: #2196F3;
}
.article-body pre.warning {
  background: #FEF8ED;
  color: #DD7200;
  border-color: #DD7200;
}
.article-body pre.success {
  background: #EFFBF6;
  color: #00995C;
  border-color: #00995C;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  font-style: italic;
  padding: 0 15px;
}

.article {
  margin-top: 66px;
}
@media (max-width: 1024px) {
  .article {
    margin-top: 0;
  }
}

.article-list-link {
  color: #3a4850;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  height: 77px;
  border-bottom: 1px solid #dedede;
  padding: 0 16px;
  transition: 0.3s;
  font-family: "DM Sans";
}
@media (max-width: 1024px) {
  .article-list-link {
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  .article-list-link {
    height: 79px;
    padding: 0 8px;
    padding-right: 34px;
  }
}
.article-list-link:first-of-type {
  border-top: 1px solid #dedede;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .article-list-link:first-of-type {
    margin-top: 13px;
  }
}
.article-list-link:hover {
  background: #f7f8f9;
  color: #020621;
}
.article-list-link:hover svg path {
  stroke: #020621;
}
.article-list-link svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.article {
  max-width: 616px;
}
@media (max-width: 1024px) {
  .article {
    max-width: 100%;
    width: 100%;
  }
  .article .article-content {
    max-width: 616px;
  }
}
@media (max-width: 600px) {
  .article {
    padding: 0 20px;
  }
}

.article-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
  margin-bottom: 32px;
  line-height: 25px;
  color: #0f0f0f;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #dbe1e5;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .article-title {
    color: #020621;
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    line-height: 23px;
    font-weight: 700;
  }
}

.article-list,
.section-tree {
  width: 100%;
}

section.section-style {
  width: 100%;
}

/*=============================================
*               FEEDBACK WIDGET              *
=============================================*/
.zd-vote-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #5b6971;
}

.zd-vote-wrapper {
  border: 1px solid #dbe1e5;
  padding: 22px 24px;
  display: inline-block;
  border-radius: 8px;
  margin-top: 60px;
}
@media (max-width: 1300px) {
  .zd-vote-wrapper {
    margin-top: 38px;
  }
}
@media (max-width: 1024px) {
  .zd-vote-wrapper {
    max-width: 335px;
    padding: 22px 23px;
  }
}
.zd-vote-wrapper.active .zd-vote-widget {
  padding-bottom: 8px;
}
.zd-vote-wrapper.active .zd-vote-message {
  padding-top: 12px;
  opacity: 1;
  visibility: visible;
}

.zd-vote-widget {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.zd-vote {
  display: flex;
}

.voteCircle {
  background: #dbe1e5;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  transition: 0.3s;
}
.voteCircle:first-child {
  margin-right: 6px;
}
.voteCircle > div {
  background-size: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position-y: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.zd-vote-item {
  color: #89959c;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.zd-vote-item:first-child {
  margin: 0 15.5px;
}
@media (max-width: 600px) {
  .zd-vote-item:first-child {
    margin: 0 14px;
  }
}
.zd-vote-item.active {
  color: #020621;
  pointer-events: none;
}
.zd-vote-item.active .voteCircle {
  background: #f3c55d;
}
@media (hover: hover) {
  .zd-vote-item:hover {
    color: #020621;
  }
  .zd-vote-item:hover .vote-up {
    animation-name: emojiyes;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
  }
  .zd-vote-item:hover .vote-down {
    animation-name: emojino;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
  }
  .zd-vote-item:hover .voteCircle {
    background: #f3c55d;
  }
}

.zd-vote-message {
  border-top: 1px solid #dbe1e5;
  color: #020621;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 132%;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 298px;
}
.zd-vote-message .dsmButton {
  width: 146px;
  margin-top: 12px;
}

/*=============================================
*                RECENT ARTICLES             *
=============================================*/
.recent-articles-title {
  color: #0f0f0f;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px 20px;
  padding: 60px 0px 20px 0px;
  border-bottom: 1px solid #dbe1e5;
  font-family: "DM Sans";
}
@media (max-width: 1300px) {
  .recent-articles-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .recent-articles-title {
    font-size: 16px;
    margin: 38px 0px 20px 0px;
    font-weight: 700;
    padding: 0px 0px 8px 0px;
    line-height: 25px;
  }
}

.recent-articles li,
.related-articles li {
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .recent-articles li,
  .related-articles li {
    margin-bottom: 12px;
  }
}
.recent-articles li:last-child,
.related-articles li:last-child {
  margin-bottom: 0;
}

.recent-articles a {
  color: #0F0F0F;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
}

@keyframes emojiyes {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes emojino {
  0% {
    transform: translatex(0px);
  }
  25% {
    transform: translatex(2px);
  }
  50% {
    transform: translatex(0px);
  }
  75% {
    transform: translatex(-2px);
  }
  100% {
    transform: translatex(0px);
  }
}
.page-header {
  display: flex;
  align-items: center;
}
.page-header h1 {
  margin: 0;
  color: #0f0f0f;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
}
@media (max-width: 600px) {
  .page-header h1 {
    font-size: 20px;
    line-height: 24px;
    color: #020621;
  }
}

@media (max-width: 1024px) {
  .hero-image,
  .welcome-message {
    transition: 0.2s all;
  }
}
.sub-nav input[type=search] {
  padding-left: 76px;
}

.powered-by-zendesk {
  display: none;
}

@media (max-width: 1024px) {
  section.knowledge-base {
    width: 100%;
  }
  section.knowledge-base svg * {
    stroke-width: 1.5;
  }
}
@media (max-width: 600px) {
  section.knowledge-base {
    padding: 0 20px;
  }
}

.link {
  display: inline !important;
  color: #2196F3 !important;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 600px) {
  .main-home-container .page-title {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  @keyframes slideSearchIn {
    from {
      left: -20px;
    }
    to {
      left: 0;
    }
  }
  @keyframes slideOut {
    from {
      left: 20px;
    }
    to {
      left: 0;
    }
  }
}
@media (max-width: 600px) {
  h1.article-title {
    padding-bottom: 12px;
  }
}
main {
  padding-top: 0px;
}/*# sourceMappingURL=styleMain.css.map */