@font-face {
  font-family: "TeXGyreAdventor";
  src: url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-Italic.woff2") format("woff2"), url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TeXGyreAdventor";
  src: url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-BoldItalic.woff2") format("woff2"), url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TeXGyreAdventor";
  src: url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-Bold.woff2") format("woff2"), url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TeXGyreAdventor";
  src: url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-Regular.woff2") format("woff2"), url("/assets/fonts/TeXGyreAdventor/TeXGyreAdventor-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*RESETS*/
::-webkit-scrollbar {
  width: 0 !important;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

::selection {
  background-color: #1adc79;
  color: #fff;
}

::placeholder {
  color: #bbb !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #343549;
}

a {
  color: #343549;
}

a:hover {
  color: #666;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TeXGyreAdventor", sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*BTNS*/
.btn {
  border-radius: 2rem;
  font-size: 0.8rem;
  padding: 0.6rem 1.75rem;
}

.btn-x2 {
  font-size: 1rem;
  padding: 1rem 3rem;
}

.btn-no-border {
  border: none;
}

.btn-kiwi {
  color: #fff;
  background-color: #1adc79;
  letter-spacing: 0.1rem;
}

.btn-kiwi:hover {
  color: #fff;
  background-color: #1bc892;
}

.btn.btn-outline-kiwi {
  color: #343549;
  border-color: #1adc79;
}

.btn.btn-outline-kiwi:hover {
  color: #fff;
  border-color: #1adc79;
  background-color: #1adc79;
}

.btn-kiwi-inverse {
  color: #fff;
  background-color: #25263b;
  letter-spacing: 0.1rem;
}

.btn-kiwi-inverse:hover {
  color: #fff;
  background-color: #222;
}

.btn-white {
  background-color: #fff;
  color: #666;
}

.btn-white:hover {
  background-color: #fff;
}

.btn-switch {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.25rem solid transparent;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  border-radius: 2rem;
  font-size: 0.8rem;
  background-color: #343549;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-switch span {
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn-switch .btn-switch-tooltip {
  position: absolute;
  bottom: -1rem;
  background-color: #fff;
  color: #666;
  width: 40%;
  padding: 0.2rem;
  left: 0.4rem;
  bottom: -2.3rem;
}
.btn-switch .btn-switch-tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  top: -7px;
  left: calc(50% - 8px);
}
.btn-switch .btn-switch-tooltip .arrow:before, .btn-switch .btn-switch-tooltip .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0rem 0.5rem 0.5rem 0.5rem;
}
.btn-switch .btn-switch-tooltip .arrow:after {
  left: 1px;
  border-bottom-color: #fff;
}
.btn-switch:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #1bc892;
  width: 50%;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.btn-switch.left-selected:after {
  left: 0;
}

.btn-switch.right-selected:after {
  left: 50%;
}

.btn-go-back svg {
  width: 1rem;
  height: 1rem;
}

/*CONTAINERS*/
.container-no-padding {
  padding: 0;
}

/*ROWS*/
.row-100-pc {
  height: 100%;
}

/*LOADING LOGO*/
.vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.vertical-centered-box .content .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #eee;
  opacity: 1;
  margin-left: -30px;
  margin-top: -30px;
}
.vertical-centered-box .content .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  overflow: hidden;
  -webkit-transform-origin: 30px 30px;
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  -o-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.vertical-centered-box .content .loader-line-mask .loader-line {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #1adc79;
}

.vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

svg.sk_loader_svg {
  width: 30px;
}
svg.sk_loader_svg rect, svg.sk_loader_svg path {
  fill: #ccc !important;
}

/*lesshat-selector{
-lh-property: 0; } */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*[not-existing]{
zoom: 1;
}*/
/*LOADING*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

.btn .lds-ellipsis {
  height: 32px;
}
.btn .lds-ellipsis div {
  top: 13px;
}

.btn-sm .lds-ellipsis,
.btn-xs .lds-ellipsis,
.btn-xs-important .lds-ellipsis {
  height: 13px;
}
.btn-sm .lds-ellipsis div,
.btn-xs .lds-ellipsis div,
.btn-xs-important .lds-ellipsis div {
  top: 4px;
}

.input-group-addon .lds-ellipsis {
  height: 27px;
}
.input-group-addon .lds-ellipsis div {
  top: 11px;
}

.lds-ellipsis.loading-sk-green div {
  background-color: #1adc79;
}

.btn-kiwi .lds-ellipsis.loading-sk-green div,
.btn-inverse .lds-ellipsis.loading-sk-green div,
.btn-primary .lds-ellipsis.loading-sk-green div {
  background-color: #fff;
}

.btn-sm .lds-ellipsis.loading-sk-green div,
.btn-xs .lds-ellipsis.loading-sk-green div,
.btn-xs-important .lds-ellipsis.loading-sk-green div {
  width: 9px;
  height: 9px;
}

.loading-2-circles .lds-ellipsis.loading-sk-green div {
  width: 8px;
  height: 8px;
}
.loading-2-circles .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 41px;
  height: 41px;
}
.loading-2-circles .lds-ellipsis div {
  position: absolute;
  top: 16px;
  border-radius: 50%;
  background: #1adc79;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-2-circles .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading-2-circles .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-2-circles .lds-ellipsis div:nth-child(3) {
  display: none;
}
.loading-2-circles .lds-ellipsis div:nth-child(4) {
  left: 24.5px;
  animation: lds-ellipsis3 0.6s infinite;
}

.btn-sm .lds-ellipsis.loading-sk-green div,
.btn-xs .lds-ellipsis.loading-sk-green div,
.btn-xs-important .lds-ellipsis.loading-sk-green div {
  width: 9px;
  height: 9px;
}

.btn-sm.loading-2-circles .lds-ellipsis.loading-sk-green,
.btn-xs.loading-2-circles .lds-ellipsis.loading-sk-green,
.btn-xs-important.loading-2-circles .lds-ellipsis.loading-sk-green {
  height: 13px;
}
.btn-sm.loading-2-circles .lds-ellipsis.loading-sk-green div,
.btn-xs.loading-2-circles .lds-ellipsis.loading-sk-green div,
.btn-xs-important.loading-2-circles .lds-ellipsis.loading-sk-green div {
  top: 5px;
}

.loading-xs .lds-ellipsis {
  height: 17px;
}
.loading-xs .lds-ellipsis div {
  top: 5px;
}

.btn-red .lds-ellipsis div {
  background-color: #fff;
}

.btn-default .lds-ellipsis div {
  background-color: #666;
}

.loading-white .lds-ellipsis div {
  background-color: #fff;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
header#header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: background-color 0.3s ease;
}
header#header nav a.btn-open-search {
  display: none;
}
header#header nav a.navbar-brand .logo,
header#header nav a.navbar-brand .logo-black,
header#header nav a.navbar-brand .logo-iso,
header#header nav a.navbar-brand .logo-iso-white,
header#header nav a.navbar-brand .logo-iso-black {
  display: none;
}
header#header nav ul.navbar-nav {
  margin: auto;
}
header#header nav ul.navbar-nav li.nav-item a.nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
}
header#header nav ul.navbar-nav li.dropdown a.dropdown-toggle:after {
  display: none;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 4px);
  border: none;
  background-color: #e5e5e5;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0px;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu {
  background-color: #fff;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  width: 600px;
  border-radius: 1rem;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.4);
  border: none;
  right: auto;
  left: 50% !important;
  top: 50px !important;
  -webkit-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item {
  padding: 0.55rem 1rem;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item i.dropdown-item-icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
  margin-top: 5px;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item div.dropdown-item-info {
  display: inline-block;
  padding: 3px 0px 0px 5px;
  vertical-align: middle;
  white-space: normal;
  width: 85%;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item div.dropdown-item-info span.dropdown-item-title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 400;
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item div.dropdown-item-info span.dropdown-item-text {
  font-weight: 300;
  display: block;
  padding: 0;
  font-size: 0.8rem;
  color: #666;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item:hover, header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item:focus {
  background-color: #fff;
}
header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item:hover i.dropdown-item-icon, header#header nav ul.navbar-nav li.dropdown div.dropdown-menu div.header-custom-dropdown div.col-dropdown-custom a.dropdown-item:focus i.dropdown-item-icon {
  margin-top: 0;
}
header#header nav ul.navbar-nav li.dropdown.show a.dropdown-toggle:after {
  display: block;
}
header#header nav form a {
  color: #fff;
}
header#header #menu-icon {
  display: none;
}
header#header #menu-icon svg {
  width: 30px;
}
header#header #menu-icon svg path {
  fill: #fff;
}
header#header #menu-icon svg.svg-close {
  display: none;
}
header#header .cont-language-flags {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9998;
  opacity: 0;
  transition: all 0.3s ease 1s;
}

header#header:hover .cont-language-flags {
  top: 60px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

body[data-folder=help][data-controller=Article] header#header nav form .btn-open-search,
body[data-folder=help][data-controller=Search] header#header nav form .btn-open-search {
  display: inline-block;
  margin-left: 1rem;
}

body[data-folder=help][data-controller=Welcome] header#header nav a.navbar-brand .logo-white,
body[data-folder=help][data-controller=Article] header#header nav a.navbar-brand .logo-white,
body[data-folder=help][data-controller=Search] header#header nav a.navbar-brand .logo-white,
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-white,
body[data-controller=Integrations] header#header nav a.navbar-brand .logo-white {
  display: none;
}
body[data-folder=help][data-controller=Welcome] header#header nav a.navbar-brand .logo,
body[data-folder=help][data-controller=Article] header#header nav a.navbar-brand .logo,
body[data-folder=help][data-controller=Search] header#header nav a.navbar-brand .logo,
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo,
body[data-controller=Integrations] header#header nav a.navbar-brand .logo {
  display: initial;
}
body[data-folder=help][data-controller=Welcome] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-folder=help][data-controller=Article] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-folder=help][data-controller=Search] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-folder=Web][data-controller=Docs] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-controller=Integrations] header#header nav ul.navbar-nav li.nav-item a.nav-link {
  color: #343549;
}
body[data-folder=help][data-controller=Welcome] header#header nav form a,
body[data-folder=help][data-controller=Article] header#header nav form a,
body[data-folder=help][data-controller=Search] header#header nav form a,
body[data-folder=Web][data-controller=Docs] header#header nav form a,
body[data-controller=Integrations] header#header nav form a {
  color: #212529;
}
body[data-folder=help][data-controller=Welcome] header#header nav form a.btn-outline-kiwi:hover,
body[data-folder=help][data-controller=Article] header#header nav form a.btn-outline-kiwi:hover,
body[data-folder=help][data-controller=Search] header#header nav form a.btn-outline-kiwi:hover,
body[data-folder=Web][data-controller=Docs] header#header nav form a.btn-outline-kiwi:hover,
body[data-controller=Integrations] header#header nav form a.btn-outline-kiwi:hover {
  color: #fff;
}
body[data-folder=help][data-controller=Welcome] header#header #menu-icon svg path,
body[data-folder=help][data-controller=Article] header#header #menu-icon svg path,
body[data-folder=help][data-controller=Search] header#header #menu-icon svg path,
body[data-folder=Web][data-controller=Docs] header#header #menu-icon svg path,
body[data-controller=Integrations] header#header #menu-icon svg path {
  fill: #212529;
}

body[data-folder=Web][data-controller=Docs] header#header {
  position: absolute;
}
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo,
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-white {
  display: none;
}
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-black {
  display: initial;
}
body[data-folder=Web][data-controller=Docs] header#header nav form .btn-outline-kiwi {
  border-color: #25263b;
}
body[data-folder=Web][data-controller=Docs] header#header nav form .btn-outline-kiwi:hover {
  background-color: #25263b;
}

body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header,
header#header.scrolled {
  background-color: #fff;
}
body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav a.navbar-brand .logo-white,
header#header.scrolled nav a.navbar-brand .logo-white {
  display: none;
}
body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav a.navbar-brand .logo,
header#header.scrolled nav a.navbar-brand .logo {
  display: initial;
}
body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav ul.navbar-nav li.nav-item a.nav-link,
header#header.scrolled nav ul.navbar-nav li.nav-item a.nav-link {
  color: #343549;
}
body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav form a,
header#header.scrolled nav form a {
  color: #212529;
}
body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav form a.btn-outline-kiwi:hover,
header#header.scrolled nav form a.btn-outline-kiwi:hover {
  color: #fff;
}
body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header #menu-icon svg path,
header#header.scrolled #menu-icon svg path {
  fill: #212529;
}

body[data-folder=Web][data-controller=Docs] header#header.scrolled {
  background-color: transparent !important;
}

body.aside-menu-open header#header #menu-icon svg.svg-hamburger {
  display: none;
}
body.aside-menu-open header#header #menu-icon svg.svg-close {
  display: block;
}

@media (max-width: 991.98px) {
  header#header nav a.navbar-brand .logo,
header#header nav a.navbar-brand .logo-black,
header#header nav a.navbar-brand .logo-white,
header#header nav a.navbar-brand .logo-iso,
header#header nav a.navbar-brand .logo-iso-black {
    display: none !important;
  }
  header#header nav a.navbar-brand .logo-iso-white {
    display: initial !important;
  }
  header#header nav ul.navbar-nav {
    display: none;
  }
  header#header nav .btn {
    padding: 0.3rem 0.75rem;
  }
  header#header #menu-icon {
    display: inline-block;
  }
  header#header .cont-language-flags {
    display: none;
  }

  body[data-folder=help][data-controller=Article] header#header nav .btn-open-search,
body[data-folder=help][data-controller=Search] header#header nav .btn-open-search {
    display: inline-block;
  }
  body[data-folder=help][data-controller=Article] header#header nav form .btn-open-search,
body[data-folder=help][data-controller=Search] header#header nav form .btn-open-search {
    display: none;
  }

  body[data-folder=help][data-controller=Welcome] header#header nav a.navbar-brand .logo-iso-white,
body[data-folder=help][data-controller=Article] header#header nav a.navbar-brand .logo-iso-white,
body[data-folder=help][data-controller=Search] header#header nav a.navbar-brand .logo-iso-white,
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-iso-white,
body[data-controller=Integrations] header#header nav a.navbar-brand .logo-iso-white {
    display: none !important;
  }
  body[data-folder=help][data-controller=Welcome] header#header nav a.navbar-brand .logo-iso,
body[data-folder=help][data-controller=Article] header#header nav a.navbar-brand .logo-iso,
body[data-folder=help][data-controller=Search] header#header nav a.navbar-brand .logo-iso,
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-iso,
body[data-controller=Integrations] header#header nav a.navbar-brand .logo-iso {
    display: initial !important;
  }
  body[data-folder=help][data-controller=Welcome] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-folder=help][data-controller=Article] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-folder=help][data-controller=Search] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-folder=Web][data-controller=Docs] header#header nav ul.navbar-nav li.nav-item a.nav-link,
body[data-controller=Integrations] header#header nav ul.navbar-nav li.nav-item a.nav-link {
    color: #343549;
  }
  body[data-folder=help][data-controller=Welcome] header#header nav form a,
body[data-folder=help][data-controller=Article] header#header nav form a,
body[data-folder=help][data-controller=Search] header#header nav form a,
body[data-folder=Web][data-controller=Docs] header#header nav form a,
body[data-controller=Integrations] header#header nav form a {
    color: #212529;
  }
  body[data-folder=help][data-controller=Welcome] header#header nav form a.btn-outline-kiwi:hover,
body[data-folder=help][data-controller=Article] header#header nav form a.btn-outline-kiwi:hover,
body[data-folder=help][data-controller=Search] header#header nav form a.btn-outline-kiwi:hover,
body[data-folder=Web][data-controller=Docs] header#header nav form a.btn-outline-kiwi:hover,
body[data-controller=Integrations] header#header nav form a.btn-outline-kiwi:hover {
    color: #fff;
  }

  body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-iso,
body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-iso-white {
    display: none !important;
  }
  body[data-folder=Web][data-controller=Docs] header#header nav a.navbar-brand .logo-iso-black {
    display: initial !important;
  }

  body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav a.navbar-brand .logo-iso-white,
header#header.scrolled nav a.navbar-brand .logo-iso-white {
    display: none !important;
  }
  body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav a.navbar-brand .logo-iso,
header#header.scrolled nav a.navbar-brand .logo-iso {
    display: initial !important;
  }
  body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav ul.navbar-nav li.nav-item a.nav-link,
header#header.scrolled nav ul.navbar-nav li.nav-item a.nav-link {
    color: #343549;
  }
  body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav form a,
header#header.scrolled nav form a {
    color: #212529;
  }
  body[data-controller=Welcome]:not([data-folder=blog]):not([data-folder=help]) header#header nav form a.btn-outline-kiwi:hover,
header#header.scrolled nav form a.btn-outline-kiwi:hover {
    color: #fff;
  }
}
aside#menu-aside {
  position: fixed;
  top: 58px;
  right: -350px;
  background-color: #fff;
  width: 300px;
  height: calc(100vh - 58px);
  z-index: 999;
  box-shadow: -14px 30px 30px -20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
}
aside#menu-aside ul {
  margin: 0px;
}
aside#menu-aside ul li a {
  padding: 10px 30px;
  display: block;
}
aside#menu-aside ul li a:hover {
  background-color: #eee;
  color: #666;
}
aside#menu-aside .first-level {
  padding: 30px 0;
}
aside#menu-aside .second-level {
  position: absolute;
  top: 0px;
  right: -350px;
  background-color: #fff;
  width: 300px;
  height: 100%;
  z-index: 9998;
  transition: all 0.3s ease;
}
aside#menu-aside .second-level a {
  font-size: 0.8rem;
}
aside#menu-aside .second-level a svg {
  width: 20px;
}
aside#menu-aside .second-level .menu-aside-header {
  height: 50px;
  padding: 12px 30px;
}
aside#menu-aside .second-level .menu-aside-body {
  height: calc(100% - 50px);
  overflow-y: auto;
}
aside#menu-aside .second-level .menu-aside-body ul li a span {
  display: block;
}
aside#menu-aside .second-level .menu-aside-body ul li a span.aside-item-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
aside#menu-aside .second-level .menu-aside-body ul li a span.aside-item-text {
  color: #666;
}
aside#menu-aside .cont-language-flags-mobile {
  position: absolute;
  bottom: 1rem;
  left: 30px;
  right: 30px;
  text-align: center;
}

body.aside-menu-open #menu-aside {
  right: 0;
}

body.aside-menu-open.second-level #menu-aside .menu-aside.second-level {
  right: 0;
}
body.aside-menu-open.second-level #menu-aside .menu-aside.second-level.active {
  z-index: 9999;
}

footer#footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("/assets/images/web/footer-bg.png");
  background-position: 120% 65%;
  background-repeat: no-repeat;
  background-size: 500px;
}
footer#footer .container-top {
  padding-bottom: 3rem;
}
footer#footer .container-top h4 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
footer#footer .container-top ul {
  margin-bottom: 2rem;
}
footer#footer .container-top ul li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
footer#footer .container-top ul.list-socials {
  margin-bottom: 0.5rem;
}
footer#footer .container-top ul.list-socials a img {
  width: 40px;
  height: 40px;
}
@media (max-width: 991.98px) {
  footer#footer {
    background-position: 150% 70%;
    background-size: 400px;
  }
}
@media (max-width: 575.98px) {
  footer#footer {
    background-position: 220% 75%;
    background-size: 300px;
  }
}
section#section-top {
  padding-top: 58px;
  position: relative;
  height: 100vh;
  min-height: 400px;
  max-height: 700px;
}
section#section-top .col-video-layers {
  height: 484px;
}
section#section-top .col-video-layers .cont-image-layers,
section#section-top .col-video-layers .cont-video-layers {
  display: none;
  height: 100%;
  position: relative;
}
section#section-top .col-video-layers .cont-image-layers .image-layer,
section#section-top .col-video-layers .cont-image-layers .video-layer,
section#section-top .col-video-layers .cont-video-layers .image-layer,
section#section-top .col-video-layers .cont-video-layers .video-layer {
  position: absolute;
  bottom: 0;
  left: 0;
}
section#section-top .col-video-layers .cont-image-layers .image-layer figure,
section#section-top .col-video-layers .cont-image-layers .video-layer figure,
section#section-top .col-video-layers .cont-video-layers .image-layer figure,
section#section-top .col-video-layers .cont-video-layers .video-layer figure {
  margin: 0;
}
section#section-top .col-video-layers .cont-image-layers .image-layer figure img,
section#section-top .col-video-layers .cont-image-layers .video-layer figure img,
section#section-top .col-video-layers .cont-video-layers .image-layer figure img,
section#section-top .col-video-layers .cont-video-layers .video-layer figure img {
  width: 160%;
  margin-left: -11rem;
}
section#section-top .col-video-layers .cont-image-layers .image-layer.image-layer-01,
section#section-top .col-video-layers .cont-image-layers .video-layer.video-layer-01,
section#section-top .col-video-layers .cont-video-layers .image-layer.image-layer-01,
section#section-top .col-video-layers .cont-video-layers .video-layer.video-layer-01 {
  z-index: 1;
  left: calc(50% - 6rem);
}
section#section-top .col-video-layers .cont-image-layers .image-layer.image-layer-01 video,
section#section-top .col-video-layers .cont-image-layers .video-layer.video-layer-01 video,
section#section-top .col-video-layers .cont-video-layers .image-layer.image-layer-01 video,
section#section-top .col-video-layers .cont-video-layers .video-layer.video-layer-01 video {
  width: 15.1rem;
}
section#section-top .col-video-layers .cont-image-layers .image-layer.image-layer-02,
section#section-top .col-video-layers .cont-image-layers .video-layer.video-layer-02,
section#section-top .col-video-layers .cont-video-layers .image-layer.image-layer-02,
section#section-top .col-video-layers .cont-video-layers .video-layer.video-layer-02 {
  z-index: 2;
}
section#section-top .col-video-layers .cont-image-layers .image-layer.image-layer-03,
section#section-top .col-video-layers .cont-image-layers .video-layer.video-layer-03,
section#section-top .col-video-layers .cont-video-layers .image-layer.image-layer-03,
section#section-top .col-video-layers .cont-video-layers .video-layer.video-layer-03 {
  z-index: 3;
}
section#section-top .col-video-layers .cont-image-layers .image-layer figure img {
  width: 200%;
  margin-left: -17rem;
}
section#section-top .col-video-layers.video-present .cont-video-layers {
  display: block;
}
section#section-top .col-video-layers.image-present .cont-image-layers {
  display: block;
}
section#section-top .container {
  height: 100%;
}
section#section-top .container .row {
  height: 100%;
}
section#section-top .container .row blockquote {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
section#section-top .container .row blockquote .icon-svg svg path {
  fill: #1adc79;
}
section#section-top .cont-cta {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}
section#section-top .cont-cta a.btn {
  text-transform: uppercase;
  font-weight: 600;
}
section#section-top .cont-cta-video {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}
section#section-top .cont-cta-video a {
  font-size: 0.8rem;
}
section#section-top .cont-cta-video a span {
  display: inline-block;
  vertical-align: middle;
}

section#section-clients {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
section#section-clients .owl-carousel .owl-item img {
  width: 100px;
  max-width: 100%;
  margin: auto;
}
section#section-clients .owl-carousel .owl-dots {
  display: none;
}

section#section-newsletter {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  background-image: url(/assets/images/web/shapes-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
section#section-newsletter h2 {
  margin-bottom: 50px;
}
section#section-newsletter form input {
  border-radius: 4rem 0 0 4rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 2rem;
  height: 3.5rem;
  border: none;
}
section#section-newsletter form .btn {
  text-transform: uppercase;
}
section#section-newsletter form .response-form {
  color: #ff6868;
  font-weight: 400;
  margin-bottom: 1rem;
  display: block;
}
section#section-newsletter p a {
  color: #1adc79;
}

section#section-banner-01 {
  padding-bottom: 3rem;
  margin-top: -1.4rem;
}
section#section-banner-01 figure.figure-banner {
  height: 490px;
  background-image: url("/assets/images/web/banner-01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
section#section-banner-01 a.btn {
  text-transform: uppercase;
}

section#section-info {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section#section-info .info-text {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
section#section-info .info-text h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

section#section-examples {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(/assets/images/web/shapes-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
section#section-examples .row-top {
  margin-bottom: 5rem;
}
section#section-examples .row-top h2 {
  margin-bottom: 2rem;
}
section#section-examples .row-middle {
  background-image: url(/assets/images/web/examples.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
section#section-examples .row-middle .owl-carousel-examples .item .item-example {
  border-radius: 1rem;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#section-examples .row-middle .owl-carousel-examples .item .item-example h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
}
section#section-examples .row-middle .owl-carousel-examples .item .item-example::after {
  border-radius: 1rem;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
section#section-examples .row-bottom {
  padding: 4rem 0;
}
section#section-examples .row-bottom .btn {
  text-transform: uppercase;
}

section#section-testimonials {
  padding-top: 5rem;
  text-align: center;
}
section#section-testimonials .row-top img {
  height: 100px;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage {
  padding-top: 100px;
  padding-bottom: 50px;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial {
  background-color: #fff;
  padding: 7rem 6rem 3rem 6rem;
  border-radius: 1rem;
  box-shadow: 0px 30px 10px -25px rgba(0, 0, 0, 0.3);
  border: solid 1px #eee;
  position: relative;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial .testimonial-icon {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  border: solid 1px #eee;
  box-shadow: 0px 20px 10px -16px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: absolute;
  top: -62.5px;
  left: calc(50% - 62.5px);
  background-color: #fff;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial .testimonial-icon img {
  border-radius: 100%;
  border: solid 0.2rem #fff;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial p {
  margin-bottom: 2rem;
}
section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
section#section-testimonials .row-bottom .owl-dots {
  position: absolute;
  height: 30px;
  z-index: 99;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
section#section-testimonials .row-bottom .owl-dots .owl-dot {
  background-color: #343549;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0.2rem 0.75rem;
}
section#section-testimonials .row-bottom .owl-dots .owl-dot.active {
  background-color: #1adc79;
}

section#section-banner-simple {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f8f2;
  text-align: center;
}
section#section-banner-simple h2 {
  margin-bottom: 2rem;
}
section#section-banner-simple .btn {
  text-transform: uppercase;
}
section#section-banner-simple p {
  margin-top: 2rem;
}

section#section-banner-bottom {
  padding-top: 30rem;
  padding-bottom: 10rem;
  margin-top: -20rem;
  background-image: url(/assets/images/web/shapes-03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
section#section-banner-bottom h2 {
  margin-bottom: 2rem;
}
section#section-banner-bottom .btn {
  text-transform: uppercase;
}
section#section-banner-bottom p {
  margin-top: 2rem;
}

section#section-banner-bottom.simple-banner-bottom {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: 0;
  -webkit-clip-path: none;
  clip-path: none;
}

.modal-backdrop.show {
  z-index: 99998;
}

#modal-video {
  z-index: 99999;
}
#modal-video .modal-dialog.modal-full {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100vh;
}
#modal-video .modal-dialog.modal-full .modal-content {
  height: 100vh;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#modal-video .modal-dialog.modal-full .modal-content .modal-body .video-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999999;
}
#modal-video .modal-dialog.modal-full .modal-content .modal-body .video-close a {
  display: block;
  padding: 0.4rem;
}
#modal-video .modal-dialog.modal-full .modal-content .modal-body .video-close a svg {
  width: 30px;
  height: 30px;
}
#modal-video .modal-dialog.modal-full .modal-content .modal-body .video-close a svg polygon {
  fill: #fff;
}
#modal-video .modal-dialog.modal-full .modal-content .modal-body .modal-video {
  height: 100%;
}
#modal-video .modal-dialog.modal-full .modal-content .modal-body .modal-video iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1199.98px) {
  section#section-top .cont-video-layers .video-layer figure img {
    width: 173%;
    margin-left: -8.5rem;
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 {
    left: calc(50% - 3rem);
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 video {
    width: 14rem;
  }
}
@media (max-width: 991.98px) {
  section#section-top {
    height: unset;
    max-height: unset;
  }
  section#section-top .align-items-center {
    align-items: initial !important;
  }
  section#section-top blockquote {
    text-align: center;
    margin-top: 50px;
  }
  section#section-top blockquote h1 {
    font-size: 2rem;
  }
  section#section-top .col-video-layers {
    height: 270px;
  }
  section#section-top .col-video-layers.image-present {
    height: 350px;
  }
  section#section-top .col-video-layers.image-present .cont-image-layers .image-layer {
    position: initial;
  }
  section#section-top .col-video-layers.image-present .cont-image-layers .image-layer figure {
    text-align: center;
  }
  section#section-top .col-video-layers.image-present .cont-image-layers .image-layer figure img {
    margin: 0;
    max-height: 350px;
    max-width: 100%;
    width: initial;
  }
  section#section-top .cont-video-layers .video-layer figure img {
    width: 110%;
    margin-left: -4rem;
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 {
    left: calc(50% - 6.7rem);
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 video {
    width: 14rem;
  }

  section#section-banner-01 figure.figure-banner {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  section#section-top .col-video-layers.image-present {
    height: 350px;
  }
  section#section-top .cont-video-layers .video-layer figure img {
    width: 150%;
    margin-left: -10rem;
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 {
    left: calc(50% - 6.7rem);
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 video {
    width: 14rem;
  }

  section#section-banner-01 figure.figure-banner {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  section#section-top .col-video-layers {
    height: 270px;
  }
  section#section-top .col-video-layers.image-present {
    height: 270px;
  }
  section#section-top .col-video-layers.image-present .cont-image-layers .image-layer {
    position: initial;
  }
  section#section-top .col-video-layers.image-present .cont-image-layers .image-layer figure {
    text-align: center;
  }
  section#section-top .col-video-layers.image-present .cont-image-layers .image-layer figure img {
    margin: 0;
    max-height: 270px;
    max-width: 100%;
    width: initial;
  }
  section#section-top .cont-video-layers .video-layer figure img {
    width: 110%;
    margin-left: -6%;
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 {
    display: none;
    left: calc(50% - 7rem);
  }
  section#section-top .cont-video-layers .video-layer.video-layer-01 video {
    width: 58%;
  }

  section#section-newsletter {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  section#section-banner-01 {
    text-align: center;
    margin-top: -1.6rem;
  }

  section#section-examples {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }

  section#section-testimonials .row-top {
    padding-bottom: 1rem;
  }
  section#section-testimonials .row-bottom .owl-carousel .owl-stage .owl-item .item-testimonial {
    padding: 7rem 2rem 3rem 2rem;
  }

  #modal-video .modal-dialog.modal-full {
    height: 100vh;
  }
  #modal-video .modal-dialog.modal-full .modal-content {
    height: auto;
  }
  #modal-video .modal-dialog.modal-full .modal-content .modal-body .modal-video {
    height: auto;
  }
  #modal-video .modal-dialog.modal-full .modal-content .modal-body .modal-video iframe {
    width: 100% !important;
    height: 200px !important;
  }
}
section#section-top-solutions {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-top: 58px;
  color: #fff;
  position: relative;
  padding-bottom: 14rem;
}
section#section-top-solutions blockquote {
  margin: 6rem 0 3rem 0;
  position: relative;
  z-index: 2;
}
section#section-top-solutions blockquote h1 {
  margin-bottom: 2rem;
}
section#section-top-solutions blockquote p {
  margin-bottom: 2rem;
}
section#section-top-solutions blockquote a.btn {
  text-transform: uppercase;
}

section#section-top-solutions:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

section#section-solution-example {
  margin-top: -10rem;
}
section#section-solution-example .solutions-example {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.4);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
}
section#section-solution-example .solutions-example .solutions-example-wrap {
  border-radius: 1rem;
  overflow: hidden;
  height: 400px;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow {
  position: relative;
  height: 100%;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step {
  display: flex;
  align-items: center;
  text-align: left;
  position: absolute;
  visibility: hidden;
  padding: 1rem 5rem;
  opacity: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: all 0.3s ease;
  overflow-y: auto;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .step-inside {
  flex: 1;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .step-inside.flex-start {
  align-self: flex-start;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-input {
  margin-bottom: 1rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-input input {
  border-radius: 1rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn {
  border-radius: 0.4rem;
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score {
  padding-right: 0.8rem;
  float: left;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score svg {
  width: 2rem;
  height: 2rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score svg path {
  fill: transparent;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score.selected svg path,
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score:hover svg path {
  fill: #fff;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons:after {
  content: "";
  display: block;
  clear: both;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons .btn-group {
  display: flex;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons .btn-group .btn {
  border-radius: initial;
  margin-right: 0;
  flex: 1;
  padding: 0.8rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons .btn-group .btn:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons .btn-group .btn:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons .btn-group .btn:hover {
  background-color: #fff;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons .nps-text {
  font-size: 0.7rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li {
  margin-bottom: 1rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image {
  text-align: center;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image span.btn-image-inside {
  background-size: cover;
  background-position: center;
  display: block;
  height: 7rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image small {
  color: #fff;
  display: block;
  padding: 0.4rem 0;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_question,
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_thankyou {
  top: 100%;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_welcome,
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_thankyou {
  text-align: center;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_welcome figure img,
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_thankyou figure img {
  max-width: 10rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_welcome h2,
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_thankyou h2 {
  margin-bottom: 0.6rem;
}
section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_init {
  top: 0;
  opacity: 1;
  visibility: visible;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step h2 {
  color: #343549;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score svg path {
  fill: transparent;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score.selected svg path,
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons a.btn-score:hover svg path {
  fill: #fff;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li {
  margin-bottom: 1rem;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image {
  background-color: white;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image span.btn-image-inside {
  background-size: cover;
  background-position: center;
  display: block;
  height: 7rem;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image small {
  color: #343549;
}
section#section-solution-example .solutions-example.theme-light .solutions-example-wrap .solutions-example-overflow .solutions-example-step .cont-buttons ul.btn-group-images li a.btn-image:hover {
  background-color: white;
}
section#section-top-solutions.solution-hr {
  background-image: url(/assets/images/web/solutions/hr/top.jpg);
}

section#section-solution-example.solution-hr .solutions-example {
  background-image: url(/assets/images/web/solutions/hr/top-small.jpg);
}

section#section-top-solutions.solution-customer_satisfaction {
  background-image: url(/assets/images/web/solutions/customer_satisfaction/top.jpg);
}

section#section-solution-example.solution-customer_satisfaction .solutions-example {
  background-image: url(/assets/images/web/solutions/customer_satisfaction/top-small.jpg);
}

section#section-top-solutions.solution-education {
  background-image: url(/assets/images/web/solutions/education/top.jpg);
}

section#section-solution-example.solution-education .solutions-example {
  background-image: url(/assets/images/web/solutions/education/top-small.jpg);
}

section#section-top-solutions.solution-ecommerce {
  background-image: url(/assets/images/web/solutions/ecommerce/top.jpg);
  color: #343549;
}

section#section-solution-example.solution-ecommerce .solutions-example {
  background-image: url(/assets/images/web/solutions/ecommerce/top-small.jpg);
}
section#section-solution-example.solution-ecommerce .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step h2 {
  color: #343549;
}
section#section-solution-example.solution-ecommerce .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step p {
  color: #343549;
}
section#section-solution-example.solution-ecommerce .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step._step_1 {
  text-align: left;
}

section#section-top-solutions.solution-hospitality {
  background-image: url(/assets/images/web/solutions/hospitality/top.jpg);
}

section#section-solution-example.solution-hospitality .solutions-example {
  background-image: url(/assets/images/web/solutions/hospitality/top-small.jpg);
}

section#section-top-solutions.solution-retail {
  background-image: url(/assets/images/web/solutions/retail/top.jpg);
}

section#section-solution-example.solution-retail .solutions-example {
  background-image: url(/assets/images/web/solutions/retail/top-small.jpg);
}

section#section-top-solutions.solution-events {
  background-image: url(/assets/images/web/solutions/events/top.jpg);
}

section#section-solution-example.solution-events .solutions-example {
  background-image: url(/assets/images/web/solutions/events/top-small.jpg);
}

section#section-solution-info {
  padding: 10rem 0 0 0;
}
section#section-solution-info .row {
  margin-bottom: 5rem;
}
section#section-solution-info .row .col-info {
  padding: 2rem;
}
section#section-solution-info .row .col-info h3 {
  margin-bottom: 1rem;
}
section#section-solution-info .row .col-info p {
  margin-bottom: 2rem;
}
section#section-solution-info .row .col-info a.btn {
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step {
    padding: 2rem;
  }
  section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step a.btn {
    padding: 0.6rem 1rem;
  }
  section#section-solution-example .solutions-example .solutions-example-wrap .solutions-example-overflow .solutions-example-step a.btn-question-option {
    display: block;
  }
}
section#section-top-features {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-top: 58px;
  color: #fff;
  position: relative;
  padding-bottom: 14rem;
  background: #1add79;
  background: linear-gradient(90deg, #1add79 0%, #1d8cda 100%);
}
section#section-top-features blockquote {
  margin: 6rem 0 3rem 0;
  position: relative;
  z-index: 2;
}
section#section-top-features blockquote h1 {
  margin-bottom: 2rem;
}
section#section-top-features blockquote p {
  margin-bottom: 2rem;
}
section#section-top-features blockquote a.btn {
  text-transform: uppercase;
}

section#section-top-features:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

section#section-feature-example {
  margin-top: -10rem;
}
section#section-feature-example .features-example {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.4);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
}
section#section-feature-example .features-example .features-example-wrap {
  overflow: hidden;
  height: 280px;
}
section#section-feature-example .features-example .features-example-wrap img {
  display: none;
}

section#section-feature-example.feature-analyze .features-example {
  background-image: url(/assets/images/web/features/analyze/top-small.jpg);
  background-size: contain;
  background-position: center;
  background-color: #fff;
}

section#section-feature-example.feature-customize .features-example {
  background-image: url(/assets/images/web/features/customize/top-small.jpg);
}

section#section-feature-example.feature-developers .features-example {
  background-image: url(/assets/images/web/features/developers/top-small.jpg);
}

section#section-feature-example.feature-ecommerce .features-example {
  background-image: url(/assets/images/web/features/ecommerce/top-small.jpg);
}

section#section-feature-example.feature-nps .features-example {
  background-image: url(/assets/images/web/features/nps/top-small.jpg);
}

section#section-feature-example.feature-dashboards .features-example {
  background-image: url(/assets/images/web/features/dashboards/top-small.jpg);
}
section#section-feature-example.feature-dashboards .features-example .features-example-wrap {
  height: 420px;
}

section#section-feature-example.feature-share .features-example {
  background-image: url(/assets/images/web/features/share/top-small.jpg);
}

section#section-feature-example.feature-suit .features-example {
  background-image: url(/assets/images/web/features/suit/top-small.jpg);
}

section#section-feature-info {
  padding: 10rem 0 0 0;
}
section#section-feature-info .row {
  margin-bottom: 5rem;
}
section#section-feature-info .row .col-info {
  padding: 2rem;
}
section#section-feature-info .row .col-info h3 {
  margin-bottom: 1rem;
}
section#section-feature-info .row .col-info p {
  margin-bottom: 2rem;
}
section#section-feature-info .row .col-info a.btn {
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  section#section-feature-example:not(.feature-analyze) {
    margin-top: -5rem;
  }
  section#section-feature-example:not(.feature-analyze) .features-example .features-example-wrap {
    height: 150px;
  }

  section#section-feature-example.feature-dashboards {
    margin-top: -7rem;
  }
  section#section-feature-example.feature-dashboards .features-example .features-example-wrap {
    height: 200px;
  }
}
body[data-folder=blog] section#section-top {
  background-size: cover;
}
body[data-folder=blog] section#section-top blockquote h1 {
  color: #fff;
}
body[data-folder=blog] section#section-top blockquote h1 a {
  color: #fff;
}
body[data-folder=blog] section#section-top blockquote p {
  color: #fff;
}
body[data-folder=blog] section#section-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
body[data-folder=blog] section#section-top .btn {
  text-transform: uppercase;
}
body[data-folder=blog] section#section-top.blog-important-custom:after {
  background: rgba(0, 0, 0, 0.1);
}
body[data-folder=blog] section#blog-banner {
  margin-bottom: 50px;
}
body[data-folder=blog] section#blog-banner .row.no-gutters {
  background-color: #eee;
  background-position: left;
  background-size: cover;
}
body[data-folder=blog] section#blog-banner .blog-banner-inside {
  padding: 30px;
}
body[data-folder=blog] section#blog-banner .blog-banner-inside h2 span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
body[data-folder=blog] section#blog-banner .blog-banner-inside h2 strong {
  font-size: 36px;
}
body[data-folder=blog] section#blog-banner .blog-banner-inside p {
  font-weight: 400;
}
body[data-folder=blog] section#blog-banner .blog-banner-inside .btn {
  text-transform: uppercase;
}
body[data-folder=blog] section#blog-banner.blog-banner-custom .row.no-gutters {
  background-position: left !important;
}
body[data-folder=blog] .article-item {
  margin-bottom: 2rem;
}
body[data-folder=blog] .article-item .article-inside {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body[data-folder=blog] .article-item .article-inside .article-image {
  overflow: hidden;
}
body[data-folder=blog] .article-item .article-inside .article-image a figure {
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  transition: all 0.6s ease;
}
body[data-folder=blog] .article-item .article-inside .article-info {
  height: calc(100% - 250px);
  text-align: center;
  padding: 30px;
}
body[data-folder=blog] .article-item .article-inside .article-info .row {
  height: 100%;
}
body[data-folder=blog] .article-item .article-inside .article-info .row h2 {
  font-size: 1.6rem;
}
body[data-folder=blog] .article-item .article-inside .article-info .row .btn {
  text-transform: uppercase;
}
body[data-folder=blog] .article-item:hover .article-inside .article-image a figure {
  transform: scale(1.1);
}
body[data-folder=blog] section#section-blog-shearch {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: sticky;
  top: 58px;
  z-index: 9;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body[data-folder=blog] section#section-blog-shearch form {
  position: relative;
}
body[data-folder=blog] section#section-blog-shearch form input[type=search] {
  padding: 1rem 4rem 1rem 2.5rem;
  height: auto;
  border-radius: 2rem;
  border: solid 1px #eee;
  text-align: left;
}
body[data-folder=blog] section#section-blog-shearch form a.btn-submit-search {
  position: absolute;
  bottom: 1.2rem;
  right: 1.5rem;
}
body[data-folder=blog] section#section-blog-shearch form a.btn-submit-search svg {
  width: 20px;
  height: 20px;
}
body[data-folder=blog] section#section-blog-shearch form a.btn-submit-search svg path {
  fill: #bbb !important;
}
body[data-folder=blog] section#section-blog-shearch form a.btn-submit-search:hover svg path {
  fill: #666 !important;
}
body[data-folder=blog] a#read {
  display: block;
  margin-bottom: 4rem;
}
body[data-folder=blog] section#blog-article {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share {
  position: sticky;
  top: calc(50% - 83px);
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.as-item {
  margin-bottom: 0.8rem;
  text-align: center;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.as-item a {
  display: inline-block;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.as-item a svg {
  width: 2rem;
  height: 2rem;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.facebook a svg path {
  fill: #2e89ff;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.twitter a svg path {
  fill: #02a2f3;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.linkedin a svg path {
  fill: #037fb5;
}
body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.whatsapp a svg path {
  fill: #1cd741;
}
body[data-folder=blog] section#blog-article .col-article-text img {
  max-width: 100%;
}
body[data-folder=blog] section#blog-article .col-article-text blockquote {
  text-align: center;
  position: relative;
  padding: 2rem;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
}
body[data-folder=blog] section#blog-article .col-article-text blockquote:before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/quotes.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 24px;
  height: 36px;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
body[data-folder=blog] section#blog-article .col-article-text h1, body[data-folder=blog] section#blog-article .col-article-text h2, body[data-folder=blog] section#blog-article .col-article-text h3, body[data-folder=blog] section#blog-article .col-article-text h4, body[data-folder=blog] section#blog-article .col-article-text h5, body[data-folder=blog] section#blog-article .col-article-text h6 {
  font-family: "TeXGyreAdventor", sans-serif !important;
}
body[data-folder=blog] section#blog-article .col-article-text p, body[data-folder=blog] section#blog-article .col-article-text p span, body[data-folder=blog] section#blog-article .col-article-text blockquote {
  font-family: "Source Sans Pro", sans-serif !important;
}
body[data-folder=blog] section#blog-article .col-article-text p, body[data-folder=blog] section#blog-article .col-article-text p span {
  font-weight: 100 !important;
}
body[data-folder=blog] section#blog-article-related .related-title {
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  body[data-folder=blog] section#blog-banner .row.no-gutters {
    background-position: right -645px bottom;
  }
}
@media (max-width: 767.98px) {
  body[data-folder=blog] section#blog-article .col-article-share .article-share {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9;
    padding: 20px 0;
    background-color: #fff;
  }
  body[data-folder=blog] section#blog-article .col-article-share .article-share ul {
    margin: 0;
  }
  body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.as-item {
    margin: 0 5px;
    display: inline-block;
  }
  body[data-folder=blog] section#blog-article .col-article-share .article-share ul li.as-item a {
    border-radius: 100%;
    background-color: #fff;
  }
}
section#section-pricing {
  margin-top: -14rem;
}
section#section-pricing .featured {
  background-color: #343549 !important;
}
section#section-pricing .featured .sk-plans-list-feature-item-component-name {
  color: #fff !important;
}
section#section-pricing .row-sk-plans-period a {
  font-size: 18px;
  color: #666;
  font-weight: 600;
  display: inline-block;
}
section#section-pricing .row-sk-plans-period a[data-current=m] {
  font-size: 14px;
}
section#section-pricing .row-sk-plans-period span {
  font-size: 22px;
  display: inline-block;
  margin: 0 15px;
}
section#section-pricing .row-sk-plans-period .btn-go-back {
  color: #fff;
  font-weight: 400;
}
section#section-pricing .row-sk-plans-period .btn-go-back svg path {
  fill: #fff;
}
section#section-pricing .cont-plans .visible-yearly {
  display: block;
}
section#section-pricing .cont-plans .visible-monthly {
  display: none;
}
section#section-pricing .cont-plans[data-period=y] .row-sk-plans-period a[data-current=y] {
  color: #1adc79;
}
section#section-pricing .cont-plans[data-period=y] .visible-yearly {
  display: block;
}
section#section-pricing .cont-plans[data-period=y] .visible-monthly {
  display: none;
}
section#section-pricing .cont-plans[data-period=m] .row-sk-plans-period a[data-current=m] {
  color: #1adc79;
}
section#section-pricing .cont-plans[data-period=m] .visible-monthly {
  display: block;
}
section#section-pricing .cont-plans[data-period=m] .visible-yearly {
  display: none;
}
section#section-pricing .row-sk-plans {
  margin-top: 25px;
  display: block;
}
section#section-pricing .row-sk-plans-carousel {
  display: none;
}
section#section-pricing .sk-plans-carousel {
  margin-top: 50px;
}
section#section-pricing .sk-plans-carousel .sk-plans-info {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-title {
  color: #fff;
  font-size: 1.6rem;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content {
  color: #666;
  padding-bottom: 10px;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-title {
  color: #666;
  margin: 20px 0;
  padding: 0 50px;
  font-weight: 600;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-title strong {
  font-weight: 600;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount h3 {
  font-size: 3rem;
  font-weight: 400;
  display: inline-block;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount .sk-plans-info-content-currency-period {
  margin-left: 0.2rem;
  display: inline-block;
  text-align: left;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount .sk-plans-info-content-currency-period .sk-plans-info-content-period,
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount .sk-plans-info-content-currency-period .sk-plans-info-content-currency {
  display: block;
  line-height: 1rem;
  font-weight: 100;
  font-size: 0.8rem;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-currency {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 3px;
  font-weight: 400;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-period {
  font-size: 14px;
  font-weight: 400;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-message {
  min-height: 20px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 0px 10px;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-btn {
  position: relative;
  bottom: 0;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-content-btn .btn {
  letter-spacing: normal;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-features .sk-plans-info-feature-item {
  margin: 10px 0;
  text-align: left;
  padding: 0 25px;
}
section#section-pricing .sk-plans-carousel .sk-plans-info .sk-plans-info-content .sk-plans-info-features .sk-plans-info-feature-item .sk-plans-list-feature-item-name-text-inside {
  margin-left: 5px;
}
section#section-pricing .sk-plans-carousel .sk-plans-info.sk-plans-info-featured .sk-plans-info-content .sk-plans-info-content-btn .btn {
  letter-spacing: normal;
}
section#section-pricing .sk-plans-carousel .sk-plans-info.sk-plans-info-featured .sk-plans-info-content .sk-plans-info-features {
  color: #666;
}
section#section-pricing .sk-plans-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
section#section-pricing .sk-plans-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #666;
  border-radius: 100%;
  margin: 10px;
}
section#section-pricing .sk-plans-carousel .owl-dots button.owl-dot.active {
  background-color: #1adc79;
}
section#section-pricing .sk-plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#section-pricing .sk-plans .sk-plans-inside {
  border-radius: 0.8rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: white;
  box-shadow: 0 0 16px 0 rgba(55, 55, 55, 0.12);
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header {
  border-radius: 0.8rem 0.8rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 58px;
  background-color: white;
  z-index: 1;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  border-bottom: solid 1px #ddd;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-title .sk-plans-title-text {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 38px;
  margin-top: 0px;
  padding: 0 16px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info {
  width: 25%;
  text-align: center;
  cursor: pointer;
  border-bottom: solid 1px #ddd;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-title {
  font-size: 1.6rem;
  padding: 2rem 0 0rem 0;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content {
  padding-bottom: 10px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount h3 {
  font-size: 3rem;
  font-weight: 400;
  display: inline-block;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount .sk-plans-info-content-currency-period {
  margin-left: 0.2rem;
  display: inline-block;
  text-align: left;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount .sk-plans-info-content-currency-period .sk-plans-info-content-period,
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-amount .sk-plans-info-content-currency-period .sk-plans-info-content-currency {
  display: block;
  line-height: 1rem;
  font-weight: 100;
  font-size: 0.8rem;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-currency {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 3px;
  font-weight: 400;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-period {
  font-size: 14px;
  font-weight: 400;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-price .sk-plans-info-content-message {
  min-height: 20px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 0px 10px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-btn {
  position: relative;
  bottom: -1.8rem;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info .sk-plans-info-content .sk-plans-info-content-btn .btn {
  letter-spacing: normal;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info.sk-plans-info-featured {
  background-color: #343549;
  color: #fff;
  border-bottom: solid 1px #343549;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info.sk-plans-info-featured .sk-plans-info-title {
  font-size: 1.6rem;
  letter-spacing: normal;
  text-transform: none;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-header .sk-plans-info.sk-plans-info-featured .sk-plans-info-content {
  border-left: 0;
  border-right: 0;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-title .sk-plans-list-title-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  height: 48px;
  background-color: #fff;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-title .sk-plans-list-title-name .sk-plans-list-title-name-text {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-left: 16px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-title .sk-plans-list-title-name:first-child {
  border-left: none;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-title .sk-plans-list-title-name:last-child {
  border-right: none;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-title .sk-plans-list-title-empty {
  width: 25%;
  background-color: #fff;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  min-height: 48px;
  position: relative;
  padding: 0 16px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: -8px 16px 0 0;
  padding: 10px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-info {
  cursor: pointer;
  position: relative;
  top: -0.4rem;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-info svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-info svg path {
  fill: #c4c4c4;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-info .sk-tooltip-container {
  position: relative;
  z-index: 999;
  display: none;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 12px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 300px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-info .sk-tooltip-container .sk-tooltip {
  position: relative;
  white-space: normal;
  text-align: center;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-name .sk-plans-list-feature-item-name-info:hover .sk-tooltip-container {
  opacity: 1;
  display: block;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-component .sk-plans-list-feature-item-component-name {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item .sk-plans-list-feature-item-component:last-child {
  border-right: none;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item:first-child .sk-plans-list-feature-item-name,
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item:first-child .sk-plans-list-feature-item-component {
  padding-top: 14px;
}
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item:last-child .sk-plans-list-feature-item-name,
section#section-pricing .sk-plans .sk-plans-inside .sk-plans-list .sk-plans-list-inside .sk-plans-list-block .sk-plans-list-features .sk-plans-list-feature-item:last-child .sk-plans-list-feature-item-component {
  padding-bottom: 8px;
}
section#section-pricing .row-sk-faq {
  margin-top: 5rem;
}
section#section-pricing .row-sk-faq a {
  font-weight: 600;
}
section#section-pricing .row-sk-faq .sk-faq-title {
  text-align: left;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem;
}
section#section-pricing .row-sk-faq .sk-faq-aside {
  margin-bottom: 3rem;
}
section#section-pricing .row-sk-faq .sk-faq-aside .sk-faq-title {
  letter-spacing: 0px;
  font-size: 1.25rem;
  margin-bottom: 1.6rem;
}
section#section-pricing .row-sk-faq .sk-faq-aside .sk-faq-text {
  padding-right: 3rem;
}
section#section-pricing .row-sk-faq .sk-faq-aside .sk-faq-text p {
  margin-bottom: 1.6rem;
}
section#section-pricing .row-sk-faq .sk-faq-aside .btn {
  text-transform: uppercase;
}
section#section-pricing .row-sk-faq .panel-default {
  background-color: transparent;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
}
section#section-pricing .row-sk-faq .panel-default .panel-heading {
  background-color: transparent;
}
section#section-pricing .row-sk-faq .panel-default .panel-body {
  border: none;
  padding: 36px 0;
}
section#section-pricing .row-sk-faq .panel-default .panel-body a {
  color: #1bc892;
}
section#section-pricing .sk-tooltip {
  font-size: 14px;
  z-index: 998;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  position: absolute;
  border-radius: 2px;
  padding: 14px;
  font-weight: 600;
}
section#section-pricing .sk-tooltip:before {
  content: "";
  position: absolute;
  left: 49%;
  width: 0px;
  height: 0px;
  bottom: -9px;
  border-style: solid;
  border-width: 9px 9px 0px 10px;
  border-color: rgba(0, 0, 0, 0.12) transparent transparent;
}
section#section-pricing .sk-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
  bottom: -7px;
  border-style: solid;
  border-width: 8px 8px 0px;
  border-color: transparent;
}
section#section-pricing .sk-tooltip.sk-tooltip-dark {
  background-color: #333333;
  color: white;
}
section#section-pricing .sk-tooltip.sk-tooltip-dark:after {
  border-top-color: #333333;
}

@media (max-width: 767.99px) {
  section#section-pricing .row-sk-plans-carousel {
    display: block;
  }
  section#section-pricing .row-sk-plans {
    display: none;
  }
}
@media (min-width: 768px) {
  section#section-pricing .row-sk-plans-carousel {
    display: none;
  }
  section#section-pricing .row-sk-plans {
    display: block;
  }
}
body[data-folder=help] section#section-top-help {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  color: #fff;
  position: relative;
  background-image: url(/assets/images/web/shapes-01.png);
}
body[data-folder=help] section#section-top-help .container {
  padding-top: 58px;
  padding-bottom: 5rem;
}
body[data-folder=help] section#section-top-help blockquote {
  margin: 6rem 0 3rem 0;
  position: relative;
  z-index: 2;
}
body[data-folder=help] section#section-top-help blockquote h1 {
  margin-bottom: 2rem;
  color: #25263b;
}
body[data-folder=help] section#section-top-help blockquote p {
  margin-bottom: 2rem;
  color: #25263b;
}
body[data-folder=help] section#section-top-help blockquote a.btn {
  text-transform: uppercase;
}
body[data-folder=help] section#section-top-help blockquote form {
  position: relative;
}
body[data-folder=help] section#section-top-help blockquote form input[type=search] {
  padding: 1rem 2.5rem;
  height: auto;
  text-align: left;
  border: none;
  border-bottom: solid 1px #eee;
  border-radius: 3rem;
}
body[data-folder=help] section#section-top-help blockquote form a.btn-submit-search {
  position: absolute;
  bottom: 19px;
  right: 20px;
}
body[data-folder=help] section#section-top-help blockquote form a.btn-submit-search svg {
  width: 20px;
  height: 20px;
}
body[data-folder=help] section#section-top-help blockquote form a.btn-submit-search svg path {
  fill: #bbb !important;
  transition: all 0.3s ease;
}
body[data-folder=help] section#section-top-help blockquote form a.btn-submit-search:hover svg path {
  fill: #666 !important;
}
body[data-folder=help] section#help-start {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body[data-folder=help] section#help-start .row-group-items h3 {
  margin-bottom: 2rem;
}
body[data-folder=help] section#help-start .row-group-items ul {
  margin-bottom: 3rem;
}
body[data-folder=help] section#help-start .row-group-items ul li {
  margin-bottom: 1rem;
}
body[data-folder=help] a#read {
  display: block;
  margin-bottom: 4rem;
}
body[data-folder=help] section#help-article {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
body[data-folder=help] section#help-article iframe {
  width: 100%;
}
body[data-folder=help] section#help-article .cont-go-back {
  margin-bottom: 1rem;
}
body[data-folder=help] section#help-article h2.help-article-title {
  margin-bottom: 2rem;
}
body[data-folder=help] section#help-article .col-article-text blockquote:before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/quotes.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 24px;
  height: 36px;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
body[data-folder=help] section#help-article .col-article-text h1, body[data-folder=help] section#help-article .col-article-text h2, body[data-folder=help] section#help-article .col-article-text h3, body[data-folder=help] section#help-article .col-article-text h4, body[data-folder=help] section#help-article .col-article-text h5, body[data-folder=help] section#help-article .col-article-text h6 {
  font-family: "TeXGyreAdventor", sans-serif !important;
}
body[data-folder=help] section#help-article .col-article-text p, body[data-folder=help] section#help-article .col-article-text p span, body[data-folder=help] section#help-article .col-article-text blockquote {
  font-family: "Source Sans Pro", sans-serif !important;
}
body[data-folder=help] section#help-article .col-article-text p, body[data-folder=help] section#help-article .col-article-text p span {
  font-weight: 100 !important;
}
body[data-folder=help] section#help-search-params {
  margin-top: 58px;
  padding-top: 3rem;
}
body[data-folder=help] section#help-search-results {
  margin-bottom: 3rem;
}
body[data-folder=help] section#help-search-results .cont-go-back {
  margin-bottom: 1rem;
}
body[data-folder=help] section#help-search-results .row-cont-articles-result .col-item-search-help-article {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
body[data-folder=help] section#help-search-results .row-cont-articles-result .col-item-search-help-article h3 {
  font-size: 1.4rem;
}
body[data-folder=help] section#help-search-results .row-cont-articles-result .col-item-search-help-article ul li:after {
  content: ">";
  margin-left: 0.6rem;
}
body[data-folder=help] section#help-search-results .row-cont-articles-result .col-item-search-help-article ul li:last-child:after {
  display: none;
}
body[data-folder=help] section#help-search-results .row-cont-articles-result .col-item-search-help-article:first-child {
  border-top: solid 1px #ddd;
}
body[data-folder=help] section#help-article-related .related-title {
  margin-bottom: 2rem;
}
body[data-folder=help] section#help-article-related .article-item {
  margin-bottom: 2rem;
}
body[data-folder=help] section#help-article-related .article-item .article-inside {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body[data-folder=help] section#help-article-related .article-item .article-inside .article-image {
  overflow: hidden;
}
body[data-folder=help] section#help-article-related .article-item .article-inside .article-image a figure {
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  transition: all 0.6s ease;
}
body[data-folder=help] section#help-article-related .article-item .article-inside .article-info {
  height: calc(100% - 250px);
  text-align: center;
  padding: 30px;
}
body[data-folder=help] section#help-article-related .article-item .article-inside .article-info .row {
  height: 100%;
}
body[data-folder=help] section#help-article-related .article-item .article-inside .article-info .row h2 {
  font-size: 1.6rem;
}
body[data-folder=help] section#help-article-related .article-item .article-inside .article-info .row .btn {
  text-transform: uppercase;
}
body[data-folder=help] section#help-article-related .article-item:hover .article-inside .article-image a figure {
  transform: scale(1.1);
}

body[data-folder=help][data-controller=Article] section#section-top-help,
body[data-folder=help][data-controller=Search] section#section-top-help {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
}

body[data-folder=help][data-controller=Article].help-search-open section#section-top-help,
body[data-folder=help][data-controller=Search].help-search-open section#section-top-help {
  opacity: 1;
  height: auto;
  visibility: visible;
}

@media (max-width: 991.98px) {
  body[data-folder=help][data-controller=Article].help-search-open section#help-search-params,
body[data-folder=help][data-controller=Article].help-search-open section#help-article,
body[data-folder=help][data-controller=Search].help-search-open section#help-search-params,
body[data-folder=help][data-controller=Search].help-search-open section#help-article {
    padding-top: 0;
  }
}
section#section-top-integrations {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-top: 58px;
  color: #fff;
  position: relative;
  padding-bottom: 6rem;
  background-image: url(/assets/images/web/shapes-01.png);
}
section#section-top-integrations blockquote {
  margin: 6rem 0 3rem 0;
  position: relative;
  z-index: 2;
}
section#section-top-integrations blockquote h1 {
  margin-bottom: 2rem;
  color: #25263b;
}
section#section-top-integrations blockquote h1 figure img {
  width: 16rem;
}
section#section-top-integrations blockquote p {
  margin-bottom: 2rem;
  color: #25263b;
}
section#section-top-integrations blockquote a.btn {
  text-transform: uppercase;
}

section#section-integrations-info {
  padding: 5rem 0 0 0;
}
section#section-integrations-info .row {
  margin-bottom: 5rem;
}
section#section-integrations-info .row .col-info {
  padding: 2rem;
}
section#section-integrations-info .row .col-info h3 {
  margin-bottom: 1rem;
}
section#section-integrations-info .row .col-info p {
  margin-bottom: 2rem;
}
section#section-integrations-info .row .col-info a.btn {
  text-transform: uppercase;
}

section#section-top-examples {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-top: 58px;
  color: #fff;
  position: relative;
  padding-bottom: 0rem;
  background: #1add79;
  background: linear-gradient(90deg, #1add79 0%, #1d8cda 100%);
}
section#section-top-examples blockquote {
  margin: 6rem 0 6rem 0;
  position: relative;
  z-index: 2;
}
section#section-top-examples blockquote h1 {
  margin-bottom: 2rem;
}
section#section-top-examples blockquote p {
  margin-bottom: 2rem;
}
section#section-top-examples blockquote a.btn {
  text-transform: uppercase;
}
section#section-top-examples .cont-switch-btn-offset {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
section#section-top-examples .cont-switch-btn-offset .btn-switch-multiple {
  overflow: hidden;
  width: 100%;
  height: 3rem;
}
section#section-top-examples .cont-switch-btn-offset .btn-switch-multiple .switch-multiple-wrap {
  position: relative;
  left: 0;
  width: max-content;
  height: calc(3rem - .5rem);
  transition: left 0.3s ease;
}
section#section-top-examples .cont-switch-btn-offset .btn-switch-multiple .switch-multiple-wrap .switch-selected-element {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(3rem - .5rem);
  background-color: #1bc892;
  width: 0;
  border-radius: 2rem;
  z-index: 0;
  padding: 0;
  transition: all 0.3s ease;
}
section#section-top-examples .cont-switch-btn-offset .btn-switch-multiple:after {
  display: none;
}
section#section-top-examples .cont-switch-btn-offset.follow-me {
  position: fixed;
  top: 58px;
  bottom: auto;
  z-index: 9999;
}

section#section-top-examples:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

section#section-examples-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(/assets/images/web/shapes-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
section#section-examples-page h2 {
  margin-bottom: 2rem;
}
section#section-examples-page .row-examples-page {
  margin-bottom: 8rem;
}
section#section-examples-page .owl-carousel-examples-page .item .item-example {
  border-radius: 1rem;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#section-examples-page .owl-carousel-examples-page .item .item-example h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 1rem;
  text-transform: uppercase;
}
section#section-examples-page .owl-carousel-examples-page .item .item-example::after {
  border-radius: 1rem;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
section#section-examples-page .owl-dots {
  position: absolute;
  height: 30px;
  z-index: 99;
  bottom: -50px;
  left: 0px;
  right: 0px;
}
section#section-examples-page .owl-dots .owl-dot {
  background-color: #343549;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0.2rem 0.75rem;
}
section#section-examples-page .owl-dots .owl-dot.active {
  background-color: #1adc79;
}

section#section-top-docs {
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 58px;
  color: #25263b;
  position: relative;
  padding-bottom: 14rem;
  background-color: #9dddef;
  background-image: url("/assets/images/web/docs/ultimate_guide/top.jpg");
}
section#section-top-docs blockquote {
  margin: 6rem 0 3rem 0;
  position: relative;
  z-index: 2;
}
section#section-top-docs blockquote h1 {
  margin-bottom: 2rem;
}
section#section-top-docs blockquote p {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
section#section-top-docs blockquote a.btn {
  text-transform: uppercase;
}

.icon-scroll {
  position: relative;
  width: 18px;
  height: 30px;
  box-shadow: inset 0 0 0 2.5px #25263b;
  border-radius: 25px;
}

.icon-scroll:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  background: #25263b;
  margin-left: -3px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
section#section-download {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(/assets/images/web/shapes-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
section#section-download h2 {
  font-size: 1.6rem;
}
section#section-download p {
  margin-bottom: 3rem;
}
section#section-download form input {
  border-radius: 4rem 0 0 4rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 2rem;
  height: 3.5rem;
  border: none;
}
section#section-download form .btn {
  text-transform: uppercase;
}
section#section-download form .response-form {
  color: #ff6868;
  font-weight: 400;
  margin-bottom: 1rem;
  display: block;
}
section#section-download p a {
  color: #1adc79;
}

section.section-note.section-note-first {
  padding-top: 5rem;
}

section.section-note .block-note {
  margin-bottom: 3rem;
}
section.section-note figure img {
  width: 100%;
}
section.section-note h2 {
  margin-bottom: 2rem;
}
section.section-note h3 {
  font-size: 1rem;
  margin-bottom: 2rem;
}
section.section-note p a {
  color: #1adc79;
}
section.section-note ol li::marker, section.section-note ul li::marker {
  color: #1adc79;
  font-weight: 400;
}

section.section-note.section-note-last {
  padding-bottom: 5rem;
}

section.section-phrase {
  background-color: #f9f8f3;
  padding: 4rem 0;
}
section.section-phrase blockquote {
  margin: 0;
}
section.section-phrase blockquote p {
  font-size: 2rem;
  font-weight: 600;
}
section.section-phrase blockquote small {
  display: block;
  text-align: right;
}
section.section-phrase blockquote small a {
  color: #1adc79;
}

.scroll-progress-container {
  width: 100%;
  height: 5px;
  background-color: transparent;
  top: 72px;
  position: fixed;
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.scroll-progress {
  width: 0px;
  height: 5px;
  background-color: #1adc79;
}

.scroll-progress-container.scrolled {
  opacity: 1;
}

section#section-switch-nav {
  height: 72px;
}

.cont-scroll-btn-offset {
  height: 72px;
  background-color: #25263b;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 99999;
}
.cont-scroll-btn-offset .scroll-offset-wrap {
  width: max-content;
  padding: 1rem 1rem 0;
}
.cont-scroll-btn-offset .scroll-offset-wrap a {
  color: #bbb;
}
.cont-scroll-btn-offset .scroll-offset-wrap a.active {
  color: #fff;
  border-color: #1adc79;
}

.cont-scroll-btn-offset.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

section#section-top-features.section-top-tools {
  padding-bottom: 1rem;
}

section#section-tool-action,
section#section-tool-cards {
  padding: 5rem 0;
}

section#section-tool-cards {
  background-color: #f9f8f2;
}
section#section-tool-cards .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 10px 10px 20px -15px rgba(0, 0, 0, 0.4);
  height: 100%;
}
section#section-tool-cards .card .card-footer {
  border-radius: 0 0 1rem 1rem;
}

section#section-tool-info {
  padding: 5rem 0 0 0;
}
section#section-tool-info .row {
  margin-bottom: 5rem;
}
section#section-tool-info .row .col-info {
  padding: 2rem;
}
section#section-tool-info .row .col-info h3 {
  margin-bottom: 1rem;
}
section#section-tool-info .row .col-info p {
  margin-bottom: 0;
}
section#section-tool-info .row .col-info a.btn {
  text-transform: uppercase;
}
section#section-tool-info .row-dpp {
  margin-bottom: 3rem;
}
section#section-tool-info .row-dpp .row-dpp-title {
  font-weight: 400;
  position: absolute;
  top: 3px;
  width: calc(100% - 2rem);
}
section#section-tool-info .row-dpp .row-dpp-title span {
  background-color: #fff;
}
section#section-tool-info .row-dpp button.btn {
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: auto;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0.6rem 0;
}
section#section-tool-info .row-dpp .col-detractors .row-dpp-title {
  color: #dc3545;
}
section#section-tool-info .row-dpp .col-detractors button.btn {
  width: calc(100% / 7);
}
section#section-tool-info .row-dpp .col-passives .row-dpp-title {
  color: #ffc106;
}
section#section-tool-info .row-dpp .col-passives button.btn {
  width: 50%;
}
section#section-tool-info .row-dpp .col-promoters .row-dpp-title {
  color: #28a745;
}
section#section-tool-info .row-dpp .col-promoters button.btn {
  width: 50%;
}
section#section-tool-info .row-dpp-formula code {
  color: #222;
  font-size: 1.4rem;
}
section#section-tool-info .row-dpp-formula code var {
  padding: 0 1rem;
}
section#section-tool-info .row-dpp-formula code .dpp-formula-promoters {
  color: #28a745;
}
section#section-tool-info .row-dpp-formula code .dpp-formula-detractors {
  color: #dc3545;
}
section#section-tool-info .nps-formula {
  background-color: #f9f8f2;
  border: solid 1px #eee;
  border-radius: 1rem;
  font-weight: 400;
  padding: 1rem;
}

#nps-dummy-graphic [data-action=fullscreen-element] {
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#nps-dummy-graphic:hover [data-action=fullscreen-element] {
  opacity: 1;
}

#nps-dummy-graphic:-moz-full-screen [data-action=fullscreen-element] {
  opacity: 0;
}

#nps-dummy-graphic:-webkit-full-screen [data-action=fullscreen-element] {
  opacity: 0;
}

#nps-dummy-graphic:fullscreen [data-action=fullscreen-element] {
  opacity: 0;
}

.cont-question-nps {
  font-weight: 200;
  padding-top: 35px;
}
.cont-question-nps small {
  font-weight: 200;
}
.cont-question-nps b {
  font-weight: 300 !important;
}
.cont-question-nps i {
  font-style: normal;
}
.cont-question-nps .margin-bottom-15 {
  margin-bottom: 15px;
}
.cont-question-nps .nps-speedometer {
  height: 230px;
  margin: 0 auto;
  max-width: 100%;
  width: 330px;
  transform: scale(0.8);
}
.cont-question-nps .nps-speedometer svg.nps-meter {
  width: 100%;
  height: 100%;
  overflow: initial;
  position: relative;
  transform: rotateX(180deg);
}
.cont-question-nps .nps-speedometer svg.nps-meter circle {
  transform-origin: 50% 50%;
}
.cont-question-nps .nps-speedometer svg.nps-meter .nps-meter-danger {
  transform: translateY(-50px) rotate(90deg);
}
.cont-question-nps .nps-speedometer svg.nps-meter .nps-meter-warning {
  transform: translateY(-50px) rotate(56deg);
}
.cont-question-nps .nps-speedometer svg.nps-meter .nps-meter-presuccess {
  transform: translateY(-50px) rotate(16deg);
}
.cont-question-nps .nps-speedometer svg.nps-meter .nps-meter-success {
  transform: translateY(-50px) rotate(-21deg);
}
.cont-question-nps .nps-speedometer img {
  left: calc(50% - 10px);
  position: absolute;
  top: calc(70% - 5px);
  transform: rotate(-90deg);
  transform-origin: 10px;
  transition: transform 1s ease;
}
.cont-question-nps .nps-speedometer strong {
  display: block;
  font-size: 46px;
  font-weight: 600;
  left: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 10px #fff;
  top: 40%;
  width: 100%;
}
.cont-question-nps .nps-speedometer span {
  font-size: 32px;
  font-weight: 600;
  left: calc(50% - 28px);
  line-height: 36px;
  position: absolute;
  top: 78%;
  color: #bbb;
}
.cont-question-nps .nps-speedometer .nps-speedometer-number {
  font-weight: 400;
  position: absolute;
}
.cont-question-nps .nps-speedometer .nps-speedometer-number.npssn-negative {
  color: #F58080;
}
.cont-question-nps .nps-speedometer .nps-speedometer-number.npssn-passive {
  color: #F2E5A1;
}
.cont-question-nps .nps-speedometer .nps-speedometer-number.npssn-positive {
  color: #1adc79;
}
.cont-question-nps .nps-speedometer .nps-speedometer-number.npssn--100 {
  bottom: 10px;
  left: 40px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-number.npssn-0 {
  top: 25px;
  left: calc(50% - 5px);
}
.cont-question-nps .nps-speedometer .nps-speedometer-number.npssn-100 {
  bottom: 10px;
  right: 40px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text {
  position: absolute;
  text-align: center;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text:after {
  border-bottom: solid 1px #ddd;
  content: "";
  display: block;
  position: absolute;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-bad {
  left: -75px;
  top: 30px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-bad:after {
  bottom: -12px;
  left: 70px;
  transform: rotate(29deg);
  width: 30px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-good {
  right: 62px;
  top: -20px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-good:after {
  bottom: -5px;
  left: -10px;
  transform: rotate(-30deg);
  width: 20px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-great {
  left: 325px;
  top: 50px;
  width: fit-content;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-great:after {
  bottom: -3px;
  left: -15px;
  transform: rotate(-30deg);
  width: 20px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-excellent {
  bottom: 20px;
  right: -67px;
}
.cont-question-nps .nps-speedometer .nps-speedometer-text.npsst-excellent:after {
  left: -10px;
  top: -5px;
  transform: rotate(25deg);
  width: 20px;
}
.cont-question-nps .nps-speedometer.nps-negative strong {
  color: #F58080;
}
.cont-question-nps .nps-speedometer.nps-neutro strong {
  color: #f7b748;
}
.cont-question-nps .nps-speedometer.nps-positive strong {
  color: #1adc79;
}
.cont-question-nps .nps-speedometer.nps-positive-plus strong {
  color: #16b463;
}
.cont-question-nps .nps-resume {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 20px;
}
.cont-question-nps .nps-resume > .row {
  border-bottom: solid 1px #ddd;
  margin: 0;
  padding: 10px 0;
}
.cont-question-nps .nps-resume > .row strong {
  font-weight: 400;
}
.cont-question-nps .nps-resume > .row .progress {
  border-radius: 10px;
  height: 10px;
  margin-top: 5px;
}
.cont-question-nps .nps-resume > .row .nps-progressbar-resume {
  margin-bottom: 15px;
}
.cont-question-nps .nps-resume > .row:last-child {
  border: none;
}
.cont-question-nps .nps-success {
  background-color: #1adc79;
  color: white;
  font-weight: bold;
}
.cont-question-nps .nps-warning {
  background-color: #F2E5A1;
  color: white;
  font-weight: bold;
}
.cont-question-nps .nps-danger {
  background-color: #F58080;
  color: white;
  font-weight: bold;
}
.cont-question-nps .nps-progressbar .nps-group {
  height: 150px;
}
.cont-question-nps .nps-progressbar .nps-group .nps-progressbar-default {
  height: 100%;
}
.cont-question-nps .nps-progressbar .nps-group .nps-progressbar-default .nps-progressbar-info {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  transition: bottom 0.6s ease;
}
.cont-question-nps .nps-progressbar .nps-group .nps-progressbar-default .nps-progressbar-in {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: height 0.6s ease;
}
.cont-question-nps .nps-btn-default {
  height: 45px;
}
.cont-question-nps .nps-group .nps-btn-default,
.cont-question-nps .nps-group .nps-progressbar-default {
  float: left;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 9.09%;
}
.cont-question-nps .nps-group:after {
  clear: both;
  content: "";
  display: block;
}
.cont-question-nps .nps-btn-default .nps-btn-in {
  color: #4d4d4d !important;
  border: solid 1px #ebebeb;
  border-color: #999999;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 100;
  box-shadow: inherit;
  margin-left: -1px;
  height: 100%;
}
.cont-question-nps .nps-group > .nps-btn-default:first-child .nps-btn-in {
  margin-left: 0;
}
.cont-question-nps .row-nps-resume .nps-success,
.cont-question-nps .row-nps-resume .nps-danger {
  color: white;
}
.cont-question-nps .row-nps-resume .nps-success,
.cont-question-nps .row-nps-resume .nps-danger {
  border-radius: 4px;
}
.cont-question-nps .cont-promoters div,
.cont-question-nps .cont-detractors div {
  float: right;
  padding: 5px 20px;
}
.cont-question-nps .cont-promoters,
.cont-question-nps .cont-detractors {
  float: right;
}
.cont-question-nps .cont-promoters span,
.cont-question-nps .cont-detractors span {
  float: right;
  padding: 5px;
}
.cont-question-nps .cont-detractors {
  margin-left: 15px;
}
.cont-question-nps .row-nps-NPS h1 {
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 780px) {
  input[data-action=update-nps].form-control {
    padding: 0px !important;
  }

  section#section-tool-info .row-dpp-formula code {
    font-size: 1rem;
  }
  section#section-tool-info .nps-formula code {
    font-size: 0.7rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/*super cover*/
.super-cover-waiting {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 9999999999;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease;
}

body.loaded .super-cover-waiting {
  visibility: hidden;
  opacity: 0;
}

body[data-folder=Web][data-controller=Welcome] main#main-content {
  overflow: hidden;
}

