﻿@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-only {
    display: initial;
  }
}

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;
  }
}
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h2 {
  text-align: center;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
}

ul {
  color: rgba(17, 17, 17, 0.6980392157);
  list-style-type: revert;
  padding-inline-start: 20px;
}

.cd-display-h1 {
  text-align: left;
  font-size: 2.8125rem;
}

.cd-display-1 {
  font-size: 2.8125rem;
  margin: 12px 0px;
}

.cd-display-1--icon {
  height: 2.8125rem;
  font-size: 2.8125rem;
  margin-right: 1rem;
}

.cd-display-1--icon img,
.cd-display-1--icon svg {
  height: 100%;
}

.cd-display-2 {
  font-size: 2.625rem;
}

p,
.cd-p-secondary {
  color: rgba(17, 17, 17, 0.6980392157);
}

h2.cd-p {
  font-weight: 400;
}

h3.cd-p {
  font-weight: 400;
}

.cd-p {
  font-size: 1rem;
  line-height: 28px;
}

.cd-em {
  line-height: 14px;
}

.cd-p-lg {
  font-size: 1.125rem;
  line-height: 28px;
}

.cd-seaction-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  color: #14171D;
}

.cd-seaction-subtitle + h2 {
  margin-top: 16px;
}

.cd-link {
  color: #E85A16;
}

/* cd-breadcrumb */
.cd-breadcrumb {
  margin: 0;
  padding: 25px 0;
  display: flex;
  list-style: none;
}

.cd-breadcrumb li {
  position: relative;
  margin-left: 20px;
}

.cd-breadcrumb ul {
  display: flex;
}

.cd-breadcrumb a {
  min-inline-size: 0;
}

.cd-breadcrumb li:first-child {
  margin-left: 0;
}

.cd-breadcrumb li:first-child::before {
  display: none;
}

.cd-breadcrumb li::before {
  content: "/";
  color: #575757;
  position: absolute;
  left: -13px;
  line-height: 22px;
  font-size: 0.875rem;
}

.cd-breadcrumb span {
  color: #575757;
  font-size: 0.875rem;
}

.cd-breadcrumb li:last-child span {
  color: #000;
}

html[dir=rtl] .cd-breadcrumb li {
  margin-left: 0;
  margin-right: 20px;
}

html[dir=rtl] .cd-breadcrumb li:first-child {
  margin-right: 0;
}

html[dir=rtl] .cd-breadcrumb li::before {
  right: -13px;
  left: inherit;
}

/* End cd-breadcrumb */
@media (max-width: 599px) {
  .cd-breadcrumb li::before,
  .cd-breadcrumb span {
    font-size: 10px;
  }
}
.cd-prompt {
  display: none;
  text-align: center;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 450px;
  background: white;
  border-radius: 6px;
  padding: 0px 20px;
  color: rgba(17, 17, 17, 0.6980392157);
  box-shadow: 0 5px 12px #ccc;
  pointer-events: none;
}

@media (max-width: 599px) {
  .cd-prompt {
    width: 270px;
  }
}
.cd-droparea:hover + .cd-prompt {
  display: block;
  -webkit-animation: fadeInFromNone 0.34s linear;
  -moz-animation: fadeInFromNone 0.34s linear;
  -o-animation: fadeInFromNone 0.34s linear;
  animation: fadeInFromNone 0.34s linear;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
:host {
  display: block;
  margin-bottom: 14px;
}

strong {
  color: black;
  margin: 10px 10px 10px 0px;
}

nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav a {
  display: flex;
  flex-direction: column;
  padding: 14px;
  margin: 7px;
  width: 20%;
  border: solid 1px #E5EAF4;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  nav a {
    width: 100%;
  }
}
nav a:hover {
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 32px rgba(18, 17, 36, 0.2);
}
nav a em {
  font-style: normal;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.6980392157);
}

.hidden {
  display: none !important;
}

.errorBlock {
  font-size: 16px;
  display: flex !important;
  justify-content: center;
  color: var(--warning-color);
}

.article-block {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
}

.article-block p {
  line-height: 1.5rem;
}

.article-block:not(:first-of-type) {
  margin-top: 1rem;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: initial;
}
