@import url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../font-evergrow-sans.css');

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/*a:focus {
  outline: thin dotted;
}*/

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  vertical-align: middle;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

html,
button,
input,
select,
textarea {
  color: #000000;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/font-evergrow-sans.css */
/* cyrillic-ext */
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 300;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-light.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 400;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-regular.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 500;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-medium.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 700;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-bold.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 800;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-extrabold.woff) format('woff');
}
body.only_evergrow *{
    font-family: 'Evergrow Sans', sans-serif;
}

/*

@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 300;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-light.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 400;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 500;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 700;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 800;
    font-display: swap;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-extrabold.ttf) format('truetype');
}
*/




/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main.css */
body.scroll_disclaimer {
  position: fixed;
  overflow-y: scroll;
  width: calc(100% - 17px);
}

body.body_overflow_hidden {
  overflow: hidden;
}

#web-messenger-container {
  z-index: 9999999;
}

br {
  display: none;
}

.hidden {
  display: none;
}

.container {
  margin: 0 auto;
}

.section__header-container {
  display: flex;
}

.site-title {
  font-weight: 700;
}
.site-title.center {
  text-align: center;
}
.site-title.right-header {
  text-align: left;
}

.section-title {
  font-weight: 700;
  margin: 0;
}
.section-title.center {
  text-align: center;
}
.section-title.right-header {
  text-align: left;
}

.section-description {
  font-weight: 400;
  opacity: 0.8;
}

.dotted {
  border-bottom: 1px solid;
}
.dotted.dotted-white {
  border-color: #ffffff;
}

.gradient-color {
  color: #34A853;
  background-color: #34A853;
  background-image: -webkit-linear-gradient(300deg, #34A853, #4285F4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.gradient-color-new {
  color: #34A853;
  background-color: #34A853;
  background-image: -webkit-linear-gradient(300deg, #4285F4, #34A853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.gradient-color-blue-to-green {
  color: #22B339;
  background-color: #22B339;
  background-image: -webkit-linear-gradient(300deg, #3339F1 0%, #22B339 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.slick-arrow {
  font-size: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #F5F5F6;
  background-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow.slick-prev {
  transform: rotateZ(180deg);
}
.slick-arrow:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/main/main-new/../../../../images/icons/arrows/arrow-grey.svg) no-repeat center;
  opacity: 0.5;
  background-size: 24px;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
}
.slick-arrow.slick-disabled:after {
  opacity: 0.15;
}
.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.slick-arrow:hover:after {
  opacity: 1;
}

.slider .slick-dots {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.slider .slick-dots li {
  height: 6px;
}
.slider .slick-dots li button {
  display: block;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  position: relative;
}
.slider .slick-dots li.slick-active {
  height: 8px;
}
.slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: rgb(0, 0, 0);
}
.slider.black_background .slick-dots {
  background: rgba(255, 255, 255, 0.1);
}
.slider.black_background .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.slider.black_background .slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.custom-scroll-transparent::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}

.custom-scroll-transparent::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll-transparent::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.custom-scroll-transparent-thumb::-webkit-scrollbar-thumb {
  background: transparent;
}

.custom-scroll-transparent-thumb::-webkit-scrollbar {
  display: none;
}

@keyframes ProgressSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes ProgressFill {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes ProgressMask {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_1920.css */
@media screen and (min-width: 1261px) {
  body.scroll_disclaimer {
    margin-right: 17px;
  }
  body.scroll_disclaimer #header {
    width: calc(100% + 17px);
    left: -17px;
  }
  .section__header-container {
    margin-bottom: 64px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section__header-container .section__header {
    width: 1012px;
  }
  img.bg_tablet, img.bg_mobile {
    display: none;
  }
  br.desktop,
  img.bg_desktop {
    display: block;
  }
  .container {
    max-width: calc(100% - 40px);
    width: 1272px;
  }
  .section {
    margin: 152px 0;
  }
  .site-title {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
  .section-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .section-description {
    font-size: 20px;
    line-height: 30px;
  }
  .section-description a:hover {
    text-decoration: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  body.scroll_disclaimer {
    margin-right: 17px;
  }
  body.scroll_disclaimer #header {
    width: calc(100% + 17px);
    left: -17px;
  }
  .section__header-container {
    margin-bottom: 64px;
    flex-direction: column;
  }
  img.bg_desktop,
  img.bg_mobile {
    display: none;
  }
  br.tablet {
    display: inline;
  }
  img.bg_tablet {
    display: block;
  }
  .container {
    max-width: 728px;
    width: 100%;
  }
  .section {
    margin: 96px 0;
  }
  .site-title {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
  .section-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .section-description {
    font-size: 20px;
    line-height: 30px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_320.css */
@media screen and (max-width: 767px) {
  .section__header-container {
    margin-bottom: 48px;
    flex-direction: column;
  }
  img.bg_desktop,
  img.bg_tablet {
    display: none;
  }
  img.bg_mobile {
    display: block;
  }
  /*br.mobile {
    display: inline;
  }*/
  br.phone {
    display: inline;
  }
  .container {
    max-width: calc(100% - 32px);
  }
  .section {
    margin: 72px 0;
  }
  .site-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .sub-title {
    font-size: 18px;
    line-height: 26px;
  }
  .section-description {
    font-size: 16px;
    line-height: 24px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_only_375.css */
@media screen and (max-width: 376px) and (min-width: 375px) {
  br.mobile {
    display: block;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_1366.css */
@media screen and (max-width: 1400px) and (min-width: 1261px) {
  br.desktop_1366 {
    display: block;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header.css */
.hover-plugin-trial-popup {
  display: none;
}

.site_header {
  position: absolute;
  z-index: 999999;
  top: 0;
  width: 100%;
}
.site_header * {
  font-family: "Evergrow Sans", sans-serif;
}
.site_header .login_signin,
.site_header .talk_to_sales_button {
  display: none;
}
.site_header .login_signin,
.site_header .talk_to_sales_button {
  display: none;
}
.site_header .sub-menu,
.site_header .menu-mobile-header {
  display: none;
}
.site_header #top-nav .menu-mobile-header {
  padding: 20px;
}
.site_header #top-nav .menu-mobile-header .back-icon {
  display: none;
  width: 24px;
  height: 28px;
  background-size: contain;
  cursor: pointer;
}
.site_header #top-nav .menu-mobile-header .menu_button {
  display: flex;
}
.site_header .header__container {
  position: relative;
  z-index: 999999;
}
.site_header .container {
  position: static;
  display: flex;
}
.site_header .container .logo {
  display: flex;
  justify-content: center;
}
.site_header .container .logo a {
  text-decoration: none;
  cursor: pointer;
}
.site_header .container .logo a, .site_header .container .logo div {
  margin: auto;
}
.site_header .container .logo .theme_10web_logo {
  background-repeat: no-repeat;
  background-size: contain;
  width: 101px;
  height: 28px;
}
.site_header .container .logo .theme_10web_logo.theme_10web_affiliates_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_affiliates.svg);
}
.site_header .menu_button {
  position: absolute;
  display: none;
  top: 2px;
  right: 0;
  text-decoration: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.site_header .menu_button.close-icon {
  right: 20px;
}
.site_header .phone-menu-block li.plugins_nav_menu {
  display: none;
}
.site_header .phone-menu-block .menu {
  display: flex;
}
.site_header .phone-menu-block .menu > li > a {
  user-select: none;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.site_header .phone-menu-block .menu > li.talk-to-sales, .site_header .phone-menu-block .menu > li.mobile-link, .site_header .phone-menu-block .menu > li.login_link_mobile {
  display: none;
}
.site_header .phone-menu-block .login_and_button {
  display: flex;
}
.site_header .phone-menu-block .login_and_button .menu_item_link {
  font-weight: 500;
  text-decoration: none;
}
.site_header .phone-menu-block .login_and_button .talk_to_sales_button a {
  text-decoration: none;
}
.site_header.dark.submenu-active .header__container {
  background: #000000;
}
.site_header.dark .menu a,
.site_header.dark .link a {
  color: #ffffff;
}
.site_header.dark .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_white.svg);
}
.site_header.dark .tw_button {
  background: #ffffff;
  color: #000000;
}
.site_header.dark .menu-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/menu-white.svg);
}
.site_header.dark .menu-mobile-header .close-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/close-white.svg);
}
.site_header.dark .back-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/back-white.svg) no-repeat center;
}
.site_header.light.submenu-active .header__container, .site_header.fixed.light-fixed.submenu-active .header__container {
  background: #ffffff;
}
.site_header.light .tw_button, .site_header.fixed.light-fixed .tw_button {
  background: #000000;
  color: #ffffff;
}
.site_header.light .menu a,
.site_header.light .link a, .site_header.fixed.light-fixed .menu a,
.site_header.fixed.light-fixed .link a {
  color: #000000;
}
.site_header.light .theme_10web_logo, .site_header.fixed.light-fixed .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
}
.site_header.light .menu-icon, .site_header.fixed.light-fixed .menu-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/menu-black.svg);
}
.site_header.light .menu-mobile-header .close-icon, .site_header.fixed.light-fixed .menu-mobile-header .close-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/close-black.svg);
}
.site_header.light .back-icon, .site_header.fixed.light-fixed .back-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/back-black.svg) no-repeat center;
}
.site_header.submenu-active .menu-mobile-header .back-icon {
  display: flex !important;
}
.site_header.submenu-active .menu-mobile-header .logo {
  display: none;
}
.site_header.minified {
  height: 68px;
  box-sizing: border-box;
}
.site_header.minified .container {
  justify-content: space-between;
}

