@charset "UTF-8";
@font-face {
  font-family: "Spartan";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Spartan-Regular.woff2") format("woff2"), url("../fonts/Spartan-Regular.woff") format("woff");
}
@font-face {
  font-family: "Spartan";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Spartan-Medium.woff2") format("woff2"), url("../fonts/Spartan-Medium.woff") format("woff");
}
@font-face {
  font-family: "Spartan";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Spartan-SemiBold.woff2") format("woff2"), url("../fonts/Spartan-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Spartan";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Spartan-Bold.woff2") format("woff2"), url("../fonts/Spartan-Bold.woff") format("woff");
}
@font-face {
  font-family: "DMSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "DMSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "DMSans";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
}

@font-face {
	font-family: 'bootstrap-icons';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url("../libs/bootstrap-icons.woff2") format("woff2"), url("../libs/bootstrap-icons.woff") format("woff");
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  padding: 0;
  margin: 0;
  width: auto;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-upper {
  text-transform: uppercase;
}

.t-lower {
  text-transform: lowercase;
}

.t-last > :last-child {
  margin-bottom: 0 !important;
}

.d-none {
  display: none;
}

b, 
strong{
  font-weight: 600;
}

code, 
pre{
  border-width: 1px;
  border-style: solid;
  border-color: #F0F0F0;
  background-color: #FAFAFA;
  color: #ef4444;
  border-radius: 0;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

button,
a {
  outline: none !important;
}

a {
  text-decoration: underline;
  color: #3F8DBF;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
a:hover {
  text-decoration: none;
  color: #093F68;
}

p {
  margin-bottom: 1.5rem;
}

blockquote{
  border-left-width: 2px;
  border-style: solid;
  border-color: #3F8DBF;
  padding: 0 0 0 1.5rem;
  margin-bottom: 1.5rem;
}
blockquote cite{
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
blockquote p {
  margin-bottom: 1rem;
}

fieldset{
  border-width: 2px;
  border-style: solid;
  border-color: #3F8DBF;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
fieldset legend{
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
fieldset > :last-child {
  margin-bottom: 0;
}

img.lazyload {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.8;
}
img.lazyloaded {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: filter, opacity;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  opacity: 1;
}

.feedback-wrapper,
.feedback-wrapper-container {
	width: 100% !important;
	overflow: auto !important;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive.img-width {
  width: 100%;
}
.img-object {
  -o-object-fit: cover;
     object-fit: cover;
}
.img-full {
  width: 100%;
  height: 100%;
}

figure {
  margin-bottom: 1.5rem;
}
figure.alignleft {
  width: 50%;
  float: left;
  margin-right: 1.5rem;
}
figure.alignright {
  width: 50%;
  float: right;
  margin-left: 1.5rem;
}
figure img {
  width: 100%;
}

::-moz-selection{
  background-color: rgb(63 141 191 / 0.25);
}

::selection{
  background-color: rgb(63 141 191 / 0.25);
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.title, 
.subtitle{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.title{
  font-size: 48px;
}

.subtitle{
  font-size: 42px;
}

h1{
  font-size: 48px;
}

h2{
  font-size: 42px;
}

h3{
  font-size: 37px;
}

h4{
  font-size: 26px;
}

h5{
  font-size: 22px;
}

h6{
  font-size: 18px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ol,
ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
ol li,
ul li {
  margin-bottom: 0.75rem;
}
ol li ol, ol li ul,
ul li ol,
ul li ul {
  margin-top: 0.75rem;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}
ol.l-unstyled,
ul.l-unstyled {
  list-style: none;
  padding: 0;
}
ol.l-inline,
ul.l-inline {
  list-style: none;
  padding: 0;
}
ol.l-inline > li,
ul.l-inline > li {
  display: inline-block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin-bottom: 0;
}
nav ul li ol, nav ul li ul {
  margin-top: 0;
}

.old-browser{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.old-browser:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(8 18 24 / 0.7);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.old-browser .message, 
.old-browser .alert{
  left: 0;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #081218;
  background: #fef3c7;
  border-radius: 0;
  position: absolute;
  z-index: 5;
  text-align: center;
  padding: 2rem;
}
.old-browser .message a, 
.old-browser .alert a{
  background-color: #FAFAFA;
  color: #081218;
  text-decoration: none;
  padding: 4px 8px;
}
.old-browser .message a:hover, 
.old-browser .alert a:hover{
  background-color: #F0F0F0;
}

.google-map * {
  border-style: none;
}

.container{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

body{
  background-color: #FFF;
  color: #081218;
  min-width: 320px;
  font-family: Spartan, Arial, sans-serif;
  font-size: 18px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body > div {
  letter-spacing: 0.01rem;
  font-variant-numeric: lining-nums;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mt-1 {
  margin-top: 110px;
}

.mb-1 {
  margin-bottom: 110px;
}

.py-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pt-1 {
  padding-top: 110px;
}

.pb-1 {
  padding-bottom: 110px;
}

.my-2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-2 {
  margin-top: 80px;
}

.mb-2 {
  margin-bottom: 80px;
}

.py-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-2 {
  padding-top: 80px;
}

.pb-2 {
  padding-bottom: 80px;
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
}
header .sub-width {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: 0;
  background-color: #FFF;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
header .sub-width.open {
  min-height: 240px;
}
header .header__wrap{
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(8 18 24 / 0.1);
  background-color: #FFF;
}
header .header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__logo {
  width: 173px;
  height: 30px;
}
header .header__logo a {
  display: block;
  text-decoration: none;
}
header .header__logo img {
  max-width: 100%;
}
header .header__menu nav.menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* gap: 60px; */
  gap: 45px;
}
header .header__menu nav.menu > ul > li {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
header .header__menu nav.menu > ul > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #3F8DBF;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  font-size: 13px;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 33px 0 27px;
}
header .header__menu nav.menu > ul > li > ul.sub-menu{
  background-color: #FFF;
  width: 270px;
  position: absolute;
  z-index: 100;
  top: calc(100% + 1px);
  left: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
header .header__menu nav.menu > ul > li > ul.sub-menu > li {
  position: relative;
  z-index: 5;
  text-align: left;
  margin-bottom: 15px;
}
header .header__menu nav.menu > ul > li > ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #081218;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
header .header__menu nav.menu > ul > li > ul.sub-menu > li:hover > a,  header .header__menu nav.menu > ul > li > ul.sub-menu > li.active > a{
  color: #3F8DBF;
}
header .header__menu nav.menu > ul > li > ul.sub-menu > li:first-child {
  margin-top: 25px;
}
header .header__menu nav.menu > ul > li > ul.sub-menu > li:last-child {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
header .header__menu nav.menu > ul > li.open > a{
  color: #093F68;
}
header .header__menu nav.menu > ul > li.open > ul.sub-menu {
  max-height: 240px;
}
header .header__menu nav.menu > ul > li:hover > a,  header .header__menu nav.menu > ul > li.active > a{
  color: #093F68;
}
header .header__menu--mobile {
  width: 150px;
}
header .header__menu--mobile .hamburger {
  margin-left: auto;
  width: 23px;
  background: none;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
}
header .header__menu--mobile .hamburger > span {
  height: 2px;
  margin: 6px 0;
  border-radius: 2px;
  display: block;
  background-color: #3F8DBF;
  -webkit-transition-property: background, opacity, width, -webkit-transform;
  transition-property: background, opacity, width, -webkit-transform;
  -o-transition-property: background, transform, opacity, width;
  transition-property: background, transform, opacity, width;
  transition-property: background, transform, opacity, width, -webkit-transform;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__menu--mobile .hamburger.active > span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
header .header__menu--mobile .hamburger.active > span:nth-child(2) {
  opacity: 0;
  width: 0;
}
header .header__menu--mobile .hamburger.active > span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
header .header__menu--mobile .menu__wrap {
  position: fixed;
  background-color: #DDF2FF;
  z-index: 1050;
  overflow-x: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 380px;
  max-width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  margin-right: -100%;
  -webkit-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  scrollbar-color: #9BC3DD #DDF2FF;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
header .header__menu--mobile .menu__wrap.active {
  margin-right: 0;
}
header .header__menu--mobile .menu__wrap::-webkit-scrollbar {
  width: 8px;
}
header .header__menu--mobile .menu__wrap::-webkit-scrollbar-thumb {
  background: #9BC3DD;
}
header .header__menu--mobile .menu__wrap::-webkit-scrollbar-track {
  background: #DDF2FF;
}
header .header__menu--mobile .menu__close {
  margin-bottom: 30px;
  text-align: right;
}
header .header__menu--mobile .menu__close div {
  display: inline-block;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li {
  margin-bottom: 30px;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li:last-child {
  margin-bottom: 0;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #3F8DBF;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  font-size: 13px;
  letter-spacing: 0.02em;
  width: 100%;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li > ul.sub-menu {
  margin-top: 15px;
  margin-left: 15px;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li > ul.sub-menu > li {
  margin-bottom: 15px;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li > ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #081218;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li > ul.sub-menu > li:hover > a,  header .header__menu--mobile .menu__inner nav.menu > ul > li > ul.sub-menu > li.active > a{
  color: #3F8DBF;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li > ul.sub-menu > li:last-child {
  margin-bottom: 15px;
}
header .header__menu--mobile .menu__inner nav.menu > ul > li:hover > a,  header .header__menu--mobile .menu__inner nav.menu > ul > li.active > a{
  color: #093F68;
}

body.is-menu {
  overflow: hidden;
}
footer{
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  background-color: #081218;
  color: #FFF;
}
footer .footer__inner {
  padding: 60px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__block {
  width: 380px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
footer .footer__logo {
  margin-bottom: 32px;
}
footer .footer__logo a {
  display: block;
}
footer .footer__logo img {
  max-width: 100%;
}
footer .footer__text {
  margin-bottom: 32px;
}
footer .footer__social {
  margin-bottom: 68px;
}
footer .footer__social nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 20px;
}
footer .footer__social nav ul li a {
  text-decoration: none;
  color: #FFF;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
footer .footer__social nav ul li a:hover {
  opacity: 0.8;
}
footer .footer__menu {
  margin-bottom: 50px;
}
footer .footer__menu nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.8;
  font-size: 13px;
}
footer .footer__menu nav ul li a {
  text-decoration: none;
  color: #FFF;
}
footer .footer__menu nav ul li.active a, footer .footer__menu nav ul li:hover a {
  text-decoration: underline;
}
footer .footer__menu nav ul li > ul {
  display: none !important;
}
footer .footer__menu nav ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
footer .footer__menu nav ul li:last-child:after {
  display: none;
}
footer .footer__menus {
  width: 778px;
  max-width: 100%;
}
footer .footer__menus nav.menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 500px;
  --footer-menu-item-width: 1/3;
  --footer-menu-item-column-gap: 30px;
  --footer-menu-item-row-gap: 50px;
  gap: var(--footer-menu-item-row-gap) var(--footer-menu-item-column-gap);
}
footer .footer__menus nav.menu > ul > li > a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #FFF;
  font-size: 13px;
}
footer .footer__menus nav.menu > ul > li > ul.sub-menu {
  margin-top: 20px;
  opacity: 0.8;
}
footer .footer__menus nav.menu > ul > li > ul.sub-menu > li {
  margin-bottom: 7px;
}
footer .footer__menus nav.menu > ul > li > ul.sub-menu > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #FFF;
}
footer .footer__menus nav.menu > ul > li > ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
footer .footer__menus nav.menu > ul > li > ul.sub-menu > li:hover > a, footer .footer__menus nav.menu > ul > li > ul.sub-menu > li.active > a {
  text-decoration: underline;
}
footer .footer__copyright {
  text-align: center;
  opacity: 0.8;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  font-size: 13px;
  padding: 20px 0;
}
footer .footer__copyright a{
  color: #FFF;
  text-decoration: none;
}
footer .footer__copyright a:hover {
  text-decoration: underline;
}

.email-subscribe {
  padding: 2em;
  background-color: white;
  box-shadow: 1px 1px 1px black;
  display: inline-block;
  bottom: -1000px;
  right: 10px;
  z-index: 901;
  width: 440px;
  position: fixed;
  opacity: 100;
  /*visibility: hidden;*/
}
.mailchimp-email-input {
	border-radius: 2px;
	padding: 0.5em;
	border: 1px solid black;
	width: 100%;
}
.mailchimp-subscribe-button {
	margin-top: 0.5em;
	padding: 0.5em 0;
	color: white;
	background-color: #3F8DBF;
	width: 100%;
}
.mailchimp-close-top-right {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 1.5em;
	cursor: pointer;
}

.center-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-items: center;
  margin-top: 0.3em;
  cursor: pointer;
  padding: 0.25em;
}

.btn--scrolltop{
  background-color: #3F8DBF;
  color: #FFF;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  display: inline-block;
  border-radius: 10px 0;
  position: fixed;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition-property: background, border, color, border-radius, -webkit-box-shadow;
  transition-property: background, border, color, border-radius, -webkit-box-shadow;
  -o-transition-property: background, border, color, box-shadow, border-radius;
  transition-property: background, border, color, box-shadow, border-radius;
  transition-property: background, border, color, box-shadow, border-radius, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.btn--scrolltop:hover{
  background-color: #3F8DBF;
  border-radius: 0 10px;
}
.btn--scrolltop:active{
  background-color: #3F8DBF;
  border-radius: 0 10px;
}
.btn--scrolltop.show {
  opacity: 1;
  visibility: visible;
}
.btn {
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  max-width: 100%;
  letter-spacing: 0.04em;
  border-style: solid;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-width: 2px;
  color: #FFF;
  background-color: #3F8DBF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 154px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: normal;
  border-radius: 10px 0;
  -webkit-transition-property: background, border, color, border-radius, -webkit-box-shadow;
  transition-property: background, border, color, border-radius, -webkit-box-shadow;
  -o-transition-property: background, border, color, box-shadow, border-radius;
  transition-property: background, border, color, box-shadow, border-radius;
  transition-property: background, border, color, box-shadow, border-radius, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.btn i {
  font-size: 1em;
  margin-left: 10px;
}
.btn i:first-child {
  margin-right: 10px;
  margin-left: 0px;
}
.btn:hover {
  text-decoration: none;
  border-radius: 0 10px;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
}
.btn:active {
  text-decoration: none;
  border-radius: 0 10px;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
}
.btn .disabled, .btn:disabled {
  border-radius: 10px 0;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
  opacity: .5;
  cursor: not-allowed;
}
.btn--link {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: inherit;
  padding: 0;
  color: #3F8DBF;
}
.btn--link:hover {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #53a3d7;
}
.btn--link:active {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #53a3d7;
}
.btn--link.disabled, .btn--link:disabled {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3F8DBF;
  opacity: .5;
}
.btn--outline{
  border-color: #3F8DBF;
  color: #3F8DBF;
  background-color: transparent;
}
.btn--outline:hover{
  border-color: #3F8DBF;
  color: #3F8DBF;
  background-color: transparent;
}
.btn--outline:active{
  border-color: #3F8DBF;
  color: #3F8DBF;
  background-color: transparent;
}
.btn--outline.disabled,  .btn--outline:disabled{
  border-color: #3F8DBF;
  color: #3F8DBF;
  background-color: transparent;
  opacity: .5;
}
.btn--big{
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 2px;
  min-width: inherit;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 32px;
}
.btn--small{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 2px;
  min-width: inherit;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.btn--edit{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 2px;
  min-width: inherit;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
}

button:focus,
textarea:focus,
select:focus,
input:focus {
  outline: none;
}

button,
textarea,
select,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.f-box {
  max-width: 100%;
}
.f-box .f-muted {
  font-size: 14px;
  margin-top: 5px;
}
.f-box .f-title {
  font-weight: bold;
}
.f-box .f-spacer {
  padding-bottom: 25px;
}
.f-box input.f-control,
.f-box select.f-control,
.f-box textarea.f-control {
  display: block;
  max-width: 100%;
  line-height: normal;
  border-style: solid;
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border-width: 1px;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
  padding-top: 11px;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box input.f-control::-webkit-input-placeholder, .f-box select.f-control::-webkit-input-placeholder, .f-box textarea.f-control::-webkit-input-placeholder{
  color: #CCC;
}
.f-box input.f-control::-moz-placeholder, .f-box select.f-control::-moz-placeholder, .f-box textarea.f-control::-moz-placeholder{
  color: #CCC;
}
.f-box input.f-control:-ms-input-placeholder, .f-box select.f-control:-ms-input-placeholder, .f-box textarea.f-control:-ms-input-placeholder{
  color: #CCC;
}
.f-box input.f-control::-ms-input-placeholder, .f-box select.f-control::-ms-input-placeholder, .f-box textarea.f-control::-ms-input-placeholder{
  color: #CCC;
}
.f-box input.f-control::placeholder, 
.f-box select.f-control::placeholder, 
.f-box textarea.f-control::placeholder{
  color: #CCC;
}
.f-box input.f-control:focus, 
.f-box select.f-control:focus, 
.f-box textarea.f-control:focus{
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
}
.f-box input.f-control.error, 
.f-box select.f-control.error, 
.f-box textarea.f-control.error{
  border-color: #ef4444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
}
.f-box input.f-control.readonly,  .f-box input.f-control[readonly], 
.f-box select.f-control.readonly, 
.f-box select.f-control[readonly], 
.f-box textarea.f-control.readonly, 
.f-box textarea.f-control[readonly]{
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #AAA;
  background-color: rgba(251, 251, 251, .7);
}
.f-box input.f-control.disabled,  .f-box input.f-control:disabled, 
.f-box select.f-control.disabled, 
.f-box select.f-control:disabled, 
.f-box textarea.f-control.disabled, 
.f-box textarea.f-control:disabled{
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #AAA;
  background-color: rgba(251, 251, 251, .7);
  opacity: .5;
}
.f-box .error input.f-control, 
.f-box .error select.f-control, 
.f-box .error textarea.f-control{
  border-color: #ef4444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
}
.f-box textarea.f-control{
  min-height: 155px;
  height: 155px;
}
.f-box select.f-control{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(179%2c 179%2c 179%2c .7)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 16px 16px;
  background-position: right 14px center;
  background-repeat: no-repeat;
  padding-right: calc(14px * 2 + 16px);
}
.f-box select.f-control[multiple] {
  background-image: none;
  padding-right: 14px;
}
.f-box input[type=time].f-control,
.f-box input[type=date].f-control {
  min-height: 41px;
}
.f-box input[type=file].f-control {
  overflow: hidden;
}
.f-box input[type=file].f-control:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.f-box input[type=file].f-control::-webkit-file-upload-button{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  margin: calc(-1 * 10px) calc(-1 * 14px);
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
  color: #FFF;
  background-color: #3F8DBF;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box input[type=file].f-control::file-selector-button{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  margin: calc(-1 * 10px) calc(-1 * 14px);
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
  color: #FFF;
  background-color: #3F8DBF;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box input[type=file].f-control:hover::-webkit-file-upload-button{
  color: #FFF;
  background-color: #0096ce;
}
.f-box input[type=file].f-control:hover::file-selector-button{
  color: #FFF;
  background-color: #0096ce;
}
.f-box input[type=file].f-control.error::-webkit-file-upload-button{
  color: #FFF;
  background-color: #ef4444;
}
.f-box input[type=file].f-control.error::file-selector-button{
  color: #FFF;
  background-color: #ef4444;
}
.f-box input[type=file].f-control.readonly::-webkit-file-upload-button,  .f-box input[type=file].f-control[readonly]::-webkit-file-upload-button{
  color: #FFF;
  background-color: #AAA;
}
.f-box input[type=file].f-control.readonly::-webkit-file-upload-button, .f-box input[type=file].f-control[readonly]::-webkit-file-upload-button{
  color: #FFF;
  background-color: #AAA;
}
.f-box input[type=file].f-control.readonly::file-selector-button,  .f-box input[type=file].f-control[readonly]::file-selector-button{
  color: #FFF;
  background-color: #AAA;
}
.f-box input[type=file].f-control.disabled::-webkit-file-upload-button,  .f-box input[type=file].f-control:disabled::-webkit-file-upload-button{
  color: #FFF;
  background-color: #AAA;
}
.f-box input[type=file].f-control.disabled::-webkit-file-upload-button, .f-box input[type=file].f-control:disabled::-webkit-file-upload-button{
  color: #FFF;
  background-color: #AAA;
}
.f-box input[type=file].f-control.disabled::file-selector-button,  .f-box input[type=file].f-control:disabled::file-selector-button{
  color: #FFF;
  background-color: #AAA;
}
.f-box span.f-check,
.f-box div.f-check {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-box input.f-check {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  border: 1px solid transparent;
  border-color: rgba(179, 179, 179, .7);
  width: 19px;
  height: 19px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  -webkit-transition-property: background-position, opacity, -webkit-box-shadow;
  transition-property: background-position, opacity, -webkit-box-shadow;
  -o-transition-property: background-position, box-shadow, opacity;
  transition-property: background-position, box-shadow, opacity;
  transition-property: background-position, box-shadow, opacity, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box input.f-check ~ label {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  padding-top: 3px;
  color: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  margin-left: 10px;
}
.f-box input.f-check[type=radio] {
  border-radius: 50%;
}
.f-box input.f-check[type=checkbox]{
  border-radius: 4px;
}
.f-box input.f-check:active{
  border-color: #3F8DBF;
  background-color: #FFF;
}
.f-box input.f-check:active ~ label{
  color: inherit;
}
.f-box input.f-check:checked{
  border-color: #3F8DBF;
  background-color: #3F8DBF;
}
.f-box input.f-check:checked[type=radio]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.8' fill='white'/%3e%3c/svg%3e");
}
.f-box input.f-check:checked[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.5 2 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.f-box input.f-check:checked ~ label{
  color: inherit;
}
.f-box input.f-check.error:not(:checked){
  border-color: #ef4444;
  background-color: #FFF;
}
.f-box input.f-check.error:not(:checked) ~ label{
  color: #ef4444;
}
.f-box input.f-check.disabled, .f-box input.f-check:disabled {
  pointer-events: none;
  border-color: #CCC;
  background-color: #FFF;
  opacity: .5;
}
.f-box input.f-check.disabled:checked,  .f-box input.f-check:disabled:checked{
  border-color: #CCC;
  background-color: #FFF;
}
.f-box input.f-check.disabled:checked[type=radio],  .f-box input.f-check:disabled:checked[type=radio]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.8' fill='%23BBB'/%3e%3c/svg%3e");
}
.f-box input.f-check.disabled:checked[type=checkbox],  .f-box input.f-check:disabled:checked[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.5 2 16 16'%3e%3cpath fill='none' stroke='%23BBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.f-box input.f-check.disabled ~ label,  .f-box input.f-check:disabled ~ label{
  color: inherit;
  opacity: .5;
}
.f-box input.f-check.f-switch {
  width: calc(20px * 2);
  height: 20px;
  border-radius: calc(20px * 2);
  border-color: #E1E1E1;
  background-color: #E1E1E1;
}
.f-box input.f-check.f-switch[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
}
.f-box input.f-check.f-switch ~ label{
  color: inherit;
}
.f-box input.f-check.f-switch:active{
  border-color: #E1E1E1;
  background-color: #E1E1E1;
}
.f-box input.f-check.f-switch:active ~ label{
  color: inherit;
}
.f-box input.f-check.f-switch:checked{
  border-color: #3F8DBF;
  background-color: #3F8DBF;
}
.f-box input.f-check.f-switch:checked[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: right center;
}
.f-box input.f-check.f-switch:checked ~ label{
  color: inherit;
}
.f-box input.f-check.f-switch.error:not(:checked){
  border-color: #E1E1E1;
  background-color: #E1E1E1;
}
.f-box input.f-check.f-switch.error:not(:checked) ~ label{
  color: #ef4444;
}
.f-box input.f-check.f-switch.disabled, .f-box input.f-check.f-switch:disabled {
  pointer-events: none;
  border-color: #CCC;
  background-color: #CCC;
  opacity: .5;
}
.f-box input.f-check.f-switch.disabled[type=checkbox],  .f-box input.f-check.f-switch:disabled[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.f-box input.f-check.f-switch.disabled:checked,  .f-box input.f-check.f-switch:disabled:checked{
  border-color: #CCC;
  background-color: #CCC;
}
.f-box input.f-check.f-switch.disabled:checked[type=checkbox],  .f-box input.f-check.f-switch:disabled:checked[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.f-box input.f-check.f-switch.disabled ~ label,  .f-box input.f-check.f-switch:disabled ~ label{
  color: inherit;
  opacity: .5;
}
.f-box .error input.f-check:not(:checked){
  border-color: #ef4444;
  background-color: #FFF;
}
.f-box .error input.f-check:not(:checked) ~ label{
  color: #ef4444;
}
.f-box .error input.f-check:not(:checked).f-switch{
  border-color: #E1E1E1;
  background-color: #E1E1E1;
}
.f-box .f-invalid {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  max-width: 100%;
  line-height: normal;
  border: 1px solid transparent;
  border-color: #fee2e2;
  border-radius: 4px;
  color: #ef4444;
  background-color: #fee2e2;
  font-size: 10px;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 5px;
}
.f-box label {
  display: inline-block;
  color: #B3B3B3;
  font-size: 11px;
  line-height: inherit;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.f-box label .required{
  color: #ef4444;
  margin-left: 5px;
  text-decoration: none;
}
.f-box span.f-control > span,
.f-box span.f-control > div,
.f-box div.f-control > span,
.f-box div.f-control > div {
  width: 100%;
  display: block;
  padding-bottom: 15px;
}
.f-box span.f-control > span:last-child,
.f-box span.f-control > div:last-child,
.f-box div.f-control > span:last-child,
.f-box div.f-control > div:last-child {
  padding-bottom: 0;
}
.f-box span.f-control > span.f-check,
.f-box span.f-control > div.f-check,
.f-box div.f-control > span.f-check,
.f-box div.f-control > div.f-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-box span.f-control span.f-check,
.f-box span.f-control div.f-check,
.f-box div.f-control span.f-check,
.f-box div.f-control div.f-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}
.f-box span.f-control span.f-check:last-child,
.f-box span.f-control div.f-check:last-child,
.f-box div.f-control span.f-check:last-child,
.f-box div.f-control div.f-check:last-child {
  padding-bottom: 0;
}
.f-box span.f-control--inline > span,
.f-box span.f-control--inline > div,
.f-box div.f-control--inline > span,
.f-box div.f-control--inline > div {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}
.f-box span.f-control--inline > span:last-child,
.f-box span.f-control--inline > div:last-child,
.f-box div.f-control--inline > span:last-child,
.f-box div.f-control--inline > div:last-child {
  margin-right: 0;
}
.f-box span.f-control--inline > span.f-check,
.f-box span.f-control--inline > div.f-check,
.f-box div.f-control--inline > span.f-check,
.f-box div.f-control--inline > div.f-check {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.f-box span.f-control--inline span.f-check,
.f-box span.f-control--inline div.f-check,
.f-box div.f-control--inline span.f-check,
.f-box div.f-control--inline div.f-check {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-right: 20px;
}
.f-box span.f-control--inline span.f-check:last-child,
.f-box span.f-control--inline div.f-check:last-child,
.f-box div.f-control--inline span.f-check:last-child,
.f-box div.f-control--inline div.f-check:last-child {
  margin-right: 0;
}
.f-box .f-group{
  margin-bottom: 20px;
  position: relative;
}
.f-box .f-group--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.f-box .f-group--inline label {
  margin-bottom: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  width: 25%;
}
.f-box .f-group--icon {
  position: relative;
}
.f-box .f-group--icon label {
  margin: 0;
  width: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 14px;
  color: #B3B3B3;
  font-size: 18px;
  line-height: normal;
}
.f-box .f-group--icon .f-control {
  padding-left: calc(14px * 2 + 18px);
}
.f-box .f-group--icon .f-control:focus ~ label{
  color: #B3B3B3;
}
.f-box .f-group--icon .f-control.error ~ label{
  color: #ef4444;
}
.f-box .f-group--icon .f-control.disabled ~ label,  .f-box .f-group--icon .f-control:disabled ~ label{
  color: #B3B3B3;
  opacity: .5;
}
.f-box .f-group--label {
  position: relative;
  padding-top: 22px;
}
.f-box .f-group--label label {
  margin: 0;
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.f-box .f-group--label .f-control {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.f-box .f-group--label.focus label {
  top: 0;
  left: 0;
}
.f-box .f-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-box .f-row > div {
  width: 50%;
  margin-right: 20px;
}
.f-box .f-row > div:last-child {
  margin-right: 0;
}
.f-box .f-row--3 > div {
  width: 33.3%;
}
.f-box .f-row--3[data-box="1/3"] > div:nth-child(1) {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.f-box .f-row--3[data-box="2/3"] > div:nth-child(2) {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.f-box .f-row--3[data-box="3/3"] > div:nth-child(3) {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.f-box .f-row--3[data-box="1/2"] > div:nth-child(1) {
  width: 66.7%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.f-box .f-row--3[data-box="2/2"] > div:nth-child(2) {
  width: 66.7%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.f-box .f-row--4 > div {
  width: 25%;
}
.f-box .f-btn{
  margin-bottom: 20px;
}
.f-box > :last-child {
  margin-bottom: 0 !important;
}

.alert {
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  border-color: #f3f4f6;
  border-radius: 8px;
  color: #6b7280;
  background-color: #f3f4f6;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.alert-warning{
  border-color: #fef3c7;
  color: #f59e0b;
  background-color: #fef3c7;
}
.alert-danger{
  border-color: #fee2e2;
  color: #ef4444;
  background-color: #fee2e2;
}
.alert-success{
  border-color: #d1fae5;
  color: #10b981;
  background-color: #d1fae5;
}
.alert-info{
  border-color: #dbeafe;
  color: #3b82f6;
  background-color: #dbeafe;
}

.message {
  position: relative;
  border: 1px solid transparent;
  border-color: #f3f4f6;
  border-radius: 8px;
  color: #6b7280;
  background-color: #f3f4f6;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.message:before {
  content: "\F518";
  font-family: "bootstrap-icons", sans-serif;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 0.35;
  font-size: 1.9em;
  line-height: normal;
  margin-right: 10px;
}
.message-warning{
  border-color: #fef3c7;
  color: #f59e0b;
  background-color: #fef3c7;
}
.message-warning:before {
  content: "\F33B";
}
.message-danger{
  border-color: #fee2e2;
  color: #ef4444;
  background-color: #fee2e2;
}
.message-danger:before {
  content: "\F333";
}
.message-success{
  border-color: #d1fae5;
  color: #10b981;
  background-color: #d1fae5;
}
.message-success:before {
  content: "\F26A";
}
.message-info{
  border-color: #dbeafe;
  color: #3b82f6;
  background-color: #dbeafe;
}
.message-info:before {
  content: "\F431";
}

ul.message {
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
ul.message:before {
  position: absolute;
  top: 10px;
  left: 15px;
}
ul.message li {
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
  margin-left: calc(1.9em + 10px);
}
ul.message li:before {
  display: none !important;
}
ul.message li:last-child {
  margin-bottom: 0;
}
ul.message li:first-child:last-child {
  min-height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal {
  max-width: 100%;
  padding: 32px;
  width: 480px;
  cursor: default !important;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
}

.m-download__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  font-size: 26px;
  margin-bottom: 20px;
}
.m-download__text {
  margin-bottom: 20px;
}
.m-download__form input,
.m-download__form button {
  outline: none !important;
}
section .s-hero__wrap{
  background-color: #3F8DBF;
  color: #FFF;
  background: url(../img/bg-hero.jpg) top center repeat;
  background-size: contain;
  overflow: hidden;
}
section .s-hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-hero__body {
  width: 730px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 100%;
  position: relative;
  z-index: 5;
  padding: 100px 0;
}
section .s-hero__body ::-moz-selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .s-hero__body ::selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .s-hero__pic {
  position: relative;
  width: 100%;
}
section .s-hero__pic img {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 690px;
  max-width: inherit;
}
section .s-hero__title{
	font-size: 48px;
  /* line-height: 1;
  margin-bottom: 32px; */
	margin-bottom: 2rem;
}
section .s-hero__text{
  /* font-size: 22px; */
}
section .s-hero__item {
  position: relative;
  z-index: 5;
}
section .s-hero__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  background-color: #DDF2FF;
}
section .s-hero__item .item__inner{
  background-color: #DDF2FF;
  color: #081218;
  border-radius: 0 8px 0 0;
  padding: 50px 50px 50px 0;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section .s-hero__item .item__inner__2{
  background-color: #DDF2FF;
  color: #081218;
  border-radius: 0 8px 0 0;
  padding: 0px 50px 50px 0;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .blog-image {
	width: 100%;
	height: 300px;
	border-radius: 5px;
}
.blog-content {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;

}
.blog-body {
	display: block;
	position: absolute;
	margin-top: 1em;
	margin-left: 1em;
}
.item__meta {
	font-size: 14px;
	text-decoration: none;
	padding: 0.25em;
}
.item__text p {
	max-width: 700px;
}

.s-blog-detail {
	max-width: 800px;
	margin: 0 auto;
} */

.gradient {
  display:block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index:2;
}
section .s-hero__item .item__body {
  width: 100%;
}
section .s-hero__item .item__pic {
  margin: 0 82px;
  width: 190px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-hero__item .item__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 37px;
  margin-bottom: 2rem;
}
section .s-hero__item .item__subtitle{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 600;
  color: #F89459;
  font-size: 14px;
  margin-bottom: 5px;
}
section .s-hero__item .item__text {
  margin-bottom: 2rem;
}
section .s-hero__item .item__text ul {
  padding-left: 24px;
  list-style: circle;
}
section .s-hero__item .item__text ul li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-hero__item .item__text ol {
  list-style: lower-alpha;
  padding-left: 24px;
}
section .s-hero__item .item__text ol > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: 700;
  color: #3F8DBF;
  text-transform: uppercase;
}
section .s-hero__item .item__text ol > li > ul {
  padding-left: 0;
}
section.s-header:not(.pricing_,.small,.search) + section > .py-1 {
  padding-top: 180px;
}
section.s-header.pricing_ + section > .py-1 {
  padding-top: 50px;
}
section.s-header.pricing_ .s-header__inner,
section.s-header.small .s-header__inner {
  min-height: inherit;
  padding: 100px 0 50px;
}
section.s-header.small .s-header__body {
  width: 100%;
  margin: 0;
}
section.s-header.small .s-header__title {
  margin-bottom: 0;
}
section .s-header__inner {
  min-height: 400px;
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
}
section .s-header__body {
  width: 730px;
}
section .s-header__body ::-moz-selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .s-header__body ::selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .s-header__title{
	font-size: 48px;
  /* line-height: 1;
  margin-bottom: 32px; */
	margin-bottom: 2rem;
	text-wrap: balance;
}
section .s-header__text{
  /* font-size: 22px; */
}
section .s-header__text a {
  color: #fff;
  font-weight: 600;
}
section .s-header__item {
  width: 480px;
  padding: 24px;
  border-radius: 8px;
  background-color: #DDF2FF;
  color: #081218;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
section .s-header__item .item__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  font-size: 26px;
  margin-bottom: 20px;
}
section .s-header__item .item__text{
  line-height: 1.375;
}
section .s-header__item .item__text > * {
  margin-bottom: 20px;
}
section .s-header__item .item__text ul {
	padding-left: 24px;
  list-style: square;
}
section .s-header__item .item__text ul ul {
	list-style: circle;
}
section .s-header__item .item__text ul li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-header__item .item__text ul.check {
  padding-left: 18px;
}
section .s-header__item .item__text ul.check > li {
  padding-left: 10px;
}
section .s-header__item .item__text ul.check > li::marker {
  /* content: "\F26E";
  font-family: "bootstrap-icons";
  font-size: 1em;
  font-weight: 500; */
	content: "\2714";
  font-family: "Segoe UI Symbol";
	font-weight: normal;
  font-size: 1em;
  color: #3F8DBF;
}
section .s-header__wrap{
  background-color: #3F8DBF;
  color: #FFF;
  background: url(../img/bg-header.jpg) top center repeat;
  background-size: 55%;
}
section .s-header2__wrap{
  background-color: #3F8DBF;
  color: #FFF;
  background: url(https://www.aid4mail.com/wp-content/uploads/bg-hero-small.jpeg) top center repeat;
  background-size: 55%;
}
section .s-header2__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .s-header2__body {
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 780px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 100%;
  position: relative;
  z-index: 5;
  padding: 100px 0;
}
section .s-header2__body ::-moz-selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .s-header2__body ::selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .s-header2__body > :last-child {
  margin-bottom: 0;
}
section .s-header2__pic {
  width: 430px;
  text-align: center;
  padding-bottom: 25px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
section .s-header2__pic img {
  display: inline-block;
  max-width: 100%;
  width: 210px;
}
section .s-header2__title{
	font-size: 48px;
  /* line-height: 1; */
  /* margin-bottom: 32px; */
	margin-bottom: 2rem;
	text-wrap: balance;
}
section .s-header2__text{
  /* font-size: 22px; */
}
section .s-header2__sidebar {
  width: 380px;
  margin-left: 24px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-header2__sidebar.no-item {
  margin-left: auto;
  position: relative;
}
section .s-header2__links {
  width: 380px;
  background-color: #FFF;
  color: #081218;
  border-radius: 8px;
  padding: 25px;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
 font-size: 16px;
}
section .s-header2__links.bottom {
  display: none;
}
section .s-header2__links ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
section .s-header2__links ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #3F8DBF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .s-header2__links ul li a:before {
  /* content: "\F284";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 400;
  margin-right: 15px; */
}
section .s-header2__links ul li a:hover{
  color: #081218;
}
section .s-header2__links ul li.active a{
  color: #081218;
}
section .s-header2__links.no-item {
	position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section .s-header2__links.no-item.is-table {
	transform: translateY(-36%);
}
section .s-header2__links .title {
	font-family: Aeonik, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  font-size: 26px;
  margin-bottom: 20px;
}
section .s-header2__links--btns {
	padding-top: 1rem;
}
section .s-header2__links--btns ul li a:before {
	display: none;
}
section .s-header2__links--btns ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
section .s-header2__links--btns ul li {
	width: calc(50% - 5px);
}
section .s-header2__links--btns ul li a.btn {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	min-width: inherit;
}
section .s-header2__links--btns ul li a:hover,
section .s-header2__links--btns ul li a {
	color: #fff; 
}
section .s-header2__links.sticky {
  position: fixed;
  top: 0;
  z-index: 150;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
section .s-header2__item {
  position: relative;
  z-index: 5;
  width: 100%;
}
section .s-header2__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  background-color: #DDF2FF;
}
section .s-header2__item .item__inner{
  background-color: #DDF2FF;
  color: #081218;
  border-radius: 0 8px 0 0;
  padding: 40px 50px 40px 0;
  position: relative;
  z-index: 5;
	height: 100%;
}
section .s-header2__item .item__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  /* color: #3F8DBF; */
  font-size: 26px;
  margin-bottom: 24px;
}
section .s-header2__item .item__text h1,  section .s-header2__item .item__text h2,  section .s-header2__item .item__text h3,  section .s-header2__item .item__text h4,  section .s-header2__item .item__text h5,  section .s-header2__item .item__text h6{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  /* color: #3F8DBF; */
}
section .s-header2__item .item__text h1{
  font-size: 37px;
}
section .s-header2__item .item__text h2 {
  font-size: 32px;
}
section .s-header2__item .item__text h3{
  font-size: 26px;
}
section .s-header2__item .item__text h4{
  font-size: 22px;
}
section .s-header2__item .item__text h5,  section .s-header2__item .item__text h6{
  font-size: 18px;
  line-height: inherit;
}
section .s-header2__item .item__text ul > li > h5, section .s-header2__item .item__text ul > li h6,
section .s-header2__item .item__text ul > li > p, section .s-header2__item .item__text ol > li > h5, section .s-header2__item .item__text ol > li h6,
section .s-header2__item .item__text ol > li > p {
  margin-bottom: 0.5rem;
}
section .s-header2__item .item__text ul > li > h5:last-child, section .s-header2__item .item__text ul > li h6:last-child,
section .s-header2__item .item__text ul > li > p:last-child, section .s-header2__item .item__text ol > li > h5:last-child, section .s-header2__item .item__text ol > li h6:last-child,
section .s-header2__item .item__text ol > li > p:last-child {
  margin-bottom: 0;
}
section .s-header2__item .item__text ul {
  padding-left: 24px;
  list-style: circle;
}
section .s-header2__item .item__text ul li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-header2__item .item__text ul.check {
  padding-left: 18px;
}
section .s-header2__item .item__text ul.check > li {
  padding-left: 10px;
}
section .s-header2__item .item__text ul.check > li::marker {
  /* content: "\F633";
  font-family: "bootstrap-icons";
  font-size: 1em;
  font-weight: 500; */
	content: "\2714";
  font-family: "Segoe UI Symbol";
	font-weight: normal;
  font-size: 1em;
  color: #3F8DBF;
}
section .s-header2__item .item__text ol {
  padding-left: 24px;
}
section .s-header2__item .item__text ol > li::marker{
  font-weight: 500;
  color: #3F8DBF;
}
section .s-header2__item .item__text ol > li > ul {
  padding-left: 0;
}
section .s-header2__item .item__text ol.alpha {
  list-style: lower-alpha;
}
section .s-header2__item .item__text ol.alpha > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  text-transform: uppercase;
  font-weight: 700;
}
section .s-header2__item .item__text a {
  text-decoration: underline;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
  text-decoration-thickness: 1.5px;
}
section .s-header2__item .item__text a:hover{
  color: #F89459;
}
section .s-header2__item .item__text > *:has(+ ol),
section .s-header2__item .item__text > *:has(+ ul) {
	margin-bottom: .75rem;
	margin-top: 2rem;
}
section .s-header2__item .item__text > *:first-child {
	margin-top: 0;
}
section.s-common {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-common__title {
  text-align: center;
}
section .s-common__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section .s-common__item .item__body {
  width: 50%;
}
section .s-common__item .item__pic {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 50px;
  text-align: center;
}
section .s-common__item .item__pic img {
  display: inline-block;
  max-width: 100%;
}
section .s-common__item .item__pic video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
section .s-common__item .item__subtitle{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 600;
}
section .s-common__item .item__title {
  text-transform: uppercase;
  margin-bottom: 32px;
}
section .s-common__item .item__text{
  font-size: 22px;
  margin-bottom: 32px;
}
section .s-common__wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
section .s-common__wrap.left .s-common__item .item__pic {
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
section .s-common__wrap.left .s-common__item .item__body {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
section .s-products__wrap {
  overflow: hidden;
}
section .s-products__title {
  text-align: center;
}
section .s-products__items {
  --product-item-width: 1/3;
  --product-item-column-gap: 56px;
  --product-item-row-gap: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--product-item-row-gap) var(--product-item-column-gap);
  padding: 0 34px;
}
section .s-products__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(var(--product-item-width) * 100% - var(--product-item-column-gap));
      -ms-flex: 1 0 calc(var(--product-item-width) * 100% - var(--product-item-column-gap));
          flex: 1 0 calc(var(--product-item-width) * 100% - var(--product-item-column-gap));
  max-width: calc(var(--product-item-width) * 100% - (1 - var(--product-item-width)) * var(--product-item-column-gap));
}
section .s-products__item .item__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section .s-products__item .item__icon {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: -31px;
}
section .s-products__item .item__icon img {
  display: inline-block;
  height: 62px;
}
section .s-products__item .item__body{
  border-width: 1px;
  border-style: solid;
  border-color: rgb(8 18 24 / 0.3);
  background-color: #FFF;
  border-radius: 8px;
  padding: 56px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section .s-products__item .item__title {
  text-align: center;
  margin-bottom: 24px;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 26px;
}
section .s-products__item .item__text {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section .s-products__item .item__btn {
  text-align: center;
}
section .s-offers__wrap {
  overflow: hidden;
}
section .s-offers__inner > * {
  position: relative;
  z-index: 5;
}
section .s-offers__title {
  text-align: center;
}
section .s-offers__pic {
  z-index: 0 !important;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
section .s-offers__pic img {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 750px;
}
section .s-offers__pic .animate--atom {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 935px;
  height: 750px;
}
section .s-offers__list{
  font-weight: 500;
  font-size: 22px;
  padding: 0 70px;
}
section .s-offers__list ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
section .s-offers__list ul li {
  margin-bottom: 24px;
}
section .s-upgrade__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-upgrade__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-upgrade__sidebar {
  width: 377px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 24px;
}
section .s-upgrade__pic {
  width: 215px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 52px;
}
section .s-upgrade__pic img {
  width: 100%;
}
section .s-upgrade__body {
  width: 100%;
}
section .s-upgrade__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 32px;
}
section .s-upgrade__text {
  margin-bottom: 2rem;
}
section .s-upgrade__text  {
  margin-bottom: 2rem;
}
section .s-upgrade__text ul {
  padding-left: 24px;
	list-style: square;
}
section .s-upgrade__text ul ul {
	list-style: circle;
}
section .s-upgrade__text ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-upgrade__text ul.check {
  padding-left: 18px;
}
section .s-upgrade__text ul.check > li {
  padding-left: 10px;
}
section .s-upgrade__text ul.check > li::marker {
  /* content: "\F633";
  font-family: "bootstrap-icons";
  font-weight: 500; */
	content: "\2714";
  font-family: "Segoe UI Symbol";
	font-weight: normal;
  font-size: 1em;
  color: #3F8DBF;
}
section .s-upgrade__text ol > li::marker{
  font-weight: 500;
  color: #3F8DBF;
}
section .s-upgrade__text ol > li > ul {
  padding-left: 0;
}
section .s-upgrade__text ol.alpha {
  list-style: lower-alpha;
}
section .s-upgrade__text ol.alpha > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: 500;
  color: #3F8DBF;
  text-transform: uppercase;
}
section .s-upgrade__text ol.alpha > li > ul {
  padding-left: 0;
}
section .s-upgrade__subtext {
  max-width: 100%;
  margin-bottom: 50px;
}
section .s-upgrade__subtext strong,  section .s-upgrade__subtext b{
  color: #3F8DBF;
}
section .s-testimonial__inner {
  padding: 56px 24px;
  border-radius: 8px;
  background-color: #DDF2FF;
}
section .s-testimonial__text{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 28px;
}
section .s-testimonial__text:before {
  content: "“";
}
section .s-testimonial__text:after {
  content: "”";
}
section .s-testimonial__title {
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
section .s-testimonial__title:before {
  content: "— ";
}
section .s-about-fookes__wrap {
  overflow: hidden;
}
section .s-about-fookes__title {
  margin-bottom: 50px;
}
section .s-about-fookes__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-about-fookes__address {
  width: 50%;
  font-size: 26px;
}
section .s-about-fookes__address strong{
  font-weight: 400;
  color: #3F8DBF;
  font-size: 32px;
  display: inline-block;
}
section .s-about-fookes__btn {
  margin-top: 32px;
}
section .s-about-fookes__body {
  width: 50%;
  padding-left: 50px;
}
section .s-about-fookes__text {
  opacity: 0.8;
  line-height: 1.375;
  margin-bottom: 26px;
  font-size: 28px;
}
section .s-about-fookes__subtext {
  opacity: 0.8;
}
section .s-choose__wrap {
  overflow: hidden;
}
section .s-choose__title {
  /* text-transform: uppercase; */
  margin-bottom: 50px;
}
section .s-choose__select .select__nav {
  margin-bottom: 50px;
}
section .s-choose__select .select__content > div {
  display: none;
}
section .s-choose__select .select__content > div:first-child {
  display: block;
}
section .s-choose__box{
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  padding: 32px;
}
section .s-choose__box .box__wrap {
  position: relative;
}
section .s-choose__box .box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section .s-choose__box .box__title{
  font-weight: 600;
  color: #3F8DBF;
  margin-bottom: 15px;
}
section .s-choose__box .box__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section .s-choose__box .box__item:last-child {
  margin-bottom: 0;
}
section .s-choose__box .box__item .item__title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .s-choose__box .box__item .item__title:before {
  content: "\F633";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 600;
  color: #3F8DBF;
  padding-right: 15px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-choose__box .box__item .item__text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 280px;
  padding: 10px;
  border-radius: 8px;
  background-color: #DDF2FF;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-choose__box .box__item .item__hover{
  line-height: 1;
  color: #3F8DBF;
  font-size: 1.2em;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
section .s-choose__box .box__item .item__hover:hover ~ .item__text {
  opacity: 1;
  visibility: visible;
}
section .s-choose__box .box__btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 32px;
}
section .s-choose__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-choose__tabs .tabs__nav {
  width: 460px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-choose__tabs .tabs__nav ul li {
  margin-bottom: 32px;
}
section .s-choose__tabs .tabs__nav ul li a {
  display: block;
  text-decoration: none;
  padding: 18px 25px;
  border-radius: 8px;
  position: relative;
  background-color: #DDF2FF;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 24px;
}
section .s-choose__tabs .tabs__nav ul li a:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-choose__tabs .tabs__nav ul li a span {
  display: block;
}
section .s-choose__tabs .tabs__nav ul li a strong{
  font-weight: 500;
  font-size: 28px;
}
section .s-choose__tabs .tabs__nav ul li:last-child {
  margin-bottom: 0;
}
section .s-choose__tabs .tabs__nav ul li.active a{
  background-color: #3F8DBF;
  color: #FFF;
}
section .s-choose__tabs .tabs__nav ul li.active a:after {
  opacity: 1;
}
section .s-choose__tabs .tabs__content {
  width: 100%;
}
section .s-choose__tabs .tabs__content > div {
  display: none;
  height: 100%;
}
section .s-choose__tabs .tabs__content > div:first-child {
  display: block;
}
section .s-choose__accordion {
  display: none;
}
section .s-choose__accordion .accordion__item {
  margin-bottom: 50px;
}
section .s-choose__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
section .s-choose__accordion .accordion__item.active .accordion__title{
  background-color: #3F8DBF;
  color: #FFF;
}
section .s-choose__accordion .accordion__item.active .accordion__title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
section .s-choose__accordion .accordion__title {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 8px;
  position: relative;
  background-color: #DDF2FF;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 26px;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-choose__accordion .accordion__title:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-choose__accordion .accordion__title span {
  display: block;
}
section .s-choose__accordion .accordion__title strong{
  font-weight: 500;
  font-size: 30px;
  white-space: nowrap;
}
section .s-choose__accordion .accordion__content {
  padding-top: 32px;
  display: none;
}
section .s-choose__subtitle{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 32px;
}
section .s-choose__text {
  margin-bottom: 15px;
}
section .s-choose__text i[class*=fa-]{
  color: #3F8DBF;
}
section .s-choose__payments {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
section .s-choose__payments a,
section .s-choose__payments span {
  width: 48px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 5px rgba(71, 71, 71, 0.25);
          box-shadow: 0px 2px 5px rgba(71, 71, 71, 0.25);
  padding: 0 5px;
}
section .s-choose__payments a img,
section .s-choose__payments span img {
  max-width: 100%;
}
section .s-license__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-license__content {
  width: 100%;
}
section .s-license__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-license__text a:hover{
  color: #F89459;
}
section .s-license__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 170px;
  width: 480px;
}
section .s-faq-small__inner {
  padding: 24px;
  border-radius: 8px;
  background-color: #DDF2FF;
}
section .s-faq-small__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  font-size: 26px;
  margin-bottom: 20px;
}
section .s-faq-small__items {
  padding-left: 24px;
  /* list-style: circle; */
  list-style: square;
  margin: 0;
}
section .s-faq-small__item {
  margin-bottom: 20px;
}
section .s-faq-small__item::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-faq-small__item:last-child {
  margin-bottom: 0;
}
section .s-faq-small__item .item__title{
  font-weight: 500;
  margin-bottom: 0.5rem;
}
section .s-faq-small__item .item__text {
  font-size: 16px;
}
section .s-faq-small__item .item__text p {
  margin-bottom: 0.5rem;
}
section .s-upgrade2__title {
  text-transform: uppercase;
  margin-bottom: 32px;
}
section .s-upgrade2__text {
  width: 560px;
  max-width: 100%;
  font-size: 22px;
  margin-bottom: 50px;
}
section .s-upgrade2__box {
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  background-color: #FFF;
  padding: 32px;
}
section .s-upgrade2__box .box__text > :first-child {
  margin-top: 0 !important;
}
section .s-upgrade2__box .box__text > * {
  margin-bottom: 1rem;
}
section .s-upgrade2__box .box__text h1, section .s-upgrade2__box .box__text h2, section .s-upgrade2__box .box__text h3 {
  font-size: 24px;
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
	margin-top: 3rem;
}
section .s-upgrade2__box .box__text h4 {
  font-size: 20px;
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
	margin-top: 3rem;
}
section .s-upgrade2__box .box__text h5, section .s-upgrade2__box .box__text h6 {
  font-size: 18px;
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  line-height: inherit;
	margin-top: 3rem;
}
section .s-upgrade2__box .box__text strong,  section .s-upgrade2__box .box__text b{
  font-weight: 600;
}
section .s-upgrade2__box .box__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-upgrade2__box .box__text a:hover{
  color: #F89459;
}
section .s-upgrade2__box .box__text ul {
  list-style: square;
  padding-left: 25px;
}
section .s-upgrade2__box .box__text ul ul {
  list-style: circle;
}
section .s-upgrade2__box .box__text ul > li {
  margin-bottom: 0.2rem;
}
section .s-upgrade2__box .box__text ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-upgrade2__box .box__text ol {
  padding-left: 25px;
}
section .s-upgrade2__box .box__text ol > li {
  margin-bottom: 0.2rem;
}
section .s-upgrade2__box .box__text ol > li::marker{
  color: #3F8DBF;
}
section .s-upgrade2__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-upgrade2__tabs .tabs__nav {
  width: 460px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-upgrade2__tabs .tabs__nav ul li {
  margin-bottom: 32px;
}
section .s-upgrade2__tabs .tabs__nav ul li a {
  display: block;
  text-decoration: none;
  padding: 24px 32px;
  border-radius: 8px;
  position: relative;
  background-color: #FFF;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 26px;
}
section .s-upgrade2__tabs .tabs__nav ul li a:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-upgrade2__tabs .tabs__nav ul li a span {
  display: block;
}
section .s-upgrade2__tabs .tabs__nav ul li:last-child {
  margin-bottom: 0;
}
section .s-upgrade2__tabs .tabs__nav ul li.active a{
  background-color: #3F8DBF;
  color: #FFF;
}
section .s-upgrade2__tabs .tabs__nav ul li.active a:after {
  opacity: 1;
}
section .s-upgrade2__tabs .tabs__content {
  width: 100%;
}
section .s-upgrade2__tabs .tabs__content > div {
  display: none;
  height: 100%;
}
section .s-upgrade2__tabs .tabs__content > div:first-child {
  display: block;
}
section .s-upgrade2__accordion {
  display: none;
}
section .s-upgrade2__accordion .accordion__title {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 24px 32px;
  border-radius: 8px;
  position: relative;
  background-color: #FFF;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 26px;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-upgrade2__accordion .accordion__title:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-upgrade2__accordion .accordion__title span {
  display: block;
}
section .s-upgrade2__accordion .accordion__content {
  padding-top: 32px;
  display: none;
}
section .s-upgrade2__accordion .accordion__item {
  margin-bottom: 50px;
}
section .s-upgrade2__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
section .s-upgrade2__accordion .accordion__item.active .accordion__title{
  background-color: #3F8DBF;
  color: #FFF;
}
section .s-upgrade2__accordion .accordion__item.active .accordion__title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
section .s-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-contact__pic {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 70px;
}
section .s-contact__body {
  width: 100%;
  padding-right: 150px;
}
section .s-contact__body > :last-child {
  margin-bottom: 0;
}
section .s-contact__body .s-ratedstars__title,
section .s-contact__title{
  /* font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 32px; */
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
section .s-contact__body .s-ratedstars__title {
	font-size: 28px;
}
section .s-contact__text {
  /* margin-bottom: 50px; */
  margin-bottom: 2rem;
}
section .s-contact__text h3{
  /* color: #3F8DBF; */
  /* font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px; */
  font-weight: 700;
  font-size: 28px;
	margin-top: 3rem;
}
section .s-contact__text h4{
  /* color: #3F8DBF; */
  /* font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px; */
  font-weight: 500;
  font-size: 24px;
	margin-top: 3rem;
}
section .s-contact__text h5,  
section .s-contact__text h6{
  /* color: #3F8DBF; */
  /* font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: inherit; */
  font-weight: 500;
  font-size: 18px;
	margin-top: 3rem;
	font-variant-caps: small-caps;
}
section .s-contact__text strong,  section .s-contact__text b{
  /* font-weight: 600; */
  font-weight: bold;
}
section .s-contact__text i[class*=fa-]{
  color: #3F8DBF;
}
section .s-contact__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-contact__text a:hover{
	color: #F89459;
}
section .s-contact__text ol > li,
section .s-contact__text ul > li {
	margin-top: 0.75rem;
}
section .s-contact__text ul > li > h5, section .s-contact__text ul > li h6,
section .s-contact__text ul > li > p, section .s-contact__text ol > li > h5, section .s-contact__text ol > li h6,
section .s-contact__text ol > li > p {
  margin-bottom: 0.75rem;
}
section .s-contact__text ul > li > h5:last-child, section .s-contact__text ul > li h6:last-child,
section .s-contact__text ul > li > p:last-child, section .s-contact__text ol > li > h5:last-child, section .s-contact__text ol > li h6:last-child,
section .s-contact__text ol > li > p:last-child {
  margin-bottom: 0;
}
section .s-contact__text ul {
  padding-left: 24px;
	list-style: square;
}
section .s-contact__text ul ul {
	list-style: circle;
}
section .s-contact__text ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-contact__text ul.check {
  padding-left: 18px;
}
section .s-contact__text ul.check > li {
  padding-left: 10px;
}
section .s-contact__text ul.check > li::marker {
  /* content: "\F633";
  font-family: "bootstrap-icons";
  font-weight: 500; */
	content: "\2714";
  font-family: "Segoe UI Symbol";
	font-weight: normal;
  font-size: 1em;
  color: #3F8DBF;
}
section .s-contact__text ol > li::marker{
  font-weight: 500;
  color: #3F8DBF;
}
section .s-contact__text ol > li > ul {
  padding-left: 0;
}
section .s-contact__text ol.alpha {
  list-style: lower-alpha;
}
section .s-contact__text ol.alpha > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: 500;
  color: #3F8DBF;
  text-transform: uppercase;
}
section .s-contact__text ol.alpha > li > ul {
  padding-left: 0;
}
section .s-contact__text > *:has(+ ol),
section .s-contact__text > *:has(+ ul) {
	margin-top: 2rem;
	margin-bottom: .75rem;
}
/* section .s-contact__text > * {
  margin-bottom: 1rem;
} */
section .s-contact__subtext a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-contact__subtext a:hover{
  color: #F89459;
}
/* section .s-contact__subtext > * {
  margin-bottom: 1rem;
} */
section .s-contact__btn {
  /* margin-bottom: 50px; */
  margin-bottom: 2rem;
}
section .s-contact__testimonials {
  margin-left: -370px;
}
section .s-contact__testimonials.no-pic {
  margin-left: 0;
}
section .s-contact__testimonials .testimonial__items {
  --testimonial-item-width: 1/3;
  --testimonial-item-column-gap: 30px;
  --testimonial-item-row-gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--testimonial-item-row-gap) var(--testimonial-item-column-gap);
}
section .s-contact__testimonials .testimonial__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(var(--testimonial-item-width) * 100% - var(--testimonial-item-column-gap));
      -ms-flex: 1 0 calc(var(--testimonial-item-width) * 100% - var(--testimonial-item-column-gap));
          flex: 1 0 calc(var(--testimonial-item-width) * 100% - var(--testimonial-item-column-gap));
  max-width: calc(var(--testimonial-item-width) * 100% - (1 - var(--testimonial-item-width)) * var(--testimonial-item-column-gap));
}
section .s-contact__testimonials .testimonial__item .item__inner {
  height: 100%;
  /* padding: 56px 24px; */
  padding: 24px;
  border-radius: 6px;
  background-color: #DDF2FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; */
}
section .s-contact__testimonials .testimonial__item .item__text{
  /* font-weight: 500;
  font-size: 20px; */
  margin-bottom: 28px;
}
section .s-contact__testimonials .testimonial__item .item__text:before {
  content: "“";
}
section .s-contact__testimonials .testimonial__item .item__text:after {
  content: "”";
}
section .s-contact__testimonials .testimonial__item .item__title {
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
section .s-contact__testimonials .testimonial__item .item__title:before {
  content: "— ";
}
section .s-prod-content__wrap {
	overflow: hidden;
}
section .s-prod-content__wrap.small-top {
	padding-top: 0;
}
section .s-prod-content__wrap.small-bottom {
	padding-bottom: 3rem;
}
section .s-prod-content__title {
  /* text-transform: uppercase; */
  /* margin-bottom: 50px; */
	font-size: 36px;
}
section .s-prod-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-prod-content__content {
  width: 100%;
}
section .s-prod-content__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 380px;
  margin-left: 70px;
}
section .s-prod-content__text h3{
  /* color: #3F8DBF; */
  /* font-family: Spartan, Arial, sans-serif; 
  font-weight: 600;
  font-size: 26px; */
  font-weight: 700;
  font-size: 28px;
	margin-top: 3rem;
}
section .s-prod-content__text h4{
  /* color: #3F8DBF; */
  /* font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px; */
  font-weight: 500;
  font-size: 24px;
	margin-top: 3rem;
}
section .s-prod-content__text h5,  
section .s-prod-content__text h6{
  /* color: #3F8DBF; */
  /* font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  line-height: inherit;
  font-size: 18px; */
  font-weight: 500;
  font-size: 20px;
	margin-top: 3rem;
	font-variant-caps: small-caps;
}
section .s-prod-content__text strong,  
section .s-prod-content__text b{
  /* font-weight: 600; */
  font-weight: bold;
}
section .s-prod-content__text i[class*=fa-]{
  color: #3F8DBF;
}
section .s-prod-content__text a {
  /* font-weight: 500; */
  color: #081218;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
	text-decoration-color: #F89459;
}
section .s-prod-content__text a:hover{
  color: #F89459;
}
section .s-prod-content__text a.btn {
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
}
section .s-prod-content__text blockquote {
  padding: 0;
  border: none;
}
section .s-prod-content__text blockquote a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none;
  font-weight: 500;
  color: #3F8DBF;
}
section .s-prod-content__text blockquote a:after {
  content: "\F633";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 500;
  margin-left: 10px;
}
section .s-prod-content__text blockquote a:hover {
  text-decoration: none;
  color: #081218;
}
section .s-prod-content__text ol > li,
section .s-prod-content__text ul > li {
	margin-top: 0.75rem;
}
section .s-prod-content__text ul > li > h5, section .s-prod-content__text ul > li h6,
section .s-prod-content__text ul > li > p, section .s-prod-content__text ol > li > h5, section .s-prod-content__text ol > li h6,
section .s-prod-content__text ol > li > p {
  margin-bottom: 0.75rem;
}
section .s-prod-content__text ul > li > h5:last-child, section .s-prod-content__text ul > li h6:last-child,
section .s-prod-content__text ul > li > p:last-child, section .s-prod-content__text ol > li > h5:last-child, section .s-prod-content__text ol > li h6:last-child,
section .s-prod-content__text ol > li > p:last-child {
  margin-bottom: 0;
}
section .s-prod-content__text ul {
  padding-left: 24px;
	list-style: square;
}
section .s-prod-content__text ul ul {
	list-style: circle;
}
section .s-prod-content__text ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-prod-content__text ul.check {
  padding-left: 18px;
}
section .s-prod-content__text ul.check > li {
  padding-left: 10px;
}
section .s-prod-content__text ul.check > li::marker {
  /* content: "\F633";
  font-family: "bootstrap-icons";
  font-weight: 500; */
	content: "\2714";
  font-family: "Segoe UI Symbol";
	font-weight: normal;
  font-size: 1em;
  color: #3F8DBF;
}
section .s-prod-content__text ol > li::marker{
  font-weight: 500;
  color: #3F8DBF;
}
section .s-prod-content__text ol > li > ul {
  padding-left: 0;
}
section .s-prod-content__text ol.alpha {
  list-style: lower-alpha;
}
section .s-prod-content__text ol.alpha > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: 500;
  color: #3F8DBF;
  text-transform: uppercase;
}
section .s-prod-content__text ol.alpha > li > ul {
  padding-left: 0;
}
section .s-prod-content__text p:has(+ ul),
section .s-prod-content__text p:has(+ ol) {
	margin-top: 2rem;
	margin-bottom: .75rem;
}
section .s-prod-content__text sup {
  font-size: 0.6em;
  position: relative;
  top: -0.5rem;
  font-weight: 600;
  margin-left: 0.1rem;
}
section .s-prod-content__text pre {
  background: #FEFEFE;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #081218;
}
section .s-prod-content__text figure {
	max-width: 100%;
}
section .s-prod-content__text figure figcaption {
	display: inline-block;
	text-align: center;
	font-style: italic;
	margin-top: 1rem;
	width: 100%;
	font-size: 0.9em;
}
section .s-prod-content__text img {
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  max-width: 100%;
}
section .s-prod-content__text video,
section .s-prod-content__text iframe {
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  width: 670px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
section .s-prod-content__text table {
  margin-bottom: 2rem;
}
section .s-prod-content__text table th, section .s-prod-content__text table td {
  padding: 8px 10px;
  text-align: center;
}
section .s-prod-content__text table thead th{
  font-weight: 600;
}
section .s-prod-content__text table tbody tr:nth-child(odd) td {
  background: #CEECFF;
}
section .s-prod-content__text table tbody td {
  width: 180px;
  color: #3F8DBF;
  font-size: 1.2em;
}
section .s-prod-content__text table tbody td:first-child {
  width: auto;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  color: #081218;
}
section .s-prod-content__text .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
section .s-prod-content__text .columns > div {
  width: 50%;
}
section .s-prod-content__text .gallery {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
section .s-prod-content__text .gallery figure {
  margin: 0;
}
section .s-prod-content__text .gallery figure figcaption {
  text-align: center;
  margin-top: 1rem;
}
section .s-prod-content__text.big{
  font-size: 22px;
}
section .s-prod-content__text.big ul > li::marker{
  color: #FFF;
}
section .s-prod-content__text.big ul.check > li::marker{
  color: #FFF;
}
section .s-prod-content__text.big ol > li::marker{
  color: #FFF;
}
section .s-prod-content__text.big ol.alpha > li::marker{
  color: #FFF;
}
section .s-partners__title,
section .s-downloads__title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
section .s-partners__text,
section .s-downloads__text {
  margin-bottom: 70px;
}
section .s-partners__box, 
section .s-downloads__box{
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  padding: 32px;
}
section .s-partners__box .box__text > :first-child,
section .s-downloads__box .box__text > :first-child {
	margin-top: 0 !important;
}
section .s-partners__box .box__text h3, 
section .s-downloads__box .box__text h3{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
	/* font-size: 28px; */
	margin-top: 3rem;
}
section .s-partners__box .box__text h4, 
section .s-downloads__box .box__text h4{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
	/* font-size: 24px; */
	margin-top: 3rem;
}
section .s-partners__box .box__text h5,  
section .s-partners__box .box__text h6, 
section .s-downloads__box .box__text h5, 
section .s-downloads__box .box__text h6{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
	/* font-size: 18px; */
  line-height: inherit;
	margin-top: 3rem;
}
section .s-partners__box .box__text a,
section .s-downloads__box .box__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-partners__box .box__text a:hover, 
section .s-downloads__box .box__text a:hover{
  color: #F89459;
}
section .s-partners__box .box__text a.btn,
section .s-downloads__box .box__text a.btn {
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
}
section .s-partners__box .box__text strong,  section .s-partners__box .box__text b, 
section .s-downloads__box .box__text strong, 
section .s-downloads__box .box__text b{
  font-weight: 600;
}
section .s-partners__box .box__text ul,
section .s-downloads__box .box__text ul {
  padding-left: 0px; 
  list-style: none;
	margin-top: 0 !important;
}
section .s-partners__box .box__text ul li,
section .s-downloads__box .box__text ul li {
  margin-bottom: .75rem;
}
section .s-partners__box .box__text ul li a,
section .s-downloads__box .box__text ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #3F8DBF;
}
section .s-partners__box .box__text ul li a:hover,
section .s-downloads__box .box__text ul li a:hover {
  color: #081218;
}
section .s-partners__box .box__text ul li:last-child,
section .s-downloads__box .box__text ul li:last-child {
  margin-bottom: 0;
}
/* section .s-partners__box .box__text ul,
section .s-downloads__box .box__text ul {
  padding-left: 24px; 
  list-style: square;
}
section .s-partners__box .box__text ul ul,
section .s-downloads__box .box__text ul ul {
  list-style: circle;
}
section .s-partners__box .box__text ul > li::marker,
section .s-downloads__box .box__text ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-partners__box .box__text ol,
section .s-downloads__box .box__text ol {
  padding-left: 24px;
}
section .s-partners__box .box__text ol > li::marker, 
section .s-downloads__box .box__text ol > li::marker{
  font-weight: 500;
  color: #3F8DBF;
}
section .s-partners__box .box__text ol > li > ul,
section .s-downloads__box .box__text ol > li > ul {
  padding-left: 0;
}
section .s-partners__box .box__text ol.alpha,
section .s-downloads__box .box__text ol.alpha {
  list-style: lower-alpha;
}
section .s-partners__box .box__text ol.alpha > li::marker,
section .s-downloads__box .box__text ol.alpha > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: 500;
  color: #3F8DBF;
  text-transform: uppercase;
}
section .s-partners__box .box__text ol.alpha > li > ul,
section .s-downloads__box .box__text ol.alpha > li > ul {
  padding-left: 0;
} */
section .s-partners__tabs,
section .s-downloads__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-partners__tabs .tabs__nav,
section .s-downloads__tabs .tabs__nav {
  width: 460px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-partners__tabs .tabs__nav ul li,
section .s-downloads__tabs .tabs__nav ul li {
  margin-bottom: 32px;
}
section .s-partners__tabs .tabs__nav ul li a,
section .s-downloads__tabs .tabs__nav ul li a {
  display: block;
  text-decoration: none;
  padding: 24px 32px;
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  background-color: #DDF2FF;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 26px;
}
section .s-partners__tabs .tabs__nav ul li a:after,
section .s-downloads__tabs .tabs__nav ul li a:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-partners__tabs .tabs__nav ul li a span,
section .s-downloads__tabs .tabs__nav ul li a span {
  display: block;
}
section .s-partners__tabs .tabs__nav ul li:last-child,
section .s-downloads__tabs .tabs__nav ul li:last-child {
  margin-bottom: 0;
}
section .s-partners__tabs .tabs__nav ul li.active a, 
section .s-downloads__tabs .tabs__nav ul li.active a{
  background-color: #3F8DBF;
  color: #FFF;
}
section .s-partners__tabs .tabs__nav ul li.active a:after,
section .s-downloads__tabs .tabs__nav ul li.active a:after {
  opacity: 1;
}
section .s-partners__tabs .tabs__content,
section .s-downloads__tabs .tabs__content {
  width: 100%;
}
section .s-partners__tabs .tabs__content > div,
section .s-downloads__tabs .tabs__content > div {
  display: none;
  height: 100%;
}
section .s-partners__tabs .tabs__content > div:first-child,
section .s-downloads__tabs .tabs__content > div:first-child {
  display: block;
}
section .s-partners__accordion,
section .s-downloads__accordion {
  display: none;
}
section .s-partners__accordion .accordion__title,
section .s-downloads__accordion .accordion__title {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 24px 32px;
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  background-color: #DDF2FF;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 26px;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-partners__accordion .accordion__title:after,
section .s-downloads__accordion .accordion__title:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-partners__accordion .accordion__title span,
section .s-downloads__accordion .accordion__title span {
  display: block;
}
section .s-partners__accordion .accordion__content,
section .s-downloads__accordion .accordion__content {
  padding-top: 32px;
  display: none;
}
section .s-partners__accordion .accordion__item,
section .s-downloads__accordion .accordion__item {
  margin-bottom: 50px;
}
section .s-partners__accordion .accordion__item:last-child,
section .s-downloads__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
section .s-partners__accordion .accordion__item.active .accordion__title, 
section .s-downloads__accordion .accordion__item.active .accordion__title{
  background-color: #3F8DBF;
  color: #FFF;
}
section .s-partners__accordion .accordion__item.active .accordion__title:after,
section .s-downloads__accordion .accordion__item.active .accordion__title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
section .s-downloads__box .box__text ul {
  margin-top: -1rem;
}
section .s-downloads-thanks__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-downloads-thanks__pic {
  width: 300px;
  margin-right: 70px;
}
section .s-downloads-thanks__body {
  width: 100%;
  padding-right: 150px;
}
section .s-downloads-thanks__body > :last-child {
  margin-bottom: 0;
}
section .s-downloads-thanks__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 32px;
}
section .s-downloads-thanks__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-downloads-thanks__text a:hover{
  color: #F89459;
}
section .s-downloads-thanks__text a.btn {
  text-decoration: none;
  color: #FFF;
}
section .s-downloads-thanks__text strong,  section .s-downloads-thanks__text b{
  font-weight: 600;
}
section .s-downloads-thanks__text h3{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  color: #3F8DBF;
  font-size: 26px;
}
section .s-downloads-thanks__text h4{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  color: #3F8DBF;
  font-size: 22px;
}
section .s-downloads-thanks__text h5,  section .s-downloads-thanks__text h6{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
  color: #3F8DBF;
  font-size: 18px;
  line-height: inherit;
}
section .s-partners-list__btn {
  text-align: right;
}
section .s-partners-list__item {
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  background-color: #FFF;
  padding: 50px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-partners-list__item .item__pic {
  width: 300px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
section .s-partners-list__item .item__pic img {
  display: inline-block;
}
section .s-partners-list__item .item__body {
  width: 100%;
}
section .s-partners-list__item .item__body > :last-child {
  margin-bottom: 0;
}
section .s-partners-list__item .item__title{
  font-weight: 600;
  line-height: 1.375;
  color: #3F8DBF;
  font-size: 26px;
  margin-bottom: 30px;
}
section .s-partners-list__item .item__text {
  margin-bottom: 30px;
}
section .s-partners-list__item .item__text > * {
  margin-bottom: 1.5rem;
}
section .s-partners-list__item .item__text > *:last-child {
  margin-bottom: 0;
}
section .s-partners-list__item .item__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-partners-list__item .item__text a:hover{
  color: #F89459;
}
section .s-partners-list__item .item__text a.btn {
  text-decoration: none;
  color: #FFF;
}
section .s-partners-list__item .item__text strong,  section .s-partners-list__item .item__text b{
  font-weight: 600;
}
section .s-partners-list__item .item__text ul {
  padding-left: 24px;
  list-style: circle;
}
section .s-partners-list__item .item__text ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-partners-list__item .item__subtext {
  margin-bottom: 30px;
}
section .s-partners-list__item .item__subtext strong {
  text-transform: uppercase;
  color: #3F8DBF;
}
section .s-partners-list__item .item__subtext a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-partners-list__item .item__subtext a:hover{
  color: #F89459;
}
section .s-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
section .s-content__content {
  width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.s-content__content .title {
	width: 100%;
	align-self: flex-start;
}
.s-blog-list__item {
	max-width: 540px;
	margin: 1em;
}

section .s-content__content h1,  
section .s-content__content h2,  
section .s-content__content h3,  
section .s-content__content h4,  
section .s-content__content h5,  
section .s-content__content h6{
  font-family: Spartan, Arial, sans-serif;
  font-weight: 600;
	margin-top: 3rem;
  /* color: #3F8DBF; */
}
section .s-content__content h1{
  font-size: 48px;
}
section .s-content__content h2 {
  font-size: 36px;
}
section .s-content__content h3{
  font-size: 28px;
}
section .s-content__content h4{
  font-size: 24px;
}
section .s-content__content h5,  
section .s-content__content h6{
  font-size: 18px;
	font-variant-caps:small-caps;
  line-height: inherit;
}
section .s-content__content > :first-child {
	margin-top: 0;
}
section .s-content__content .subtitle {
  text-transform: uppercase;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.375;
  color: #081218;
  font-size: 42px;
}
section .s-content__content strong,  section .s-content__content b{
  font-weight: 600;
}
section .s-content__content i[class*=fa-]{
  color: #3F8DBF;
}
section .s-content__content a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
	color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-content__content a:hover{
	color: #F89459;
}
section .s-content__content a.btn {
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
}
section .s-content__content blockquote {
  padding: 0;
  border: none;
}
section .s-content__content blockquote a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none;
  font-weight: 500;
  color: #3F8DBF;
}
section .s-content__content blockquote a:after {
  content: "\F285";
  font-family: "bootstrap-icons", sans-serif;
  font-weight: 500;
  margin-left: 10px;
}
section .s-content__content blockquote a:hover {
  text-decoration: none;
  color: #081218;
}
section .s-content__content ol > li,
section .s-content__content ul > li {
	margin-top: .75rem;
}
section .s-content__content ul > li > h5, section .s-content__content ul > li h6 > p, section .s-content__content ol > li > h5, section .s-content__content ol > li h6 > p {
  margin-bottom: 0.5rem;
}
section .s-content__content ul > li > h5:last-child, section .s-content__content ul > li h6 > p:last-child, section .s-content__content ol > li > h5:last-child, section .s-content__content ol > li h6 > p:last-child {
  margin-bottom: 0;
}
section .s-content__content ul {
  padding-left: 24px;
  list-style: square;
}
section .s-content__content ul ul {
  list-style: circle;
}
section .s-content__content ul > li::marker {
  font-size: 1.4em;
  font-weight: 700;
  color: #3F8DBF;
}
section .s-content__content ul.check {
  padding-left: 18px;
}
section .s-content__content ul.check > li {
  padding-left: 10px;
}
section .s-content__content ul.check > li::marker {
  /* content: "\F633";
  font-family: "bootstrap-icons";
  font-size: 1em;
  font-weight: 500; */
	content: "\2714";
  font-family: "Segoe UI Symbol";
	font-weight: normal;
  font-size: 1em;
  color: #3F8DBF;
}
section .s-content__content ol > li::marker{
  font-weight: 500;
  color: #3F8DBF;
}
section .s-content__content ol > li > ul {
  padding-left: 0;
}
section .s-content__content ol.alpha {
  list-style: lower-alpha;
}
section .s-content__content ol.alpha > li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: 500;
  color: #3F8DBF;
  text-transform: uppercase;
}
section .s-content__content ol.alpha > li > ul {
  padding-left: 0;
}
section .s-content__content sup {
  font-size: 0.6em;
  position: relative;
  top: -0.6rem;
}
section .s-content__content pre {
  background: #FEFEFE;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Spartan, Arial, sans-serif;
  color: #081218;
}
section .s-content__content img {
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  /*width: 400px;
  height: 240px;*/
  object-fit: cover;
  border-radius: 5px;
  max-width: 100%;
}
section .s-content__content video,
section .s-content__content iframe {
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  width: 670px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
section .s-content__content .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
section .s-content__content .columns > div {
  width: 50%;
}
section .s-content__sidebar {
  width: 420px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section.s-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}
section .s-sidebar__inner {
  padding: 24px;
  border-radius: 8px;
  background-color: #DDF2FF;
}
section .s-sidebar__title{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  font-size: 26px;
  margin-bottom: 20px;
}
section .s-sidebar__text > * {
  margin-bottom: 20px;
}
section .s-sidebar__text strong,  section .s-sidebar__text b{
  font-weight: 600;
}
section .s-sidebar__text a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  /* font-weight: 500; */
  color: #081218;
  -webkit-text-decoration-color: #F89459;
          text-decoration-color: #F89459;
}
section .s-sidebar__text a:hover{
  color: #F89459;
}
section .s-sidebar__text a.btn {
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
}
section .s-sidebar__text address {
  font-style: normal;
  padding-left: 20px;
  border-left: 2px solid;
  border-color: #3F8DBF;
}
section .s-sidebar__text address > * {
  margin-bottom: 20px;
}
section .s-sidebar__text address > *:last-child {
  margin-bottom: 0;
}
section .s-sidebar__text address strong{
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
}
section .s-contact-us__inner{
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
          box-shadow: 0px 4px 6px rgba(8, 18, 24, 0.1);
  border-radius: 8px;
  padding: 32px;
}
section .s-contact-us__tabs .tabs__nav {
  margin-bottom: 30px;
}
section .s-contact-us__tabs .tabs__nav ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
section .s-contact-us__tabs .tabs__nav ul li {
  padding: 0;
  margin: 0 50px 0 0;
}
section .s-contact-us__tabs .tabs__nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-family: DMSans, Arial, sans-serif;
  font-weight: 500;
  color: #081218;
  font-size: 18px;
}
section .s-contact-us__tabs .tabs__nav ul li.active a{
  border-color: #3F8DBF;
  color: #3F8DBF;
}
section .s-contact-us__tabs .tabs__content > div {
  display: none;
}
section .s-contact-us__tabs .tabs__content > div:first-child {
  display: block;
}
section .s-contact-us__form .f-box .f-group {
  width: 50%;
  max-width: 100%;
}
section .s-contact-us__form .f-box .f-group.w-full {
  width: 100%;
}
section .s-contact-us__form .f-box div.f-control div.f-check {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .s-contact-us__search .f-box input.f-control::-webkit-input-placeholder{
  font-weight: 600;
  color: #B3B3B3;
  font-size: 11px;
  text-transform: uppercase;
}
section .s-contact-us__search .f-box input.f-control::-moz-placeholder{
  font-weight: 600;
  color: #B3B3B3;
  font-size: 11px;
  text-transform: uppercase;
}
section .s-contact-us__search .f-box input.f-control:-ms-input-placeholder{
  font-weight: 600;
  color: #B3B3B3;
  font-size: 11px;
  text-transform: uppercase;
}
section .s-contact-us__search .f-box input.f-control::-ms-input-placeholder{
  font-weight: 600;
  color: #B3B3B3;
  font-size: 11px;
  text-transform: uppercase;
}
section .s-contact-us__search .f-box input.f-control::placeholder{
  font-weight: 600;
  color: #B3B3B3;
  font-size: 11px;
  text-transform: uppercase;
}
section .s-contact-us__search .search__results ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
section .s-contact-us__search .search__results ul li {
  margin-bottom: 1rem;
}
section .s-contact-us__search .search__results ul li a{
  color: #081218;
}
section .s-contact-us__search .search__results .results--all strong{
  color: #3F8DBF;
}
section .s-contact-us__search .search__results .results--all a {
  margin-left: 20px;
  background-color: #3F8DBF;
  font-weight: 500;
  color: #FFF;
  font-size: 13px;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
}
section .s-contact-us__search .search__results .results--empty strong{
  color: #3F8DBF;
}
section .s-contact-us__iframe iframe {
	/* basic modern patch */
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 510px;
}

section .bg--right {
  background: url(../img/bg-1.jpg) center right no-repeat;
  background-size: cover;
}
section .bg--left {
  background: url(../img/bg-2.jpg) center left no-repeat;
  background-size: cover;
}
section .bg--light{
  background-color: #DDF2FF;
}
section .bg--dark{
  background-color: #3F8DBF;
  color: #FFF;
}
section .bg--dark ::-moz-selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .bg--dark ::selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .bg--dark-pic{
  background-color: #3F8DBF;
  color: #FFF;
  background: url(../img/bg-3.jpg) center right no-repeat;
  background-size: cover;
}
section .bg--dark-pic ::-moz-selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .bg--dark-pic ::selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .bg--dark-pic2{
  background-color: #3F8DBF;
  color: #FFF;
  background: url(../img/bg-4.jpg) center right no-repeat;
  background-size: cover;
}
section .bg--dark-pic2 ::-moz-selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .bg--dark-pic2 ::selection{
  background-color: rgb(255 255 255 / 0.25);
}
section .bg--black{
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  background-color: #081218;
  color: #FFF;
}
section .bg--text-blue{
  color: #3F8DBF;
}

.animate--dot {
  display: inline-block;
  padding-left: 5px;
  -webkit-animation: dotColor 2s infinite ease-in-out;
  animation: dotColor 2s infinite ease-in-out;
}
.animate--atom:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg-atom.svg) center center no-repeat;
  background-size: contain;
  -webkit-animation: circleAtom 4s infinite cubic-bezier(1, 0, 0, 1);
  animation: circleAtom 4s infinite cubic-bezier(1, 0, 0, 1);
}
.animate--lamp {
  position: relative;
}
.animate--lamp img {
  width: 100%;
}
.animate--lamp img:first-child {
  opacity: 1;
}
.animate--lamp img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: lampOpacity 2s infinite ease-in-out;
          animation: lampOpacity 2s infinite ease-in-out;
}
.animate--download {
  position: relative;
}
.animate--download img:last-child {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: downTop 2.5s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
          animation: downTop 2.5s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@-webkit-keyframes dotColor {
  0%{
    color: #081218;
  }
  50%{
    color: #F89459;
  }
  100%{
    color: #081218;
  }
}
@keyframes dotColor {
  0%{
    color: #081218;
  }
  50%{
    color: #F89459;
  }
  100%{
    color: #081218;
  }
}
@-webkit-keyframes circleAtom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circleAtom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAtom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lampOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lampOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes downTop {
  0% {
    top: -28px;
  }
  50% {
    top: 28px;
  }
  100% {
    top: -28px;
  }
}
@keyframes downTop {
  0% {
    top: -28px;
  }
  50% {
    top: 28px;
  }
  100% {
    top: -28px;
  }
}
@media (max-width: 1372px){
  footer .footer__menus {
    width: 730px;
  }
  section .s-hero__body {
    width: 700px;
    padding: 100px 0;
  }
  section .s-header__inner {
    min-height: 400px;
    padding: 100px 0;
  }
  section .s-header__body {
    width: 700px;
  }
  section .s-header2__body {
    width: 700px;
    padding: 100px 0;
  }
  section .s-header2__pic {
    width: 430px;
  }
  section .s-upgrade__sidebar {
    width: 340px;
  }
  section .s-upgrade__pic {
    width: 200px;
    margin-right: 48px;
  }
  section .s-choose__tabs .tabs__nav {
    width: 440px;
  }
  section .s-choose__box .box__item .item__text {
    width: 260px;
  }
  section .s-license__sidebar {
    margin-left: 100px;
  }
  section .s-upgrade2__tabs .tabs__nav {
    width: 440px;
  }
  section .s-contact__body {
    padding-right: 100px;
  }
  section .s-partners__tabs .tabs__nav,
section .s-downloads__tabs .tabs__nav {
    width: 440px;
  }
  section .s-downloads-thanks__body {
    padding-right: 100px;
  }
  section .s-partners-list__item .item__pic {
    width: 260px;
  }
}
@media (max-width: 1280px){
  .my-1 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-1 {
    margin-top: 100px;
  }
  .mb-1 {
    margin-bottom: 100px;
  }
  .py-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-1 {
    padding-top: 100px;
  }
  .pb-1 {
    padding-bottom: 100px;
  }
  header .header__menu nav.menu > ul {
    /* gap: 25px; */
    gap: 25px;
  }
  header .header__menu--mobile {
    width: auto;
  }
  footer .footer__block {
    width: 320px;
  }
  footer .footer__menus {
    width: 590px;
  }
  footer .footer__menus nav.menu > ul > li {
    max-width: 210px;
  }
  section .s-hero__body {
    width: 560px;
    padding: 60px 0;
  }
  section .s-hero__pic img {
    width: 620px;
    right: -40px;
  }
  section .s-hero__item .item__pic {
    margin: 0 32px;
    width: 190px;
  }
  section .s-header__inner {
    min-height: 320px;
    padding: 60px 0;
  }
  section .s-header__body {
    width: 560px;
  }
  section .s-header__item {
    width: 370px;
  }
  section .s-header2__body {
    min-height: 320px;
    width: 560px;
    padding: 60px 0;
  }
  section .s-header2__pic {
    width: 360px;
    padding-bottom: 42px;
  }
  section .s-header2__pic img {
    width: 190px;
  }
  section .s-header2__sidebar {
    width: 320px;
  }
  section .s-header2__links {
    width: 320px;
  }
  section .s-common__item .item__pic {
    padding-left: 40px;
  }
  section .s-products__items {
    --product-item-column-gap: 40px;
    --product-item-row-gap: 40px;
    padding: 0;
  }
  section .s-products__item .item__body {
    padding: 56px 24px 40px;
  }
  section .s-offers__list {
    padding: 0;
  }
  section .s-upgrade__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-upgrade__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
  section .s-testimonial__inner {
    padding: 24px 56px;
  }
  section .s-about-fookes__address {
    width: 40%;
  }
  section .s-about-fookes__body {
    width: 60%;
  }
  section .s-choose__box .box__items {
    width: 340px;
  }
  section .s-choose__box .box__item .item__text {
    width: 200px;
  }
  section .s-choose__tabs .tabs__nav {
    width: 300px;
    margin-right: 40px;
  }
  section .s-choose__tabs .tabs__nav ul li a {
    padding: 18px 24px;
    font-size: 24px;
  }
  section .s-choose__tabs .tabs__nav ul li a:after {
    right: 20px;
  }
  section .s-choose__tabs .tabs__nav ul li a strong {
    font-size: 28px;
  }
  section .s-license__sidebar {
    width: 370px;
    margin-left: 50px;
  }
  section .s-upgrade2__tabs .tabs__nav {
    width: 300px;
    margin-right: 40px;
  }
  section .s-upgrade2__tabs .tabs__nav ul li a {
    padding: 20px 24px;
    font-size: 24px;
  }
  section .s-upgrade2__tabs .tabs__nav ul li a:after {
    right: 20px;
  }
  section .s-contact__pic {
    width: 250px;
    margin-right: 40px;
  }
  section .s-contact__body {
    padding-right: 0;
  }
  section .s-contact__testimonials {
    margin-left: -290px;
  }
  section .s-contact__testimonials.no-pic {
    margin-left: 0;
  }
  section .s-contact__testimonials .testimonial__item .item__inner {
    /* padding: 48px 24px; */
  }
  section .s-prod-content__sidebar {
    width: 320px;
    margin-left: 50px;
  }
  section .s-prod-content__content table {
    font-size: 16px;
  }
  section .s-prod-content__content table tbody td {
    width: 130px;
  }
  section .s-partners__tabs .tabs__nav,
section .s-downloads__tabs .tabs__nav {
    width: 300px;
    margin-right: 40px;
  }
  section .s-partners__tabs .tabs__nav ul li a,
section .s-downloads__tabs .tabs__nav ul li a {
    padding: 20px 24px;
    font-size: 24px;
  }
  section .s-partners__tabs .tabs__nav ul li a:after,
section .s-downloads__tabs .tabs__nav ul li a:after {
    right: 20px;
  }
  section .s-downloads-thanks__pic {
    width: 250px;
    margin-right: 40px;
  }
  section .s-downloads-thanks__pic img:last-child {
    width: 56px;
  }
  section .s-downloads-thanks__body {
    padding-right: 0;
  }
  section .s-partners-list__item {
    padding: 40px;
  }
  section .s-partners-list__item .item__pic {
    width: 200px;
    margin-right: 40px;
  }
  section .s-content__sidebar {
    width: 370px;
  }
  section.left .s-common__item .item__pic {
    padding-right: 40px;
  }
}
@media (max-width: 1024px){
  .title{
    font-size: 44px;
  }
  .subtitle{
    font-size: 38px;
  }
  h1{
    font-size: 44px;
  }
  h2{
    font-size: 38px;
  }
  h3{
    font-size: 32px;
  }
  .my-1 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-1 {
    margin-top: 90px;
  }
  .mb-1 {
    margin-bottom: 90px;
  }
  .py-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-1 {
    padding-top: 90px;
  }
  .pb-1 {
    padding-bottom: 90px;
  }
  .my-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-2 {
    margin-top: 60px;
  }
  .mb-2 {
    margin-bottom: 60px;
  }
  .py-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-2 {
    padding-top: 60px;
  }
  .pb-2 {
    padding-bottom: 60px;
  }
  header .header__wrap {
    padding: 20px 0;
  }
  header .header__menu {
    display: none;
  }
  header .header__menu--mobile .menu__wrap {
    width: 340px;
  }
  footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 60px 0;
  }
  footer .footer__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer__copyright {
    font-size: 12px;
  }
  footer .footer__menus {
    width: 100%;
  }
  footer .footer__menus nav.menu > ul > li {
    max-width: inherit;
  }
  footer .footer__menus nav.menu > ul > li > ul.sub-menu > li > a {
    font-size: 14px;
  }
  footer .footer__social {
    margin-bottom: 32px;
  }
  .m-download__title{
    font-size: 24px;
  }
  section .s-hero__body {
    width: 100%;
    padding: 60px 0;
  }
  section .s-hero__title{
    font-size: 44px;
    margin-bottom: 28px;
  }
  section .s-hero__text{
    /* font-size: 20px; */
  }
  section .s-hero__pic {
    display: none;
  }
  section .s-hero__item .item__inner {
    padding: 40px 40px 40px 0;
  }
  section .s-hero__item .item__title{
    font-size: 37px;
  }
  section .s-hero__item .item__pic {
    display: none;
  }
  section.s-header:not(.pricing_,.small) + section > .py-1 {
    padding-top: 90px;
  }
  section.s-header.pricing_ .s-header__inner,
  section.s-header.small .s-header__inner {
    padding: 80px 0 50px;
  }
  section .s-header__inner {
    min-height: inherit;
    padding: 60px 0;
    display: block;
  }
  section .s-header__body {
    width: 100%;
    margin-bottom: 40px;
  }
  section .s-header__title{
    font-size: 44px;
    margin-bottom: 28px;
  }
  section .s-header__text{
    /* font-size: 20px; */
  }
  section .s-header__item {
    width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section .s-header__item .item__title{
    font-size: 24px;
  }
  section .s-header2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-header2__body {
    min-height: inherit;
    width: 100%;
    padding: 60px 0;
  }
  section .s-header2__title{
    font-size: 44px;
    margin-bottom: 28px;
  }
  section .s-header2__text{
    /* font-size: 20px; */
  }
  section .s-header2__pic {
    display: none;
  }
  section .s-header2__item .item__inner {
    padding: 40px 40px 40px 0;
  }
  section .s-header2__item .item__title{
    font-size: 24px;
  }
  section .s-header2__item .item__text h1{
    font-size: 32px;
  }
  section .s-header2__item .item__text h2 {
    font-size: 28px;
  }
  section .s-header2__item .item__text h3{
    font-size: 24px;
  }
  section .s-header2__item .item__text h4{
    font-size: 20px;
  }
  section .s-header2__item .item__text h5,  section .s-header2__item .item__text h6{
    font-size: 18px;
  }
  section .s-header2__sidebar {
    display: none;
  }
  section .s-header2__links {
    width: 100%;
    padding: 60px 0;
    margin: 0;
    position: static !important;
  }
  section .s-header2__links.bottom {
    display: block;
  }
  section .s-common__title {
    margin-bottom: 60px;
  }
  section .s-common__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-common__item .item__pic {
    padding: 0;
    padding-bottom: 40px;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  section .s-common__item .item__body {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .s-common__item .item__title {
    margin-bottom: 28px;
  }
  section .s-common__item .item__text{
    font-size: 20px;
    margin-bottom: 28px;
  }
  section .s-products__title {
    margin-bottom: 60px;
  }
  section .s-products__items {
    --product-item-width: 1/2;
    --product-item-column-gap: 40px;
    --product-item-row-gap: 40px;
  }
  section .s-products__item .item__body {
    padding: 56px 24px 40px;
  }
  section .s-products__item .item__title{
    font-size: 24px;
  }
  section .s-products__item .item__text {
    margin-bottom: 30px;
  }
  section .s-offers__title {
    margin-bottom: 60px;
  }
  section .s-offers__pic {
    margin-bottom: 60px;
  }
  section .s-offers__pic img {
    width: 590px;
  }
  section .s-offers__pic .animate--atom {
    top: calc(50% - 10px);
    width: 800px;
    height: 650px;
  }
  section .s-offers__list{
    font-size: 20px;
  }
  section .s-offers__list ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  section .s-offers__list ul li {
    margin-bottom: 20px;
  }
  section .s-upgrade__sidebar {
    margin-top: 50px;
  }
  section .s-upgrade__pic {
    width: 160px;
    margin-right: 32px;
  }
  section .s-upgrade__title{
    font-size: 32px;
  }
  section .s-testimonial__text {
    font-size: 18px;
    margin-bottom: 24px;
  }
  section .s-about-fookes__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-about-fookes__title {
    margin-bottom: 40px;
  }
  section .s-about-fookes__address {
    width: 100%;
    font-size: 24px;
  }
  section .s-about-fookes__address strong {
    font-size: 30px;
  }
  section .s-about-fookes__body {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  section .s-about-fookes__text {
    font-size: 26px;
  }
  section .s-choose__title {
    margin-bottom: 40px;
  }
  section .s-choose__subtitle{
    font-size: 20px;
    margin-bottom: 28px;
  }
  section .s-choose__payment {
    margin-bottom: 40px;
  }
  section .s-choose__select .select__nav {
    margin-bottom: 40px;
  }
  section .s-choose__tabs {
    display: none;
  }
  section .s-choose__box .box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-choose__box .box__items {
    width: 100%;
  }
  section .s-choose__box .box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section .s-choose__box .box__item .item__hover {
    display: none;
  }
  section .s-choose__box .box__item .item__text {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    background: none;
    margin-top: 5px;
  }
  section .s-choose__box .box__btn {
    margin-left: 0;
    margin-top: 28px;
  }
  section .s-choose__accordion {
    display: block;
  }
  section .s-choose__accordion .accordion__item {
    margin-bottom: 40px;
  }
  section .s-choose__accordion .accordion__title{
    font-size: 24px;
  }
  section .s-choose__accordion .accordion__title strong {
    font-size: 28px;
  }
  section .s-license__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-license__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  section .s-faq-small__title{
    font-size: 24px;
  }
  section .s-upgrade2__title {
    margin-bottom: 28px;
  }
  section .s-upgrade2__text{
    font-size: 20px;
    margin-bottom: 40px;
    width: 100%;
  }
  section .s-upgrade2__tabs {
    display: none;
  }
  section .s-upgrade2__accordion {
    display: block;
  }
  section .s-upgrade2__accordion .accordion__item {
    margin-bottom: 40px;
  }
  section .s-upgrade2__accordion .accordion__title{
    font-size: 24px;
  }
  section .s-upgrade2__box .box__text h1, section .s-upgrade2__box .box__text h2, section .s-upgrade2__box .box__text h3 {
    font-size: 22px;
  }
  section .s-upgrade2__box .box__text h4 {
    font-size: 19px;
  }
  section .s-upgrade2__box .box__text h5, section .s-upgrade2__box .box__text h6 {
    font-size: 18px;
  }
  section .s-prod-content__title {
    /* margin-bottom: 40px; */
		font-size: 30px;
  }
  section .s-prod-content__sidebar {
    display: none;
  }
  section .s-prod-content__text h3{
    /* font-size: 24px; */
    font-size: 26px;
  }
  section .s-prod-content__text h4{
    /* font-size: 20px; */
    font-size: 22px;
  }
  section .s-prod-content__text h5,  section .s-prod-content__text h6{
    font-size: 20px;
  }
  section .s-prod-content__text.big{
    font-size: 20px;
  }
  section .s-prod-content__text table {
    font-size: 16px;
  }
  section .s-prod-content__text table tbody td {
    width: 160px;
  }
  section .s-contact__pic {
    width: 180px;
    margin-right: 32px;
  }
	section .s-contact__body .s-ratedstars__title,
  section .s-contact__title{
    /* font-size: 32px; */
		font-size: 30px;
  }
  section .s-contact__testimonials {
    margin-left: -212px;
  }
  section .s-contact__testimonials.no-pic {
    margin-left: 0;
  }
  section .s-contact__testimonials .testimonial__items {
    --testimonial-item-width: 1/2;
  }
  section .s-contact__testimonials .testimonial__item .item__text {
    /* font-size: 18px; */
    margin-bottom: 24px;
  }
  section .s-contact__text h3{
    /* font-size: 24px; */
		font-size: 26px;
  }
  section .s-contact__text h4{
    /* font-size: 20px; */
		font-size: 22px;
  }
  section .s-contact__text h5,  section .s-contact__text h6{
    font-size: 18px;
  }
  section .s-partners__title,
section .s-downloads__title {
    margin-bottom: 40px;
  }
  section .s-partners__text,
section .s-downloads__text {
    margin-bottom: 60px;
  }
  section .s-partners__text h3, 
section .s-downloads__text h3{
    font-size: 24px;
  }
  section .s-partners__text h4, 
section .s-downloads__text h4{
    font-size: 20px;
  }
  section .s-partners__text h5,  section .s-partners__text h6, 
section .s-downloads__text h5, 
section .s-downloads__text h6{
    font-size: 18px;
  }
  section .s-partners__tabs,
section .s-downloads__tabs {
    display: none;
  }
  section .s-partners__accordion,
section .s-downloads__accordion {
    display: block;
  }
  section .s-partners__accordion .accordion__item,
section .s-downloads__accordion .accordion__item {
    margin-bottom: 40px;
  }
  section .s-partners__accordion .accordion__title, 
section .s-downloads__accordion .accordion__title{
    font-size: 24px;
  }
  section .s-downloads-thanks__pic {
    width: 180px;
    margin-right: 32px;
  }
  section .s-downloads-thanks__pic img:last-child {
    width: 42px;
  }
  section .s-downloads-thanks__title{
    font-size: 32px;
  }
  section .s-downloads-thanks__text h3{
    font-size: 24px;
  }
  section .s-downloads-thanks__text h4{
    font-size: 20px;
  }
  section .s-downloads-thanks__text h5,  section .s-downloads-thanks__text h6{
    font-size: 18px;
  }
  section .s-partners-list__item {
    padding: 32px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-partners-list__item .item__pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: left;
  }
  section .s-partners-list__item .item__title{
    font-size: 24px;
    margin-bottom: 25px;
  }
  section .s-partners-list__item .item__text, section .s-partners-list__item .item__subtext {
    margin-bottom: 25px;
  }
  section .s-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  section .s-content__sidebar {
    width: 100%;
  }
  section .s-content__content h1{
    font-size: 44px;
  }
  section .s-content__content h2 {
    font-size: 30px;
  }
  section .s-content__content h3{
    font-size: 26px;
  }
  section .s-content__content h4{
    font-size: 22px;
  }
  section .s-content__content h5,  
	section .s-content__content h6{
    font-size: 18px;
  }
  section .s-content__content .subtitle{
    font-size: 38px;
  }
  section .s-sidebar__title{
    font-size: 24px;
  }
  section .s-sidebar__text address strong {
    font-size: 20px;
  }
  section .s-contact-us__tabs .tabs__nav ul li {
    margin-right: 40px;
  }
	section .s-header2__links .title {
		font-size: 24px;
	}
	section .s-header2__links--btns ul li {
		width: calc(33.3% - 5px);
	}
}
@media (max-width: 768px){
  header .header__menu--mobile .menu__wrap {
    scrollbar-width: none;
  }
  header .header__menu--mobile .menu__wrap::-webkit-scrollbar {
    display: none;
  }
  footer .footer__logo img {
    height: 30px;
  }
  footer .footer__menus nav.menu > ul {
    --footer-menu-item-width: 1/2;
    --footer-menu-item-column-gap: 30px;
    --footer-menu-item-row-gap: 40px;
  }
  footer .footer__menus nav.menu > ul > li {
    max-width: 200px;
  }
  section .s-hero__body {
    padding: 60px 0;
  }
  section .s-header__inner {
    padding: 60px 0;
  }
  section .s-header2__body {
    padding: 60px 0;
  }
  section .s-products__items {
    --product-item-width: 1/1;
    --product-item-column-gap: 40px;
    --product-item-row-gap: 40px;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
  }
  section .s-products__item .item__body {
    padding: 56px 24px 40px;
  }
  section .s-products__item .item__title{
    font-size: 24px;
  }
  section .s-products__item .item__text {
    margin-bottom: 30px;
  }
  section .s-offers__pic img {
    width: 480px;
  }
  section .s-offers__pic .animate--atom {
    width: 700px;
    height: 580px;
  }
  section .s-upgrade__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-upgrade__pic {
    width: 160px;
    margin: 0 auto 38px;
  }
  section .s-testimonial__inner {
    padding: 24px 48px;
  }
  section .s-prod-content__text table tbody td {
    width: 130px;
  }
  section .s-prod-content__text .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-contact__pic {
    width: 180px;
    margin: 0 auto 38px;
  }
  section .s-contact__text {
    /* margin-bottom: 38px; */
  }
  section .s-contact__testimonials {
    margin-left: 0;
  }
  section .s-contact__testimonials .testimonial__items {
    --testimonial-item-width: 1/1;
  }
  section .s-contact__testimonials .testimonial__item .item__inner {
    /* padding: 24px 48px; */
  }
  section .s-downloads-thanks__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-downloads-thanks__pic {
    width: 180px;
    margin: 0 auto 38px;
  }
  section .s-downloads-thanks__pic img:last-child {
    width: 50px;
  }
  section .s-downloads-thanks__text {
    margin-bottom: 38px;
  }
}
@media (max-width: 640px){
  .title{
    font-size: 38px;
  }
  .subtitle{
    font-size: 32px;
  }
  h1{
    font-size: 38px;
  }
  h2{
    font-size: 32px;
  }
  h3{
    font-size: 30px;
  }
  h4{
    font-size: 22px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
  }
  body{
    font-size: 16px;
  }
  .my-1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-1 {
    margin-top: 60px;
  }
  .mb-1 {
    margin-bottom: 60px;
  }
  .py-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-1 {
    padding-top: 60px;
  }
  .pb-1 {
    padding-bottom: 60px;
  }
  .my-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-2 {
    margin-top: 40px;
  }
  .mb-2 {
    margin-bottom: 40px;
  }
  .py-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-2 {
    padding-top: 40px;
  }
  .pb-2 {
    padding-bottom: 40px;
  }
  header .header__wrap {
    padding: 15px 0;
  }
  header .header__menu--mobile .menu__wrap {
    width: 100%;
    padding: 20px 15px;
  }
  header .header__menu--mobile .menu__close {
    margin-bottom: 20px;
  }
  header .header__menu--mobile .menu__inner nav.menu > ul > li {
    margin-bottom: 20px;
  }
  footer .footer__inner {
    padding: 50px 0;
  }
  footer .footer__copyright {
    padding: 15px 0;
  }
  footer .footer__logo {
    margin-bottom: 28px;
  }
  footer .footer__text {
    margin-bottom: 28px;
  }
  footer .footer__social {
    margin-bottom: 28px;
  }
  footer .footer__menu {
    margin-bottom: 40px;
  }
  footer .footer__menus nav.menu > ul {
    --footer-menu-item-width: 1/2;
    --footer-menu-item-column-gap: 20px;
    --footer-menu-item-row-gap: 40px;

		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		max-height: inherit;
  }
  footer .footer__menus nav.menu > ul > li {
    /* -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; */

		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		width: 50%;
  }
  footer .footer__menus nav.menu > ul > li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  footer .footer__menus nav.menu > ul > li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer__menus nav.menu > ul > li:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer__menus nav.menu > ul > li > ul.sub-menu {
    margin-top: 15px;
  }
  footer .footer__menus nav.menu > ul > li > ul.sub-menu > li {
    margin-bottom: 6px;
  }
  .btn--scrolltop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
  }
  .f-box input.f-check ~ label{
    font-size: 16px;
  }
  .modal {
    padding: 24px;
    width: 420px;
  }
  .m-download__title{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .m-download__text {
    margin-bottom: 15px;
  }
  section .s-hero__body {
    padding: 40px 0;
  }
  section .s-hero__title{
    font-size: 38px;
    margin-bottom: 24px;
  }
  section .s-hero__text{
    /* font-size: 18px; */
  }
  section .s-hero__item .item__inner {
    padding: 30px 30px 30px 0;
  }
  section .s-hero__item .item__title{
    font-size: 30px;
  }
  section.s-header:not(.pricing_,.small) + section > .py-1 {
    padding-top: 60px;
  }
  section.s-header.pricing_ + section > .py-1 {
    padding-top: 40px;
  }
	section.s-header.pricing_ .s-header__inner,
  section.s-header.small .s-header__inner {
    padding: 60px 0 40px;
  }
  section .s-header__inner {
    padding: 40px 0;
  }
  section .s-header__body {
    margin-bottom: 30px;
  }
  section .s-header__title{
    font-size: 38px;
    margin-bottom: 24px;
  }
  section .s-header__text{
    /* font-size: 18px; */
  }
  section .s-header__item .item__title{
    font-size: 22px;
    margin-bottom: 15px;
  }
  section .s-header__item .item__text ul {
    padding-left: 20px;
  }
  section .s-header__item .item__text ul.check {
    padding-left: 16px;
  }
  section .s-header2__body {
    padding: 40px 0;
  }
  section .s-header2__title{
    font-size: 38px;
    margin-bottom: 24px;
  }
  section .s-header2__text{
    /* font-size: 18px; */
  }
  section .s-header2__item .item__inner {
    padding: 30px 30px 30px 0;
  }
  section .s-header2__item .item__title{
    font-size: 22px;
  }
  section .s-header2__item .item__text h1{
    font-size: 30px;
  }
  section .s-header2__item .item__text h2 {
    font-size: 26px;
  }
  section .s-header2__item .item__text h3{
    font-size: 22px;
  }
  section .s-header2__item .item__text h4{
    font-size: 18px;
  }
  section .s-header2__item .item__text h5,  section .s-header2__item .item__text h6{
    font-size: 16px;
  }
  section .s-header2__links {
    padding: 40px 0;
  }
  section .s-common__title {
    margin-bottom: 40px;
  }
  section .s-common__item .item__pic {
    padding-bottom: 30px;
  }
  section .s-common__item .item__title {
    margin-bottom: 24px;
  }
  section .s-common__item .item__text{
    font-size: 18px;
    margin-bottom: 24px;
  }
  section .s-products__title {
    margin-bottom: 40px;
  }
  section .s-products__items {
    --product-item-column-gap: 30px;
    --product-item-row-gap: 30px;
    width: 320px;
  }
  section .s-products__item .item__body {
    padding: 56px 24px 30px;
  }
  section .s-products__item .item__title{
    font-size: 22px;
    margin-bottom: 22px;
  }
  section .s-products__item .item__text {
    margin-bottom: 20px;
  }
  section .s-offers__title {
    margin-bottom: 40px;
  }
  section .s-offers__pic {
    margin-bottom: 40px;
  }
  section .s-offers__pic img {
    width: 80%;
  }
  section .s-offers__pic .animate--atom {
    width: 120%;
    height: 400px;
  }
  section .s-offers__list{
    font-size: 18px;
  }
  section .s-offers__list ul li {
    margin-bottom: 15px;
  }
  section .s-upgrade__pic {
    width: 160px;
    margin: 0 auto 32px;
  }
  section .s-upgrade__title{
    font-size: 30px;
    margin-bottom: 28px;
  }
  section .s-testimonial__inner {
    padding: 24px 32px;
  }
  section .s-testimonial__text{
    font-size: 18px;
    margin-bottom: 20px;
  }
  section .s-about-fookes__title {
    margin-bottom: 30px;
  }
  section .s-about-fookes__address{
    font-size: 22px;
  }
  section .s-about-fookes__address strong {
    font-size: 28px;
  }
  section .s-about-fookes__btn {
    margin-top: 28px;
  }
  section .s-about-fookes__body {
    padding-top: 30px;
  }
  section .s-about-fookes__text{
    font-size: 22px;
  }
  section .s-choose__title {
    margin-bottom: 30px;
  }
  section .s-choose__subtitle{
    font-size: 18px;
    margin-bottom: 20px;
  }
  section .s-choose__payment {
    margin-bottom: 30px;
  }
  section .s-choose__select .select__nav {
    margin-bottom: 30px;
  }
  section .s-choose__box {
    padding: 24px;
  }
  section .s-choose__box .box__item .item__text {
    font-size: 15px;
  }
  section .s-choose__box .box__btn {
    margin-top: 24px;
  }
  section .s-choose__accordion .accordion__item {
    margin-bottom: 30px;
  }
  section .s-choose__accordion .accordion__title{
    font-size: 22px;
    padding: 18px 50px 18px 24px;
  }
  section .s-choose__accordion .accordion__title:after {
    right: 24px;
  }
  section .s-choose__accordion .accordion__title strong {
    font-size: 26px;
  }
  section .s-choose__accordion .accordion__content {
    padding-top: 28px;
  }
  section .s-faq-small__title{
    font-size: 22px;
    margin-bottom: 15px;
  }
  section .s-faq-small__items {
    padding-left: 20px;
  }
  section .s-upgrade2__title {
    margin-bottom: 24px;
  }
  section .s-upgrade2__text{
    font-size: 18px;
    margin-bottom: 30px;
  }
  section .s-upgrade2__accordion .accordion__item {
    margin-bottom: 30px;
  }
  section .s-upgrade2__accordion .accordion__title{
    font-size: 22px;
    padding: 20px 50px 20px 24px;
  }
  section .s-upgrade2__accordion .accordion__title:after {
    right: 24px;
  }
  section .s-upgrade2__accordion .accordion__title strong {
    font-size: 28px;
  }
  section .s-upgrade2__accordion .accordion__content {
    padding-top: 28px;
  }
  section .s-upgrade2__box {
    padding: 24px;
  }
  section .s-upgrade2__box .box__text h1, section .s-upgrade2__box .box__text h2, section .s-upgrade2__box .box__text h3 {
    font-size: 20px;
  }
  section .s-upgrade2__box .box__text h4 {
    font-size: 18px;
  }
  section .s-upgrade2__box .box__text h5, section .s-upgrade2__box .box__text h6 {
    font-size: 16px;
  }
  section .s-prod-content__title {
    /* margin-bottom: 30px; */
		font-size: 28px;
  }
  section .s-prod-content__text h3{
    /* font-size: 22px; */
    font-size: 24px;
  }
  section .s-prod-content__text h4{
    /* font-size: 18px; */
    font-size: 20px;
  }
  section .s-prod-content__text h5,  section .s-prod-content__text h6{
    font-size: 18px;
  }
  section .s-prod-content__text ul {
    padding-left: 20px;
  }
  section .s-prod-content__text ul.check {
    padding-left: 16px;
  }
  section .s-prod-content__text table {
    font-size: 14px;
    width: 420px;
    table-layout: auto;
  }
  section .s-prod-content__text table tbody td {
    width: 100px;
  }
  section .s-prod-content__text .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  section .s-prod-content__text .columns > div {
    width: 100%;
  }
  section .s-prod-content__text.big{
    font-size: 18px;
  }
  section .s-contact__pic {
    width: 160px;
    margin: 0 auto 32px;
  }
	section .s-contact__body .s-ratedstars__title,
  section .s-contact__title{
    /* font-size: 30px; */
		font-size: 28px;
  }
  section .s-contact__text {
    /* margin-bottom: 32px; */
  }
  section .s-contact__text h3{
    /* font-size: 22px; */
		font-size: 24px;
  }
  section .s-contact__text h4{
    /* font-size: 18px; */
		font-size: 20px;
  }
  section .s-contact__text h5,  section .s-contact__text h6{
    font-size: 16px;
  }
  section .s-contact__testimonials .testimonial__item .item__inner {
    /* padding: 24px 32px; */
  }
  section .s-contact__testimonials .testimonial__item .item__text {
    /* font-size: 18px; */
    margin-bottom: 20px;
  }
  section .s-partners__title,
section .s-downloads__title {
    margin-bottom: 30px;
  }
  section .s-partners__text,
section .s-downloads__text {
    margin-bottom: 50px;
  }
  section .s-partners__text h3, 
section .s-downloads__text h3{
    font-size: 22px;
  }
  section .s-partners__text h4, 
section .s-downloads__text h4{
    font-size: 18px;
  }
  section .s-partners__text h5,  section .s-partners__text h6, 
section .s-downloads__text h5, 
section .s-downloads__text h6{
    font-size: 16px;
  }
  section .s-partners__box,
section .s-downloads__box {
    padding: 24px;
  }
  section .s-partners__box .box__text ol,
section .s-partners__box .box__text ul,
section .s-downloads__box .box__text ol,
section .s-downloads__box .box__text ul {
    padding-left: 20px;
  }
  section .s-partners__accordion .accordion__item,
section .s-downloads__accordion .accordion__item {
    margin-bottom: 30px;
  }
  section .s-partners__accordion .accordion__title, 
section .s-downloads__accordion .accordion__title{
    font-size: 22px;
    padding: 20px 50px 20px 24px;
  }
  section .s-partners__accordion .accordion__title:after,
section .s-downloads__accordion .accordion__title:after {
    right: 24px;
  }
  section .s-partners__accordion .accordion__title strong,
section .s-downloads__accordion .accordion__title strong {
    font-size: 28px;
  }
  section .s-partners__accordion .accordion__content,
section .s-downloads__accordion .accordion__content {
    padding-top: 28px;
  }
  section .s-downloads-thanks__pic {
    width: 160px;
    margin: 0 auto 32px;
  }
  section .s-downloads-thanks__title{
    font-size: 30px;
  }
  section .s-downloads-thanks__text {
    margin-bottom: 32px;
  }
  section .s-downloads-thanks__text__text h3{
    font-size: 22px;
  }
  section .s-downloads-thanks__text__text h4{
    font-size: 18px;
  }
  section .s-downloads-thanks__text__text h5,  section .s-downloads-thanks__text__text h6{
    font-size: 16px;
  }
  section .s-partners-list__item {
    padding: 24px;
    margin-bottom: 40px;
  }
  section .s-partners-list__item .item__pic {
    margin-bottom: 25px;
  }
  section .s-partners-list__item .item__title{
    font-size: 22px;
    margin-bottom: 25px;
  }
  section .s-partners-list__item .item__text, section .s-partners-list__item .item__subtext {
    margin-bottom: 25px;
  }
  section .s-partners-list__item .item__text ul {
    padding-left: 20px;
  }
  section .s-content__inner {
    gap: 30px;
  }
  section .s-content__content h1{
    font-size: 38px;
  }
  section .s-content__content h2 {
    font-size: 28px;
  }
  section .s-content__content h3{
    font-size: 24px;
  }
  section .s-content__content h4{
    font-size: 20px;
  }
  section .s-content__content h5,  
	section .s-content__content h6{
    font-size: 16px;
  }
  section .s-content__content .subtitle{
    font-size: 32px;
  }
  section .s-content__content ul {
    padding-left: 20px;
  }
  section .s-content__content .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  section .s-content__content .columns > div {
    width: 100%;
  }
  section .s-sidebar__title{
    font-size: 22px;
  }
  section .s-sidebar__text address strong {
    font-size: 19px;
  }
  section .s-contact-us__inner {
    padding: 24px;
  }
  section .s-contact-us__tabs .tabs__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .s-contact-us__tabs .tabs__nav ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  section .s-contact-us__tabs .tabs__nav ul li:last-child {
    margin-bottom: 0;
  }
  section .s-contact-us__tabs .tabs__nav ul li a{
    font-size: 16px;
  }
  section .s-contact-us__form .f-box .f-group {
    width: 100%;
  }
  .t-scroll-info {
    font-size: 13px;
    font-style: italic;
    text-align: right;
  }
  .t-scroll-ov {
    display: block;
    overflow-x: auto;
    margin-bottom: 2rem;
  }
  .t-scroll-ov table {
    margin-bottom: 0 !important;
  }
	section .s-header2__links .title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	section .s-header2__links--btns ul li {
		width: calc(50% - 5px);
	}
}
@media (max-width: 480px){
  header .header__menu--mobile .menu__bottom nav.menu > ul > li > ul.sub-menu {
    margin-bottom: 0;
  }
  footer .footer__menus nav.menu > ul {
    --footer-menu-item-width: 1/1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: inherit;
    text-align: center;
  }
  footer .footer__menus nav.menu > ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .btn--scrolltop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
  }
  section .s-choose__accordion .accordion__title {
    font-size: 20px;
  }
  section .s-choose__accordion .accordion__title strong {
    font-size: 24px;
  }
  section .s-upgrade2__accordion .accordion__title,
section .s-partners__accordion .accordion__title,
section .s-downloads__accordion .accordion__title {
    font-size: 20px;
  }
}
@media (max-width: 430px){
  header .header__menu--mobile .menu__bottom nav.menu > ul {
    --header-menu-item-width: 1/1;
  }
}
@media (min-width: 479px){
  .container{
    max-width: 450px;
  }
}
@media (min-width: 639px){
  .container{
    max-width: 610px;
  }
}
@media (min-width: 767px){
  .container{
    max-width: 738px;
  }
}
@media (min-width: 1023px){
  .container{
    max-width: 994px;
  }
  header .header__menu nav.menu {
    overflow: initial !important;
    display: block !important;
    height: auto !important;
  }
}
@media (min-width: 1279px){
  .container{
    max-width: 1250px;
  }
}
@media (min-width: 1371px){
  .container{
    max-width: 1342px;
  }
}


.should-display-mobile {
	display: block !important;
}
.should-display-desktop {
	display: none !important;
}
.box-bounds {
	min-height: auto;
}

@media (min-width: 960px) {
	.box-bounds {
		min-height: 440px;
	}
}

@media (min-width: 1200px) {
	.should-display-mobile {
		display: none !important;
	}
	.should-display-desktop {
		display: flex !important;
	}
	
}