i.icon-palette {
  background-image: url("/assets/icons/palette.png");
}

i.icon-share {
  background-image: url("/assets/icons/share.png");
}

i.icon-cube {
  background-image: url("/assets/icons/cube.png");
}

i.icon-chart {
  background-image: url("/assets/icons/chart.png");
}

i.icon-mcommerce {
  background-image: url("/assets/icons/mcommerce.png");
}

i.icon-directions {
  background-image: url("/assets/icons/directions.png");
}

i.icon-speedometer {
  background-image: url("/assets/icons/speedometer.png");
}

i.icon-sheets {
  background-image: url("/assets/icons/sheets.png");
}

i.icon-customer {
  background-image: url("/assets/icons/customer.png");
}

i.icon-ecommerce {
  background-image: url("/assets/icons/ecommerce.png");
}

i.icon-education {
  background-image: url("/assets/icons/education.png");
}

i.icon-event {
  background-image: url("/assets/icons/event.png");
}

i.icon-hr {
  background-image: url("/assets/icons/hr.png");
}

i.icon-retail {
  background-image: url("/assets/icons/retail.png");
}

i.icon-travel {
  background-image: url("/assets/icons/travel.png");
}

.icon-svg svg {
  width: 1.5rem;
}

.icon-svg.x2 svg {
  width: 3rem;
}

.btn-simple-icon {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.btn-simple-icon .icon-svg {
  margin-right: 5px;
}

.badge-new {
  background-color: #1adc79;
  border: solid 1px #1adc79;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: initial;
  padding: 2px 5px;
  text-transform: uppercase;
}

.cky-consent-container {
  z-index: 9999999999 !important;
}

/*FLOATING*/
.alert-floating {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 15px;
  width: 300px;
  max-width: 100%;
  border: solid 1px #eee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 10px -15px rgba(0, 0, 0, 0.4);
  z-index: 99999999999;
  transition: all 0.3s ease;
  overflow: hidden;
}
.alert-floating .af-title {
  padding: 7px 20px 7px 15px;
  border-bottom: solid 1px #eee;
  font-weight: 400;
  background-color: #eee;
}
.alert-floating .af-body {
  padding: 15px;
}
.alert-floating:after {
  display: none;
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  opacity: 0.7;
}

.alert-floating.af-danger:after {
  display: block;
  background-color: #e23333;
}

.alert-floating.af-success:after {
  display: block;
  background-color: #1adc79;
}

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