﻿@font-face {
  font-family: "Hammersmith One";
  src: url("/assets/fonts/HammersmithOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: optional;
}
/*
@font-face {
    font-family: "DM Sans";
    src: url('/assets/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: "DM Sans";
    src: url('/assets/fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: "DM Sans";
    src: url('/assets/fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: "DM Sans";
    src: url('/assets/fonts/DMSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: "DM Sans";
    src: url('/assets/fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: "DM Sans";
    src: url('/assets/fonts/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: optional;
}
    */
/*@import "../../../Contractize.UI.RazorShared/Src/Styles/YoutubeVideo.scss";*/
.cd-collapse__item {
  padding: 1.2rem 0;
  border: 0.922629px solid #E5EAF4;
  box-shadow: 0px 5.53577px 9.22629px rgba(0, 0, 0, 0.03);
  border-radius: 7.38103px;
  margin-bottom: 15px;
  padding: 30px 50px 30px 30px;
}

h3.cd-collapse__item__title {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.cd-collapse__item h3.cd-collapse__item__title::after {
  transition: 0.2s;
  content: "";
  background-color: #000;
  background-size: cover;
  width: 2px;
  height: 14px;
  position: absolute;
  right: -18px;
  top: 2px;
}

.cd-collapse__item h3.cd-collapse__item__title::before {
  content: "";
  background-color: #000;
  background-size: cover;
  width: 14px;
  height: 2px;
  position: absolute;
  right: -24px;
  top: 8px;
}

.cd-collapse__item__title.active::after {
  transition: 0.2s;
  transform: rotate(-90deg);
}

.cd-collapse__item__desc {
  overflow: hidden;
  max-height: 0;
  transition: 0.2s;
  font-size: 1rem;
  line-height: 28px;
}

.cd-collapse__item__desc p {
  margin: 0;
}

.cd-collapse__item__desc.active {
  transition: max-height 0.2s ease-out;
  margin-top: 20px;
}

.cd-collapse-none-cursor {
  cursor: default;
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

.cd-header {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  border-bottom: 2px solid transparent;
  transition: height 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.cd-header-placeholder {
  display: block;
  height: 72px;
}
.cd-header.sticky {
  background-color: rgba(249, 248, 253, 0.9);
  border-bottom: 2px solid #dfdcee;
  height: 50px;
}

.cd-header--inner, .cd-header--left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.cd-header--left {
  flex: 1;
}
@media (max-width: 640px) {
  .cd-header--left {
    justify-content: center;
  }
}

.cd-header--logo {
  height: 40px;
}

.cd-header--nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 900px) {
  .cd-header--nav {
    gap: 1.5rem;
  }
}
@media (max-width: 640px) {
  .cd-header--nav {
    display: none;
  }
}
.cd-header--nav > li {
  align-items: center;
}
.cd-header--nav > li.selected {
  position: relative;
}
.cd-header--nav > li.selected::after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 1px;
  width: 100%;
  bottom: 10px;
  background-color: var(--primary-bg-color);
  transition: bottom 0.3s ease;
}
.cd-header--nav > li > a {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 50px;
  color: var(--text-dark-color);
  display: flex;
  align-items: center;
}
.cd-header--nav i {
  margin-left: 12px;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  line-height: 22px;
  display: inline-block;
}
.cd-header--nav i img,
.cd-header--nav i svg {
  width: 80%;
  height: 80%;
  transform: rotate(90deg);
}

.cd-header.sticky .cd-header--nav li.selected::after {
  bottom: -1px;
}

.cd-header--language {
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.cd-header--language img,
.cd-header--language svg {
  width: 30px;
  height: 100%;
  margin-right: 0.5rem;
}
.cd-header--language i {
  margin-left: 12px;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.cd-header--language i svg {
  width: 80%;
  height: 80%;
  transform: rotate(90deg);
}

.cd-header--menu {
  display: none;
}
@media (max-width: 640px) {
  .cd-header--menu {
    display: block;
    height: 24px;
    cursor: pointer;
  }
}

.cd-header-menu--modal .cd-modal-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  max-height: 100%;
}
.cd-header-menu--modal .cd-modal-header {
  text-align: start;
}

.cd-header-products--modal {
  z-index: 1000;
}

.cd-header--actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1100px) and (min-width: 1000px) {
  .cd-header--logo {
    height: 40px;
  }
  .cd-header--nav i {
    line-height: 16px;
  }
  .cd-header--language img,
  .cd-header--language svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 640px) {
  .cd-header-menu--modal .cd-header--nav {
    display: block;
    flex-direction: column;
  }
  .cd-header-menu--modal .cd-header--nav > li i {
    font-size: 0rem;
  }
  .cd-header-menu--modal .cd-header--nav > li svg {
    transform: rotate(90deg);
  }
  .cd-header-menu--modal .cd-dropdown .cd-dropdown,
  .cd-header-menu--modal .cd-dropdown {
    position: relative;
    display: flex;
    background: transparent;
    box-shadow: none;
    list-style: none;
    top: inherit;
    left: inherit;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .cd-header-menu--modal .cd-dropdown > li > a {
    padding-left: 10px;
  }
  .cd-header-menu--modal .cd-collapse__item {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    display: block;
    margin-bottom: 0;
  }
  .cd-header-menu--modal .cd-collapse__item .cd-collapse__item__title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 50px;
    color: #183B56;
    display: flex;
    align-items: center;
  }
  .cd-header-menu--modal .cd-collapse__item .cd-collapse__item__desc {
    margin-top: 0;
  }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title::after {
    content: none;
  }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title::before {
    mask: url('data:image/svg+xml; utf8, <svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66699 1.33341L6.33366 6.00008L1.66699 10.6667" stroke="rgb%280,0,0%29" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
    mask-size: cover;
    -webkit-mask: url('data:image/svg+xml; utf8, <svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66699 1.33341L6.33366 6.00008L1.66699 10.6667" stroke="rgb%280,0,0%29" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    background-color: #000;
    content: "";
    height: 12px;
    width: 8px;
    right: 0;
    top: 20px;
  }
  html[dir=rtl] .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title::before {
    right: initial;
    left: 0;
  }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title.active::before {
    transform: rotate(90deg);
  }
  .cd-header-menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    align-items: center;
  }
  .cd-header-menu-footer > div {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

.cd-dropdown-onhover {
  position: relative;
}

.cd-dropdown-onhover:hover > .cd-dropdown, .cd-dropdown-visible.cd-dropdown {
  display: flex;
}
.cd-dropdown-onhover:hover > .cd-dropdown-h, .cd-dropdown-visible.cd-dropdown-h {
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 28rem;
}

.cd-dropdown {
  background-color: var(--bg-color);
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  position: absolute;
  top: 80%;
  left: 0;
  flex-wrap: wrap;
  width: 200px;
  padding: 10px 24px 10px 0;
  display: none;
  z-index: 20;
  list-style: none;
}
.cd-dropdown.small {
  width: inherit;
  padding: 0;
}
.cd-dropdown-h {
  width: initial;
  gap: 0.875rem;
  padding: 0.875rem;
}
html[dir=rtl] .cd-dropdown {
  left: initial;
  right: 0;
}

.cd-dropdown > li {
  width: 100%;
}

.cd-dropdown-h > li {
  flex: 0 1 48%;
}

.cd-dropdown > li > a {
  width: 100%;
  padding: 10px 7px 10px 24px;
  display: flex;
  justify-content: space-between;
  color: var(--text-dark-color);
  font-size: 0.875rem;
}

.cd-dropdown-h > li > a {
  display: block;
  flex-direction: column;
  min-width: 12rem;
  padding: 0.875rem 0.4rem 0.4rem;
  white-space: normal;
}
.cd-dropdown-h > li > a .cd-dropdown-icon {
  float: inline-start;
  margin-inline-end: 1rem;
}
.cd-dropdown-h > li > a .cd-dropdown-icon svg {
  width: 4rem;
}
.cd-dropdown-h > li > a .title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.cd-dropdown-h > li > a .description {
  display: block;
  font-size: 11px;
  text-align: start;
}

.cd-dropdown > li > a:hover {
  color: var(--primary-bg-color);
}

.cd-dropdown-h > li > a:hover {
  color: initial;
  background-color: #eee;
  border-radius: 0.3rem;
  transition: background-color 0.3s;
}

.cd-dropdown--col-2 {
  width: 480px;
}

.cd-dropdown--col-3 {
  width: 650px;
}

.cd-dropdown--col-2 > li {
  width: 50%;
}

.cd-dropdown--col-3 > li {
  width: 33.3333%;
}

.cd-dropdown .cd-dropdown {
  left: calc(100% - 25px);
  top: 0;
  bottom: inherit;
}

.cd-dropdown > .cd-dropdown-onhover > a::after,
.cd-dropdown > .cd-dropdown-onclick > a::after {
  mask: url('data:image/svg+xml; utf8, <svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66699 1.33341L6.33366 6.00008L1.66699 10.6667" stroke="rgb(0,0,0)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  content: "";
  background-color: #000;
  width: 8px;
  height: 12px;
  mask-size: cover;
  -webkit-mask: url('data:image/svg+xml; utf8, <svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66699 1.33341L6.33366 6.00008L1.66699 10.6667" stroke="rgb(0,0,0)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.cd-dropdown-onclick.active > a::after {
  transform: rotate(90deg);
}

.cd-dropdown > .cd-dropdown-onhover > a:hover::after {
  background-color: var(--primary-bg-color);
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

.cd-modal {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
}

.cd-modal.active {
  display: block;
}

.cd-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.38);
}

.cd-modal-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
  border-radius: 20px;
  padding: 36px;
  background-color: #fff;
  margin-top: 125px;
  z-index: 2;
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.cd-modal-header {
  color: #18191F;
  font-size: 2rem;
  text-align: center;
  position: sticky;
  margin-bottom: 40px;
}

.cd-modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  padding: 4px;
  cursor: pointer;
  z-index: 3;
}
html[dir=rtl] .cd-modal-close {
  right: initial;
  left: 32px;
}

.cd-modal-close svg {
  width: 18px;
}

.cd-modal-lns {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 0 30px;
}

.cd-modal-ln {
  width: calc(25% - 27px);
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}
.cd-modal-ln span {
  color: #183B56;
}
.cd-modal-ln svg {
  width: 32px;
}
.cd-modal-ln.active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

@media (max-width: 767px) {
  .cd-modal-ln {
    width: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  .cd-modal-lns {
    gap: 0;
    padding: 0;
  }
  .cd-modal-ln {
    width: 100%;
    border-top: 1px solid #DDDEDE;
    height: 70px;
    color: #979797;
    position: relative;
  }
  .cd-modal-ln.active {
    color: #000;
  }
  .cd-modal-ln.active::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="0"><path d="M9.143 16.2L20.571 5 22 6.4 9.143 19 2 12l1.429-1.4z"></path></svg>');
    width: 20px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 26px;
  }
  html[dir=rtl] .cd-modal-ln.active::after {
    right: initial;
    left: 0;
  }
}
.cd-form-wrapper {
  position: relative;
  width: 100%;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cd-loading {
  animation: rotating 2s linear infinite;
}

.cd-form-wrapper .cd-button-group {
  justify-content: center;
}

.cd-form-info,
.cd-form-info a {
  color: #D6D5D5;
  font-size: 0.875rem;
  text-align: center;
}

.cd-form-info a {
  text-decoration: underline;
  cursor: pointer;
}

.cd-droparea {
  width: 100%;
  background: #fff;
  border: 2px dashed #D4D4D4;
  margin: 30px 0;
}

.cd-droparea--url {
  position: relative;
  border: 1px solid rgba(212, 212, 212, 0.29);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-result-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.cd-result-centered .cd-form-result-keywords {
  width: 100%;
  max-width: 500px;
}
.cd-result-centered .cd-form-result-keywords .cd-grid {
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

.cd-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.cd-grid .small img {
  margin-right: 12px;
  width: 24px;
  margin-top: 8px;
}
.cd-grid .small h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

.cd-grid--sparce {
  gap: 3rem;
}

.cd-grid-item-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 23px);
}

.cd-grid-item-horizontal {
  display: flex;
  width: calc(33% - 20px);
  flex-wrap: wrap;
  align-items: flex-start;
}
.cd-grid-item-horizontal h3, .cd-grid-item-horizontal p {
  margin: 0;
}

.cd-grid-item-around {
  justify-content: space-around;
}

.cd-features .small img {
  margin-top: 0;
}
.cd-features .small h3 {
  font-size: 1.25rem;
}

.cd-grid--col4 .cd-grid-item-vertical,
.cd-grid--col4 .cd-grid-item-horizontal {
  width: calc(25% - 22.5px);
}

.cd-grid--col3 .cd-grid-item-vertical,
.cd-grid--col3 .cd-grid-item-horizontal {
  width: calc(33% - 18px);
}
.cd-grid--col3 .cd-grid-item {
  width: calc(33% - 20px);
}
@media (max-width: 900px) {
  .cd-grid--col3 .cd-grid-item {
    width: calc(50% - 15px);
  }
}

.cd-grid--col2 .cd-grid-item,
.cd-grid--col2 .cd-grid-item-vertical,
.cd-grid--col2 .cd-grid-item-horizontal,
.cd-grid--col2 .cd-grid-item-around {
  width: calc(50% - 15px);
}
.cd-grid--col2.cd-grid--sparce .cd-grid-item,
.cd-grid--col2.cd-grid--sparce .cd-grid-item-vertical,
.cd-grid--col2.cd-grid--sparce .cd-grid-item-horizontal,
.cd-grid--col2.cd-grid--sparce .cd-grid-item-around {
  width: calc(50% - 1.5rem);
}

.cd-grid--col6 {
  gap: 0;
}
.cd-grid--col6 .cd-grid-item-vertical,
.cd-grid--col6 .cd-grid-item-horizontal {
  width: 25.3333%;
}
.cd-grid--col6 .cd-grid-item-vertical img,
.cd-grid--col6 .cd-grid-item-horizontal img {
  width: 100%;
  height: 60%;
}

@media (max-width: 900px) {
  .cd-grid-item-tablet-row {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .cd-grid-item-mobile-row {
    width: 100% !important;
  }
}

.cd-grid-item-vertical p {
  text-align: center;
  line-height: 24px;
}

.cd-grid-item--subtitle {
  text-transform: uppercase;
  color: #14171D;
  font-size: 0.75rem;
}

.cd-grid-item-vertical img,
.cd-grid-item-vertical svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.cd-grid-item-vertical h3,
.cd-grid-item-vertical p {
  margin: 6px 0;
  text-align: center;
}

.cd-grid--left .cd-grid-item-vertical {
  align-items: flex-start;
}
.cd-grid--left .cd-grid-item-vertical h3,
.cd-grid--left .cd-grid-item-vertical p {
  margin: 6px 0;
  text-align: start;
}

.cd-grid-circle {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: block;
  background-color: var(--primary-bg-color);
  margin: 30px 0;
}

.cd-grid-sponsord {
  justify-content: space-between;
}

.cd-overview {
  background: #FFFFFF;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 3px 3px 16px 16px;
  border-top: 3px solid #0054FA;
  gap: 0;
}
.cd-overview .cd-grid-item-vertical {
  padding-bottom: 30px;
  border-right: 1px solid rgba(229, 234, 244, 0.5);
}
.cd-overview .cd-grid-item-vertical:last-child {
  border-right: 1px solid transparent;
}
.cd-overview.cd-grid--col4 .cd-grid-item-vertical {
  width: 25%;
}

@media (max-width: 959px) {
  .cd-grid-item-vertical {
    width: calc(50% - 15px);
  }
  .cd-grid--col6 .cd-grid-item-vertical,
  .cd-grid--col6 .cd-grid-item-horizontal {
    width: 33.3333%;
  }
  .cd-grid--col3 .cd-grid-item-vertical,
  .cd-grid--col3 .cd-grid-item-horizontal {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .cd-grid-item-vertical {
    width: 100%;
  }
  .cd-grid--col6 .cd-grid-item-vertical,
  .cd-grid--col6 .cd-grid-item-horizontal {
    width: 50%;
  }
  .cd-grid-item-horizontal h3 {
    font-size: 30px;
  }
  .cd-overview {
    background: #FFFFFF;
  }
  .cd-overview .cd-grid-item-vertical {
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid rgba(229, 234, 244, 0.5);
  }
  .cd-overview .cd-grid-item-vertical:last-child {
    border-bottom: 1px solid transparent;
  }
  .cd-overview.cd-grid--col4 .cd-grid-item-vertical {
    width: 100%;
  }
}
.cd-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  border-radius: 0.375rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.cd-button:disabled {
  cursor: default;
}

.cd-button--primary {
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
}

.cd-button--primary:disabled {
  background-color: var(--disabled-bg-color);
  color: var(--primary-text-color);
}

.cd-button--primary:hover:not(:disabled) {
  background-color: var(--primary-hover-bg-color);
}

.cd-button--primary:active:not(:disabled) {
  background-color: var(--primary-active-bg-color);
  color: var(--primary-active-text-color);
}

.cd-button--success {
  background-color: var(--success-bg-color);
  color: var(--success-text-color);
}

.cd-button--success:hover {
  background-color: var(--success-hover-bg-color);
  color: var(--success-hover-text-color);
}

.cd-button--success:active {
  background-color: var(--success-active-bg-color);
  color: var(--success-active-text-color);
}

.cd-button--secondary {
  background-color: var(--secondary-bg-color);
  color: var(--secondary-text-color);
}

.cd-button--secondary:hover {
  background-color: var(--secondary-hover-bg-color);
  color: var(--secondary-hover-text-color);
}

.cd-button--secondary:active {
  background-color: var(--secondary-active-bg-color);
  color: var(--secondary-active-text-color);
}

.cd-button--warning {
  background-color: var(--warning-color);
  color: var(--primary-text-color);
}

.cd-button--warning:hover {
  background-color: var(--warning-hover-color);
  color: var(--primary-hover-text-color);
}

.cd-button--warning:active {
  background-color: var(--warning-active-color);
  color: var(--primary-active-text-color);
}

.cd-button--center {
  margin: 32px auto;
  display: block;
}

.cd-button-a-center {
  display: flex;
  justify-content: center;
  margin: 65px auto;
}

.cd-button-margin {
  margin-top: 32px;
}

.cd-button-browse {
  background-color: var(--browse-bg-color);
  color: var(--browse-text-color);
  height: 18px;
}

.cd-input {
  background: #FFFFFF;
  border: 1px solid rgba(214, 213, 213, 0.32);
  box-sizing: border-box;
  border-radius: 8px;
  height: 42px;
  width: 100%;
  padding: 0 1rem;
  font-size: 16px;
}

.cd-input-borderless {
  border: none;
  outline: none;
  text-align: center;
}

.cd-input-short {
  margin-top: 10px;
  width: 95px;
  border: 1.74671px solid rgba(212, 212, 212, 0.29);
  border-radius: 0px;
  color: black;
  font-weight: 700;
}

.cd-loader {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.cd-spinner,
.cd-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.cd-spinner {
  margin: 10px auto 10px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 136, 255, 0.2);
  border-right: 1.1em solid rgba(0, 136, 255, 0.2);
  border-bottom: 1.1em solid rgba(0, 136, 255, 0.2);
  border-left: 1.1em solid #0054FA;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
textarea.result {
  background-color: rgba(227, 242, 253, 0.5);
}

.cd-textarea {
  background: #FFFFFF;
  border: 1.7px solid rgba(212, 212, 212, 0.29);
  box-sizing: border-box;
  height: 200px;
  width: 100%;
  padding: 0 1rem;
  resize: none;
  padding: 20px;
}

.cd-textarea:focus {
  outline: none;
}

.cd-textarea::-webkit-scrollbar {
  width: 4px;
  margin-right: 10px;
}

.cd-textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #F2F2F2;
}

.cd-textarea::-webkit-scrollbar-thumb {
  background-color: #0054FA;
  height: 24px;
}

.cd-textarea-borderless {
  border: none;
  outline: none;
  text-align: center;
}

html, body, header, footer, section, div, span, a, ul, ol, li, i, b, input, textarea, button, aside, img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  margin: 0;
}

html {
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  position: relative;
  background-color: #fff;
  --dark-blue: #283E9E;
  --gray: #F4F4F4;
  --bg-color: #fdfcff;
  --primary-rgb-color: 114, 161, 255;
  --icon-bg-color: rgba(21, 101, 216, .06);
  --icon-bg-hover-color: rgba(21, 101, 216, .15);
  --logo-icon-color: #903cbe;
  --disabled-bg-color: #aaa;
  --primary-bg-color: #4d5ea9;
  --primary-hover-bg-color: #717fc3;
  --primary-active-bg-color: #5c6cb5;
  --primary-text-color: #fff;
  --primary-hover-text-color: #FAE9E0;
  --primary-active-text-color: #FAE9E0;
  --link-color: #0054FA;
  --secondary-bg-color: #D2E1FF;
  --secondary-hover-bg-color: #B4CDFF;
  --secondary-active-bg-color: #9BBCFF;
  --secondary-text-color: #1C64CF;
  --secondary-hover-text-color: #0E5ACA;
  --secondary-active-text-color: #0A49A7;
  --success-bg-color: #0DC268;
  --success-hover-bg-color: #39CF83;
  --success-active-bg-color: #27C675;
  --success-text-color: #fff;
  --success-hover-text-color: #fff;
  --success-active-text-color: #fff;
  --browse-bg-color: rgba(179,204,254,0.35);
  --browse-text-color: #0054FA;
  --warning-color: #E85A16;
  --warning-hover-color: #f27f4a;
  --warning-active-color: #E85A16;
  --seo-checker-success-primary-color: #28c76f;
  --seo-checker-warn-primary-color: #ff9f43;
  --seo-checker-error-primary-color: #ea5455;
  --seo-checker-success-bg-color: rgba(40, 199, 111, 0.12);
  --seo-checker-warn-bg-color: rgba(255, 159, 67, 0.12);
  --seo-checker-error-bg-color: rgba(234, 84, 85, 0.12);
  --container-padding: 5vw;
  --transition: .1s ease-in-out;
  --text-color: #27262e;
  --text-light-color: #545d67;
  --text-dark-color: #010101;
  --section-title-color: #183b56;
  --section-subtitle-color: #5a7184;
}

a {
  text-decoration: none;
  color: var(--link-color);
}

@media (max-width: 640px) {
  a {
    color: #0147a9;
  }
}
.cd-container {
  width: 100%;
  flex-direction: row;
  padding: 0 var(--container-padding);
}

.cd-container-pr {
  padding-right: var(--container-padding);
}

.cd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cd-section.cd-section-radius-top-left {
  background-color: #FAFCFF;
  border-top-left-radius: 300px;
}
.cd-section.cd-section-radius-top {
  background-color: #FAFCFF;
  margin: 100px 0;
  position: relative;
}
.cd-section.cd-section-radius-top ::before, .cd-section.cd-section-radius-top ::after {
  content: "";
  width: 100%;
  position: absolute;
  top: -100px;
  height: 200px;
  border-radius: 100%;
  background-color: #FAFCFF;
  left: 0;
  z-index: -1;
}
.cd-section.cd-section-radius-top ::after {
  top: inherit;
  bottom: -100px;
}

.__cd_section_base, .cd-section-subtitle, .cd-section-title, .cd-section-name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
}

.cd-section-name {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #4d5ea9;
  padding: 0.375rem 0.625rem;
  background-color: #e5eaf1;
  border-radius: 0.875rem;
}
.cd-section-name a:focus-visible {
  outline: none;
}

.cd-section-title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 3rem;
  letter-spacing: 0.0125rem;
  color: #183b56;
  margin: 1rem 0;
}

.cd-section-subtitle {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #5a7184;
  margin: 0 0 4rem;
}

.cd-section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
}
.cd-section-header h2,
.cd-section-header p,
.cd-section-header span {
  margin: 0;
}
.cd-section-header.cd-section-header--centered {
  align-items: center;
}
.cd-section-header.cd-section-header--centered h2,
.cd-section-header.cd-section-header--centered p,
.cd-section-header.cd-section-header--centered span {
  text-align: center;
}

.cd-margin-top-200 {
  margin-top: 200px;
}

@media (max-width: 959px) {
  html {
    font-size: 12px;
  }
  .cd-section.cd-section-radius-top-left {
    background-color: #fff;
  }
  .cd-section.cd-section-radius-top {
    background-color: #FAFCFF;
    margin: 100px 0;
    position: relative;
  }
  .cd-section.cd-section-radius-top ::before, .cd-section.cd-section-radius-top ::after {
    content: "";
    width: 100%;
    position: absolute;
    top: -50px;
    height: 100px;
    border-radius: 100%;
    background-color: #FAFCFF;
    left: 0;
    z-index: -1;
  }
  .cd-section.cd-section-radius-top ::after {
    top: inherit;
    bottom: -50px;
  }
}
@media (max-width: 599px) {
  .cd-container {
    padding: 0 20px;
  }
}
.cd-input:valid {
  background-color: white;
}

.cd-input:invalid {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--warning-active-color);
}

html[dir=rtl] h3,
html[dir=rtl] p, .dir-rtl h3,
.dir-rtl p {
  text-align: right;
}
html[dir=rtl] .cd-expert-mode-brokenlinks-link, .dir-rtl .cd-expert-mode-brokenlinks-link {
  text-align: left;
}
html[dir=rtl] .cd-keywords-extractor-setting, .dir-rtl .cd-keywords-extractor-setting {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
html[dir=rtl] .cd-radio-group-solid,
html[dir=rtl] .cd-prod-info-group, .dir-rtl .cd-radio-group-solid,
.dir-rtl .cd-prod-info-group {
  flex-direction: row-reverse;
}
html[dir=rtl] .cd-process-loading-download-link a, .dir-rtl .cd-process-loading-download-link a {
  margin-left: 0px;
  margin-right: 12px;
}
html[dir=rtl] .cd-process-loading-info p, .dir-rtl .cd-process-loading-info p {
  text-align: center;
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

/*
@font-face{
    font-family:Gilroy;
    font-style:normal;
    font-weight:300;
    src:url(/assets/fonts/gilroy/gilroy-light.woff2) format("woff2"),url(/assets/fonts/gilroy/gilroy-light.woff) format("woff");
    font-display:swap
}
@font-face{
    font-family:Gilroy;
    font-style:normal;
    font-weight:800;
    src:url(/assets/fonts/gilroy/gilroy-extrabold.woff2) format("woff2"),url(/assets/fonts/gilroy/gilroy-extrabold.woff) format("woff");
    font-display:swap
}
*/
body {
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--text-color);
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.invisible-inactive {
  visibility: hidden;
  pointer-events: none;
}

.no-width {
  width: initial !important;
}

.pending-feature {
  opacity: 0.3 !important;
}

.main-section {
  min-height: 70vh;
}

.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.force-select {
  -webkit-user-select: all; /* Chrome 49+ */
  -moz-user-select: all; /* Firefox 43+ */
  -ms-user-select: all; /* No support yet */
  user-select: all; /* Likely future */
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 901px) {
  .hide-in-desktop {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .hide-in-tablet {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .hide-in-mobile {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hide-in-small-mobile {
    display: none !important;
  }
}
.fs-container.fs-tablet .fs-close-btn {
  display: none;
}
@media (max-width: 900px) {
  .fs-container.fs-tablet {
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 16px;
    display: flex;
    transition: transform 0.3s ease;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    transform: translateX(-100%);
  }
  .fs-container.fs-tablet.fs-open {
    transform: none;
  }
  .fs-container.fs-tablet .fs-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    background-color: var(--icon-bg-color);
    border-radius: 6px;
    cursor: pointer;
  }
  .fs-container.fs-tablet .fs-close-btn:hover {
    background-color: var(--icon-bg-hover-color);
  }
  html[dir=rtl] .fs-container.fs-tablet .fs-close-btn {
    right: initial;
    left: 16px;
    transform: scale(-1, 1);
  }
  html[dir=rtl] .fs-container.fs-tablet {
    left: initial;
    right: 0;
    transform: translateX(100%);
  }
  html[dir=rtl] .fs-container.fs-tablet.fs-open {
    transform: none;
  }
}

.tooltip-container {
  text-align: left;
  z-index: 1001;
  position: fixed;
  padding: 0.5rem 0.7rem;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: initial;
  color: white;
  width: auto;
  max-width: 15rem;
  background: rgba(17, 17, 17, 0.9333333333);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.tooltip-container-top {
  transform: translate(-50%, -80%);
  animation: tooltip-slide-up 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
}
.tooltip-container-top::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(17, 17, 17, 0.9333333333);
  position: absolute;
  left: calc(50% - 5px);
  bottom: -4px;
}
.tooltip-container-top-left {
  transform: translate(-100%, -80%);
  animation: tooltip-slide-up-left 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  border-bottom-right-radius: 0;
}
.tooltip-container-top-left::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-top: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-bottom: 2px solid transparent;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.tooltip-container-top-right {
  transform: translate(0%, -80%);
  animation: tooltip-slide-up-right 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  border-bottom-left-radius: 0;
}
.tooltip-container-top-right::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 2px solid transparent;
  border-left: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-top: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.tooltip-container-bottom {
  transform: translate(-50%, 10%);
  animation: tooltip-slide-down 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
}
.tooltip-container-bottom::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(17, 17, 17, 0.9333333333);
  position: absolute;
  left: calc(50% - 5px);
  top: -4px;
}
.tooltip-container-bottom-left {
  transform: translate(-100%, 10%);
  animation: tooltip-slide-down-left 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  border-top-right-radius: 0;
}
.tooltip-container-bottom-left::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-bottom: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-top: 2px solid transparent;
  position: absolute;
  right: 0;
  top: -4px;
}
.tooltip-container-bottom-right {
  transform: translate(0%, 10%);
  animation: tooltip-slide-down-right 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  border-top-left-radius: 0;
}
.tooltip-container-bottom-right::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 2px solid transparent;
  border-left: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-bottom: 2px solid rgba(17, 17, 17, 0.9333333333);
  border-top: 2px solid transparent;
  position: absolute;
  left: 0;
  top: -4px;
}
.tooltip-container-left {
  transform: translate(-100%, -50%);
  animation: tooltip-slide-left 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
}
.tooltip-container-right {
  transform: translate(0, -50%);
  animation: tooltip-slide-right 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
}

@keyframes tooltip-slide-down {
  0% {
    opacity: 0;
    transform: translate(-50%, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 30%);
  }
}
@keyframes tooltip-slide-up {
  0% {
    opacity: 0;
    transform: translate(-50%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -100%);
  }
}
@keyframes tooltip-slide-down-left {
  0% {
    opacity: 0;
    transform: translate(-100%, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(-100%, 30%);
  }
}
@keyframes tooltip-slide-down-right {
  0% {
    opacity: 0;
    transform: translate(0%, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 30%);
  }
}
@keyframes tooltip-slide-up-left {
  0% {
    opacity: 0;
    transform: translate(-100%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(-100%, -100%);
  }
}
@keyframes tooltip-slide-up-right {
  0% {
    opacity: 0;
    transform: translate(0%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -100%);
  }
}
@keyframes tooltip-slide-left {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-100% - 10px), -50%);
  }
}
@keyframes tooltip-slide-right {
  0% {
    opacity: 0;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(10px, -50%);
  }
}
body.a-modal-open {
  /* body overflow is hidden to hide main scrollbar when modal window is open */
}

.a-modal-dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.a-modal-dialog.open {
  display: flex;
}
.a-modal-dialog .a-dialog-panel {
  overflow-y: auto;
  max-height: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px #868e96;
  border-radius: 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.a-modal-dialog .a-dialog-panel .a-modal-header {
  padding: 20px 16px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.a-modal-dialog .a-dialog-panel .a-modal-title {
  flex: 1;
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  color: #485056;
  margin: 0;
}
.a-modal-dialog .a-dialog-panel .a-modal-close-btn {
  flex: 0;
  transition: background-color 0.25s ease;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.a-modal-dialog .a-dialog-panel .a-modal-close-btn:hover {
  background: #e7edf3;
}
.a-modal-dialog .a-dialog-panel .a-modal-close-btn svg {
  width: 22px;
  height: 22px;
  color: #868e96;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer {
  padding: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  box-shadow: inset 0 1px 0 #cfd4da;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer-btn {
  transition: background-color 0.25s ease;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 0 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer-btn:enabled {
  cursor: pointer;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer-btn:enabled:hover {
  background-color: #ccc;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer-btn.primary {
  background-color: #3183c8;
  color: #f8f9fa;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer-btn.primary:disabled {
  opacity: 0.5;
}
.a-modal-dialog .a-dialog-panel .a-modal-footer-btn.primary:enabled:hover {
  background-color: #1a4971;
}
.a-modal-dialog .a-dialog-panel .a-modal-body-msg {
  margin: 0;
  padding: 0 16px 16px;
}
.a-modal-dialog .a-dialog-panel .a-modal-body-msg-top-margin {
  margin-top: 1rem;
}

@media (max-width: 640px) {
  .a-modal-dialog {
    align-items: flex-end;
  }
  .a-modal-dialog .a-dialog-panel {
    width: 100%;
  }
  .a-modal-dialog .a-dialog-panel .a-modal-header, .a-modal-dialog .a-dialog-panel .a-modal-footer {
    flex: 0;
  }
  .a-modal-dialog .a-dialog-panel .a-modal-body {
    flex: 1;
  }
}
.header.app-logo {
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--text-color);
}
.header.app-logo-container {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transform: translateY(-0.1rem);
  color: var(--primary-bg-color);
}
.header.app-logo-container svg {
  width: 24px;
  height: 24px;
}

.disabled-link {
  pointer-events: none;
}

.action-btn {
  display: flex;
  cursor: pointer;
}

.profile-btn {
  color: var(--bg-color);
  background-color: #666;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-btn svg {
  width: 16px;
  height: 16px;
}
.profile-btn ::ng-deep svg {
  width: 16px;
  height: 16px;
}

.cd-lang {
  font-weight: 500;
  font-size: 14px;
  color: #191a15;
  gap: 8px;
  align-items: center;
}
.cd-lang span {
  margin-bottom: 2px;
}
.cd-lang svg {
  width: 16px;
  height: 16px;
}
.cd-lang ::ng-deep svg {
  width: 16px;
  height: 16px;
}

.with-chevron .top-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 50px;
}
.with-chevron .username {
  font-size: 14px;
  color: var(--text-dark-color);
  font-weight: 400;
  line-height: 20px;
}
.with-chevron svg {
  width: 16px;
  height: 16px;
}

.top-btn {
  font-size: 14px;
  line-height: 50px;
  color: var(--text-dark-color);
  font-weight: 400;
}
.top-btn svg {
  color: var(--text-dark-color);
  width: 16px;
  height: 16px;
}
.top-btn ::ng-deep svg {
  color: var(--text-dark-color);
  width: 16px;
  height: 16px;
}

.nowrap {
  white-space: nowrap;
}

.menu-line-item {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 1rem;
}
.menu-line-item .menu-icon {
  color: var(--text-color);
}
.menu-line-item .menu-icon svg {
  width: 20px;
  height: 20px;
}
.menu-line-item .menu-icon ::ng-deep svg {
  width: 20px;
  height: 20px;
}
.menu-line-item:hover .menu-icon {
  color: var(--primary-bg-color);
}

.register-btn {
  border: 1px solid #666;
  border-radius: 9px;
  line-height: 30px;
  padding: 0 6px;
  transition: background-color 0.2s ease-out;
}
.register-btn:hover {
  background-color: #ddd;
}

.v-list {
  display: flex;
  flex-direction: column;
}
.v-list-container {
  display: flex;
  justify-content: center;
}
.v-list .menu-line-item {
  font-size: 20px;
  color: var(--text-color);
  padding: 20px;
  transition: color 0.2s ease-out;
  border-top: 1px solid var(--disabled-bg-color);
}
.v-list .menu-line-item:hover {
  color: var(--primary-bg-color);
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

:host,
.footer-section {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fefdff;
  font-size: 14px;
  margin-top: 100px;
}
:host .footer-left,
.footer-section .footer-left {
  float: inline-start;
}
@media (max-width: 640px) {
  :host .footer-left,
  .footer-section .footer-left {
    float: none;
  }
}
:host .footer-right,
.footer-section .footer-right {
  float: inline-end;
}
@media (max-width: 640px) {
  :host .footer-right,
  .footer-section .footer-right {
    float: none;
  }
}
:host .main-footer,
.footer-section .main-footer {
  background-color: #fff;
}
:host .prefooter-links,
.footer-section .prefooter-links {
  border-top: 1px solid #dfdcee;
  border-bottom: 1px solid #dfdcee;
}
:host .prefooter-links .lists,
.footer-section .prefooter-links .lists {
  padding: 5px 10px;
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
}
:host .prefooter-links .lists ul li a,
.footer-section .prefooter-links .lists ul li a {
  color: var(--text-color);
  font-size: 14px;
  line-height: 30px;
}
:host .prefooter-links .lists ul li a:hover,
.footer-section .prefooter-links .lists ul li a:hover {
  text-decoration: underline;
}
:host .prefooter-links .lists ul li.list-header a,
.footer-section .prefooter-links .lists ul li.list-header a {
  line-height: 40px;
  font-weight: bold;
}
:host .prefooter-links .accordion > .toggle,
.footer-section .prefooter-links .accordion > .toggle {
  display: block;
  border: none;
  background: none;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}
:host .prefooter-links .accordion > .toggle:not(:first-of-type),
.footer-section .prefooter-links .accordion > .toggle:not(:first-of-type) {
  border-top: 1px solid #dfdcee;
}
:host .prefooter-links .accordion > .toggle .icon,
.footer-section .prefooter-links .accordion > .toggle .icon {
  width: 22px;
  height: 22px;
  pointer-events: none;
  float: inline-end;
  font-weight: bolder;
  color: var(--text-color);
  transition: transform 0.2s ease-out;
}
:host .prefooter-links .accordion > .toggle.expanded .icon,
.footer-section .prefooter-links .accordion > .toggle.expanded .icon {
  transform: rotate(90deg);
}
:host .prefooter-links .accordion > .collapse,
.footer-section .prefooter-links .accordion > .collapse {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
:host .prefooter-links .accordion > .collapse.collapsed,
.footer-section .prefooter-links .accordion > .collapse.collapsed {
  max-height: 0;
}
:host .prefooter-links .accordion > .collapse ul,
.footer-section .prefooter-links .accordion > .collapse ul {
  padding-bottom: 10px;
}
:host .prefooter-links .accordion > .collapse a,
.footer-section .prefooter-links .accordion > .collapse a {
  color: var(--text-color);
  font-size: 16px;
  line-height: 44px;
}
:host .prefooter-links .accordion > .collapse a:hover,
.footer-section .prefooter-links .accordion > .collapse a:hover {
  text-decoration: underline;
}
:host .social,
.footer-section .social {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  padding-top: 42px;
}
:host .social svg,
.footer-section .social svg {
  width: 16px;
  margin-left: 14px;
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s;
}
:host .social svg:hover,
.footer-section .social svg:hover {
  color: rgba(255, 255, 255, 0.9);
}
:host .links,
.footer-section .links {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 41px;
}
@media (max-width: 900px) {
  :host .links,
  .footer-section .links {
    font-size: 10px;
    gap: 20px;
  }
}
:host .links li a,
.footer-section .links li a {
  text-decoration: underline;
  color: var(--text-dark-color);
  transition: all 0.2s;
  line-height: 30px;
}
:host .links li a:hover,
.footer-section .links li a:hover {
  color: #0055bb;
}
:host .terms,
.footer-section .terms {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 30px;
  color: #5a7184;
  margin-bottom: 0.3rem;
}
@media (max-width: 640px) {
  :host .terms,
  .footer-section .terms {
    flex-direction: column;
  }
  :host .terms ul li:after,
  .footer-section .terms ul li:after {
    display: none;
  }
}
:host .terms ul,
.footer-section .terms ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
:host .terms ul li,
.footer-section .terms ul li {
  margin-right: 7px;
  color: var(--text-dark-color);
}
:host .terms ul li a,
.footer-section .terms ul li a {
  text-decoration: none;
  color: var(--text-dark-color);
  transition: all 0.2s;
}
:host .terms ul li a:hover,
.footer-section .terms ul li a:hover {
  color: #0055bb;
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

/* cd-breadcrumb */
.cd-breadcrumb {
  margin: 0;
  padding: 25px 0;
  display: flex;
  list-style: none;
}
.cd-breadcrumb ol,
.cd-breadcrumb ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.cd-breadcrumb li {
  position: relative;
  margin-inline-start: 20px;
}
.cd-breadcrumb li:first-child {
  margin-inline-start: 0;
}
.cd-breadcrumb li:first-child::before {
  display: none;
}
.cd-breadcrumb li::before {
  content: "/";
  color: #000;
  position: absolute;
  left: -13px;
  line-height: 22px;
  font-size: 0.875rem;
}
html[dir=rtl] .cd-breadcrumb li::before {
  right: -13px;
  left: initial;
}
.cd-breadcrumb li:last-child span {
  color: #000;
}
.cd-breadcrumb a {
  min-inline-size: 0;
}
.cd-breadcrumb span {
  color: #5161c1;
  font-size: 0.875rem;
}

/* End cd-breadcrumb */
@media (max-width: 599px) {
  .cd-breadcrumb li::before,
  .cd-breadcrumb span {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

button.goto-top {
  position: fixed;
  inset-inline-end: 60px;
  bottom: 100px;
  border: none;
  outline: none;
  background: var(--primary-bg-color);
  width: 48px;
  height: 48px;
  color: var(--primary-text-color);
  border-radius: 100%;
  cursor: pointer;
  transition: opacity 0.7s ease, background 0.2s ease, color 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
button.goto-top.visible {
  opacity: 1;
  pointer-events: all;
}
button.goto-top:hover {
  background: var(--primary-hover-bg-color);
  color: var(--primary-hover-text-color);
}
button.goto-top:active {
  background: var(--primary-active-bg-color);
  color: var(--primary-active-text-color);
}
button.goto-top svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 900px) {
  button.goto-top {
    inset-inline-end: 45px;
    bottom: 80px;
  }
}
@media (max-width: 640px) {
  button.goto-top {
    inset-inline-end: 30px;
    bottom: 70px;
  }
}

img.lazy-load {
  filter: blur(8px);
}

.disable-section {
  display: none;
}

.no-events {
  pointer-events: none;
}
