/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./less/style.less ***!
  \**********************************************************************************************************/
/*
Theme Name: Doinn Theme
Author: Doinn
Author URI: https://doinn.com
Description: 
Version: 1.0
Text Domain: doinn
*/
/***********************************************
*******************   FONTS   ******************
***********************************************/
@font-face {
  font-family: "Segoe UI";
  src: url(293e692f583af77a347b.woff);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(21ecd6932d8c6e2ae14e.woff);
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Segoe UI";
  src: url(eb9dca895cf2de5deeda.woff);
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(04ca0df8c9e54c81b1a5.woff);
  font-style: italic;
  font-weight: bold;
}
/***********************************************
******************   COLORS   ******************
***********************************************/
* {
  box-sizing: border-box;
}
html {
  min-height: 100vh;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 300;
  font-variation-settings: 'wght' 300;
  background-color: #fff;
  overflow-x: hidden;
}
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  line-height: 1em;
  color: #333333;
}
h1,
.h1 {
  font-size: clamp(2.375rem, 5vw, 3.563rem);
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
}
h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.875rem, 4vw, 2.813rem);
  line-height: 1.2em;
}
h3 {
  margin: 0;
  font-style: normal;
  font-size: clamp(1.625rem, 3vw, 2rem);
  line-height: 1.2em;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #333333;
}
a {
  color: #000;
}
strong {
  font-weight: 600;
  font-variation-settings: 'wght' 500;
}
blockquote.wp-block-quote {
  margin: 1.9em 40px 1.6em 40px;
  position: relative;
}
blockquote.wp-block-quote:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1b1464;
  position: absolute;
  top: -10px;
  left: -30px;
  transform: rotate(-45deg);
}
blockquote.wp-block-quote p {
  font-style: italic;
  line-height: 1.4em;
  font-weight: 400;
}
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.wp-block-quote cite a {
  color: #1b1464;
  font-size: 13px;
  line-height: 1em;
}
.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: all ease 0.33s;
}
.button:hover {
  transition: all ease 0.33s;
}
.button.with-border {
  border: 1px solid #fff;
}
.button.primary {
  background: #6F5EFF;
  color: #fff;
}
.button.primary:hover {
  background: #594BCC;
}
.button.secondary {
  background: #F2F2F2;
  color: #333;
}
.button.secondary:hover {
  background: #E6E6E6;
}
.button.secondary.lighter {
  background: #fff;
}
.button.secondary.lighter:hover {
  background: #F2F2F2;
}
.button.outlined {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.button.outlined:hover {
  color: #333;
  background: #fff;
}
/***********************************************
******************   COLUMNS   *****************
***********************************************/
#main {
  width: 100%;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.container.spacing {
  padding: 0 100px;
}
.pagination-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.pagination-posts .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 8px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  padding: 6px 11px;
  border-radius: 4px;
}
.pagination-posts .page-numbers:hover {
  background: #a1a1a140;
}
.pagination-posts .page-numbers.current {
  background: #6F5EFF;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 32px;
  }
  .container.spacing {
    padding: 0 32px;
  }
  .container .container {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  #doinn-cookie-bar > div > span {
    margin-bottom: 10px;
    display: block;
  }
}
/***********************************************
******************   HEADER   ******************
***********************************************/
.main-header {
  display: flex;
  width: 100%;
  max-width: 1280px;
  background: transparent;
  position: absolute;
  z-index: 999;
  left: 0px;
  right: 0px;
  margin: 40px auto 0 auto;
  justify-content: space-between;
  align-items: center;
}
.main-header .button {
  margin-left: 15px;
}
.main-header .hide {
  display: none;
}
.main-header-left {
  display: flex;
}
.main-header-left .logo {
  display: block;
  margin-right: 54px;
  width: 160px;
  height: 40px;
  background: url(ec1dc8dffbb7bf907a12.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
.main-header-right {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .main-header {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-header.open {
    display: block;
    z-index: 999;
  }
  .main-header.open::before {
    content: '';
    position: fixed;
    background: #1b1464;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .main-header-left,
  .main-header-right {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.template-internal-page .main-header,
.template-home-blog-page .main-header,
.post-page .main-header,
.header-txt-black .main-header {
  position: relative;
  margin-bottom: 32px;
}
.template-internal-page .main-header-left .logo,
.template-home-blog-page .main-header-left .logo,
.post-page .main-header-left .logo,
.header-txt-black .main-header-left .logo {
  background: url(3d7b71dedc4fe6f6794d.svg) no-repeat center center;
  background-size: contain;
}
.template-internal-page .main-header .button.primary svg,
.template-home-blog-page .main-header .button.primary svg,
.post-page .main-header .button.primary svg,
.header-txt-black .main-header .button.primary svg {
  filter: brightness(5);
}
.template-internal-page .main-header.open .logo,
.template-home-blog-page .main-header.open .logo,
.post-page .main-header.open .logo,
.header-txt-black .main-header.open .logo {
  background: url(ec1dc8dffbb7bf907a12.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1100px) {
  .template-internal-page .main-header,
  .template-home-blog-page .main-header,
  .post-page .main-header,
  .header-txt-black .main-header {
    margin-bottom: 60px;
  }
}
.site_menu {
  display: flex;
  align-self: center;
}
.site_menu > div > ul > li.nav-products > .sub-menu {
  display: grid;
  grid-template-columns: 236px 1fr 1fr;
  width: 920px;
  padding: 0;
}
.site_menu > div > ul > li.nav-products > .sub-menu > li {
  padding: 0.75rem 1.5rem;
}
.site_menu > div > ul > li.nav-products > .sub-menu > li:first-child {
  grid-column: 1;
  grid-row: 1 / 1000;
  background: #F4F2FF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.site_menu > div > ul > li.nav-products > .sub-menu > li:nth-child(2),
.site_menu > div > ul > li.nav-products > .sub-menu > li:nth-child(3) {
  padding-top: 1.5rem;
}
.site_menu > div > ul > li.nav-products > .sub-menu > li:nth-last-child(-n+2) {
  padding-bottom: 1.5rem;
}
.site_menu > div > ul > li.nav-products > .sub-menu > li::after {
  display: none;
}
.site_menu > div > ul > li.nav-products > .sub-menu > li > a {
  color: #333333;
  font-weight: normal;
  padding: 0;
  font-weight: 700;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu {
  display: grid;
  grid-template-columns: 236px 1fr;
  width: 700px;
  padding: 0;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu > li {
  padding: 0.75rem 1.5rem;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu > li:first-child {
  grid-column: 1;
  grid-row: 1 / 1000;
  background: #F4F2FF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu > li:nth-child(2) {
  padding-top: 1.5rem;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu > li:last-child {
  padding-bottom: 1.5rem;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu > li::after {
  display: none;
}
.site_menu > div > ul > li.nav-solutions > .sub-menu > li > a {
  color: #333333;
  font-weight: normal;
  padding: 0;
  font-weight: 700;
}
.site_menu > div > ul > li:not(.nav-products):not(.nav-solutions) > .sub-menu {
  padding: 1.5rem;
}
.site_menu li.has-icon a {
  display: grid!important;
  grid-template-columns: 32px auto;
  gap: 0 8px;
  transition: color 0.3s ease-in-out;
}
.site_menu li.has-icon a:has(.menu-item-description) picture {
  grid-column: 1;
  grid-row: 1 / 3;
}
.site_menu li.has-icon a:not(:has(.menu-item-description)) {
  align-items: center;
}
.site_menu li.has-icon a .menu-item-description {
  margin-top: 0;
}
.site_menu .menu-item-description {
  font-size: 14px;
  margin-top: 1rem;
  font-weight: 400;
  display: block;
}
.site_menu a[href="#"] {
  pointer-events: none;
}
.site_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site_menu ul li {
  display: inline-block;
  padding: 0 12px;
}
.site_menu ul li > a {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.site_menu ul li > a:hover {
  color: #00FFFF;
}
.site_menu ul li.menu-item-has-children {
  position: relative;
}
.site_menu ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site_menu ul li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  mask: url("data:image/svg+xml; utf8, <svg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 stroke=%27currentColor%27><path stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27m19.5 8.25-7.5 7.5-7.5-7.5%27 /></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml; utf8, <svg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 stroke=%27currentColor%27><path stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27m19.5 8.25-7.5 7.5-7.5-7.5%27 /></svg>") no-repeat center;
  transform: rotate(0deg);
  transition: transform ease-in-out 0.3s;
}
.site_menu ul li.menu-item-has-children .sub-menu {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  margin-top: 0;
  padding: 0;
  width: 300px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #333;
  transition: opacity ease-in-out 0.3s, margin ease-in-out 0.3s;
  opacity: 0;
}
.site_menu ul li.menu-item-has-children .sub-menu li {
  display: block;
  padding: 0;
}
.site_menu ul li.menu-item-has-children .sub-menu a {
  color: #333;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 8px 9px 8px;
  display: block;
  border-radius: 4px;
  transition: background-color 0.25s ease-in-out;
}
.site_menu ul li.menu-item-has-children .sub-menu a .complex_menu_item {
  font-size: 14px;
  font-weight: normal;
}
.site_menu ul li.menu-item-has-children .sub-menu a .menu_item_title {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.15px;
  margin-bottom: 4px;
}
.site_menu ul li.menu-item-has-children .sub-menu a .menu_item_title.without_text {
  align-items: center;
}
.site_menu ul li.menu-item-has-children .sub-menu a .menu_item_title b {
  font-size: 16px;
  line-height: 24px;
}
.site_menu ul li.menu-item-has-children .sub-menu a .menu_item_title img {
  vertical-align: middle;
  margin-right: 9px;
}
.site_menu ul li.menu-item-has-children .sub-menu a:hover {
  color: #433899;
}
.site_menu ul li.menu-item-has-children .sub-menu .sub-menu {
  position: relative;
  width: 380px;
  box-shadow: none;
  padding: 0!important;
  height: auto;
  margin-top: 0!important;
  border-radius: 0;
}
.site_menu ul li.menu-item-has-children .complex_menu_item {
  margin-bottom: 0;
}
.site_menu ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
.site_menu ul li.menu-item-has-children:hover .sub-menu {
  height: auto;
  overflow: auto;
  opacity: 1;
  margin-top: 20px;
  transition: opacity ease-in-out 0.3s, margin ease-in-out 0.3s;
}
.site_menu ul li.menu-item-has-children:hover a::after {
  transform: rotate(-180deg);
  transition: transform ease-in-out 0.3s;
}
.site_menu ul li.menu-item-has-children:hover::after {
  display: inline-block;
}
.site_menu ul ul {
  display: none;
}
.burger {
  display: none;
  position: absolute;
  width: 32px;
  height: 22px;
  cursor: pointer;
  top: 12px;
  right: 32px;
}
.burger span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 0px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2) {
  top: 10px;
}
.burger span:nth-child(3) {
  top: 20px;
}
.burger.open {
  width: 35px;
}
.burger.open span {
  background-color: #ffffff !important;
}
.burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
@media only screen and (max-width: 1100px) {
  .site_menu {
    display: none;
  }
  .burger {
    display: block;
    z-index: 2;
  }
  .main-header .button {
    display: none;
  }
  .main-header.open .site_menu {
    display: block;
  }
  .main-header.open .site_menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0;
  }
  .main-header.open .site_menu ul li > a {
    display: flex;
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  .main-header.open .site_menu ul li.menu-item-has-children.nav-products .sub-menu li:first-child,
  .main-header.open .site_menu ul li.menu-item-has-children.nav-solutions .sub-menu li:first-child {
    display: none;
    background: transparent;
  }
  .main-header.open .site_menu ul li.menu-item-has-children.nav-products .sub-menu li:first-child a,
  .main-header.open .site_menu ul li.menu-item-has-children.nav-solutions .sub-menu li:first-child a {
    color: #ffffff;
  }
  .main-header.open .site_menu ul li.menu-item-has-children.open .sub-menu {
    display: block;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu {
    display: none;
    position: relative;
    width: auto;
    opacity: 1;
    margin: 0 0 15px 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu li {
    border: none;
    margin: 0;
    padding: 5px 5px 5px 0.75rem;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
    display: none;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    margin-bottom: 0;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu a {
    color: white;
    margin: 0 0 5px 0;
    padding: 0;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu a img {
    display: none;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu a:hover .complex_menu_item {
    color: white;
  }
  .main-header.open .site_menu ul li.menu-item-has-children .sub-menu a:hover .complex_menu_item .menu_item_title {
    color: white;
  }
  .main-header.open .site_menu ul li.has-icon a {
    display: block!important;
    font-weight: 400;
  }
  .main-header.open .site_menu ul li.has-icon picture {
    display: none;
  }
  .main-header.open .site_menu ul li.has-icon span {
    display: block;
  }
  .main-header.open .site_menu ul li.has-icon span + span {
    margin-top: 4px;
    opacity: 0.6;
  }
  .main-header.open .site_menu ul a {
    font-size: 18px;
  }
  .main-header.open .button {
    display: flex;
    margin: 20px 0;
  }
  .main-header.open .button.hide {
    display: none;
  }
  .main-header.open .site_menu.left {
    margin-top: 20px;
  }
  .main-header.open .site_menu.right {
    margin-bottom: 40px;
  }
}
.template-internal-page .site_menu ul li > a,
.template-home-blog-page .site_menu ul li > a,
.post-page .site_menu ul li > a,
.header-txt-black .site_menu ul li > a {
  color: #333;
}
.template-internal-page .site_menu ul li > a:hover,
.template-home-blog-page .site_menu ul li > a:hover,
.post-page .site_menu ul li > a:hover,
.header-txt-black .site_menu ul li > a:hover {
  color: var(--wp--preset--color--primary);
}
.template-internal-page .burger span,
.template-home-blog-page .burger span,
.post-page .burger span,
.header-txt-black .burger span {
  background: #6f5eff;
}
.template-internal-page .main-header.open .site_menu ul li a,
.template-home-blog-page .main-header.open .site_menu ul li a,
.post-page .main-header.open .site_menu ul li a,
.header-txt-black .main-header.open .site_menu ul li a {
  color: white;
}
.template-internal-page .main-header.open .site_menu ul li.menu-item-has-children > a::after,
.template-home-blog-page .main-header.open .site_menu ul li.menu-item-has-children > a::after,
.post-page .main-header.open .site_menu ul li.menu-item-has-children > a::after,
.header-txt-black .main-header.open .site_menu ul li.menu-item-has-children > a::after {
  background: url(37adad81b8e11b3258f7.svg) no-repeat center center;
}
.template-internal-page .main-header-right .button.outlined,
.template-home-blog-page .main-header-right .button.outlined,
.post-page .main-header-right .button.outlined,
.header-txt-black .main-header-right .button.outlined {
  border-color: #333;
  color: #333;
  background: transparent;
}
.template-internal-page .main-header-right .button.lighter.not_logged,
.template-home-blog-page .main-header-right .button.lighter.not_logged,
.post-page .main-header-right .button.lighter.not_logged,
.header-txt-black .main-header-right .button.lighter.not_logged {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-color: var(--wp--preset--color--primary);
}
.template-internal-page .main-header-right .button.lighter.not_logged:hover,
.template-home-blog-page .main-header-right .button.lighter.not_logged:hover,
.post-page .main-header-right .button.lighter.not_logged:hover,
.header-txt-black .main-header-right .button.lighter.not_logged:hover {
  background: #433899;
  color: #fff;
}
.strip {
  display: none;
}
.strip.visible {
  display: block;
}
.strip span {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transform: translate(0%, 200%);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .strip span {
    transform: translate(0%, 300%);
  }
}
.strip span.row {
  overflow: hidden;
  display: block;
  transform: none;
}
.strip span.row:before {
  display: none;
}
.strip .animate {
  transform: translate(0, 0);
}
.strip .animate:before {
  transform: translateY(100%);
}
.page-banner {
  background-color: #2c216d;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
.page-banner .content {
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
}
.page-banner .rotate.hide {
  display: none;
}
.page-banner h1 {
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  font-size: 57px;
  line-height: 64px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-banner h1 span {
  color: #00FFFF;
  line-height: 1.3;
}
.page-banner .subtitle {
  margin-top: 30px;
}
.page-banner .block-buttons {
  margin-top: 36px;
}
.page-banner-big .content {
  padding-top: 180px;
  padding-bottom: 100px;
}
.page-banner-small .content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-banner .one-column {
  max-width: 1060px;
  margin: 0 auto;
}
.page-banner .two-columns {
  width: 50%;
}
.page-banner .two-columns.headings h1,
.page-banner .two-columns.headings p,
.page-banner .two-columns.headings .subtitle {
  text-align: left;
  padding-left: 0;
}
.page-banner .two-columns.headings .block-buttons {
  justify-content: left;
}
.page-banner .image img {
  width: 100%;
  min-width: 350px;
}
@media only screen and (max-width: 1024px) {
  .page-banner .two-columns {
    width: 100%;
  }
  .page-banner .two-columns.headings h1,
  .page-banner .two-columns.headings p,
  .page-banner .two-columns.headings .subtitle {
    text-align: center;
    padding-left: 0;
  }
  .page-banner .two-columns.headings .block-buttons {
    justify-content: center;
  }
  .page-banner .image {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .page-banner h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .page-banner-big .content {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .page-banner .block-buttons {
    display: block;
    width: 100%;
  }
  .page-banner .block-buttons .button {
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
  }
  .page-banner .block-buttons .button:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .page-banner .title,
  .page-banner .subtitle {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .page-banner#page-banner-small-bottom {
    margin-bottom: 32px;
  }
}
.block {
  margin-bottom: 100px;
}
.block-title h1,
.block-title h2,
.block-title h3,
.block-title p {
  text-align: center;
  margin: 0;
}
.block-title h1,
.block-title h2,
.block-title h3,
.block-title p {
  margin-bottom: 24px;
}
.block-buttons {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.block-buttons .button {
  display: inline-block;
  inline-size: fit-content;
}
.block-buttons .button:last-child {
  margin-left: 15px;
}
.post-page .block {
  margin-bottom: 40px;
}
.section-title .section-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 52px!important;
  }
  .section-title .title {
    font-size: 48px;
    line-height: 58px;
  }
}
.rotating {
  display: inline-block;
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(0) rotateZ(0);
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}
.rotating.flip {
  position: relative;
}
.rotating .front,
.rotating .back {
  backface-visibility: hidden;
}
.rotating .front {
  position: absolute;
  display: inline-block;
  transform: translate3d(0, 0, 1px);
  width: 100%;
  left: 0;
}
.rotating.flip .front {
  z-index: 1;
}
.rotating .back {
  display: block;
  opacity: 0;
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 0);
}
.fifty-fifty {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  color: #333333;
}
.fifty-fifty .cols-left {
  width: 50%;
  padding-right: 20px;
}
.fifty-fifty .cols-right {
  width: 50%;
  padding-left: 20px;
}
.fifty-fifty.image-right {
  flex-direction: row-reverse;
}
.fifty-fifty.image-right .cols-left {
  padding-left: 20px;
  padding-right: 0;
}
.fifty-fifty.image-right .cols-right {
  padding-right: 20px;
  padding-left: 0;
}
.fifty-fifty h2 {
  margin-top: 4px;
  text-align: left;
}
.fifty-fifty p {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.fifty-fifty .above_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.fifty-fifty .testimonial {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-top: 24px;
}
.fifty-fifty img.image {
  width: 100%;
  min-width: 300px;
}
.fifty-fifty .block-buttons {
  justify-content: left;
}
.fifty-fifty .block-buttons .button {
  display: inline-block;
  inline-size: fit-content;
  margin: 0;
}
.fifty-fifty .block-buttons .button:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .fifty-fifty {
    display: block;
  }
  .fifty-fifty .cols-left,
  .fifty-fifty .cols-right {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .fifty-fifty .cols-left {
    margin-bottom: 20px;
  }
  .fifty-fifty.image-right .cols-left {
    padding-left: 0;
  }
  .fifty-fifty.image-right .cols-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .fifty-fifty p {
    font-size: 16px;
  }
  .fifty-fifty .title {
    font-size: 38px;
    line-height: 46px;
  }
  .fifty-fifty .testimonial {
    font-size: 14px;
  }
}
.stats-grid h2,
.stats-grid p {
  text-align: center;
}
.stats-grid .cols {
  margin-top: 52px;
}
.stats-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stats-grid li {
  background: #F8F7FF;
  color: #000;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
}
.stats-grid li .title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.stats-grid li .description {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .stats-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .stats-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid li .title,
  .stats-grid li .description {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .stats-grid ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .stats-grid li .title,
  .stats-grid li .description {
    text-align: center;
  }
}
.data-grid h2,
.data-grid p {
  text-align: center;
}
.data-grid .cols {
  margin-top: 52px;
}
.data-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.data-grid li {
  color: #333;
}
.data-grid li .title {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
}
.data-grid li .icon {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
}
.data-grid li .icon + .title {
  font-size: 16px;
  line-height: 24px;
}
.data-grid li .icon + .title + .description {
  margin-top: 10px;
}
.data-grid li .description {
  text-align: left;
  margin-bottom: 0;
}
.data-grid .icon img {
  height: 32px;
  width: 32px;
}
@media only screen and (max-width: 1024px) {
  .data-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .data-grid li .title,
  .data-grid li .description {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .data-grid ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .data-grid li .title,
  .data-grid li .description {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .data-grid ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .data-grid li .title,
  .data-grid li .description {
    text-align: center;
  }
  .data-grid li .icon {
    text-align: center;
  }
}
.small-banner {
  background-size: cover;
  border-radius: 16px;
}
.small-banner.container {
  padding: 75px 40px;
}
.small-banner p {
  margin: 24px 0;
}
@media only screen and (max-width: 600px) {
  .small-banner.container {
    padding: 24px !important;
  }
  .small-banner .title {
    font-size: 38px;
    line-height: 46px;
  }
}
.selected-content h2,
.selected-content p {
  text-align: center;
}
.selected-content .content {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.selected-content .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.selected-content .item .image {
  background-size: cover;
  background-position: center;
  height: 180px;
  border-radius: 8px;
  border: 1px solid #a1a1a140;
}
.selected-content .item img {
  width: 100%;
}
.selected-content .item .title {
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 16px 0;
}
.selected-content .item .excerpt {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.selected-content .item a {
  text-decoration: none;
}
.selected-content .item .buttons {
  justify-content: left;
}
.selected-content .item .buttons .button {
  margin: 0;
  inline-size: fit-content;
}
@media only screen and (max-width: 1024px) {
  .selected-content .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .selected-content .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-list h2,
.posts-list p {
  text-align: center;
}
.posts-list .content {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.posts-list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.posts-list .item:hover .image {
  background-size: 110%;
}
.posts-list .item .image {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 290px;
  border-radius: 8px;
  border: 1px solid #a1a1a140;
  transition: background-size 0.2s ease-in;
}
.posts-list .item img {
  width: 100%;
}
.posts-list .item .title {
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 16px 0;
}
.posts-list .item .excerpt {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.posts-list .item a {
  text-decoration: none;
}
.posts-list .item .buttons {
  justify-content: left;
}
.posts-list .item .buttons .button {
  margin: 0;
  inline-size: fit-content;
}
@media only screen and (max-width: 1024px) {
  .posts-list .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .posts-list .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts-list .item .image {
    height: 350px;
  }
}
.pricing-table {
  color: #333;
}
.pricing-table h2,
.pricing-table p {
  text-align: center;
}
.pricing-table .switcher {
  margin-top: 25px;
  margin-bottom: 70px;
}
.pricing-table .plans-featured-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pricing-table .plans-featured-images li {
  line-height: 0;
  position: relative;
}
.pricing-table .plans-featured-images .image {
  width: 100%;
}
.pricing-table .plans-featured-images .popular {
  position: absolute;
  background-color: #00FFFF;
  width: 80%;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 50%;
  margin-left: -40%;
}
.pricing-table .plans-featured-images .popular.popular-with-featured-image {
  top: -35px;
}
.pricing-table .plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .plans .plan-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-table .plans .plan-box .plans-featured-images {
  display: none;
}
.pricing-table .plans .plan-box .plan-box-inner {
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.pricing-table .plans .plan-box .plan-box-inner.featured {
  background-color: #EDFFFF;
}
.pricing-table .plans .plan-box .plan-box-inner.enterprise .price {
  line-height: 45px;
}
.pricing-table .plans .plan-name {
  min-height: 142px;
}
.pricing-table .plans .price-wrapper {
  min-height: 158px;
}
.pricing-table .plans p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.pricing-table .plans .price {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 20px;
}
.pricing-table .plans .name {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  margin: 12px 0 24px 0;
}
.pricing-table .plans .description {
  margin-bottom: 20px;
}
.pricing-table .plans .price,
.pricing-table .plans .frequency,
.pricing-table .plans .button {
  display: none;
}
.pricing-table .plans .price.active,
.pricing-table .plans .frequency.active,
.pricing-table .plans .button.active {
  display: block;
}
.pricing-table .plans .price_box .price.month:not(.active) {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration-line: line-through;
  color: #333333;
  margin-top: -20px;
}
.pricing-table .plans .cta_box {
  display: block;
  width: 100%;
}
.pricing-table .plans .button {
  margin: 2px 0 16px 0;
}
.pricing-table .plans .features {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.pricing-table .plans .features ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.pricing-table .plans .features li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 16px 28px;
  padding: 0;
}
.pricing-table .plans .features li::before {
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 16px;
  background: url(21f50161afb929fe7075.svg) no-repeat center center;
}
@media only screen and (max-width: 1100px) {
  .pricing-table .plans-featured-images {
    display: none;
  }
  .pricing-table .plans {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .pricing-table .plans .plan-box {
    margin-bottom: 48px;
  }
  .pricing-table .plans .plan-box:last-child {
    margin: 0;
  }
  .pricing-table .plans .plan-box .plans-featured-images {
    width: 100%;
    display: block;
    text-align: center;
  }
  .pricing-table .plans .plan-box .plans-featured-images .image {
    max-width: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .pricing-table .plans {
    display: block;
  }
  .pricing-table .plans .plan-box {
    margin-bottom: 48px;
  }
  .pricing-table .plans .plan-box:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .pricing-table .plans {
    margin-top: 30px;
  }
}
.switcher {
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translate(-50%, 0);
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 8px;
  font-weight: bold;
}
.switcher .switcher_option {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 9px 16px;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.33s;
  border-radius: 8px;
}
.switcher .switcher_option.active {
  background-color: white;
}
.switcher .switcher_option:hover {
  background-color: #ddd;
  transition: all ease 0.33s;
}
.slider-testimonials {
  position: relative;
  background-size: cover;
  border-radius: 16px;
  padding: 52px 40px;
  overflow: hidden;
}
.slider-testimonials h2,
.slider-testimonials p {
  color: #333;
  text-align: center;
}
.slider-testimonials h2 {
  margin-bottom: 32px;
}
.slider-testimonials .avatar {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  border: 3px solid #ddd;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto ;
}
.slider-testimonials .name {
  font-weight: bold;
  font-size: 14px;
}
.slider-testimonials .text {
  display: block;
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}
.slider-testimonials .navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  margin: 0 auto;
}
.slider-testimonials .navigation .swiper_navigation {
  background-image: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0;
  float: none;
  right: 0;
  left: 0;
}
.slider-testimonials .navigation .swiper_navigation .arrow {
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  position: absolute;
  transform: rotate(-45deg);
}
.slider-testimonials .navigation .swiper_navigation.prev {
  transform: rotate(180deg);
}
.collapsible-list {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.collapsible-list h2 {
  margin-bottom: 36px;
  text-align: center;
}
.collapsible-list ul,
.collapsible-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.collapsible-list li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.collapsible-list li .title {
  cursor: pointer;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  padding: 0;
  padding-right: 30px;
  margin: 0;
  color: #333333;
}
.collapsible-list li .title::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0;
  transition: all ease 0.33s;
}
.collapsible-list .expandable {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.collapsible-list .expandable p {
  margin: 15px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.collapsible-list .expanded .expandable {
  max-height: 10000px;
  transition: max-height 0.25s ease-in;
}
.collapsible-list .expanded .title::after {
  transform: rotate(-135deg);
  transition: all ease 0.33s;
}
@media only screen and (max-width: 600px) {
  .collapsible-list .title {
    font-size: 38px;
    line-height: 46px;
  }
}
.two-columns-with-lists .title {
  width: 60%;
  text-align: left;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}
.two-columns-with-lists .grid {
  display: flex;
}
.two-columns-with-lists .grid .cols {
  width: 50%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.two-columns-with-lists .grid .cols ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.two-columns-with-lists .block-buttons {
  justify-content: left;
}
.two-columns-with-lists .block-buttons .button {
  display: inline-block;
  inline-size: fit-content;
  margin: 0;
}
.two-columns-with-lists .block-buttons .button:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .two-columns-with-lists .title {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .two-columns-with-lists .grid {
    display: block;
  }
  .two-columns-with-lists .grid .cols:first-child {
    margin-bottom: 0;
  }
}
.tags-filter {
  text-align: center;
  margin-bottom: 48px;
}
.tags-filter .filter_option {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: inline-block;
  padding: 0 16px;
  margin: 8px 4px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.tags-filter .filter_option:hover {
  background: #F8F7FF;
  border: 1px solid #E6E6E6;
}
.tags-filter .filter_option.active {
  background: #E8E6FF;
  border: none;
}
@media only screen and (max-width: 600px) {
  .tags-filter {
    margin-bottom: 32px;
  }
  .tags-filter .filter_option {
    display: block;
    width: fit-content;
    margin: 17px auto;
  }
}
.cards {
  margin-bottom: 64px;
}
.cards.hide {
  display: none;
}
.cards h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
}
.cards .block-title p {
  width: 70%;
  margin: 16px auto;
}
.cards .content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cards .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 42px;
}
.cards .item.hide {
  display: none;
}
.cards .item .image {
  background-size: cover;
  background-position: center center;
  height: 180px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background-repeat: no-repeat;
}
.cards .item img {
  width: 100%;
}
.cards .item .title {
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 12px 0 16px 0;
}
.cards .item a {
  text-decoration: none;
}
.cards .item .button {
  margin: 0;
  inline-size: fit-content;
}
.cards .show-less,
.cards .show-more {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .cards .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .cards .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .cards .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .cards .block-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .cards .block-title p {
    width: 100%;
  }
  .cards .item:nth-of-type(1n + 6) {
    display: none;
  }
  .cards .item .button {
    inline-size: auto;
    width: 100%;
    display: none;
  }
  .cards .show-more,
  .cards .show-less {
    display: block;
  }
  .cards .show-more.hide,
  .cards .show-less.hide {
    display: none;
  }
  .cards.show-all .item {
    display: block;
  }
}
.post-page .parent {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}
.post-page .social-buttons {
  padding: 0;
  margin: 0;
}
.post-page .social-button {
  padding: 5px;
  list-style: none;
  display: inline-block;
}
.post-page .selected-content .item .image {
  height: 300px;
}
@media only screen and (max-width: 600px) {
  .post-page .parent {
    display: block;
  }
}
.lightbox {
  /* Modal Content/Box */
}
.lightbox .cover {
  cursor: pointer;
}
.lightbox .cover img {
  width: 100%;
}
.lightbox .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.lightbox .modal.open {
  display: block;
}
.lightbox .modal-content {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lightbox .modal-content > div {
  display: block;
  margin: auto;
  width: 60%;
}
.lightbox .modal-content img,
.lightbox .modal-content video,
.lightbox .modal-content iframe {
  width: 100%;
}
.lightbox .modal-content video,
.lightbox .modal-content iframe {
  aspect-ratio: 16 / 9;
}
.lightbox .modal-content .close {
  width: 34px;
  margin-left: auto;
  display: block;
  padding-bottom: 12px;
  cursor: pointer;
}
.lightbox .modal-content .close:hover,
.lightbox .modal-content .close:focus {
  fill: black;
}
@media only screen and (max-width: 600px) {
  .lightbox .modal-content > div {
    width: 100%;
  }
}
.main-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F8F7FF;
  border-top: 1px solid #CCCCCC;
  color: #333;
}
.main-footer-content {
  max-width: 1280px;
  padding: 50px 0;
  margin: 0 auto;
}
.main-footer .locations {
  color: #333;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 31px;
  margin-bottom: 40px;
}
.main-footer .locations .location div {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
  color: #333;
}
.main-footer .locations .location .country {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.main-footer .locations .location a {
  text-decoration: none;
  color: #333;
}
.main-footer .links {
  color: #333;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 50px;
}
.main-footer .links ul,
.main-footer .links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .links li {
  margin-bottom: 9px;
}
.main-footer .links a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
}
.main-footer .links img {
  margin-right: 8px;
  vertical-align: middle;
}
.main-footer .links .footer-menu .complex_menu_item > div {
  display: flex;
}
.main-footer .links .footer-menu .sub-menu-wrapper {
  position: relative;
}
.main-footer .links .footer-menu .sub-menu-wrapper img {
  vertical-align: middle;
  width: 25px;
  margin: 0;
  padding: 0;
}
.main-footer .links .footer-menu .sub-menu-wrapper .menu_item_title {
  display: flex;
  align-items: center;
}
.main-footer .links .footer-menu .sub-menu-wrapper .menu_item_title img {
  padding-right: 5px;
}
.main-footer .links .footer-menu .sub-menu {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  max-width: 300px;
  bottom: 100%;
  right: 0;
  margin: 0 0 10px 0;
}
.main-footer .links .footer-menu .sub-menu li {
  margin: 0 0 15px 0;
  padding: 0;
}
.main-footer .links .footer-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-footer .links .footer-menu .sub-menu li a {
  display: block;
  width: 100%;
  font-weight: bold;
}
.main-footer .links .footer-menu .sub-menu li img {
  vertical-align: middle;
  width: 25px;
}
.main-footer .links .footer-menu .sub-menu.hide {
  display: none;
}
.main-footer .links .footer-menu__others a,
.main-footer .links .footer-menu__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 9px;
}
.main-footer .links .button {
  border: 1px solid #333333;
  margin-bottom: 8px;
}
.main-footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .copyright > div {
  display: flex;
  align-items: center;
}
.main-footer .copyright > div span {
  padding: 0 4px;
}
.main-footer .copyright > div img {
  margin-left: 8px;
  width: 96px;
}
@media only screen and (max-width: 1280px) {
  .main-footer {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 1080px) {
  .main-footer {
    padding: 0 32px;
  }
  .main-footer .locations,
  .main-footer .links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 660px) {
  .main-footer .locations,
  .main-footer .links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .main-footer .copyright {
    display: block;
  }
  .main-footer .copyright > div {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
  .main-footer .copyright > div img {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 360px) {
  .main-footer .locations,
  .main-footer .links {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@keyframes vacuum {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 8px;
  }
}
@keyframes air {
  from {
    width: 72px;
    height: 14px;
  }
  to {
    width: 72px;
    height: 18px;
    top: 154px;
  }
}
.page-404 .section-title {
  position: relative;
}
.page-404 .title {
  top: 0;
  margin: 0 auto;
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  color: #1B1464;
  animation: vacuum 0.6s infinite;
  animation-direction: alternate;
  width: 172px;
  left: 50%;
  margin-left: -86px;
  text-align: center;
}
.page-404 .vacuum_air {
  top: 158px;
  position: absolute;
  width: 72px;
  height: 14px;
  display: block;
  left: 50%;
  margin-left: -36px;
  animation: air 0.3s infinite;
  animation-direction: alternate;
}
@media only screen and (max-width: 520px) {
  .page-404 .vacuum_air {
    width: 50px!important;
    margin-left: -25px !important;
  }
}
.page-404 .vacuum {
  padding-top: 170px;
  display: block;
  margin: 0 auto;
  width: 452px;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 520px) {
  .page-404 .vacuum {
    width: 100%;
    padding-bottom: 0;
  }
}
/***********************************************
**************   COMMON ELEMENTS   *************
***********************************************/
.pagination {
  width: 100%;
  text-align: center;
  margin: 30px 0 0px 0;
  padding-bottom: 10px;
}
.pagination .page-numbers {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  margin: 0 7px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #1b1464;
  padding: 5px 10px;
  border-radius: 100px;
}
.wp-block-image figcaption {
  font-style: italic;
  font-size: 14px;
  line-height: 1.2em;
  opacity: 0.6;
}
.testimonial_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
  align-items: center;
}
.testimonial_card .photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #ff66d8;
  overflow: hidden;
  position: relative;
}
.testimonial_card .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.testimonial_card .profile_text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 180px);
  margin-left: 30px;
}
.testimonial_card .profile_text .words p {
  font-style: italic;
  font-size: 15px;
}
.testimonial_card .profile_text .words p:first-of-type {
  margin-top: 0;
}
.testimonial_card .profile_text .mame {
  font-weight: bold;
}
@media only screen and (max-width: 860px) {
  .testimonial_card .photo {
    width: 60px;
    height: 60px;
    border: 2px solid #ff66d8;
  }
  .testimonial_card .profile_text {
    width: calc(100% - 90px);
    margin-left: 25px;
    display: inline-block;
  }
  .testimonial_card .profile_text .words {
    width: 100%;
  }
  .testimonial_card .profile_text .words p {
    font-size: 13px;
    line-height: 1.2em;
  }
  .testimonial_card .profile_text .mame {
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
    font-size: 11px;
  }
  .testimonial_card .profile_text .position {
    display: inline-block;
    font-size: 11px;
  }
}
/***********************************************
*******************   FORMS   ******************
***********************************************/
input,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
select {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 9px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
input[type="search"] {
  -webkit-appearance: none;
}
form {
  width: 100%;
}
form br {
  display: none;
}
form label {
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
form input,
form textarea,
form select {
  width: calc(100% - 26px);
  border: 1px solid #000;
  background-color: transparent;
  padding: 13px 12px;
  margin: 8px 0;
  font-size: 16px;
  height: auto!important;
  min-height: 1px!important;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
form input:focus,
form textarea:focus,
form select:focus {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #000;
  border-radius: 0;
  outline: none;
}
form input.wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid {
  background-color: rgba(255, 220, 220, 0.8) !important;
}
form input[type="checkbox"] {
  min-height: 15px;
  display: inline-block;
  width: auto;
  margin: 0!important;
  vertical-align: middle;
}
form select {
  width: 100%;
}
form .select2-container--default .select2-selection--single {
  border: 1px solid #000;
  border-radius: 0;
  padding: 6px 3px;
  height: 42px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}
form .wpcf7-checkbox .wpcf7-list-item,
form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
  margin: 3px 0;
}
form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
form .wpcf7-checkbox .wpcf7-list-item label,
form .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  margin: 0;
  font-weight: 300;
  font-variation-settings: 'wght' 300;
  cursor: pointer;
  width: auto;
}
form .wpcf7-checkbox .wpcf7-list-item label span,
form .wpcf7-acceptance .wpcf7-list-item label span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
form .wpcf7-checkbox .wpcf7-list-item label:before,
form .wpcf7-acceptance .wpcf7-list-item label:before {
  content: "";
  background-color: transparent;
  border: 1px solid;
  width: 1px;
  height: 1px;
  padding: 10px 10px;
  line-height: 0px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
form .wpcf7-checkbox .wpcf7-list-item label.selected:before,
form .wpcf7-acceptance .wpcf7-list-item label.selected:before {
  padding: 10px 10px;
  background-color: #F0F0FF;
}
form .wpcf7-checkbox .wpcf7-list-item label.selected:after,
form .wpcf7-acceptance .wpcf7-list-item label.selected:after {
  content: "";
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px 3px 2px 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 7.5px;
  top: 8px;
}
form .wpcf7-acceptance {
  display: block;
}
form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: 100%;
  margin: 3px 0;
}
form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}
form .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  margin: 0;
  font-weight: 300;
  font-variation-settings: 'wght' 300;
}
form .wpcf7-radio .wpcf7-list-item label span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
form .wpcf7-radio .wpcf7-list-item label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #000;
  width: 1px;
  height: 1px;
  padding: 10px 10px;
  line-height: 0px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
form .wpcf7-radio .wpcf7-list-item label.selected:before {
  padding: 10px 10px;
  background-color: #F0F0FF;
}
form .wpcf7-radio .wpcf7-list-item label.selected:after {
  content: "";
  background-color: #000;
  width: 1px;
  height: 1px;
  padding: 6px 6px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.wpcf7-spinner {
  display: none!important;
}
.wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #ffb900;
  margin-left: 0;
  margin-right: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}
.cta_container {
  text-align: left;
  margin-top: 30px;
}
.cta_button,
input[type="submit"],
button[type="submit"],
.woocommerce div.product form.cart .button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold;
  text-decoration: none;
  border: none;
  display: inline-block;
  text-align: center;
  width: auto;
  font-family: 'Segoe UI', sans-serif;
  cursor: pointer;
  width: fit-content;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 2px solid #1b1464;
  background-color: #1b1464;
  color: #ffffff;
  padding: 7px 20px 8px 20px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 25px;
}
.cta_button.secondary,
input[type="submit"].secondary,
button[type="submit"].secondary,
.woocommerce div.product form.cart .button.secondary,
.woocommerce input.button.secondary,
.woocommerce #respond input#submit.secondary,
.woocommerce a.button.secondary,
.woocommerce button.button.secondary,
.woocommerce input.button.secondary {
  border: 2px solid #1b1464;
  background-color: transparent;
  color: #1b1464;
}
.cta_button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: scale(1.05);
}
.cta_button.disabled,
input[type="submit"].disabled,
button[type="submit"].disabled,
.woocommerce div.product form.cart .button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cta_button.small,
input[type="submit"].small,
button[type="submit"].small,
.woocommerce div.product form.cart .button.small,
.woocommerce input.button.small,
.woocommerce #respond input#submit.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input.button.small {
  font-size: 13px;
  padding: 8px 20px 10px 20px;
}
.cta_button.link,
input[type="submit"].link,
button[type="submit"].link,
.woocommerce div.product form.cart .button.link,
.woocommerce input.button.link,
.woocommerce #respond input#submit.link,
.woocommerce a.button.link,
.woocommerce button.button.link,
.woocommerce input.button.link {
  background-color: transparent;
  color: #1b1464;
  text-transform: none;
  font-size: 17px;
  padding: 0;
  position: relative;
  overflow: visible;
}
.cta_button.link:hover,
input[type="submit"].link:hover,
button[type="submit"].link:hover,
.woocommerce div.product form.cart .button.link:hover,
.woocommerce input.button.link:hover,
.woocommerce #respond input#submit.link:hover,
.woocommerce a.button.link:hover,
.woocommerce button.button.link:hover,
.woocommerce input.button.link:hover {
  transform: none;
}
.cta_button.link:hover:before,
input[type="submit"].link:hover:before,
button[type="submit"].link:hover:before,
.woocommerce div.product form.cart .button.link:hover:before,
.woocommerce input.button.link:hover:before,
.woocommerce #respond input#submit.link:hover:before,
.woocommerce a.button.link:hover:before,
.woocommerce button.button.link:hover:before,
.woocommerce input.button.link:hover:before {
  width: 75px;
  right: -85px;
}
.cta_button.link:hover:after,
input[type="submit"].link:hover:after,
button[type="submit"].link:hover:after,
.woocommerce div.product form.cart .button.link:hover:after,
.woocommerce input.button.link:hover:after,
.woocommerce #respond input#submit.link:hover:after,
.woocommerce a.button.link:hover:after,
.woocommerce button.button.link:hover:after,
.woocommerce input.button.link:hover:after {
  right: -85px;
}
/***********************************************
******************   BLOCKS   ******************
***********************************************/
.filters {
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  display: inline-block;
  margin-left: 50%;
  transform: translate(-50%, 0);
  padding: 3px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 19px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 9px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 13px 6px rgba(0, 0, 0, 0.1);
}
.filters .filter_option {
  color: #1b1464;
  font-size: 16px;
  text-decoration: none;
  padding: 11px 26px 14px 26px;
  display: inline-block;
  cursor: pointer;
}
.filters .filter_option:first-of-type {
  border-radius: 9px 0 0 9px;
}
.filters .filter_option:last-of-type {
  border-radius: 0 9px 9px 0;
}
.filters .filter_option.active {
  font-weight: bold;
  color: #1b1464;
  background-color: #e7e4ff;
}
.filters .filter_option:hover {
  background-color: #e7e4ff;
}
/***********************************************
***************   ARCHIVES   ****************
***********************************************/
.archive .content_width {
  max-width: 1256px;
  margin: 0 auto;
}
.articles {
  margin-top: 50px;
}
.articles .grid-sizer,
.articles .grid-item {
  width: calc(calc(100% / 4) - 10px);
  margin: 5px;
}
.articles .article .card_bg {
  padding: 15px;
  border-radius: 13px;
  background-color: #ffffff;
}
.articles .article .card_bg .image {
  width: 100%;
  height: 0;
  padding-top: 95%;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.articles .article .card_bg .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.articles .article .card_bg .text {
  padding: 0;
  text-align: left;
  color: #1b1464;
  margin-top: 15px;
}
.articles .article .card_bg .text a {
  text-decoration: none;
}
.articles .article .card_bg .text .artile_title {
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
  color: #1b1464;
}
.articles .article .card_bg .text .article_excerpt {
  font-size: 14px;
  line-height: 1.3em;
}
.articles .article .card_bg .text .cta_button {
  margin-top: 15px;
  padding: 6px 18px 8px 18px;
}
.articles .article:hover .card_bg {
  -webkit-box-shadow: 0px 5px 19px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 9px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 13px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 860px) {
  .archive .content_width {
    max-width: 100%;
  }
  .articles {
    margin-top: 30px;
    flex-direction: column;
  }
  .articles .article {
    width: 100%;
    margin: 10px 0;
  }
}