body.opened {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=header.css.map */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1920.css */
@media screen and (min-width: 1261px) {
  .site_header .container {
    justify-content: flex-start;
    gap: 18px;
  }
  .site_header .logo a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  .site_header .logo .theme_10web_affiliates_logo {
    width: 194px;
    height: 28px;
  }
  .site_header .login_signin,
  .site_header .talk_to_sales_button {
    display: block;
  }
  .site_header .phone-menu-block {
    width: 100%;
  }
  .site_header .phone-menu-block #top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site_header .phone-menu-block #top-nav .login_and_button {
    gap: 20px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
  }
  .site_header .phone-menu-block #top-nav .login_and_button .tw_button {
    width: 200px;
    font-size: 14px;
    padding: 14px;
    line-height: 20px;
    border: 0;
  }
  .site_header .phone-menu-block #top-nav .login_and_button a:hover {
    opacity: 0.5;
  }
  .site_header .phone-menu-block #top-nav .talk_to_sales_button a {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 6px;
    font-weight: 500;
  }
  .site_header .phone-menu-block #top-nav .talk_to_sales_button a:hover {
    opacity: 1;
  }
  .site_header .phone-menu-block .menu > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 12px;
  }
  .site_header .phone-menu-block .menu > li > a:hover {
    opacity: 50%;
  }
  .site_header .phone-menu-block .menu > li.sub_menu__opened > a {
    opacity: 50%;
  }
  .site_header .phone-menu-block .menu > li.api > a {
    position: relative;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .site_header .phone-menu-block .menu > li.api > a:after {
    content: "New";
    border-radius: 4px;
    background: #3339F1;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 2px 6px;
    top: 24px;
    right: -30px;
    pointer-events: none;
  }
  .site_header .phone-menu-block .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header.dark .talk_to_sales_button a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
  }
  .site_header.dark .talk_to_sales_button a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .site_header.light .talk_to_sales_button a {
    border: 1px solid #EAEAEA;
    background: #F5F5F6;
  }
  .site_header.light .talk_to_sales_button a:hover {
    background: rgba(245, 245, 246, 0.5);
    color: rgba(0, 0, 0, 0.5);
  }
  .site_header.dark .phone-menu-block .menu > li.api > a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .site_header.dark.fixed .phone-menu-block .menu > li.api > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .site_header.light .phone-menu-block .menu > li.api > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .site_header.light.fixed .phone-menu-block .menu > li.api > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .site_header.minified {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .site_header .header__container {
    padding: 20px 0;
  }
  .site_header .header__container .container {
    position: relative;
  }
  .site_header .menu-icon {
    display: flex;
  }
  .site_header .phone-menu-block {
    position: fixed;
    height: 100vh;
    width: 360px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .site_header .phone-menu-block .menu-mobile-header {
    display: flex;
  }
  .site_header .phone-menu-block .menu-mobile-header .menu_button {
    top: 22px;
  }
  .site_header .phone-menu-block .menu-mobile-header + div {
    height: calc(100vh - 194px) !important;
    overflow-y: auto;
  }
  .site_header .phone-menu-block .menu {
    flex-direction: column;
    padding-top: 30px;
  }
  .site_header .phone-menu-block .menu > li > a {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block .menu > li.menu-item-has-children > a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site_header .phone-menu-block .menu > li.mobile-link, .site_header .phone-menu-block .menu > li.login_link_mobile {
    display: block;
  }
  .site_header .phone-menu-block .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header .phone-menu-block .login_and_button {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .site_header .phone-menu-block .login_and_button .tw_button {
    width: 280px;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block.active {
    transform: translateX(0);
  }
  .site_header .sub-menu__container {
    overflow-y: auto;
  }
  .site_header.dark .phone-menu-block {
    background: #000000;
  }
  .site_header.dark .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-white.svg);
  }
  .site_header.light .phone-menu-block, .site_header.fixed.light-fixed .phone-menu-block {
    background: #ffffff;
  }
  .site_header.light .phone-menu-block .menu-item-has-children a:after, .site_header.fixed.light-fixed .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-black.svg);
  }
  .site_header.opened .phone-menu-block {
    transform: translateX(0);
  }
  .site_header.opened .header__overlay {
    top: 0;
  }
  .site_header.opened .header__container,
  .site_header.opened .menu-icon {
    background: none !important;
    backdrop-filter: none !important;
  }
  .site_header.submenu-active .phone-menu-block .menu > li > a {
    display: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_320.css */
@media screen and (max-width: 767px) {
  .site_header .header__container {
    padding: 20px 0;
  }
  .site_header .header__container .container {
    position: relative;
  }
  .site_header .menu-icon {
    display: flex;
    right: 0;
  }
  .site_header .phone-menu-block {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .site_header .phone-menu-block .menu-mobile-header {
    display: flex;
  }
  .site_header .phone-menu-block .menu-mobile-header .menu_button {
    top: 22px;
  }
  .site_header .phone-menu-block .menu-mobile-header + div {
    height: calc(100vh - 194px) !important;
    overflow-y: auto;
  }
  .site_header .phone-menu-block .menu {
    flex-direction: column;
    padding-top: 30px;
  }
  .site_header .phone-menu-block .menu > li > a {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block .menu > li.menu-item-has-children > a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site_header .phone-menu-block .menu > li.mobile-link, .site_header .phone-menu-block .menu > li.login_link_mobile {
    display: block;
  }
  .site_header .phone-menu-block .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header .phone-menu-block .login_and_button {
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .site_header .phone-menu-block .login_and_button .tw_button {
    width: 280px;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block.active {
    transform: translateX(0);
  }
  .site_header .sub-menu__container {
    overflow-y: auto;
  }
  .site_header.dark .phone-menu-block {
    background: #000000;
  }
  .site_header.dark .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-white.svg);
  }
  .site_header.light .phone-menu-block, .site_header.fixed.light-fixed .phone-menu-block {
    background: #ffffff;
  }
  .site_header.light .phone-menu-block .menu-item-has-children a:after, .site_header.fixed.light-fixed .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-black.svg);
  }
  .site_header.opened .phone-menu-block {
    transform: translateX(0);
  }
  .site_header.opened .header__overlay {
    top: 0;
  }
  .site_header.opened .header__container,
  .site_header.opened .menu-icon {
    background: none !important;
    backdrop-filter: none !important;
  }
  .site_header.submenu-active .phone-menu-block .menu > li > a {
    display: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_fixed.css */
.site_header.fixed {
  position: fixed;
  z-index: 9998;
}
.site_header.fixed .header__container {
  backdrop-filter: blur(45px);
}
.site_header.fixed.dark .header__container {
  background: rgba(0, 0, 0, 0.8);
}
.site_header.fixed.dark.submenu-active .header__container {
  background: #000000;
}
.site_header.fixed.light .header__container {
  background: rgba(255, 255, 255, 0.8);
}
.site_header.fixed.light.submenu-active .header__container {
  background: #ffffff;
}
.site_header.fixed.light-fixed.submenu-active .header__container {
  background: #ffffff;
}
.site_header.fixed.light-fixed:not(.submenu-active) .header__container {
  background: rgba(255, 255, 255, 0.8);
}
.site_header.fixed.light-fixed:not(.submenu-active) .menu a,
.site_header.fixed.light-fixed:not(.submenu-active) .link a {
  color: #000000;
}
.site_header.fixed.light-fixed:not(.submenu-active) .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
}
.site_header.fixed.light-fixed:not(.submenu-active) .menu-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/menu-black.svg);
}
.site_header.fixed.light-fixed:not(.submenu-active) .menu-mobile-header .close-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/close-black.svg);
}
.site_header.fixed.light-fixed:not(.submenu-active) .back-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/back-black.svg) no-repeat center;
}

@media screen and (min-width: 1261px) {
  .site_header.fixed.light-fixed .talk_to_sales_button a {
    border: 1px solid #EAEAEA;
    background: #F5F5F6;
  }
  .site_header.fixed.light-fixed .talk_to_sales_button a:hover {
    background: rgba(245, 245, 246, 0.5);
    color: rgba(0, 0, 0, 0.5);
  }
  .site_header.fixed:not(.submenu-active) .tw_button {
    background: #3339F1;
    color: #ffffff;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer.css */
#colophon {
  background: #000000;
  padding: 40px 0;
}
#colophon * {
  color: #ffffff;
  font-family: "Evergrow Sans", sans-serif;
}
#colophon .footer_top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
}
#colophon .footer_top .footer-column {
  display: flex;
  flex-direction: column;
}
#colophon .footer_top .footer-menu__items.minified-items {
  flex-direction: row;
  gap: 16px;
}
#colophon .footer_top .footer-menu__items.minified-items li {
  margin-bottom: 0 !important;
  position: relative;
}
#colophon .footer_top .footer-menu__items.minified-items li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  right: -8px;
  top: 3px;
}
#colophon .footer_top .footer-menu__items.minified-items a {
  text-decoration: underline;
}
#colophon .footer-menu_title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  flex-basis: 25%;
  letter-spacing: 2.4px;
}
#colophon .footer-menu_title img {
  display: none;
}
#colophon .footer-menu__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#colophon .footer-menu__items li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
#colophon .footer-menu__items li a {
  text-decoration: none;
}
#colophon .footer_bottom .container {
  display: flex;
  justify-content: space-between;
}
#colophon .footer_bottom .content-left {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#colophon .footer_bottom .content-right {
  display: flex;
  align-items: center;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background: none;
  padding: 10px 16px 10px 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:after {
  content: "";
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/footer/../../../images/icons/domain-white.svg) no-repeat center;
  position: absolute;
  left: 16px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 0;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-sub-menu {
  bottom: 100%;
  top: auto;
  right: 0;
  left: auto;
  padding-bottom: 10px;
  border-top: 0;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-sub-menu li {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: #000;
  width: 240px;
  box-sizing: border-box;
  padding: 24px;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-sub-menu a {
  color: #ffffff;
  border: 0;
  background: none;
  padding: 5px 10px;
  line-height: 1;
}
#colophon .social_icons {
  position: relative;
  display: flex;
  gap: 8px;
}
#colophon .social_icons img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
#colophon .social_icons li {
  width: 26px;
  height: 26px;
  display: inline-block;
}
#colophon .social_icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#colophon .social_icons li a:hover {
  opacity: 0.5;
}
#colophon.minified_without_links {
  padding-top: 0;
}
#colophon.minified_without_links .footer_top .container {
  padding-bottom: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_1920.css */
@media screen and (min-width: 1261px) {
  #colophon .footer_top .container {
    gap: 50px;
  }
  #colophon .footer_top .footer-column {
    gap: 40px;
    flex-basis: 25%;
  }
  #colophon .footer_top .footer-column .footer-menu_title {
    margin-bottom: 20px;
  }
  #colophon .footer_top .footer-column .footer-menu_title span {
    color: rgba(255, 255, 255, 0.5);
  }
  #colophon .footer_top .footer-menu__items a {
    transition: opacity 0.2s;
  }
  #colophon .footer_top .footer-menu__items a:hover {
    opacity: 0.5;
  }
  #colophon .footer_top .footer-menu__items.minified-items a:hover {
    text-decoration: none;
  }
  #colophon .footer-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #colophon .footer_bottom .container {
    align-items: center;
  }
  #colophon .footer_bottom .content-right {
    gap: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_768.css */
@media screen and (max-width: 1260px) {
  #colophon .footer_top .container {
    flex-direction: column;
    gap: 26px;
  }
  #colophon .footer_top .footer-menu_title {
    cursor: pointer;
    position: relative;
  }
  #colophon .footer_top .footer-menu_title img {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
  }
  #colophon .footer_top .footer-menu_title.active {
    opacity: 0.5;
  }
  #colophon .footer_top .footer-menu_title.active img {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  #colophon .footer_top .footer-menu__items {
    margin-top: 20px;
  }
  #colophon .footer_top .footer-menu__items:not(.minified-items) {
    display: none;
  }
  #colophon .footer_top .footer-menu__items li {
    margin-bottom: 8px;
  }
  #colophon .footer_top .footer-menu__items li:last-child {
    margin-bottom: 0;
  }
  #colophon .footer-column {
    gap: 26px;
  }
  #colophon .footer_bottom .container {
    align-items: center;
  }
  #colophon .footer_bottom .content-right {
    gap: 10px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_320.css */
@media screen and (max-width: 767px) {
  #colophon .container {
    max-width: calc(100% - 80px);
  }
  #colophon .footer-menu__items.minified-items li:nth-child(2):after {
    content: none;
  }
  #colophon .footer_bottom .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  #colophon .footer_bottom .content-right {
    justify-content: space-between;
    width: 100%;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/button/css/new/buttons.css */
@keyframes loading-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.button_container .cancel_anytime {
  font-weight: 500;
}
.button_container .button_container {
  margin-top: 0;
}
.button_container.mt0 {
  margin-top: 0 !important;
}
.button_container.center {
  text-align: center;
}

