/* 10Web Booster optimized this CSS file */


/*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: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 7px;
    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;
  }
  .site_header .phone-menu-block .menu > li.api.menu-item-has-children > a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    gap: 8px;
  }
  .site_header .phone-menu-block .menu > li.api.menu-item-has-children > a:before {
    content: "New";
    border-radius: 4px;
    background: #3339F1;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 7px;
    top: 24px;
    right: -30px;
    pointer-events: 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/page-template-gallery/template-gallery.css */
body * {
  font-family: "Evergrow Sans", sans-serif;
  box-sizing: border-box;
}

.sub-menu-container {
  z-index: 99 !important;
}

.hero {
  padding-top: 174px;
}

#header > .container,
#colophon .container {
  max-width: calc(100% - 40px) !important;
  width: 1272px;
}

header {
  background-color: #fff;
}
header.site_header {
  position: unset !important;
}
header.site_header.fixed {
  position: unset !important;
  z-index: auto;
}

.hero {
  background-color: #f5f5f6;
  padding: 96px 0;
}
.hero h1 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 400;
}
.hero p {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.hero p.subtitle {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
}
.hero h2 {
  font-size: 72px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 86px;
}
.hero h2 strong {
  color: #000000;
}

.navigation_holder {
  padding: 16px;
  background-color: #f5f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation_holder.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  background-color: #fff !important;
}
.navigation_holder.fixed .input_outer {
  background-color: #f5f5f6 !important;
}
.navigation_holder .navbar_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.navigation_holder .navbar_holder .navbar_mobile {
  display: none;
}
.navigation_holder .navbar_holder .nav_search {
  flex: 1;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper {
  position: absolute;
  display: none;
  top: 52px;
  left: 0;
  width: 100%;
  padding: 24px 4px 24px 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  z-index: 999;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results {
  max-height: 292px;
  overflow-y: auto;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results::-webkit-scrollbar {
  width: 6px;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 9999px;
  border: none;
  box-shadow: none;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results::-webkit-scrollbar-thumb {
  background-color: rgba(122, 122, 122, 0.5);
  border-radius: 9999px;
  width: 6px;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .no_result {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result {
  margin-bottom: 16px;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result:last-child {
  margin-bottom: 0;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result a:hover {
  opacity: 0.5;
}
.navigation_holder .navbar_holder .nav_search .input_outer {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 48px;
  padding: 5px 5px 5px 24px;
  border-radius: 100px;
}
.navigation_holder .navbar_holder .nav_search .input_outer input {
  border: 0;
  outline: 0;
  flex: 1;
  margin-right: 20px;
  background-color: transparent;
}
.navigation_holder .navbar_holder .nav_search .input_outer input::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.navigation_holder .navbar_holder .nav_search .input_outer .search_btn {
  text-decoration: none;
  width: 108px;
  flex: 0 0 108px;
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 0;
  gap: 4px;
  border-radius: 100px;
}
.navigation_holder .navbar_holder .navbar {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.navigation_holder .navbar_holder .navbar .cat_item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.navigation_holder .navbar_holder .navbar .cat_item::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/page-template-gallery/../../../images/icons/arrows/icon_arrow_down.svg') no-repeat center center;
}
.navigation_holder .navbar_holder .navbar .cat_item::before {
  width: 100%;
  height: 30px;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu_outer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  left: 0;
  top: 30px;
  z-index: 99999;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu {
  background-color: #fff;
  display: grid;
  gap: 40px;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  width: max-content;
  min-width: 240px;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu.columns_3 {
  grid-template-columns: repeat(3, 1fr);
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu.columns_2 {
  grid-template-columns: repeat(2, 1fr);
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group {
  align-self: start;
  margin-bottom: 24px;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group:last-child {
  margin-bottom: 0;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group > a:hover {
  opacity: 0.5;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item {
  margin-bottom: 16px;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item a:hover {
  opacity: 0.5;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item:last-child {
  margin-bottom: 0;
}
.navigation_holder .navbar_holder .navbar .cat_item:hover .cat_sub_menu_outer {
  opacity: 1;
  visibility: visible;
  height: min-content;
}

.templates_holder {
  padding-top: 80px;
  padding-bottom: 150px;
}
.templates_holder .breadcrumbs {
  margin-bottom: 20px !important;
}
.templates_holder.no_pad_bottom {
  padding-bottom: 0;
}
.templates_holder.single {
  padding-top: 0;
}
.templates_holder.single h3,
.templates_holder.single h1 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 64px;
}
.templates_holder .tags_container {
  display: flex;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.templates_holder .tags_container.mobile {
  display: none;
}
.templates_holder .tags_container .tag {
  border-radius: 6px;
  background-color: #f5f5f6;
  position: relative;
}
.templates_holder .tags_container .tag.more:hover .more_tags {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.templates_holder .tags_container .tag .more_tags {
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner {
  background-color: #fff;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link {
  margin-bottom: 16px;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link:last-child {
  margin-bottom: 0;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  padding: 0;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link a:hover {
  opacity: 0.5;
}
.templates_holder .tags_container .tag.active {
  background-color: #000000;
}
.templates_holder .tags_container .tag.active a {
  color: #fff;
}
.templates_holder .tags_container .tag:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.templates_holder .tags_container .tag:hover a {
  color: #000000;
}
.templates_holder .tags_container .tag a {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.templates_holder .pagination_container {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.templates_holder .pagination_container a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
.templates_holder .pagination_container a:hover {
  opacity: 0.5;
}
.templates_holder .pagination_container span.current {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  font-size: 14px;
}
.templates_holder h3,
.templates_holder h1 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.templates_holder .templates_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 56px;
}
.templates_holder .templates_container .template_item.hovered h4 a {
  color: #000000;
  opacity: 0.5;
}
.templates_holder .templates_container .template_item .img_holder {
  position: relative;
  height: 286px;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  background-size: contain;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.templates_holder .templates_container .template_item .img_holder a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.templates_holder .templates_container .template_item .img_holder .top_bar {
  position: absolute;
  width: 100%;
  top: 0;
}
.templates_holder .templates_container .template_item .img_holder .main_image img {
  height: calc(100% - 30px);
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.templates_holder .templates_container .template_item h4 a {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  opacity: 1;
}

.easy_steps_container {
  padding-bottom: 150px;
}
.easy_steps_container h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.easy_steps_container p {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.easy_steps_container .steps_blocks_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.easy_steps_container .steps_blocks_container .block_item {
  padding: 32px;
  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);
}
.easy_steps_container .steps_blocks_container .block_item img {
  margin-bottom: 24px;
  display: inline-block;
}
.easy_steps_container .steps_blocks_container .block_item h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.easy_steps_container .steps_blocks_container .block_item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

.builder_section_holder {
  background-color: #3339f1;
  padding-top: 80px;
}
.builder_section_holder.single_builder_section .content_holder {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 80px;
}
.builder_section_holder.single_builder_section h2,
.builder_section_holder.single_builder_section .section_sub_title {
  text-align: center;
}
.builder_section_holder.single_builder_section .section_title {
  justify-content: center;
}
.builder_section_holder.single_builder_section .btn_holder {
  display: table;
  margin: 0 auto;
}
.builder_section_holder .content_holder {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.builder_section_holder .content_holder .content .button_container .white {
  background-color: #fff;
  color: #000000;
}
.builder_section_holder .content_holder .content .button_container .white:hover {
  opacity: 0.8;
}
.builder_section_holder .content_holder .content .section_title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.builder_section_holder .content_holder .content h2,
.builder_section_holder .content_holder .content .section_sub_title {
  margin-bottom: 48px;
  color: #fff;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}
.builder_section_holder .content_holder .img_holder {
  display: flex;
  align-items: flex-end;
  margin-right: -50px;
}

.horizontal-blocks .horizontal-blocks__item {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}

.single_template_intro {
  padding: 96px 0;
  background-color: #f5f5f6;
  position: relative;
  overflow: hidden;
}
.single_template_intro .intro_container {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: flex-start;
}
.single_template_intro .intro_container .intro_image_container {
  overflow: hidden;
  height: calc(100% - 96px);
  bottom: 0;
  background-size: contain;
  height: 720px;
}
.single_template_intro .intro_container .intro_image_container .image_holder {
  border-top-left-radius: 24px;
  position: absolute;
  width: 1080px;
  max-width: 50%;
  height: 100%;
  background-size: cover;
}
.single_template_intro .intro_container .intro_content {
  max-width: 650px;
  width: 100%;
}
.single_template_intro .intro_container .intro_content h1 {
  font-size: 64px;
  line-height: 80px;
  color: #000000;
  margin-bottom: 24px;
}
.single_template_intro .intro_container .intro_content h1 strong {
  opacity: 0.3;
  text-transform: none;
}
.single_template_intro .intro_container .intro_content .btns_holder {
  display: flex;
  gap: 20px;
}
.single_template_intro .intro_container .intro_content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 48px;
}

.breadcrumbs {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.breadcrumbs * {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.breadcrumbs a {
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.breadcrumbs a.home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.breadcrumbs a.home img {
  vertical-align: middle;
}
.breadcrumbs a.home:hover {
  opacity: 0.5;
}
.breadcrumbs strong {
  font-weight: 700;
}

.best_for_section {
  padding: 152px 0;
}
.best_for_section .screenshot_holder_tablet {
  display: none;
}
.best_for_section .screenshot_holder_tablet .screenshot_title {
  display: none;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0.1;
}
.best_for_section .screenshot_holder_tablet .screenshot_title:hover {
  opacity: 1;
}
.best_for_section .screenshot_holder_tablet .screenshot_title.active {
  opacity: 1;
}
.best_for_section .content_outer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
.best_for_section .content_outer .demos {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.best_for_section .content_outer .demos .demos_nav {
  min-width: 284px;
}
.best_for_section .content_outer .demos .demos_nav .screenshot_title {
  padding-left: 56px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  cursor: pointer;
}
.best_for_section .content_outer .demos .demos_nav .screenshot_title:hover {
  color: rgba(0, 0, 0, 0.8);
}
.best_for_section .content_outer .demos .demos_nav .screenshot_title.active {
  color: #000000;
  background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/page-template-gallery/../../../images/website_templates/active_nav.svg') no-repeat left center;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot {
  display: none;
  position: relative;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot .overlay {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.3);
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot .overlay a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot img {
  max-width: 344px;
  height: auto;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot.active {
  display: block;
}
.best_for_section .content_outer .description h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}
.best_for_section .content_outer .description p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}

.success_section {
  padding-bottom: 152px;
}
.success_section.has_desc h3 {
  margin-bottom: 20px;
}
.success_section h3 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.success_section .subtitle {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.success_section .tips_holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
.success_section .tips_holder .tip {
  padding: 32px;
  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;
}
.success_section .tips_holder .tip h4 {
  margin: 24px 0 16px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
.success_section .tips_holder .tip p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.search_modal {
  display: none;
}

.loader {
  width: 17px;
  height: 17px;
  border: 2px solid #c4c4c5;
  border-bottom-color: #000000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 20px;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=template-gallery.css.map */

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-template-gallery/template-gallery_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .search_modal {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    position: fixed;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 1000000;
    padding: 16px 20px;
    display: block;
  }
  .search_modal.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .search_modal .close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .search_modal .modal_body .modal_body_inner {
    display: none;
    padding-top: 32px;
  }
  .search_modal .modal_body .modal_body_inner.active {
    display: block;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item.active strong:after {
    transform: rotate(-90deg);
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item.active .cat_sub_menu_outer {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease-out;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item.active .cat_sub_menu_outer .cat_parent_group {
    display: block;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item:last-child {
    margin-bottom: 0;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item strong:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/page-template-gallery/../../../images/icons/arrows/glossary_arrow.svg') no-repeat center center;
    transform: rotate(90deg);
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-in;
    padding-left: 16px;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group {
    margin-top: 20px;
    display: none;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group > a {
    margin-bottom: 12px;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    color: #000000;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group .sub_category_item {
    margin-bottom: 12px;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group .sub_category_item:last-child {
    margin-bottom: 0;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group .sub_category_item a {
    font-weight: 400;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f6;
    height: 48px;
    padding: 5px 5px 5px 24px;
    border-radius: 100px;
    margin-bottom: 28px;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer.focused {
    border: 2px solid #3339f1;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer input {
    border: 0;
    outline: 0;
    flex: 1;
    margin-right: 20px;
    background-color: transparent;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer input::placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer .search_btn {
    text-decoration: none;
    width: 108px;
    flex: 0 0 108px;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    gap: 4px;
    border-radius: 100px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
  }
  .search_modal .modal_body .modal_body_inner.search .results_placeholder p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper {
    all: unset;
    margin-top: 28px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .no_result {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 700;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result {
    margin-bottom: 16px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result:last-child {
    margin-bottom: 0;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    gap: 8px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/page-template-gallery/../../../images/website_templates/search_link.svg') no-repeat center;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result a:hover {
    opacity: 0.5;
  }
  .search_modal .modal_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
  .search_modal .modal_header .modal_btn a {
    display: block;
    padding: 8px 24px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 20px;
    border-radius: 999px;
    background: #f5f5f6;
    text-decoration: none;
  }
  .search_modal .modal_header .modal_btn a.active {
    background-color: #3339f1;
    color: #fff;
  }
  .navigation_holder .navbar,
  .navigation_holder .nav_search {
    display: none !important;
  }
  .navigation_holder .navbar_mobile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navigation_holder .navbar_mobile .categories {
    display: flex;
    gap: 2px;
    align-items: center;
  }
  .navigation_holder .navbar_mobile .categories a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
  }
  .navigation_holder .navbar_mobile .search .search_btn {
    text-decoration: none;
    width: 108px;
    flex: 0 0 108px;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    gap: 4px;
    border-radius: 100px;
  }
  .hero {
    padding: 80px 0;
  }
  .templates_holder {
    padding: 64px 0 96px 0;
  }
  .templates_holder .templates_container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
  .templates_holder .tags_container {
    flex-wrap: unset;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .templates_holder .tags_container.desktop {
    display: none;
  }
  .templates_holder .tags_container.mobile {
    display: flex;
  }
  .easy_steps_container {
    padding-bottom: 96px;
  }
  .easy_steps_container .steps_blocks_container {
    flex-direction: column;
  }
  .builder_section_holder .content_holder {
    flex-direction: column;
    gap: 64px;
  }
  .single_template_intro {
    padding-bottom: 0;
  }
  .single_template_intro .intro_container {
    flex-direction: column;
  }
  .single_template_intro .intro_container .intro_image_container {
    height: 480px;
    max-width: 100%;
  }
  .single_template_intro .intro_container .intro_image_container .image_holder {
    position: static;
    max-width: 100%;
    border-top-right-radius: 24px;
  }
  .tablet_mobile_slider {
    width: 100%;
    max-width: unset !important;
    overflow: hidden;
  }
  .tablet_mobile_slider .description {
    max-width: 728px;
    width: 100%;
    margin: 0 auto;
  }
  .best_for_section {
    padding: 96px 0;
  }
  .best_for_section .screenshot_holder_tablet {
    display: block;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots {
    padding: 18px 16px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    width: fit-content;
    margin: 48px auto 0 auto;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li {
    height: 6px;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li button {
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-indent: -200px;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: relative;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li button .loading {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    height: 100%;
    width: 0;
    border-radius: 4px;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.3);
    width: 32px;
    height: 8px;
    position: relative;
  }
  .best_for_section .screenshot_holder_tablet .screenshot {
    width: 344px;
    padding: 0 10px;
    position: relative;
  }
  .best_for_section .screenshot_holder_tablet .screenshot .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: all 0.3s ease;
  }
  .best_for_section .screenshot_holder_tablet .screenshot.slick-active .overlay {
    opacity: 0;
    z-index: -1;
  }
  .best_for_section .screenshot_holder_tablet .screenshot img {
    width: 344px !important;
    max-width: 100% !important;
    height: auto;
    border-radius: 12px;
  }
  .best_for_section .screenshot_holder_tablet .screenshot .screenshot_title {
    display: block;
    text-align: center;
    opacity: 1;
  }
  .best_for_section .content_outer {
    flex-direction: column;
    gap: 32px;
  }
  .best_for_section .content_outer .demos {
    display: none;
  }
  .success_section {
    padding-bottom: 96px;
  }
  .success_section .tips_holder {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: unset;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-template-gallery/template-gallery_375.css */
@media screen and (max-width: 767px) {
  br.mobile {
    display: inline !important;
  }
  .search_modal {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    position: fixed;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 1000000;
    padding: 16px 20px;
    display: block;
  }
  .search_modal.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .search_modal .close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .search_modal .modal_body .modal_body_inner {
    display: none;
    padding-top: 32px;
  }
  .search_modal .modal_body .modal_body_inner.active {
    display: block;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item.active strong:after {
    transform: rotate(-90deg);
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item.active .cat_sub_menu_outer {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease-out;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item.active .cat_sub_menu_outer .cat_parent_group {
    display: block;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item:last-child {
    margin-bottom: 0;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item strong:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/page-template-gallery/../../../images/icons/arrows/glossary_arrow.svg') no-repeat center center;
    transform: rotate(90deg);
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-in;
    padding-left: 16px;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group {
    margin-top: 20px;
    display: none;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group > a {
    margin-bottom: 12px;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    color: #000000;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group .sub_category_item {
    margin-bottom: 12px;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group .sub_category_item:last-child {
    margin-bottom: 0;
  }
  .search_modal .modal_body .modal_body_inner.category .cat_item .cat_sub_menu_outer .cat_parent_group .sub_category_item a {
    font-weight: 400;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f6;
    height: 48px;
    padding: 5px 5px 5px 24px;
    border-radius: 100px;
    margin-bottom: 28px;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer.focused {
    border: 2px solid #3339f1;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer input {
    border: 0;
    outline: 0;
    flex: 1;
    margin-right: 20px;
    background-color: transparent;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer input::placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
  }
  .search_modal .modal_body .modal_body_inner.search .input_outer .search_btn {
    text-decoration: none;
    width: 108px;
    flex: 0 0 108px;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    gap: 4px;
    border-radius: 100px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
  }
  .search_modal .modal_body .modal_body_inner.search .results_placeholder p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper {
    all: unset;
    margin-top: 28px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .no_result {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 700;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result {
    margin-bottom: 16px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result:last-child {
    margin-bottom: 0;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    gap: 8px;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url('https://10web.io/wp-content/themes/10web-theme/css/scss/page-template-gallery/../../../images/website_templates/search_link.svg') no-repeat center;
  }
  .search_modal .modal_body .modal_body_inner.search .results_wrapper .search_result a:hover {
    opacity: 0.5;
  }
  .search_modal .modal_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
  .search_modal .modal_header .modal_btn a {
    display: block;
    padding: 8px 24px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 20px;
    border-radius: 999px;
    background: #f5f5f6;
    text-decoration: none;
  }
  .search_modal .modal_header .modal_btn a.active {
    background-color: #3339f1;
    color: #fff;
  }
  .navigation_holder .navbar,
  .navigation_holder .nav_search {
    display: none !important;
  }
  .navigation_holder .navbar_mobile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navigation_holder .navbar_mobile .categories {
    display: flex;
    gap: 2px;
    align-items: center;
  }
  .navigation_holder .navbar_mobile .categories a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
  }
  .navigation_holder .navbar_mobile .search .search_btn {
    text-decoration: none;
    width: 108px;
    flex: 0 0 108px;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    gap: 4px;
    border-radius: 100px;
  }
  .hero {
    padding: 64px 0;
  }
  .hero h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .hero p {
    font-size: 18px;
    line-height: 26px;
  }
  .hero p.subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .templates_holder {
    padding: 40px 0 72px 0;
    max-width: 375px;
    margin: 0 auto;
  }
  .templates_holder h3 {
    font-size: 26px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 20px;
  }
  .templates_holder .tags_container {
    flex-wrap: unset;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .templates_holder .tags_container.desktop {
    display: none;
  }
  .templates_holder .tags_container.mobile {
    display: flex;
  }
  .templates_holder .templates_container {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 32px;
    row-gap: 32px;
  }
  .templates_holder .templates_container .template_item .top_bar img {
    max-width: 100%;
  }
  .templates_holder .templates_container .template_item .img_holder {
    height: 215px;
    background-size: cover;
  }
  .easy_steps_container {
    padding-bottom: 72px;
  }
  .easy_steps_container h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .easy_steps_container p {
    font-size: 16px;
    line-height: 24px;
  }
  .easy_steps_container .steps_blocks_container {
    flex-direction: column;
  }
  .easy_steps_container .steps_blocks_container .block_item img {
    margin-bottom: 0;
    width: 24px;
    height: 24px;
  }
  .easy_steps_container .steps_blocks_container .block_item h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 16px 0 12px 0;
  }
  .easy_steps_container .steps_blocks_container .block_item p {
    font-size: 14px;
    line-height: 20px;
  }
  .builder_section_holder {
    padding-top: 64px;
  }
  .builder_section_holder .content_holder {
    flex-direction: column;
    gap: 48px;
  }
  .builder_section_holder .content_holder .content .section_title {
    font-size: 18px;
    line-height: 26px;
  }
  .builder_section_holder .content_holder .content h2, .builder_section_holder .content_holder .content .section_sub_title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .builder_section_holder .content_holder .img_holder {
    margin-right: unset;
    max-width: 100%;
  }
  .builder_section_holder .content_holder .img_holder img {
    max-width: 100%;
    height: auto;
  }
  .single_template_intro {
    padding-bottom: 0;
    padding-top: 64px;
  }
  .single_template_intro .intro_container {
    flex-direction: column;
    gap: 72px;
  }
  .single_template_intro .intro_container .intro_content .btns_holder {
    flex-direction: column;
  }
  .single_template_intro .intro_container .intro_content .breadcrumbs * {
    font-size: 12px;
    line-height: 18px;
  }
  .single_template_intro .intro_container .intro_content h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .single_template_intro .intro_container .intro_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .single_template_intro .intro_container .intro_image_container {
    height: 228px;
    max-width: 100%;
  }
  .single_template_intro .intro_container .intro_image_container .image_holder {
    position: static;
    max-width: 100%;
    border-top-right-radius: 24px;
  }
  .tablet_mobile_slider {
    width: 100%;
    max-width: unset !important;
    overflow: hidden;
  }
  .tablet_mobile_slider .description {
    max-width: 728px;
    width: 100%;
    margin: 0 auto;
  }
  .best_for_section {
    padding: 72px 0;
  }
  .best_for_section .screenshot_holder_tablet {
    display: block;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots {
    padding: 18px 16px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    width: fit-content;
    margin: 32px auto 0 auto;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li {
    height: 6px;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li button {
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-indent: -200px;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: relative;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li button .loading {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    height: 100%;
    width: 0;
    border-radius: 4px;
  }
  .best_for_section .screenshot_holder_tablet .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.3);
    width: 32px;
    height: 8px;
    position: relative;
  }
  .best_for_section .screenshot_holder_tablet .screenshot {
    width: 335px;
    padding: 20px;
    position: relative;
  }
  .best_for_section .screenshot_holder_tablet .screenshot .overlay {
    display: none;
  }
  .best_for_section .screenshot_holder_tablet .screenshot img {
    width: 100% !important;
    height: auto;
    border-radius: 12px;
  }
  .best_for_section .screenshot_holder_tablet .screenshot .screenshot_title {
    display: block;
    text-align: left;
    opacity: 1;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  .best_for_section .content_outer {
    flex-direction: column;
    gap: 32px;
  }
  .best_for_section .content_outer .description h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .best_for_section .content_outer .description p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .best_for_section .content_outer .demos {
    display: none;
  }
  .success_section {
    padding-bottom: 72px;
  }
  .success_section h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 48px;
  }
  .success_section .tips_holder {
    grid-template-columns: repeat(1, 1fr);
  }
  .success_section .tips_holder .tip {
    padding: 24px;
  }
  .success_section .tips_holder .tip img {
    width: 20px;
    height: 20px;
  }
  .success_section .tips_holder .tip h4 {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .success_section .tips_holder .tip p {
    font-size: 14px;
    line-height: 20px;
  }
}


/*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/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 */