﻿.cd-header {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.cd-header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.cd-header--nav {
  /*	position: absolute;
  	left: 40%;
  	transform: translateX(-50%);
  */
  display: flex;
  gap: 40px;
}
.cd-header--nav > li {
  align-items: center;
}
.cd-header--nav > li > a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 50px;
  color: var(--header-text-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--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;
}

.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: left;
}

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

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

/*@media (max-width: 1299.98px) {
	.cd-header--nav {
		left: 35%;
		transform: translateX(-35%);
	}
}
*/
@media (max-width: 1100px) and (min-width: 1000px) {
  .cd-header--logo {
    height: 40px;
  }
  .cd-header--nav {
    gap: 20px;
  }
  .cd-header--nav i {
    line-height: 16px;
  }
  .cd-header--language img,
  .cd-header--language svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1000px) {
  .cd-header--nav,
  .cd-header--actions {
    display: none;
  }
  .cd-header-menu--modal .cd-header--nav {
    position: inherit;
    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;
  }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title.active::before {
    transform: rotate(90deg);
  }
  .cd-header--menu {
    display: flex;
    align-items: center;
    gap: 20px;
    /*display: block;
    height: 24px;
    cursor: pointer;*/
  }
  .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;
  }
}
.cd-dropdown-onhover {
  position: relative;
}

.cd-dropdown-onhover:hover > .cd-dropdown {
  display: flex;
}

.cd-dropdown {
  background-color: #fff;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  position: absolute;
  top: 80%;
  left: 0;
  flex-wrap: wrap;
  width: 240px;
  padding: 13px 30px 13px 0;
  display: none;
  z-index: 20;
  list-style: none;
}
.cd-dropdown.small {
  width: inherit;
  padding: 0;
}

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

.cd-dropdown > li > a {
  width: 100%;
  padding: 13px 10px 13px 30px;
  display: flex;
  justify-content: space-between;
  color: var(--header-text-color);
}

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

.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);
}

.links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.links li {
  margin-right: 15px;
}
.links li:not(:first-child)::before {
  content: "|";
  margin-right: 15px;
}
.links a {
  font-size: 14px;
  color: #111111;
}
.links a:visited {
  color: #111111;
}
.links a:hover {
  color: var(--primary-hover-bg-color);
}

.terms {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #575757;
  margin-bottom: 10px;
}

@media (max-width: 499px) {
  .links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .links li {
    margin: 10px;
  }
  .links li:not(:first-child)::before {
    content: "";
    margin-right: 0px;
  }
}
.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-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--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-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%;
}

.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: left;
}

.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%;
  }
}
@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: 10px 28px;
  height: 41px;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.cd-button__fixed-width {
  height: auto;
  max-width: 200px;
}

.copy-to-clipboard {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.copy-to-clipboard button {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E85A16;
  border: none;
  border-bottom: 1px solid #E85A16;
  background-color: white;
  margin-left: 10px;
  cursor: pointer;
}

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

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

.cd-button--primary:active {
  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-buttons-section {
  display: flex;
  align-items: center;
  margin: 40px 0px;
}

.cd-button-section {
  flex: 0 0 50%;
  text-align: center;
}

.disabled {
  cursor: default;
  background-color: var(--warning-hover-color);
  color: var(--primary-hover-text-color);
}

.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: 5;
  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;
}

.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;
}

@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;
  }
}
.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;
}

/*@import 'theme-light.scss';
@import 'theme-dark.scss';
@import 'utils.scss';
@import 'variables.scss';
*/
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: "Open Sans", sans-serif;
  font-size: 16px;
  position: relative;
  --primary-rgb-color: 114, 161, 255;
  --primary-bg-color: #0054FA;
  --primary-hover-bg-color: #578BF2;
  --primary-active-bg-color: #4E7DDC;
  --primary-text-color: #fff;
  --primary-hover-text-color: #FAE9E0;
  --primary-active-text-color: #FAE9E0;
  --secondary-bg-color: #72A1FF26;
  --secondary-hover-bg-color: #578BF2;
  --secondary-active-bg-color: #4E7DDC;
  --secondary-text-color: #72A1FF;
  --secondary-hover-text-color: #fff;
  --secondary-active-text-color: #fff;
  --success-bg-color: #0DC268;
  --success-hover-bg-color: #0DC268;
  --success-active-bg-color: #0DC268;
  --success-text-color: #15CA12;
  --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: #C84C13;
  --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: 12vw;
  --transition: .1s ease-in-out;
  --text-color: #2B2B2B;
  --header-text-color: #183B56;
}

a {
  text-decoration: none;
}

.cd-container {
  width: 100%;
  display: block;
  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-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;
}

.hidden {
  display: none !important;
}

@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;
  }
}