.tw_button {
  display: inline-block;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 13px 0;
  border-radius: 6px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
}
.tw_button .loading-circular-spinner,
.tw_button .new-loader {
  display: none;
}
.tw_button.link {
  padding: 0;
  text-decoration: underline;
}
.tw_button.link.black {
  color: #000000;
}
.tw_button.link:hover {
  text-decoration: none;
}
.tw_button.button_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tw_button.loading {
  opacity: 0.8;
  pointer-events: none;
}
.tw_button.loading .text {
  display: none !important;
}
.tw_button.loading .loading-circular-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tw_button.loading .loading-circular-spinner > .loader {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.tw_button.loading .loading-circular-spinner > .loader.white .path {
  stroke: #ffffff;
}
.tw_button.loading .loading-circular-spinner > .loader.black .path {
  stroke: #000000;
}
.tw_button.loading .loading-circular-spinner .circular {
  animation: loading-spinner-rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tw_button.loading .loading-circular-spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: loading-spinner-dash 1.5s ease-in-out infinite;
}
.tw_button.loading .new-loader {
  display: inline-block;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/new/../../../../../images/icons/loading.svg);
  background-size: contain;
  box-sizing: border-box;
  animation: loading-spinner-rotate 1s linear infinite;
}
.tw_button.blue_bg {
  background-color: #3339F1;
  color: #FFFFFF;
  border: 1px solid #3339F1;
}
.tw_button.blue_bg span {
  color: #FFFFFF;
}
.tw_button.blue_bg:hover {
  background-color: rgba(51, 57, 241, 0.8);
  border-color: rgba(51, 57, 241, 0.8);
}
.tw_button.palatinate_blue_bg {
  background: #3339f0 !important;
  color: #ffffff;
}
.tw_button.palatinate_blue_bg:hover {
  opacity: 0.8;
}
.tw_button.white_bg {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}
.tw_button.white_bg.blue_text {
  color: #3339f0;
}
.tw_button.white_bg.outline {
  border: 1px solid #000000;
  padding: 13px 20px;
}
.tw_button.white_bg.outline:hover {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 1;
}
.tw_button.white_bg span {
  color: #000000;
}
.tw_button.white_bg:hover {
  opacity: 0.8;
}
.tw_button.black_bg {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.tw_button.black_bg:hover {
  opacity: 0.8;
}
.tw_button.white_transparent_bg {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  color: #ffffff;
}
.tw_button.white_transparent_bg:hover {
  background: rgba(255, 255, 255, 0.2);
}
.tw_button.transparent_bg:hover {
  color: rgba(0, 0, 0, 0.5);
}
.tw_button.black_border {
  border: 1px solid #000000;
}
.tw_button.black_border:hover {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 1;
}
.tw_button.rounded {
  border-radius: 23px;
}
.tw_button.blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tw_button.white_outline {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.tw_button.white_outline:hover {
  color: #000000;
  background: #ffffff;
}
.tw_button.dark_outline {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  box-sizing: border-box;
}
.tw_button.dark_outline:hover {
  color: #fff;
  background: #000000;
}
.tw_button.black_outline {
  border: 1px solid #000000;
}
.tw_button.black_outline:hover {
  color: #ffffff;
  background: #000000;
}
.tw_button.with-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tw_button.with-stars:before {
  content: "";
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/new/../../../../../images/icons/ai.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

@media screen and (min-width: 1261px) {
  .button_container {
    margin-top: 48px;
  }
  .button_container .cancel_anytime {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .button_container.bottom {
    margin-top: 64px;
  }
  .tw_button.loading .new-loader {
    width: 20px;
    height: 20px;
  }
  .tw_button.with-stars {
    padding: 16px 0;
    font-size: 16px;
    line-height: 26px;
    width: 260px;
  }
  .tw_button.with-stars:before {
    width: 24px;
    height: 24px;
  }
  .buttons-container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .button_container {
    margin-top: 48px;
  }
  .button_container .cancel_anytime {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .button_container.bottom {
    margin-top: 64px;
  }
  .tw_button.loading .new-loader {
    width: 20px;
    height: 20px;
  }
  .tw_button.with-stars {
    padding: 16px 0;
    font-size: 16px;
    line-height: 26px;
    width: 260px;
  }
  .tw_button.with-stars:before {
    width: 24px;
    height: 24px;
  }
  .buttons-container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .button_container {
    margin-top: 32px;
  }
  .button_container .cancel_anytime {
    font-size: 10px;
    line-height: 16px;
    margin-top: 8px;
  }
  .tw_button.loading .new-loader {
    width: 17px;
    height: 17px;
  }
  .tw_button.with-stars {
    padding: 13px 0;
    font-size: 14px;
    line-height: 20px;
    width: 233px;
  }
  .tw_button.with-stars:before {
    width: 20px;
    height: 20px;
  }
  .buttons-container {
    margin-top: 32px;
  }
}
/*# sourceMappingURL=buttons.css.map */

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/animations/animate-after-visible.css */
.js .animate-after-visible {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  position: absolute;
  opacity: 0;
}
.js .animate-after-visible.from-bottom {
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
}
.js .animate-after-visible.from-right {
  transform: translate(80px, 0);
  -webkit-transform: translate(80px, 0);
}
.js .animate-after-visible.from-top {
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
}
.js .animate-after-visible.from-left {
  transform: translate(-80px, 0);
  -webkit-transform: translate(-80px, 0);
}
.js .animate-after-visible.from-left-bottom {
  transform: translate(-80px, 80px);
  -webkit-transform: translate(-80px, 80px);
}
.js .animate-after-visible.from-right-bottom {
  transform: translate(80px, 80px);
  -webkit-transform: translate(80px, 80px);
}
.js .animate-after-visible.from-left-top {
  transform: translate(-80px, -80px);
  -webkit-transform: translate(-80px, -80px);
}
.js .animate-after-visible.from-right-top {
  transform: translate(80px, 0);
  -webkit-transform: translate(80px, 0);
}
.js .show-after-visible {
  transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
  opacity: 0;
}
.js .show-after-visible.td0 {
  transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
}
.js .show-after-visible.td1 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.js .show-after-visible.td2 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.js .show-after-visible.td3 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.js .show-after-visible.td4 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.js .show-after-visible.td5 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.js .show-after-visible.td6 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.js .show-after-visible.from-bottom {
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}
.js .show-after-visible.from-right {
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
}
.js .show-after-visible.from-top {
  transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
}
.js .show-after-visible.from-left {
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.js .show-after-visible.from-left-bottom {
  transform: translate(-30px, 30px);
  -webkit-transform: translate(-30px, 30px);
}
.js .show-after-visible.from-right-bottom {
  transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
}
.js .show-after-visible.from-left-top {
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
}
.js .show-after-visible.from-right-top {
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
}
.js .animated .animate-after-visible,
.js .animated .show-after-visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.js .animated .animate-after-visible.section-description,
.js .animated .show-after-visible.section-description {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .js .animate-after-visible-desktop {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    position: absolute;
    opacity: 0;
  }
  .js .animate-after-visible-desktop.from-bottom {
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
  }
  .js .animate-after-visible-desktop.from-right {
    transform: translate(80px, 0);
    -webkit-transform: translate(80px, 0);
  }
  .js .animate-after-visible-desktop.from-top {
    transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
  }
  .js .animate-after-visible-desktop.from-left {
    transform: translate(-80px, 0);
    -webkit-transform: translate(-80px, 0);
  }
  .js .animate-after-visible-desktop.from-left-bottom {
    transform: translate(-80px, 80px);
    -webkit-transform: translate(-80px, 80px);
  }
  .js .animate-after-visible-desktop.from-right-bottom {
    transform: translate(80px, 80px);
    -webkit-transform: translate(80px, 80px);
  }
  .js .animate-after-visible-desktop.from-left-top {
    transform: translate(-80px, -80px);
    -webkit-transform: translate(-80px, -80px);
  }
  .js .animate-after-visible-desktop.from-right-top {
    transform: translate(80px, 0);
    -webkit-transform: translate(80px, 0);
  }
  .js .show-after-visible-desktop {
    transition-property: all;
    -webkit-transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
    opacity: 0;
  }
  .js .show-after-visible-desktop.td0 {
    transition-delay: 0.09s;
    -webkit-transition-delay: 0.09s;
  }
  .js .show-after-visible-desktop.td1 {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
  }
  .js .show-after-visible-desktop.td2 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }
  .js .show-after-visible-desktop.td3 {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  .js .show-after-visible-desktop.td4 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }
  .js .show-after-visible-desktop.td5 {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }
  .js .show-after-visible-desktop.td6 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .js .show-after-visible-desktop.from-bottom {
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
  }
  .js .show-after-visible-desktop.from-right {
    transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
  }
  .js .show-after-visible-desktop.from-top {
    transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
  }
  .js .show-after-visible-desktop.from-left {
    transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
  }
  .js .show-after-visible-desktop.from-left-bottom {
    transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
  }
  .js .show-after-visible-desktop.from-right-bottom {
    transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
  }
  .js .show-after-visible-desktop.from-left-top {
    transform: translate(-30px, -30px);
    -webkit-transform: translate(-30px, -30px);
  }
  .js .show-after-visible-desktop.from-right-top {
    transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
  }
  .js .animated .animate-after-visible-desktop,
  .js .animated .show-after-visible-desktop {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .js .animated .animate-after-visible-desktop.section-description,
  .js .animated .show-after-visible-desktop.section-description {
    opacity: 0.8;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar-1920.css */
@media screen and (min-width: 1261px) {
  body.with-topbar:not(.opened) {
    margin-top: 55px;
  }
  body.with-topbar:not(.opened) .site_header {
    top: 56px;
  }
  body.with-topbar:not(.opened).page-template-page-domains .top-bar-container, body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container, body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
    position: fixed;
  }
  body.with-topbar:not(.opened).page-template-page-links .site_header {
    background: #ffffff;
  }
  body.with-topbar:not(.opened) .fixed-menu {
    top: 124px;
  }
  body.with-topbar:not(.scrolled):not(.opened) #page-header,
  body.with-topbar:not(.scrolled):not(.opened) .glossary-main-menu {
    top: 56px;
  }
  body.with-topbar .ai_tools_header {
    top: 56px;
  }
  body.with-topbar .cat_menu {
    top: 137px;
  }
  body.with-topbar.page-template-page-ai-tools .top-bar-container, body.with-topbar.tax-ai_tool_categories .top-bar-container, body.with-topbar.ai-tools-template-default .top-bar-container {
    position: fixed;
  }
  .fixed .top-bar-container {
    position: fixed;
  }
  .top-bar-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-bar-container .waving-hand {
    width: 20px;
    height: 20px;
  }
  .top-bar-container a.link:hover + div .dotted {
    text-decoration-line: none;
  }
  .top-bar-container .container {
    padding: 15px 0;
  }
  .top-bar-container .top-bar__content {
    display: flex;
    gap: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  .top-bar-container .top-bar__content .dotted:hover {
    text-decoration-line: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  body.with-topbar:not(.opened) {
    margin-top: 56px;
  }
  body.with-topbar:not(.opened) .site_header {
    top: 56px;
  }
  body.with-topbar:not(.opened).page-template-page-domains .top-bar-container, body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container, body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
    position: fixed;
  }
  body.with-topbar:not(.opened) .fixed-menu {
    top: 124px;
  }
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) #page-header,
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) .glossary-main-menu {
    top: 56px;
  }
  body.with-topbar .ai_tools_header {
    top: 56px;
  }
  body.with-topbar .cat_menu {
    top: 37px;
  }
  body.with-topbar.page-template-page-ai-tools .top-bar-container, body.with-topbar.tax-ai_tool_categories .top-bar-container, body.with-topbar.ai-tools-template-default .top-bar-container {
    position: fixed;
  }
  body.with-topbar.opened .top-bar-container {
    display: none !important;
  }
  .fixed .top-bar-container {
    position: fixed;
  }
  .top-bar-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-bar-container .container {
    padding: 15px 0;
  }
  .top-bar-container .top-bar__content {
    display: flex;
    gap: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  .top-bar-container .top-bar__content .waving-hand {
    width: 20px;
    height: 20px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar-320.css */
@media screen and (max-width: 767px) {
  body.with-topbar:not(.opened) {
    margin-top: 70px;
  }
  body.with-topbar:not(.opened) .site_header {
    top: 70px;
  }
  body.with-topbar:not(.opened).page-template-page-domains .top-bar-container, body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container, body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
    position: fixed;
  }
  body.with-topbar:not(.opened) .fixed-menu {
    top: 124px;
  }
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) #page-header,
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) .glossary-main-menu {
    top: 70px;
  }
  body.with-topbar .ai_tools_header {
    top: 70px;
  }
  body.with-topbar .cat_menu {
    top: 37px;
  }
  body.with-topbar.page-template-page-ai-tools .top-bar-container, body.with-topbar.tax-ai_tool_categories .top-bar-container, body.with-topbar.ai-tools-template-default .top-bar-container {
    position: fixed;
  }
  body.with-topbar.opened .top-bar-container {
    display: none !important;
  }
  .top-bar-container {
    position: fixed;
    top: 0;
  }
  .top-bar-container .container {
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    width: 348px;
    max-width: calc(100% - 32px);
    align-items: center;
  }
  .top-bar-container .top-bar__content {
    font-size: 14px;
    line-height: 23px;
    display: block;
    text-align: center;
  }
  .top-bar-container .top-bar__content .waving-hand {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=top-bar-320.css.map */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown.css */
.sub-menu__container {
  z-index: 999999;
  top: 68px;
  left: 0;
}
.sub-menu__container .container {
  display: flex;
}
.sub-menu__container .container .sub-menu__title {
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.4px;
}
.sub-menu__container .container .column {
  display: flex;
  flex-direction: column;
}
.sub-menu__container .container .column ul {
  display: flex;
  flex-direction: column;
}
.sub-menu__container .container .left ul {
  gap: 20px;
}
.sub-menu__container .container li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sub-menu__container .container li span {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.sub-menu__container .container li a {
  text-decoration: none;
}
.sub-menu__container[data-id=product-item] .left li {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.sub-menu__container.active {
  visibility: visible;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 10;
}
.sub-menu__container.low {
  z-index: 0;
  max-height: 402px;
}
.sub-menu__container.low .container {
  opacity: 0;
}

.header__overlay {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 68px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s;
}

#header.opened .header__overlay, #header.submenu-active .header__overlay {
  opacity: 1;
  visibility: visible;
}

.dark .sub-menu__container {
  background: #000000;
}
.dark .sub-menu__container * {
  color: #ffffff;
}
.dark .header__overlay {
  background: rgba(0, 0, 0, 0.5);
}

.light .sub-menu__container,
.fixed.light-fixed .sub-menu__container {
  background: #ffffff;
}
.light .sub-menu__container *,
.fixed.light-fixed .sub-menu__container * {
  color: #000000;
}
.light .header__overlay,
.fixed.light-fixed .header__overlay {
  background: rgba(228, 228, 228, 0.5);
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_1920.css */
@media screen and (min-width: 1259px) {
  .sub-menu__container {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    height: 0;
    transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.2s step-start, background 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .sub-menu__container .container {
    display: flex;
    padding-top: 50px;
  }
  .sub-menu__container .container .sub-menu__title {
    font-size: 12px;
    line-height: 18px;
  }
  .sub-menu__container .container .column {
    gap: 30px;
  }
  .sub-menu__container .container .column li:hover {
    opacity: 0.5;
  }
  .sub-menu__container .container .left {
    width: 320px;
  }
  .sub-menu__container .container .right {
    width: 390px;
  }
  .sub-menu__container .container .right ul {
    gap: 26px;
  }
  .sub-menu__container[data-id=tools-item] .right ul {
    gap: 20px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_768.css */
@media screen and (max-width: 1260px) {
  .sub-menu__container {
    padding: 40px;
    box-sizing: border-box;
    position: fixed;
    width: 360px;
    height: calc(100vh - 194px) !important;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .sub-menu__container .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .sub-menu__container .container .column {
    gap: 20px;
  }
  .sub-menu__container .container .column ul {
    gap: 20px;
  }
  .sub-menu__container .container .column ul li span {
    display: none;
  }
  .menu-item-has-children.opened .sub-menu__container {
    transform: translateX(0);
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_320.css */
@media screen and (max-width: 767px) {
  .sub-menu__container {
    width: 100%;
  }
  .sub-menu__container .container {
    max-width: 100%;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/slick.min.css */

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/slogan-generator.css */

@keyframes type-cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body * {
  font-family: "Evergrow Sans", sans-serif !important;
  box-sizing: border-box !important;
}
body .container {
  max-width: 1272px !important;
}

.site_header .container {
  max-width: 1272px !important;
}

.business_gen_intro {
  padding: 220px 0 152px 0;
  position: relative;
  overflow: hidden;
}
.business_gen_intro .typing-area {
  text-align: center;
  margin-bottom: 8px;
}
.business_gen_intro .typing-area .type-stars {
  transform: translateY(-1px);
  display: inline-block;
}
.business_gen_intro .typing-area .typing-wrapper {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
  margin-left: 12px;
}
.business_gen_intro .typing-area .type-cursor {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  -webkit-animation: type-cursor 1s infinite;
  animation: type-cursor 1s infinite;
  position: relative;
  font-weight: 400;
}
.business_gen_intro .bg_overlay {
  width: 3840px;
  height: 1326px;
  background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/business-name-generator/business-gen-bg.png') no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.business_gen_intro h1 {
  color: #000;
  text-align: center;
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 24px;
}
.business_gen_intro p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 56px;
  opacity: 0.8;
}
.business_gen_intro .categories .suggestions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.business_gen_intro .categories .suggestions .suggestion {
  flex: 0 0 calc(33.33% - 24px);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #f5f5f6;
  border-radius: 24px;
  padding: 32px;
  cursor: pointer;
}
.business_gen_intro .categories .suggestions .suggestion .img_wrapper {
  transform: translateY(5px);
}
.business_gen_intro .categories .suggestions .suggestion:hover .text {
  opacity: 0.5;
}
.business_gen_intro .categories .suggestions .suggestion .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.business_gen_intro .categories p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.8);
}
.business_gen_intro .categories .tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.business_gen_intro .categories .tags .tag {
  backdrop-filter: blur(8px);
  border-radius: 9999px;
  background: #f5f5f6;
  text-align: center;
}
.business_gen_intro .categories .tags .tag a {
  padding: 12px 24px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  text-decoration: none;
}
.business_gen_intro .categories .tags .tag a:hover {
  opacity: 0.5;
}
.business_gen_intro .ai-business-name-generator.fixed {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  top: 79px;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9997;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content {
  margin-bottom: 0;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border {
  padding: 6px;
  height: 72px;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input {
  height: auto;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border .tw_button {
  font-size: 18px;
}
.business_gen_intro .ai-business-name-generator-content {
  margin-bottom: 80px;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0px -2px 8px 0px rgba(51, 57, 241, 0.06), 0px 12px 30px 3px rgba(51, 57, 241, 0.2);
  border-radius: 8px;
  border: 1px solid #fff;
  height: 90px;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border.error {
  border: 1px solid #d41125;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .tw_button {
  flex: 0 0 280px;
  font-size: 20px;
  height: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container {
  flex: 1;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input,
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea {
  color: #000;
  font-size: 20px;
  font-weight: 600px;
  line-height: 26px;
  background-color: transparent;
  border: none;
  outline: none;
  flex: 1;
  padding: 0 0 0 64px;
  background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/icons/generate_icon_dark2.svg') no-repeat left 24px center transparent;
  height: 70px;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input::placeholder,
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea::placeholder {
  font-size: 20px;
  font-weight: 600px;
  line-height: 26px;
}

.benefits {
  padding: 152px 0;
}
.benefits h3 {
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.benefits .subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 64px;
}
.benefits .benefit_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefits .benefit_items .benefit_item {
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.benefits .benefit_items .benefit_item img {
  margin-bottom: 24px;
  opacity: 0.3;
}
.benefits .benefit_items .benefit_item h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.benefits .benefit_items .benefit_item p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}

.how_it_works {
  background-color: #000;
  padding-bottom: 80px;
}
.how_it_works.child {
  background-color: #fff;
}
.how_it_works.child h3 {
  color: #000;
}
.how_it_works.child .subtitle {
  color: #000000 !important;
}
.how_it_works.child .content_outer .item {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.how_it_works h3 {
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 80px;
}
.how_it_works .subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 64px;
}
.how_it_works .generated_wrapper.mobile-slider, .how_it_works .generated_wrapper.tablet-slider {
  display: none;
}
.how_it_works .generated_wrapper.desktop-slider {
  display: block;
}
.how_it_works .generated_wrapper .slick-dots {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  border-radius: 9997px;
  background-color: rgba(255, 255, 255, 0.1);
  width: max-content;
  position: relative;
  gap: 12px;
  bottom: 0;
}
.how_it_works .generated_wrapper .slick-dots li {
  width: 8px;
  height: 8px;
}
.how_it_works .generated_wrapper .slick-dots li.slick-active button::before {
  background-color: rgb(255, 255, 255);
}
.how_it_works .generated_wrapper .slick-dots li button::before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.how_it_works .generated_wrapper .slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.how_it_works .generated_wrapper .slide .item {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}
.how_it_works .generated_wrapper .slide .item .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.how_it_works .generated_wrapper .slide .item a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.how_it_works .generated_wrapper .slide .item a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/icons/arrows/arrow-white-right.svg') no-repeat center center;
}
.how_it_works .generated_wrapper .slide .item a:hover {
  opacity: 1;
}
.how_it_works .content_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.how_it_works .content_outer .item {
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.how_it_works .content_outer .item .item_content {
  background-color: #fff;
  padding: 32px 32px 40px 32px;
}
.how_it_works .content_outer .item .item_content h4 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
}
.how_it_works .content_outer .item .item_content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
}
.how_it_works .content_outer .item .item_image {
  height: 434px;
  background-color: #e5e5e5;
  background-position: center;
  background-size: cover;
}
.how_it_works .content_outer .item .item_image.image_take {
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/slogan-generator/select.jpg');
}
.how_it_works .content_outer .item .item_image.image_select {
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/slogan-generator/generate.jpg');
}
.how_it_works .content_outer .item .item_image.image_describe {
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/slogan-generator/describe.jpg');
}
.how_it_works .marquee {
  padding: 40px 0;
  border-bottom: 1px solid rgb(77, 77, 77);
}
.how_it_works .marquee .text {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 52px;
  line-height: 68px;
  font-weight: 400;
  margin-left: 58px;
}

.business_name_container {
  padding: 60px 0;
  background-color: #000;
}
.business_name_container .tabs_nav {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_name_container .tabs_nav .tabs_nav_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  overflow: hidden;
  background-color: rgba(245, 245, 246, 0.1);
  width: 345px;
}
.business_name_container .tabs_nav .tabs_nav_holder a {
  padding: 14px 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  flex: 0 0 33.33%;
  text-align: center;
}
.business_name_container .tabs_nav .tabs_nav_holder a.active {
  background-color: #fff;
  color: #000;
  border-radius: 9999px;
}
.business_name_container .slick-dots {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  width: max-content;
  position: relative;
  gap: 12px;
  align-items: center;
  bottom: 0;
}
.business_name_container .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
  flex: 0 0 6px;
}
.business_name_container .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  text-indent: -10000px;
  outline: none;
  border: none;
  border-radius: 50%;
}
.business_name_container .slick-dots li button:before {
  width: 6px;
  height: 6px;
}
.business_name_container .slick-dots li.slick-active {
  flex: 0 0 8px;
  transform: translateY(-1px);
}
.business_name_container .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
}
.business_name_container .slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
}
.business_name_container .slick-dots li.slick-active button::before {
  background-color: rgb(255, 255, 255);
}
.business_name_container .slick-dots li button::before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.business_name_container .industries_slider {
  display: none;
}
.business_name_container .industries_slider.active {
  display: block;
}
.business_name_container .business_name_container_title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.business_name_container .section_description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
  text-align: center;
}
.business_name_container .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.business_name_container .slide .business_name_item a {
  text-decoration: none;
  padding: 8px 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 24px;
  display: inline-block;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.1);
}
.business_name_container .slide .business_name_item a:hover {
  opacity: 0.5;
}

.tips {
  padding-top: 152px;
}
.tips h3 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
.tips .subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.tips .tips_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
  align-items: stretch;
  grid-auto-rows: 1fr;
  align-items: stretch;
}
.tips .tips_outer.tips_outer_child .tip {
  margin-bottom: 0;
}
.tips .tips_outer.visible_md {
  display: none;
}
.tips .tips_outer .tip {
  margin-bottom: 24px;
  background-color: #f5f5f6;
  padding: 32px;
  border-radius: 24px;
}
.tips .tips_outer .tip img {
  margin-bottom: 16px;
  opacity: 0.3;
}
.tips .tips_outer .tip h5 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.tips .tips_outer .tip p {
  font-size: 16px;
  line-height: 24px;
}

.horizontal-blocks h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 64px;
}

.input-container .input_content .error {
  bottom: -41px !important;
}

#key_elements {
  background: rgba(245, 245, 247, 0.8);
  padding: 80px 0;
}
#key_elements .slick-track {
  padding-bottom: 30px;
}
#key_elements .disclaimer {
  padding-top: 50px;
  margin-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 24px;
}
#key_elements .disclaimer strong {
  font-weight: 700;
}
#key_elements h3 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
#key_elements .subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
#key_elements .slogans_container {
  max-width: 100%;
}
#key_elements .slogans_container .slick-dots {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 30px auto 0 auto;
  position: relative;
  top: unset;
  left: unset;
}
#key_elements .slogans_container .slick-dots li {
  height: 6px;
  width: 6px;
  margin: 0;
}
#key_elements .slogans_container .slick-dots li button {
  height: 6px;
  width: 6px;
  display: block;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  border-radius: 4px;
  position: relative;
}
#key_elements .slogans_container .slick-dots li button:before {
  height: 6px;
  width: 6px;
}
#key_elements .slogans_container .slick-dots li button .loading {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  height: 100%;
  width: 0;
  border-radius: 4px;
  height: 8px;
}
#key_elements .slogans_container .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
#key_elements .slogans_container .slick-dots li.slick-active button {
  width: 32px;
  height: 8px;
  position: relative;
}
#key_elements .slogans_container .slick-dots li.slick-active button::before {
  content: unset;
}
#key_elements .slogans_container .slogans .item {
  max-width: 600px;
  margin: 0 10px;
  opacity: 0.3;
  transition: all 0.3s ease;
}
#key_elements .slogans_container .slogans .item * {
  transition: all 0.3s ease;
}
#key_elements .slogans_container .slogans .item.slick-active {
  opacity: 1;
}
#key_elements .slogans_container .slogans .item.slick-active h4 {
  opacity: 1;
}
#key_elements .slogans_container .slogans .item.slick-active .slogan_subtitle {
  opacity: 1;
}
#key_elements .slogans_container .slogans .item h4 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0;
}
#key_elements .slogans_container .slogans .item .slogan_subtitle {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  opacity: 0;
}
#key_elements .slogans_container .slogans .item .example {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}
#key_elements .slogans_container .slogans .item .example img {
  margin-bottom: 10px;
}
#key_elements .slogans_container .slogans .item .example h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
#key_elements .slogans_container .slogans .item .example h5 span {
  font-weight: 400;
}
#key_elements .slogans_container .slogans .item .example p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.8;
  min-height: 84px;
}
#key_elements .slogans_container .slogans .item .example p strong {
  font-weight: 600;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/slogan-generator-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  body .site_header .container {
    max-width: 728px !important;
  }
  body .container {
    max-width: 728px !important;
  }
  #key_elements {
    padding: 60px 0;
  }
  #key_elements .example {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
  }
  .business_gen_intro {
    padding: 180px 0 96px 0;
  }
  .business_gen_intro .text-typing .typing-area__container .typing-area .type-stars img {
    width: 36px;
    height: 36px;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border {
    padding: 6px;
    height: 72px;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input {
    height: auto;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border .tw_button {
    font-size: 18px;
  }
  .business_gen_intro h1 {
    font-size: 64px;
    margin-bottom: 24px;
  }
  .business_gen_intro .categories .suggestions {
    flex-direction: column;
    gap: 16px;
  }
  .business_gen_intro .categories .suggestions .suggestion {
    gap: 14px;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 32px;
    border-radius: 16px;
  }
  .business_gen_intro .categories .suggestions .suggestion .text {
    font-size: 16px;
    line-height: 24px;
  }
  .business_gen_intro .categories .suggestions .suggestion .img_wrapper {
    transform: unset;
  }
  .business_gen_intro .categories .suggestions .suggestion img {
    width: 22px;
    height: 22px;
  }
  .how_it_works {
    padding-bottom: 64px;
  }
  .how_it_works .generated_wrapper.mobile-slider, .how_it_works .generated_wrapper.desktop-slider {
    display: none;
  }
  .how_it_works .generated_wrapper.tablet-slider {
    display: block !important;
  }
  .how_it_works .generated_wrapper.tablet-slider .slide {
    grid-template-columns: repeat(2, 1fr);
  }
  .how_it_works h3 {
    margin-top: 52px;
  }
  .how_it_works .content_outer {
    grid-template-columns: repeat(1, 1fr);
  }
  .how_it_works .content_outer .item .item_image {
    height: 464px;
  }
  .how_it_works .content_outer .item .item_image.image_take {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/slogan-generator/select_tablet.jpg');
  }
  .how_it_works .content_outer .item .item_image.image_select {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/slogan-generator/generate_tablet.jpg');
  }
  .how_it_works .content_outer .item .item_image.image_describe {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../../images/slogan-generator/describe_tablet.jpg');
  }
  .benefits {
    padding: 96px 0;
  }
  .benefits .benefit_items {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
  .tips {
    padding: 96px 0;
  }
  .tips .tips_outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .tips .tips_outer.visible_lg {
    display: none;
  }
  .tips .tips_outer.visible_md {
    display: grid;
  }
  .faq-section {
    margin-top: 0 !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/slogan-generator-375.css */
@media screen and (max-width: 767px) {
  body .site_header .container {
    max-width: calc(100% - 32px) !important;
  }
  body .container {
    max-width: 343px !important;
  }
  .business_gen_intro {
    padding: 134px 0 72px 0;
  }
  .business_gen_intro .categories .suggestions {
    flex-direction: column;
    gap: 16px;
  }
  .business_gen_intro .categories .suggestions .suggestion {
    gap: 14px;
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    border-radius: 16px;
  }
  .business_gen_intro .categories .suggestions .suggestion img {
    width: 28px;
    height: 28px;
    transform: translateY(2px);
  }
  .business_gen_intro .categories .suggestions .suggestion .text {
    font-size: 14px;
    line-height: 20px;
  }
  .business_gen_intro .categories p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .business_gen_intro .categories .tags {
    gap: 8px;
  }
  .business_gen_intro .categories .tags .tag {
    font-size: 12px;
    line-height: 18px;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-border {
    flex-direction: row;
    padding: 6px;
    height: 62px !important;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-border input {
    font-size: 16px;
    line-height: 26px;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-border input::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-border .tw_button {
    width: 50px;
    flex: 0 0 50px;
    text-indent: -10000px;
    font-weight: 500 !important;
    background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/tools/slogan-generator/../../../images/business-name-generator/arrow-right.svg') no-repeat center center #3339f1;
  }
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border {
    height: auto;
    flex-direction: column;
    gap: 12px;
  }
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container {
    width: 100%;
  }
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea {
    outline: none;
    border: none;
    width: 100%;
    background-position: top 2px left 5px !important;
    height: 64px !important;
    padding-top: 2px;
  }
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input,
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea {
    padding-left: 40px;
    background-size: 26px;
    background-position: center left 5px;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
  }
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input::placeholder,
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .tw_button {
    flex: auto;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .business_gen_intro p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .business_gen_intro h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 4px;
  }
  .business_gen_intro .bg_overlay {
    display: none;
  }
  .business_gen_intro .typing-area {
    min-height: 60px;
  }
  .business_gen_intro .typing-area .type-cursor {
    font-size: 16px;
    line-height: 24px;
  }
  .business_gen_intro .typing-area .typing-wrapper {
    font-size: 16px;
    line-height: 24px;
  }
  .business_gen_intro .typing-area img {
    width: 20px;
    height: 20px;
  }
  .benefits {
    padding: 72px 0;
  }
  .benefits h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .benefits .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
  }
  .benefits .benefit_items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .benefits .benefit_items .benefit_item {
    padding: 24px;
  }
  .benefits .benefit_items .benefit_item img {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }
  .benefits .benefit_items .benefit_item h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .benefits .benefit_items .benefit_item p {
    font-size: 14px;
    line-height: 20px;
  }
  .how_it_works {
    padding-bottom: 48px;
  }
  .how_it_works .generated_wrapper.tablet-slider, .how_it_works .generated_wrapper.desktop-slider {
    display: none;
  }
  .how_it_works .generated_wrapper.mobile-slider {
    display: block !important;
  }
  .how_it_works .generated_wrapper.mobile-slider .slide {
    grid-template-columns: repeat(1, 1fr);
  }
  .how_it_works .generated_wrapper.mobile-slider .slide .item {
    padding: 24px;
  }
  .how_it_works .generated_wrapper.mobile-slider .slide .item a {
    font-size: 12px;
    line-height: 20px;
  }
  .how_it_works .generated_wrapper.mobile-slider .slide .item a:after {
    width: 20px;
    height: 20px;
  }
  .how_it_works .generated_wrapper.mobile-slider .slide .item .title {
    font-size: 14px;
    line-height: 26px;
  }
  .how_it_works .content_outer {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .how_it_works .content_outer .item .item_image {
    height: 364px;
  }
  .how_it_works .content_outer .item .item_content {
    padding: 24px 24px 32px 24px;
  }
  .how_it_works .content_outer .item .item_content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .how_it_works .content_outer .item .item_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .how_it_works h3 {
    margin-top: 48px;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .how_it_works .subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 48px;
  }
  .how_it_works .marquee {
    padding: 20px 0;
  }
  .how_it_works .marquee .slick-slide img {
    width: 42px;
    height: 42px;
    margin-right: 5px;
  }
  .how_it_works .marquee .text {
    font-size: 30px;
    line-height: 40px;
  }
  .business_name_container {
    padding: 48px 0;
  }
  .business_name_container .tabs_nav .tabs_nav_holder {
    width: 330px;
  }
  .business_name_container .tabs_nav .tabs_nav_holder a {
    padding: 14px 20px;
  }
  .business_name_container .slide {
    gap: 8px;
  }
  .business_name_container .slide .business_name_item a {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 18px;
  }
  .business_name_container .business_name_container_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .business_name_container .section_description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .tips {
    padding: 72px 0;
  }
  .tips .tips_outer {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .tips .tips_outer .tip {
    padding: 24px;
    margin-bottom: 16px;
  }
  .tips .tips_outer .tip:last-child {
    margin-bottom: 0;
  }
  .tips .tips_outer .tip img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .tips .tips_outer .tip h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .tips .tips_outer .tip p {
    font-size: 12px;
    line-height: 18px;
  }
  .tips h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .tips .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .tips .subtitle:last-child {
    margin-bottom: 48px;
  }
  .faq-section {
    margin-top: 0 !important;
  }
  .faq-section .faq-section-container .faq-section-content .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question h3 {
    font-size: 16px;
    line-height: 24px;
  }
  #key_elements {
    background: rgba(245, 245, 247, 0.8);
    padding: 40px 0;
  }
  #key_elements .slick-track {
    padding-bottom: 0;
  }
  #key_elements .disclaimer {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 18px;
  }
  #key_elements .disclaimer strong {
    font-weight: 700;
  }
  #key_elements h3 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
  }
  #key_elements .subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  #key_elements .slogans_container {
    max-width: 100%;
  }
  #key_elements .slogans_container .slick-dots {
    margin-top: 0;
    bottom: 0;
  }
  #key_elements .slogans_container .slogans .item {
    max-width: 600px;
    margin: 0 20px;
    opacity: 0.3;
    padding-bottom: 40px;
    transition: all 0.3s ease;
  }
  #key_elements .slogans_container .slogans .item * {
    transition: all 0.3s ease;
  }
  #key_elements .slogans_container .slogans .item.slick-active {
    opacity: 1;
  }
  #key_elements .slogans_container .slogans .item.slick-active h4 {
    opacity: 1;
  }
  #key_elements .slogans_container .slogans .item.slick-active .slogan_subtitle {
    opacity: 1;
  }
  #key_elements .slogans_container .slogans .item h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0;
  }
  #key_elements .slogans_container .slogans .item .slogan_subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    opacity: 0;
  }
  #key_elements .slogans_container .slogans .item .example {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    display: table;
  }
  #key_elements .slogans_container .slogans .item .example img {
    margin-bottom: 10px;
  }
  #key_elements .slogans_container .slogans .item .example h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
  }
  #key_elements .slogans_container .slogans .item .example p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.8;
    min-height: 84px;
  }
  #key_elements .slogans_container .slogans .item .example p strong {
    font-weight: 600;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/text_input/css/text_input.css */
.input-container .input-details {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.input-container .input-details .input-label {
  opacity: 0.7;
  font-weight: 600;
}
.input-container .input_content {
  position: relative;
}
.input-container .input_content input {
  font-size: 16px;
  line-height: 22px;
  padding: 14px 40px 14px 16px;
  background: #353A3B;
  color: #ffffff;
  width: 100%;
  border-radius: 6px;
  border: 0;
  box-sizing: border-box;
}
.input-container .input_content input:-moz-placeholder, .input-container .input_content input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.input-container .input_content .info_icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/text_input/css/../../../../images/icons/white_info.svg);
  background-repeat: no-repeat !important;
  background-size: 100%;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 18px;
  right: 16px;
  opacity: 0.4;
}
.input-container .input_content .info_icon .info_tooltip {
  pointer-events: none;
  text-align: left;
  position: absolute;
  background: #ffffff;
  padding: 16px;
  border: 1px solid rgba(50, 58, 69, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  width: 280px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  opacity: 0;
  z-index: -5;
  bottom: 20px;
  right: 0;
  -webkit-transform: translate(0, -3%);
  -moz-transform: translate(0, -3%);
  transform: translate(0, -3%);
}
.input-container .input_content .info_icon:hover {
  opacity: 1;
}
.input-container .input_content .info_icon:hover .info_tooltip {
  pointer-events: unset;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.input-container .input_content .error {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  color: #FD3C31;
  position: absolute;
  left: 3px;
  bottom: -19px;
}
.input-container .input_content .remove_value {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 16px;
  top: 13px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.input-container .input_content .remove_value img {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .input-container .input_content input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px 10px 16px;
  }
  .input-container .input_content .info_icon {
    top: 13px;
  }
  .input-container .input_content .error {
    font-size: 10px;
    line-height: 14px;
    bottom: -20px;
  }
  .input-container .input_content.filled .info_icon {
    display: none;
  }
  .input-container .input_content.filled .remove_value {
    display: flex;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/faq/css/faq.css */
.faq-section {
  background: #ffffff;
}
.faq-section * {
  color: #000000;
}
.faq-section .faq-section-container .section_title {
  font-weight: 700;
  text-align: left;
}
.faq-section .faq-section-container .faq-section-content {
  display: flex;
  margin-top: 30px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question {
  cursor: pointer;
  border-top: 1px solid #EAEAEA;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .icon:not(.with-icon-opened) {
  transition: transform 0.2s;
  transform: rotateZ(45deg);
  opacity: 0.2;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .icon-opened {
  display: none;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question h3 {
  font-weight: 500;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
  display: none;
  opacity: 0.8;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer p {
  margin-bottom: 8px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer p.no_margin, .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ul {
  list-style-type: disc;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ol {
  list-style-type: decimal;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ul, .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ol {
  list-style-position: inherit;
  margin-top: 15px;
  margin-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ul + p, .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ol + p {
  margin-top: 15px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer a {
  color: #4786FF;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer a:hover {
  opacity: 0.7;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .faq-question {
  margin-bottom: 8px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .icon:not(.with-icon-opened) {
  transform: rotateZ(0);
  opacity: 1;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .icon.with-icon-opened {
  display: none;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .icon-opened {
  display: block;
}
.faq-section .faq-section-container .all_questions {
  display: block;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 6px;
  font-weight: 500;
  padding: 14px 20px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin: 48px auto 0;
  width: 220px;
  box-sizing: border-box;
  text-align: center;
}
.faq-section.one-column .faq-section-content .faq-section-question {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #EAEAEA;
}
.faq-section.one-column .faq-section-content .faq-section-question .faq-question {
  align-items: center;
}
.faq-section.one-column .faq-section-content .faq-section-question .faq-answer {
  margin-right: 0 !important;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/faq/css/faq-1920.css */
@media screen and (min-width: 1261px) {
  .faq-section {
    padding: 150px 0;
  }
  .faq-section .section_title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 32px;
  }
  .faq-section .section_description {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
  }
  .faq-section .faq-section-container .faq-section-content {
    gap: 0 60px;
    flex-wrap: wrap;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question-column {
    width: calc((100% - 60px) / 2);
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question {
    padding: 24px 0;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 18px;
    line-height: 26px;
    gap: 12px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
    width: 24px;
    height: 24px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image img {
    width: 24px;
    height: 24px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 16px;
    line-height: 26px;
    margin-right: 40px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer h3 {
    font-size: 18px;
  }
  .faq-section .all_questions:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .faq-section.one-column {
    padding: 0;
    margin: 152px 0;
  }
  .faq-section.one-column .section_title {
    font-size: 40px;
    line-height: 52px;
  }
  .faq-section.one-column .faq-section-container {
    width: 1012px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content {
    margin-top: 24px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question {
    padding: 24px 0 8px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 18px;
    line-height: 28px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question.faq-opened {
    padding: 24px 0;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question-image {
    width: 18px;
    height: 18px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question-image img {
    width: 18px;
    height: 18px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/faq/css/faq-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .faq-section {
    padding: 120px 0;
  }
  .faq-section .section_title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 32px;
  }
  .faq-section .section_description {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
  }
  .faq-section .faq-section-container .faq-section-question-column {
    display: flex;
    flex-direction: column;
  }
  .faq-section .faq-section-container .faq-section-content {
    flex-direction: column;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question {
    padding: 24px 0;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 18px;
    line-height: 28px;
    gap: 12px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
    width: 24px;
    height: 24px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image img {
    width: 24px;
    height: 24px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 16px;
    line-height: 30px;
    margin-right: 40px;
  }
  .faq-section.one-column {
    padding: 0;
    margin: 96px 0;
  }
  .faq-section.one-column .section_title {
    font-size: 40px;
    line-height: 52px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content {
    margin-top: 24px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question {
    padding: 24px 0 8px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 18px;
    line-height: 28px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question.faq-opened {
    padding: 24px 0;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question-image {
    width: 18px;
    height: 18px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question-image img {
    width: 18px;
    height: 18px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/faq/css/faq-320.css */
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 100px 0;
  }
  .faq-section .title_container {
    margin-left: 0;
  }
  .faq-section .section_title {
    font-size: 24px;
    line-height: 42px;
  }
  .faq-section .faq-section-container .faq-section-question-column {
    display: flex;
    flex-direction: column;
  }
  .faq-section .faq-section-container .faq-section-content {
    flex-direction: column;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question {
    padding: 15px 0;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 16px;
    line-height: 26px;
    gap: 10px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
    width: 20px;
    height: 20px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image img {
    width: 20px;
    height: 20px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 14px;
    line-height: 28px;
    margin-right: 30px;
  }
  .faq-section.one-column {
    padding: 0;
    margin: 72px 0;
  }
  .faq-section.one-column .section_title {
    font-size: 26px;
    line-height: 34px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content {
    margin-top: 24px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question {
    padding: 20px 0 4px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-section.one-column .faq-section-container .faq-section-content .faq-section-question.faq-opened {
    padding: 20px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/horizontal-blocks/css/horizontal-blocks.css */
.horizontal-blocks.gray_background {
  background: #f5f5f6;
  margin: 0;
  padding: 80px 0;
}
.horizontal-blocks.gray_background .horizontal-blocks__item-info {
  background-color: #fff;
}
.horizontal-blocks .section-title {
  margin-bottom: 0;
}
.horizontal-blocks .horizontal-blocks__header-container {
  display: flex;
}
.horizontal-blocks .slick-buttons {
  display: none;
  gap: 16px;
}
.horizontal-blocks .items-count-3 {
  display: flex;
  align-items: flex-start;
}
.horizontal-blocks .items-count-3 .horizontal-blocks__items-tablet,
.horizontal-blocks .items-count-3 .horizontal-blocks__items {
  display: none;
  margin-top: 0;
}
.horizontal-blocks .horizontal-blocks__items {
  display: flex;
  flex-wrap: wrap;
}
.horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item:last-child, .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item:last-child {
  margin-right: 0;
}
.horizontal-blocks .horizontal-blocks__item {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc {
  opacity: 0.8;
}
.horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc ul {
  display: flex;
  flex-direction: column;
}
.horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc ul li {
  position: relative;
}
.horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 4px;
}
.horizontal-blocks .horizontal-blocks__item.with-border {
  border: 1px solid #f5f5f6;
}
.horizontal-blocks .horizontal-blocks__item-desc a {
  color: inherit;
}
.horizontal-blocks .horizontal-blocks__item-image {
  width: 100%;
}
.horizontal-blocks .horizontal-blocks__item-image img {
  max-width: 100%;
  height: auto;
}
.horizontal-blocks .horizontal-blocks__item-info.has_stars .author {
  margin-bottom: 16px;
}
.horizontal-blocks .horizontal-blocks__item-info.has_stars .author-name {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 30px;
}
.horizontal-blocks .horizontal-blocks__item-info.has_stars .author-username {
  font-size: 14px;
  line-height: 24px;
}
.horizontal-blocks .horizontal-blocks__item-info.has_stars .horizontal-blocks__item-desc {
  margin-top: 20px;
}
.horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
  font-weight: 700;
}
.horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title .subtitle {
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
.horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title a {
  text-decoration: none;
  color: #000000;
}
.horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title a:visited {
  color: #000000;
}
.horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
  color: rgba(0, 0, 0, 0.5);
}
.horizontal-blocks .horizontal-blocks__item-label {
  display: flex;
  width: fit-content;
  border-radius: 18px;
  background: rgba(51, 57, 241, 0.1);
  align-items: center;
}
.horizontal-blocks .horizontal-blocks__item-label span {
  color: rgba(51, 57, 241, 0.8);
  font-weight: 500;
}
.horizontal-blocks .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-blocks .author .author-image {
  border-radius: 50%;
}
.horizontal-blocks .author .author-info {
  flex-grow: 1;
}
.horizontal-blocks .author .author-name {
  font-weight: 700;
}
.horizontal-blocks .author .author-username {
  color: rgba(0, 0, 0, 0.5);
}
.horizontal-blocks .slick-list.draggable {
  width: 100%;
}
.horizontal-blocks.overflow-visible .draggable {
  overflow: visible !important;
}
.horizontal-blocks.slide-on-mobile, .horizontal-blocks.slider {
  overflow: hidden;
}
.horizontal-blocks.slide-on-mobile .container, .horizontal-blocks.slider .container {
  position: relative;
}
.horizontal-blocks.slide-on-mobile .horizontal-blocks__items, .horizontal-blocks.slider .horizontal-blocks__items {
  flex-wrap: nowrap;
}
.horizontal-blocks.slide-on-mobile .slick-arrow, .horizontal-blocks.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: none !important;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
}
.horizontal-blocks.slide-on-mobile .slick-arrow:hover, .horizontal-blocks.slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.horizontal-blocks.slide-on-mobile .slick-arrow:after, .horizontal-blocks.slider .slick-arrow:after {
  opacity: 1;
}
.horizontal-blocks.slide-on-mobile .slick-arrow.slick-next, .horizontal-blocks.slider .slick-arrow.slick-next {
  right: 0;
}
.horizontal-blocks.slide-on-mobile .slick-arrow.slick-prev, .horizontal-blocks.slider .slick-arrow.slick-prev {
  left: 0;
}
.horizontal-blocks.slide-on-mobile .slick-arrow.slick-disabled, .horizontal-blocks.slider .slick-arrow.slick-disabled {
  display: none !important;
}
.horizontal-blocks.grey_background_items .horizontal-blocks__item {
  background: #f5f5f6;
}
.horizontal-blocks.black_background {
  background: #000000;
}
.horizontal-blocks.black_background .horizontal-blocks__header * {
  color: #ffffff;
}
.horizontal-blocks.black_background .section-description {
  font-weight: 300;
}
.horizontal-blocks.black_background .horizontal-blocks__item {
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.horizontal-blocks.black_background.dark-mode .horizontal-blocks__item {
  box-shadow: none;
}
.horizontal-blocks.black_background .slick-arrow {
  position: static;
  margin-top: 0;
  display: none !important;
  background: rgba(255, 255, 255, 0.2);
}
.horizontal-blocks.black_background .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}
.horizontal-blocks.black_background .slick-arrow:hover:after {
  opacity: 1;
}
.horizontal-blocks.black_background .slick-arrow:after {
  content: "";
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/sections/horizontal-blocks/css/../../../../images/icons/arrows/arrow_white.svg) no-repeat center;
  opacity: 0.8;
  height: 32px;
  width: 32px;
  background-size: 32px;
}
.horizontal-blocks.black_background .slick-arrow.slick-next {
  right: 0;
}
.horizontal-blocks.black_background .slick-arrow.slick-prev {
  left: 0;
}
.horizontal-blocks.black_background .slick-arrow.slick-disabled {
  display: flex !important;
}
.horizontal-blocks.black_background .slick-arrow.slick-disabled:after {
  opacity: 0.2;
}
.horizontal-blocks.info-above-image .horizontal-blocks__item {
  position: relative;
  background: transparent;
}
.horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
  position: absolute;
  background: #ffffff;
  backdrop-filter: blur(35px);
  justify-content: space-between;
}
.horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info .horizontal-blocks__item-title {
  color: #000;
  height: auto !important;
}
.horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info .horizontal-blocks__item-desc {
  width: 316px;
  min-height: 150px;
}
.horizontal-blocks.info-above-image .horizontal-blocks__item:not(.slick-active) {
  opacity: 0.5;
}
.horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-info {
  display: flex;
  box-sizing: border-box;
}
.horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
  font-weight: 700;
}
.horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc {
  font-weight: 400;
}
.horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc * {
  font-size: 14px;
  line-height: 20px;
}
.horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc li:before {
  top: 9px;
  left: 12px;
}
.horizontal-blocks.grey_background {
  background: #f5f5f6;
}
.horizontal-blocks.grey_background .horizontal-blocks__item {
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.horizontal-blocks.white_background_items .horizontal-blocks__item {
  box-shadow: 0 -3px 4px 2px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.horizontal-blocks.revers_image .horizontal-blocks__item {
  flex-direction: column-reverse;
}
.horizontal-blocks.one-line-title .horizontal-blocks__item-title {
  height: auto !important;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/horizontal-blocks/css/horizontal-blocks-1920.css */
@media screen and (min-width: 1261px) {
  .horizontal-blocks {
    margin: 152px 0;
  }
  .horizontal-blocks.no_margin {
    margin: 0 !important;
  }
  .horizontal-blocks .section-description {
    margin-top: 20px;
  }
  .horizontal-blocks .slick-buttons {
    display: flex;
  }
  .horizontal-blocks .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .horizontal-blocks .horizontal-blocks__header-container {
    margin-bottom: 64px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
  }
  .horizontal-blocks .horizontal-blocks__header-container .horizontal-blocks__header {
    width: 1012px;
  }
  .horizontal-blocks .items-count-3 {
    gap: 24px;
  }
  .horizontal-blocks .items-count-3 .horizontal-blocks__items {
    display: flex;
    width: calc((100% - 48px) / 3);
  }
  .horizontal-blocks .items-count-3 .horizontal-blocks__items .horizontal-blocks__item {
    width: 100%;
  }
  .horizontal-blocks .horizontal-blocks__items {
    margin-top: 64px;
    gap: 24px;
  }
  .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item {
    margin-right: 24px;
  }
  .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-title {
    height: 80px;
  }
  .horizontal-blocks .horizontal-blocks__item {
    gap: 8px;
    border-radius: 24px;
    width: calc((100% - 48px) / 3);
  }
  .horizontal-blocks .horizontal-blocks__item.with-anchor-link:hover {
    cursor: pointer;
  }
  .horizontal-blocks .horizontal-blocks__item-image img {
    width: 408px;
  }
  .horizontal-blocks .horizontal-blocks__item-info {
    padding: 32px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
    font-size: 28px;
    line-height: 40px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul {
    font-size: 18px;
    line-height: 28px;
    gap: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li {
    padding-left: 28px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li:before {
    top: 13px;
    left: 12px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc a:hover {
    text-decoration: none;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .horizontal-blocks .horizontal-blocks__item-info.has_stars .horizontal-blocks__item-desc {
    font-size: 16px;
  }
  .horizontal-blocks .horizontal-blocks__item-label {
    padding: 8px 12px 8px 11px;
    gap: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-label img {
    width: 16px !important;
    height: 16px !important;
  }
  .horizontal-blocks .horizontal-blocks__item-label span {
    font-size: 14px;
    line-height: 20px;
  }
  .horizontal-blocks .author {
    gap: 16px;
    margin-bottom: 20px;
  }
  .horizontal-blocks .author .author-image {
    width: 48px;
    height: 48px;
  }
  .horizontal-blocks .author .author-name {
    font-size: 14px;
    line-height: 20px;
  }
  .horizontal-blocks .author .author-username {
    font-size: 12px;
    line-height: 20px;
  }
  .horizontal-blocks.slider .horizontal-blocks__container {
    width: calc(100% - 40px);
    max-width: 100% !important;
  }
  .horizontal-blocks.slider .items-count-1 {
    width: 1272px;
    max-width: 100%;
    margin: 0 auto;
  }
  .horizontal-blocks.slider .horizontal-blocks__item {
    width: 408px;
  }
  .horizontal-blocks.slider .slick-arrow {
    display: flex !important;
  }
  .horizontal-blocks.two-column .horizontal-blocks__item {
    width: calc((100% - 24px) / 2);
  }
  .horizontal-blocks.two-column .horizontal-blocks__item img {
    width: 100%;
  }
  .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .horizontal-blocks.big_size .horizontal-blocks__item-info {
    padding: 40px;
  }
  .horizontal-blocks.big_size .horizontal-blocks__item-title {
    font-size: 32px;
    line-height: 44px;
  }
  .horizontal-blocks.big_size .horizontal-blocks__item-desc {
    margin-top: 20px;
  }
  .horizontal-blocks.black_background, .horizontal-blocks.grey_background {
    padding: 80px 0;
  }
  .horizontal-blocks.flex-start .horizontal-blocks__items {
    align-items: flex-start;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
    border-radius: 16px;
    padding: 40px 48px;
    width: calc(100% - 48px);
    left: 24px;
    bottom: 24px;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-desc {
    margin-top: 20px;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-image img {
    border-radius: 32px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item {
    width: 1102px;
    border-radius: 32px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item img {
    width: 1102px;
    height: 620px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
    font-size: 40px;
    line-height: 52px;
    width: 578px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc {
    width: 316px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc li:before {
    top: 9px;
    left: 12px;
  }
  .horizontal-blocks.internal-links .horizontal-blocks__item-info {
    padding: 32px 32px 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/horizontal-blocks/css/horizontal-blocks-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .horizontal-blocks {
    margin: 96px 0;
  }
  .horizontal-blocks.gray_background {
    padding: 64px 0;
  }
  .horizontal-blocks.no_margin {
    margin: 0 !important;
  }
  .horizontal-blocks .section-description {
    margin-top: 20px;
  }
  .horizontal-blocks .horizontal-blocks__header-container {
    flex-direction: column;
  }
  .horizontal-blocks .items-count-3 {
    gap: 20px;
  }
  .horizontal-blocks .items-count-3 .horizontal-blocks__items-tablet {
    width: 354px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .horizontal-blocks .items-count-3 .horizontal-blocks__items-tablet .horizontal-blocks__item {
    width: 354px;
    border-radius: 24px;
  }
  .horizontal-blocks .horizontal-blocks__items {
    margin-top: 64px;
    gap: 20px;
  }
  .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item, .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item {
    margin: 0 10px;
  }
  .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item .horizontal-blocks__item-title, .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-title {
    height: 80px;
  }
  .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item .horizontal-blocks__item-image img, .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-image img {
    width: 408px;
  }
  .horizontal-blocks .horizontal-blocks__item {
    gap: 8px;
    border-radius: 24px;
  }
  .horizontal-blocks .horizontal-blocks__item-image img {
    width: 728px;
  }
  .horizontal-blocks .horizontal-blocks__item-info {
    padding: 40px 40px 32px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
    font-size: 32px;
    line-height: 44px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc {
    margin-top: 16px;
    font-size: 20px;
    line-height: 30px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul {
    font-size: 18px;
    line-height: 28px;
    gap: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li {
    padding-left: 28px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li:before {
    top: 13px;
    left: 12px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-label {
    padding: 8px 12px 8px 11px;
    gap: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-label img.label-icon {
    width: 17px !important;
    height: 17px !important;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-label span {
    font-size: 14px;
    line-height: 20px;
  }
  .horizontal-blocks .author {
    gap: 16px;
    margin-bottom: 20px;
  }
  .horizontal-blocks .author .author-image {
    width: 48px;
    height: 48px;
  }
  .horizontal-blocks .author .author-name {
    font-size: 14px;
    line-height: 20px;
  }
  .horizontal-blocks .author .author-username {
    font-size: 12px;
    line-height: 20px;
  }
  .horizontal-blocks.slide-on-mobile .horizontal-blocks__item, .horizontal-blocks.slider .horizontal-blocks__item {
    width: 408px;
  }
  .horizontal-blocks.small_sizes .horizontal-blocks__item-info {
    padding: 32px;
  }
  .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .horizontal-blocks.small_sizes .horizontal-blocks__item-title {
    font-size: 28px;
    line-height: 40px;
  }
  .horizontal-blocks.black_background, .horizontal-blocks.grey_background {
    padding: 64px 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
    flex-direction: column;
    gap: 32px;
    border-radius: 16px;
    padding: 40px 48px;
    width: calc(100% - 48px);
    left: 24px;
    bottom: 24px;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info ul {
    padding-left: 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-desc {
    margin-top: 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-desc ul {
    gap: 6px;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-title {
    height: auto !important;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-image img {
    border-radius: 24px;
  }
  .horizontal-blocks.dots-on-mobile .horizontal-blocks__items {
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item {
    width: 708px;
    border-radius: 32px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item img {
    width: 708px !important;
    height: 820px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
    font-size: 40px;
    line-height: 52px;
  }
  .horizontal-blocks.internal-links .horizontal-blocks__item-info {
    padding: 32px 32px 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/sections/horizontal-blocks/css/horizontal-blocks-320.css */
@media screen and (max-width: 767px) {
  .horizontal-blocks {
    margin: 72px 0;
  }
  .horizontal-blocks.no_margin {
    margin: 0 !important;
  }
  .horizontal-blocks.gray_background {
    padding: 48px 0;
  }
  .horizontal-blocks .section-description {
    margin-top: 16px;
  }
  .horizontal-blocks .horizontal-blocks__header-container {
    flex-direction: column;
  }
  .horizontal-blocks .items-count-3 {
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
  }
  .horizontal-blocks .items-count-3 .horizontal-blocks__items {
    display: flex;
    margin-top: 0;
  }
  .horizontal-blocks .items-count-3 .horizontal-blocks__items .horizontal-blocks__item {
    width: 100%;
  }
  .horizontal-blocks .horizontal-blocks__items {
    margin-top: 48px;
    gap: 16px;
  }
  .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item, .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item {
    margin-right: 16px;
  }
  .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item .horizontal-blocks__item-title, .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-title {
    height: 56px;
  }
  .horizontal-blocks .horizontal-blocks__item {
    gap: 8px;
    border-radius: 16px;
  }
  .horizontal-blocks .horizontal-blocks__item-image img {
    width: 100%;
  }
  .horizontal-blocks .horizontal-blocks__item-info {
    padding: 24px;
  }
  .horizontal-blocks .horizontal-blocks__item-info.has_stars .author-name {
    font-size: 14px;
    line-height: 20px;
  }
  .horizontal-blocks .horizontal-blocks__item-info.has_stars .horizontal-blocks__item-date {
    font-size: 12px;
  }
  .horizontal-blocks .horizontal-blocks__item-info.has_stars .horizontal-blocks__item-desc {
    font-size: 12px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul {
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li {
    padding-left: 20px;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li:before {
    top: 7px !important;
    left: 8px !important;
  }
  .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
  }
  .horizontal-blocks .horizontal-blocks__item-label {
    padding: 6px 8px 6px 8px;
    gap: 6px;
  }
  .horizontal-blocks .horizontal-blocks__item-label img.label-icon {
    width: 12px !important;
    height: 12px !important;
  }
  .horizontal-blocks .horizontal-blocks__item-label span {
    font-size: 12px;
    line-height: 18px;
  }
  .horizontal-blocks .author {
    gap: 16px;
    margin-bottom: 16px;
  }
  .horizontal-blocks .author .author-image {
    width: 40px;
    height: 40px;
  }
  .horizontal-blocks .author .author-name {
    font-size: 12px;
    line-height: 18px;
  }
  .horizontal-blocks .author .author-username {
    font-size: 10px;
    line-height: 16px;
  }
  .horizontal-blocks.slide-on-mobile .horizontal-blocks__items .horizontal-blocks__item, .horizontal-blocks.slider .horizontal-blocks__items .horizontal-blocks__item {
    width: 300px;
  }
  .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .horizontal-blocks.small_sizes .horizontal-blocks__item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .horizontal-blocks.big_size .horizontal-blocks__item-title {
    font-size: 24px;
    line-height: 32px;
  }
  .horizontal-blocks.big_size .horizontal-blocks__item-desc {
    margin-top: 16px;
  }
  .horizontal-blocks.swipe-on-mobile .horizontal-blocks__container {
    max-width: 100%;
    overflow-x: auto;
  }
  .horizontal-blocks.swipe-on-mobile .items-count-1 {
    margin-left: 16px;
  }
  .horizontal-blocks.swipe-on-mobile .horizontal-blocks__items {
    display: flex;
    flex-wrap: nowrap;
    justify-self: flex-start;
    gap: 16px;
    padding-right: 16px;
  }
  .horizontal-blocks.swipe-on-mobile .horizontal-blocks__item {
    width: 300px;
  }
  .horizontal-blocks.black_background, .horizontal-blocks.grey_background {
    padding: 48px 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
    padding: 32px 24px;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info ul {
    padding-left: 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-title {
    height: auto !important;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-image img {
    border-radius: 16px;
  }
  .horizontal-blocks.dots-on-mobile .horizontal-blocks__items {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item {
    width: 323px;
    border-radius: 16px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item img {
    width: 100%;
    height: auto;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
    font-size: 30px;
    line-height: 40px;
  }
  .horizontal-blocks.black_background, .horizontal-blocks.grey_background {
    padding: 48px 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
    padding: 32px 24px;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info ul {
    padding-left: 0;
  }
  .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-title {
    height: auto !important;
  }
  .horizontal-blocks.dots-on-mobile .horizontal-blocks__items {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item {
    width: 323px;
    border-radius: 16px;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item img {
    width: 100%;
    height: auto;
  }
  .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
    font-size: 30px;
    line-height: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/free_users_chat.css */
.free_users_chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 360px;
  max-width: 100%;
}
.free_users_chat .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  border: 4px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free_users_chat .icon .chat_icon {
  width: 30px;
  height: 30px;
}
.free_users_chat .icon .chat_close {
  width: 36px;
  height: 36px;
  display: none;
}
.free_users_chat .tooltip {
  position: absolute;
  right: 86px;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 12px;
  background-color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
}
.free_users_chat .tooltip .title {
  margin-bottom: 20px;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
.free_users_chat .tooltip .title img {
  width: 210px;
  height: 12px;
}
.free_users_chat .tooltip p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.free_users_chat .tooltip .buttons {
  display: flex;
  gap: 20px;
}
.free_users_chat .tooltip .buttons a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 10px 18px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  min-width: 100px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.free_users_chat .tooltip .buttons a.white {
  background: #ffffff;
  color: #000000;
  width: 175px;
  padding: 10px 0;
}
.free_users_chat .tooltip .buttons a.white:hover {
  opacity: 0.8;
}
.free_users_chat .tooltip .buttons a.transparent:hover {
  background: #ffffff;
  color: #000000;
}
.free_users_chat.active .chat_icon {
  display: none;
}
.free_users_chat.active .chat_close {
  display: block !important;
}
.free_users_chat.active .tooltip {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  pointer-events: unset;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/free_users_chat_320.css */
@media screen and (max-width: 767px) {
  .free_users_chat .tooltip {
    right: 0;
    bottom: 80px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup.css */
.talk_to_sales_popup__overlay {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  align-items: center;
  justify-content: center;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1036px;
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active .talk_to_sales_popup__container .talk_to_sales_popup__left {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .after-submit,
.talk_to_sales_popup__overlay .talk_to_sales_popup .popup__close {
  display: none;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup > .talk_to_sales_popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  opacity: 0.5;
  text-align: right;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container {
  width: 100%;
  max-height: 100%;
  align-items: center;
  display: flex;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
  width: 470px;
  background-color: rgb(24, 24, 26);
  position: relative;
  border-radius: 6px 0 0 6px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top {
  padding: 56px 28px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top .header {
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 14px;
  color: rgb(255, 255, 255);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top ul li .icon {
  display: flex;
  width: 22px;
  height: 22px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/../../../../images/icons/checkmarks/white_check_small.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top .users_info .users_row {
  justify-content: flex-start;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat {
  position: absolute;
  box-sizing: border-box;
  background-color: rgb(24, 24, 26);
  left: 40px;
  bottom: 0;
  width: 396px;
  padding: 16px 0;
  border-radius: 0 0 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p a:hover {
  text-decoration: none;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 34px 0 0 40px;
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 10px;
  height: 36px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab.active:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #000000;
  bottom: -1px;
  border-radius: 30px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab.active span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .form-columns-2 {
  display: flex;
  gap: 22px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-text {
  height: 61px;
  margin-bottom: 9px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-form-field input {
  border-radius: 6px;
  width: 225px;
  padding: 11px 16px;
  border: 1px solid rgb(234, 234, 234);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-form-field input:focus-visible {
  outline: 1px solid black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-fieldtype-select label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-fieldtype-select label span {
  margin-bottom: 6px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-error-msgs label {
  color: rgb(212, 17, 37) !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400 !important;
  margin-top: 3px;
  font-style: italic;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  width: 225px;
  padding: 11px 16px;
  border: 1px solid rgb(234, 234, 234);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select.opened:after {
  transform: translateY(-50%) rotate(180deg);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/../../../../images/icons/arrows/drop_down_icon.svg');
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list {
  position: absolute;
  width: 225px;
  list-style: none;
  padding: 6px;
  margin: 0;
  left: 0;
  top: 50px;
  border: 1px solid #EAEAEA;
  background: #fff;
  z-index: 99;
  border-radius: 6px;
  box-sizing: border-box;
  max-height: 140px;
  overflow-y: auto;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li {
  border-radius: 6px;
  padding: 7px 10px;
  cursor: pointer;
  color: black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li:first-child {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li.selected {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li:not(:first-child):hover {
  background-color: rgb(244, 244, 244);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message {
  height: 116px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message textarea {
  width: 480px;
  resize: none;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  height: 76px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 11px 16px;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message textarea:focus-visible {
  outline: 1px solid black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 36px;
  margin-bottom: 36px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method label:not(.hs-error-msg) {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method .inputs-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method .inputs-list .hs-form-radio-display {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method .inputs-list .hs-form-radio-display span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 16px !important;
  height: 16px;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup input[type=radio]:checked {
  background-image: radial-gradient(circle, rgb(0, 0, 0) 50%, transparent 54%);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_submit {
  display: flex;
  justify-content: end;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_submit .hs-button {
  width: 180px;
  border: none;
  padding: 11px 24px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_form {
  overflow-y: auto;
  height: 100%;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_form.full-form {
  padding: 40px 0 0 40px;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_form.submitted {
  height: 105px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right {
  overflow-y: auto;
  max-height: 100vh;
  width: 100%;
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right.with-tabs {
  padding: 30px 40px 0 40px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right > h2 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  margin: 0 40px 5px;
  display: none;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right > p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0 40px 30px;
  display: none;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right .submitted-message strong {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
  justify-content: center !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__left,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right > h2,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right > p {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right {
  width: 100%;
  height: auto;
  padding: 0 20px 30px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__live-chat, .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .header-for-small {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted:not(.ai-builder-api):not(.white-label):not(.request_api-key) .popup__close {
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key {
  padding: 30px !important;
  gap: 16px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .submitted-message p,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .submitted-message p,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .submitted-message p {
  text-align: left !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .talk_to_sales_popup__right,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .talk_to_sales_popup__right,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .talk_to_sales_popup__right {
  padding: 0 !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .talk_to_sales_popup__container,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .talk_to_sales_popup__container,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .talk_to_sales_popup__container {
  justify-content: flex-start !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .talk_to_sales_popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .talk_to_sales_popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .talk_to_sales_popup__close {
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .after-submit .tw_button,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .after-submit .tw_button,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .after-submit .tw_button {
  width: 150px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .after-submit,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .after-submit,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .after-submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .after-submit .popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .after-submit .popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .after-submit .popup__close {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup-1920.css */
.talk_to_sales_popup__overlay .talk_to_sales_popup {
  height: 600px;
  border-radius: 12px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active {
  width: 560px;
  height: 530px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
  width: 680px;
  height: auto !important;
  padding: 30px 0;
  justify-content: center;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container {
  width: 596px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
  margin-bottom: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right {
  padding: 20px 30px 0;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right .submitted-message p {
  font-size: 14px;
  line-height: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .after-submit .white_bg:hover {
  background-color: #e6e7e8;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup > .talk_to_sales_popup__close {
  font-size: 10px;
  width: 16px;
  height: 16px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
  display: none !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
  height: 600px;
  display: block !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
  width: 560px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .header-for-small {
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs {
  width: 576px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .form-columns-2:nth-of-type(4) {
  flex-direction: column;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-form-field input {
  width: 225px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select {
  height: 90px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: black;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) span:not(.hs-form-required) {
  margin-bottom: 6px;
  display: inline-block;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select .custom-select {
  margin-bottom: 0;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-phonenumber {
  width: 100% !important;
  height: 51px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone .custom-select {
  margin-bottom: 0 !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-form-field.hs-email input, .talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-intl-phone.hs-input.hs-email input {
  width: 480px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select {
  width: 225px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.with-tabs {
  height: 660px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.with-tabs .talk_to_sales_popup__left {
  height: 660px;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .talk_to_sales_popup__overlay .talk_to_sales_popup {
    border-radius: 0 !important;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active {
    width: 100%;
    height: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
    width: 100%;
    height: 100% !important;
    padding: 30px 0;
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container {
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .talk_to_sales_popup__right .submitted-message p {
    font-size: 16px;
    line-height: 26px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .header-for-small,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container #talk_to_sales_tabs {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    flex-direction: column;
    height: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    width: 512px;
    padding: 20px 30px;
    background-color: black;
    border-radius: 6px;
    display: block !important;
    margin: 30px auto 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a:hover {
    text-decoration: none;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
    width: 100%;
    align-items: stretch;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .header-for-small {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin: 44px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs {
    padding: 32px 0 0;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .form-columns-2 {
    display: flex;
    gap: 22px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-text {
    height: 61px;
    margin-bottom: 9px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field input {
    width: 241px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: black;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) span {
    margin-bottom: 6px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .hs-error-msgs label {
    color: rgb(212, 17, 37);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3px;
    font-style: italic;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .custom-select {
    margin-bottom: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber {
    width: 100% !important;
    height: 51px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone .custom-select {
    width: 241px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field.hs-email input, .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-intl-phone.hs-input.hs-email input {
    width: 512px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .custom-select {
    width: 241px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .options-list {
    width: 241px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-sales_message textarea {
    width: 512px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-sales_message textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_preferred_communication_method {
    gap: 10px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit {
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit .hs-button {
    width: 360px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .talk_to_sales_popup__right {
    height: 100vh;
    padding: 32px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup-320.css */
@media screen and (max-width: 767px) {
  .talk_to_sales_popup__overlay .talk_to_sales_popup {
    border-radius: 0 !important;
    height: 100%;
    justify-content: space-between;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active {
    width: 100%;
    height: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active.submitted .talk_to_sales_popup__container {
    height: 240px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active.submitted .talk-to-sales__container {
    height: 240px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
    width: 100%;
    height: 100% !important;
    padding: 30px 0;
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
    justify-content: center !important;
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container {
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .talk_to_sales_popup__right .submitted-message p {
    font-size: 14px;
    line-height: 20px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .header-for-small {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container {
    justify-content: space-between;
    height: 100%;
    padding-bottom: 16px;
    flex-direction: column;
    overflow-y: auto;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    padding: 20px 30px;
    background-color: black;
    width: 323px;
    border-radius: 6px;
    display: block !important;
    margin: 30px auto 16px;
    box-sizing: border-box;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a:hover {
    text-decoration: none;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
    width: 100%;
    justify-content: flex-start;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .header-for-small {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin: 44px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs {
    gap: 20px;
    padding: 32px 0 0;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs .tab span {
    font-size: 12px;
    line-height: 18px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .form-columns-2 {
    flex-direction: column;
    gap: 9px;
    margin-bottom: 10px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field input {
    width: 323px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-fieldtype-select label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: black;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-fieldtype-select label span {
    margin-bottom: 6px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select {
    height: auto;
    margin-bottom: 20px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: black;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) span {
    margin-bottom: 6px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .hs-error-msgs label {
    color: rgb(212, 17, 37);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3px;
    font-style: italic;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .custom-select {
    margin-bottom: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .custom-select {
    width: 323px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .options-list {
    width: 323px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-sales_message textarea {
    width: 323px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber {
    width: 100% !important;
    height: 152px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone .custom-select {
    width: 100% !important;
    margin-bottom: 39px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field.hs-email input, .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-intl-phone.hs-input.hs-email input {
    width: 323px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_preferred_communication_method {
    height: 58px;
    gap: 10px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit {
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit .hs-button {
    width: 260px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .talk_to_sales_popup__right {
    height: 100%;
    padding: 32px 8px 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .talk_to_sales_popup__right #talk_to_sales_popup__form {
    width: 323px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted {
    padding: 30px 0 !important;
    gap: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted .after-submit,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted .after-submit {
    justify-content: center !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted .talk_to_sales_popup__container,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted .talk_to_sales_popup__container {
    height: 210px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted .talk-to-sales__container,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted .talk-to-sales__container {
    height: 230px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/trustpilot_iframe/css/trustpilot_iframe.css */
.websites_created_container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.websites_created_container.large-padding {
  padding: 96px 0 !important;
}
.websites_created_container .trustpilot-container {
  position: relative;
}
.websites_created_container .trustpilot-container .websites-created {
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
.websites_created_container .trustpilot-container .websites-created b {
  text-decoration: underline dotted;
  text-decoration-thickness: 8%;
  font-weight: 700;
}
.websites_created_container .websites_created {
  display: flex;
  gap: 20px;
  align-items: center;
}
.websites_created_container .websites_created_number {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -0.5px;
}
.websites_created_container .websites_created_number:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #e4e4e4;
  right: -10px;
  top: 3px;
}
.websites_created_container .trustpilot_title {
  font-weight: 500;
}
.websites_created_container .trustpilot_title .bold {
  font-weight: 700;
}
.websites_created_container .trustpilot_title .silver {
  color: rgba(255, 255, 255, 0.8);
}
.websites_created_container .trustpilot_title .dotted {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 11%;
  text-underline-offset: 4px;
  border-bottom: 0;
}
.websites_created_container .micro_combo {
  display: flex;
  justify-content: center;
}
.websites_created_container .wp_img_container img {
  width: 132px;
  height: 21px;
}
.websites_created_container.center {
  align-items: center;
}
.websites_created_container.center.small-size .trustpilot-widget iframe {
  margin: 0 auto;
}
.websites_created_container.mt20 {
  margin-top: 20px;
}
.websites_created_container.black_bg {
  background: #000;
}
.websites_created_container.black_bg .trustpilot_title {
  color: #ffffff;
}
.websites_created_container.black_bg.with-border {
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 1px 0;
}
.websites_created_container.no-margin {
  margin: 0 !important;
}

@media screen and (min-width: 1261px) {
  .websites_created_container {
    margin-top: 50px;
    align-items: flex-start;
  }
  .websites_created_container .trustpilot_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .websites_created_container.center {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .websites_created_container.black_bg {
    padding: 32px 0;
  }
  .websites_created_container.small-size {
    margin: 48px 0 80px;
  }
  .websites_created_container.small-size .trustpilot_title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .websites_created_container {
    margin-top: 40px;
    align-items: center;
  }
  .websites_created_container.no-margin {
    padding: 80px 0;
  }
  .websites_created_container .trustpilot_title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .websites_created_container.center {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .websites_created_container.black_bg {
    padding: 32px 0;
  }
  .websites_created_container.small-size {
    margin: 48px 0 80px;
  }
  .websites_created_container.small-size .trustpilot_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .websites_created_container {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    height: 76px;
  }
  .websites_created_container.no-margin {
    padding: 48px 0 !important;
  }
  .websites_created_container .trustpilot-container .websites-created {
    font-size: 16px;
    line-height: 24px;
    max-width: 343px;
    margin: 0 auto 16px auto;
  }
  .websites_created_container .trustpilot_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .websites_created_container.center {
    margin: 30px auto 0;
  }
  .websites_created_container.black_bg {
    padding: 32px 0;
  }
  .websites_created_container.black_bg .trustpilot-widget iframe {
    width: 260px !important;
    height: 40px !important;
  }
  .websites_created_container.small-size {
    height: auto;
    margin: 32px 0 44px;
  }
  .websites_created_container.small-size .trustpilot_title {
    margin-bottom: 12px;
  }
  .websites_created_container.no-margin {
    height: auto;
    padding: 24px 0;
  }
}

/*# sourceMappingURL=trustpilot_iframe.css.map */