 .valid {
            color: #28a745; /* Green */
        }
 .invalid {
            color: #dc3545; /* Red */
        }
#username-status {
            margin-top: 0.7rem;
           /* font-size: 0.9rem;
            height: 1.6em; /* Reserve space to prevent layout shift */
        }
#email-status {
            margin-top: 0.7rem;
			margin-left: 0.7rem;
            font-size: 14px;
           /* height: 1.6em; /* Reserve space to prevent layout shift */
        }	
		
 img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
        /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
		
 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
        				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
        					background-image: none !important;
        				}
        				@media screen and (max-height: 1024px) {
        					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
        					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        						background-image: none !important;
        					}
        				}
        				@media screen and (max-height: 640px) {
        					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
        					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        						background-image: none !important;
        					}
        				}		

#comments .submit,
.search .search-submit {
  padding: 10px 15px;
  border-radius: 2px;
  line-height: 1.85714285714286;
  border: 0;
}

.archive .no-results .ast-search-submit,
.search .site-main .ast-search-submit {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid var(--ast-border-color);
  margin: 0 0;
  padding: 30px;
  border-radius: 4px;
}

legend {
  border: 0;
  padding: 0;
}

fieldset legend {
  margin-bottom: 1.5em;
  padding: 0 .5em;
}

textarea {
  overflow: auto;
  padding-left: 3px;
  width: 100%;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: .7em 1em;
  border-width: 0 1px 1px 0;
}

.ast-container {
  max-width: 100%;
}

.ast-container,
.ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-row {
  margin-left: -20px;
  margin-right: -20px;
}

.ast-grid-common-col {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-float {
  float: left;
}

.ast-full-width {
  width: 100%;
}

.ast-width-50 {
  width: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.entry-content :where(h1),
h1 {
  color: #808285;
  font-size: 2em;
  line-height: 1.2;
}

.entry-content :where(h2),
h2 {
  color: #808285;
  font-size: 1.7em;
  line-height: 1.3;
}

.entry-content :where(h3),
h3 {
  color: #808285;
  font-size: 1.5em;
  line-height: 1.4;
}

.entry-content :where(h4),
h4 {
  color: #808285;
  line-height: 1.5;
  font-size: 1.3em;
}

.entry-content :where(h5),
h5 {
  color: #808285;
  line-height: 1.6;
  font-size: 1.2em;
}

.entry-content :where(h6),
h6 {
  color: #808285;
  line-height: 1.7;
  font-size: 1.1em;
}

blockquote {
  border-left: 5px solid var(--ast-border-color);
  padding: 20px;
  font-size: 1.1em;
  font-style: italic;
  margin: 1.5em;
  position: relative;
  line-height: inherit;
  color: var(--ast-global-color-3);
  border-color: rgba(0, 0, 0, 0.05);
}

address {
  margin: 0 0 1.5em;
}

address,
cite {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

pre {
  background: var(--ast-code-block-background);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.6em;
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.ast-button,
.button,
button,
input,
select,
textarea {
  color: #808285;
  font-weight: 400;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

.normal-search {
  margin-right: -5px;
}

big {
  font-size: 125%;
}

ins,
mark {
  background: 0 0;
  text-decoration: none;
}

table,
td,
th {
  border: 1px solid var(--ast-border-color);
}

th {
  font-weight: 600;
}

.ast-button,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: var(--ast-border-color);
  border-radius: 2px;
  background: #e6e6e6;
  padding: .6em 1em .4em;
  color: #fff;
}

.ast-button:focus,
.ast-button:hover,
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  border-color: var(--ast-border-color);
}

.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--ast-border-color);
  outline: 0;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  color: #666;
  border: 1px solid var(--ast-border-color);
  border-radius: 2px;
  -webkit-appearance: none;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  color: #111;
}

a:hover {
  outline: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: .875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content[data-ast-blocks-layout]>embed,
.entry-content[data-ast-blocks-layout]>iframe,
.entry-content[data-ast-blocks-layout]>object,
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.wp-caption-text {
  text-align: center;
}

::selection {
  color: #ffffff;
  background: #0274be;
  background-color: var(--ast-global-color-0);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

body:not(.logged-in) {
  position: relative;
}

#page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a,
a:focus {
  text-decoration: none;
}

.secondary a *,
.site-footer a *,
.site-header a *,
a {
  transition: all .2s linear;
}

.capitalize {
  text-transform: uppercase;
}

.entry-content :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
  clear: none;
}

.ast-button,
.button,
input[type=button],
input[type=submit] {
  border-radius: 0;
  padding: 18px 30px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

.ast-button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  box-shadow: none;
}

.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  box-shadow: none;
}

.site-title {
  font-weight: 400;
  font-size: 1.9444444444444rem;
  display: none;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.site-description a,
.site-description:focus a,
.site-description:hover a,
.site-title a,
.site-title:focus a,
.site-title:hover a {
  transition: all .2s linear;
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
.site-title a:visited {
  color: #222;
}

.site-description a,
.site-description a:focus,
.site-description a:hover,
.site-description a:visited {
  color: #999;
}

.search-form .search-field {
  outline: 0;
}

.ast-search-menu-icon {
  position: relative;
  z-index: 3;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: 0;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
  outline: thin dotted;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
  font-family: "Open Sans", sans-serif;
}

input,
select {
  line-height: 1;
}

.ast-button,
.ast-custom-button,
body,
button,
input[type=button],
input[type=submit],
textarea {
  line-height: 1.85714285714286;
}

.site-title a {
  line-height: 1.2;
}

.site-header .site-description {
  line-height: 1.5;
  font-size: 0.83333333333333rem;
  display: none;
}

.ast-single-post .entry-title,
.ast-single-post .entry-title a {
  line-height: 1.2;
}

.entry-title,
.entry-title a {
  font-weight: var(--ast-blog-title-font-weight, normal);
}

.ast-oembed-container {
  position: relative;
  padding-top: 56.25%;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}

.ast-oembed-container embed,
.ast-oembed-container iframe,
.ast-oembed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ast-hidden {
  display: none !important;
}

#primary,
#secondary {
  width: 100%;
}

#primary {
  margin: 4em 0;
}

.ast-separate-container {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

.ast-separate-container #primary {
  padding: 4em 0;
  margin: 0;
  border: 0;
}

.ast-separate-container .site-main>.ast-row {
  margin-left: 0;
  margin-right: 0;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single:not(.ast-related-post) {
  background-color: #fff;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
  border-bottom: 1px solid var(--ast-border-color);
  margin: 0;
  padding: 5.34em 6.67em;
}

.ast-separate-container .blog-layout-1 {
  padding: 0;
  border-bottom: 0;
}

.ast-separate-container .ast-article-single {
  border-bottom: 0;
}

.ast-search-icon .astra-search-icon {
  font-size: 1.3em;
}

.main-navigation {
  height: 100%;
  -js-display: inline-flex;
  display: inline-flex;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.main-header-menu .menu-link,
.main-header-menu>a {
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all .2s linear;
}

.main-header-menu .menu-item {
  position: relative;
}

.main-header-menu .menu-item.focus>.sub-menu,
.main-header-menu .menu-item:hover>.sub-menu,
.main-header-menu .menu-item>.sub-menu.toggled-on {
  right: auto;
  left: 0;
  visibility: visible;
}

.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,
.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,
.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on {
  left: 100%;
  right: auto;
  visibility: visible;
}

.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,
.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu {
  right: 0;
  left: auto;
}

.main-header-menu .sub-menu {
  width: 240px;
  background: #fff;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
  visibility: hidden;
}

.main-header-menu .sub-menu .menu-link {
  padding: .9em 1em;
  display: block;
  word-wrap: break-word;
}

.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
  display: none;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow {
  display: none;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
  position: absolute;
  right: .6em;
  top: 50%;
  transform: translate(0, -50%) rotate(270deg);
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow {
  display: block;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg {
  margin: 0;
}

#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
  transform: translate(0, -50%) rotate(360deg);
}

.main-header-menu .sub-menu .sub-menu {
  top: 0;
}

.submenu-with-border .sub-menu {
  border-width: 1px;
  border-style: solid;
}

.submenu-with-border .sub-menu .menu-link {
  border-width: 0 0 1px;
  border-style: solid;
}

.submenu-with-border .sub-menu .sub-menu {
  top: -2px;
}

.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link {
  border-bottom-style: none;
}

.ast-header-break-point .main-navigation {
  padding-left: 0;
  display: block;
  width: 100%;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type {
  margin-right: 5px;
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
  display: inline;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
  padding-left: 30px;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
  padding-left: 40px;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link {
  padding-left: 50px;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
  padding-left: 60px;
}

.ast-header-break-point .main-header-menu {
  background-color: #f9f9f9;
  border-top-width: 0;
}

.ast-header-break-point .main-header-menu .sub-menu {
  background-color: #f9f9f9;
  position: static;
  opacity: 1;
  visibility: visible;
  border: 0;
  width: auto;
}

.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,
.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
  left: 0;
}

.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,
.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
  left: 0;
}

.ast-header-break-point .submenu-with-border .sub-menu {
  border: 0;
}

.ast-header-break-point .dropdown-menu-toggle {
  display: none;
}

.ast-mobile-menu-buttons {
  display: none;
}

.ast-button-wrap {
  display: inline-block;
}

.ast-button-wrap button {
  box-shadow: none;
  border: none;
}

.ast-button-wrap .menu-toggle {
  padding: 0;
  width: 2.2em;
  height: 2.1em;
  font-size: 1.5em;
  font-weight: 400;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1.85714285714286;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  padding: .5em;
  width: auto;
  text-align: center;
  align-items: center;
  -js-display: flex;
  display: flex;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
  font-size: 1rem;
  font-weight: 600;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.05;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
  content: "\e5d2";
  font-family: Astra;
  text-decoration: inherit;
}

.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2) {
  display: none;
}

.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before {
  content: "\e5cd";
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child {
  display: none;
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2) {
  display: block;
}

.ast-button-wrap .menu-toggle .mobile-menu-wrap {
  display: inline-block;
}

.ast-button-wrap .menu-toggle:focus {
  outline: thin dotted;
}

.header-main-layout-1 .ast-main-header-bar-alignment {
  margin-left: auto;
}

.site-navigation {
  height: 100%;
}

.site-header .menu-link * {
  transition: none;
}

.ast-icon.icon-arrow svg {
  height: .6em;
  width: .6em;
  position: relative;
  margin-left: 10px;
}

.ast-icon.icon-search svg {
  height: 1em;
  width: .9em;
  margin-top: 3px;
  margin-right: 2px;
}

.ast-header-break-point .user-select {
  clear: both;
}

.ast-header-break-point .ast-mobile-menu-buttons {
  display: block;
  align-self: center;
}

.ast-header-break-point .main-header-bar-navigation {
  flex: auto;
  line-height: 3;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.ast-header-break-point .ast-main-header-bar-alignment {
  display: block;
  width: 100%;
  flex: auto;
  order: 4;
}

.ast-header-break-point .ast-icon.icon-arrow svg {
  height: .85em;
  width: .95em;
  position: relative;
  margin-left: 10px;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  position: relative;
  text-align: left;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  grid-column-start: 2;
  text-align: right;
}

.ast-icon svg:not([fill]) {
  fill: currentColor;
}

.post-navigation a {
  background: 0 0;
  font-size: 1rem;
  padding: 0 var(--ast-post-nav-space, 1.5em);
  height: 2.33333em;
  line-height: calc(2.33333em - 3px);
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin-top: 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-link {
  border-color: var(--ast-border-color);
  background: 0 0;
}

.page-links .page-link {
  padding: 0;
  margin: 0 0 .3em .3em;
  border: 2px solid var(--ast-border-color);
  color: #000;
  background: 0 0;
  font-size: .8em;
  width: 2.5em;
  height: 2.5em;
  line-height: calc( 2.5em - 4px);
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
}

.page-links .page-link:focus,
.page-links .page-link:hover {
  color: #000;
}

.entry-content>:last-child,
.entry-summary>:last-child,
.page-content>:last-child {
  margin-bottom: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin: 20px auto;
}

.bypostauthor {
  display: block;
}

.widget-title {
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.3888888888889rem;
  color: var(--ast-global-color-2);
}

.widget {
  margin: 0 0 2.8em 0;
  margin-bottom: 1.25em;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  margin: 0;
  list-style-type: none;
}

.no-widget-text {
  margin-bottom: 0;
}

.widget_nav_menu ul ul.sub-menu {
  margin-top: .25em;
}

.widget_nav_menu ul ul.sub-menu li {
  padding-left: 20px;
}

.widget_nav_menu ul ul.sub-menu a:after {
  left: -20px;
}

.widget_nav_menu ul ul.sub-menu ul a:after {
  left: -40px;
}

.widget_nav_menu ul ul.sub-menu ul ul a:after {
  left: -60px;
}

.widget_nav_menu li {
  transition: all .2s linear;
}

#secondary .wp-block-search__input {
  line-height: 1;
}

#secondary .wp-block-search__button {
  padding: .7em 1em;
}

.widget_search .search-form {
  position: relative;
  padding: 0;
  background: initial;
  color: inherit;
}

.widget_search .search-form>label {
  position: relative;
}

.widget_search .search-form i {
  color: #3a3a3a;
}

.widget_search .search-form button {
  position: absolute;
  top: 0;
  right: 15px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
}

.widget_search .search-form input[type=submit],
.widget_search .search-form input[type=submit]:focus,
.widget_search .search-form input[type=submit]:hover {
  padding: 13px 20px;
  border-radius: 2px;
  border: none;
  top: 0;
  right: 0;
  position: absolute;
  color: transparent;
  background: 0 0;
  max-width: 45px;
  z-index: 2;
}

.widget_search .search-form .search-field {
  background: var(--ast-widget-bg-color);
  border-width: 1px;
  border-color: var(--ast-border-color);
  border-radius: 2px;
}

.widget_search .search-field,
.widget_search .search-field:focus {
  width: 100%;
  padding: 12px 45px 12px 15px;
}

.widget_archive ul.children,
.widget_categories ul.children,
.widget_pages ul.children {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.widget_archive ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li {
  padding-left: 20px;
}

.widget_archive li ul.children a:after,
.widget_categories li ul.children a:after,
.widget_pages li ul.children a:after {
  left: -20px;
}

.widget_archive li ul.children ul a:after,
.widget_categories li ul.children ul a:after,
.widget_pages li ul.children ul a:after {
  left: -40px;
}

.widget_tag_cloud .tagcloud {
  margin-top: 10px;
  display: inline-block;
}

.widget_tag_cloud .tagcloud a {
  border: 1px solid var(--ast-border-color);
  padding: .5em .9em;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
  margin-right: 4px;
  line-height: 1.5;
  transition: all .2s linear;
}

.widget_calendar table,
.widget_calendar td,
.widget_calendar th {
  padding: 0;
  text-align: center;
}

.widget_calendar table,
.widget_calendar th {
  border: none;
}

.widget_calendar td {
  border-right: none;
  border-left: none;
}

.widget_calendar caption {
  line-height: 2.7em;
}

.widget_calendar thead {
  line-height: 2.5em;
}

.widget_calendar thead a {
  color: #0274be;
  font-size: 1rem;
  vertical-align: middle;
}

.widget_calendar thead td {
  vertical-align: middle;
  font-weight: 700;
}

.widget_calendar thead>tr>th {
  line-height: 2.5em;
  border-bottom: 2px solid var(--ast-border-color);
  border-top: 2px solid var(--ast-border-color);
}

.widget_calendar tbody {
  line-height: 2.1em;
  text-align: center;
}

.widget_calendar tbody>tr>td {
  width: 14.2857%;
}

.widget_calendar tbody>tr:first-child>td {
  padding-top: 3px;
}

.widget_calendar #today {
  color: #0274be;
  font-weight: 700;
  border-bottom: 2px solid #0274be;
}

.ast-builder-grid-row {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 20px;
  overflow-wrap: anywhere;
}

.ast-builder-grid-row>.site-header-section {
  flex-wrap: nowrap;
}

.ast-builder-footer-grid-columns {
  grid-column-gap: 50px;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: 1fr auto 1fr;
}

.ast-builder-layout-element {
  align-items: center;
}

.ast-builder-grid-row.ast-grid-center-col-layout-only {
  -js-display: flex;
  display: flex;
  height: 100%;
  justify-content: center;
}

.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center {
  flex-grow: 1;
}

.site-header-section {
  height: 100%;
  min-height: 0;
  align-items: center;
}

.site-header-section>* {
  padding: 0 10px;
}

.site-header-section>div:first-child {
  padding-left: 0;
}

.site-header-section>div:last-child {
  padding-right: 0;
}

.site-header-section .ast-builder-menu {
  align-items: center;
}

.ast-builder-layout-element.ast-header-search {
  height: auto;
}

.ast-grid-right-center-section {
  justify-content: flex-start;
  flex-grow: 1;
}

.ast-grid-right-section {
  justify-content: flex-end;
}

.ast-grid-right-section .ast-site-identity>:first-child {
  text-align: right;
}

.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child {
  text-align: left;
}

.ast-grid-left-center-section {
  justify-content: flex-end;
  flex-grow: 1;
}

.elementor-nav-menu .ast-icon,
.et_pb_menu__wrap .ast-icon,
.fl-widget .menu-item .ast-icon {
  display: none;
}

.ast-logo-title-inline .ast-site-identity {
  padding: 1em 0;
  -js-display: inline-flex;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  transition: all .2s linear;
}

.ast-grid-section-center {
  justify-content: center;
}

.ast-grid-section-center .ast-site-identity>:first-child {
  text-align: center;
}

.ast-builder-social-element {
  line-height: 1;
  color: var(--ast-global-color-2);
  background: transparent;
  vertical-align: middle;
  transition: all 0.01s;
  margin-left: 6px;
  margin-right: 6px;
  justify-content: center;
  align-items: center;
}

.ast-builder-social-element:hover {
  color: #0274be;
}

.ast-builder-social-element .social-item-label {
  padding-left: 6px;
}

.ast-social-stack-desktop .ast-builder-social-element,
.ast-social-stack-mobile .ast-builder-social-element,
.ast-social-stack-tablet .ast-builder-social-element {
  margin-top: 6px;
  margin-bottom: 6px;
}

.ahfb-svg-iconset {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}

.ahfb-svg-iconset svg {
  width: 17px;
  height: 17px;
  transition: none;
}

.ahfb-svg-iconset svg>* {
  transition: none;
}

.ast-footer-copyright p {
  margin-bottom: 0;
}

.ast-builder-grid-row-container {
  display: grid;
  align-content: center;
}

.main-header-bar .main-header-bar-navigation {
  height: 100%;
}

.ast-nav-menu .sub-menu {
  line-height: 1.45;
}

.ast-builder-menu .main-navigation {
  padding: 0;
}

.ast-builder-menu .main-navigation>ul {
  align-self: center;
}

.ast-footer-copyright,
.ast-footer-social-wrap,
.site-footer-focus-item {
  width: 100%;
}

#astra-footer-menu {
  margin: 0;
  list-style: none;
  background: inherit;
}

#astra-footer-menu>ul {
  margin: 0;
  list-style: none;
  background: inherit;
}

.ast-header-break-point #ast-mobile-header {
  display: block;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
  display: inline-block;
  position: absolute;
  font-size: inherit;
  top: 0;
  right: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 .907em;
  font-weight: 400;
  line-height: inherit;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow {
  pointer-events: none;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu {
  display: none;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,
.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
  transform: rotateX(180deg);
}

.ast-header-break-point .ast-nav-menu .sub-menu {
  line-height: 3;
}

.site-footer-section {
  justify-content: center;
}

.site-footer-section>* {
  margin-bottom: 10px;
}

.site-footer-section>:last-child {
  margin-bottom: 0;
}

.site-primary-footer-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

.site-above-footer-wrap,
.site-below-footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
  width: 100%;
  margin: 0;
}

.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg {
  display: none;
}

.ast-hfb-header .menu-toggle.toggled .ast-close-svg {
  display: block;
}

.menu-toggle .ast-close-svg {
  display: none;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
  margin-left: .4em;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}

.menu-toggle .mobile-menu-toggle-icon {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}

.menu-toggle .mobile-menu-wrap {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
  margin-left: .4em;
}

.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap {
  align-items: center;
  -js-display: flex;
  display: flex;
}

.ast-search-menu-icon.ast-inline-search .search-field {
  width: 100%;
  padding: .6em;
  padding-right: 5.5em;
}

.ast-header-account-type-extend-text-profile-type {
  -js-display: flex;
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-header {
  z-index: 99;
  position: relative;
}

.main-header-container {
  position: relative;
}

.main-header-bar-wrap {
  position: relative;
}

.main-header-bar {
  background-color: #fff;
  border-bottom-color: var(--ast-border-color);
  border-bottom-style: solid;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  position: relative;
}

.ast-header-break-point .main-header-bar {
  border: 0;
  border-bottom-color: var(--ast-border-color);
  border-bottom-style: solid;
  display: block;
  line-height: 3;
  border-bottom-width: 1px;
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
  display: none;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
  display: none;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
  display: block;
}

.ast-theme-transparent-header .post-password-form {
  margin-top: 100px;
}

.site-branding {
  line-height: 1;
  align-self: center;
}

.ast-menu-toggle {
  display: none;
  background: 0 0;
  color: inherit;
  border-style: dotted;
  border-color: transparent;
}

.ast-menu-toggle:focus,
.ast-menu-toggle:hover {
  background: 0 0;
  border-color: inherit;
  color: inherit;
}

.ast-menu-toggle:focus {
  outline: thin dotted;
}

.ast-main-header-nav-open .main-header-bar {
  padding-bottom: 0;
}

.main-header-bar .main-header-bar-navigation:empty {
  padding: 0;
}

.main-header-bar .main-header-bar-navigation .sub-menu {
  line-height: 1.45;
}

.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
  line-height: normal;
}

.custom-mobile-logo-link {
  display: none;
}

.ast-site-identity {
  padding: 1em 0;
}

.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
  flex: 1;
  align-self: center;
}

.ast-header-break-point .ast-site-identity {
  width: 100%;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation {
  line-height: 3;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu {
  line-height: 3;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
  display: none;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
  display: inline-block;
  position: absolute;
  font-size: inherit;
  top: -1px;
  right: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 .907em;
  font-weight: 400;
  line-height: inherit;
  transition: all .2s;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
  transform: rotateX(180deg);
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
  border-top-width: 0;
}

.ast-header-break-point .main-navigation ul ul {
  left: auto;
  right: auto;
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
  width: 100%;
}

.ast-header-break-point .main-navigation .widget {
  margin-bottom: 1em;
}

.ast-header-break-point .main-navigation .widget li {
  width: auto;
}

.ast-header-break-point .main-navigation .widget:last-child {
  margin-bottom: 0;
}

.ast-header-break-point .main-header-menu ul ul {
  top: 0;
}

.ast-header-break-point .ast-builder-menu {
  width: 100%;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
  flex-wrap: wrap;
}

.ast-desktop .main-header-menu>.menu-item .sub-menu:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
  border-radius: 2px;
  background: var(--ast-comment-inputs-background);
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: var(--ast-border-color);
  box-shadow: none;
}

input[type=button],
input[type=button]:focus,
input[type=button]:hover,
input[type=reset],
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit],
input[type=submit]:focus,
input[type=submit]:hover {
  box-shadow: none;
}

input[type=search]:focus {
  outline: thin dotted;
}

.astra-dark-mode-enable form .form-row textarea,
.astra-dark-mode-enable input[type=email],
.astra-dark-mode-enable input[type=number],
.astra-dark-mode-enable input[type=password],
.astra-dark-mode-enable input[type=reset],
.astra-dark-mode-enable input[type=search],
.astra-dark-mode-enable input[type=tel],
.astra-dark-mode-enable input[type=text],
.astra-dark-mode-enable input[type=url],
.astra-dark-mode-enable textarea {
  background-color: var(--ast-global-color-secondary, --ast-global-color-5);
  color: var(--ast-global-color-2) !important;
  border: 1px solid var(--ast-border-color);
}

.astra-dark-mode-enable form .form-row textarea:focus,
.astra-dark-mode-enable input[type=email]:focus,
.astra-dark-mode-enable input[type=number]:focus,
.astra-dark-mode-enable input[type=password]:focus,
.astra-dark-mode-enable input[type=reset]:focus,
.astra-dark-mode-enable input[type=search]:focus,
.astra-dark-mode-enable input[type=tel]:focus,
.astra-dark-mode-enable input[type=text]:focus,
.astra-dark-mode-enable input[type=url]:focus,
.astra-dark-mode-enable textarea:focus {
  border: 1px solid var(--ast-global-color-0) !important;
  background-color: var(--ast-global-color-secondary, --ast-global-color-5) !important;
}

.astra-dark-mode-enable .select2-container .select2-selection--single,
.astra-dark-mode-enable .select2-dropdown,
.astra-dark-mode-enable select {
  background-color: var(--ast-global-color-secondary, --ast-global-color-5);
  border-color: var(--ast-border-color);
  color: var(--ast-global-color-2);
}

.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email],
.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number],
.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password],
.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url],
.astra-dark-mode-enable .wc-block-components-text-input input[type=email],
.astra-dark-mode-enable .wc-block-components-text-input input[type=number],
.astra-dark-mode-enable .wc-block-components-text-input input[type=password],
.astra-dark-mode-enable .wc-block-components-text-input input[type=tel],
.astra-dark-mode-enable .wc-block-components-text-input input[type=text],
.astra-dark-mode-enable .wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text] {
  background-color: var(--ast-global-color-secondary, --ast-global-color-5);
  color: var(--ast-global-color-2);
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.7px 0;
  padding: 0;
  border: none;
}

input[type=range]:focus {
  outline: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
  background: rgba(255, 255, 255, .2);
  border-radius: 13.6px;
  border: 0 solid #fff;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
  border: 7.9px solid #0274be;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #0274be;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, .2);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
  background: rgba(255, 255, 255, .2);
  border-radius: 13.6px;
  border: 0 solid #fff;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
  border: 7.9px solid #0274be;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #0274be;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: rgba(199, 199, 199, .2);
  border: 0 solid #fff;
  border-radius: 27.2px;
  box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
}

input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, .2);
  border: 0 solid #fff;
  border-radius: 27.2px;
  box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
}

input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
  border: 7.9px solid #0274be;
  height: 8.6px;
  width: 20px;
  border-radius: 50px;
  background: #0274be;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, .2);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, .2);
}

input[type=color] {
  border: none;
  width: 100px;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

.page .entry-header {
  margin-bottom: 1.5em;
}

.search .entry-header {
  margin-bottom: 1em;
}

.ast-single-post .entry-header.ast-header-without-markup,
.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 1.2em;
  word-wrap: break-word;
}

.entry-header+.ast-blog-featured-section {
  margin-top: .5em;
}

.blog-layout-6 .entry-header+.ast-blog-featured-section {
  margin-top: 0;
}

.entry-content {
  word-wrap: break-word;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video,
.entry-content .wp-video,
.entry-content p {
  margin-bottom: 1.6em;
}

.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video {
  display: inline-block;
}

.entry-content::after {
  display: table;
  clear: both;
  content: '';
}

.post-content>.cat-links,
.post-content>.read-more,
.post-content>.tags-links {
  display: block;
  margin-bottom: .8em;
  font-weight: var(--ast-blog-meta-weight, "");
}

.ast-excerpt-container>p:last-child {
  margin-bottom: 0;
}

.post-content>.read-more {
  margin-top: 1.5em;
}

.ast-article-inner {
  width: 100%;
  overflow-wrap: break-word;
}

.read-more {
  margin-bottom: 0;
}

.read-more a {
  display: inline-block;
}

.read-more .ast-right-arrow {
  font-size: 1em;
}

.ast-no-thumb .ast-blog-featured-section {
  margin-bottom: 0;
}

.ast-no-thumb .entry-header+.ast-blog-featured-section {
  margin-top: 0;
}

.ast-blog-featured-section {
  margin-bottom: 1.5em;
}

.blog-layout-2 .ast-blog-featured-section,
.blog-layout-3 .ast-blog-featured-section {
  margin-bottom: 0;
}

.error404 .page-header {
  margin-bottom: 1.5em;
}

.error404 .page-header .page-title {
  margin-bottom: 0;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
  line-height: 1.3;
}

.archive .format-aside .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.blog .format-status .entry-title {
  display: none;
}

.page-title {
  margin-bottom: 1em;
  font-weight: 400;
}

.entry-title {
  margin-bottom: 0.6em;
  font-size: 1.1111111111111rem;
}

.ast-article-post {
  margin-bottom: 2.5em;
}

.ast-article-post:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.search .site-content .content-area .search-form {
  margin-bottom: 0;
}

.blog-layout-1 .post-thumb {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blog .posted-on {
  z-index: 1;
}

.ast-blog-featured-section .posted-on {
  width: 5.714285714em;
  height: 5.714285714em;
  padding: .7em;
}

.ast-blog-featured-section .posted-on .date-month,
.ast-blog-featured-section .posted-on .date-year {
  font-size: .8571428571em;
  line-height: 1em;
}

.ast-blog-featured-section .posted-on .date-day {
  font-size: 2.5em;
  line-height: .9em;
  font-weight: 900;
  margin: .1em 0;
}

.ast-author-box img.avatar {
  border-radius: 50%;
  margin: 0 0 0 20px;
}

.ast-archive-description {
  margin-bottom: 2.5em;
  padding-bottom: 1.3333em;
  border-bottom: 1px solid var(--ast-border-color);
}

.ast-archive-description .ast-archive-title {
  margin-bottom: 4px;
  font-size: 2.85714rem;
  font-weight: 300;
}

.ast-archive-description p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.ast-separate-container .ast-archive-description,
.ast-separate-container .ast-author-box {
  background-color: #eee;
  padding-bottom: 0;
  border-bottom: 0;
}

.single .entry-header {
  margin-bottom: 2em;
}

.single .post-navigation {
  margin: 0;
  padding: 2em 0 0;
  border-top: 1px solid var(--ast-single-post-border, var(--ast-border-color));
}

.single .post-navigation a {
  margin: 2px;
  display: inline-block;
  color: #000;
  line-height: 1em;
  height: inherit;
}

.single .post-navigation a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.single .entry-header .post-thumb {
  margin-bottom: 2em;
}

.single .entry-header .post-thumb img {
  margin-top: 0;
  margin-bottom: 0;
}

.page .has-post-thumbnail .post-thumb img {
  margin-bottom: 1.5em;
}

.post-password-form {
  text-align: center;
}

.post-password-form input[type=submit] {
  padding: 10px 20px;
  border-radius: 2px;
}

.ast-author-avatar {
  margin: 0 5px;
}

.ast-author-avatar img {
  border-radius: 100%;
  width: var(--ast-author-avatar-size, 30px);
  height: var(--ast-author-avatar-size, 30px);
}

.ast-separate-container .post-navigation {
  border-top: 0;
  padding-left: var(--ast-post-nav-space, 3.33333em);
  padding-right: var(--ast-post-nav-space, 3.33333em);
}

.ast-404-layout-1 {
  text-align: center;
  margin: 4em auto;
}

.ast-404-layout-1 .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.ast-404-layout-1 .widget_search {
  padding-top: .5em;
}

.ast-404-search {
  margin-top: 1.5em;
}

.ast-404-search .widget_search {
  max-width: 370px;
  margin: 0 auto;
}

.ast-separate-container .error-404,
.ast-separate-container .no-results {
  background-color: #fff;
}

.blog-layout-1 {
  width: 100%;
  display: inline-block;
  padding-bottom: 2em;
  vertical-align: middle;
  border-bottom: 1px solid var(--ast-border-color);
}

.blog-layout-1 .posted-on {
  left: 0;
}

.blog-layout-1 .post-content,
.blog-layout-1 .post-thumb {
  padding-left: 0;
  padding-right: 0;
}

.ast-flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.ast-flex-1 {
  flex: 1;
}

.ast-inline-flex {
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.ast-justify-content-flex-start {
  justify-content: flex-start;
}

.ast-justify-content-flex-end {
  justify-content: flex-end;
}

.ast-justify-content-center {
  justify-content: center;
}

.ast-justify-content-space-between {
  justify-content: space-between;
}

.ast-justify-content-space-around {
  justify-content: space-around;
}

.ast-align-content-flex-start {
  align-content: flex-start;
}

.ast-align-content-flex-end {
  align-content: flex-end;
}

.ast-align-content-center {
  align-content: center;
}

.ast-align-content-space-between {
  align-content: space-between;
}

.ast-align-content-space-around {
  align-content: space-around;
}

.ast-align-content-stretch {
  align-content: stretch;
}

.ast-flex-grow-1 {
  flex-grow: 1;
}

:root {
  --ast-post-nav-space: 0;
  --ast-container-default-xlg-padding: 2.5em;
  --ast-container-default-lg-padding: 2.5em;
  --ast-container-default-slg-padding: 2em;
  --ast-container-default-md-padding: 2.5em;
  --ast-container-default-sm-padding: 2.5em;
  --ast-container-default-xs-padding: 2.4em;
  --ast-container-default-xxs-padding: 1.8em;
  --ast-code-block-background: #ECEFF3;
  --ast-comment-inputs-background: #FFF;
  --ast-normal-container-width: 1200px;
  --ast-narrow-container-width: 750px;
  --ast-blog-title-font-weight: 600;
  --ast-blog-meta-weight: 600;
  --ast-global-color-primary: var(--ast-global-color-5);
  --ast-global-color-secondary: var(--ast-global-color-4);
  --ast-global-color-alternate-background: var(--ast-global-color-7);
  --ast-global-color-subtle-background: var(--ast-global-color-6);
  --ast-bg-style-guide: #F8FAFC;
  --ast-shadow-style-guide: 0px 0px 4px 0 #00000057;
  --ast-global-dark-bg-style: #fff;
  --ast-global-dark-lfs: #fbfbfb;
  --ast-widget-bg-color: #fafafa;
  --ast-wc-container-head-bg-color: #fbfbfb;
  --ast-title-layout-bg: #eeeeee;
  --ast-search-border-color: #e7e7e7;
  --ast-lifter-hover-bg: #e6e6e6;
  --ast-gallery-block-color: #000;
  --srfm-color-input-label: var(--ast-global-color-2);
  --wp--custom--ast-default-block-top-padding: 100px;
  --wp--custom--ast-default-block-right-padding: 80px;
  --wp--custom--ast-default-block-bottom-padding: 100px;
  --wp--custom--ast-default-block-left-padding: 80px;
  --wp--custom--ast-container-width: 1200px;
  --wp--custom--ast-content-width-size: 1200px;
  --wp--custom--ast-wide-width-size: calc(1200px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));
  --ast-global-color-0: #5c8607;
  --ast-global-color-1: #70a309;
  --ast-global-color-2: #343f1e;
  --ast-global-color-3: #343f1e;
  --ast-global-color-4: #e3e9d8;
  --ast-global-color-5: #fdfaf1;
  --ast-global-color-6: rgba(53, 64, 31, 0.24);
  --ast-global-color-7: #343f1e;
  --ast-global-color-8: #050505;
  --ast-border-color: var(--ast-global-color-6);
  --e-global-color-astglobalcolor0: #5c8607;
  --e-global-color-astglobalcolor1: #70a309;
  --e-global-color-astglobalcolor2: #343f1e;
  --e-global-color-astglobalcolor3: #343f1e;
  --e-global-color-astglobalcolor4: #e3e9d8;
  --e-global-color-astglobalcolor5: #fdfaf1;
  --e-global-color-astglobalcolor6: rgba(53, 64, 31, 0.24);
  --e-global-color-astglobalcolor7: #343f1e;
  --e-global-color-astglobalcolor8: #050505;
  --latepoint-brand-primary: #1ca00f;
  --latepoint-body-color: #1f222b;
  --latepoint-headings-color: #14161d;
  --latepoint-color-text-faded: desaturate(lighten(--latepoint-brand-primary, 15%), 70%);
  --latepoint-timeslot-selected-color: --latepoint-brand-primary;
  --latepoint-calendar-weekday-label-color: var(--latepoint-headings-color);
  --latepoint-calendar-weekday-label-bg: #fff;
  --latepoint-side-panel-bg: #f0fff4;
  --latepoint-summary-panel-bg: #f0fff4;
  --latepoint-border-radius: 8px;
  --latepoint-border-radius-sm: 4px;
  --latepoint-border-radius-md: 12px;
  --latepoint-border-radius-lg: 16px;
  --wpforms-field-border-radius: 3px;
  --wpforms-field-border-style: solid;
  --wpforms-field-border-size: 1px;
  --wpforms-field-background-color: #ffffff;
  --wpforms-field-border-color: rgba( 0, 0, 0, 0.25);
  --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25);
  --wpforms-field-text-color: rgba( 0, 0, 0, 0.7);
  --wpforms-field-menu-color: #ffffff;
  --wpforms-label-color: rgba( 0, 0, 0, 0.85);
  --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55);
  --wpforms-label-error-color: #d63637;
  --wpforms-button-border-radius: 3px;
  --wpforms-button-border-style: none;
  --wpforms-button-border-size: 1px;
  --wpforms-button-background-color: #066aab;
  --wpforms-button-border-color: #066aab;
  --wpforms-button-text-color: #ffffff;
  --wpforms-page-break-color: #066aab;
  --wpforms-background-image: none;
  --wpforms-background-position: center center;
  --wpforms-background-repeat: no-repeat;
  --wpforms-background-size: cover;
  --wpforms-background-width: 100px;
  --wpforms-background-height: 100px;
  --wpforms-background-color: rgba( 0, 0, 0, 0);
  --wpforms-background-url: none;
  --wpforms-container-padding: 0px;
  --wpforms-container-border-style: none;
  --wpforms-container-border-width: 1px;
  --wpforms-container-border-color: #000000;
  --wpforms-container-border-radius: 3px;
  --wpforms-field-size-input-height: 43px;
  --wpforms-field-size-input-spacing: 15px;
  --wpforms-field-size-font-size: 16px;
  --wpforms-field-size-line-height: 19px;
  --wpforms-field-size-padding-h: 14px;
  --wpforms-field-size-checkbox-size: 16px;
  --wpforms-field-size-sublabel-spacing: 5px;
  --wpforms-field-size-icon-size: 1;
  --wpforms-label-size-font-size: 16px! important;
  --wpforms-label-size-line-height: 19px;
  --wpforms-label-size-sublabel-font-size: 14px;
  --wpforms-label-size-sublabel-line-height: 17px;
  --wpforms-button-size-font-size: 17px;
  --wpforms-button-size-height: 41px;
  --wpforms-button-size-padding-h: 15px;
  --wpforms-button-size-margin-top: 10px;
  --wpforms-container-shadow-size-box-shadow: none;
  --page-title-display: none;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--ast-global-color-0: var(--ast-global-color-0);
  --wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
  --wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
  --wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
  --wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
  --wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
  --wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
  --wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
  --wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
                    135deg,
                    rgb(6, 147, 227) 0%,
                    rgb(155, 81, 224) 100%
                );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
                    135deg,
                    rgb(122, 220, 180) 0%,
                    rgb(0, 208, 130) 100%
                );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
                    135deg,
                    rgb(252, 185, 0) 0%,
                    rgb(255, 105, 0) 100%
                );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
                    135deg,
                    rgb(255, 105, 0) 0%,
                    rgb(207, 46, 46) 100%
                );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
                    135deg,
                    rgb(238, 238, 238) 0%,
                    rgb(169, 184, 195) 100%
                );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
                    135deg,
                    rgb(74, 234, 220) 0%,
                    rgb(151, 120, 209) 20%,
                    rgb(207, 42, 186) 40%,
                    rgb(238, 44, 130) 60%,
                    rgb(251, 105, 98) 80%,
                    rgb(254, 248, 76) 100%
                );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
                    135deg,
                    rgb(255, 206, 236) 0%,
                    rgb(152, 150, 240) 100%
                );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
                    135deg,
                    rgb(254, 205, 165) 0%,
                    rgb(254, 45, 45) 50%,
                    rgb(107, 0, 62) 100%
                );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
                    135deg,
                    rgb(255, 203, 112) 0%,
                    rgb(199, 81, 192) 50%,
                    rgb(65, 88, 208) 100%
                );
  --wp--preset--gradient--pale-ocean: linear-gradient(
                    135deg,
                    rgb(255, 245, 203) 0%,
                    rgb(182, 227, 212) 50%,
                    rgb(51, 167, 181) 100%
                );
  --wp--preset--gradient--electric-grass: linear-gradient(
                    135deg,
                    rgb(202, 248, 128) 0%,
                    rgb(113, 206, 126) 100%
                );
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
  --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
  --wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size);
  --wp--style--block-gap: 24px;
}

html {
  font-size: 112.5%;
}


body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: var(--ast-body-line-height, 1.7);
}

p,
.entry-content p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.site-title,
.site-title a {
  font-family: 'Philosopher', sans-serif;
  text-decoration: initial;
}

.ast-site-identity .site-title a {
  color: var(--ast-global-color-2);
}

header .custom-logo-link img {
  max-width: 190px;
  width: 190px;
}

.astra-logo-svg {
  width: 190px;
}

.ast-blog-single-element.ast-taxonomy-container a {
  font-size: 0.77777777777778rem;
}

.ast-blog-meta-container {
  font-size: 0.72222222222222rem;
}

.archive .ast-article-post .ast-article-inner,
.blog .ast-article-post .ast-article-inner,
.archive .ast-article-post .ast-article-inner:hover,
.blog .ast-article-post .ast-article-inner:hover {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

h1,
.entry-content :where(h1) {
  font-size: 4rem;
  font-family: 'Philosopher', sans-serif;
  line-height: 1.2em;
  letter-spacing: -1px;
}

h2,
.entry-content :where(h2) {
  font-size: 2.6666666666667rem;
  font-family: 'Philosopher', sans-serif;
  line-height: 1.2em;
}

h3,
.entry-content :where(h3) {
  font-size: 1.7777777777778rem;
  font-family: 'Philosopher', sans-serif;
  line-height: 1em;
}

h4,
.entry-content :where(h4) {
  font-size: 1.2222222222222rem;
  line-height: 1.4em;
  font-weight: 600;
  font-family: 'Philosopher', sans-serif;
}

h5,
.entry-content :where(h5) {
  font-size: 1.1666666666667rem;
  line-height: 1.4em;
  font-weight: 600;
  font-family: 'Philosopher', sans-serif;
}

h6,
.entry-content :where(h6) {
  font-size: 0.94444444444444rem;
  line-height: 1.7em;
  font-weight: 600;
  font-family: 'Philosopher', sans-serif;
  text-transform: capitalize;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--ast-global-color-3);
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
  color: #000000;
  border-color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-1);
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: var(--ast-global-color-1);
}

input[type="radio"]:checked,
input[type=reset],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type=range]::-webkit-slider-thumb {
  border-color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-1);
  box-shadow: none;
}

.site-footer a:hover+.post-count,
.site-footer a:focus+.post-count {
  background: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next {
  color: var(--ast-global-color-1);
}

.entry-meta,
.entry-meta * {
  line-height: 1.45;
  color: var(--ast-global-color-1);
  font-weight: 600;
}

.entry-meta a:not(.ast-button):hover,
.entry-meta a:not(.ast-button):hover *,
.entry-meta a:not(.ast-button):focus,
.entry-meta a:not(.ast-button):focus *,
.page-links>.page-link,
.page-links .page-link:hover,
.post-navigation a:hover {
  color: var(--ast-global-color-0);
}

#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
  color: var(--ast-global-color-1);
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
  background: var(--ast-global-color-1);
}

.secondary a:hover+.post-count,
.secondary a:focus+.post-count {
  background: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.calendar_wrap #today>a {
  color: #000000;
}

.page-links .page-link,
.single .post-navigation a {
  color: var(--ast-global-color-3);
}

.ast-search-menu-icon .search-form button.search-submit {
  padding: 0 4px;
}

.ast-search-menu-icon form.search-form {
  padding-right: 0;
}

.ast-search-menu-icon.slide-search input.search-field {
  width: 0;
}

.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,
.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
  transition: all 0.2s;
}

.search-form input.search-field:focus {
  outline: none;
}

.ast-search-menu-icon .search-form button.search-submit:focus,
.ast-theme-transparent-header .ast-header-search .ast-dropdown-active .ast-icon,
.ast-theme-transparent-header .ast-inline-search .search-field:focus .ast-icon {
  color: var(--ast-global-color-1);
}

.ast-header-search .slide-search .search-form {
  border: 2px solid var(--ast-global-color-0);
}

.ast-header-search .slide-search .search-field {
  background-color: (--ast-global-dark-bg-style);
}

.ast-archive-title {
  color: var(--ast-global-color-2);
}

.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,
.astra-search-icon:focus-visible,
#close:focus-visible,
a:focus-visible,
.ast-menu-toggle:focus-visible,
.site .skip-link:focus-visible,
.wp-block-loginout input:focus-visible,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.ast-header-navigation-arrow:focus-visible,
.ast-orders-table__row .ast-orders-table__cell:focus-visible,
a#ast-apply-coupon:focus-visible,
#ast-apply-coupon:focus-visible,
#close:focus-visible,
.button.search-submit:focus-visible,
#search_submit:focus,
.normal-search:focus-visible,
.ast-header-account-wrap:focus-visible,
.astra-cart-drawer-close:focus,
.ast-single-variation:focus,
.ast-button:focus {
  outline-style: dotted;
  outline-color: inherit;
  outline-width: thin;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
#ast-coupon-code:focus {
  border-style: dotted;
  border-color: inherit;
  border-width: thin;
}

input {
  outline: none;
}

.site-logo-img img {
  transition: all 0.2s linear;
}

body .ast-oembed-container * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

body .wp-block-embed-pocket-casts .ast-oembed-container * {
  position: unset;
}

.ast-single-post-featured-section+article {
  margin-top: 2em;
}

.site-content .ast-single-post-featured-section img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.ast-separate-container .site-content .ast-single-post-featured-section+article {
  margin-top: -80px;
  z-index: 9;
  position: relative;
  border-radius: 4px;
}

.site>.ast-single-related-posts-container {
  margin-top: 0;
}

.ast-page-builder-template .hentry {
  margin: 0;
}

.ast-page-builder-template .site-content>.ast-container {
  max-width: 100%;
  padding: 0;
}

.ast-page-builder-template .site .site-content #primary {
  padding: 0;
  margin: 0;
}

.ast-page-builder-template .no-results {
  text-align: center;
  margin: 4em auto;
}

.ast-page-builder-template .ast-pagination {
  padding: 2em;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
  margin-top: 0;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
  margin-top: 0;
  margin-bottom: 0;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
  margin-bottom: 0;
}

.ast-page-builder-template.single .post-navigation {
  padding-bottom: 2em;
}

.ast-page-builder-template.single-post .site-content>.ast-container {
  max-width: 100%;
}

.ast-page-builder-template .entry-header {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.ast-page-builder-template .ast-archive-description {
  margin: 2em auto 0;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-page-builder-template .ast-row {
  margin-left: 0;
  margin-right: 0;
}

.single.ast-page-builder-template .entry-header+.entry-content,
.single.ast-page-builder-template .ast-single-entry-banner+.site-content article .entry-content {
  margin-bottom: 2em;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
select,
textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: var(--ast-form-input-text, #475569);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
select {
  height: 40px;
}

input[type="date"] {
  border-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
  background: var( --ast-global-color-secondary, --ast-global-color-5);
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type=reset]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border-color: #046BD2;
  box-shadow: none;
  outline: none;
  color: var(--ast-form-input-focus-text, #475569);
}

label,
legend {
  color: #111827;
 /* font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;*/
}

select {
  padding: 6px 10px;
}

button,
.ast-button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

::placeholder {
  color: var(--ast-form-field-color, #9CA3AF);
}

::-ms-input-placeholder {
  color: var(--ast-form-field-color, #9CA3AF);
}

.wp-block-buttons.aligncenter {
  justify-content: center;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--ast-global-color-0);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

div.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--ast-global-color-0);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
  color: #ffffff;
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
.ast-outline-button,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
  border-color: var(--ast-global-color-7);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.1111111111111rem;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),
.ast-outline-button {
  color: var(--ast-global-color-2);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
.ast-outline-button:hover,
.ast-outline-button:focus,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus {
  color: var(--ast-global-color-2);
  background-color: var(--ast-global-color-7);
  border-color: var(--ast-global-color-1);
}

.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),
.ast-outline-button {
  background-color: transparent;
}

.uagb-buttons-repeater.ast-outline-button {
  border-radius: 9999px;
}

.entry-content[data-ast-blocks-layout]>figure {
  margin-bottom: 1em;
}

h1.widget-title {
  font-weight: inherit;
}

h2.widget-title {
  font-weight: inherit;
}

h3.widget-title {
  font-weight: inherit;
}

.ast-404-layout-1 h1.page-title {
  color: var(--ast-global-color-2);
}

.error-404 .page-sub-title {
  font-size: 1.5rem;
  font-weight: inherit;
}

#page .site-content {
  flex-grow: 1;
}

#secondary li {
  line-height: 1.5em;
}

#secondary .wp-block-group h2 {
  margin-bottom: 0.7em;
}

#secondary h2 {
  font-size: 1.7rem;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond {
  padding: 3em;
}

.ast-separate-container .ast-article-single .ast-article-single {
  padding: 0;
}

.ast-article-single .wp-block-post-template-is-layout-grid {
  padding-left: 0;
}

.ast-separate-container .comments-title,
.ast-narrow-container .comments-title {
  padding: 1.5em 2em;
}

.ast-page-builder-template .comment-form-textarea,
.ast-comment-formwrap .ast-grid-common-col {
  padding: 0;
}

.ast-comment-formwrap {
  padding: 0;
  display: inline-flex;
  column-gap: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.comments-area textarea#comment:focus,
.comments-area textarea#comment:active,
.comments-area .ast-comment-formwrap input[type="text"]:focus,
.comments-area .ast-comment-formwrap input[type="text"]:active {
  box-shadow: none;
  outline: none;
}

.archive.ast-page-builder-template .entry-header {
  margin-top: 2em;
}

.ast-page-builder-template .ast-comment-formwrap {
  width: 100%;
}

.ast-separate-container .ast-comment-list li.depth-1,
.hentry {
  margin-bottom: 1.5em;
}

.site-content section.ast-archive-description {
  margin-bottom: 2em;
}

.elementor-widget-button .elementor-button {
  border-style: solid;
  text-decoration: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.88888888888889rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .36px;
}

.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-xs,
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg,
.elementor-button.elementor-size-xl,
.elementor-button {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  padding-left: 35px;
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.wp-block-button .wp-block-button__link,
.elementor-widget-button .elementor-button,
.elementor-widget-button .elementor-button:visited {
  color: var(--ast-global-color-5);
}

body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button {
  font-size: 0.88888888888889rem;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.elementor-widget-heading h1.elementor-heading-title {
  line-height: 1.2em;
}

.elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.2em;
}

.elementor-widget-heading h3.elementor-heading-title {
  line-height: 1em;
}

.elementor-widget-heading h4.elementor-heading-title {
  line-height: 1.4em;
}

.elementor-widget-heading h5.elementor-heading-title {
  line-height: 1.4em;
}

.elementor-widget-heading h6.elementor-heading-title {
  line-height: 1.7em;
}

.wp-block-button .wp-block-button__link,
.wp-block-search .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .36px;
  font-size: 0.88888888888889rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  padding-left: 35px;
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
#comments .submit,
.search .search-submit,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body .wp-block-file .wp-block-file__button,
.search .search-submit {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  color: var(--ast-global-color-5);
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  padding-left: 35px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.88888888888889rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .36px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover .button:hover,
.ast-custom-button:hover,
input[type=reset]:hover,
input[type=reset]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
body .wp-block-file .wp-block-file__button:hover,
body .wp-block-file .wp-block-file__button:focus {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  padding-top: calc(18px - 3px);
  padding-right: calc(35px - 3px);
  padding-bottom: calc(18px - 3px);
  padding-left: calc(35px - 3px);
}

#ast-mobile-header .ast-site-header-cart-li a {
  pointer-events: none;
}

.entry-content li>p {
  margin-bottom: 0;
}

.site .comments-area {
  padding-bottom: 2em;
  margin-top: 2em;
}

.footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element {
  text-align: center;
}

.wp-block-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-pullquote {
  border: none;
}

.wp-block-pullquote blockquote::before {
  content: "\201D";
  font-family: "Helvetica", sans-serif;
  display: flex;
  transform: rotate( 180deg);
  font-size: 6rem;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.has-text-align-right>blockquote::before {
  justify-content: flex-start;
}

.has-text-align-left>blockquote::before {
  justify-content: flex-end;
}

figure.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: inherit;
}

.ast-narrow-container {
  --wp--custom--ast-content-width-size: 750px;
  --wp--custom--ast-wide-width-size: 750px;
}

.entry-content>.wp-block-group,
.entry-content>.wp-block-cover,
.entry-content>.wp-block-columns {
  padding-top: var(--wp--custom--ast-default-block-top-padding);
  padding-right: var(--wp--custom--ast-default-block-right-padding);
  padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
  padding-left: var(--wp--custom--ast-default-block-left-padding);
}

.ast-plain-container.ast-no-sidebar .entry-content>.alignfull,
.ast-page-builder-template .ast-no-sidebar .entry-content>.alignfull {
  margin-left: calc( -50vw + 50%);
  margin-right: calc( -50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

[data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
  height: 0;
}

[data-ast-blocks-layout] .wp-block-separator {
  margin: 20px auto;
}

[data-ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

[data-ast-blocks-layout] .wp-block-separator.has-background {
  padding: 0;
}

.entry-content[data-ast-blocks-layout]>* {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}

.entry-content[data-ast-blocks-layout]>.alignwide {
  max-width: var(--wp--custom--ast-wide-width-size);
}

.entry-content[data-ast-blocks-layout] .alignfull {
  max-width: none;
}

.entry-content .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.has-text-align-right>blockquote,
blockquote.has-text-align-right {
  border-right: 5px solid rgba(0, 0, 0, 0.05);
}

.has-text-align-left>blockquote,
blockquote.has-text-align-left {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.wp-block-site-tagline,
.wp-block-latest-posts .read-more {
  margin-top: 15px;
}

.wp-block-loginout p label {
  display: block;
}

.wp-block-loginout p:not(.login-remember):not(.login-submit) input {
  width: 100%;
}

.wp-block-loginout input:focus {
  border-color: transparent;
  outline: thin dotted;
}

.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}

.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
  padding: 8%;
}

.entry-content .wp-block-cover:not([class*="background-color"]):not(.has-text-color.has-link-color) .wp-block-cover__inner-container,
.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
  color: var(--ast-global-color-primary, var(--ast-global-color-5));
}

.wp-block-loginout .login-remember input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}

.wp-block-latest-posts>li>*:first-child,
.wp-block-latest-posts:not(.is-grid)>li:first-child {
  margin-top: 0;
}

.entry-content>.wp-block-buttons,
.entry-content>.wp-block-uagb-buttons {
  margin-bottom: 1.5em;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 10px;
  color: var(--ast-global-color-3);
  background: var(--ast-global-color-primary, var(--ast-global-color-5));
  border-color: var(--ast-border-color);
}

.wp-block-latest-posts .read-more {
  margin-bottom: 1.5em;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  font-size: 1rem;
}

.wp-block-latest-posts>li>*,
.wp-block-latest-posts:not(.is-grid)>li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ast-page-builder-template .entry-content[data-ast-blocks-layout]>.alignwide:where(:not(.uagb-is-root-container):not(.spectra-is-root-container))>* {
  max-width: var(--wp--custom--ast-wide-width-size);
}

.ast-page-builder-template .entry-content[data-ast-blocks-layout]>.inherit-container-width>*,
.ast-page-builder-template .entry-content[data-ast-blocks-layout]>*:not(.wp-block-group):where(:not(.uagb-is-root-container):not(.spectra-is-root-container))>*,
.entry-content[data-ast-blocks-layout]>.wp-block-cover .wp-block-cover__inner-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.ast-page-builder-template .entry-content[data-ast-blocks-layout]>*,
.ast-page-builder-template .entry-content[data-ast-blocks-layout]>.alignfull:where(:not(.wp-block-group):not(.uagb-is-root-container):not(.spectra-is-root-container))>* {
  max-width: none;
}

.entry-content[data-ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {
  width: auto;
}

.ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content ul,
.entry-content ol {
  padding: revert;
  margin: revert;
  padding-left: 20px;
}

:root .has-ast-global-color-0-color {
  color: var(--ast-global-color-0);
}

:root .has-ast-global-color-0-background-color {
  background-color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-color {
  color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-background-color {
  background-color: var(--ast-global-color-0);
}

:root .has-ast-global-color-1-color {
  color: var(--ast-global-color-1);
}

:root .has-ast-global-color-1-background-color {
  background-color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-color {
  color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-background-color {
  background-color: var(--ast-global-color-1);
}

:root .has-ast-global-color-2-color {
  color: var(--ast-global-color-2);
}

:root .has-ast-global-color-2-background-color {
  background-color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-color {
  color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-background-color {
  background-color: var(--ast-global-color-2);
}

:root .has-ast-global-color-3-color {
  color: var(--ast-global-color-3);
}

:root .has-ast-global-color-3-background-color {
  background-color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-color {
  color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-background-color {
  background-color: var(--ast-global-color-3);
}

:root .has-ast-global-color-4-color {
  color: var(--ast-global-color-4);
}

:root .has-ast-global-color-4-background-color {
  background-color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-color {
  color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-background-color {
  background-color: var(--ast-global-color-4);
}

:root .has-ast-global-color-5-color {
  color: var(--ast-global-color-5);
}

:root .has-ast-global-color-5-background-color {
  background-color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-color {
  color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-background-color {
  background-color: var(--ast-global-color-5);
}

:root .has-ast-global-color-6-color {
  color: var(--ast-global-color-6);
}

:root .has-ast-global-color-6-background-color {
  background-color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-color {
  color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-background-color {
  background-color: var(--ast-global-color-6);
}

:root .has-ast-global-color-7-color {
  color: var(--ast-global-color-7);
}

:root .has-ast-global-color-7-background-color {
  background-color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-color {
  color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-background-color {
  background-color: var(--ast-global-color-7);
}

:root .has-ast-global-color-8-color {
  color: var(--ast-global-color-8);
}

:root .has-ast-global-color-8-background-color {
  background-color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-color {
  color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-background-color {
  background-color: var(--ast-global-color-8);
}

.ast-archive-entry-banner {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--ast-title-layout-bg);
}

.ast-archive-entry-banner[data-banner-width-type="custom"] {
  margin: 0 auto;
  width: 100%;
}

.ast-archive-entry-banner[data-banner-layout="layout-1"] {
  background: inherit;
  padding: 20px 0;
  text-align: left;
}

body.archive .ast-archive-description {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  padding-top: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
}

body.archive .ast-archive-description .ast-archive-title,
body.archive .ast-archive-description .ast-archive-title * {
  font-weight: 600;
  font-size: 1.7777777777778rem;
}

body.archive .ast-archive-description>*:not(:last-child) {
  margin-bottom: 10px;
}

.ast-breadcrumbs .trail-browse,
.ast-breadcrumbs .trail-items,
.ast-breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: inherit;
  text-indent: 0;
  text-decoration: none;
}

.ast-breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.ast-breadcrumbs .trail-items {
  list-style: none;
}

.trail-items li::after {
  padding: 0 0.3em;
  content: "\00bb";
}

.trail-items li:last-of-type::after {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--ast-global-color-2);
}

.entry-title a {
  color: var(--ast-global-color-2);
}

.ast-builder-layout-element .ast-site-identity {
  margin-bottom: -20px;
}

.ast-builder-layout-element[data-section="title_tagline"] {
  display: flex;
}

[data-section*="section-hb-button-"] .menu-link {
  display: none;
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
  font-family: 'Inter', sans-serif;
  font-size: 0.77777777777778rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 32px;
  padding-right: 32px;
}

.ast-header-button-1 .ast-custom-button {
  color: var(--ast-global-color-2);
  background: rgba(255, 255, 255, 0);
  border-color: var(--ast-global-color-2);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.ast-header-button-1 .ast-custom-button:hover {
  color: var(--ast-global-color-5);
  background: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.ast-header-button-1[data-section="section-hb-button-1"] {
  display: flex;
}

.ast-builder-menu-1 {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
}

.ast-builder-menu-1 .menu-item>.menu-link {
  line-height: 1.3em;
  font-size: 0.77777777777778rem;
  color: var(--ast-global-color-3);
  padding-left: 20px;
  padding-right: 20px;
}

.ast-builder-menu-1 .menu-item>.ast-menu-toggle {
  color: var(--ast-global-color-3);
}

.ast-builder-menu-1 .menu-item:hover>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .menu-item:hover>.ast-menu-toggle {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .menu-item.current-menu-item>.ast-menu-toggle {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: var(--ast-global-color-0);
  border-style: solid;
}

.ast-builder-menu-1 .sub-menu .sub-menu {
  top: 0px;
}

.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
  margin-top: 0px;
}

.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu:before,
.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper:before {
  height: calc( 0px + 0px + 5px);
}

.ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
  right: calc( 20px - 0.907em);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  border-style: none;
}

.ast-builder-html-element img.alignnone {
  display: inline-block;
}

.ast-builder-html-element p:first-child {
  margin-top: 0;
}

.ast-builder-html-element p:last-child {
  margin-bottom: 0;
}

.ast-header-break-point .main-header-bar .ast-builder-html-element {
  line-height: 1.85714285714286;
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
  color: var(--ast-global-color-3);
  font-size: 0.83333333333333rem;
  text-align: right;
}

.footer-widget-area[data-section="section-fb-html-1"] a {
  color: var(--ast-global-color-3);
}

.footer-widget-area[data-section="section-fb-html-1"] {
  font-size: 0.83333333333333rem;
  display: block;
}

.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
  color: var(--ast-global-color-3);
  font-size: 0.88888888888889rem;
  text-align: left;
}

.footer-widget-area[data-section="section-fb-html-2"] {
  margin-bottom: 20px;
  font-size: 0.88888888888889rem;
  display: block;
}

.footer-widget-area[data-section="section-fb-html-2"] a {
  color: var(--ast-global-color-3);
}

.ast-footer-copyright {
  text-align: left;
}

.ast-footer-copyright.site-footer-focus-item {
  color: var(--ast-global-color-3);
  font-size: 0.72222222222222rem;
}

.ast-footer-copyright.ast-builder-layout-element {
  display: flex;
}

.ast-social-stack-desktop .ast-builder-social-element,
.ast-social-stack-tablet .ast-builder-social-element,
.ast-social-stack-mobile .ast-builder-social-element {
  margin-top: 6px;
  margin-bottom: 6px;
}

.social-show-label-true .ast-builder-social-element {
  width: auto;
  padding: 0 0.4em;
}

[data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {
  text-align: center;
}

.ast-footer-social-wrap {
  width: 100%;
}

.ast-footer-social-wrap .ast-builder-social-element:first-child {
  margin-left: 0;
}

.ast-footer-social-wrap .ast-builder-social-element:last-child {
  margin-right: 0;
}

.ast-header-social-wrap .ast-builder-social-element:first-child {
  margin-left: 0;
}

.ast-header-social-wrap .ast-builder-social-element:last-child {
  margin-right: 0;
}

.ast-footer-social-1-wrap .ast-builder-social-element,
.ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element {
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding: 0px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.ast-footer-social-1-wrap .ast-builder-social-element svg {
  width: 18px;
  height: 18px;
}

.ast-footer-social-1-wrap .ast-social-icon-image-wrap {
  margin: 0px;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom svg {
  fill: var(--ast-global-color-1);
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover {
  color: var(--ast-global-color-2);
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg {
  fill: var(--ast-global-color-2);
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
  color: var(--ast-global-color-1);
}

.ast-footer-social-1-wrap .ast-builder-social-element:hover .social-item-label {
  color: var(--ast-global-color-2);
}

[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
  text-align: left;
}

.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
  display: flex;
}

.site-above-footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-image: linear-gradient(to right, rgba(253, 250, 241, 0.4), rgba(253, 250, 241, 0.4)), url(../../img/dixit-ayurveda-website-elements-53-1-1.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  min-height: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
  grid-column-gap: 45px;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
.site-above-footer-wrap[data-section="section-above-footer-builder"] .site-footer-section {
  align-items: flex-start;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-inline .site-footer-section {
  display: flex;
  margin-bottom: 0;
}

.ast-builder-grid-row-3-lheavy .ast-builder-grid-row {
  grid-template-columns: 2fr 1fr 1fr;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: #fffced;
  background-image: none;
  min-height: 30px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-top-color: var(--ast-global-color-6);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
  grid-column-gap: 10px;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
  align-items: center;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
  display: flex;
  margin-bottom: 0;
}

.ast-builder-grid-row-2-equal .ast-builder-grid-row {
  grid-template-columns: repeat( 2, 1fr);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
  text-align: left;
  font-size: 0.88888888888889rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
  text-align: left;
}

.footer-widget-area.widget-area.site-footer-focus-item {
  width: auto;
}

.ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item {
  width: 100%;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a {
  color: var(--ast-global-color-0);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a:hover {
  color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h6 {
  color: var(--ast-global-color-2);
  font-size: 0.88888888888889rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
  display: block;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
  display: block;
}

.elementor-widget-heading .elementor-heading-title {
  margin: 0;
}

.elementor-page .ast-menu-toggle {
  color: unset !important;
  background: unset !important;
}

.elementor-post.elementor-grid-item.hentry {
  margin-bottom: 0;
}

.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product {
  width: auto;
  margin: 0;
  float: none;
}

.elementor-toc__list-wrapper {
  margin: 0;
}

body .elementor hr {
  background-color: #ccc;
  margin: 0;
}

.ast-left-sidebar .elementor-section.elementor-section-stretched,
.ast-right-sidebar .elementor-section.elementor-section-stretched {
  max-width: 100%;
  left: 0 !important;
}

.elementor-posts-container [CLASS*="ast-width-"] {
  width: 100%;
}

.elementor-template-full-width .ast-container {
  display: block;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  top: 0 !important;
}

.main-header-menu .menu-item,
#astra-footer-menu .menu-item,
.main-header-bar .ast-masthead-custom-menu-items {
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -js-display: flex;
  display: flex;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
  top: .2em;
  margin-top: 0px;
  margin-left: 0px;
  width: .65em;
  transform: translate(0, -2px) rotateZ(270deg);
}

.ast-mobile-popup-content .ast-submenu-expanded>.ast-menu-toggle {
  transform: rotateX(180deg);
  overflow-y: auto;
}

.ast-separate-container .ast-article-inner {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.single.ast-separate-container .site-main .ast-author-meta,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .comments-count-wrapper,
.ast-box-layout.ast-plain-container .site-content,
.ast-padded-layout.ast-plain-container .site-content,
.ast-separate-container .ast-archive-description,
.ast-separate-container .comments-area {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

.ast-separate-container.ast-two-container #secondary .widget {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

.ast-plain-container,
.ast-page-builder-template {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
  background-color: var(--ast-global-color-1);
  font-size: 15px;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 30px;
}

.ast-scroll-to-top-left {
  left: 30px;
  bottom: 30px;
}

.ast-mobile-header-content>*,
.ast-desktop-header-content>* {
  padding: 10px 0;
  height: auto;
}

.ast-mobile-header-content>*:first-child,
.ast-desktop-header-content>*:first-child {
  padding-top: 10px;
}

.ast-mobile-header-content>.ast-builder-menu,
.ast-desktop-header-content>.ast-builder-menu {
  padding-top: 0;
}

.ast-mobile-header-content>*:last-child,
.ast-desktop-header-content>*:last-child {
  padding-bottom: 0;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
  width: 100%;
}

.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
  transform: rotateX(180deg);
}

#ast-desktop-header .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon,
.ast-desktop-header-content .ast-search-icon,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
  display: none;
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
  display: block;
}

.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item .menu-item>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {
  width: unset;
  margin: unset;
}

.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,
.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
  left: calc( 20px - 0.907em);
  right: auto;
}

.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search,
.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search {
  width: 100%;
  position: relative;
  display: block;
  right: auto;
  transform: none;
}

.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-mobile-header-content .ast-search-menu-icon .search-form,
.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-desktop-header-content .ast-search-menu-icon .search-form {
  right: 0;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: auto;
  transform: none;
  padding: 0;
  display: block;
  overflow: hidden;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-mobile-header-content .ast-search-menu-icon .search-field,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-desktop-header-content .ast-search-menu-icon .search-field {
  width: 100%;
  padding-right: 5.5em;
}

.ast-mobile-header-content .ast-search-menu-icon .search-submit,
.ast-desktop-header-content .ast-search-menu-icon .search-submit {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 1em;
  border-radius: 0;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {
  padding-left: 30px;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
  padding-left: 40px;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background-color: var(--ast-global-color-5);
}

.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
  background-color: var(--ast-global-color-5);
}

.ast-mobile-popup-content>*,
.ast-mobile-header-content>*,
.ast-desktop-popup-content>*,
.ast-desktop-header-content>* {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-align-flex-start .ast-builder-layout-element {
  justify-content: flex-start;
}

.content-align-flex-start .main-header-menu {
  text-align: left;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
  color: var(--ast-global-color-3);
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 70px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
  line-height: 70px;
}

.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
  padding-left: 20px;
  padding-right: 20px;
}

.ast-header-break-point .ast-primary-header-bar {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}

.ast-primary-header-bar {
  background-color: var(--ast-global-color-5);
  background-image: none;
  display: block;
}

.ast-desktop .ast-primary-header-bar.main-header-bar,
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
  color: var(--ast-global-color-5);
  border: none;
  background: var(--ast-global-color-0);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  width: 18px;
  height: 18px;
  fill: var(--ast-global-color-5);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
  color: var(--ast-global-color-5);
}

.ast-builder-menu-mobile .main-navigation .menu-item>.menu-link {
  font-weight: 600;
  text-transform: uppercase;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
  color: var(--ast-global-color-3);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
  color: var(--ast-global-color-3);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover>.menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .menu-item:hover>.menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
  color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
  top: 0;
}

.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
  content: unset;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
  border-style: none;
}

.ast-builder-menu-mobile .main-navigation {
  display: block;
}

.footer-nav-wrap .astra-footer-vertical-menu {
  display: grid;
}

.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
  justify-content: flex-start;
}

.footer-widget-area[data-section="section-footer-menu"] .astra-footer-vertical-menu .menu-item {
  align-items: flex-start;
}

#astra-footer-menu .menu-item>a {
  color: var(--ast-global-color-3);
  font-size: 0.88888888888889rem;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

#astra-footer-menu .menu-item:hover>a {
  color: var(--ast-global-color-1);
}

.footer-widget-area[data-section="section-footer-menu"] {
  display: block;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

@-webkit-keyframes ha_fadeIn{

    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }

}

@keyframes ha_fadeIn{

    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }

}

@-webkit-keyframes ha_zoomIn{

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }

}

@keyframes ha_zoomIn{

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }

}

@-webkit-keyframes ha_rollIn{

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1
    }

}

@keyframes ha_rollIn{

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1
    }

}

@-webkit-keyframes ha_bounce{

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }

}

@keyframes ha_bounce{

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }

}

@-webkit-keyframes ha_bounceIn{

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1
    }

}

@keyframes ha_bounceIn{

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1
    }

}

@-webkit-keyframes ha_flipInX{

    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

}

@keyframes ha_flipInX{

    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

}

@-webkit-keyframes ha_flipInY{

    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

}

@keyframes ha_flipInY{

    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

}

@-webkit-keyframes ha_swing{

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

}

@keyframes ha_swing{

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

}

@-webkit-keyframes ha_slideInDown{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

}

@keyframes ha_slideInDown{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

}

@-webkit-keyframes ha_slideInUp{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

}

@keyframes ha_slideInUp{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

}

@-webkit-keyframes ha_slideInLeft{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

}

@keyframes ha_slideInLeft{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

}

@-webkit-keyframes ha_slideInRight{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

}

@keyframes ha_slideInRight{

    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

}

.ha_fadeIn {
  -webkit-animation-name: ha_fadeIn;
  animation-name: ha_fadeIn;
}

.ha_zoomIn {
  -webkit-animation-name: ha_zoomIn;
  animation-name: ha_zoomIn;
}

.ha_rollIn {
  -webkit-animation-name: ha_rollIn;
  animation-name: ha_rollIn;
}

.ha_bounce {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: ha_bounce;
  animation-name: ha_bounce;
}

.ha_bounceIn {
  -webkit-animation-name: ha_bounceIn;
  animation-name: ha_bounceIn;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
}

.ha_flipInX,
.ha_flipInY {
  -webkit-animation-name: ha_flipInX;
  animation-name: ha_flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.ha_flipInY {
  -webkit-animation-name: ha_flipInY;
  animation-name: ha_flipInY;
}

.ha_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: ha_swing;
  animation-name: ha_swing;
}

.ha_slideInDown {
  -webkit-animation-name: ha_slideInDown;
  animation-name: ha_slideInDown;
}

.ha_slideInUp {
  -webkit-animation-name: ha_slideInUp;
  animation-name: ha_slideInUp;
}

.ha_slideInLeft {
  -webkit-animation-name: ha_slideInLeft;
  animation-name: ha_slideInLeft;
}

.ha_slideInRight {
  -webkit-animation-name: ha_slideInRight;
  animation-name: ha_slideInRight;
}

.ha-css-transform-yes {
  -webkit-transition-duration: var(--ha-tfx-transition-duration, .2s);
  transition-duration: var(--ha-tfx-transition-duration, .2s);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate(var(--ha-tfx-translate-x, 0), var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));
  transform: translate(var(--ha-tfx-translate-x, 0), var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));
}

.ha-css-transform-yes:hover {
  -webkit-transform: translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)), var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)), var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)), var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
  transform: translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)), var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)), var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)), var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
}

.happy-addon>.elementor-widget-container {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.happy-addon>.elementor-widget-container,
.happy-addon>.elementor-widget-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.happy-addon:not(:has(.elementor-widget-container)),
.happy-addon:not(:has(.elementor-widget-container)) * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.happy-addon p:empty {
  display: none;
}

.happy-addon .elementor-inline-editing {
  min-height: auto !important;
}

.happy-addon-pro img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ha-screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.ha-has-bg-overlay>.elementor-widget-container {
  position: relative;
  z-index: 1;
}

.ha-has-bg-overlay>.elementor-widget-container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.ha-has-bg-overlay:not(:has(.elementor-widget-container)) {
  position: relative;
  z-index: 1;
}

.ha-has-bg-overlay:not(:has(.elementor-widget-container)):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.ha-popup--is-enabled .ha-js-popup,
.ha-popup--is-enabled .ha-js-popup img {
  cursor: zoom-in !important;
}

.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-close {
  background-color: transparent;
}

.mfp-wrap .mfp-arrow:focus,
.mfp-wrap .mfp-close:focus {
  outline-width: thin;
}

.ha-advanced-tooltip-enable {
  position: relative;
  cursor: pointer;
  --ha-tooltip-arrow-color: black;
  --ha-tooltip-arrow-distance: 0;
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 5px 0;
  width: 120px;
  height: auto;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after {
  position: absolute;
  border-width: 5px;
  border-style: solid;
  content: "";
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after {
  visibility: hidden;
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show {
  display: inline-block;
  opacity: 1;
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content {
  top: unset;
  right: 0;
  bottom: calc(101% + var(--ha-tooltip-arrow-distance));
  left: 0;
  margin: 0 auto;
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  border-color: var(--ha-tooltip-arrow-color) transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content {
  top: calc(101% + var(--ha-tooltip-arrow-distance));
  right: 0;
  bottom: unset;
  left: 0;
  margin: 0 auto;
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent var(--ha-tooltip-arrow-color) transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content {
  top: 50%;
  right: calc(101% + var(--ha-tooltip-arrow-distance));
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after {
  top: 50%;
  right: unset;
  bottom: unset;
  left: 100%;
  border-color: transparent transparent transparent var(--ha-tooltip-arrow-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content {
  top: 50%;
  right: unset;
  bottom: unset;
  left: calc(101% + var(--ha-tooltip-arrow-distance));
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-color: transparent var(--ha-tooltip-arrow-color) transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content {
  top: unset;
  right: 0;
  bottom: calc(101% + var(--ha-tooltip-arrow-distance));
  left: 0;
  margin: 0 auto;
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  border-color: var(--ha-tooltip-arrow-color) transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content {
  top: calc(101% + var(--ha-tooltip-arrow-distance));
  right: 0;
  bottom: unset;
  left: 0;
  margin: 0 auto;
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent var(--ha-tooltip-arrow-color) transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content {
  top: 50%;
  right: calc(101% + var(--ha-tooltip-arrow-distance));
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after {
  top: 50%;
  right: unset;
  bottom: unset;
  left: 100%;
  border-color: transparent transparent transparent var(--ha-tooltip-arrow-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content {
  top: 50%;
  right: unset;
  bottom: unset;
  left: calc(101% + var(--ha-tooltip-arrow-distance));
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-color: transparent var(--ha-tooltip-arrow-color) transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper {
  display: block !important;
}

.ha-scroll-to-top-wrap.ha-scroll-to-top-hide {
  display: none;
}

.ha-scroll-to-top-wrap.edit-mode,
.ha-scroll-to-top-wrap.single-page-off {
  display: none !important;
}

.ha-scroll-to-top-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #5636d1;
  color: #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ha-scroll-to-top-button i {
  color: #fff;
  font-size: 16px;
}

.ha-scroll-to-top-button:hover {
  background-color: #e2498a;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,
.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
  overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  border-width: 0;
  border-inline-start-width: 1px;
  border-style: solid;
  height: 100%;
  inset-inline-end: -8px;
  inset-inline-start: auto;
  position: relative;
  width: auto;
}

.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
  inset-block-end: 0;
  position: absolute;
  width: 100%;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: var(--icon-vertical-align, center);
  display: flex;
  font-size: inherit;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
  display: flex;
  inset-block-start: var(--icon-vertical-offset, initial);
  position: relative;
}

.elementor-widget .elementor-icon-list-icon svg {
  height: var(--e-icon-list-icon-size, 1em);
  width: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-icon i {
  font-size: var(--e-icon-list-icon-size);
  width: 1.25em;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
  justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
  justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
  justify-content: flex-start;
  text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
  justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
  justify-content: flex-end;
  text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
  justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
  inset-inline-start: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
  inset-inline-end: 0;
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
  padding: 0;
}

.elementor-widget-google_maps .elementor-widget-container,
.elementor-widget-google_maps:not(:has(.elementor-widget-container)) {
  overflow: hidden;
}

.elementor-widget-google_maps .elementor-custom-embed {
  line-height: 0;
}

.elementor-widget-google_maps iframe {
  height: 300px;
}

.wpforms-container .wpforms-error-container,
.wpforms-container .wpforms-error-noscript {
  color: #D63637;
}

.wpforms-container .wpforms-error-styled-container {
  padding: 15px 0;
}

.wpforms-container .wpforms-error-styled-container p {
  margin: 0;
}

.wpforms-container .wpforms-error-styled-container+.wpforms-submit-container {
  margin-top: 10px;
}

.wpforms-container label.wpforms-error,
.wpforms-container em.wpforms-error {
  display: block;
  color: #D63637;
 /* font-size: 0.9em;
  font-style: normal;*/
  cursor: default;
  min-width: 120px;
}

.wpforms-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-field input.user-invalid,
.wpforms-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-field textarea.user-invalid,
.wpforms-container .wpforms-field select.wpforms-error,
.wpforms-container .wpforms-field select.user-invalid {
  border: 1px solid #D63637;
}

.wpforms-container .wpforms-field input[type=checkbox].wpforms-error,
.wpforms-container .wpforms-field input[type=checkbox].user-invalid,
.wpforms-container .wpforms-field input[type=radio].wpforms-error,
.wpforms-container .wpforms-field input[type=radio].user-invalid {
  border: none;
}

.wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
  border: 1px solid #D63637;
}

.wpforms-container .wpforms-error-alert {
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #D63637;
  background-color: #f2dede;
  border-color: #f2dede;
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
  border-style: none;
}

.wpforms-container .wpforms-screen-reader-element {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal !important;
}

.wpforms-container .wpforms-field-hp {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}

.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
  clear: both;
}

.wpforms-container .wpforms-recaptcha-container iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

.wpforms-container .wpforms-recaptcha-container .g-recaptcha,
.wpforms-container .wpforms-recaptcha-container .h-captcha,
.wpforms-container .wpforms-recaptcha-container .cf-turnstile {
  padding: 10px 0 0;
}

.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile.wpforms-is-turnstile-invisible {
  padding: 0;
  height: 0;
}

.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile iframe {
  position: relative !important;
  visibility: inherit !important;
}

.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-v3 .g-recaptcha,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-v3 .h-captcha,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-v3 .cf-turnstile,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile-invisible .g-recaptcha,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile-invisible .h-captcha,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile-invisible .cf-turnstile,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-invisible .g-recaptcha,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-invisible .h-captcha,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-invisible .cf-turnstile {
  padding: 0;
}

.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-v3 .wpforms-error:first-of-type,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile-invisible .wpforms-error:first-of-type,
.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-invisible .wpforms-error:first-of-type {
  margin-top: 10px;
}

.wpforms-container amp-img>img {
  position: absolute;
}

.wpforms-container .amp-form-submit-success .wpforms-field-container,
.wpforms-container .amp-form-submit-success .wpforms-submit-container {
  display: none;
}

.wpforms-container .wpforms-preview-notice-links {
  line-height: 2.4;
}

body.rtl .wpforms-container .wpforms-form input[type=tel] {
  direction: ltr;
  text-align: right;
}

body.rtl .wpforms-container .wpforms-form input[type=url] {
  direction: ltr;
  text-align: right;
}

body.rtl .wpforms-container .wpforms-form input[type=url]::-webkit-textfield-decoration-container {
  display: flex;
  flex-direction: row-reverse;
}

body.rtl .wpforms-container .wpforms-form input[type=email] {
  direction: ltr;
  text-align: right;
}

body.rtl .wpforms-container .wpforms-form input[type=email]::-webkit-textfield-decoration-container {
  display: flex;
  flex-direction: row-reverse;
}

body.rtl .wpforms-container .wpforms-form input[type=number]::-webkit-textfield-decoration-container {
  flex-direction: row-reverse;
}

body.rtl .wpforms-container .wpforms-form .wpforms-field-date-time .wpforms-datepicker-wrap .wpforms-datepicker-clear {
  right: auto;
  left: 10px;
}

body.rtl .wpforms-container .wpforms-form .wpforms-field-date-time .ui-timepicker-list li {
  padding: 3px 5px 3px 0 !important;
}

body.rtl .wpforms-container .wpforms-form .wpforms-field-date-time .wpforms-field-medium+.wpforms-datepicker-clear {
  left: calc( 40% + 10px);
  right: auto;
}

body.rtl .wpforms-container .wpforms-form .wpforms-field-file-upload .dz-remove {
  right: auto;
  left: 0;
}

body.rtl .wpforms-container .wpforms-form .wpforms-image-choices-none .wpforms-image-choices-item .wpforms-image-choices-label {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl .ui-timepicker-list li {
  padding: 3px 5px 3px 0;
}

.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-row,
.wpforms-container .wpforms-form .wpforms-field.wpforms-field-address .wpforms-field-row,
.wpforms-container .wpforms-form .wpforms-field.wpforms-field-password .wpforms-field-row {
  flex-wrap: wrap;
  container-type: inline-size;
  container-name: wpforms-field-row-responsive;
}

.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row {
  flex-wrap: wrap;
  container-type: inline-size;
  container-name: wpforms-field-row-responsive-name-field;
}

.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row-responsive {
  flex-wrap: wrap;
  container-type: inline-size;
  container-name: wpforms-field-row-responsive;
}

@container wpforms-field-row-responsive (max-width: 200px){

    .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        width: 100%;
        padding: 0
    }
    .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:only-child {
        padding: 0
    }
    .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child) {
        margin-bottom: 15px
    }

}

@container wpforms-field-row-responsive-name-field (max-width: 260px){

    .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        width: 100%;
        padding: 0
    }
    .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:only-child {
        padding: 0
    }
    .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child) {
        margin-bottom: 15px
    }

}

.wpforms-container .wpforms-form .wpforms-checkbox-2-columns,
.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns,
.wpforms-container .wpforms-form .wpforms-list-2-columns {
  container-type: inline-size;
  container-name: wpforms-field-2-columns-responsive;
}

@container wpforms-field-2-columns-responsive (max-width: 320px){

    .wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul,
    .wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul,
    .wpforms-container .wpforms-form .wpforms-list-2-columns ul {
        grid-template-columns: 1fr !important
    }
    .wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul li,
    .wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul li,
    .wpforms-container .wpforms-form .wpforms-list-2-columns ul li {
        width: 100%
    }

}

.wpforms-container .wpforms-form .wpforms-checkbox-3-columns,
.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns,
.wpforms-container .wpforms-form .wpforms-list-3-columns {
  container-type: inline-size;
  container-name: wpforms-field-3-columns-responsive;
}

@container wpforms-field-3-columns-responsive (max-width: 480px){

    .wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul,
    .wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul,
    .wpforms-container .wpforms-form .wpforms-list-3-columns ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }
    .wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul li,
    .wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul li,
    .wpforms-container .wpforms-form .wpforms-list-3-columns ul li {
        width: 100%
    }

}

@container wpforms-field-3-columns-responsive (max-width: 320px){

    .wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul,
    .wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul,
    .wpforms-container .wpforms-form .wpforms-list-3-columns ul {
        grid-template-columns: 1fr !important
    }
    .wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul li,
    .wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul li,
    .wpforms-container .wpforms-form .wpforms-list-3-columns ul li {
        width: 100%
    }

}

.wpforms-container {
  margin-bottom: 26px;
}

.wpforms-container .wpforms-form * {
  word-break: break-word;
  box-sizing: border-box;
}

.wpforms-container .wpforms-form .wpforms-field-label,
.wpforms-container .wpforms-form .wpforms-field-sublabel,
.wpforms-container .wpforms-form .wpforms-field-description,
.wpforms-container .wpforms-form textarea,
.wpforms-container .wpforms-form li,
.wpforms-container .wpforms-form th {
  hyphens: auto;
}

.wpforms-container ul,
.wpforms-container ul li {
  background: none;
  border: 0;
  margin: 0;
}

.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.wpforms-container .wpforms-submit-container {
  clear: both;
  position: relative;
}

.wpforms-container .wpforms-submit-spinner {
  margin-inline-start: 15px;
  display: inline-block;
  vertical-align: middle;
}

.wpforms-container .wpforms-hidden {
  display: none !important;
}

.wpforms-clear:before {
  content: " ";
  display: table;
}

.wpforms-clear:after {
  clear: both;
  content: " ";
  display: table;
}

.wpforms-container .wpforms-notice {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left-width: 12px;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 20px 36px 20px 26px;
  position: relative;
}

.wpforms-container .wpforms-notice .wpforms-delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.wpforms-container .wpforms-notice .wpforms-delete:before,
.wpforms-container .wpforms-notice .wpforms-delete:after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.wpforms-container .wpforms-notice .wpforms-delete:before {
  height: 2px;
  width: 50%;
}

.wpforms-container .wpforms-notice .wpforms-delete:after {
  height: 50%;
  width: 2px;
}

.wpforms-container .wpforms-notice .wpforms-delete:hover,
.wpforms-container .wpforms-notice .wpforms-delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.wpforms-container .wpforms-notice a {
  text-decoration: underline;
}

.wpforms-container .wpforms-notice p {
  margin: 0 0 20px 0;
}

.wpforms-container .wpforms-notice p:last-of-type {
  margin-bottom: 0;
}

.wpforms-container .wpforms-notice .wpforms-notice-actions {
  margin-top: 20px;
}

.wpforms-container .wpforms-notice .wpforms-notice-action {
  border: 2px solid;
  margin-right: 20px;
  padding: 5px;
  text-decoration: none;
}

.wpforms-container .wpforms-notice .wpforms-notice-action:hover,
.wpforms-container .wpforms-notice .wpforms-notice-action:focus,
.wpforms-container .wpforms-notice .wpforms-notice-action:active {
  color: #ffffff;
}

.wpforms-container .wpforms-notice.wpforms-info {
  border-color: #3273dc;
}

.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action {
  border-color: #3273dc;
}

.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action:hover,
.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action:focus,
.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action:active {
  background-color: #3273dc;
}

.wpforms-container .wpforms-notice.wpforms-success {
  border-color: #23d160;
}

.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action {
  border-color: #23d160;
}

.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action:hover,
.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action:focus,
.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action:active {
  background-color: #23d160;
}

.wpforms-container .wpforms-notice.wpforms-warning {
  border-color: #ffdd57;
}

.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action {
  border-color: #ffdd57;
}

.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,
.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,
.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
  background-color: #ffdd57;
  color: inherit;
}

.wpforms-container .wpforms-notice.wpforms-error {
  border-color: #D63637;
}

.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action {
  border-color: #D63637;
}

.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action:hover,
.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action:focus,
.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action:active {
  background-color: #D63637;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 60%;
}

.wpforms-container input.wpforms-field-small,
.wpforms-container select.wpforms-field-small,
.wpforms-container .wpforms-field-row.wpforms-field-small,
.wp-core-ui div.wpforms-container input.wpforms-field-small,
.wp-core-ui div.wpforms-container select.wpforms-field-small,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-small {
  max-width: 25%;
}

.wpforms-container input.wpforms-field-large,
.wpforms-container select.wpforms-field-large,
.wpforms-container .wpforms-field-row.wpforms-field-large,
.wp-core-ui div.wpforms-container input.wpforms-field-large,
.wp-core-ui div.wpforms-container select.wpforms-field-large,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-large {
  max-width: 100%;
}

.wpforms-container fieldset,
.wp-core-ui div.wpforms-container fieldset {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 15px 0;
  position: relative;
}

.wpforms-container .wpforms-field.wpforms-field-hidden,
.wp-core-ui div.wpforms-container .wpforms-field.wpforms-field-hidden {
  display: none;
  padding: 0;
}

.wpforms-container .wpforms-field-description,
.wpforms-container .wpforms-field-limit-text,
.wp-core-ui div.wpforms-container .wpforms-field-description,
.wp-core-ui div.wpforms-container .wpforms-field-limit-text {
  font-size: 0.8em;
  margin: 5px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.3;
}

.wpforms-container .wpforms-field-description.wpforms-disclaimer-description,
.wp-core-ui div.wpforms-container .wpforms-field-description.wpforms-disclaimer-description {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px 15px 0;
  height: 125px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p,
.wp-core-ui div.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p {
  margin: 0 0 15px 0;
}

.wpforms-container .wpforms-field-description-before,
.wpforms-container .wpforms-field-description.before,
.wp-core-ui div.wpforms-container .wpforms-field-description-before,
.wp-core-ui div.wpforms-container .wpforms-field-description.before {
  font-size: 0.85em;
  margin: 0 0 5px 0;
}

.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
  display: block;
  font-weight: 700;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
  font-size:16px;
}

.wpforms-container .wpforms-field-label-inline,
.wp-core-ui div.wpforms-container .wpforms-field-label-inline {
  display: inline;
  vertical-align: baseline;
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
}

.wpforms-container .wpforms-field-sublabel,
.wp-core-ui div.wpforms-container .wpforms-field-sublabel {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  font-style: normal;
  min-width: 120px;
}

.wpforms-container .wpforms-field-label.wpforms-label-hide,
.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide,
.wp-core-ui div.wpforms-container .wpforms-field-label.wpforms-label-hide,
.wp-core-ui div.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.wpforms-container .wpforms-required-label,
.wp-core-ui div.wpforms-container .wpforms-required-label {
  color: var(--wpforms-label-error-color);
  font-weight: normal;
}

.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea,
.wp-core-ui div.wpforms-container input[type=date],
.wp-core-ui div.wpforms-container input[type=datetime],
.wp-core-ui div.wpforms-container input[type=datetime-local],
.wp-core-ui div.wpforms-container input[type=email],
.wp-core-ui div.wpforms-container input[type=month],
.wp-core-ui div.wpforms-container input[type=number],
.wp-core-ui div.wpforms-container input[type=password],
.wp-core-ui div.wpforms-container input[type=range],
.wp-core-ui div.wpforms-container input[type=search],
.wp-core-ui div.wpforms-container input[type=tel],
.wp-core-ui div.wpforms-container input[type=text],
.wp-core-ui div.wpforms-container input[type=time],
.wp-core-ui div.wpforms-container input[type=url],
.wp-core-ui div.wpforms-container input[type=week],
.wp-core-ui div.wpforms-container select,
.wp-core-ui div.wpforms-container textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.wpforms-container input[type=date]:read-only,
.wpforms-container input[type=datetime]:read-only,
.wpforms-container input[type=datetime-local]:read-only,
.wpforms-container input[type=email]:read-only,
.wpforms-container input[type=month]:read-only,
.wpforms-container input[type=number]:read-only,
.wpforms-container input[type=password]:read-only,
.wpforms-container input[type=range]:read-only,
.wpforms-container input[type=search]:read-only,
.wpforms-container input[type=tel]:read-only,
.wpforms-container input[type=text]:read-only,
.wpforms-container input[type=time]:read-only,
.wpforms-container input[type=url]:read-only,
.wpforms-container input[type=week]:read-only,
.wpforms-container select:read-only,
.wpforms-container textarea:read-only,
.wp-core-ui div.wpforms-container input[type=date]:read-only,
.wp-core-ui div.wpforms-container input[type=datetime]:read-only,
.wp-core-ui div.wpforms-container input[type=datetime-local]:read-only,
.wp-core-ui div.wpforms-container input[type=email]:read-only,
.wp-core-ui div.wpforms-container input[type=month]:read-only,
.wp-core-ui div.wpforms-container input[type=number]:read-only,
.wp-core-ui div.wpforms-container input[type=password]:read-only,
.wp-core-ui div.wpforms-container input[type=range]:read-only,
.wp-core-ui div.wpforms-container input[type=search]:read-only,
.wp-core-ui div.wpforms-container input[type=tel]:read-only,
.wp-core-ui div.wpforms-container input[type=text]:read-only,
.wp-core-ui div.wpforms-container input[type=time]:read-only,
.wp-core-ui div.wpforms-container input[type=url]:read-only,
.wp-core-ui div.wpforms-container input[type=week]:read-only,
.wp-core-ui div.wpforms-container select:read-only,
.wp-core-ui div.wpforms-container textarea:read-only {
  cursor: default;
}

.wpforms-container textarea,
.wp-core-ui div.wpforms-container textarea {
  resize: vertical;
}

.wpforms-container input[type=checkbox],
.wpforms-container input[type=radio],
.wp-core-ui div.wpforms-container input[type=checkbox],
.wp-core-ui div.wpforms-container input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 2px 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 400;
}

.wpforms-container .wpforms-five-sixths,
.wpforms-container .wpforms-four-sixths,
.wpforms-container .wpforms-four-fifths,
.wpforms-container .wpforms-one-fifth,
.wpforms-container .wpforms-one-fourth,
.wpforms-container .wpforms-one-half,
.wpforms-container .wpforms-one-sixth,
.wpforms-container .wpforms-one-third,
.wpforms-container .wpforms-three-fourths,
.wpforms-container .wpforms-three-fifths,
.wpforms-container .wpforms-three-sixths,
.wpforms-container .wpforms-two-fourths,
.wpforms-container .wpforms-two-fifths,
.wpforms-container .wpforms-two-sixths,
.wpforms-container .wpforms-two-thirds {
  float: left;
  margin-left: 20px;
  clear: none;
}

.wpforms-container .wpforms-one-half,
.wpforms-container .wpforms-three-sixths,
.wpforms-container .wpforms-two-fourths {
  width: calc( 50% - 10px);
}

.wpforms-container .wpforms-one-third,
.wpforms-container .wpforms-two-sixths {
  width: calc( 100% / 3 - 20px);
}

.wpforms-container .wpforms-one-third.wpforms-first,
.wpforms-container .wpforms-two-sixths.wpforms-first {
  width: calc( 100% / 3);
}

.wpforms-container .wpforms-four-sixths,
.wpforms-container .wpforms-two-thirds {
  width: calc( 2 * 100% / 3 - 20px);
}

.wpforms-container .wpforms-four-sixths.wpforms-first,
.wpforms-container .wpforms-two-thirds.wpforms-first {
  width: calc( 2 * 100% / 3);
}

.wpforms-container .wpforms-one-fourth {
  width: calc( 25% - 20px);
}

.wpforms-container .wpforms-one-fourth.wpforms-first {
  width: 25%;
}

.wpforms-container .wpforms-three-fourths {
  width: calc( 75% - 20px);
}

.wpforms-container .wpforms-three-fourths.wpforms-first {
  width: 75%;
}

.wpforms-container .wpforms-one-fifth {
  width: calc( 100% / 5 - 20px);
}

.wpforms-container .wpforms-one-fifth.wpforms-first {
  width: calc( 100% / 5);
}

.wpforms-container .wpforms-two-fifths {
  width: calc( 2 * 100% / 5 - 20px);
}

.wpforms-container .wpforms-two-fifths.wpforms-first {
  width: calc( 2 * 100% / 5);
}

.wpforms-container .wpforms-three-fifths {
  width: calc( 3 * 100% / 5 - 20px);
}

.wpforms-container .wpforms-three-fifths.wpforms-first {
  width: calc( 3 * 100% / 5);
}

.wpforms-container .wpforms-four-fifths {
  width: calc( 4 * 100% / 5 - 20px);
}

.wpforms-container .wpforms-four-fifths.wpforms-first {
  width: calc( 4 * 100% / 5);
}

.wpforms-container .wpforms-one-sixth {
  width: calc( 100% / 6 - 20px);
}

.wpforms-container .wpforms-one-sixth.wpforms-first {
  width: calc( 100% / 6);
}

.wpforms-container .wpforms-five-sixths {
  width: calc( 5 * 100% / 6 - 20px);
}

.wpforms-container .wpforms-five-sixths.wpforms-first {
  width: calc( 5 * 100% / 6);
}

.wpforms-container .wpforms-first {
  clear: both !important;
  margin-left: 0 !important;
}

.wpforms-container .wpforms-field {
  float: none;
  clear: both;
}

.wpforms-container .wpforms-field.wpforms-five-sixths,
.wpforms-container .wpforms-field.wpforms-four-sixths,
.wpforms-container .wpforms-field.wpforms-four-fifths,
.wpforms-container .wpforms-field.wpforms-one-fifth,
.wpforms-container .wpforms-field.wpforms-one-fourth,
.wpforms-container .wpforms-field.wpforms-one-half,
.wpforms-container .wpforms-field.wpforms-one-sixth,
.wpforms-container .wpforms-field.wpforms-one-third,
.wpforms-container .wpforms-field.wpforms-three-fourths,
.wpforms-container .wpforms-field.wpforms-three-fifths,
.wpforms-container .wpforms-field.wpforms-three-sixths,
.wpforms-container .wpforms-field.wpforms-two-fourths,
.wpforms-container .wpforms-field.wpforms-two-fifths,
.wpforms-container .wpforms-field.wpforms-two-sixths,
.wpforms-container .wpforms-field.wpforms-two-thirds {
  float: left;
  margin-left: 20px;
  clear: none;
}

.wpforms-container .wpforms-field .wpforms-field-row {
  align-items: start;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
  padding: 0 10px;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child {
  padding-inline-start: 0;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {
  padding-inline-end: 0;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:only-child {
  margin-right: auto;
  padding-right: 10px;
}

.wpforms-container .wpforms-field .wpforms-field-row:before {
  content: "";
  display: table;
}

.wpforms-container .wpforms-field .wpforms-field-row:after {
  clear: both;
  content: "";
  display: table;
}

.wpforms-container .wpforms-field .wpforms-field-row:last-of-type {
  margin-bottom: 0;
}

.wpforms-container .wpforms-field .wpforms-field-row>:only-child {
  width: 100%;
}

.wpforms-container .wpforms-field .wpforms-field-row.wpforms-no-columns {
  display: block;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-five-sixths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-sixths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-fifths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fifth,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fourth,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-sixth,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-third,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fourths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fifths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fifths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-sixths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-thirds {
  float: none;
  margin-left: 0;
  clear: initial;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths {
  width: 50%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-third,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-sixths {
  width: 33.33333%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-sixths,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-thirds {
  width: 66.66667%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fourth {
  width: 25%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fourths {
  width: 75%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fifth {
  width: 20%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fifths {
  width: 40%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fifths {
  width: 60%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-fifths {
  width: 80%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-sixth {
  width: 16.66667%;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-five-sixths {
  width: 83.33333%;
}

.wpforms-container .wpforms-field .wpforms-checkbox-2-columns ul,
.wpforms-container .wpforms-field .wpforms-multiplechoice-2-columns ul,
.wpforms-container .wpforms-field .wpforms-list-2-columns ul,
.wpforms-container .wpforms-field .wpforms-checkbox-3-columns ul,
.wpforms-container .wpforms-field .wpforms-multiplechoice-3-columns ul,
.wpforms-container .wpforms-field .wpforms-list-3-columns ul {
  display: grid;
  gap: 15px 30px;
}

.wpforms-container .wpforms-field .wpforms-checkbox-2-columns ul,
.wpforms-container .wpforms-field .wpforms-multiplechoice-2-columns ul,
.wpforms-container .wpforms-field .wpforms-list-2-columns ul {
  grid-template-columns: repeat(2, 1fr);
}

.wpforms-container .wpforms-field .wpforms-checkbox-3-columns ul,
.wpforms-container .wpforms-field .wpforms-multiplechoice-3-columns ul,
.wpforms-container .wpforms-field .wpforms-list-3-columns ul {
  grid-template-columns: repeat(3, 1fr);
}

.wpforms-container .wpforms-field .wpforms-list-inline ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.wpforms-container.inline-fields {
  overflow: visible;
}

.wpforms-container.inline-fields .wpforms-form {
  display: flex;
  justify-content: space-between;
}

.wpforms-container.inline-fields .wpforms-field-container {
  display: flex;
  justify-content: space-between;
  width: calc( 100% - 175px);
}

.wpforms-container.inline-fields .wpforms-field-container .wpforms-field {
  padding-right: 7px;
  padding-left: 8px;
}

.wpforms-container.inline-fields .wpforms-field-container .wpforms-field:first-of-type {
  padding-left: 0;
}

.wpforms-container.inline-fields .wpforms-field-container .wpforms-field:last-of-type {
  padding-right: 0;
}

.wpforms-container.inline-fields .wpforms-field-row:first-of-type .wpforms-field-row-block:first-child {
  padding-left: 0;
}

.wpforms-container.inline-fields .wpforms-submit-container {
  width: 160px;
  padding-bottom: 16px;
  align-self: flex-end;
}

.wpforms-container.inline-fields .wpforms-submit {
  display: block;
  width: 100%;
}

.wpforms-container.inline-fields input.wpforms-field-medium,
.wpforms-container.inline-fields select.wpforms-field-medium,
.wpforms-container.inline-fields .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

.wpforms-container ul.wpforms-image-choices label:not(.wpforms-error) {
  cursor: pointer;
  position: relative;
}

.wpforms-container ul.wpforms-image-choices label input {
  top: 50%;
}

.wpforms-container .wpforms-image-choices-modern img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error) {
  background: none;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 20px;
  transition: all 0.5s;
  text-align: center;
}

.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):focus,
.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):focus-within {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.wpforms-container .wpforms-image-choices-modern .wpforms-selected label,
.wpforms-container .wpforms-image-choices-modern li:has(input:checked) label {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label,
.wpforms-container .wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-label {
  font-weight: 700;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after,
.wpforms-container .wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-image:after {
  opacity: 1;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image {
  display: block;
  position: relative;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image:after {
  content: "\2714";
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  background: var(--wpforms-button-background-color, #066aab);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.5s;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-label {
  display: block;
  margin-top: 12px;
}

.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
  margin: 5px !important;
}

.wpforms-container .wpforms-image-choices-classic img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error) {
  background: none;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 10px;
  text-align: center;
}

.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-image {
  display: block;
}

.wpforms-container .wpforms-image-choices-classic .wpforms-selected label,
.wpforms-container .wpforms-image-choices-classic li:has(input:checked) label {
  border-color: rgba(0, 0, 0, 0.7);
}

.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-label {
  display: block;
  margin-top: 8px;
}

.wpforms-container .wpforms-list-inline .wpforms-image-choices-classic li {
  margin: 0 10px 10px 0 !important;
}

.wpforms-container .wpforms-image-choices-none .wpforms-image-choices-item img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.wpforms-container .wpforms-image-choices-none .wpforms-image-choices-item input {
  vertical-align: middle;
}

.wpforms-container .wpforms-image-choices-none .wpforms-image-choices-item .wpforms-image-choices-label {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  vertical-align: middle;
}

.wpforms-container-full ul.wpforms-icon-choices,
.wpforms-container-full ul.wpforms-icon-choices * {
  box-sizing: border-box;
}

.wpforms-container-full ul.wpforms-icon-choices {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1px 0 1px !important;
  margin: 12px 0 -20px 0 !important;
}

.wpforms-container-full ul.wpforms-icon-choices+.wpforms-field-description,
.wpforms-container-full ul.wpforms-icon-choices+.wpforms-error {
  margin-top: 15px;
}

.wpforms-container-full ul.wpforms-icon-choices li {
  min-width: 120px;
  padding-right: 0 !important;
  margin: 0 0 20px 0 !important;
}

.wpforms-container-full ul.wpforms-icon-choices label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.wpforms-container-full ul.wpforms-icon-choices .wpforms-icon-choices-icon {
  display: block;
}

.wpforms-container-full ul.wpforms-icon-choices svg {
  margin: 0 auto;
  fill: var(--wpforms-icon-choices-color);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-none svg {
  margin: 0;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default li,
.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  margin: 0 0 22px 0 !important;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default label {
  text-align: center;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 15px 20px 45px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 6px;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg {
  position: relative;
  z-index: 2;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background-color: #ffffff;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon,
.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  box-sizing: border-box;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg,
.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon-bg {
  background-color: var(--wpforms-icon-choices-color);
  opacity: .1;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li label {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 6px;
  height: 100%;
  padding: 20px 20px 15px 20px;
  text-align: center;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label,
.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color), 0 2px 10px rgba(0, 0, 0, 0.15);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon {
  margin-bottom: 10px;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
  background-color: #ffffff !important;
  height: 100%;
  padding: 20px 20px 15px 20px;
  text-align: center;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover {
  box-shadow: 0 0 0 1px #999999;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label {
  box-shadow: 0 0 0 1px #999999;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label,
.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li:has(input:checked) label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon {
  margin-bottom: 10px;
}

.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 50%;
  margin: 15px auto 0;
}

.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,
.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: calc(15px + 4px);
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--wpforms-icon-choices-color);
  border-radius: 50%;
}

.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 3px;
  margin: 15px auto 0;
}

.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,
.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 23px;
  left: calc(50% - 6px);
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: var(--wpforms-icon-choices-color);
  border-width: 0 2px 2px 0;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices,
.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices,
.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices {
  flex-direction: row;
  flex-wrap: wrap;
}

.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices li,
.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices li,
.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices li {
  margin-right: 20px !important;
}

.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,
.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,
.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,
.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  margin-right: 22px !important;
  margin-bottom: 22px !important;
}

.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices li {
  width: calc( 100% / 2 - 20px / 2);
}

.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n) {
  margin-right: 0 !important;
}

.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  width: calc( 100% / 2 - 22px / 2);
}

.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices li {
  width: calc( 100% / 3 - 20px * 2 / 3);
}

.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n) {
  margin-right: 0 !important;
}

.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  width: calc( 100% / 3 - 22px * 2 / 3);
}

.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices li {
  width: auto;
  max-width: calc( 100% / 4 - 20px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price {
  width: calc(60% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-small {
  text-wrap: balance;
  width: calc(25% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-large {
  width: calc(100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content select.wpforms-payment-quantity {
  margin-left: 0;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price {
  display: inline-block;
  max-width: calc( 60% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small {
  max-width: calc( 25% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-large {
  max-width: calc( 100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-quantity {
  display: inline-block;
  margin-inline-start: 15px;
  width: 70px;
  min-width: 70px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: flex-start;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-label {
  min-width: 100%;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .choices {
  margin-bottom: 5px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row {
  flex-grow: 1;
  max-width: calc( 60% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-small {
  max-width: calc( 25% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-large {
  max-width: calc( 100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity {
  flex-basis: 70px;
  max-width: 70px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity .choices__list--dropdown {
  min-width: 70px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-description {
  flex-basis: 100%;
  margin-top: 0;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-error {
  flex-basis: 100%;
}

#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-medium,
#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small {
  max-width: calc( 100% - 85px);
}

.wpforms-container .wpforms-form .choices .choices__inner {
  border-radius: 3px;
  min-height: 35px;
}

.wpforms-container .wpforms-form .choices .choices__inner .choices__list--single {
  height: auto;
}

.wpforms-container .wpforms-form .choices .choices__inner .choices__list--multiple .choices__item {
  line-height: 1.3;
}

.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner,
.wpforms-container .wpforms-form .choices.is-open .choices__list--dropdown {
  border-radius: 0 0 3px 3px;
}

.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,
.wpforms-container .wpforms-form .choices.is-open .choices__inner {
  border-radius: 3px 3px 0 0;
}

.wpforms-container textarea {
  line-height: 1.3;
}

.wpforms-container textarea.wpforms-field-small {
  height: 70px;
}

.wpforms-container textarea.wpforms-field-medium {
  height: 120px;
}

.wpforms-container textarea.wpforms-field-large {
  height: 220px;
}

.wpforms-container .wpforms-order-summary-container {
  display: block;
  max-width: 60%;
}

.wpforms-container .wpforms-order-summary-container * {
  word-break: break-word;
  box-sizing: border-box;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview {
  width: 100%;
  table-layout: fixed;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  text-align: center;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  text-align: left;
}

.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  text-align: right;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
  width: 8ch;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
  display: none;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  width: 6ch;
  text-align: right;
}

.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  text-align: left;
}

.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  text-align: left;
}

.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  text-align: right;
}

.wpforms-container .size-large>.wpforms-order-summary-container,
.wpforms-container .wpforms-field-large>.wpforms-order-summary-container {
  max-width: 100%;
}

.wpforms-container .size-medium>.wpforms-order-summary-container,
.wpforms-container .wpforms-field-medium>.wpforms-order-summary-container {
  max-width: 60%;
}

.wpforms-container .wpforms-order-summary-container tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price {
  color: #D63637;
}

.wpforms-field.wpf-disable-field select,
.wpforms-field.wpf-disable-field textarea,
.wpforms-field.wpf-disable-field button,
.wpforms-field.wpf-disable-field input[type=text],
.wpforms-field.wpf-disable-field input[type=number],
.wpforms-field.wpf-disable-field input[type=email],
.wpforms-field.wpf-disable-field input[type=url],
.wpforms-field.wpf-disable-field input[type=tel],
.wpforms-field.wpf-disable-field input[type=password],
.wpforms-field.wpf-disable-field input[type=radio],
.wpforms-field.wpf-disable-field input[type=checkbox],
.wpforms-field.wpf-disable-field input[type=range],
.wpforms-field.wpf-disable-field input[type=file],
.wpforms-field.wpf-disable-field input.wpforms-field-date-time-date,
.wpforms-field.wpf-disable-field .wpforms-uploader,
.wpforms-field.wpf-disable-field .choices,
.wpforms-field.wpf-disable-field .wpforms-image-choices-image,
.wpforms-field.wpf-disable-field .wpforms-field-rating-wrapper,
.wpforms-field.wpf-disable-field .wpforms-field-password-input-icon,
.wpforms-field.wpf-disable-field .wpforms-disclaimer-description,
.wpforms-field.wpf-disable-field .mce-tinymce,
.wpforms-field.wpf-disable-field .iti__selected-country,
.wpforms-field.wpf-disable-field .StripeElement,
.wpforms-field.wpf-disable-field .wpforms-stripe-element,
.wpforms-field.wpf-disable-field .wpforms-field-square-cardnumber,
.wpforms-field.wpf-disable-field .wpforms-square-cardnumber,
.wpforms-field.wpf-disable-field .wpforms-geolocation-map,
.wpforms-field.wpf-disable-field .wpforms-signature-wrap,
.wpforms-field.wpf-disable-field .wpforms-paypal-commerce-card-fields,
.wpforms-field.wpf-disable-field.wpforms-field-net_promoter_score table.modern>tbody>tr>td,
.wpforms-field.wpf-disable-field .wpforms-camera-link,
.wpforms-field.wpforms-field-readonly select,
.wpforms-field.wpforms-field-readonly textarea,
.wpforms-field.wpforms-field-readonly button,
.wpforms-field.wpforms-field-readonly input[type=text],
.wpforms-field.wpforms-field-readonly input[type=number],
.wpforms-field.wpforms-field-readonly input[type=email],
.wpforms-field.wpforms-field-readonly input[type=url],
.wpforms-field.wpforms-field-readonly input[type=tel],
.wpforms-field.wpforms-field-readonly input[type=password],
.wpforms-field.wpforms-field-readonly input[type=radio],
.wpforms-field.wpforms-field-readonly input[type=checkbox],
.wpforms-field.wpforms-field-readonly input[type=range],
.wpforms-field.wpforms-field-readonly input[type=file],
.wpforms-field.wpforms-field-readonly input.wpforms-field-date-time-date,
.wpforms-field.wpforms-field-readonly .wpforms-uploader,
.wpforms-field.wpforms-field-readonly .choices,
.wpforms-field.wpforms-field-readonly .wpforms-image-choices-image,
.wpforms-field.wpforms-field-readonly .wpforms-field-rating-wrapper,
.wpforms-field.wpforms-field-readonly .wpforms-field-password-input-icon,
.wpforms-field.wpforms-field-readonly .wpforms-disclaimer-description,
.wpforms-field.wpforms-field-readonly .mce-tinymce,
.wpforms-field.wpforms-field-readonly .iti__selected-country,
.wpforms-field.wpforms-field-readonly .StripeElement,
.wpforms-field.wpforms-field-readonly .wpforms-stripe-element,
.wpforms-field.wpforms-field-readonly .wpforms-field-square-cardnumber,
.wpforms-field.wpforms-field-readonly .wpforms-square-cardnumber,
.wpforms-field.wpforms-field-readonly .wpforms-geolocation-map,
.wpforms-field.wpforms-field-readonly .wpforms-signature-wrap,
.wpforms-field.wpforms-field-readonly .wpforms-paypal-commerce-card-fields,
.wpforms-field.wpforms-field-readonly.wpforms-field-net_promoter_score table.modern>tbody>tr>td,
.wpforms-field.wpforms-field-readonly .wpforms-camera-link {
  cursor: default !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
}

.wpforms-field.wpf-disable-field input[type=radio],
.wpforms-field.wpf-disable-field input[type=checkbox],
.wpforms-field.wpforms-field-readonly input[type=radio],
.wpforms-field.wpforms-field-readonly input[type=checkbox] {
  cursor: default !important;
  pointer-events: none !important;
}

.wpforms-field.wpf-disable-field label,
.wpforms-field.wpforms-field-readonly label {
  pointer-events: none !important;
}

.wpforms-field.wpf-disable-field .iti__country-container,
.wpforms-field.wpforms-field-readonly .iti__country-container {
  cursor: default !important;
}

.wpforms-field.wpf-disable-field .iti__country-container button,
.wpforms-field.wpforms-field-readonly .iti__country-container button {
  cursor: default !important;
}

div.wpforms-container-full,
div.wpforms-container-full * {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  outline: none;
  position: static;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

div.wpforms-container-full img,
div.wpforms-container-full video,
div.wpforms-container-full canvas,
div.wpforms-container-full svg {
  overflow: clip;
}

div.wpforms-container-full {
  margin-left: auto;
  margin-right: auto;
}

div.wpforms-container-full:not(:empty) {
  margin: 24px auto;
  padding: var(--wpforms-container-padding);
  background-clip: padding-box;
  background-color: var(--wpforms-background-color);
  background-image: var(--wpforms-background-url);
  background-position: var(--wpforms-background-position);
  background-repeat: var(--wpforms-background-repeat);
  background-size: var(--wpforms-background-size);
  border-style: var(--wpforms-container-border-style);
  border-width: var(--wpforms-container-border-width);
  border-color: var(--wpforms-container-border-color);
  border-radius: var(--wpforms-container-border-radius);
  box-shadow: var(--wpforms-container-shadow-size-box-shadow);
}

div.wpforms-container-full input,
div.wpforms-container-full label,
div.wpforms-container-full select,
div.wpforms-container-full button,
div.wpforms-container-full textarea {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  background: none;
  height: auto;
  box-sizing: border-box;
}

div.wpforms-container-full h1,
div.wpforms-container-full h2,
div.wpforms-container-full h3,
div.wpforms-container-full h4,
div.wpforms-container-full h5,
div.wpforms-container-full h6,
div.wpforms-container-full small,
div.wpforms-container-full sup,
div.wpforms-container-full sub,
div.wpforms-container-full dl,
div.wpforms-container-full dt,
div.wpforms-container-full dd,
div.wpforms-container-full time,
div.wpforms-container-full address,
div.wpforms-container-full pre,
div.wpforms-container-full code,
div.wpforms-container-full blockquote,
div.wpforms-container-full sup,
div.wpforms-container-full sub,
div.wpforms-container-full del {
  font-size: revert;
  font-weight: revert;
  margin: revert;
  padding: revert;
}

div.wpforms-container-full sup,
div.wpforms-container-full sub {
  position: relative;
}

div.wpforms-container-full del {
  text-decoration: line-through;
}

div.wpforms-container-full blockquote {
  padding-left: 20px;
  border-left: 4px solid;
}

div.wpforms-container-full blockquote p {
  font-size: revert;
  font-weight: revert;
  font-style: italic;
}

div.wpforms-container-full ul,
div.wpforms-container-full ul li {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

div.wpforms-container-full ul li {
  margin-bottom: 15px;
}

div.wpforms-container-full ul li:last-of-type {
  margin-bottom: 0;
}

div.wpforms-container-full hr {
  border-top-width: var(--wpforms-field-border-size);
  border-top-style: var(--wpforms-field-border-style);
  border-top-color: var(--wpforms-field-border-color);
  margin: 0.5em auto;
}

div.wpforms-container-full fieldset {
  min-width: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-head-container {
  margin: 0;
  padding: 0 0 35px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
  font-weight: 700;
  line-height: 29px;
  color: var(--wpforms-label-color);
}

div.wpforms-container-full .wpforms-form .wpforms-description {
  font-style: normal;
  font-weight: 300;
  font-size: var(--wpforms-label-size-font-size);
  line-height: var(--wpforms-label-size-line-height);
  color: var(--wpforms-label-color);
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: var(--wpforms-button-size-margin-top);
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  max-width: 26px;
}

body .wpforms-test {
  outline: 2px solid red !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  font-weight: 400;
  font-size: var(--wpforms-label-size-sublabel-font-size);
  line-height: var(--wpforms-label-size-sublabel-line-height);
  margin-top: var(--wpforms-field-size-input-spacing);
  color: var(--wpforms-label-error-color);
  padding: 0 0 0 5px;
  position: relative;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  content: '';
  position: relative;
  display: inline-block;
  right: 5px;
  top: 1.5px;
  width: 16px;
  height: 14px;
  background-color: var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-field-sublabel+.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card .wpforms-field-sublabel+.wpforms-error {
  margin-top: calc( 1.5 * var( --wpforms-field-size-sublabel-spacing));
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:hover,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:hover,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:hover,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:hover,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:hover,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:hover {
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-label-error-color);
  box-shadow: 0 0 2px 0 var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:focus,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:focus,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:focus,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:focus {
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-label-error-color);
  box-shadow: 0 0 0 1px var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].user-invalid {
  border: none;
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error:hover,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error:focus,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].user-invalid:hover,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].user-invalid:focus,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].wpforms-error:hover,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].wpforms-error:focus,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].user-invalid:hover,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].user-invalid:focus {
  border: none;
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container {
  color: var(--wpforms-label-error-color);
  font-size: var(--wpforms-label-size-font-size);
  line-height: var(--wpforms-label-size-line-height);
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ul li {
  list-style: inside !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ol li {
  list-style: inside decimal !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container a {
  color: var(--wpforms-label-error-color);
  text-decoration: underline !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container a:hover {
  text-decoration: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container del {
  text-decoration: line-through !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container blockquote {
  padding-left: 20px;
  border-left: 4px solid;
  font-style: italic;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container.wpforms-error-styled-container {
  padding: 15px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container.wpforms-error-styled-container .wpforms-error {
  padding: 11px;
  border: 1px solid var(--wpforms-label-error-color);
  border-left: 5px solid;
}

div.wpforms-container-full .wpforms-form .wpforms-error-alert {
  color: var(--wpforms-label-error-color);
  border-color: transparent;
  border-radius: var(--wpforms-field-border-radius);
  font-size: var(--wpforms-label-size-sublabel-font-size);
  padding: var(--wpforms-field-size-input-spacing);
  background: linear-gradient(90deg, var(--wpforms-label-error-color) -3000%, transparent 500%);
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full {
  color: #333333;
  margin: 0 auto 24px;
  padding: 15px;
  overflow-wrap: break-word;
}

div.wpforms-container-full .wpforms-confirmation-container-full ul,
div.wpforms-container-full .wpforms-confirmation-container-full ol,
div[submit-success]>.wpforms-confirmation-container-full ul,
div[submit-success]>.wpforms-confirmation-container-full ol {
  padding-left: 30px;
}

div.wpforms-container-full .wpforms-confirmation-container-full ul li,
div.wpforms-container-full .wpforms-confirmation-container-full ol li,
div[submit-success]>.wpforms-confirmation-container-full ul li,
div[submit-success]>.wpforms-confirmation-container-full ol li {
  margin-bottom: 5px;
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success]>.wpforms-confirmation-container-full p {
  margin: 0 0 15px 0;
}

div.wpforms-container-full .wpforms-confirmation-container-full p:last-child,
div[submit-success]>.wpforms-confirmation-container-full p:last-child {
  margin: 0;
}

div.wpforms-container-full .wpforms-confirmation-container-full iframe,
div[submit-success]>.wpforms-confirmation-container-full iframe {
  width: 100%;
  border: 0;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #e0ffc7;
  border: 1px solid #b4d39b;
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #333333;
}

div.wpforms-container-full .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) .wpforms-order-summary-container table.wpforms-order-summary-preview {
  color: inherit;
  border-color: #b4d39b;
}

div.wpforms-container-full .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview td,
div.wpforms-container-full .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview th,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) .wpforms-order-summary-container table.wpforms-order-summary-preview td,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) .wpforms-order-summary-container table.wpforms-order-summary-preview th {
  border-top-color: #b4d39b;
}

div.wpforms-container-full .wpforms-form amp-img>img {
  position: absolute;
}

div.wpforms-container-full .wpforms-form .wpforms-limit-text {
  font-size: 13px;
  display: block;
}

.wpforms-screen-reader-announce {
  color: transparent !important;
  position: absolute !important;
  bottom: 0 !important;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
  transform: rotate(180deg);
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
  margin: 0 0 0 10px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  margin: 0 0 0 15px;
}

body.rtl div.wpforms-container-full .wpforms-form em.wpforms-error {
  padding: 0 5px 0 0;
}

body.rtl div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  left: 5px;
  right: auto;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices__list--single .choices__item {
  padding-right: 0;
  padding-left: 15px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  padding: 0 7px 0 24px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
  padding: 0 4px 0 16px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"]:after {
  right: auto;
  left: 12px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]:after {
  right: auto;
  left: 12px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 25px;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"] .choices__button {
  margin-right: 5px;
  border-right: none;
}

body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
  background-position: calc(0% + 12px) 50%, calc(0% + 17px) 50%;
  padding: 0 12px 0 24px;
}

div.wpforms-container-full .wpforms-field-description,
div.wpforms-container-full .wpforms-field-limit-text,
.wp-core-ui div.wpforms-container-full .wpforms-field-description,
.wp-core-ui div.wpforms-container-full .wpforms-field-limit-text {
  font-size: var(--wpforms-label-size-sublabel-font-size);
  line-height: var(--wpforms-label-size-sublabel-line-height);
  color: var(--wpforms-label-sublabel-color);
  margin: var(--wpforms-field-size-sublabel-spacing) 0 0 0;
}

div.wpforms-container-full .wpforms-field-description ul,
div.wpforms-container-full .wpforms-field-description ol,
.wp-core-ui div.wpforms-container-full .wpforms-field-description ul,
.wp-core-ui div.wpforms-container-full .wpforms-field-description ol {
  padding-left: 15px;
}

div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description,
.wp-core-ui div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description {
  color: var(--wpforms-field-text-color);
  margin-top: var(--wpforms-field-size-input-spacing);
  font-size: var(--wpforms-label-size-sublabel-font-size);
  line-height: var(--wpforms-label-size-sublabel-line-height);
  background-color: var(--wpforms-field-background-color);
  border-radius: var(--wpforms-field-border-radius);
  border-width: var(--wpforms-field-border-size);
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
  padding: var(--wpforms-field-size-padding-h);
}

div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description p,
.wp-core-ui div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 15px;
}

div.wpforms-container-full .wpforms-field-description-before,
div.wpforms-container-full .wpforms-field-description.before,
.wp-core-ui div.wpforms-container-full .wpforms-field-description-before,
.wp-core-ui div.wpforms-container-full .wpforms-field-description.before {
  margin: 0 0 var(--wpforms-field-size-input-spacing) 0;
}

div.wpforms-container-full .wpforms-field-row+.wpforms-field-description,
.wp-core-ui div.wpforms-container-full .wpforms-field-row+.wpforms-field-description {
  margin-top: 0;
}

div.wpforms-container-full .wpforms-field-row+.wpforms-field-description.wpforms-disclaimer-description,
.wp-core-ui div.wpforms-container-full .wpforms-field-row+.wpforms-field-description.wpforms-disclaimer-description {
  margin-top: 0;
}

div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin: 0 0 var(--wpforms-field-size-input-spacing) 0;
  padding: 0;
  font-size: var(--wpforms-label-size-font-size);
  line-height: var(--wpforms-label-size-line-height);
  color: var(--wpforms-label-color);
}

div.wpforms-container-full .wpforms-field-label-inline,
.wp-core-ui div.wpforms-container-full .wpforms-field-label-inline {
  font-size: var(--wpforms-label-size-font-size);
  line-height: var(--wpforms-label-size-line-height);
  color: var(--wpforms-label-color);
}

div.wpforms-container-full .wpforms-field-sublabel,
.wp-core-ui div.wpforms-container-full .wpforms-field-sublabel {
  font-size: var(--wpforms-label-size-sublabel-font-size);
  line-height: var(--wpforms-label-size-sublabel-line-height);
  margin: var(--wpforms-field-size-sublabel-spacing) 0 0 0;
  padding: 0;
  color: var(--wpforms-label-sublabel-color);
}

div.wpforms-container-full .wpforms-field-sublabel.before,
.wp-core-ui div.wpforms-container-full .wpforms-field-sublabel.before {
  margin: 0 0 var(--wpforms-field-size-sublabel-spacing) 0;
}

div.wpforms-container-full .wpforms-required-label,
.wp-core-ui div.wpforms-container-full .wpforms-required-label {
  font-weight: 400;
}

div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full input[type=date],
.wp-core-ui div.wpforms-container-full input[type=datetime],
.wp-core-ui div.wpforms-container-full input[type=datetime-local],
.wp-core-ui div.wpforms-container-full input[type=email],
.wp-core-ui div.wpforms-container-full input[type=month],
.wp-core-ui div.wpforms-container-full input[type=number],
.wp-core-ui div.wpforms-container-full input[type=password],
.wp-core-ui div.wpforms-container-full input[type=range],
.wp-core-ui div.wpforms-container-full input[type=search],
.wp-core-ui div.wpforms-container-full input[type=tel],
.wp-core-ui div.wpforms-container-full input[type=text],
.wp-core-ui div.wpforms-container-full input[type=time],
.wp-core-ui div.wpforms-container-full input[type=url],
.wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full textarea {
  background-color: var(--wpforms-field-background-color);
  background-clip: padding-box;
  border-radius: var(--wpforms-field-border-radius);
  color: var(--wpforms-field-text-color);
  border-width: var(--wpforms-field-border-size);
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
  padding: 0 var(--wpforms-field-size-padding-h);
  font-size: var(--wpforms-field-size-font-size);
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
}

div.wpforms-container-full input[type=date]:focus,
div.wpforms-container-full input[type=datetime]:focus,
div.wpforms-container-full input[type=datetime-local]:focus,
div.wpforms-container-full input[type=email]:focus,
div.wpforms-container-full input[type=month]:focus,
div.wpforms-container-full input[type=number]:focus,
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=range]:focus,
div.wpforms-container-full input[type=search]:focus,
div.wpforms-container-full input[type=tel]:focus,
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=time]:focus,
div.wpforms-container-full input[type=url]:focus,
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus,
.wp-core-ui div.wpforms-container-full input[type=date]:focus,
.wp-core-ui div.wpforms-container-full input[type=datetime]:focus,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus,
.wp-core-ui div.wpforms-container-full input[type=email]:focus,
.wp-core-ui div.wpforms-container-full input[type=month]:focus,
.wp-core-ui div.wpforms-container-full input[type=number]:focus,
.wp-core-ui div.wpforms-container-full input[type=password]:focus,
.wp-core-ui div.wpforms-container-full input[type=range]:focus,
.wp-core-ui div.wpforms-container-full input[type=search]:focus,
.wp-core-ui div.wpforms-container-full input[type=tel]:focus,
.wp-core-ui div.wpforms-container-full input[type=text]:focus,
.wp-core-ui div.wpforms-container-full input[type=time]:focus,
.wp-core-ui div.wpforms-container-full input[type=url]:focus,
.wp-core-ui div.wpforms-container-full input[type=week]:focus,
.wp-core-ui div.wpforms-container-full select:focus,
.wp-core-ui div.wpforms-container-full textarea:focus {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full input[type=date]:focus:invalid,
div.wpforms-container-full input[type=datetime]:focus:invalid,
div.wpforms-container-full input[type=datetime-local]:focus:invalid,
div.wpforms-container-full input[type=email]:focus:invalid,
div.wpforms-container-full input[type=month]:focus:invalid,
div.wpforms-container-full input[type=number]:focus:invalid,
div.wpforms-container-full input[type=password]:focus:invalid,
div.wpforms-container-full input[type=range]:focus:invalid,
div.wpforms-container-full input[type=search]:focus:invalid,
div.wpforms-container-full input[type=tel]:focus:invalid,
div.wpforms-container-full input[type=text]:focus:invalid,
div.wpforms-container-full input[type=time]:focus:invalid,
div.wpforms-container-full input[type=url]:focus:invalid,
div.wpforms-container-full input[type=week]:focus:invalid,
div.wpforms-container-full select:focus:invalid,
div.wpforms-container-full textarea:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid,
.wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid,
.wp-core-ui div.wpforms-container-full select:focus:invalid,
.wp-core-ui div.wpforms-container-full textarea:focus:invalid {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
  color: var(--wpforms-field-text-color);
}

div.wpforms-container-full input[type=date][disabled],
div.wpforms-container-full input[type=datetime][disabled],
div.wpforms-container-full input[type=datetime-local][disabled],
div.wpforms-container-full input[type=email][disabled],
div.wpforms-container-full input[type=month][disabled],
div.wpforms-container-full input[type=number][disabled],
div.wpforms-container-full input[type=password][disabled],
div.wpforms-container-full input[type=range][disabled],
div.wpforms-container-full input[type=search][disabled],
div.wpforms-container-full input[type=tel][disabled],
div.wpforms-container-full input[type=text][disabled],
div.wpforms-container-full input[type=time][disabled],
div.wpforms-container-full input[type=url][disabled],
div.wpforms-container-full input[type=week][disabled],
div.wpforms-container-full select[disabled],
div.wpforms-container-full textarea[disabled],
.wp-core-ui div.wpforms-container-full input[type=date][disabled],
.wp-core-ui div.wpforms-container-full input[type=datetime][disabled],
.wp-core-ui div.wpforms-container-full input[type=datetime-local][disabled],
.wp-core-ui div.wpforms-container-full input[type=email][disabled],
.wp-core-ui div.wpforms-container-full input[type=month][disabled],
.wp-core-ui div.wpforms-container-full input[type=number][disabled],
.wp-core-ui div.wpforms-container-full input[type=password][disabled],
.wp-core-ui div.wpforms-container-full input[type=range][disabled],
.wp-core-ui div.wpforms-container-full input[type=search][disabled],
.wp-core-ui div.wpforms-container-full input[type=tel][disabled],
.wp-core-ui div.wpforms-container-full input[type=text][disabled],
.wp-core-ui div.wpforms-container-full input[type=time][disabled],
.wp-core-ui div.wpforms-container-full input[type=url][disabled],
.wp-core-ui div.wpforms-container-full input[type=week][disabled],
.wp-core-ui div.wpforms-container-full select[disabled],
.wp-core-ui div.wpforms-container-full textarea[disabled] {
  color: var(--wpforms-field-text-color);
  opacity: 0.5;
}

div.wpforms-container-full input[type=date]::-webkit-input-placeholder,
div.wpforms-container-full input[type=datetime]::-webkit-input-placeholder,
div.wpforms-container-full input[type=datetime-local]::-webkit-input-placeholder,
div.wpforms-container-full input[type=email]::-webkit-input-placeholder,
div.wpforms-container-full input[type=month]::-webkit-input-placeholder,
div.wpforms-container-full input[type=number]::-webkit-input-placeholder,
div.wpforms-container-full input[type=password]::-webkit-input-placeholder,
div.wpforms-container-full input[type=range]::-webkit-input-placeholder,
div.wpforms-container-full input[type=search]::-webkit-input-placeholder,
div.wpforms-container-full input[type=tel]::-webkit-input-placeholder,
div.wpforms-container-full input[type=text]::-webkit-input-placeholder,
div.wpforms-container-full input[type=time]::-webkit-input-placeholder,
div.wpforms-container-full input[type=url]::-webkit-input-placeholder,
div.wpforms-container-full input[type=week]::-webkit-input-placeholder,
div.wpforms-container-full select::-webkit-input-placeholder,
div.wpforms-container-full textarea::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=date]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=email]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=month]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=number]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=password]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=range]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=search]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=tel]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=text]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=time]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=url]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full input[type=week]::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full select::-webkit-input-placeholder,
.wp-core-ui div.wpforms-container-full textarea::-webkit-input-placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 0.5;
  pointer-events: none;
}

div.wpforms-container-full input[type=date]::-moz-placeholder,
div.wpforms-container-full input[type=datetime]::-moz-placeholder,
div.wpforms-container-full input[type=datetime-local]::-moz-placeholder,
div.wpforms-container-full input[type=email]::-moz-placeholder,
div.wpforms-container-full input[type=month]::-moz-placeholder,
div.wpforms-container-full input[type=number]::-moz-placeholder,
div.wpforms-container-full input[type=password]::-moz-placeholder,
div.wpforms-container-full input[type=range]::-moz-placeholder,
div.wpforms-container-full input[type=search]::-moz-placeholder,
div.wpforms-container-full input[type=tel]::-moz-placeholder,
div.wpforms-container-full input[type=text]::-moz-placeholder,
div.wpforms-container-full input[type=time]::-moz-placeholder,
div.wpforms-container-full input[type=url]::-moz-placeholder,
div.wpforms-container-full input[type=week]::-moz-placeholder,
div.wpforms-container-full select::-moz-placeholder,
div.wpforms-container-full textarea::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=date]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=email]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=month]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=number]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=password]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=range]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=search]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=tel]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=text]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=time]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=url]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=week]::-moz-placeholder,
.wp-core-ui div.wpforms-container-full select::-moz-placeholder,
.wp-core-ui div.wpforms-container-full textarea::-moz-placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 0.5;
  pointer-events: none;
}

div.wpforms-container-full input[type=date]:-moz-placeholder,
div.wpforms-container-full input[type=datetime]:-moz-placeholder,
div.wpforms-container-full input[type=datetime-local]:-moz-placeholder,
div.wpforms-container-full input[type=email]:-moz-placeholder,
div.wpforms-container-full input[type=month]:-moz-placeholder,
div.wpforms-container-full input[type=number]:-moz-placeholder,
div.wpforms-container-full input[type=password]:-moz-placeholder,
div.wpforms-container-full input[type=range]:-moz-placeholder,
div.wpforms-container-full input[type=search]:-moz-placeholder,
div.wpforms-container-full input[type=tel]:-moz-placeholder,
div.wpforms-container-full input[type=text]:-moz-placeholder,
div.wpforms-container-full input[type=time]:-moz-placeholder,
div.wpforms-container-full input[type=url]:-moz-placeholder,
div.wpforms-container-full input[type=week]:-moz-placeholder,
div.wpforms-container-full select:-moz-placeholder,
div.wpforms-container-full textarea:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=date]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=email]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=month]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=number]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=password]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=range]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=search]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=tel]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=text]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=time]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=url]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full input[type=week]:-moz-placeholder,
.wp-core-ui div.wpforms-container-full select:-moz-placeholder,
.wp-core-ui div.wpforms-container-full textarea:-moz-placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 0.5;
  pointer-events: none;
}

div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full textarea {
  width: 100%;
}

div.wpforms-container-full input,
div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full input,
.wp-core-ui div.wpforms-container-full select {
  height: var(--wpforms-field-size-input-height);
}

div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full select {
  appearance: none;
  display: block;
  max-width: 100%;
  width: 100%;
  text-transform: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: unset;
  padding-block: 0;
  padding-inline-end: 24px;
  padding-inline-start: 12px;
  min-height: var(--wpforms-field-size-input-height);
  vertical-align: middle;
  cursor: pointer;
}

div.wpforms-container-full select,
div.wpforms-container-full select:disabled,
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full select:disabled {
  background-image: linear-gradient(45deg, transparent 50%, var(--wpforms-field-border-color-spare) 50%), linear-gradient(135deg, var(--wpforms-field-border-color-spare) 50%, transparent 50%);
  background-position: calc( 100% - 17px) 50%, calc( 100% - 12px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.rtl div.wpforms-container-full select,
.rtl div.wpforms-container-full select:disabled,
.rtl .wp-core-ui div.wpforms-container-full select,
.rtl .wp-core-ui div.wpforms-container-full select:disabled {
  background-position: 12px 50%, 17px 50%;
}

div.wpforms-container-full select>option,
.wp-core-ui div.wpforms-container-full select>option {
  color: var(--wpforms-field-text-color);
}

div.wpforms-container-full select>option.placeholder,
div.wpforms-container-full select>option[disabled],
.wp-core-ui div.wpforms-container-full select>option.placeholder,
.wp-core-ui div.wpforms-container-full select>option[disabled] {
  color: var(--wpforms-field-text-color);
  opacity: 0.5;
}

div.wpforms-container-full select:not([multiple])>option,
.wp-core-ui div.wpforms-container-full select:not([multiple])>option {
  background: var(--wpforms-field-menu-color);
}

div.wpforms-container-full select:not([multiple])>option:not(.placeholder):checked,
.wp-core-ui div.wpforms-container-full select:not([multiple])>option:not(.placeholder):checked {
  font-weight: bold;
}

div.wpforms-container-full select[multiple],
.wp-core-ui div.wpforms-container-full select[multiple] {
  height: auto;
  overflow-y: scroll;
  background-image: none;
}

div.wpforms-container-full select[multiple]>option:not(.placeholder):checked,
.wp-core-ui div.wpforms-container-full select[multiple]>option:not(.placeholder):checked {
  background: var(--wpforms-button-background-color);
  color: var(--wpforms-button-text-color-alt, var(--wpforms-button-text-color));
}

div.wpforms-container-full input[type=number]:read-only,
.wp-core-ui div.wpforms-container-full input[type=number]:read-only {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

div.wpforms-container-full input[type=number]:read-only::-webkit-inner-spin-button,
.wp-core-ui div.wpforms-container-full input[type=number]:read-only::-webkit-inner-spin-button {
  visibility: hidden;
}

div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  height: var(--wpforms-button-size-height);
  background-color: var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
  border-radius: var(--wpforms-button-border-radius);
  border-style: var(--wpforms-button-border-style);
  border-color: var(--wpforms-button-border-color);
  border-width: var(--wpforms-button-border-size);
  box-shadow: none;
  color: var(--wpforms-button-text-color);
  padding: 0 var(--wpforms-button-size-padding-h);
  font-family: inherit;
  font-weight: 500;
  font-size: var(--wpforms-button-size-font-size);
  line-height: 100%;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  position: relative;
  text-decoration: none;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
  color: var(--wpforms-button-text-color);
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
}

div.wpforms-container-full input[type=submit].wpforms-opacity-hover:hover,
div.wpforms-container-full input[type=submit].wpforms-opacity-hover:active,
div.wpforms-container-full button[type=submit].wpforms-opacity-hover:hover,
div.wpforms-container-full button[type=submit].wpforms-opacity-hover:active,
div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:hover,
div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:active,
.wp-core-ui div.wpforms-container-full input[type=submit].wpforms-opacity-hover:hover,
.wp-core-ui div.wpforms-container-full input[type=submit].wpforms-opacity-hover:active,
.wp-core-ui div.wpforms-container-full button[type=submit].wpforms-opacity-hover:hover,
.wp-core-ui div.wpforms-container-full button[type=submit].wpforms-opacity-hover:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:active {
  background: none;
  opacity: .75;
}

div.wpforms-container-full input[type=submit]:focus,
div.wpforms-container-full button[type=submit]:focus,
div.wpforms-container-full .wpforms-page-button:focus,
.wp-core-ui div.wpforms-container-full input[type=submit]:focus,
.wp-core-ui div.wpforms-container-full button[type=submit]:focus,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus {
  outline: none;
}

div.wpforms-container-full input[type=submit]:focus:after,
div.wpforms-container-full button[type=submit]:focus:after,
div.wpforms-container-full .wpforms-page-button:focus:after,
.wp-core-ui div.wpforms-container-full input[type=submit]:focus:after,
.wp-core-ui div.wpforms-container-full button[type=submit]:focus:after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
  content: "";
  position: absolute;
  border: 2px solid var(--wpforms-button-background-color);
  border-radius: calc( var( --wpforms-button-border-radius) + 2px);
  top: calc( -4px - var( --wpforms-button-border-size, 1px));
  right: calc( -4px - var( --wpforms-button-border-size, 1px));
  bottom: calc( -4px - var( --wpforms-button-border-size, 1px));
  left: calc( -4px - var( --wpforms-button-border-size, 1px));
}

div.wpforms-container-full input[type=submit]:disabled,
div.wpforms-container-full input[type=submit]:disabled:hover,
div.wpforms-container-full input[type=submit].wpforms-disabled,
div.wpforms-container-full button[type=submit]:disabled,
div.wpforms-container-full button[type=submit]:disabled:hover,
div.wpforms-container-full button[type=submit].wpforms-disabled,
div.wpforms-container-full .wpforms-page-button:disabled,
div.wpforms-container-full .wpforms-page-button:disabled:hover,
div.wpforms-container-full .wpforms-page-button.wpforms-disabled,
.wp-core-ui div.wpforms-container-full input[type=submit]:disabled,
.wp-core-ui div.wpforms-container-full input[type=submit]:disabled:hover,
.wp-core-ui div.wpforms-container-full input[type=submit].wpforms-disabled,
.wp-core-ui div.wpforms-container-full button[type=submit]:disabled,
.wp-core-ui div.wpforms-container-full button[type=submit]:disabled:hover,
.wp-core-ui div.wpforms-container-full button[type=submit].wpforms-disabled,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:disabled,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:disabled:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button.wpforms-disabled {
  background-color: var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
  cursor: default;
}

div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=date]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=datetime]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=datetime-local]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=email]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=month]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=number]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=password]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=range]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=search]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=tel]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=text]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=time]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=url]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=week]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) select:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=checkbox]:disabled:before,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=checkbox]:disabled:after,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=radio]:disabled:before,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=radio]:disabled:after {
  cursor: not-allowed;
  opacity: 0.5;
}

div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=submit]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=submit]:disabled:hover,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=submit].wpforms-disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) button[type=submit]:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) button[type=submit]:disabled:hover,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) button[type=submit].wpforms-disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) .wpforms-page-button:disabled,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) .wpforms-page-button:disabled:hover,
div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) .wpforms-page-button.wpforms-disabled {
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row {
  margin-bottom: var(--wpforms-field-size-input-spacing);
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-child,
div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:only-child {
  margin-bottom: 0 !important;
}

div.wpforms-container-full input[type=checkbox],
div.wpforms-container-full input[type=radio] {
  position: relative;
  display: inline-block;
  background: none;
  height: calc( var( --wpforms-field-size-checkbox-size) - 2px + calc( var( --wpforms-field-border-size, 1px) * 2));
  width: calc( var( --wpforms-field-size-checkbox-size) - 2px + calc( var( --wpforms-field-border-size, 1px) * 2));
  margin: 0 0 0 2px;
  border: none;
  box-shadow: none;
  vertical-align: middle;
  opacity: 1;
  appearance: none;
}

div.wpforms-container-full input[type=checkbox]:before,
div.wpforms-container-full input[type=checkbox]:after,
div.wpforms-container-full input[type=radio]:before,
div.wpforms-container-full input[type=radio]:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: var(--wpforms-field-size-checkbox-size);
  height: var(--wpforms-field-size-checkbox-size);
  box-sizing: content-box;
  cursor: pointer;
}

div.wpforms-container-full input[type=checkbox]:before,
div.wpforms-container-full input[type=radio]:before {
  border-width: var(--wpforms-field-border-size);
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
  background-color: var(--wpforms-field-background-color);
  background-clip: padding-box;
  background-image: none;
  border-radius: 3px;
}

div.wpforms-container-full input[type=checkbox]+label,
div.wpforms-container-full input[type=radio]+label {
  display: inline;
  position: relative;
  padding-inline-start: 12px;
  font-size: var(--wpforms-label-size-font-size);
  cursor: pointer;
  vertical-align: middle;
}

div.wpforms-container-full input[type=checkbox]:checked:before,
div.wpforms-container-full input[type=radio]:checked:before {
  margin: 0;
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full input[type=checkbox]:focus,
div.wpforms-container-full input[type=radio]:focus {
  outline: none;
}

div.wpforms-container-full input[type=checkbox]:focus:before,
div.wpforms-container-full input[type=radio]:focus:before {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
  border-top: none;
  border-right: none;
  height: calc( var( --wpforms-field-size-checkbox-size) * 0.6);
  border-left: 4px solid var(--wpforms-button-background-color);
  border-bottom: 4px solid var(--wpforms-button-background-color);
  background-color: transparent;
  transform: translate(0, 1px) scale(0.5) rotate(-45deg);
  left: calc( -4px + var( --wpforms-field-border-size, 1px));
  top: calc( -3px + var( --wpforms-field-border-size, 1px));
}

div.wpforms-container-full input[type=radio] {
  border-radius: 50%;
}

div.wpforms-container-full input[type=radio]:before {
  border-radius: 50%;
}

div.wpforms-container-full input[type=radio]:checked:after {
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: var(--wpforms-button-background-color);
  transform: scale(0.5);
  -moz-transform: scale(0.47);
  left: calc( -3px + var( --wpforms-field-border-size, 1px));
  top: calc( -3px + var( --wpforms-field-border-size, 1px));
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
  display: grid;
  grid-template-columns: repeat(1, auto);
  padding: 0;
  gap: var(--wpforms-field-size-input-spacing);
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
  height: unset;
  line-height: var(--wpforms-field-size-checkbox-size);
  display: flex;
  align-items: flex-start;
  margin: 0;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input {
  min-width: var(--wpforms-field-size-checkbox-size);
  margin-top: calc((var(--wpforms-label-size-font-size) * 1.3 - var(--wpforms-field-size-checkbox-size)) / 1.5);
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
  padding-inline-start: 12px;
  margin: 0;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label .wpforms-currency-symbol,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label .wpforms-currency-symbol,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label .wpforms-currency-symbol,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label .wpforms-currency-symbol,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label .wpforms-currency-symbol {
  white-space: nowrap;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ul,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ol,
div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ol,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ol,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ol,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ol {
  display: block;
  padding-left: 15px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ol li,
div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ol li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ol li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ol li,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ol li {
  display: list-item;
  margin-bottom: 10px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-2-columns ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-3-columns ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-inline ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-inline ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-inline ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-inline ul {
  display: inline-flex;
  flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-other-input,
div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-other-input,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-other-input,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-other-input,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-other-input {
  margin-top: 16px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label {
  display: block;
  overflow: hidden;
  position: relative;
  border-width: var(--wpforms-field-border-size);
  border-color: transparent;
  border-style: solid;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label .wpforms-image-choices-label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label .wpforms-image-choices-label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label {
  font-size: var(--wpforms-field-size-font-size);
  color: var(--wpforms-label-color);
  margin-top: var(--wpforms-field-size-input-spacing);
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item img,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item img {
  border-radius: calc( var( --wpforms-field-border-radius) / 2);
  overflow: hidden;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label {
  border-radius: var(--wpforms-field-border-radius);
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label:hover,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label:hover {
  border-color: var(--wpforms-button-background-color);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label {
  border-width: var(--wpforms-field-border-size);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:hover {
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:focus,
div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:focus-within {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label.wpforms-field-label-inline-empty .wpforms-image-choices-label {
  margin-top: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-image:after,
div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) .wpforms-image-choices-image:after {
  background-color: var(--wpforms-button-background-color);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected label:hover,
div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) label:hover {
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px var(--wpforms-button-background-color);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item .wpforms-image-choices-image img {
  border-radius: calc( var( --wpforms-field-border-radius) / 2);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item label:focus,
div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item label:focus-within {
  border-color: var(--wpforms-button-background-color);
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item.wpforms-selected label,
div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item:has(input:checked) label {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label {
  padding: 2px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-image {
  display: inline-block;
  margin-bottom: var(--wpforms-field-size-input-spacing);
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label input {
  margin-top: 0;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label {
  margin-top: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices {
  margin: 0 !important;
  gap: 22px;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-small svg {
  height: calc( 32px * var( --wpforms-field-size-icon-size));
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-medium svg {
  height: calc( 48px * var( --wpforms-field-size-icon-size));
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-large svg {
  height: calc( 64px * var( --wpforms-field-size-icon-size));
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item {
  width: auto;
  margin: 0 !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item label {
  width: 100%;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item svg {
  fill: var(--wpforms-icon-choices-color);
  max-width: 100%;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item .wpforms-icon-choices-label {
  font-size: var(--wpforms-label-size-font-size);
  line-height: var(--wpforms-label-size-line-height);
  margin-top: var(--wpforms-field-size-input-spacing);
  color: var(--wpforms-label-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon {
  background-color: transparent;
  border-radius: var(--wpforms-field-border-radius);
  border-width: clamp(1px, var(--wpforms-field-border-size), 6px);
  border-style: solid;
  border-color: var(--wpforms-field-border-color);
  margin-bottom: calc( var( --wpforms-field-size-input-spacing) - 5px);
  overflow: hidden;
  box-shadow: none;
  padding: var(--wpforms-field-size-input-spacing) calc( var( --wpforms-field-size-input-spacing) + 5px) calc( 2 * var( --wpforms-field-size-input-spacing) + var( --wpforms-field-size-checkbox-size)) calc( var( --wpforms-field-size-input-spacing) + 5px);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:after {
  width: var(--wpforms-field-size-checkbox-size);
  height: var(--wpforms-field-size-checkbox-size);
  margin-top: var(--wpforms-field-size-input-spacing);
  bottom: var(--wpforms-field-size-input-spacing);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wpforms-field-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-field-border-color);
  opacity: 1 !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  border-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg {
  background-color: transparent;
  border-radius: calc( var( --wpforms-field-border-radius) / 1.5);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  border-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon-bg {
  background-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  border-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label {
  box-shadow: none;
  border-radius: var(--wpforms-field-border-radius);
  border-width: clamp(1px, var(--wpforms-field-border-size), 6px);
  border-style: solid;
  border-color: var(--wpforms-field-border-color);
  padding: var(--wpforms-field-size-input-spacing);
  background-color: transparent !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  border-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label.wpforms-field-label-inline-empty .wpforms-icon-choices-icon {
  margin-bottom: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  border-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label {
  box-shadow: 0 0 0 clamp(1px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color), 0 1px 10px rgba(0, 0, 0, 0.15);
  border-color: var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
  border-radius: var(--wpforms-field-border-radius);
  background-color: transparent !important;
  padding: 20px 20px 15px 20px;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover {
  box-shadow: 0 0 0 clamp(2px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label.wpforms-field-label-inline-empty .wpforms-icon-choices-icon {
  margin-bottom: 5px;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label {
  box-shadow: 0 0 0 clamp(2px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:has(input:checked) label {
  box-shadow: 0 0 0 clamp(2px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none .wpforms-icon-choices-icon {
  margin-bottom: var(--wpforms-field-size-input-spacing);
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none input {
  margin-top: 0;
  vertical-align: middle;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none .wpforms-icon-choices-label {
  padding-left: 8px;
  vertical-align: middle;
  margin-top: 2px;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after {
  transform: translateX(-50%) scale(0.5);
  background-color: var(--wpforms-icon-choices-color);
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  -moz-transform: translateX(-50%) scale(0.49);
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after {
  border-top: none;
  border-right: none;
  height: calc( var( --wpforms-field-size-checkbox-size) * 0.6);
  border-left: 4px solid var(--wpforms-icon-choices-color);
  border-bottom: 4px solid var(--wpforms-icon-choices-color);
  background-color: transparent;
  transform: scale(0.6) translate(-10%, -50%) rotate(-45deg);
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider {
  border-top-width: var(--wpforms-field-border-size);
  border-top-style: solid;
  border-top-color: var(--wpforms-field-border-color);
  margin-top: 30px;
  padding: 0px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider:first-child {
  margin-top: 0;
  border-top: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider-hide_line {
  border-top: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider h3 {
  color: var(--wpforms-label-color);
  padding-top: var(--wpforms-field-size-input-spacing);
  font-size: calc( 1.5 * var( --wpforms-label-size-font-size));
  font-weight: bold;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider:has(>.wpforms-field-description) h3 {
  margin-bottom: 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider+.wpforms-field-divider {
  margin-top: 45px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-field-row.wpforms-without-state .wpforms-field-row-block.wpforms-first {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-field-row.wpforms-without-state .wpforms-field-row-block:not(.wpforms-first) {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
  padding-inline-start: 14px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] {
  padding: 0;
  overflow: auto;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) and (-webkit-hyphens: none){

    div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] {
        padding: 10px 12px;
        line-height: 1
    }

}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]>option {
  padding: 10px 14px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]>option.placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]>option[disabled] {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices {
  font-size: var(--wpforms-field-size-font-size);
  line-height: 19px;
  color: var(--wpforms-field-text-color);
  margin-bottom: 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__input--cloned {
  background-color: transparent;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background-color: var(--wpforms-field-background-color);
  background-clip: padding-box;
  min-height: var(--wpforms-field-size-input-height);
  line-height: var(--wpforms-field-size-input-height);
  padding: 0 24px 0 7px;
  border-width: var(--wpforms-field-border-size);
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
  border-radius: var(--wpforms-field-border-radius);
  cursor: pointer;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
  padding: 0 16px 0 4px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
  background-color: transparent;
  font-size: var(--wpforms-field-size-font-size);
  color: var(--wpforms-field-text-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder {
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple {
  display: inline !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple:empty {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple:empty+.choices__input {
  margin-left: 4px !important;
  min-width: 100% !important;
  text-overflow: ellipsis;
  padding-right: 20px !important;
  white-space: nowrap;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple .choices__item {
  position: relative;
  top: -1.5px;
  background-color: var(--wpforms-button-background-color);
  border: 1px solid var(--wpforms-button-background-color);
  border-radius: calc( max( var( --wpforms-field-border-radius), 6px) / 2);
  color: var(--wpforms-button-text-color-alt, var(--wpforms-button-text-color));
  margin: 0 6px 6px 0;
  line-height: 1;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
  background: var(--wpforms-field-menu-color) !important;
  color: var(--wpforms-field-text-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--wpforms-button-background-color);
  color: var(--wpforms-button-text-color-alt, var(--wpforms-button-text-color));
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices input.choices__input {
  display: inline-block;
  padding: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] input.choices__input {
  background: none !important;
  margin: 5px !important;
  padding: 5px !important;
  width: calc( 100% - 10px) !important;
  border: 0 !important;
  box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices ::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices :-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button {
  opacity: 0.7;
  background-image: linear-gradient(45deg, transparent 44%, var(--wpforms-field-border-color-spare) 44%, var(--wpforms-field-border-color-spare) 56%, transparent 56%), linear-gradient(135deg, transparent 44%, var(--wpforms-field-border-color-spare) 44%, var(--wpforms-field-border-color-spare) 56%, transparent 56%);
  background-position: 50% 50%, 50% 50%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button:focus {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]:after,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"]:after {
  width: 0;
  height: 0;
  right: 12px;
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--wpforms-field-border-color-spare);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"].is-open:after,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"].is-open:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid var(--wpforms-field-border-color-spare);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  content: '';
  position: absolute;
  height: 3px;
  background: var(--wpforms-field-background-color);
  width: calc( 100% - 2px);
  left: 1px;
  right: 1px;
  z-index: 100000000000;
  opacity: 1;
  border-radius: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped):before {
  top: unset;
  bottom: 1px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped) .choices__inner {
  border-radius: var(--wpforms-field-border-radius) var(--wpforms-field-border-radius) 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped) .choices__list--dropdown {
  border-radius: 0 0 var(--wpforms-field-border-radius) var(--wpforms-field-border-radius);
  margin-top: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open.is-flipped:before {
  top: 1px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open.is-flipped .choices__inner {
  border-radius: 0 0 var(--wpforms-field-border-radius) var(--wpforms-field-border-radius);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open.is-flipped .choices__list--dropdown {
  border-radius: var(--wpforms-field-border-radius) var(--wpforms-field-border-radius) 0 0;
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices .choices__inner {
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices:hover .choices__inner {
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-label-error-color);
  box-shadow: 0 0 2px 0 var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices.is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices.is-open .choices__inner,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices.is-open .choices__list--dropdown {
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-label-error-color);
  box-shadow: 0 0 0 1px var(--wpforms-label-error-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
  appearance: none;
  height: calc( var( --wpforms-field-size-input-height) / 4);
  padding: 0;
  margin-top: calc( var( --wpforms-field-size-input-spacing) + var( --wpforms-field-size-input-height) / 4);
  margin-bottom: calc( var( --wpforms-field-size-input-height) / 4);
  border-radius: var(--wpforms-field-border-radius);
  border-width: var(--wpforms-field-border-size);
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:first-child {
  margin-top: calc( var( --wpforms-field-size-input-height) * 0.25);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus:invalid {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
  color: var(--wpforms-field-text-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-runnable-track {
  height: calc( var( --wpforms-field-size-input-height) / 4);
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: calc( var( --wpforms-field-size-input-height) * 0.6);
  height: calc( var( --wpforms-field-size-input-height) * 0.6);
  margin-top: calc( -1 * var( --wpforms-field-size-input-height) * 0.18);
  background-color: var(--wpforms-button-background-color);
  background-clip: padding-box;
  cursor: pointer;
  border-radius: 100%;
  border-width: var(--wpforms-button-border-size);
  border-style: var(--wpforms-button-border-style);
  border-color: var(--wpforms-button-border-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
  appearance: none;
  width: calc( var( --wpforms-field-size-input-height) * 0.6);
  height: calc( var( --wpforms-field-size-input-height) * 0.6);
  margin-top: calc( -1 * var( --wpforms-field-size-input-height) * 0.18);
  background-color: var(--wpforms-button-background-color);
  background-clip: padding-box;
  cursor: pointer;
  border-radius: 100%;
  border-width: var(--wpforms-button-border-size);
  border-style: var(--wpforms-button-border-style);
  border-color: var(--wpforms-button-border-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
  appearance: none;
  width: calc( var( --wpforms-field-size-input-height) * 0.6);
  height: calc( var( --wpforms-field-size-input-height) * 0.6);
  margin-top: calc( -1 * var( --wpforms-field-size-input-height) * 0.18);
  background-color: var(--wpforms-button-background-color);
  background-clip: padding-box;
  cursor: pointer;
  border-radius: 100%;
  border-width: var(--wpforms-button-border-size);
  border-style: var(--wpforms-button-border-style);
  border-color: var(--wpforms-button-border-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  font-size: var(--wpforms-label-size-sublabel-font-size);
  line-height: var(--wpforms-label-size-sublabel-line-height);
  color: var(--wpforms-label-sublabel-color);
  padding: var(--wpforms-field-size-sublabel-spacing) 0 0 0;
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint b,
div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint strong {
  color: var(--wpforms-label-sublabel-color);
}

div.wpforms-container-full .wpforms-form textarea {
  line-height: 1.3;
  min-height: var(--wpforms-field-size-input-height);
  padding: var(--wpforms-field-size-padding-h);
  resize: vertical;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: calc( var( --wpforms-field-size-input-height) * 2.26);
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: calc( var( --wpforms-field-size-input-height) * 2.8);
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: calc( var( --wpforms-field-size-input-height) * 5.1);
}

div.wpforms-container-full .wpforms-form textarea:focus {
  color: var(--wpforms-field-text-color);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview {
  border-radius: var(--wpforms-field-border-radius);
  border: 1px solid #e2e2e2;
  border-collapse: separate;
  border-style: var(--wpforms-field-border-style);
  border-width: var(--wpforms-field-border-size);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td {
  border-top: 1px solid #e2e2e2;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top-style: var(--wpforms-field-border-style);
  border-top-width: var(--wpforms-field-border-size);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  font-weight: 400;
  border: none;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  padding: 9px 0;
  line-height: 20px;
  background: none;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  text-wrap: balance;
  padding-left: 10px;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  padding-right: 10px;
  padding-left: 0;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  padding-right: 10px;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  padding-left: 10px;
  padding-right: 0;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  padding-left: 10px;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  padding-right: 10px;
  padding-left: 0;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td {
  font-weight: 700;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-order-summary-container {
  font-size: var(--wpforms-field-size-font-size);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview {
  border-color: var(--wpforms-field-border-color);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  color: var(--wpforms-label-color);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td {
  color: var(--wpforms-label-sublabel-color);
  border-top-color: var(--wpforms-field-border-color);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price {
  color: var(--wpforms-label-error-color);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td {
  color: var(--wpforms-label-color);
}

.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-order-summary-container {
  max-width: 100%;
  margin-bottom: 24px;
}

@container wpforms-field-row-responsive (max-width: 200px){

    div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child) {
        margin-bottom: var(--wpforms-field-size-input-spacing)
    }

}

@container wpforms-field-row-responsive-300px (max-width: 300px){

    div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child) {
        margin-bottom: var(--wpforms-field-size-input-spacing)
    }

}

.latepoint-admin,
.latepoint-w {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

.latepoint-admin p,
.latepoint-w p {
  line-height: 1.2;
}

.latepoint-admin .os-template-preview-content,
.latepoint-admin .os-template-preview-content h1,
.latepoint-admin .os-template-preview-content h2,
.latepoint-admin .os-template-preview-content h3,
.latepoint-admin .os-template-preview-content h4,
.latepoint-admin .os-template-preview-content h5,
.latepoint-w .os-template-preview-content,
.latepoint-w .os-template-preview-content h1,
.latepoint-w .os-template-preview-content h2,
.latepoint-w .os-template-preview-content h3,
.latepoint-w .os-template-preview-content h4,
.latepoint-w .os-template-preview-content h5 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.latepoint-admin .os-template-preview-content .os-template-var,
.latepoint-w .os-template-preview-content .os-template-var {
  font-family: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

.latepoint-admin *,
.latepoint-admin :after,
.latepoint-admin :before,
.latepoint-w *,
.latepoint-w :after,
.latepoint-w :before {
  box-sizing: border-box;
}

.latepoint-admin article,
.latepoint-admin aside,
.latepoint-admin figcaption,
.latepoint-admin figure,
.latepoint-admin footer,
.latepoint-admin header,
.latepoint-admin hgroup,
.latepoint-admin main,
.latepoint-admin nav,
.latepoint-admin section,
.latepoint-w article,
.latepoint-w aside,
.latepoint-w figcaption,
.latepoint-w figure,
.latepoint-w footer,
.latepoint-w header,
.latepoint-w hgroup,
.latepoint-w main,
.latepoint-w nav,
.latepoint-w section {
  display: block;
}

.latepoint-admin [tabindex="-1"]:focus,
.latepoint-w [tabindex="-1"]:focus {
  outline: 0 !important;
}

.latepoint-admin hr,
.latepoint-w hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.latepoint-admin h1,
.latepoint-admin h2,
.latepoint-admin h3,
.latepoint-admin h4,
.latepoint-admin h5,
.latepoint-admin h6,
.latepoint-admin p,
.latepoint-w h1,
.latepoint-w h2,
.latepoint-w h3,
.latepoint-w h4,
.latepoint-w h5,
.latepoint-w h6,
.latepoint-w p {
  margin-top: 0;
}

.latepoint-admin abbr[data-original-title],
.latepoint-admin abbr[title],
.latepoint-w abbr[data-original-title],
.latepoint-w abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

.latepoint-admin address,
.latepoint-w address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.latepoint-admin dl,
.latepoint-admin ol,
.latepoint-admin ul,
.latepoint-w dl,
.latepoint-w ol,
.latepoint-w ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.latepoint-admin ol ol,
.latepoint-admin ol ul,
.latepoint-admin ul ol,
.latepoint-admin ul ul,
.latepoint-w ol ol,
.latepoint-w ol ul,
.latepoint-w ul ol,
.latepoint-w ul ul {
  margin-bottom: 0;
}

.latepoint-admin dd,
.latepoint-w dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.latepoint-admin blockquote,
.latepoint-admin figure,
.latepoint-w blockquote,
.latepoint-w figure {
  margin: 0 0 1rem;
}

.latepoint-admin dfn,
.latepoint-w dfn {
  font-style: italic;
}

.latepoint-admin b,
.latepoint-admin strong,
.latepoint-w b,
.latepoint-w strong {
  font-weight: bolder;
}

.latepoint-admin small,
.latepoint-w small {
  font-size: 80%;
}

.latepoint-admin sub,
.latepoint-admin sup,
.latepoint-w sub,
.latepoint-w sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.latepoint-admin sub,
.latepoint-w sub {
  bottom: -.25em;
}

.latepoint-admin sup,
.latepoint-w sup {
  top: -.5em;
}

.latepoint-admin a:not([href]):not([tabindex]),
.latepoint-w a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.latepoint-admin a:not([href]):not([tabindex]):focus,
.latepoint-w a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.latepoint-admin code,
.latepoint-admin kbd,
.latepoint-admin pre,
.latepoint-admin samp,
.latepoint-w code,
.latepoint-w kbd,
.latepoint-w pre,
.latepoint-w samp {
  font-size: 1em;
}

.latepoint-admin pre,
.latepoint-w pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

.latepoint-admin img,
.latepoint-w img {
  vertical-align: middle;
  border-style: none;
}

.latepoint-admin svg,
.latepoint-w svg {
  overflow: hidden;
  vertical-align: middle;
}

.latepoint-admin table,
.latepoint-w table {
  border-collapse: collapse;
}

.latepoint-admin caption,
.latepoint-w caption {
  text-align: left;
  caption-side: bottom;
}

.latepoint-admin th,
.latepoint-w th {
  text-align: inherit;
}

.latepoint-admin label,
.latepoint-admin output,
.latepoint-w label,
.latepoint-w output {
  display: inline-block;
}

.latepoint-admin button:focus,
.latepoint-w button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.latepoint-admin button,
.latepoint-admin input,
.latepoint-admin optgroup,
.latepoint-admin select,
.latepoint-admin textarea,
.latepoint-w button,
.latepoint-w input,
.latepoint-w optgroup,
.latepoint-w select,
.latepoint-w textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.latepoint-admin button,
.latepoint-admin input,
.latepoint-w button,
.latepoint-w input {
  overflow: visible;
}

.latepoint-admin button,
.latepoint-admin select,
.latepoint-w button,
.latepoint-w select {
  text-transform: none;
}

.latepoint-admin [type=reset],
.latepoint-admin [type=submit],
.latepoint-admin button,
.latepoint-admin html [type=button],
.latepoint-w [type=reset],
.latepoint-w [type=submit],
.latepoint-w button,
.latepoint-w html [type=button] {
  -webkit-appearance: button;
}

.latepoint-admin [type=button]::-moz-focus-inner,
.latepoint-admin [type=reset]::-moz-focus-inner,
.latepoint-admin [type=submit]::-moz-focus-inner,
.latepoint-admin button::-moz-focus-inner,
.latepoint-w [type=button]::-moz-focus-inner,
.latepoint-w [type=reset]::-moz-focus-inner,
.latepoint-w [type=submit]::-moz-focus-inner,
.latepoint-w button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.latepoint-admin input[type=checkbox],
.latepoint-admin input[type=radio],
.latepoint-w input[type=checkbox],
.latepoint-w input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.latepoint-admin input[type=date],
.latepoint-admin input[type=datetime-local],
.latepoint-admin input[type=month],
.latepoint-admin input[type=time],
.latepoint-w input[type=date],
.latepoint-w input[type=datetime-local],
.latepoint-w input[type=month],
.latepoint-w input[type=time] {
  -webkit-appearance: listbox;
}

.latepoint-admin textarea,
.latepoint-w textarea {
  overflow: auto;
  resize: vertical;
}

.latepoint-admin fieldset,
.latepoint-w fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.latepoint-admin legend,
.latepoint-w legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.latepoint-admin progress,
.latepoint-w progress {
  vertical-align: baseline;
}

.latepoint-admin [type=number]::-webkit-inner-spin-button,
.latepoint-admin [type=number]::-webkit-outer-spin-button,
.latepoint-w [type=number]::-webkit-inner-spin-button,
.latepoint-w [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.latepoint-admin [type=search],
.latepoint-w [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.latepoint-admin [type=search]::-webkit-search-cancel-button,
.latepoint-admin [type=search]::-webkit-search-decoration,
.latepoint-w [type=search]::-webkit-search-cancel-button,
.latepoint-w [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.latepoint-admin ::-webkit-file-upload-button,
.latepoint-w ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.latepoint-admin summary,
.latepoint-w summary {
  display: list-item;
  cursor: pointer;
}

.latepoint-admin template,
.latepoint-w template {
  display: none;
}

.latepoint-admin [hidden],
.latepoint-w [hidden] {
  display: none !important;
}

@keyframes statusIconPop{

    0% {
        transform: rotate(-90deg) scale(.4);
        opacity: 1
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }

}

@font-face{

    font-family: "latepointIcons";
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBnEAAAC8AAAAYGNtYXAXVtK9AAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvBkFiMAAAF4AAAmmGhlYWQvWaP0AAAoEAAAADZoaGVhCqEG3gAAKEgAAAAkaG10eOfCAAAAAChsAAAA7GxvY2ECBwtAAAApWAAAAHhtYXhwAHUA6QAAKdAAAAAgbmFtZUA710MAACnwAAABnnBvc3QAAwAAAAArkAAAACAAAwQRAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpNgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Tb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAAFAAD/wAOrA8AAJAAvAGIAcQCAAAABNCYjFAYjIiY1IxQGIyImNSMUBiMiJjUjFAYjIiY1IgYdASE1BREUFjMhMjY1ESElERQGIyEiJjURNDYzNTQ2MzIWHQEzNTQ2MzIWHQEzNTQ2MzIWHQEzNTQ2MzIWHQEyFhUBNDYzITIWFRQGIyEiJjUVNDYzITIWFRQGIyEiJjUDVRkRGRISGVUZEhEZVhkREhlVGRISGREZAqr9VhkRAlYRGf1WAwBLNf2qNUtLNRkSEhlVGRIRGVYZERIZVRkSEhk1S/1VGRIBqhIZGRL+VhIZGRIBqhIZGRL+VhIZAsASGRIZGRISGRkSEhkZEhIZGRIZElVVq/6AERkZEQGAq/3VNUtLNQIrNUsrERkZESsrERkZESsrERkZESsrERkZEStLNf7VEhkZEhEZGRGqERkZERIZGRIAAAABAAD/wAbcA8AAKgAAARYUBw4BBzgBMQEOASMiJicmNDcBISImNTQ2MyEBJjQ3NjIXATgBMR4BFwbcBQUDCAX+SAsbDg4bCxYWATv6Yx4rKx4Fnf7FFhYVPRYBuAUIAwHcDR0OBgwF/kkLCwsLFT0VATorHx4rAToVPRUWFv5JBQwHAAABAAD/wAbfA8AAKgAAASEBFhQHDgEjIiYnATgBIy4BJyY0Nz4BNzIwMQE2MhcWFAcBITIWFRQGIwaW+mMBOxYWChsPDhsK/kgBBQgCBgYCCAUBAbgVPRUWFv7FBZ0eKyseAXf+xhU9FQsLCwsBtwUMBg4dDQcMBQG3FhYVPRX+xiseHysAAAAAAQAA/8ADxAPAAAUAACUBNxcBFwGA/ryIvAG8iDgBRIi8AbyIAAAAAAEAAP/AA2ADwAAFAAABBwkBFwEBYGABoP5gYAIAA8Bg/mD+YGACAAABAAD/wAMAA8AABQAABTcJAScBAqBg/mABoGD+AEBgAaABoGD+AAAAAQAA/8AEAAPAAAUAABMXCQE3AQDAAUABQMD+AAEgwAFA/sDAAgAAAAEAAP/ABAADwAAFAAATFwkBNwEAgAGAAYCA/gABIIABgP6AgAIAAAABAAD/wAQAA8AABQAAAScJAQcBBADA/sD+wMACAAJgwP7AAUDA/gAAAQAA/8AEAAPAAAUAAAEnCQEHAQQAgP6A/oCAAgACYID+gAGAgP4AAAEAAP/AA0kDwAAfAAABNjQnJiIHCQEmIgcGFBcJAQYUFxYyNwkBFjI3NjQnAQNJDAwNIw3+9P70DSMNDAwBDf7zDAwNIw0BDAEMDSMNDAz+8wLMDSMNDAz+8wENDAwNIw3+9P70DSMNDAwBDf7zDAwNIw0BDAAAAAQAAP/AA1UDwAAPAC0AOwBJAAAlMDM6ATMyMTA1PAE1NDUhARQGIyEiJjURIiY1NDY7ATQ2MzIWFTMyFhUUBiMRATQ2MzIWFREUBiMiJjUDNDYzMhYVERQGIyImNQErQkOgQ0L+VgIAMiT+ViQyERkZEdYyIyMy1hEZGRH/ABkREhkZEhEZqxkSERkZERIZa0NEtl1dM/3WJDIyJAIqGRISGSMyMiMZEhIZ/dYBqhIZGRL+1hIZGRIBKhIZGRL+1hIZGRIAAAAAAwAA/8ADqwPAACAAPQBZAAABNzYWFxYUDwEXFhQHDgEvAQcGJicmND8BJyY0Nz4BHwERIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIzUyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYCAGoMIw0NDWpqDQ0NIwxqagwjDQ0NamoNDQ0jDGpYTk50ISIiIXROTlhYTk50ISIiIXROTlhHPj5dGxoaG10+PkdHPj5dGxoaG10+PgH8ag0BDA0jDGpqDCMNDAENamoNAQwNIwxqagwjDQwBDWr+GSIhdE5OWFhOTnQhIiIhdE5OWFhOTnQhIlYaG10+PkdHPj5dGxoaG10+PkdHPj5dGxoAAAAEAAD/wAOrA8AADQAcACIAJwAANzQ2MyEyFhUUBiMhIiYBFxYUBwEHBiY/AQE2MhcBJw8BPwEBJwcXN1UZEgMAEhkZEv0AEhkC+zwZGf5anyMkCSgBphlHGf6GPBwUUBwBHzzjPeJGEhkZEhIZGQMePRlGGf5ZKAgkI54BpxkZ/g48HFEUHQEePeI94gAAAAAGAAD/wAOrA8AAGwA4AFUAYQBtAHoAAAEUBgcVFAYjIiY9AS4BNTQ2NxE0NjMyFhURHgElFAYHERQGIyImNREuATU0Njc1NDYzMhYdAR4BFSUUBgcRFAYjIiY1ES4BNTQ2NzU0NjMyFh0BHgEVBzI2NTQmIyIGFRQWATI2NTQmIyIGFRQWATI2NTQmIyIGFRQWMwKAMCUZEhIZJTAwJRkSEhklMAErMCYZERIZJTAwJRkSERkmMP2qMCUZEhEZJjAwJhkREhklMIASGRkSERkZATwSGRkSEhkZAT0RGRkREhkZEgEVKUINMhIZGRIyDUIpKkINAYcSGRkS/nkNQtYpQg3+zhIZGRIBMg1CKSpCDYcSGRkShw1CKlYqQg3+eRIZGRIBhw1CKilCDTISGRkSMg1CKSsZEhEZGRESGf6rGRESGRkSERkBABkREhkZEhEZAAAABAAA/8ADfwPAAF4AxQDRAN0AAAEXMDY3NhYfARYGBw4BMTAWFRQGMTAWFx4BDwEOAScwJjEHMAYHDgErASImJy4BMScwBgcGJi8BJjY3PgExMDQ1PAExMCYnLgE/AT4BFx4BMTcwNjc+ATsBMhYXHgExBycuAScmIgcOAQ8CDgEPAScuASciBhceAR8BBw4BFRQWHwEHDgEHBhYzPgE/ARceAR8CHgEXFjI3PgE/Aj4BPwEXHgEXMjYnLgEvATc0NjU8AS8BNz4BNzYmIw4BDwEnLgEvAQMiJjU0NjMyFhUUBicyNjU0JiMiBhUUFgKKH2AEFioKKAsDDAM/AQE/Ag0DCygLKRVlHyICCCcWTxYmCAIiIGAEFikLKAsDDQM+PgMNAgooCykVBWEfIQIJJhZPFicIAiJHBQcaAgFBAQIaBgYSDRkLEBQVSwUDIAICMQ8OAgEBAQECDg8xAgIgAwVLFRQQCxkNEgYGGgIBQQECGgcFEw0YDBATFUwEAiEBAzEPDgMBAQMODzEDASADBEwVExAMGA0TSTVLSzU1S0s1ERkZERIZGQLeEhABAhUSRRMuEAVLCAoFDkoEES4TRRMUAhITWwQUGhoTBFwTEQECFRJFEy4QBUsICgUNSwQRLhNFExQCARETWwQUGhoTBFw+ExVIBAMDBEgVEwgGDggMBAUNATgCBDoQDxQHDgcHDgcUDxA6BAI4AQ0FBAwIDgYIExVIBAMDBEgVEwgGDggMBAUNATgCBDoQDxQHDgcHDgcUDxA6BAI4AQ0FBAwIDgYI/qBLNTVLSzU1S1UZEhIZGRISGQAAAAEAAP/AAwADwAAXAAABMzUjIgcOAQcGHQEjFTMRMxEzNyM1NDYCYKCgLikpPRESgIDAoCDAEwMAwBIRPSkpLmDA/gACAMBgDRMAAAABAAD/wAP2A8AAOgAAARUhBgcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXNyYnLgEnJiMiBw4BBwYVFBceARcWMzI3PgE3NjU0JicCCgEjBRESRDY1TEE6OlYZGRkZVjo6QUtlHIshJyZWLzA0al1diykoKCmLXV1qb1tagSQjBQMCCa8dJiZEGBgZGlc7O0NDOztXGhkzHIYfGRkjCQkoKIteXWpqXV6LKCglJYVcXG0ZKRMAAAADAAD/wAOlA8AAKgBSAF4AADcXMzc+AT8CPgEXMBYXFjY3Njc2NCcmJyYnJiIHBgcOARcWFA8BBiInBxcHDgEPAg4BKwEiJjUnNDY3ASY2NzY3NjIXFhcWFxYUBwYHDgEnBwE2NCcmIgcGFBcWMqoBWRACDwk2vAYUCAcJN3QrHw8QEA8gHycoUSgnHzITHxMTYhM1E233NwgPAgoPBxUJkxEZAQkHAQwUJjsrNzdzNzcrLBYWFhUsOptLowFKExMTNRITExM1yls8CQ4CC7sGBAQDAxEbKx8nKFEoJx8fEBAQDx8zijwTNRNiExJsOAoCDwg3DwYJGRKTCRUHAQxLmzosFRYWFiwrNzdzNzcrOyYUpAHEEjUTExMSNRMTAAAEAAD/wANVA8AAFAAzADwAQAAAATQ2MzIWFRQGBxUUBiMiJj0BLgE1AzQ3PgE3NjMyFx4BFxYdATIWFREUBiMhIiY1ETQ2MzMhNTQmIyIGFQcRIREBqzIjIzIXExkSEhkTF6sUFEYuLzU1Ly5GFBQjMjIj/gAjMjIjVQFWZEdHZFUCAAErIzIyIxgnCyESGRkSIQsnGAFANS4vRRUUFBVFLy41azIj/sAkMjIkAUAjMmtGZGRGwP7AAUAAAAEAAP/AA1UDwAAOAAABISIGFRQWMyEyNjU0JiMDK/2qExcXEwJWExcXEwHVFxMUFxcUExcAAAAAAwAA/8AD1QPAABsANwBGAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMhIgYVFBYzITI2NTQmIwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZb/qoTFxcTAVYTFxcTA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgGqFxMUFxcUExcAAAAAAwAA/8ADqwPAAA8AHwAuAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQMhIgYVFBYzITI2NTQmIwMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXqv6qExcXEwFWExcXEwNVSTf9qzZKSjYCVTdJ/SsTGBgTAlUUFxcU/wAXExQXFxQTFwABAAD/wANVA8AAIAAAASERNCYjIgYVESEiBhUUFjMhERQWMzI2NREhMjY1NCYjAyv/ABgTExj/ABMXFxMBABgTExgBABMXFxMB1QEAFBcXFP8AFxMUF/8AExgYEwEAFxQTFwAAAwAA/8AD1QPAABsANwBYAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMjNTQmIyIGHQEjIgYVFBY7ARUUFjMyNj0BMzI2NTQmIwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZbgBgTExiAExcXE4AYExMYgBMXFxMDgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAaqAFBcXFIAXExQXgBMYGBOAFxQTFwAAAwAA/8ADqwPAAA8AHwBAAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQMjNTQmIyIGHQEjIgYVFBY7ARUUFjMyNj0BMzI2NTQmIwMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXqoAYExMYgBMXFxOAGBMTGIATFxcTA1VJN/2rNkpKNgJVN0n9KxMYGBMCVRQXFxT/AIAUFxcUgBcTFBeAExgYE4AXFBMXAAAAAwAA/8ADgAPAABAAGwAlAAABISIGFREUFjMhMjY1ETQmIwUhESEiBgcRNDYzESImNTQ2MyEVIQNV/cA8WVk8AkAUFxcU/cACFv3qECAQJxkZJycZAhb96gOAWTz9gD1ZGBMDVRQXVf3VBwoB/Bkn/QAmGhkngAAAAwAA/8ADqwPAACIAPwBJAAABIzU0JiMiBh0BITU0JiMiBh0BIyIGFREUFjMhMjY1ETQmIwUzFRQWMzI2PQEhFRQWMzI2PQEzMhYdASE1NDYzASEiJjURIREUBgMrVhcTFBf/ABcUExdWNkpKNgJWNkpKNv2qVhcTFBcBABcUExdWExf9VhcTAlb9qhMXAqoXAysqFBcXFCoqFBcXFCpKNv2qNkpKNgJWNkpWKhQXFxQqKhQXFxQqFxOAgBMX/VYXEwGA/oATFwACAAD/qwQAA8AABgAKAAAFIREhESERAyERIQGa/mYBmgGZzQGa/mZVAzP+Zv5nBAD+ZgAAAgAA/8ADqwPAADEAYwAAASYnLgEnJicjOAExIgYHBgcOAQcGFRQWFwcGFhceATMyNj8BHgEzMjc+ATc2Nz4BPQEHOAExFAYHBgcOAQcGIyImJy4BIwc3NiYnLgE1NDc+ATc2Nz4BMzgBMTMWFx4BFxYXFQOrBR8gZkREThYwWSo1Kio6DxASEE0DBQcJDwoDBwPiJlQsOjY2XyYmGhYVVhIQFR0eSisqLyZGIAcSCqI4AwEHEBINDC8hISogSSMRPTU1URkaBAHaTEREZh8fAxQWGiYmXzY2OipWJuMMGAYHBgEDTRASDxA5KikzKV4wFhomSCMqICEtCwwSEAMBN6IKDwkgSiMuKytJHh4VEBIDGBlQNTU9FQAAAAACAAD/wAOrA8AAFwAoAAABISIGFREUFhceATMyNj8BITI2NRE0JiMTFAYjISIGDwERNDYzITIWFQMr/ao2Sg0NAwsDCg0HngHvNkpKNioXE/4ACg4GYhcTAlYTFwNVSTf9Vg0XAwMBBgeeSTcBqjdJ/dYUFwYHYgJEFBcXFAAAAAEAAP/AA7cDwABUAAABJiIHAQYHBiInJicmJyY0NzY3ATYyFxYUBwEGIicuATU0NjcBNjQnJiIHAQ4BFRQWFxYyNwE2NzY0JyYnLgEjIgYHAQYHBhQXFhceATMyNjcBNiYnA68NIg3+eCAoJ1InJyAgEBAQECABiCNtIycn/ngNIg0DBQYGAWsNDQ0iDf6WExQUEyZqIwGIIBAQEBAgHE8qKU8d/ncrFhUVFistbzo5by0BiAcCDQHzDQ3+eCAQEBAQICAnJ1InKCABiCMjJmoj/ncMDAQMCgoNBwFrDCINDQ3+lhAwGhowECYmAYkgJyhRKCcgHSMgIP53Kzc3czg3Ky0oKyoBiAolDQAEAAD/wAPVA8AAIwAnACsARgAAASMRNCYjISIGFREjIgYdARQWOwEVFBYzITI2PQEzMjY9ATQmJSEVIQEhESEXFAYrATU0JiMhIgYdASMiJj0BNDYzITIWHQEDVSoYE/4AExgqN0lJNyoYEwIAExgqN0lJ/Z8Bqv5WAar+VgGqqxcUKhgT/gATGCoUFxcUAqoUFwJVAQAUFxcU/wBJN9U2SoATGBgTgEo21TdJ1tb91gEAKxMYgBQXFxSAGBPVFBcXFNUAOQAA/8AEAAPAAAMACAAMABAAFQAZAB0AIgAmACoALgAyADYAOgA+AEIARgBKAE4AUgBWAFoAXgBiAGYAagBuAHIAdgB6AH4AggCGAIoAjgCSAJYAmgCeAKIApgCqAK4AsgC2ALoAvgDCAMYAygDOANIA1gDaAN4A4gDmAAABIREhEzERIREXMxUjJSERIRMxESERFzMVIwEhESETMREhERczFSMBMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMjMxUjFTMVIzsBFSMjMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMBMxUjJTMVIzczFSMnMxUjJTMVIzsBFSM3MxUjOwEVIzczFSM7ARUjNzMVIzsBFSM3MxUjFzMVIyUzFSM3MxUjOwEVIzczFSM3MxUjFzMVIyUzFSM3MxUjNzMVIzsBFSM3MxUjFzMVIyUzFSM7ARUjNzMVIzsBFSMjMxUjNzMVIzczFSMBQP8AAQBA/oCAgIADQP8AAQBA/oCAgID+QP8AAQBA/oCAgIABQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEABwEBA/IBAQEBAQIBAQAEAQEBAQEBAQEDAQEBAQEBAQEBAQEBAQEBAQEBAQED+gEBAQEBAQEBAgEBAQEBAQEBA/oBAQEBAQIBAQEBAQEBAQEBAQP7AQEBAQEBAQEBAQEDAQECAQECAQEADgP8AAUD+gAGAgIDA/wABQP6AAYCAgP5A/wABQP6AAYCAgAOAQEBAQEBAQEBAQEBAQEBAQAIAQEBAgEBAQEBAQIBAQIBAQIBAQIBAgEBAQIBAQEBAgECAQEBAgEBAQECAQIBAgEBAgEBAQEBAQEAAAAACAAD/wAOrA8AAJgBLAAABIgYVERQGIyEiJjURNDYzITI2NTQmIyEiBhURFBYzITI2NRE0JiMTLgEnLgEjISIGFRQWOwEBBhQXHgEzMjY3ARUUFjMyNjURNCYnAwATGBcT/ioTFxcTAQAUFxcU/wA2Sko2AdY2ShgTpgMMBgMLA/8AExgYE5r+cw0NBg4KCQ4HAYwYExMYAQQBqxgT/wATGBgTAdUUFxcUExdJN/4rNkpKNgEAExgBkQYMAwMBFxMUF/5zDSINBgYGBgGNmRQXFxQBAAMLAwAGAAD/wAOAA8AAGQAcAC8APgBNAFwAAAEuAScBLgEjLgEjISIGFREUFjMhMjY1ETQmJxcjEyEiJjURNDYzIRUUFjsBERQGIwMhIgYVFBYzITI2NTQmIxUhIgYVFBYzITI2NTQmIwEzMjY1NCYrASIGFRQWMwN8AwMD/wADBgQDCgT+qzZKSjYCADZKAf9vb4D+ABMYGBMBKxcT1hgTVf6qExcXEwFWExcXE/6qExcXEwFWExcXE/6qVhMXFxNWExcXEwJmBAYDAQADBgMBSjb9VTZKSjYCAAQKjG/9qxcTAqsTGNYTF/4qExcBgBgTExgYExMYqxcUExcXExQXAQAXFBMXFxMUFwAGAAD/wAOrA8AADgAdACsAQQBXAG0AAAEhMjY1NCYjISIGFRQWMwUhIgYVFBYzITI2NTQmIxEhIgYVFBYzITI2NTQmAQ4BFRQWFx4BMzI2Nz4BNTQmJyYiBxEOARUUFhceATMyNjc+ATU0JicmIgcRDgEVFBYXHgEzMjY3PgE1NCYnJiIHAVUCKxMYGBP91RMXFxMCK/3VExcXEwIrExgYE/3VExcXEwIrExgY/M8GBwcGBw0KCg0HBgcHBg0iDQYHBwYHDQoKDQcGBwcGDSINBgcHBgcNCgoNBwYHBwYNIg0CgBcUExcXExQXqxcTFBcXFBMX/wAXExQXFxQTFwH0Bw4JCg4GBwYGBwYOCgkOBwwM/wAHDgkKDgYHBgYHBg4KCQ4HDAz/AAcOCQoOBgcGBgcGDgoJDgcMDAAAAwAA/8ADqwPAAA4AHAAqAAABISIGFRQWMyEyNjU0JiMlITI2NTQmIyEiBhUUFgEhIgYVFBYzITI2NTQmA4D9ABMYGBMDABMYGBP9AAMAExgYE/0AExgYAxP9ABMYGBMDABMYGAHVFxMUFxcUExerFxQTFxcTFBf+VRcTFBcXFBMXAAAABAAA/8AEAAPAAAwAGAA8AEcAACUUBiMiJjU0NjMyFhUhFAYjIiY1NDYzMhYTLgEjIScuASsBIgYVFBY7ARcwFDETHgEzMDIzITI2NxM0JicDDgEjISImJwMhAwHVMiMjMjIjIzIB1jIkIzIyIyQyTAYSCv1NIgMYEKoUFxcUiCJJCUYtAQMBnjBGCkQCB5EDFxD+YhAYA0ACbzwrJDIyJCMyMiMkMjIkIzIyAnYKB7QQEhgTExizBP6eLTo6LQFmChIG/okQEhIQATP+zQAAAAEAAP/AAw0DwAAMAAABBycHJzcnNxc3FwcXAw1as7NasrJas7NasrIBDVqyslqzs1qyslqzswAAAQAA/8ADcwPAABYAAAEmIgcBJyYiBwYUHwEeATMyNjcBNjQnA3MNIg3+SbcNIg0NDdUHDQoKDQcB1Q0NAskMDP5IuAwMDSIN1gYGBgYB1g0iDQAABgAA/8AEAAPAAA4AHQArAEMAWwByAAATMjY1ETQmIyIGFREUFjMhIgYVERQWMzI2NRE0JiMFMjY1ETQmIyIGFREUFikBIgYVFBY7AREUFjMyNjURMzI2NTQmIwEjNTQmIyIGHQEjIgYVFBYzITI2NTQmIwEhIgYVFBY7ARUUFjMyNj0BMzI2NTQmqxMXFxMUFxcUAVUTGBgTExgYEwFVFBcXFBMXF/3p/wAUFxcUVRcUExdWExcXEwFVVRgTExhVExgYEwEAExgYEwFV/wATFxcTVhcTFBdVFBcXAdUYEwErExcXE/7VExgXE/6AFBcXFAGAExdVFxQBgBMXFxP+gBQXFxQTF/8AFBcXFAEAFxMUFwEAqxMXFxOrFxQTFxcTFBf+qxgTExiqFBcXFKoYExMYAAAEAAD/wAPVA8AAGQAeADUATAAAEwUeATMyNjclPgE1NCYnJSYiBwUOARUUFhclDQEtAQEFJSYGBwYWFwUeATMyNjclPgEnLgEHNQUlJgYHBhYXBR4BMzI2NyU+AScuAQdEAasDCAYGCAMBqw0MDA3+VQoTCf5VCgsMDQG8AU3+s/6zAU0Bmv5m/mYQIQYGCg0BqwYJBgYIAwGrEAoJByAM/mb+ZhAhBgYKDQGrBgkGBggDAasQCgkHIAwCWtYDAQED1gYTDQ0TBtYDA9YGEw0NEwbMpqampv3Wzc0GCwwNJAfVBwIBBNUGIRAQDAbVzc0GCg0QIQbWBgIBA9UHIRAQCwYAAAUAAP+3A9UDwAAdACcAKwAzADoAAAElOAExJiIHBQ4BFREUFhcFHgEzMjY3JT4BNRE0JiU+ATMyFhcFByUTJTcFAS4BNREFESUhBRElERQGA43+qhk9Hf6rICQlIwFWDB4NEBsMAVYgKCX+PwMLAwYIAwE8eP60d/6zeAFM/h4JDAFV/sAC0f7FAVUNAuarDQ2rEDsk/msjQBCrBgcHBqsQPSYBlSQ7cwMBAQOePKb+76c7pv53BxYKAYiq/l6dnQGiqv54DRMABAAA/8ADqwPAACQAKQAzAFQAAAEwJiMwJiMnLgEjISIGDwEwBiMwBiMcARURFBYzITI2NRE0JiclIRchNwEhIiY1ESERFAYDIgYVFAYjIiY1NCYjIgYVFBceARcWMzI3PgE3NjU0JiMDpgEDAQOAAxEK/gAKEgaAAQMBBEo2AlY2SgEE/W8B1kD9qkACFv2qExcCqheTFBdKNjZKFxQTFxAROScnLS0nJzkREBcTArwEBKsKBwcKqwQEBwcD/ao2Sko2AlYDBwdvVlb9ABcTAiv91RMXAgAYEzZKSjYTGBgTLScnOREQEBE5JyctExgAAwAA/8ADqwPAACIALQA4AAABIzU0JisBIgYdASMiBhUUFjsBERQWMyEyNjURMzI2NTQmIyU0NjsBMhYdASE1ARQGIyEiJjURIREDgKtJN6o3SasTGBgTK0k3Aao3SSsTGBgT/gAXFKoUF/8AAYAXFP5WFBcCAALVKzZKSjYrFxMUF/3VNkpKNgIrFxQTFysTGBgTKyv9VRMXFxMCK/3VAAUAAP/AA6sDwAAiAC0AOABHAFYAAAEjNTQmKwEiBh0BIyIGFRQWOwERFBYzITI2NREzMjY1NCYjJTQ2OwEyFh0BITUBFAYjISImNREhEQEiBhURFBYzMjY1ETQmIzMiBhURFBYzMjY1ETQmIwOAq0k3qjdJqxMYGBMrSTcBqjdJKxMYGBP+ABcUqhQX/wABgBcU/lYUFwIA/qsUFxcUExcXE6oTFxcTFBcXFALVKzZKSjYrFxMUF/3VNkpKNgIrFxQTFysTGBgTKyv9VRMXFxMCK/3VAasXFP8AExcXEwEAFBcXFP8AExcXEwEAFBcAAAEAAP/AA1UDwAAkAAABITc2NCcmIgcBDgEVBhQXHgEXAR4BMzI2NzY0LwEhMjY1NCYjAyv+EeINDQ0iDf7VAwUDAwMCAwErBxEGBhEHDQ3iAe8TFxcTAdXiDSINDQ3+1gQGAwcSCQQGA/7VBgcHBg0iDeIXFBMXAAEAAP/AA1EDwAAkAAABNjQnLgEnASYiBwYUHwEhIgYVFBYzIQcGFBceATMyNjcBPgE1A1EDAwMCA/7VDSINDQ3i/hETFxcTAe/iDQ0HEQYGEQcBKwMFAZoGEgoDBgQBKg0NDSIN4hcTFBfiDSINBgcHBgErAwYEAAEAAP/AAp4DwAAWAAABNzY0JyYiBwEGFBcBHgEzMjY3NjQvAQG84g0NDSIN/wANDQEABxEGBhEHDQ3iAaviDSINDAz/AA0iDf8ABwYGBw0iDeIAAAEAAP/AAp4DwAAWAAAJASYiBwYUHwEHBhQXHgEzMjY3ATY0JwKe/wANIg0NDeLiDQ0HDQoKDQcBAA0NAckBAAwMDSIN4uINIg0HBgYHAQANIg0AAAMAAP/ABAADwAAPABoAJQAAASEiBhURFBYzITI2NRE0JgUhMhYdASE1NDYzASEiJjURIREUBiMDgP0ANkpKNgMANkpK/MoDABMY/KoYEwMA/QATGANWGBMDK0o2/gA3SUk3AgA2SlYXE4CAExf9qxcUASr+1hQXAAMAAP/AA6sDwAAUABoAKAAANzMyNjcBNjQvASYiBwEOAR0BFBYzNwEXASM1ASEiBhUUFjMhMjY1NCaAqwkOBwHVDQ2rDSIN/isGBxgTKwGqb/5WbwLV/QATGBgTAwATGBirBgYB1g0iDaoNDf4rBw0KqxMXxAGrb/5Vb/68GBMTGBgTExgAAAADAAD/wAPVA8AADwAZACsAAAEhIgYVERQWMyEyNjURNCYFITIWFwkBPgEzASEiJjURBR4BMzI2NyURFAYjA1X9VjdJSTcCqjdJSf0fAqoNEwf+hP6EBxMNAqr9VhQXAWYHDQYGDQcBZhcUAytKNv4AN0lJNwIANkpWDA3+9wEJDQz9qxcUAa/8AwYGA/z+URQXAAAAAwAA/8ADVQPAABAAIAA2AAABISIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2MyEyFhUBDgEVFBYXHgEzMjY3PgE1NCYnJiIHAtX+VjdJSTcBqjdJSTcrFxT+VhQXFxQBqhQX/uIGBwcGBw0KCg0HBgcHBg0iDQOASjb9VTZKSjYCqzZK/NUTFxcTAqsTGBgT/ckHDgkKDgYHBgYHBhEHBhEHDAwAAAAAAQAAAAEAAEer7VFfDzz1AAsEAAAAAADkra/GAAAAAOStr8YAAP+rBt8DwAAAAAgAAgAAAAAAAAABAAADwP/AAAAG4gAAAAAG3wABAAAAAAAAAAAAAAAAAAAAOwQAAAAAAAAAAAAAAAIAAAAEAAAABuIAAAbgAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAAAKABQAHgDGAQgBTAFgAXQBiAGcAbABxAHYAhQCeAMAA0gD8gUmBUwFpgY2BpQGsAccB2IHlAgSCGwIqAkMCSYJtAn0CnoK3AwkDJANFA2yDfQOXA54DqIPPA++ECIQmhDqEWIRnhHaEgQSLhJqEq4S+BNMAAEAAAA7AOcAOQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAJAAAAAQAAAAAAAgAHAHIAAQAAAAAAAwAJADwAAQAAAAAABAAJAIcAAQAAAAAABQALABsAAQAAAAAABgAJAFcAAQAAAAAACgAaAKIAAwABBAkAAQASAAkAAwABBAkAAgAOAHkAAwABBAkAAwASAEUAAwABBAkABAASAJAAAwABBAkABQAWACYAAwABBAkABgASAGAAAwABBAkACgA0ALxsYXRlcG9pbnQAbABhAHQAZQBwAG8AaQBuAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBsYXRlcG9pbnQAbABhAHQAZQBwAG8AaQBuAHRsYXRlcG9pbnQAbABhAHQAZQBwAG8AaQBuAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJsYXRlcG9pbnQAbABhAHQAZQBwAG8AaQBuAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block

}

[class*=" latepoint-icon-"],
[class^=latepoint-icon-] {
  font-family: "latepointIcons" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.latepoint-icon-qrcode:before {
  content: "";
}

.latepoint-icon-cross:before {
  content: "";
}

.latepoint-icon-google:before {
  content: "";
}

.latepoint-icon-brand:before,
.latepoint-icon-facebook:before,
.latepoint-icon-social:before {
  content: "";
}

.latepoint-icon-arrow-up:before {
  content: "";
}

.latepoint-icon-arrow-up2:before {
  content: "";
}

.latepoint-icon-arrow-down:before {
  content: "";
}

.latepoint-icon-arrow-down2:before {
  content: "";
}

.latepoint-icon-arrow-right:before {
  content: "";
}

.latepoint-icon-arrow-left:before {
  content: "";
}

.latepoint-icon-lp-logo:before {
  content: "";
}

.latepoint-icon-arrow-left1:before {
  content: "";
}

.latepoint-icon-arrow-right1:before {
  content: "";
}

.latepoint-icon-book:before {
  content: "";
}

.latepoint-icon-calendar:before {
  content: "";
}

.latepoint-icon-check:before {
  content: "";
}

.latepoint-icon-chevron-left:before {
  content: "";
}

.latepoint-icon-chevron-right:before {
  content: "";
}

.latepoint-icon-credit-card:before {
  content: "";
}

.latepoint-icon-edit-3:before {
  content: "";
}

.latepoint-icon-external-link:before {
  content: "";
}

.latepoint-icon-file-text:before {
  content: "";
}

.latepoint-icon-layers:before {
  content: "";
}

.latepoint-icon-list:before {
  content: "";
}

.latepoint-icon-mail:before {
  content: "";
}

.latepoint-icon-menu:before {
  content: "";
}

.latepoint-icon-message-circle:before {
  content: "";
}

.latepoint-icon-message-square:before {
  content: "";
}

.latepoint-icon-minus:before {
  content: "";
}

.latepoint-icon-minus-circle:before {
  content: "";
}

.latepoint-icon-minus-square:before {
  content: "";
}

.latepoint-icon-package:before {
  content: "";
}

.latepoint-icon-paperclip:before {
  content: "";
}

.latepoint-icon-plus:before {
  content: "";
}

.latepoint-icon-plus-circle:before {
  content: "";
}

.latepoint-icon-plus-square:before {
  content: "";
}

.latepoint-icon-printer:before {
  content: "";
}

.latepoint-icon-shopping-bag:before {
  content: "";
}

.latepoint-icon-shopping-cart:before {
  content: "";
}

.latepoint-icon-sliders:before {
  content: "";
}

.latepoint-icon-smartphone:before {
  content: "";
}

.latepoint-icon-trash:before {
  content: "";
}

.latepoint-icon-trash-2:before {
  content: "";
}

.latepoint-icon-clothes-21:before {
  content: "";
}

.latepoint-icon-ui-09:before {
  content: "";
}

.latepoint-icon-ui-15:before {
  content: "";
}

.latepoint-icon-ui-24:before {
  content: "";
}

.latepoint-icon-ui-50:before {
  content: "";
}

.latepoint-icon-ui-47:before {
  content: "";
}

.latepoint-icon-ui-46:before {
  content: "";
}

.latepoint-icon-common-01:before {
  content: "";
}

.latepoint-icon-checkmark:before {
  content: "";
}

.latepoint-icon-arrow-2-right:before {
  content: "";
}

.latepoint-icon-arrow-2-left:before {
  content: "";
}

.latepoint-icon-ui-83:before {
  content: "";
}

@keyframes selectedSlotCheckmark{

    0% {
        transform: rotate(-65deg) scale(.5)
    }
    to {
        transform: rotate(0deg) scale(1)
    }

}

@keyframes selectedSlotCheckmarkOpacity{

    0% {
        transform: rotate(-65deg) scale(.5);
        opacity: 0
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }

}

@keyframes latepointFadeUp{

    0% {
        transform: translate3d(0, 40px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes up10op{

    0% {
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes up10{

    0% {
        transform: translate3d(0, 10px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }

}

@keyframes up20op{

    0% {
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes rotateScale{

    0% {
        transform: scale(.4) rotate(-90deg);
        opacity: 0
    }
    to {
        transform: scale(1) rotate(0deg);
        opacity: 1
    }

}

@keyframes up20{

    0% {
        transform: translate3d(0, 20px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }

}

@keyframes up40{

    0% {
        transform: translate3d(0, 20px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }

}

@keyframes latepointMessage{

    0% {
        transform: translate3d(0, -10px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes latepointFadeDown{

    0% {
        transform: translate3d(0, -40px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes agentBio{

    0% {
        transform: scale(.8);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }

}

@keyframes osLightboxAnimation{

    0% {
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes latepointAvailabilityPopup{

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, -65%, 0);
        opacity: 1
    }

}

@keyframes latepointAvailabilityPopupCenter{

    0% {
        transform: translate3d(-50%, -50%, 0);
        opacity: 0
    }
    to {
        transform: translate3d(-50%, -110%, 0);
        opacity: 1
    }

}

@keyframes latepointAvailabilityPopupY{

    0% {
        transform: translate3d(0, -60%, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, -115%, 0);
        opacity: 1
    }

}

@keyframes latepointNextBtn{

    0% {
        transform: translate3d(-15px, 0, 0) scale(.9);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }

}

@keyframes latepointPrevBtn{

    0% {
        transform: translate3d(15px, 0, 0) scale(.9);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }

}

@keyframes latepointContentPopup{

    0% {
        transform: scale(.9);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }

}

@keyframes os-loading-gradient{

    0% {
        background-position: 0 0
    }
    to {
        background-position: -200%0
    }

}

@keyframes latepointBlink{

    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }

}

@keyframes latepointShake{

    0%,
    to {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-4px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(4px)
    }

}

@font-face{

    font-family: "latepoint";
    src: url(../fonts/latepoint-regular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block

}

@font-face{

    font-family: "latepoint";
    src: url(../fonts/latepoint-semibold.woff2)format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: block

}

.latepoint-w,
.latepoint-w h1,
.latepoint-w h2,
.latepoint-w h3,
.latepoint-w h4,
.latepoint-w h5,
.latepoint-w h6 {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.latepoint-w {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  max-width: initial !important;
}

.latepoint-w h1,
.latepoint-w h2,
.latepoint-w h3,
.latepoint-w h4,
.latepoint-w h5,
.latepoint-w h6 {
  font-weight: 600;
}

.latepoint-w .latepoint-section-heading-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 20px;
  padding: 10px 0;
  margin-top: 20px;
}

.latepoint-w .latepoint-section-heading-w .latepoint-section-heading {
  margin: 0;
  padding: 0;
}

.latepoint-w .latepoint-section-heading-w .heading-extra {
  font-weight: 600;
  color: #7c85a3;
}

.latepoint-tab-content {
  display: none;
}

.latepoint-tab-content.active {
  display: block;
}

.order-payments-form-wrapper .total-order-payments-info {
  margin-bottom: 30px;
}

.order-payments-form-wrapper .topi-heading,
.order-payments-form-wrapper .total-order-payments-info .topi-amount {
  font-size: 46px;
  font-weight: 600;
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #14161d;
}

.order-payments-form-wrapper .total-order-payments-info .topi-sub-info {
  color: #7c85a3;
}

.order-payments-form-wrapper .total-order-payments-info .topi-sub-info a {
  display: inline-flex;
  margin-left: 5px;
  text-decoration: none;
  align-items: baseline;
  gap: 5px;
  color: var(--latepoint-brand-primary);
}

.order-payments-form-wrapper .total-order-payments-info .topi-sub-info a span {
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.order-payments-form-wrapper .topi-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.order-payments-form-wrapper .topi-heading .topih-line {
  height: 10px;
  background-color: #eee;
  flex: 1;
}

.order-payments-form-wrapper .topi-transaction {
  padding: 15px;
  border: 1px solid #eee;
  border-bottom-color: #aaa;
  position: relative;
}

.order-payments-form-wrapper .topi-transaction+.topi-transaction {
  margin-top: 15px;
}

.order-payments-form-wrapper .topi-transaction .topit-amount,
.order-summary-items-heading {
  font-size: 17px;
  font-weight: 600;
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #14161d;
}

.order-payments-form-wrapper .topi-transaction .topit-sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #7c85a3;
}

.order-payments-form-wrapper .topi-transaction .topit-transaction-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  background-color: #eee;
  font-size: 11px;
}

.order-summary-items-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #7c85a3;
  line-height: 1.1;
}

.order-summary-items-heading .osih-line {
  height: 10px;
  background-color: rgba(0, 0, 0, .03);
  flex: 1;
}

.latepoint-btn {
  padding: 9px 14px;
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  border-radius: var(--latepoint-border-radius);
  text-decoration: none !important;
  font-weight: 600;
  display: inline-block;
  box-shadow: none;
  border: 0;
  line-height: 1.2;
  cursor: pointer;
}

.latepoint-btn:focus,
.latepoint-btn:hover {
  outline: 0;
  color: #fff !important;
  background-color: color-mix(in srgb, var(--latepoint-brand-primary), #000 10%);
  box-shadow: none;
}

.latepoint-btn.latepoint-btn-sm {
  padding: 6px 8px;
  font-size: 15px;
}

.latepoint-btn.latepoint-btn-danger {
  background-color: #fb7f7f;
  color: #fff;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link {
  background-color: transparent;
  border-color: transparent;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link i,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link span {
  color: #d83838;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link span {
  border-bottom: 1px solid #d83838;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:focus,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:hover {
  color: transparent !important;
  background-color: transparent;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:after,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:focus:after,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:hover:after {
  border-bottom: 2px solid #d83838;
  border-left: 2px solid #d83838;
  border-top: 2px solid #d83838;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus:not(.os-loading),
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover:not(.os-loading) {
  color: #d83838 !important;
  background-color: transparent;
}

.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus:not(.os-loading) i,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus:not(.os-loading) span,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover:not(.os-loading) i,
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover:not(.os-loading) span {
  color: #d83838 !important;
}

.latepoint-btn.latepoint-btn-danger:active,
.latepoint-btn.latepoint-btn-danger:focus {
  color: #fff;
  background-color: #fb7f7f;
}

.latepoint-btn.latepoint-btn-danger:hover {
  background-color: #f94e4e;
}

.latepoint-btn.latepoint-btn-primary {
  background-color: var(--latepoint-brand-primary);
  color: #fff;
}

.latepoint-btn.latepoint-btn-primary i,
.latepoint-btn.latepoint-btn-primary span {
  color: #fff;
}

.latepoint-btn.latepoint-btn-primary:focus {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline {
  background-color: transparent;
  color: var(--latepoint-brand-primary);
  border: 1px solid var(--latepoint-brand-primary);
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline:focus,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline:hover {
  border-color: color-mix(in srgb, var(--latepoint-brand-primary), #000 10%);
  color: var(--latepoint-brand-primary);
  background-color: transparent;
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline.latepoint-btn-primary.os-loading:after {
  border-bottom-color: var(--latepoint-brand-primary);
  border-left-color: var(--latepoint-brand-primary);
  border-top-color: var(--latepoint-brand-primary);
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link i,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link span,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline i,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline span {
  color: var(--latepoint-brand-primary);
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link {
  background-color: transparent;
  color: var(--latepoint-brand-primary);
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link span {
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover span {
  border-bottom-style: solid;
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:focus,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:hover {
  color: transparent !important;
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:after,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:focus:after,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:hover:after {
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
}

.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus:not(.os-loading),
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus:not(.os-loading) i,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus:not(.os-loading) span,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover:not(.os-loading),
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover:not(.os-loading) i,
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover:not(.os-loading) span {
  color: var(--latepoint-brand-primary) !important;
}

.latepoint-btn.latepoint-btn-grey {
  background-color: #eee;
  color: #111 !important;
}

.latepoint-btn.latepoint-btn-white {
  background-color: #fff;
  color: #111 !important;
}

.latepoint-btn.latepoint-btn-white.latepoint-btn-link {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.latepoint-btn.latepoint-btn-white.latepoint-btn-link i,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link span {
  color: #fff;
}

.latepoint-btn.latepoint-btn-white.latepoint-btn-link span {
  border-bottom: 1px solid #fff;
}

.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:focus,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:hover,
.latepoint-btn.os-loading:focus {
  color: transparent !important;
}

.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:after,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:focus:after,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:hover:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.latepoint-btn.latepoint-btn-white.latepoint-btn-link:focus:not(.os-loading),
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:focus:not(.os-loading) i,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:focus:not(.os-loading) span,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:hover:not(.os-loading),
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:hover:not(.os-loading) i,
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:hover:not(.os-loading) span {
  color: #fff !important;
}

.latepoint-btn.latepoint-btn-block {
  display: block;
  text-align: center;
  flex: 1;
}

.latepoint-btn.os-loading {
  color: transparent !important;
  position: relative;
}

.latepoint-btn.os-loading i,
.latepoint-btn.os-loading span {
  color: transparent !important;
  border-bottom-color: transparent !important;
}

.latepoint-btn.os-loading:focus i,
.latepoint-btn.os-loading:focus span {
  color: transparent !important;
  border-bottom-color: transparent !important;
}

.latepoint-book-button.os-loading:after,
.latepoint-btn.os-loading:after {
  display: block;
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.latepoint-btn.os-loading.latepoint-btn-secondary:after,
.latepoint-btn.os-loading.latepoint-btn-white:after {
  border-bottom: 2px solid var(--latepoint-body-color);
  border-left: 2px solid var(--latepoint-body-color);
  border-top: 2px solid var(--latepoint-body-color);
  border-right: 2px solid transparent;
}

.latepoint-btn.latepoint-btn-secondary {
  background-color: #edeff6;
  color: #252c39;
}

.latepoint-btn.latepoint-btn-secondary.latepoint-btn-link {
  border-color: 2px solid #111;
}

.latepoint-btn.latepoint-btn-secondary:focus,
.latepoint-btn.latepoint-btn-secondary:hover {
  outline: 0;
  color: #252c39 !important;
  background-color: #cbd1e5;
  box-shadow: none;
}

.latepoint-btn span {
  line-height: 1.5;
}

.latepoint-btn i,
.latepoint-btn span {
  display: inline-block;
  vertical-align: middle;
}

.latepoint-btn i+span,
.latepoint-btn span+i {
  margin-left: 6px;
}

.latepoint-book-button-wrapper.latepoint-book-button-align-center {
  text-align: center;
}

.latepoint-book-button-wrapper.latepoint-book-button-align-right {
  text-align: right;
}

.latepoint-book-button-wrapper.latepoint-book-button-align-left {
  text-align: left;
}

.latepoint-book-button-wrapper.latepoint-book-button-align-justify {
  text-align: center;
}

.latepoint-book-button-wrapper.latepoint-book-button-align-justify .latepoint-book-button {
  display: block;
}

.latepoint-book-button {
  line-height: 1em;
  cursor: pointer;
  transition: initial;
}

.latepoint-book-button.os-loading {
  transition: all .2s linear;
  color: transparent !important;
  position: relative;
}

.latepoint-w .os-form-w {
  background-color: #fff;
  padding: 30px;
  margin: 20px 0;
}

.latepoint-w .os-form-group {
  margin-bottom: 15px !important;
  position: relative;
}

.latepoint-w .os-form-group.os-form-select-group .os-form-control,
.latepoint-w .os-form-group.os-form-select-group input.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control {
  position: relative !important;
  display: block !important;
  box-shadow: none !important;
  border: 1px solid #cad2e0 !important;
  padding: 12px 10px !important;
  border-radius: var(--latepoint-border-radius) !important;
  background-color: #fff !important;
  width: 100%;
  color: #32373c;
  line-height: 1.2;
  font-size: 15px !important;
  font-weight: 400 !important;
  transition: all .2s ease;
  height: auto;
  margin: 0;
}

.latepoint-w .os-form-group.os-form-select-group .os-form-control:focus,
.latepoint-w .os-form-group.os-form-select-group input.os-form-control:focus,
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control:focus,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control:focus {
  background-color: #fff !important;
  border-color: #5779ef !important;
  outline: 0;
  box-shadow: none;
}

.latepoint-w .os-form-group.os-form-select-group .os-form-control.os-invalid,
.latepoint-w .os-form-group.os-form-select-group input.os-form-control.os-invalid,
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-invalid,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-invalid {
  border-color: #b55959 !important;
  box-shadow: 0 0 0 3px rgba(181, 89, 89, .1) !important;
}

.latepoint-w .os-form-group.os-form-select-group .os-form-control.os-shake,
.latepoint-w .os-form-group.os-form-select-group input.os-form-control.os-shake,
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-shake,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-shake {
  animation: latepointShake 1s ease-in-out;
}

.latepoint-w .os-form-group.os-form-select-group input[type=email],
.latepoint-w .os-form-group.os-form-select-group input[type=number],
.latepoint-w .os-form-group.os-form-select-group input[type=password],
.latepoint-w .os-form-group.os-form-select-group input[type=tel],
.latepoint-w .os-form-group.os-form-select-group input[type=text],
.latepoint-w .os-form-group.os-form-select-group textarea,
.latepoint-w .os-form-group.os-form-textfield-group input[type=email],
.latepoint-w .os-form-group.os-form-textfield-group input[type=number],
.latepoint-w .os-form-group.os-form-textfield-group input[type=password],
.latepoint-w .os-form-group.os-form-textfield-group input[type=tel],
.latepoint-w .os-form-group.os-form-textfield-group input[type=text],
.latepoint-w .os-form-group.os-form-textfield-group textarea {
  -webkit-appearance: none;
}

.latepoint-w .os-form-group.os-form-select-group.os-invalid label,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid label {
  color: #d56e67 !important;
}

.latepoint-w .os-form-group.os-form-select-group.os-invalid .os-form-control,
.latepoint-w .os-form-group.os-form-select-group.os-invalid input.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid .os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid input.os-form-control {
  border-color: #eb3a3a !important;
}

.latepoint-w .os-form-group.os-form-select-group.os-invalid .os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-select-group.os-invalid input.os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid .os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid input.os-form-control::placeholder {
  color: #e38888 !important;
}

.latepoint-w .os-form-group.os-form-select-group.os-invalid .os-form-control:focus,
.latepoint-w .os-form-group.os-form-select-group.os-invalid input.os-form-control:focus,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid .os-form-control:focus,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid input.os-form-control:focus {
  border-color: #c10505 !important;
}

.latepoint-w .os-form-group.os-form-select-group label {
  display: block !important;
  font-size: 15px;
  margin: 0;
}

.latepoint-w .os-form-group.os-form-select-group select.os-form-control {
  height: auto !important;
}

.latepoint-w .os-form-group.os-form-multiselect-group>label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.latepoint-w .os-form-group.os-form-multiselect-group .os-form-group {
  margin-bottom: 3px !important;
}

.latepoint-w .os-form-group.os-form-multiselect-group .os-form-group label {
  font-size: 13px;
}

.latepoint-w .os-form-group.os-form-checkbox-group label {
  padding: 0;
  border-radius: var(--latepoint-border-radius);
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--latepoint-body-color);
  vertical-align: middle;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.latepoint-w .os-form-group.os-form-checkbox-group label input.os-form-checkbox {
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--latepoint-border-radius);
  box-shadow: none;
  border-color: #aaa;
}

.latepoint-w .os-form-group.os-form-checkbox-group label a {
  text-decoration: underline;
}

.latepoint-w .os-form-group.os-form-textfield-group label {
  display: block;
  margin-bottom: 1px;
  line-height: 1.1;
  cursor: default;
  font-size: 12px !important;
  color: #959aae !important;
  font-weight: 400 !important;
  position: absolute !important;
  top: 5px;
  left: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-3px);
  transition: all .2s ease;
}

.latepoint-w .os-form-group.os-form-textfield-group .os-form-control input.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control input.os-form-control {
  z-index: 1;
}

.latepoint-w .os-form-group.os-form-textfield-group .os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control::placeholder {
  color: #959aae;
}

.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-framed-field,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-framed-field {
  height: 47px !important;
}

.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-framed-field.braintree-hosted-fields-invalid,
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-framed-field.invalid,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-framed-field.braintree-hosted-fields-invalid,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-framed-field.invalid {
  border-color: #f16161 !important;
}

.latepoint-w .os-form-group.os-form-textfield-group.has-value:not(.os-form-group-simple) label {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.latepoint-w .os-form-group.os-form-textfield-group.has-value:not(.os-form-group-simple) input.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group.has-value:not(.os-form-group-simple) textarea.os-form-control {
  padding: 19px 10px 5px !important;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group label {
  opacity: 1;
  transform: none !important;
  position: relative !important;
  top: auto;
  left: auto;
  margin-bottom: 4px !important;
  font-size: 15px !important;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group .os-form-control {
  background-color: #fff;
  border: 1px solid #cad2e0;
  padding: 12px 8px !important;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group .os-form-control:focus {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group.os-form-phonefield-group {
  border: 0;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group.os-form-phonefield-group .os-form-control {
  padding: 13px 8px 13px 0 !important;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group.os-form-phonefield-group .lp_iti {
  background-color: #fff;
  border: 1px solid #cad2e0;
  align-items: stretch;
  border-radius: 6px;
  gap: 5px;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group.os-form-phonefield-group .lp_iti:has(input:focus) {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group.os-form-phonefield-group .lp_iti .lp_iti__selected-flag {
  padding: 0 0 0 12px;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-textfield-group.os-form-phonefield-group .lp_iti .lp_iti__flag-container {
  display: flex;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group label {
  margin-bottom: 3px;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group .os-form-control {
  background-color: #fff;
  border: 1px solid #d6d6e1;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group .os-form-control:focus {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group .os-form-control:hover {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group .os-form-control.size-small {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group.os-invalid label {
  color: #bf6666;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group.os-invalid .os-form-control {
  border-color: #b55959;
  color: #872727;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group.os-invalid .os-form-control::placeholder {
  color: #d9a3a3;
}

.latepoint-w .os-form-group.os-form-group-simple.os-form-select-group.os-invalid .os-form-control:focus {
  border-color: #b55959;
}

.latepoint-w .os-form-group.os-form-phonefield-group {
  border: 1px solid #cad2e0;
  border-radius: var(--latepoint-border-radius);
}

.latepoint-w .os-form-group.os-form-phonefield-group:has(.os-form-control:focus) {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .os-form-group.os-form-phonefield-group .lp_iti__selected-dial-code {
  color: #32373c;
  font-weight: 400;
  font-size: 15px !important;
  white-space: nowrap;
  margin-left: 4px;
  line-height: 1.2;
}

.latepoint-w .os-form-group.os-form-phonefield-group.os-invalid {
  border-color: #eb3a3a;
}

.latepoint-w .os-form-group.os-form-phonefield-group.os-invalid:has(.os-form-control:focus) {
  border-color: #eb3a3a;
}

.latepoint-w .os-form-group.os-form-phonefield-group .lp_iti__selected-flag {
  padding: 12px 4px 12px 10px;
  transition: all .2s ease;
}

.latepoint-w .os-form-group.os-form-phonefield-group .os-form-control,
.latepoint-w .os-form-group.os-form-phonefield-group input.os-form-control {
  border: 0 !important;
}

.latepoint-w .os-form-group.os-form-phonefield-group .os-form-control.os-mask-phone,
.latepoint-w .os-form-group.os-form-phonefield-group input.os-form-control.os-mask-phone {
  padding-left: 0 !important;
  border-left: none !important;
}

.latepoint-w .os-form-group.os-form-phonefield-group .os-form-control.os-mask-phone.invalid,
.latepoint-w .os-form-group.os-form-phonefield-group input.os-form-control.os-mask-phone.invalid {
  border-color: #f16161 !important;
}

.latepoint-w .os-form-group.os-form-phonefield-group:not(.has-value) .lp_iti.lp_iti--allow-dropdown {
  align-items: stretch;
}

.latepoint-w .os-form-group.os-form-phonefield-group:not(.has-value) .lp_iti__selected-flag {
  padding-top: 12px;
  padding-bottom: 12px;
}

.latepoint-w .os-form-group.os-form-phonefield-group:not(.os-form-group-simple).has-value .lp_iti__selected-flag {
  padding-top: 19px;
  padding-bottom: 5px;
}

.latepoint-w .os-form-group.os-form-phonefield-group:not(.os-form-group-simple).has-value input.os-form-control.os-mask-phone {
  padding-left: 0 !important;
  padding-top: 18px !important;
}

.latepoint-w .os-form-buttons.os-flex {
  display: flex;
  align-items: center;
}

.latepoint-w .os-form-buttons.os-flex.os-space-between {
  justify-content: space-between;
}

.latepoint-w .os-form-buttons.os-flex.os-flex-end {
  justify-content: flex-end;
  gap: 20px;
}

.latepoint-w .os-form-buttons .os-form-group {
  display: inline-block;
  margin-bottom: 0 !important;
}

.latepoint-w .os-form-buttons .os-form-group .latepoint-btn,
.os-password-reset-form-w .password-reset-back-to-login span {
  margin-right: 5px;
}

.latepoint-w .os-form-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.latepoint-w .os-form-header h2,
.latepoint-w .os-form-header h3,
.latepoint-w .os-form-header h4 {
  margin-bottom: 5px;
  margin-top: 0;
}

.latepoint-w .os-form-desc {
  color: rgba(0, 0, 0, .7);
}

.latepoint-w .os-image-container {
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  border-radius: 6px;
  max-width: 100px;
  margin-bottom: 10px;
  min-height: 50px;
}

.latepoint-w .os-image-container img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  display: block;
}

.latepoint-w .settings-image-selector {
  margin: 20px 0;
}

.latepoint-w .os-form-message-w {
  padding: 12px 20px;
  background-color: #f9f9f9;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
  border-radius: var(--latepoint-border-radius);
}

.latepoint-w .os-form-message-w ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.latepoint-w .os-form-message-w ul li {
  margin-bottom: 10px;
}

.latepoint-login-form-w.os-form-w .os-form-group:last-child,
.latepoint-w .os-form-message-w ul li:last-child {
  margin-bottom: 0;
}

.latepoint-w .os-form-message-w.status-error {
  background-color: #fff4f4;
  color: #d00c0c;
  border: 2px solid #f75160;
}

.latepoint-w .os-form-message-w.status-success {
  background-color: #e0fbd1;
  color: #437724;
}

.text-center {
  text-align: center;
}

.os-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.os-col-4,
.os-col-8 {
  flex: 0 0 66.6%;
  padding: 0 7px;
}

.os-col-4 {
  flex: 0 0 33.3%;
}

.os-col-3,
.os-col-9 {
  flex: 0 0 25%;
  padding: 0 7px;
}

.os-col-9 {
  flex: 0 0 75%;
}

.os-col-12,
.os-col-6 {
  flex: 0 0 50%;
  padding: 0 7px;
}

.os-col-12 {
  flex: 0 0 100%;
}

.latepoint-login-form-w.os-form-w {
  max-width: 470px;
  margin: 30px auto !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 10px 25px rgba(0, 0, 0, .1);
  padding: 40px;
  background-color: #fff;
  border-radius: var(--latepoint-border-radius);
}

.latepoint-login-form-w.os-form-w h4 {
  margin: 0 0 15px;
  padding: 0;
  color: #14161d;
}

.latepoint-login-form-w.os-form-w .os-form-buttons {
  justify-content: space-between;
}

.latepoint-login-form-w.os-form-w .os-customer-wrapped-box {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.latepoint-login-form-w.os-form-w .os-customer-wrapped-box .latepoint-customer-otp-close,
.latepoint-login-form-w.os-form-w .os-password-reset-form-w .password-reset-back-to-login {
  top: 0;
  right: 0;
}

.latepoint-customer-dashboard-redirecting {
  position: relative;
  padding-top: 30px;
  text-align: center;
  font-size: 17px;
  color: #7c85a3;
}

.latepoint-customer-dashboard-redirecting:before {
  display: block;
  content: "";
  width: 24px !important;
  height: 24px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  top: 0;
}

.os-password-reset-form-w {
  position: relative;
}

.os-password-reset-form-w .password-reset-back-to-login {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  align-items: center;
  color: #bd3d3d;
}

.os-password-reset-form-w .password-reset-back-to-login i,
.os-password-reset-form-w .password-reset-back-to-login span {
  display: inline-block;
  vertical-align: middle;
}

.os-notifications {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 1000001;
  display: flex;
  flex-direction: column-reverse;
}

.os-notifications .os-notification-close {
  position: absolute;
  top: 50%;
  right: 5px;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  transform: translateY(-50%);
  display: block;
  line-height: 1;
}

.os-notifications .item {
  background-color: rgba(29, 210, 101, .95);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  min-width: 500px;
  text-align: center;
  padding: 14px 40px 14px 30px;
  position: relative;
  border-radius: var(--latepoint-border-radius);
}

.os-notifications .item.item-type-error {
  background-color: #fff1f1;
  border: 1px solid #f2c3c3;
  border-bottom-color: #ea9898;
  color: #7f0d0d;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .26);
}

.os-notifications .item.item-type-error:before {
  background-color: #ff5839;
  box-shadow: 0 1px 0 0 rgba(255, 138, 138, .5), 0 0 0 6px rgba(255, 138, 138, .15), 0 0 0 10px rgba(255, 138, 138, .1), inset 0 2px 0 0 rgba(255, 255, 255, .2);
  border: 1px solid #ee1b1b;
  border-bottom-color: #ce0a0a;
}

.os-notifications .item.item-type-success {
  background-color: #eeffed;
  border: 1px solid #a9e3a2;
  border-bottom-color: #91c68f;
  color: #0d7f24;
  box-shadow: 0 1px 4px -1px rgba(79, 239, 88, .6);
}

.os-notifications .item.item-type-success:before {
  background-color: #63e57a;
  box-shadow: 0 1px 0 0 rgba(138, 255, 154, .5), 0 0 0 6px rgba(138, 255, 154, .25), 0 0 0 10px rgba(138, 255, 154, .15), inset 0 2px 0 0 rgba(255, 255, 255, .4);
  border: 1px solid #35d431;
  border-bottom-color: #33c82f;
}

.os-notifications .item+.item {
  margin-bottom: 10px;
}

.latepoint-login-form-w {
  animation: .6s cubic-bezier(.45, 1.1, .4, 1) 0s both latepointFadeUp;
}

.os-password-reset-form-w,
.os-step-tab-content {
  animation: .3s cubic-bezier(.45, 1.1, .4, 1.2) 0s both latepointFadeUp;
}

.os-item-details-popup {
  animation: .4s cubic-bezier(.45, 1.3, .6, 1) 0s both agentBio;
}

.item-details-popup-content-i {
  animation: .4s cubic-bezier(.45, 1.1, .4, 1) 0s both latepointFadeUp;
}

.item-details-popup-head .item-details-popup-title,
.item-details-popup-head h3 {
  animation: .4s cubic-bezier(.45, 1.1, .4, 1) 0s both latepointFadeDown;
}

.item-details-popup-feature-value {
  animation: .4s cubic-bezier(0, 1, .51, 1) .05s both latepointFadeUp;
}

.item-details-popup-feature-label {
  animation: .4s cubic-bezier(0, 1, .51, 1) .1s both latepointFadeUp;
}

.latepoint-lightbox-i {
  transform-origin: center center;
  animation: .5s cubic-bezier(0, 1, .51, 1) 0s both osLightboxAnimation;
}

.latepoint-message {
  animation: .15s cubic-bezier(.45, 1.3, .6, 1.1) 0s both latepointMessage;
  border-radius: var(--latepoint-border-radius);
}

.a-up-10,
.a-up-10-opaque {
  animation: .4s cubic-bezier(.25, 1.4, .5, 1) 0s up10op;
  animation-fill-mode: both;
}

.a-up-10-opaque {
  animation: .4s cubic-bezier(.25, 1.4, .5, 1) 0s up10;
}

.a-up-20,
.a-up-20-opaque {
  animation: .4s cubic-bezier(.25, 1.4, .5, 1) 0s up20op;
  animation-fill-mode: both;
}

.a-up-20-opaque {
  animation: .4s cubic-bezier(.25, 1.4, .5, 1) 0s up20;
}

.a-rotate-scale,
.a-up-40-opaque {
  animation: .6s cubic-bezier(.35, 1.2, .7, 1) 0s up40;
  animation-fill-mode: both;
}

.a-rotate-scale {
  animation: .7s cubic-bezier(.25, 1.4, .5, 1.35) 0s rotateScale;
}

.a-delay-1 {
  animation-delay: .05s;
}

.a-delay-2 {
  animation-delay: .1s;
}

.a-delay-3 {
  animation-delay: .15s;
}

.a-delay-4 {
  animation-delay: .2s;
}

.clean-layout-content-wrapper,
.latepoint-clean-body .manage-booking-wrapper {
  animation: .5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
}

.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-heading-w {
  border-top-left-radius: 8px;
}

.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-footer {
  border-bottom-left-radius: 8px;
}

.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form,
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option {
  box-shadow: 0 0 0 2px #e8ebee;
  cursor: pointer;
  transition: transform .1s ease;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:focus-visible,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option.selected,
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:hover,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option.selected,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option:hover {
  box-shadow: 0 0 0 2px var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option.selected .lp-option-label,
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:hover .lp-option-label,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option.selected .lp-option-label,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option:hover .lp-option-label {
  color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option .lp-option-image,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option .lp-option-image {
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center center;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option .lp-option-label,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option .lp-option-label {
  font-weight: 600;
  color: var(--latepoint-body-color);
  font-size: 18px;
  padding: 10px;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid .lp-option,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid .lp-option {
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid .lp-option .lp-option-image-w,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid .lp-option .lp-option-image-w {
  padding: 15px;
  border-bottom: 1px solid #e8ebee;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid.lp-options-grid-three .lp-option,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid.lp-options-grid-three .lp-option {
  flex: 0 0 30%;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid.lp-options-grid-two,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid.lp-options-grid-two {
  gap: 30px;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid.lp-options-grid-two .lp-option,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid.lp-options-grid-two .lp-option {
  flex: 0 0 45%;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows {
  display: flex;
  flex-direction: column;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option .lp-option-image,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option .lp-option-image {
  flex: 0 0 50px;
  width: 50px;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option .lp-option-image-w,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option .lp-option-image-w {
  padding: 10px 15px;
  border-right: 1px solid #e8ebee;
}

.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option .lp-option-label,
.latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option .lp-option-label {
  flex: 1;
  padding-left: 20px;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount-w,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount-w {
  padding: 20px 40px;
  border-bottom: 1px solid #e8ebee;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount {
  border-radius: 50%;
  padding-bottom: 100%;
  box-shadow: 0 0 0 2px #14161d;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount .lp-amount-value,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount .lp-amount-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: var(--latepoint-body-color);
  font-size: 16px;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount.lp-amount-deposit,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount.lp-amount-deposit {
  background-color: #eee;
  box-shadow: none;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount.lp-amount-deposit .lp-slice,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount.lp-amount-deposit .lp-slice {
  width: 50%;
  padding-bottom: 50%;
  background: #fff;
  border-radius: 70px 0 0;
  box-shadow: 0 0 0 2px #14161d, 0 0 0 6px #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount.lp-amount-deposit .lp-amount-value,
.latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount.lp-amount-deposit .lp-amount-value {
  left: 0;
  background-color: #fff;
  padding: 2px 0;
}

.latepoint-w .latepoint-booking-form-element .os-items,
.latepoint-w .latepoint-transaction-payment-form .os-items {
  margin: 0 !important;
  padding: 0 !important;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-rows+.os-items,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-rows+.os-items {
  margin-top: 15px !important;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-rows>.os-item+.os-item,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-rows>.os-item+.os-item {
  margin-top: 15px;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-rows .os-item .os-item-i:hover .os-item-name-w,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-rows .os-item .os-item-i:hover .os-item-name-w {
  transform: translateX(3px);
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item:focus .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item:focus .os-item-i {
  border-color: var(--latepoint-brand-primary);
  box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i {
  cursor: pointer;
  display: flex;
  background: #fff;
  border: 1px solid #e5e7ee;
  align-items: center;
  box-shadow: none;
  outline: 0;
  padding: 10px;
  color: var(--latepoint-body-color);
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i:hover,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i:hover {
  border-color: var(--latepoint-brand-primary);
  box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-img-w {
  flex: 0 0 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-right: 15px;
  display: block;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-img-w .latepoint-icon,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-img-w .latepoint-icon {
  font-size: 22px;
  line-height: 43px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-name-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-name-w {
  padding: 5px 0;
  margin-right: auto;
  display: block;
  transition: transform .2s ease-out;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-name-w .os-item-name,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-name-w .os-item-name {
  font-weight: 600;
  font-size: 17px;
  display: block;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-name-w .os-item-desc,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-name-w .os-item-desc {
  color: #7c85a3;
  font-size: 13px;
  display: block;
  margin-top: 3px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-child-count,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-child-count {
  display: block;
  color: #7c85a3;
  font-size: 12px;
  transition: transform .2s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w {
  border-left: 1px solid rgba(0, 0, 0, .05);
  padding-left: 15px;
  margin-left: 10px;
  text-align: center;
  display: block;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w .os-item-price {
  display: block;
  color: var(--latepoint-brand-primary);
  line-height: 1.1;
  font-weight: 600;
  font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
  font-size: 20px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label {
  display: block;
  color: #7c85a3;
  font-size: 11px;
  white-space: nowrap;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item:last-child,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item:last-child {
  margin-bottom: 0;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-description .os-item-name-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-description .os-item-name-w {
  padding: 5px 0;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect .os-item-i {
  padding-left: 50px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect .os-item-i:before,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect .os-item-i:before {
  background-color: #fff;
  color: #fff;
  padding: 3px;
  font-size: 12px;
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px #d8dbe3;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect.selected .os-item-i:before,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect.selected .os-item-i:before {
  background-color: var(--latepoint-brand-primary);
  box-shadow: none;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect.selected .os-item-i:before:hover,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect.selected .os-item-i:before:hover {
  box-shadow: none;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.selected.has-child-items>.os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.selected.has-child-items>.os-item-i {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item:not(.selected) .os-items,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item:not(.selected) .os-items {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-items.selected>.os-items+.os-item-categories-holder,
.latepoint-w .latepoint-transaction-payment-form .os-items.selected>.os-items+.os-item-categories-holder {
  margin-top: 15px;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid {
  display: grid;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item {
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row {
  grid-column: 1/4;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row .os-item-i,
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row.with-floating-price .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row.with-floating-price .os-item-i {
  padding: 15px 20px;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row .os-duration-value-label,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row .os-duration-value-label {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row .os-duration-name,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row .os-duration-name {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i {
  display: block;
  padding: 10px;
  height: 100%;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-name-w,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-name-w {
  padding-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-img-w {
  flex: 1;
  height: auto;
  padding-bottom: 100%;
  margin: 0;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar {
  padding: 0 15px 15px;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar .os-avatar,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar .os-avatar {
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
  background-repeat: no-repeat;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.with-floating-price .os-item-i,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.with-floating-price .os-item-i {
  padding: 25px 10px 15px;
}

.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid.os-three-columns,
.latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid.os-three-columns {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item-details-popup-btn {
  font-size: 13px;
  padding: 0;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 1;
  border: 0;
  transition: transform .2s ease;
  display: inline-block;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn span,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item-details-popup-btn span {
  color: var(--latepoint-brand-primary);
  display: inline-block;
  border-bottom: 1px dotted color-mix(in srgb, var(--latepoint-brand-primary) 50%, transparent);
  padding: 2px 0 1px;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn:hover span,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item-details-popup-btn:hover span {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  background-color: var(--latepoint-brand-primary);
  border-color: transparent;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items .os-item a.os-service-selector,
.latepoint-w .latepoint-booking-form-element .os-items .os-item,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items .os-item a.os-service-selector,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item {
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item:focus,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item:focus {
  outline: 0;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-name-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-name-w {
  transition: transform .2s ease;
  z-index: 2;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-img-w {
  transition: transform .2s ease;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-i:hover .os-item-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-i:hover .os-item-img-w {
  transform-origin: center center;
  transform: translateY(-8px) scale(.9);
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-i:hover .os-item-name-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-i:hover .os-item-name-w {
  transform: translateY(-18px);
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-i:hover .os-item-details-popup-btn,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-i:hover .os-item-details-popup-btn {
  opacity: 1;
  transform: translateY(-7px);
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item.selected .os-item-details-popup-btn:hover,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item.selected .os-item-details-popup-btn:hover {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .show-selected-only>.os-items.os-as-rows,
.latepoint-w .latepoint-transaction-payment-form .show-selected-only>.os-items.os-as-rows {
  margin-top: 0 !important;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .alternative-login-option,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .item-quantity-selector-w .item-quantity-selector,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-social-login-option,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .alternative-login-option,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .item-quantity-selector-w .item-quantity-selector,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-social-login-option {
  border-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item-details-popup-btn:hover span,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item.os-allow-multiselect .os-item-i:before,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item-details-popup-btn:hover span,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item.os-allow-multiselect .os-item-i:before {
  border-radius: 6px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w:before,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w:before {
  border-radius: 50%;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-heading-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .latepoint-heading-w {
  border-top-right-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-footer,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .latepoint-footer {
  border-bottom-right-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-summary-w {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group {
  border-radius: 8px !important;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .dp-timebox,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .dp-timeslot .dp-label,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .info-box,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .info-box .info-box-buttons a,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-message,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-password-reset-form-holder .os-password-reset-form-w,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-link,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .step-confirmation-set-password,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .dp-timebox,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .dp-timeslot .dp-label,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .info-box,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .info-box .info-box-buttons a,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-message,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-password-reset-form-holder .os-password-reset-form-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-link,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .step-confirmation-set-password {
  border-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info .applied-coupon-code,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w .coupon-code-input-submit,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info .applied-coupon-code,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w .coupon-code-input-submit,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input {
  border-radius: 8px !important;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item span,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .lp-options .lp-option,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-item-img-w,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-monthly-calendar-days .os-day .os-day-box,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .select-total-attendees-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item span,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .lp-options .lp-option,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-item-img-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-monthly-calendar-days .os-day .os-day-box,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .select-total-attendees-w {
  border-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-side-panel,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-side-panel {
  border-radius: 8px 0 0 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-summary-w {
  border-radius: 0 8px 8px 0;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar {
  padding: 5px 15px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar .os-avatar,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar .os-avatar {
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-add-another-item-trigger,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-add-another-item-trigger.on-verify,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-btn,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-verify-w .cart-item-wrapper.multi-item,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .summary-box .summary-box-content .os-remove-item-from-cart,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-add-another-item-trigger,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-add-another-item-trigger.on-verify,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-btn,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-verify-w .cart-item-wrapper.multi-item,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .summary-box .summary-box-content .os-remove-item-from-cart {
  border-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-upload-file-input-w input[type=file],
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-uploaded-file-info,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-select-group .os-form-control,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-select-group input.os-form-control,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group .os-form-control,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group input.os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-upload-file-input-w input[type=file],
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-uploaded-file-info,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-select-group .os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-select-group input.os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group .os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group input.os-form-control {
  border-radius: 8px !important;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group input.os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group input.os-form-control {
  border-radius: 0 8px 8px 0 !important;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group .lp_iti__selected-flag,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group .lp_iti__selected-flag {
  border-radius: 8px 0 0 8px;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items .os-item a.os-service-selector:hover,
.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items .os-item.selected>.os-service-selector:hover,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items .os-item a.os-service-selector:hover,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items .os-item.selected>.os-service-selector:hover {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items .os-item.selected,
.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items .os-item:hover,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items .os-item.selected,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items .os-item:hover {
  z-index: 2;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w>.os-selectable-items .os-item a.os-service-selector .service-name-w .service-name,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w>.os-selectable-items .os-item a.os-service-selector .service-name-w .service-name {
  font-size: 16px;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-w {
  margin-top: 0;
  box-shadow: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-w .os-item-category-info-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-w .os-item-category-info-w {
  border: 0;
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info:focus-visible,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info:focus-visible {
  border-color: var(--latepoint-brand-primary);
  box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info .os-item-category-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info .os-item-category-img-w {
  flex: 0 0 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-right: 15px;
  display: block;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info .os-item-category-name,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info .os-item-category-name {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-right: auto;
  flex: 1;
  transition: transform .2s ease;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info .os-item-category-services-count,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info .os-item-category-services-count {
  display: block;
  color: #7c85a3;
  font-size: 12px;
  transform: translateX(-40px);
  transition: transform .2s ease;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected {
  box-shadow: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w {
  display: block;
  border-bottom: 1px solid #e5e7ee;
  background-color: #f4f6f9;
  border-top: none;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w:last-child,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w:last-child {
  border-bottom: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w .os-item-category-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w .os-item-category-img-w {
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w .os-item-category-services-count,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w .os-item-category-services-count {
  transform: translateX(0);
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w:before,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w:before {
  position: absolute;
  top: 50%;
  left: 25px;
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  transform: translateY(-50%);
  color: #7c85a3;
  transition: all .2s ease;
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w>.os-item-category-info:after,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w>.os-item-category-info:after {
  opacity: 0;
  transform: translate(5px, -50%);
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w:hover:before,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w:hover:before {
  transform: translate(-5px, -50%);
  color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-item-category-info-w:hover .os-item-category-name,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-item-category-info-w:hover .os-item-category-name {
  color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-categories-holder>.os-item-category-w,
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-categories-holder>.os-item-category-w>.os-item-category-info-w,
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-categories-holder>.os-selectable-items,
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected>.os-selectable-items,
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-categories-holder>.os-item-category-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-categories-holder>.os-item-category-w>.os-item-category-info-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-categories-holder>.os-selectable-items,
.latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected>.os-selectable-items {
  display: block;
}

.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only>.os-selectable-items:not(.selected),
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only>.os-selectable-items:not(.selected) {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-info-w,
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-category-info-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-info-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected>.os-item-category-info-w {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w:not(.selected),
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w:not(.selected) {
  border: 0;
}

.latepoint-w.latepoint-summary-is-open .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form,
.latepoint-w.latepoint-summary-is-open .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.latepoint-resources-items-w {
  display: grid;
  margin: 40px 0;
  align-items: start;
}

.latepoint-resources-items-w.resources-columns-2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.latepoint-resources-items-w.resources-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.latepoint-resources-items-w.resources-columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.latepoint-resources-items-w.resources-columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.latepoint-resources-items-w .resource-item {
  box-shadow: 0 2px 18px -6px rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .1);
  padding: 20px;
  background-color: #fff;
  transition: all .2s ease;
  height: 100%;
  overflow: hidden;
}

.latepoint-resources-items-w .resource-item.ri-centered {
  text-align: center;
}

.latepoint-resources-items-w .resource-item:hover {
  box-shadow: 0 5px 24px -9px rgba(0, 0, 0, .4), 0 3px 6px 0 rgba(0, 0, 0, .2);
  transform: translateY(-2px);
}

.latepoint-resources-items-w .resource-item .ri-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}

.latepoint-resources-items-w .resource-item .ri-map {
  margin: -20px -20px 25px;
}

.latepoint-resources-items-w .resource-item .ri-media {
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: -20px -20px 25px;
}

.latepoint-resources-items-w .resource-item .ri-name h3 {
  margin: 10px 0;
  font-size: 22px;
}

.latepoint-resources-items-w .resource-item .ri-title {
  color: var(--latepoint-brand-primary);
  font-weight: 600;
  font-size: 15px;
}

.latepoint-resources-items-w .resource-item .ri-price {
  color: var(--latepoint-brand-primary);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.latepoint-resources-items-w .resource-item .ri-description {
  color: #7c85a3;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}

.latepoint-resources-items-w .resource-item .ri-external-link {
  margin-left: 3px;
  display: inline-block;
}

.latepoint-resources-items-w .resource-item .ri-buttons {
  margin-top: 20px;
}

.latepoint .customer-dashboard-tabs {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 20px 0 30px;
}

.latepoint .customer-dashboard-tabs a {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  text-decoration: none;
  color: #7c85a3;
  position: relative;
  font-size: 21px;
  margin-right: 30px;
}

.latepoint .customer-dashboard-tabs a:focus,
.latepoint .customer-dashboard-tabs a:hover {
  text-decoration: none;
  color: var(--latepoint-body-color);
}

.latepoint .customer-dashboard-tabs a:after {
  content: "";
  height: 2px;
  background-color: var(--latepoint-brand-primary);
  left: 0;
  bottom: -1px;
  display: block;
  position: absolute;
}

.latepoint .customer-dashboard-tabs a.active {
  color: var(--latepoint-brand-primary);
}

.latepoint .customer-dashboard-tabs a.active:after {
  width: 100%;
}

.customer-bookings-tiles,
.customer-orders-tiles {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-orders-tiles .customer-order {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  color: #222;
  align-self: flex-start;
  position: relative;
  border-radius: var(--latepoint-border-radius);
}

.customer-orders-tiles .customer-order .customer-order-confirmation {
  font-size: 25px;
  font-weight: 600;
  color: #14161d;
}

.customer-orders-tiles .customer-order .customer-order-datetime {
  color: #7c85a3;
  font-size: 15px;
  margin-bottom: 20px;
}

.customer-orders-tiles .customer-order .summary-price-item-w.spi-total {
  border-top-width: 2px;
}

.customer-orders-tiles .customer-order .customer-order-bottom-actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
}

.customer-bookings-tiles {
  margin-bottom: 40px;
}

.customer-bookings-tiles .new-booking-tile {
  border: 2px dotted color-mix(in srgb, var(--latepoint-brand-primary) 20%, transparent);
  opacity: .7;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--latepoint-brand-primary);
  position: relative;
  padding: 30px 20px;
  min-height: 100px;
  text-decoration: none !important;
  border-radius: var(--latepoint-border-radius);
}

.customer-bookings-tiles .new-booking-tile i,
.customer-bookings-tiles .new-booking-tile span {
  display: block;
}

.customer-bookings-tiles .new-booking-tile i {
  margin-top: auto;
  font-size: 21px;
}

.customer-bookings-tiles .new-booking-tile span {
  margin-top: 15px;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 21px;
}

.customer-bookings-tiles .new-booking-tile:hover {
  opacity: 1;
  border-color: var(--latepoint-brand-primary);
  border-style: solid;
}

.customer-bookings-tiles .new-booking-tile.os-loading {
  color: transparent;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a.os-loading:before,
.customer-bookings-tiles .new-booking-tile.os-loading:before,
.latepoint-customer-timezone-selector-w.os-loading label:before {
  display: block;
  content: "";
  width: 30px !important;
  height: 30px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.customer-bookings-tiles .customer-booking {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  color: #222;
  align-self: flex-start;
  position: relative;
  border-radius: var(--latepoint-border-radius);
}

.customer-bookings-tiles .customer-booking .bt-payment-actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-info {
  display: flex;
  align-items: center;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-label,
.customer-bookings-tiles .customer-booking-datetime span,
.reschedule-calendar-wrapper .time-selector-w .th-timezone strong {
  color: #7c85a3;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-amount {
  margin-left: auto;
  font-weight: 600;
  color: #14161d;
  font-size: 21px;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link {
  margin-left: auto;
  display: flex;
  padding-top: 5px;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a {
  font-size: 15px;
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a:hover {
  border-bottom-style: solid;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a.os-loading {
  border-bottom-color: transparent;
  color: transparent;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a.os-loading:before,
.latepoint-customer-timezone-selector-w.os-loading label:before {
  width: 15px !important;
  height: 15px !important;
}

.customer-bookings-tiles h6.customer-booking-service-name {
  color: #14161d;
  padding-bottom: 5px;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 21px;
  line-height: 1.2;
}

.customer-bookings-tiles .part-of-bundle-message {
  padding: 8px;
  background-color: #f1f3ff;
  margin-bottom: 15px;
  font-size: 12px;
}

.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a,
.customer-bookings-tiles .part-of-bundle-message a {
  color: var(--latepoint-brand-primary);
  text-decoration: none;
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.customer-bookings-tiles .customer-booking-datetime {
  margin-bottom: 10px;
  color: #14161d;
}

.customer-bookings-tiles .customer-booking-service-color {
  height: 1px;
  background-color: #eee;
}

.customer-bookings-tiles .customer-booking-info {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
}

.customer-bookings-tiles .customer-booking-info .customer-booking-info-row {
  display: flex;
  margin: 10px 0;
}

.customer-bookings-tiles .customer-booking-info .booking-info-label {
  flex: 0 1 80px;
  color: #7c85a3;
}

.customer-bookings-tiles .customer-booking-info .booking-info-value {
  font-weight: 600;
}

.customer-bookings-tiles .customer-booking-info .booking-info-value.status-approved,
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-cancelled,
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-pending {
  font-size: 13px;
  padding: 2px 5px;
}

.customer-bookings-tiles .customer-booking-info .booking-info-value.status-approved {
  background-color: #45b782;
  color: #fff;
}

.customer-bookings-tiles .customer-booking-info .booking-info-value.status-pending {
  background-color: #fde29f;
  color: #3a2f15;
}

.customer-bookings-tiles .customer-booking-info .booking-info-value.status-cancelled {
  background-color: #e63c26;
  color: #fff;
}

.customer-bookings-tiles .customer-booking-buttons {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.customer-bookings-tiles .customer-booking-buttons .latepoint-btn,
.os-zoom-info-link a {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 14px;
}

.customer-bookings-tiles .customer-booking-buttons .latepoint-btn i+span {
  margin-left: 4px;
}

.latepoint-customer-timezone-selector-w {
  position: relative;
  margin-top: -10px;
}

.latepoint-customer-timezone-selector-w.os-loading label {
  position: relative;
}

.latepoint-customer-timezone-selector-w.os-loading label:before {
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid var(--latepoint-body-color);
  border-left: 2px solid var(--latepoint-body-color);
  border-top: 2px solid var(--latepoint-body-color);
  right: auto;
  left: -15px;
  z-index: 9999;
}

.latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group {
  display: flex;
  align-items: center;
}

.latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group label {
  display: block !important;
  font-size: 16px;
  font-weight: 600;
  color: #7c85a3;
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: auto;
}

.latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group select.os-form-control {
  width: 240px;
  height: 34px !important;
  padding: 0 3px !important;
}

.customer-password-form-w {
  margin-top: 40px;
}

.os-zoom-info-link {
  background-color: #eff5ff;
  border: 1px solid #bcc6f1;
  border-bottom-color: #a7b4ed;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-weight: 600;
}

.os-zoom-info-link img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 10px;
  flex: 0;
}

.os-zoom-info-link a {
  flex: 1;
  font-size: 15px;
  padding: 10px 25px 10px 10px;
  position: relative;
  text-decoration: none;
  background-color: rgba(255, 255, 255, .3);
  color: var(--latepoint-brand-primary);
}

.os-zoom-info-link a:hover {
  background-color: #fff;
}

.os-zoom-info-link a:before {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 8px;
  transform: translateY(-50%);
}

.customer-booking-bottom-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  justify-content: stretch;
  flex-wrap: wrap;
}

.customer-booking-bottom-actions .latepoint-btn {
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  display: flex;
}

.customer-booking-bottom-actions>div {
  flex: 1;
}

.reschedule-calendar-wrapper .os-weekdays {
  display: flex;
  align-items: center;
}

.reschedule-calendar-wrapper .os-weekdays .weekday {
  background-color: #f5f5f5;
  flex: 1;
  text-transform: uppercase;
  font-size: 20px;
  color: #adadae;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
  padding: 5px 0 0 15px;
  line-height: 1;
  border-left: 1px solid #ddd;
}

.reschedule-calendar-wrapper .os-weekdays .weekday:first-child {
  border-left-color: transparent;
  margin-left: 15px;
  padding-left: 0;
}

.reschedule-calendar-wrapper .os-current-month-label-w {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-control-buttons-w {
  display: flex;
  gap: 15px;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn {
  border: 0;
  font-size: 16px;
  background-color: transparent !important;
  box-shadow: none;
  outline: 0;
  color: #111;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  position: relative;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn:focus-visible,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary) !important;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading i,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading span,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading i,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading span {
  color: transparent !important;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading:after,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid var(--latepoint-body-color);
  border-left: 2px solid var(--latepoint-body-color);
  border-top: 2px solid var(--latepoint-body-color);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn:hover,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn:hover {
  color: var(--latepoint-brand-primary);
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn:focus,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn:focus {
  outline: 0;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.disabled,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.disabled {
  color: rgba(0, 0, 0, .1);
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: var(--latepoint-body-color);
  display: flex;
  align-items: baseline;
  margin: 0;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label .current-year {
  display: inline-block;
  vertical-align: middle;
  color: color-mix(in srgb, var(--latepoint-body-color) 40%, transparent);
  margin-left: 5px;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label .current-month {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days-w,
.reschedule-calendar-wrapper .os-monthly-calendar-days-w.hide-if-single-slot .os-day.os-one-slot-only .os-day-status {
  display: none;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days-w.active {
  display: block;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days-w.hide-if-single-slot .os-day.selected:after {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: var(--latepoint-brand-primary);
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  width: 14px;
  line-height: 14px;
  height: 14px;
  bottom: 50%;
  left: 50%;
  font-size: 10px;
  text-align: center;
  position: absolute;
  color: #fff;
  transform: translate(11px, -10px);
}

.reschedule-calendar-wrapper .step-datepicker-w {
  position: relative;
}

.reschedule-calendar-wrapper .reschedule-calendar-datepicker .dp-capacity,
.reschedule-calendar-wrapper .step-datepicker-w .dp-capacity {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #111;
  padding: 4px 6px;
  color: #fff;
  font-weight: 600;
  display: none;
  white-space: nowrap;
  z-index: 9999;
  font-size: 15px;
  animation: .1s ease latepointAvailabilityPopup;
  animation-fill-mode: both;
}

.reschedule-calendar-wrapper .reschedule-calendar-datepicker .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity,
.reschedule-calendar-wrapper .step-datepicker-w .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity {
  display: block;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:nth-child(7n+1) {
  border-left-color: transparent;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:focus {
  outline: 0;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-next-month,
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-prev-month {
  color: #b7bccb;
  background-color: #fff;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available {
  cursor: not-allowed;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box,
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-passed .os-day-box {
  background-color: transparent;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-status {
  background-color: #f7f7f7;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-number {
  color: #adadae;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box {
  background-color: #ec7376;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box .os-day-number {
  color: #fff;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-passed .os-day-box .os-day-number {
  color: #bdc5da;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-today.os-month-current .os-day-box .os-day-number {
  background-color: #fff0c7;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-available-slots-tooltip {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #111;
  padding: 4px 6px;
  color: #fff;
  font-weight: 600;
  display: none;
  white-space: nowrap;
  z-index: 9999;
  font-size: 15px;
  animation: .1s ease latepointAvailabilityPopup;
  animation-fill-mode: both;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-day-box {
  position: relative;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-day-number {
  color: #14161d;
  transition: all .1s ease;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-day-status {
  transition: all .1s ease;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:hover .os-day-box .os-day-number {
  transform: scale(1.2);
  transform-origin: bottom left;
  white-space: nowrap;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:hover .os-day-box:hover .os-available-slots-tooltip {
  display: block;
}

.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:hover .os-day-status {
  height: 10px;
}

.reschedule-calendar-wrapper .os-day-status {
  margin: 0;
  height: 4px;
  position: absolute;
  border-radius: 0;
  overflow: hidden;
  bottom: 3px;
  left: 8px;
  right: 8px;
  background-color: #e6e9ef;
}

.reschedule-calendar-wrapper .os-day-status .day-available {
  background-color: #8fe286;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  min-width: 3px;
  border-radius: var(--latepoint-border-radius);
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day .os-available-slots-tooltip {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  animation: .1s ease latepointAvailabilityPopupCenter;
  animation-fill-mode: both;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-current-month-label-w {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-weekdays {
  gap: 12px;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-weekdays .weekday {
  background-color: transparent;
  font-size: 13px;
  color: var(--latepoint-body-color);
  border-left: none;
  text-align: center;
  margin-left: 0;
  padding: 5px;
  margin-bottom: 12px;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-weekdays .weekday.weekday-6,
.reschedule-calendar-wrapper .calendar-style-classic .os-weekdays .weekday.weekday-7 {
  color: #ccb63b;
  background-color: #fffef2;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day {
  text-align: center;
  font-size: 17px;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day:hover .os-day-status {
  height: 7px;
  left: 4px;
  right: 4px;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day:hover .os-day-box .os-day-number {
  transform-origin: bottom;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-next .os-day-number,
.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-next .os-day-status,
.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-prev .os-day-number,
.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-prev .os-day-status {
  opacity: .6;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.os-day-current .os-day-box {
  background-color: #eefdec;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box {
  background-color: transparent;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day .os-day-box {
  padding: 12px 5px;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day:nth-child(7n+1) {
  border-left-color: transparent;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.selected.os-not-available .os-day-box {
  background-color: #ec7376;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box {
  background-color: var(--latepoint-brand-primary);
  border-color: transparent;
  color: #fff;
  opacity: 1;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box .os-day-number {
  background-color: transparent;
  color: #fff;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box .os-day-status,
.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box:hover .os-available-slots-tooltip,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-status,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-status {
  display: none;
}

.reschedule-calendar-wrapper .calendar-style-classic .os-monthly-calendar-days .os-day.selected.os-today .os-day-box .os-day-number {
  background-color: transparent;
}

.reschedule-calendar-wrapper .calendar-style-modern {
  margin: 0 0 0-15px;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-current-month-label-w {
  padding-left: 14px;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-weekdays .weekday:first-child {
  margin-left: 15px;
  padding-left: 0;
}

.reschedule-calendar-wrapper .calendar-style-modern.os-month-next,
.reschedule-calendar-wrapper .calendar-style-modern.os-month-prev {
  cursor: default;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day {
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, .08);
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box {
  background-color: var(--latepoint-brand-primary);
  border-color: transparent;
  color: #fff;
  opacity: 1;
  padding-left: 0;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-number {
  background-color: transparent;
  color: #fff;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-status,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box:hover .os-available-slots-tooltip {
  display: none;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next).os-today .os-day-box .os-day-number {
  background-color: transparent;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next).os-not-available .os-day-box {
  background-color: #ec7376;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev {
  border-left-color: transparent;
  cursor: default;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box {
  pointer-events: none;
  background-color: transparent;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box:hover,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box:hover {
  opacity: 1;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-number,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-number {
  color: transparent !important;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next {
  display: none;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day:nth-child(7n) .os-available-slots-tooltip,
.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day:nth-child(7n+6) .os-available-slots-tooltip {
  left: auto;
  right: 0;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day .os-day-box {
  padding: 15px 0 15px 15px;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-monthly-calendar-days .os-day:nth-child(7n+1) {
  border-left-color: transparent;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-day-status {
  border-radius: 0;
  bottom: 6px;
  left: 15px;
  right: 0;
  height: 5px;
}

.reschedule-calendar-wrapper .times-header {
  color: #16171d;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

.reschedule-calendar-wrapper .times-header span {
  color: var(--latepoint-brand-primary);
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.reschedule-calendar-wrapper .os-calendar-searching-info {
  padding-left: 35px;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  display: none;
}

.latepoint-booking-form-element .os-calendar-searching-info:before,
.reschedule-calendar-wrapper .os-calendar-searching-info:before {
  display: block;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: 10px;
}

.reschedule-calendar-wrapper .os-dates-and-times-w.is-searching .os-calendar-searching-info {
  display: block;
}

.reschedule-calendar-wrapper .os-dates-and-times-w.is-searching .os-calendar-while-searching-wrapper,
.reschedule-calendar-wrapper .os-dates-and-times-w.is-searching .os-timezone-info-wrapper,
.reschedule-calendar-wrapper .time-selector-w.hide-not-available-slots .dp-timebox.is-booked,
.reschedule-calendar-wrapper .time-selector-w.hide-not-available-slots .dp-timebox.is-off,
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots .dp-timebox .dp-label-capacity,
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots .dp-timebox.is-off {
  display: none;
}

.reschedule-calendar-wrapper .os-times-w {
  position: relative;
}

.reschedule-calendar-wrapper .timeslots {
  display: flex;
  justify-content: space-between;
}

.reschedule-calendar-wrapper .timeslots .not-working-message {
  flex: 1;
  padding: 3px 5px;
  text-align: center;
  background-color: #f7e8e8;
  color: #752f2f;
  font-weight: 600;
}

.reschedule-calendar-wrapper .dp-timebox {
  white-space: nowrap;
  text-align: center;
  padding: 6px 3px;
  line-height: 1.2;
  background-color: #d6ffd1;
  font-size: 15px;
  color: #14161d;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  width: auto !important;
  max-width: none !important;
}

.reschedule-calendar-wrapper .dp-timebox:focus {
  outline: 0;
  box-shadow: none;
}

.reschedule-calendar-wrapper .dp-timebox:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.reschedule-calendar-wrapper .dp-timebox .dp-success-label,
.reschedule-calendar-wrapper .dp-timebox .dp-tick {
  display: none !important;
}

.reschedule-calendar-wrapper .dp-timebox:hover {
  background-color: #c0fbb8;
}

.reschedule-calendar-wrapper .dp-timebox.is-booked,
.reschedule-calendar-wrapper .dp-timebox.is-off {
  color: #b3b3b3;
  background-color: #f7f7f7;
  box-shadow: none;
  cursor: not-allowed;
}

.reschedule-calendar-wrapper .dp-timebox.selected,
.reschedule-calendar-wrapper .dp-timebox.selected:after {
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  box-shadow: none;
}

.reschedule-calendar-wrapper .dp-timebox.selected:after {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  width: 14px;
  line-height: 14px;
  height: 14px;
  top: -5px;
  right: -5px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  animation: .2s ease 0s selectedSlotCheckmark;
  animation-fill-mode: both;
}

.reschedule-calendar-wrapper .time-selector-w {
  display: none;
  margin-top: 20px;
  margin-left: -2px;
  margin-right: -2px;
}

.reschedule-calendar-wrapper .time-selector-w .th-timezone {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5px;
  margin-top: 4px;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox {
  margin-top: 20px;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots.slots-not-available {
  grid-template-columns: repeat(1, 1fr) !important;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots .not-working-message {
  border-radius: 4px;
  padding: 6px;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox .times-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox .times-header .times-header-label {
  flex: 1;
  margin: 0 15px;
  white-space: nowrap;
  font-weight: 600;
}

.reschedule-calendar-wrapper .time-selector-w.style-timebox .times-header .th-line {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, .1);
  content: "";
}

.reschedule-calendar-wrapper .time-selector-w.style-timeline {
  padding-bottom: 30px;
  flex-wrap: nowrap;
}

.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-12 .timeslots {
  grid-template-columns: repeat(2, 1fr);
}

.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-12 .dp-timebox span.dp-label-end-time,
.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-24 .dp-timebox span.dp-label-end-time {
  opacity: .7;
}

.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-24 .timeslots {
  grid-template-columns: repeat(3, 1fr);
}

.reschedule-calendar-wrapper .time-selector-w.without-end-time.time-system-12 .timeslots {
  grid-template-columns: repeat(4, 1fr);
}

.reschedule-calendar-wrapper .time-selector-w.without-end-time.time-system-24 .timeslots {
  grid-template-columns: repeat(5, 1fr);
}

.reschedule-calendar-wrapper .dp-timeslot {
  height: 24px;
  flex-grow: 1;
  margin: 0;
  box-shadow: inset 1px 0 0 0#fff, inset -1px 0 0 0#fff;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  background-color: #8fe286;
}

.reschedule-calendar-wrapper .dp-timeslot:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.reschedule-calendar-wrapper .dp-timeslot .dp-tick {
  position: absolute;
  display: block;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  text-align: center;
  color: rgba(0, 0, 0, .4);
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
}

.reschedule-calendar-wrapper .dp-timeslot .dp-tick strong {
  display: block;
  color: #000;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.reschedule-calendar-wrapper .dp-timeslot .dp-success-label {
  color: rgba(255, 255, 255, .8);
  display: block;
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

.reschedule-calendar-wrapper .dp-timeslot .dp-label {
  display: none;
  text-align: center;
  padding: 7px 8px;
  line-height: 1;
  background-color: #04bb03;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  transition: all .2s ease;
  z-index: 10;
}

.reschedule-calendar-wrapper .dp-timeslot .dp-label-capacity {
  display: block;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked),
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off) {
  background-color: var(--latepoint-brand-primary);
  z-index: 4;
}

.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked) .dp-label-capacity,
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off) .dp-label-capacity {
  display: none;
}

.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked):hover,
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off):hover {
  background-color: var(--latepoint-brand-primary);
}

.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked):after,
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off):after {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: var(--latepoint-brand-primary);
  display: none;
}

.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked) .dp-label,
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off) .dp-label {
  top: -3px;
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  display: block;
}

.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked):before,
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off):before {
  background-color: var(--latepoint-brand-primary);
  display: block;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  top: -12px;
  left: 50%;
}

.reschedule-calendar-wrapper .dp-timeslot.is-booked,
.reschedule-calendar-wrapper .dp-timeslot.is-off {
  background-color: #e6e9ef;
  margin: 0;
  cursor: not-allowed;
}

.reschedule-calendar-wrapper .dp-timeslot.is-booked .dp-label,
.reschedule-calendar-wrapper .dp-timeslot.is-booked:before,
.reschedule-calendar-wrapper .dp-timeslot.is-booked:hover,
.reschedule-calendar-wrapper .dp-timeslot.is-off .dp-label,
.reschedule-calendar-wrapper .dp-timeslot.is-off:before {
  background-color: #e42806;
}

.reschedule-calendar-wrapper .dp-timeslot.is-off {
  border-color: #fff;
  max-width: 25%;
}

.reschedule-calendar-wrapper .dp-timeslot.is-off:hover {
  background-color: #e6e9ef;
}

.reschedule-calendar-wrapper .dp-timeslot.is-off:hover .dp-label {
  display: none;
}

.reschedule-calendar-wrapper .dp-timeslot.with-tick:after {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  height: 3px;
  bottom: -7px;
  background-color: rgba(0, 0, 0, .4);
}

.reschedule-calendar-wrapper .dp-timeslot:hover {
  background-color: #04bb03;
}

.reschedule-calendar-wrapper .dp-timeslot:hover:before {
  top: 0;
}

.reschedule-calendar-wrapper .dp-timeslot:hover .dp-label {
  display: block;
}

.reschedule-calendar-wrapper .calendar-style-modern .os-weekdays {
  padding-top: 15px;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn {
  right: 0;
}

.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn {
  left: 0;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper {
  text-align: center;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper .icon-w {
  margin-bottom: 20px;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper .icon-w i {
  background: #d1ffdd;
  padding: 15px;
  border-radius: 40px;
  color: #18a35b;
  font-size: 28px;
  display: inline-block;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper h2 {
  margin: 0;
  font-size: 32px;
  color: #14161d;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper .desc {
  font-size: 20px;
  margin-bottom: 30px;
  color: #7c85a3;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper .rescheduled-date-time-info .info-label {
  color: #7c85a3;
  margin-bottom: 5px;
  font-size: 17px;
}

.latepoint-lightbox-w .reschedule-confirmation-wrapper .rescheduled-date-time-info .info-value {
  font-weight: 600;
  font-size: 17px;
}

.bundle-services .bundle-included-service-wrapper {
  display: flex;
  padding: 10px 0;
  font-size: 15px;
  justify-content: space-between;
}

.bundle-services .bundle-included-service-wrapper .bundle-included-service-name {
  color: #7c85a3;
}

.bundle-services .bundle-included-service-wrapper .bundle-included-service-quantity,
.latepoint-w b,
.latepoint-w strong {
  font-weight: 600;
}

.bundle-services .bundle-included-service-wrapper+.bundle-included-service-wrapper {
  border-top: 1px solid #f1f1f1;
}

.customer-bundle-tile {
  color: #222;
  align-self: flex-start;
  position: relative;
}

.customer-bundle-tile .customer-bundle-tile-inner {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .1);
  padding: 25px;
  position: relative;
  z-index: 3;
}

.customer-bundle-tile .customer-bundle-tile-shadow {
  z-index: 2;
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -5px;
  height: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
  background-color: #fff;
}

.customer-bundle-tile .customer-bundle-tile-shadow+.customer-bundle-tile-shadow {
  bottom: -11px;
  z-index: 1;
  left: 12px;
  right: 12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
}

.customer-bundle-tile .bundle-main-info-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
  align-items: flex-start;
}

.customer-bundle-tile .bundle-main-info-wrapper .bundle-icon {
  padding: 10px;
  line-height: 20px;
  font-size: 20px;
  background-color: color-mix(in srgb, var(--latepoint-brand-primary) 10%, transparent);
  border-radius: 30px;
  color: var(--latepoint-brand-primary);
}

.customer-bundle-tile .bundle-main-info-wrapper .bundle-icon i,
.os-customer-wrapped-box .latepoint-customer-otp-close i {
  display: block;
}

.customer-bundle-tile .bundle-name {
  color: #14161d;
  padding-bottom: 5px;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 21px;
  line-height: 1.2;
}

.customer-bundle-tile .customer-bundle-bottom-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid #eee;
  justify-content: stretch;
}

.customer-bundle-tile .customer-bundle-bottom-actions .latepoint-btn {
  padding: 7px 10px;
}

.latepoint-customer-bundle-scheduling-summary {
  padding: 30px;
}

.latepoint-customer-bundle-scheduling-summary .summary-box.main-box {
  padding: 0;
  display: block;
}

.latepoint-customer-bundle-scheduling-summary .summary-box .sbc-big-item,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .select-total-attendees-label h4 {
  font-size: 27px;
}

.latepoint-customer-bundle-scheduling-summary .summary-box .sbc-subtle-item {
  display: none;
}

.customer-bundle-tile .bundle-order-info a,
.latepoint-customer-bundle-scheduling-summary .bundle-order-small-info a {
  color: var(--latepoint-brand-primary);
  text-decoration: none;
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown {
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  margin-top: 20px;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-cancelled-bookings-wrapper .order-item-cancelled-bookings-heading {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #7c85a3;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-cancelled-bookings-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .bundle-service-info {
  margin-bottom: 10px;
  color: #7c85a3;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking+.bundle-service-info {
  margin-top: 20px;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px dotted #aaa;
  cursor: pointer;
  position: relative;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking:hover {
  border: 1px solid var(--latepoint-brand-primary);
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.os-loading:before {
  display: block;
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: auto;
  right: 0;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.os-loading .bib-icon,
.latepoint-w .load-customer-step-trigger.os-loading i {
  color: transparent;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking .bib-icon {
  margin-left: auto;
  font-size: 10px;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking .booking-item-status-pill {
  width: 15px;
  height: 15px;
  background-color: #eee;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked {
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  color: #14161d;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked:hover {
  box-shadow: none;
  border-color: var(--latepoint-brand-primary);
}

.latepoint-customer-bundle-scheduling-summary .bookable-items .bookable-item.is-past.is-booked,
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked .booking-item-status-pill {
  background-color: #bcd96e;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items .bookable-item.is-booked,
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked.is-past .booking-item-status-pill {
  background-color: #d9eba6;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked.bundle-booking-status-pending .booking-item-status-pill {
  background-color: #fad277;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked.bundle-booking-status-cancelled .booking-item-status-pill {
  background-color: #fa7b77;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items {
  display: none;
  gap: 5px;
  margin-top: 20px;
}

.latepoint-customer-bundle-scheduling-summary .bookable-items .bookable-item {
  flex: 1;
  border-radius: 2px;
  background-color: #eee;
  height: 6px;
}

.latepoint-transaction-payment-form {
  position: relative;
}

.latepoint-transaction-payment-form .lp-payment-charge-amount {
  background-color: #fbf6e1;
  border-radius: var(--latepoint-border-radius);
  color: #877865;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}

.latepoint-transaction-payment-form .lp-payment-charge-amount strong,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .lp-payment-charge-amount strong {
  color: #000;
}

.latepoint-transaction-payment-form .latepoint-lightbox-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.latepoint-transaction-payment-form .latepoint-lightbox-footer .latepoint-btn-primary {
  margin-left: auto;
}

.customer-login-method-wrapper.os-hidden,
.latepoint-transaction-payment-form.os-loading .latepoint-lightbox-footer {
  display: none;
}

.entry-content a,
.entry-summary a,
.posts-navigation a,
.site-footer .widget-area a,
.widget a,
.widget_authors a strong {
  box-shadow: none;
}

.os_trigger_booking {
  cursor: pointer;
}

.latepoint-step-svg-base,
.latepoint-step-svg-highlight {
  fill: #020202;
}

.latepoint-w ul li {
  list-style: none;
}

.latepoint-customer-box-title {
  font-size: 17px;
  color: #14161d;
  font-weight: 600;
  margin-bottom: 10px;
}

.latepoint-customer-box-desc {
  margin-bottom: 5px;
  font-size: 13px;
}

.login-options-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.latepoint-transaction-payment-form .latepoint-lightbox-footer .latepoint-btn.latepoint-btn-block,
.login-options-wrapper .login-options-col.os-full {
  flex: 1;
}

.latepoint-customer-otp-option label {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  font-size: 15px;
  color: var(--latepoint-body-color);
  border-radius: var(--latepoint-border-radius);
}

.latepoint-customer-otp-option label:hover {
  background-color: #f8f8f8;
}

.latepoint-customer-otp-option input,
.latepoint-customer-otp-option span {
  display: block;
  margin: 0;
  padding: 0;
}

.latepoint-customer-otp-option input:focus,
.latepoint-customer-otp-option span:focus {
  outline: 0;
}

.latepoint-customer-otp-option input:focus-visible,
.latepoint-customer-otp-option span:focus-visible {
  box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
  outline: 0;
}

.login-via-label {
  font-size: 17px;
  color: #14161d;
}

.login-options-via {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-options-via-wrapper {
  display: flex;
  background-color: #f2f2f4;
  border-radius: var(--latepoint-border-radius);
  padding: 4px;
  align-items: center;
}

.login-options-via-wrapper .login-option-label {
  margin-right: 5px;
  color: #7c85a3;
  font-size: 13px;
}

.login-options-via-wrapper .login-option {
  border-radius: var(--latepoint-border-radius);
  padding: 4px 8px;
  color: #7c85a3;
  cursor: pointer;
}

.login-options-via-wrapper .login-option.os-default {
  order: -1;
}

.booking-status-info-wrapper .booking-confirmation strong,
.confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-confirmation-number strong,
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-confirmation-number strong,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h3,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h4,
.login-options-via-wrapper .login-option:hover {
  color: #14161d;
}

.login-options-via-wrapper .login-option.os-selected {
  background-color: #fff;
  color: #14161d;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.os-customer-login-w .os-customer-login-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.os-customer-otp-notice,
.os-customer-wrapped-box {
  border-radius: var(--latepoint-border-radius);
  margin-bottom: 15px;
}

.os-customer-otp-notice {
  background-color: #f2f2f4;
  padding: 15px 15px 16px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}

.os-customer-wrapped-box {
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom-color: #c4c4c4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
  position: relative;
  animation: .3s cubic-bezier(.05, .45, .1, 1) 0s up20op;
  animation-fill-mode: both;
}

.os-customer-wrapped-box.os-unwrapped {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.os-customer-wrapped-box .latepoint-customer-otp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--latepoint-body-color);
  font-size: 14px;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

.os-customer-wrapped-box .latepoint-customer-otp-close:hover {
  background-color: #eee;
  border-radius: var(--latepoint-border-radius);
}

.os-customer-wrapped-box .os-form-group {
  animation: none;
  transition: none !important;
}

.os-customer-wrapped-box .latepoint-customer-otp-sub-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}

.os-customer-wrapped-box .latepoint-customer-otp-sub-wrapper a {
  text-decoration: none;
  border-bottom: 1px solid var(--latepoint-brand-primary);
  color: var(--latepoint-brand-primary);
  font-size: 13px;
}

.os-customer-wrapped-box .latepoint-customer-otp-sub-wrapper a.os-loading {
  color: transparent !important;
  position: relative;
  border-color: transparent;
}

.latepoint-book-form-wrapper.os-loading .latepoint-form-w:before,
.latepoint-w .load-customer-step-trigger.os-loading:before,
.os-customer-wrapped-box .latepoint-customer-otp-sub-wrapper a.os-loading:before {
  display: block;
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.latepoint-book-form-wrapper.os-loading .latepoint-form-w {
  min-height: 300px;
}

.latepoint-book-form-wrapper.os-loading .latepoint-form-w:before,
.latepoint-w .load-customer-step-trigger.os-loading:before {
  width: 40px !important;
  height: 40px !important;
}

.latepoint-w .load-customer-step-trigger {
  position: relative;
}

.latepoint-w .load-customer-step-trigger.os-loading:before {
  width: 12px !important;
  height: 12px !important;
}

.latepoint-w .slot-not-available-wrapper {
  text-align: center;
  padding: 50px;
  width: 400px;
  position: relative;
}

.latepoint-w .slot-not-available-wrapper .latepoint-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 18px;
  padding: 5px;
  cursor: pointer;
}

.latepoint-w .slot-not-available-wrapper .latepoint-lightbox-close:hover {
  background-color: #f7f7f7;
}

.latepoint-w .slot-not-available-wrapper .icon-w {
  margin-bottom: 20px;
}

.latepoint-w .slot-not-available-wrapper .icon-w i {
  background: #ffd1d1;
  padding: 15px;
  border-radius: 40px;
  color: #a31818;
  font-size: 28px;
  display: inline-block;
}

.latepoint-w .slot-not-available-wrapper h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #14161d;
  line-height: 1.2;
}

.latepoint-w .slot-not-available-wrapper .desc {
  font-size: 17px;
  margin-bottom: 20px;
}

.latepoint-w .slot-not-available-wrapper .booking-date-time-info .info-label {
  color: #7c85a3;
  margin-bottom: 5px;
}

.latepoint-w .slot-not-available-wrapper .booking-date-time-info .info-value {
  font-weight: 600;
}

.latepoint-w.latepoint-lightbox-form {
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.latepoint-w.latepoint-inline-form {
  margin: 20px 0;
  display: flex;
}

.latepoint-w.latepoint-inline-form .latepoint-booking-form-element {
  box-shadow: 0 10px 30px 0 rgba(115, 125, 146, .11), 0 1px 2px 0 rgba(160, 170, 185, .6);
  margin: 0 auto;
}

.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .os-form-group.os-form-textfield-group.has-value label,
.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-lightbox-close {
  display: none !important;
}

.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
  font-size: 20px;
}

.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-heading-w {
  text-align: center;
}

.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
  max-height: inherit;
}

.latepoint-w.latepoint-with-summary .latepoint-booking-form-element,
.latepoint-w.latepoint-with-summary .latepoint-lightbox-i {
  transition: all .4s cubic-bezier(.05, .45, .1, 1);
}

.latepoint-w .latepoint-booking-form-element[class*=current-step-payment__] .latepoint-summary-w .checkout-from-summary-panel-btn-wrapper,
.latepoint-w .latepoint-booking-form-element[class*=current-step-payment__] .latepoint-summary-w .summary-box .summary-box-content .os-remove-item-from-cart,
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress,
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .latepoint-side-panel {
  display: none;
}

.latepoint-w .latepoint-booking-form-element {
  display: flex;
  align-items: stretch;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary {
  text-align: right;
}

.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--latepoint-brand-primary);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.confirmation-info-w .schedule-bundle-booking-btn span,
.full-summary-wrapper .schedule-bundle-booking-btn span,
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger span {
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger div+div {
  margin: 0 auto;
}

.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger .latepoint-icon {
  font-size: 13px;
}

.confirmation-info-w .schedule-bundle-booking-btn:hover span,
.full-summary-wrapper .schedule-bundle-booking-btn:hover span,
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger:hover span {
  border-bottom-style: solid;
}

.latepoint-w .latepoint-booking-form-element h1,
.latepoint-w .latepoint-booking-form-element h2,
.latepoint-w .latepoint-booking-form-element h3,
.latepoint-w .latepoint-booking-form-element h4,
.latepoint-w .latepoint-booking-form-element h5 {
  color: var(--latepoint-headings-color);
}

.latepoint-w .latepoint-booking-form-element a {
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w {
  display: block;
}

.latepoint-w .latepoint-booking-form-element.current-step-confirmation .latepoint-form-w .latepoint-heading-w {
  border-bottom: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
  padding: 0;
}

.latepoint-w .latepoint-booking-form-element.current-step-confirmation .latepoint-form-w .latepoint-heading-w .os-heading-text {
  display: none;
}

.latepoint-w .latepoint-booking-form-element.current-step-confirmation .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
  margin-left: 0;
  padding: 5px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress {
  text-align: center;
  color: #7c85a3;
  font-size: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li {
  display: block;
  flex: 0;
  margin: 0;
  padding: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item {
  height: 5px;
  width: 5px;
  background-color: rgba(0, 0, 0, .07);
  display: block;
  color: #7c85a3;
  text-decoration: none;
  position: relative;
  box-shadow: none;
  font-weight: 600;
  font-size: 13px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item span {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translate(-50%, -150%);
  display: inline-block;
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  padding: 3px 6px;
  line-height: 1.1;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  white-space: nowrap;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item:hover {
  background-color: rgba(0, 0, 0, .15);
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item:hover span {
  opacity: 1;
  transform: translate(-50%, -105%);
  visibility: visible;
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.active .progress-item,
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.complete .progress-item {
  background-color: color-mix(in srgb, var(--latepoint-brand-primary) 20%, transparent);
}

.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.active .progress-item:hover,
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.complete .progress-item:hover {
  background-color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .info-box {
  background-color: #fff3cb;
  margin-top: 20px;
  padding: 10px;
  font-size: 13px;
  color: #4e4841;
}

.latepoint-w .latepoint-booking-form-element .info-box .info-box-buttons {
  margin-top: 10px;
}

.latepoint-w .latepoint-booking-form-element .info-box .info-box-buttons a {
  background-color: #fff;
  color: var(--latepoint-body-color);
  font-weight: 600;
  padding: 3px 8px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel {
  flex: 0 0 270px;
  width: 270px;
  background-color: var(--latepoint-side-panel-bg);
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 40px 40px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--latepoint-border-radius-md)0 0 var(--latepoint-border-radius-md);
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w {
  margin-top: 15px;
  display: none;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 10px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w.os-loading:before {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid var(--latepoint-body-color);
  border-left: 2px solid var(--latepoint-body-color);
  border-top: 2px solid var(--latepoint-body-color);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: -13px;
  right: auto;
  top: auto;
  bottom: 1px;
  z-index: 9999;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group.os-form-select-group label {
  display: block !important;
  font-size: 12px !important;
  color: #7c85a3;
  margin-bottom: 3px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group.os-form-select-group select.os-form-control {
  height: 26px !important;
  padding: 0 3px !important;
  font-size: 12px !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group {
  margin-bottom: 0 !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w select {
  text-align-last: center;
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w {
  padding: 0 0 50px;
  color: #7c85a3;
  margin-bottom: auto;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc-library {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w {
  width: 70px;
  height: auto;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: color-mix(in srgb, var(--latepoint-brand-primary) 20%, transparent);
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 1;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w svg {
  z-index: 2;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-title {
  padding-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions {
  color: #7c85a3;
  margin-top: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions h5 {
  line-height: 1.4;
  margin: 0 0 5px;
  position: relative;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions p:last-child {
  margin-bottom: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions a {
  text-decoration: underline;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w {
  flex: 0 0 470px;
  width: 470px;
  background-color: #fff;
  border-radius: 0 var(--latepoint-border-radius-md) var(--latepoint-border-radius-md)0;
  position: relative;
  z-index: 2;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-body {
  padding: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-footer,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-heading-w,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-step-content {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w form {
  background-color: #fff;
  padding: 0;
  min-height: 100%;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w {
  align-items: center;
  padding: 30px 15px;
  justify-content: space-around;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .select-total-attendees-label {
  padding-right: 20px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .select-total-attendees-label h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 21px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .select-total-attendees-label .sta-sub-label {
  font-size: 13px;
  color: #7c85a3;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #cad2e0;
  outline-style: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w input {
  text-align: center;
  border: 0 !important;
  padding: 0 5px !important;
  font-size: 22px !important;
  font-weight: 600;
  width: 50px !important;
  margin: 0 !important;
  background-color: #fff !important;
  color: var(--latepoint-body-color) !important;
  box-shadow: none !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w input::placeholder {
  color: rgba(0, 0, 0, .1);
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector {
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
  font-size: 20px;
  background-color: #f3f4f9;
  padding: 4px;
  line-height: 1;
  flex: 0;
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector:hover {
  color: #fff;
  background-color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered {
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .total-attendees-selector-w {
  width: 150px;
  margin: 0 auto;
  justify-content: space-between;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .total-attendees-selector-w input {
  font-size: 33px !important;
  width: 100% !important;
  line-height: 1.4 !important;
  font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .select-total-attendees-label {
  margin-bottom: 20px;
  padding: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .select-total-attendees-label .sta-sub-label {
  font-size: 18px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-form {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w {
  background-color: #fff;
  padding: 15px 15px 15px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  text-align: left;
  display: flex;
  align-items: center;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w.os-hidden {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
  padding: 5px;
  transform: none;
  top: auto;
  right: auto;
  left: auto;
  order: 1;
  color: #1e222b;
  font-size: 20px;
  box-shadow: none;
  line-height: 18px;
  z-index: 2;
  display: none;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
  transform: none;
  right: auto;
  order: 2;
  margin-left: 10px;
  color: #1e222b;
  font-size: 20px;
  box-shadow: none;
  display: block;
  line-height: 18px;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger span {
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 11px;
  box-shadow: 0 0 0 2px #fff;
  background-color: #000;
  color: #fff;
  padding: 2px;
  border-radius: 50%;
  line-height: 1;
  min-width: 11px;
  text-align: center;
  box-sizing: content-box;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close i,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger i {
  line-height: 1;
  display: block;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .os-heading-text {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 auto 0 0;
  padding: 3px 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .os-heading-text-library {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
  padding: 40px;
  flex: 1;
  overflow-y: auto;
  transition: all .2s ease;
  position: relative;
  min-height: 200px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body .os-step-header {
  margin-top: 0;
  margin-bottom: 25px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h3 {
  font-size: 21px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h4 {
  font-size: 18px;
  padding: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer {
  position: relative;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, .05);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn.disabled,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer.force-hide {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress ul li {
  flex: 0 0 5px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress ul li .progress-item {
  width: 5px;
  height: 5px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn {
  margin-left: auto;
  animation: .3s cubic-bezier(.45, 1.1, .4, 1.2) 0s both latepointNextBtn;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn {
  animation: .3s cubic-bezier(.45, 1, .4, 1.2) 0s both latepointPrevBtn;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn.disabled,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content.is-hidden {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn {
  font-weight: 600;
  box-shadow: none;
  padding: 8px 14px;
  font-size: 14px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.disabled {
  background-color: #e3e6f0;
  color: #b5bad2;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.disabled i,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.disabled span {
  color: #b5bad2;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn i {
  font-size: 9px;
  transition: transform .1s ease;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn i+span,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn span+i {
  margin-left: 5px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn:hover.latepoint-next-btn i {
  transform: translateX(3px);
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn:hover.latepoint-prev-btn i {
  transform: translateX(-3px);
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content {
  color: #7c85a3;
  min-height: 140px;
  text-align: left;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-centered {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-centered>h4,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left>h4 {
  margin-bottom: 5px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left {
  padding: 0 0 15px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left a {
  text-decoration: underline;
  color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left>p:last-child:first-child {
  margin: 0 !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .lp-payment-charge-amount {
  border-radius: var(--latepoint-border-radius);
  background-color: #fbf6e1;
  color: #877865;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .lp-demo-mode-msg {
  padding: 8px 10px;
  background-color: #ffd534;
  color: #211f1a;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .2ms LatepointSlideDown;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .lp-demo-mode-msg {
  border-radius: 8px;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .dp-capacity,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-available-slots-tooltip {
  border-radius: 4px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-method-content {
  position: relative;
  display: none;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-method-content.os-loading .lp-payment-method-content-i {
  opacity: 0;
  min-height: 50px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-method-content.os-loading:before {
  display: block;
  content: "";
  width: 40px !important;
  height: 40px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  z-index: 9999;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff7d0;
  padding: 5px 10px;
  color: #8a7f66;
  font-size: 18px;
  margin-top: 20px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info div {
  white-space: nowrap;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .lp-price-value {
  font-weight: 600;
  color: #14161d;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .lp-price-value>span {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 3px;
  opacity: .5;
  font-size: 15px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info a {
  color: #846337;
  display: block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, .61);
  font-weight: 600;
  padding: 2px;
  border-radius: 2px 5px;
  font-size: 13px;
  margin-left: 30px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-deposit-price-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-total-price-w {
  padding: 4px 0;
  margin: 0 auto;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-deposit-price-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.paying-deposit .payment-total-price-w {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.paying-deposit .payment-deposit-price-w {
  display: block;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code {
  display: none;
  padding: 4px 5px 4px 8px;
  line-height: 1;
  background-color: #fff;
  color: #111;
  border: 1px dashed #111;
  font-weight: 600;
  font-size: 13px;
  margin-left: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-self {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-clear {
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-clear.os-loading:before {
  display: block;
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  right: -5px;
  left: auto;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear.os-loading i,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-clear.os-loading i {
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w {
  display: none;
  position: relative;
  margin-left: 20px !important;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w.os-loading:before {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid #a45d00;
  border-left: 2px solid #a45d00;
  border-top: 2px solid #a45d00;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: -13px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input {
  border: 1px solid #d0bca8 !important;
  padding: 5px 7px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  display: block !important;
  width: 135px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input:active,
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input:focus,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input:active,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input::placeholder {
  color: #a38e7b !important;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w .coupon-code-input-submit {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  vertical-align: middle;
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.entering-coupon .coupon-code-trigger-w {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.entering-coupon .coupon-code-input-w {
  display: block;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-methods-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-portions-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-times-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.coupon-is-applied .coupon-code-input-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.coupon-is-applied .coupon-code-trigger-w {
  display: none;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.coupon-is-applied .applied-coupon-code {
  display: block;
}

.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password h4,
.latepoint-w .latepoint-booking-form-element .step-payment-w>h4 {
  margin-bottom: 10px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w {
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background-color: #fac555;
  border-radius: 40px;
  color: #111;
  margin-top: 15px;
  font-weight: 600;
  cursor: pointer;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger:hover {
  box-shadow: 0 0 0 2px #ffb011;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-btn-trigger {
  padding: 20px 0 5px;
  position: relative;
  min-height: 60px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-btn-trigger:before {
  display: block;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  top: 35px;
}

.confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon i,
.full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon i,
.latepoint-w .latepoint-booking-form-element .step-payment-w[data-sub-step=payment-methods] .lp-payment-methods-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w[data-sub-step=payment-portions] .lp-payment-portions-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w[data-sub-step=payment-times] .lp-payment-times-w {
  display: block;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item {
  position: relative;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-value {
  font-size: 49px;
  font-weight: 600;
  line-height: 1.1;
  color: #14161d;
  font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-label {
  color: #7c85a3;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-sub-label {
  opacity: .8;
  color: #7c85a3;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-sub-label span {
  font-weight: 600;
  color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-price {
  font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: var(--latepoint-brand-primary);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item {
  margin-bottom: 15px;
  list-style: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i {
  display: flex;
  background: #fff;
  border: 1px solid #e5e7ee;
  align-items: center;
  box-shadow: none;
  outline: 0;
  padding: 10px 15px;
  color: var(--latepoint-body-color);
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i:hover {
  border-color: var(--latepoint-brand-primary);
  text-decoration: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-img-w {
  flex: 0 0 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-right: 15px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-name-w {
  padding: 10px 0;
  margin-right: auto;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-name-w .service-name {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-name-w .service-desc {
  color: #7c85a3;
  font-size: 13px;
  display: block;
  margin-top: 3px;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-price-w {
  border-left: 1px solid rgba(0, 0, 0, .05);
  padding-left: 15px;
  margin-left: 10px;
  text-align: center;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-price-w .service-price {
  display: block;
  color: #d09f1d;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-price-w .service-price-label {
  display: block;
  color: #7c85a3;
  font-size: 12px;
  white-space: nowrap;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item.selected .os-service-durations {
  display: flex;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item.selected>.os-item-i {
  border-color: var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item.with-description a .service-name-w {
  padding: 5px 0;
}

.lp-strike {
  text-decoration: line-through;
  opacity: .8;
}

.latepoint-booking-form-element .step-verify-w .os-recurring-bookings-count {
  margin-top: 10px;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading .sbh-line,
.latepoint-booking-form-element .step-verify-w .summary-box.main-box .summary-box-booking-date-box {
  display: none;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-bottom-color: #d2d2d2;
  box-shadow: 0 2px rgba(0, 0, 0, .05);
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading {
  margin-bottom: 0;
  margin-top: 0;
  display: none;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box .sbc-big-item {
  font-size: 17px;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading .sbh-item {
  font-size: 13px;
  font-weight: 400;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-boxes-columns {
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding-top: 10px;
  margin-top: 15px;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.single-item .os-remove-item-from-cart {
  display: none;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.single-item .summary-box .sbc-big-item {
  font-size: 17px;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.single-item .summary-box .sbc-highlighted-item {
  font-size: 15px;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper .summary-box.main-box {
  padding: 0;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper .os-remove-item-from-cart {
  box-shadow: 0 0 0 4px #fff;
  color: #fff;
  top: -5px;
  right: -5px;
  background-color: #f64f4f;
}

.latepoint-booking-form-element .step-verify-w .cart-item-wrapper .os-remove-item-from-cart .os-remove-from-cart-icon {
  background-color: #fff;
}

.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-summary {
  display: none;
}

.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify {
  margin-top: 20px;
}

.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger {
  align-items: center;
  padding: 8px 10px;
  border: 1px dotted #14161d;
  color: #14161d;
  display: flex;
  gap: 10px;
  font-weight: 600;
  cursor: pointer;
}

.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger span {
  margin: 0 auto;
}

.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger:hover {
  border-style: solid;
}

.latepoint-booking-form-element .step-verify-w .cart-summary-main-section>.summary-heading:first-child {
  margin-top: 0;
}

.latepoint-booking-form-element .step-verify-w .cart-summary-main-section>.summary-box.main-box:first-child {
  padding-top: 0;
}

.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .part-of-bundle-message {
  padding: 10px;
  background-color: #f1f3ff;
  margin-bottom: 15px;
  font-size: 15px;
}

.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .part-of-bundle-message a {
  color: var(--latepoint-brand-primary);
  text-decoration: none;
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .summary-box.main-box {
  padding-top: 0;
  padding-bottom: 20px;
}

.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .sbc-big-item {
  font-size: 20px;
}

.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .sbc-highlighted-item {
  font-size: 17px;
}

.latepoint-booking-form-element .step-verify-w .payment-summary-info .confirmation-info-w {
  margin-top: 0;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify {
  margin-top: 10px;
  text-align: right;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-trigger-on-verify-w {
  padding: 8px 0 9px;
  line-height: 1;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-trigger-on-verify-w a {
  border-bottom: 1px solid var(--latepoint-brand-primary);
  font-size: 13px;
  color: var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code-wrapper {
  align-items: center;
  gap: 5px;
  display: none;
  background-color: #f7f7f7;
  padding: 10px;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code-wrapper .coupon-code-label {
  color: var(--latepoint-body-color);
  font-size: 14px;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code {
  padding: 2px 2px 2px 5px;
  background-color: #fff;
  color: #000;
  border: 1px dotted #000;
  line-height: 1;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-self {
  display: block;
  vertical-align: middle;
  line-height: 1;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear {
  line-height: 1;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 10px;
  padding: 3px;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear:hover {
  background-color: #000;
  color: #fff;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear.os-loading:before {
  display: block;
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  right: -5px;
  left: auto;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w {
  display: none;
  position: relative;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w.os-loading:before {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: -13px;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input {
  border: 1px solid #383838 !important;
  padding: 5px 7px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  display: block !important;
  width: auto !important;
  flex: 1;
  margin: 0 !important;
  border-radius: 0 !important;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input::placeholder {
  color: #8f8f8f !important;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-cancel,
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-submit {
  padding: 9px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-submit {
  background-color: var(--latepoint-brand-primary);
  color: #fff;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-cancel {
  background-color: #eee;
  color: #444;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.entering-coupon .coupon-code-trigger-on-verify-w {
  display: none;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.entering-coupon .coupon-code-input-w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.coupon-is-applied .coupon-code-input-w,
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.coupon-is-applied .coupon-code-trigger-on-verify-w {
  display: none;
}

.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.coupon-is-applied .applied-coupon-code-wrapper {
  display: flex;
}

.latepoint-booking-form-element .step-confirmation-w .summary-box-wrapper+.summary-box-wrapper {
  margin-top: 15px;
  padding-top: 10px;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-head-info {
  position: relative;
}

.latepoint-booking-form-element .step-confirmation-w .add-to-calendar-wrapper {
  display: inline-block;
}

.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent {
  display: block;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-booking-info,
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent,
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger {
  display: none;
}

.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent img {
  display: block;
  margin: 0 auto;
}

.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  padding: 10px 15px;
  background: #fff1af;
  line-height: 1.4;
  color: #000;
}

.latepoint-booking-form-element .step-confirmation-w .payment-summary-info .confirmation-info-w {
  margin-top: 0;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-header {
  margin-bottom: 0;
  margin-top: 0;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-number {
  color: #7c85a3;
  padding-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-number strong {
  font-size: 39px;
  letter-spacing: normal;
  color: #14161d;
  display: block;
  line-height: 1.1;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-number .confirmation-checkmark {
  padding: 10px;
  font-size: 25px;
  color: #fff;
  background-color: #83de3a;
  box-shadow: 0 0 0 5px #daffba;
  border-radius: 50%;
  line-height: 25px;
  width: 45px;
  height: 45px;
}

.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password {
  margin-top: 20px;
  display: none;
}

.booking-status-info-wrapper,
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields {
  display: flex;
  align-items: center;
}

.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .os-form-group {
  flex: 1;
  margin: 0;
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .os-form-group.os-form-textfield-group input.os-form-control {
  padding: 7px 10px !important;
}

.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .latepoint-btn {
  flex: 0;
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 9px 20px;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-cabinet-info {
  background-color: #f5f6ff;
  margin-top: 20px;
  text-align: center;
  padding: 20px 40px;
  display: none;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-text {
  color: #14161d;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.latepoint-booking-form-element .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-link {
  font-size: 15px;
  background-color: var(--latepoint-brand-primary);
  color: #fff !important;
  padding: 8px 15px !important;
  font-weight: 600;
  text-decoration: none !important;
  border: 0 !important;
  display: inline-block !important;
}

.booking-status-info-wrapper {
  gap: 10px;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin: -30px -30px 0;
}

.booking-status-info-wrapper .booking-status-icon {
  width: 24px;
  height: 24px;
  background-color: #eee;
  position: relative;
  border-radius: var(--latepoint-border-radius);
}

.booking-status-info-wrapper .booking-status-label {
  font-weight: 600;
  font-size: 15px;
}

.booking-status-info-wrapper .booking-confirmation {
  margin-left: auto;
  font-size: 13px;
  color: #7c85a3;
}

.booking-status-info-wrapper.status-cancelled .booking-status-icon {
  background-color: #ffa6a6;
}

.booking-status-info-wrapper.status-approved .booking-status-icon:before,
.booking-status-info-wrapper.status-cancelled .booking-status-icon:before {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.booking-status-info-wrapper.status-approved .booking-status-icon {
  background-color: #a0ffa4;
}

.booking-status-info-wrapper.status-approved .booking-status-icon:before {
  content: "";
}

.confirmation-info-w .summary-status-wrapper,
.full-summary-wrapper .summary-status-wrapper {
  padding: 0 0 30px;
  color: #14161d;
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 10px solid rgba(0, 0, 0, .03);
}

.confirmation-info-w .summary-status-wrapper .summary-status-inner,
.full-summary-wrapper .summary-status-wrapper .summary-status-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-title,
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-description,
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-description {
  color: #7c85a3;
  font-weight: 400;
  font-size: 15px;
  margin-top: 3px;
  text-align: center;
}

.confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-icon,
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-icon {
  margin-bottom: 25px;
  animation: 1s cubic-bezier(.05, .45, .1, 1) .1s statusIconPop;
  animation-fill-mode: both;
}

.confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-confirmation-number,
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-confirmation-number {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #7c85a3;
  margin-top: 15px;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, .03);
}

.confirmation-info-w .summary-status-wrapper.summary-status-style-green .ss-icon,
.full-summary-wrapper .summary-status-wrapper.summary-status-style-green .ss-icon {
  display: block;
  padding: 15px;
  background-color: #98ff96;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #e1ffe0;
}

.confirmation-info-w .summary-status-wrapper.summary-status-style-green .ss-icon:before,
.full-summary-wrapper .summary-status-wrapper.summary-status-style-green .ss-icon:before {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000;
  line-height: 24px;
  display: block;
  font-size: 24px;
}

.confirmation-info-w .summary-status-wrapper.summary-status-style-yellow .ss-icon,
.full-summary-wrapper .summary-status-wrapper.summary-status-style-yellow .ss-icon {
  display: block;
  padding: 10px;
  background-color: #ffe196;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff2e0;
  width: 44px;
  text-align: center;
}

.confirmation-info-w .summary-status-wrapper.summary-status-style-yellow .ss-icon:before,
.full-summary-wrapper .summary-status-wrapper.summary-status-style-yellow .ss-icon:before {
  content: "i";
  color: #000;
  line-height: 24px;
  display: block;
  font-size: 24px;
}

.confirmation-info-w .summary-price-item-w.spi-sub,
.full-summary-wrapper .summary-price-item-w.spi-sub {
  padding-left: 20px;
  position: relative;
}

.confirmation-info-w .summary-price-item-w.spi-sub:before,
.full-summary-wrapper .summary-price-item-w.spi-sub:before {
  content: "";
  width: 5px;
  height: 5px;
  border-left: 1px solid #7c85a3;
  border-bottom: 1px solid #7c85a3;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.confirmation-info-w .summary-price-breakdown-wrapper.multi-item .subtotal-separator,
.full-summary-wrapper .summary-price-breakdown-wrapper.multi-item .subtotal-separator {
  border-top: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-top: 10px;
}

.confirmation-info-w .order-item-bundle-info-wrapper,
.full-summary-wrapper .order-item-bundle-info-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0 5px;
}

.confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon,
.full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon {
  padding: 13px;
  line-height: 24px;
  font-size: 24px;
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #14161d;
}

.confirmation-info-w .order-item-bundle-info-wrapper .summary-box.main-box,
.full-summary-wrapper .order-item-bundle-info-wrapper .summary-box.main-box {
  padding: 0;
}

.confirmation-info-w .schedule-bundle-booking-btn-wrapper,
.full-summary-wrapper .schedule-bundle-booking-btn-wrapper {
  padding-bottom: 20px;
  margin-left: 70px;
}

.confirmation-info-w .schedule-bundle-booking-btn,
.full-summary-wrapper .schedule-bundle-booking-btn {
  padding: 4px 0;
  background-color: #fff;
  display: inline-flex;
  gap: 8px;
  font-weight: 400;
  color: var(--latepoint-brand-primary);
  text-decoration: none;
  border: 0;
  align-items: center;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

.confirmation-info-w .schedule-bundle-booking-btn.os-loading:before,
.full-summary-wrapper .schedule-bundle-booking-btn.os-loading:before {
  display: block;
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: auto;
  right: -5px;
}

.confirmation-info-w .schedule-bundle-booking-btn.os-loading i,
.full-summary-wrapper .schedule-bundle-booking-btn.os-loading i {
  visibility: hidden;
}

.confirmation-info-w .schedule-bundle-booking-btn:hover i,
.full-summary-wrapper .schedule-bundle-booking-btn:hover i {
  transform: translateX(3px);
}

.confirmation-info-w .schedule-bundle-booking-btn i,
.full-summary-wrapper .schedule-bundle-booking-btn i {
  font-size: 9px;
  transition: transform .2s ease;
}

.confirmation-info-w .summary-price-breakdown-wrapper,
.full-summary-wrapper .summary-price-breakdown-wrapper {
  margin-top: 30px;
}

.confirmation-info-w .summary-box-heading,
.full-summary-wrapper .summary-box-heading {
  margin-bottom: 10px;
}

.confirmation-info-w .summary-box,
.full-summary-wrapper .summary-box {
  padding-bottom: 0;
}

.confirmation-info-w .summary-box .sbc-main-item,
.full-summary-wrapper .summary-box .sbc-main-item {
  color: #14161d;
  font-size: 15px;
  font-weight: 600;
}

.confirmation-info-w {
  position: relative;
}

.confirmation-info-w .order-summary-items-heading,
.confirmation-info-w .price-breakdown-unfold,
.latepoint-booking-form-element.hidden-buttons .latepoint-form-w .latepoint-footer {
  display: none;
}

.confirmation-info-w ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.confirmation-info-w ul li {
  flex: 0 0 50%;
  list-style-type: none;
  margin: 0;
  color: #7c85a3;
  font-weight: 600;
  padding: 7px 10px 7px 0;
  line-height: 1.4;
  font-size: 11px;
  letter-spacing: .6px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.confirmation-info-w ul li strong {
  text-transform: none;
  letter-spacing: normal;
  color: var(--latepoint-body-color);
  display: block;
  font-size: 15px;
}

.confirmation-info-w .confirmation-section-heading {
  font-size: 19px;
  display: block;
  border-bottom: 1px solid var(--latepoint-brand-primary);
  margin: 15px 0 5px;
  color: var(--latepoint-brand-primary);
}

.latepoint-booking-form-element.hidden-buttons .latepoint-form-w .latepoint-body:after {
  height: 40px;
}

.latepoint-booking-form-element .os-step-tabs,
.latepoint-booking-form-element .step-customer-logged-in-header-w {
  display: flex;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  justify-content: space-between;
  height: 35px;
}

.latepoint-booking-form-element .os-step-tabs {
  color: #7c85a3;
  align-items: flex-end;
  box-shadow: 0 1px 0 0#e2e5ef;
}

.latepoint-booking-form-element .os-step-tabs .os-step-tab {
  transition: all .2s ease;
  text-align: center;
  padding: 8px 0;
  position: relative;
  line-height: 15px;
  font-size: 15px;
}

.latepoint-booking-form-element .os-step-tabs .os-step-tab:hover {
  cursor: pointer;
  color: var(--latepoint-body-color);
}

.latepoint-booking-form-element .os-step-tabs .os-step-tab:before,
.latepoint-booking-form-element .step-customer-logged-in-header-w div:before {
  position: absolute;
  content: "";
  background-color: var(--latepoint-brand-primary);
  height: 3px;
  left: 0;
  bottom: -1px;
  width: 0;
}

.latepoint-booking-form-element .os-step-tabs .os-step-tab.active,
.latepoint-booking-form-element .step-customer-logged-in-header-w div {
  color: var(--latepoint-body-color);
  font-size: 17px;
  padding-bottom: 12px;
  padding-top: 8px;
}

.latepoint-booking-form-element .os-step-tabs .os-step-tab.active:before {
  width: 100%;
}

.latepoint-booking-form-element .step-customer-logged-in-header-w {
  color: #898c98;
  align-items: center;
  border-bottom: 1px solid #e2e5ef;
}

.latepoint-booking-form-element .step-customer-logged-in-header-w span {
  display: block;
  margin-right: 5px;
  margin-left: auto;
}

.latepoint-booking-form-element .step-customer-logged-in-header-w a {
  display: block;
  color: var(--latepoint-brand-primary);
  text-decoration: underline;
}

.latepoint-booking-form-element .step-customer-logged-in-header-w div {
  line-height: 15px;
  position: relative;
}

.latepoint-booking-form-element .step-customer-logged-in-header-w div:before {
  height: 2px;
  width: 100%;
  transition: all .2s ease;
}

.latepoint-booking-form-element .os-form-buttons {
  align-items: flex-start;
}

.latepoint-booking-form-element .os-step-existing-customer-login-w,
.os-password-reset-form-holder p {
  margin-bottom: 10px;
}

.latepoint-booking-form-element .os-weekdays {
  display: flex;
  align-items: center;
}

.latepoint-booking-form-element .os-weekdays .weekday {
  background-color: #f5f5f5;
  flex: 1;
  text-transform: uppercase;
  font-size: 20px;
  color: #adadae;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
  padding: 5px 0 0 15px;
  line-height: 1;
  border-left: 1px solid #ddd;
}

.latepoint-booking-form-element .os-weekdays .weekday:first-child {
  border-left-color: transparent;
  margin-left: 15px;
  padding-left: 0;
}

.latepoint-booking-form-element .os-current-month-label-w {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-control-buttons-w {
  display: flex;
  gap: 15px;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn {
  border: 0;
  font-size: 16px;
  background-color: transparent !important;
  box-shadow: none;
  outline: 0;
  color: #111;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  position: relative;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn:focus-visible,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary) !important;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading i,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading span,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading i,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading span {
  color: transparent !important;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading:after,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid var(--latepoint-body-color);
  border-left: 2px solid var(--latepoint-body-color);
  border-top: 2px solid var(--latepoint-body-color);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn:hover,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn:hover {
  color: var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn:focus,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn:focus {
  outline: 0;
}

.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.disabled,
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.disabled {
  color: rgba(0, 0, 0, .1);
}

.latepoint-booking-form-element .os-current-month-label-w .os-current-month-label {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--latepoint-body-color);
  display: flex;
  align-items: baseline;
}

.latepoint-booking-form-element .os-current-month-label-w .os-current-month-label .current-year {
  display: inline-block;
  vertical-align: middle;
  color: color-mix(in srgb, var(--latepoint-body-color) 40%, transparent);
  margin-left: 5px;
}

.latepoint-booking-form-element .os-current-month-label-w .os-current-month-label .current-month {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
}

.latepoint-booking-form-element .os-monthly-calendar-days-w,
.latepoint-booking-form-element .os-monthly-calendar-days-w.hide-if-single-slot .os-day.os-one-slot-only .os-day-status {
  display: none;
}

.latepoint-booking-form-element .os-monthly-calendar-days-w.active {
  display: block;
}

.latepoint-booking-form-element .os-monthly-calendar-days-w.hide-if-single-slot .os-day.selected:after {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: var(--latepoint-brand-primary);
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  width: 14px;
  line-height: 14px;
  height: 14px;
  bottom: 50%;
  left: 50%;
  font-size: 10px;
  text-align: center;
  position: absolute;
  color: #fff;
  transform: translate(11px, -10px);
}

.latepoint-booking-form-element .step-datepicker-w {
  position: relative;
}

.latepoint-booking-form-element .reschedule-calendar-datepicker .dp-capacity,
.latepoint-booking-form-element .step-datepicker-w .dp-capacity {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #111;
  padding: 4px 6px;
  color: #fff;
  font-weight: 600;
  display: none;
  white-space: nowrap;
  z-index: 9999;
  font-size: 15px;
  animation: .1s ease latepointAvailabilityPopup;
  animation-fill-mode: both;
}

.latepoint-booking-form-element .reschedule-calendar-datepicker .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity,
.latepoint-booking-form-element .step-datepicker-w .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity {
  display: block;
}

.latepoint-booking-form-element .os-monthly-calendar-days {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day:nth-child(7n+1) {
  border-left-color: transparent;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day:focus {
  outline: 0;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-next-month,
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-prev-month {
  color: #b7bccb;
  background-color: #fff;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available {
  cursor: not-allowed;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box,
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-passed .os-day-box {
  background-color: transparent;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-status {
  background-color: #f7f7f7;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-number {
  color: #adadae;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box {
  background-color: #ec7376;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box .os-day-number {
  color: #fff;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-passed .os-day-box .os-day-number {
  color: #bdc5da;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-today.os-month-current .os-day-box .os-day-number {
  background-color: #fff0c7;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-available-slots-tooltip {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #111;
  padding: 4px 6px;
  color: #fff;
  font-weight: 600;
  display: none;
  white-space: nowrap;
  z-index: 9999;
  font-size: 15px;
  animation: .1s ease latepointAvailabilityPopup;
  animation-fill-mode: both;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-day-box {
  position: relative;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-day-number {
  color: #14161d;
  transition: all .1s ease;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-day-status {
  transition: all .1s ease;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day:hover .os-day-box .os-day-number {
  transform: scale(1.2);
  transform-origin: bottom left;
  white-space: nowrap;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day:hover .os-day-box:hover .os-available-slots-tooltip {
  display: block;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day:hover .os-day-status {
  height: 10px;
}

.latepoint-booking-form-element .os-day-status {
  margin: 0;
  height: 4px;
  position: absolute;
  border-radius: 0;
  overflow: hidden;
  bottom: 3px;
  left: 8px;
  right: 8px;
  background-color: #e6e9ef;
}

.latepoint-booking-form-element .os-day-status .day-available {
  background-color: #8fe286;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  min-width: 3px;
  border-radius: var(--latepoint-border-radius);
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day .os-available-slots-tooltip {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  animation: .1s ease latepointAvailabilityPopupCenter;
  animation-fill-mode: both;
}

.latepoint-booking-form-element .calendar-style-classic .os-current-month-label-w {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.latepoint-booking-form-element .calendar-style-classic .os-weekdays {
  gap: 12px;
}

.latepoint-booking-form-element .calendar-style-classic .os-weekdays .weekday {
  background-color: transparent;
  font-size: 13px;
  color: var(--latepoint-body-color);
  border-left: none;
  text-align: center;
  margin-left: 0;
  padding: 5px;
  margin-bottom: 12px;
}

.latepoint-booking-form-element .calendar-style-classic .os-weekdays .weekday.weekday-6,
.latepoint-booking-form-element .calendar-style-classic .os-weekdays .weekday.weekday-7 {
  color: #ccb63b;
  background-color: #fffef2;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day {
  text-align: center;
  font-size: 17px;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day:hover .os-day-status {
  height: 7px;
  left: 4px;
  right: 4px;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day:hover .os-day-box .os-day-number {
  transform-origin: bottom;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-next .os-day-number,
.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-next .os-day-status,
.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-prev .os-day-number,
.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.os-month-prev .os-day-status {
  opacity: .6;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.os-day-current .os-day-box {
  background-color: #eefdec;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box {
  background-color: transparent;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day .os-day-box {
  padding: 12px 5px;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day:nth-child(7n+1) {
  border-left-color: transparent;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.selected.os-not-available .os-day-box {
  background-color: #ec7376;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box {
  background-color: var(--latepoint-brand-primary);
  border-color: transparent;
  color: #fff;
  opacity: 1;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box .os-day-number {
  background-color: transparent;
  color: #fff;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box .os-day-status,
.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.selected .os-day-box:hover .os-available-slots-tooltip,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-status,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-status {
  display: none;
}

.latepoint-booking-form-element .calendar-style-classic .os-monthly-calendar-days .os-day.selected.os-today .os-day-box .os-day-number {
  background-color: transparent;
}

.latepoint-booking-form-element .calendar-style-modern {
  margin: 0 0 0-15px;
}

.latepoint-booking-form-element .calendar-style-modern .os-current-month-label-w {
  padding-left: 14px;
}

.latepoint-booking-form-element .calendar-style-modern .os-weekdays .weekday:first-child {
  margin-left: 15px;
  padding-left: 0;
}

.latepoint-booking-form-element .calendar-style-modern.os-month-next,
.latepoint-booking-form-element .calendar-style-modern.os-month-prev {
  cursor: default;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day {
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, .08);
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box {
  background-color: var(--latepoint-brand-primary);
  border-color: transparent;
  color: #fff;
  opacity: 1;
  padding-left: 0;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-number {
  background-color: transparent;
  color: #fff;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-status,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box:hover .os-available-slots-tooltip {
  display: none;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next).os-today .os-day-box .os-day-number {
  background-color: transparent;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next).os-not-available .os-day-box {
  background-color: #ec7376;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev {
  border-left-color: transparent;
  cursor: default;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box {
  pointer-events: none;
  background-color: transparent;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box:hover,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box:hover {
  opacity: 1;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-number,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-number {
  color: transparent !important;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day.os-month-next {
  display: none;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day:nth-child(7n) .os-available-slots-tooltip,
.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day:nth-child(7n+6) .os-available-slots-tooltip {
  left: auto;
  right: 0;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day .os-day-box {
  padding: 15px 0 15px 15px;
}

.latepoint-booking-form-element .calendar-style-modern .os-monthly-calendar-days .os-day:nth-child(7n+1) {
  border-left-color: transparent;
}

.latepoint-booking-form-element .calendar-style-modern .os-day-status {
  border-radius: 0;
  bottom: 6px;
  left: 15px;
  right: 0;
  height: 5px;
}

.latepoint-booking-form-element .times-header {
  color: #16171d;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

.latepoint-booking-form-element .times-header span {
  color: var(--latepoint-brand-primary);
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .os-calendar-searching-info {
  padding-left: 35px;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  display: none;
}

.latepoint-booking-form-element .os-dates-and-times-w.is-searching .os-calendar-searching-info {
  display: block;
}

.latepoint-booking-form-element .os-dates-and-times-w.is-searching .os-calendar-while-searching-wrapper,
.latepoint-booking-form-element .os-dates-and-times-w.is-searching .os-timezone-info-wrapper,
.latepoint-booking-form-element .time-selector-w.hide-not-available-slots .dp-timebox.is-booked,
.latepoint-booking-form-element .time-selector-w.hide-not-available-slots .dp-timebox.is-off,
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots .dp-timebox .dp-label-capacity,
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots .dp-timebox.is-off {
  display: none;
}

.latepoint-booking-form-element .os-times-w,
.os-customer-login-password-fields-w {
  position: relative;
}

.latepoint-booking-form-element .timeslots {
  display: flex;
  justify-content: space-between;
}

.latepoint-booking-form-element .timeslots .not-working-message {
  flex: 1;
  padding: 3px 5px;
  text-align: center;
  background-color: #f7e8e8;
  color: #752f2f;
  font-weight: 600;
}

.latepoint-booking-form-element .dp-timebox {
  white-space: nowrap;
  text-align: center;
  padding: 6px 3px;
  line-height: 1.2;
  background-color: #d6ffd1;
  font-size: 15px;
  color: #14161d;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  width: auto !important;
  max-width: none !important;
}

.latepoint-booking-form-element .dp-timebox:focus {
  outline: 0;
  box-shadow: none;
}

.latepoint-booking-form-element .dp-timebox:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .dp-timebox .dp-success-label,
.latepoint-booking-form-element .dp-timebox .dp-tick {
  display: none !important;
}

.latepoint-booking-form-element .dp-timebox:hover {
  background-color: #c0fbb8;
}

.latepoint-booking-form-element .dp-timebox.is-booked,
.latepoint-booking-form-element .dp-timebox.is-off {
  color: #b3b3b3;
  background-color: #f7f7f7;
  box-shadow: none;
  cursor: not-allowed;
}

.latepoint-booking-form-element .dp-timebox.selected {
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  box-shadow: none;
}

.latepoint-booking-form-element .dp-timebox.selected:after {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: var(--latepoint-brand-primary);
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  width: 14px;
  line-height: 14px;
  height: 14px;
  top: -5px;
  right: -5px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  color: #fff;
  animation: .2s ease 0s selectedSlotCheckmark;
  animation-fill-mode: both;
}

.latepoint-booking-form-element .time-selector-w {
  display: none;
  margin-top: 20px;
  margin-left: -2px;
  margin-right: -2px;
}

.latepoint-booking-form-element .time-selector-w .th-timezone {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5px;
  margin-top: 4px;
}

.latepoint-booking-form-element .time-selector-w .th-timezone strong {
  color: #7c85a3;
}

.latepoint-booking-form-element .time-selector-w.style-timebox {
  margin-top: 20px;
}

.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots.slots-not-available {
  grid-template-columns: repeat(1, 1fr) !important;
}

.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots .not-working-message {
  border-radius: 4px;
  padding: 6px;
}

.latepoint-booking-form-element .time-selector-w.style-timebox .times-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

.latepoint-booking-form-element .time-selector-w.style-timebox .times-header .times-header-label {
  flex: 1;
  margin: 0 15px;
  white-space: nowrap;
  font-weight: 600;
}

.latepoint-booking-form-element .time-selector-w.style-timebox .times-header .th-line {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, .1);
  content: "";
}

.latepoint-booking-form-element .time-selector-w.style-timeline {
  padding-bottom: 30px;
  flex-wrap: nowrap;
}

.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-12 .timeslots {
  grid-template-columns: repeat(2, 1fr);
}

.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-12 .dp-timebox span.dp-label-end-time,
.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-24 .dp-timebox span.dp-label-end-time {
  opacity: .7;
}

.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-24 .timeslots {
  grid-template-columns: repeat(3, 1fr);
}

.latepoint-booking-form-element .time-selector-w.without-end-time.time-system-12 .timeslots {
  grid-template-columns: repeat(4, 1fr);
}

.latepoint-booking-form-element .time-selector-w.without-end-time.time-system-24 .timeslots {
  grid-template-columns: repeat(5, 1fr);
}

.latepoint-booking-form-element .dp-timeslot {
  height: 24px;
  flex-grow: 1;
  margin: 0;
  box-shadow: inset 1px 0 0 0#fff, inset -1px 0 0 0#fff;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  background-color: #8fe286;
}

.latepoint-booking-form-element .dp-timeslot:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .dp-timeslot .dp-tick {
  position: absolute;
  display: block;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  text-align: center;
  color: rgba(0, 0, 0, .4);
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
}

.latepoint-booking-form-element .dp-timeslot .dp-tick strong {
  display: block;
  color: #000;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.latepoint-booking-form-element .dp-timeslot .dp-success-label {
  color: rgba(255, 255, 255, .8);
  display: block;
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

.latepoint-booking-form-element .dp-timeslot .dp-label {
  display: none;
  text-align: center;
  padding: 7px 8px;
  line-height: 1;
  background-color: #04bb03;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  transition: all .2s ease;
  z-index: 10;
}

.latepoint-booking-form-element .dp-timeslot .dp-label-capacity {
  display: block;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked),
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-off) {
  background-color: var(--latepoint-brand-primary);
  z-index: 4;
}

.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked) .dp-label-capacity,
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-off) .dp-label-capacity {
  display: none;
}

.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked):hover,
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-off):hover {
  background-color: var(--latepoint-brand-primary);
}

.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked):after,
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-off):after {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: var(--latepoint-brand-primary);
  display: none;
}

.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked) .dp-label,
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-off) .dp-label {
  top: -3px;
  background-color: var(--latepoint-brand-primary);
  color: #fff;
  display: block;
}

.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked):before,
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-off):before {
  background-color: var(--latepoint-brand-primary);
  display: block;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  top: -12px;
  left: 50%;
}

.latepoint-booking-form-element .dp-timeslot.is-booked,
.latepoint-booking-form-element .dp-timeslot.is-off {
  background-color: #e6e9ef;
  margin: 0;
  cursor: not-allowed;
}

.latepoint-booking-form-element .dp-timeslot.is-booked .dp-label,
.latepoint-booking-form-element .dp-timeslot.is-booked:before,
.latepoint-booking-form-element .dp-timeslot.is-booked:hover,
.latepoint-booking-form-element .dp-timeslot.is-off .dp-label,
.latepoint-booking-form-element .dp-timeslot.is-off:before {
  background-color: #e42806;
}

.latepoint-booking-form-element .dp-timeslot.is-off {
  border-color: #fff;
  max-width: 25%;
}

.latepoint-booking-form-element .dp-timeslot.is-off:hover {
  background-color: #e6e9ef;
}

.latepoint-booking-form-element .dp-timeslot.is-off:hover .dp-label {
  display: none;
}

.latepoint-booking-form-element .dp-timeslot.with-tick:after {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  height: 3px;
  bottom: -7px;
  background-color: rgba(0, 0, 0, .4);
}

.latepoint-booking-form-element .dp-timeslot:hover {
  background-color: #04bb03;
}

.latepoint-booking-form-element .dp-timeslot:hover:before {
  top: 0;
}

.latepoint-booking-form-element .dp-timeslot:hover .dp-label,
.latepoint-w.customer-dashboard-booking-summary-lightbox .os-item-details-popup.open,
.latepoint-w.customer-dashboard-order-summary-lightbox .os-item-details-popup.open {
  display: block;
}

.os-customer-login-password-fields-w .step-forgot-password-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  text-decoration: underline;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}

.os-password-reset-form-holder .os-password-reset-form-w {
  margin-bottom: 15px;
}

.os-password-reset-form-holder h4 {
  margin: 0 0 5px;
  padding: 0;
}

.os-password-reset-form-holder .os-form-message-w {
  margin-bottom: 10px;
  margin-top: 10px;
}

.alternative-login-option.os-hidden,
.hide-when-entering-otp.os-hidden {
  display: none;
}

.alternative-login-option {
  padding: 8px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--latepoint-body-color);
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin-bottom: 15px;
}

.alternative-login-option i {
  width: 40px;
  font-size: 23px;
}

.alternative-login-option span {
  padding-right: 40px;
  text-align: center;
  flex: 1;
}

.latepoint-customer-auth-wrapper {
  margin-bottom: 15px;
}

.latepoint-message.latepoint-message-success {
  padding: 10px 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #eeffed;
  color: #0d7f24;
  text-align: center;
  border: 1px solid #a9e3a2;
  box-shadow: 0 1px 4px -1px rgba(79, 239, 88, .6);
}

.latepoint-message.latepoint-message-error {
  padding: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #ffcfcf;
  color: #750e0e;
  text-align: center;
  border: 1px solid #ffcfcf;
  box-shadow: none;
}

.latepoint-message.latepoint-message-warning {
  padding: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #ffeabe;
  color: #75450e;
  text-align: center;
  border: 1px solid #c16d18;
  box-shadow: 0 2px 4px rgba(64, 55, 40, .05);
}

.latepoint-message.latepoint-message-info {
  padding: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #eee;
  color: #111;
  text-align: center;
}

.os-booking-limit-reached {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background-color: #fff0f0;
  border: 1px solid #b95252;
  color: #b95252;
  font-size: 18px;
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
}

.os-booking-limit-reached .os-booking-limit-icon-w {
  margin-bottom: 10px;
  font-size: 40px;
  color: #d8adb0;
  line-height: 1;
}

.os-booking-limit-reached h3 {
  color: #5f1b1b;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}

.latepoint-w.customer-dashboard-booking-summary-lightbox .os-item-details-popup,
.latepoint-w.customer-dashboard-order-summary-lightbox .os-item-details-popup {
  position: relative;
  background-color: #fff;
  display: none;
  margin: -30px;
}

.latepoint-w .os-item-details-popup {
  display: none;
}

.latepoint-w .os-item-details-popup.open {
  display: block;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff5151;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  z-index: 9999;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-close i,
.latepoint-w .os-item-details-popup .os-item-details-popup-close span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-close span {
  margin-right: 10px;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head {
  background-size: cover;
  background-position: center center;
  padding: 80px 40px 40px;
  position: relative;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head h3 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  font-size: 30px;
  margin: 0;
  z-index: 2;
  position: relative;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head .item-details-popup-title {
  margin-top: 5px;
  color: rgba(255, 255, 255, .8);
  z-index: 2;
  position: relative;
  font-size: 21px;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
  z-index: 1;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content {
  padding: 40px;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  z-index: 2;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .bio-curve {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 9999;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 30px;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature {
  flex: 1;
  padding: 0 15px;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature:first-child {
  padding-left: 0;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature:last-child {
  padding-right: 0;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-content-i:first-letter,
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature .item-details-popup-feature-value {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--latepoint-brand-primary);
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature .item-details-popup-feature-label {
  font-size: 13px;
  color: #7c85a3;
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature+.item-details-popup-feature {
  border-left: 1px solid rgba(0, 0, 0, .05);
}

.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-content-i:first-letter {
  line-height: 21px;
  padding-right: 1px;
}

.add-to-calendar-wrapper {
  position: relative;
}

.add-to-calendar-wrapper.show-types .add-to-calendar-types {
  display: flex;
}

.add-to-calendar-wrapper.show-types .open-calendar-types {
  visibility: hidden;
}

.add-to-calendar-types {
  border: 1px solid #aaa;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .2);
  background-color: #eee;
  display: none;
  flex-direction: column;
  position: absolute;
  gap: 1px;
  top: 0;
  left: 0;
  animation: .15s cubic-bezier(.05, .45, .1, 1) 0s up20;
  animation-fill-mode: both;
  z-index: 1;
}

.add-to-calendar-types .atc-heading-wrapper {
  padding: 5px 5px 5px 10px;
  font-weight: 600;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}

.add-to-calendar-types .atc-heading-wrapper .close-calendar-types {
  line-height: 12px;
  font-size: 14px;
  padding: 3px;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.add-to-calendar-types .atc-heading-wrapper .close-calendar-types:hover {
  background-color: var(--latepoint-brand-primary);
  color: #fff;
}

.add-to-calendar-types .atc-heading-wrapper .close-calendar-types:before {
  font-family: "latepointIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.add-to-calendar-types .atc-type {
  padding: 10px 15px 10px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}

.add-to-calendar-types .atc-type:hover {
  box-shadow: 0 0 0 1px var(--latepoint-brand-primary), inset 0 0 0 1px var(--latepoint-brand-primary);
  z-index: 1;
}

.add-to-calendar-types .atc-type .atc-type-image {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

.add-to-calendar-types .atc-type .atc-type-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--latepoint-body-color);
  white-space: nowrap;
}

.add-to-calendar-types .atc-type.atc-type-apple .atc-type-image {
  background-image: url(../../img/apple-logo-compact.png);
}

.add-to-calendar-types .atc-type.atc-type-google .atc-type-image {
  background-image: url(../../img/google-logo-compact.png);
}

.add-to-calendar-types .atc-type.atc-type-outlook .atc-type-image {
  background-image: url(../../img/outlook-logo-compact.png);
}

.add-to-calendar-types .atc-type.atc-type-office-365 .atc-type-image {
  background-image: url(../../img/office-365-logo-compact.jpg);
}

.latepoint-continue-intent-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, .6);
}

.latepoint-continue-intent-loading:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  z-index: 999;
}

.os-verifiable-field-wrapper {
  position: relative;
}

.os-verifiable-field-wrapper .os-verified-badge {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 13px;
  background-color: #d5ffc6;
  color: #175908;
  padding: 3px;
  line-height: 1;
  border-radius: 20px;
  display: flex;
  gap: 5px;
  z-index: 1;
  animation: .3s ease .4s selectedSlotCheckmarkOpacity;
  animation-fill-mode: both;
}

.os-verifiable-field-wrapper .os-verified-badge .latepoint-icon {
  font-size: 10px;
}

@keyframes LatepointSlideUp{

    0% {
        transform: translate3d(0, 40px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideDown{

    0% {
        transform: translate3d(0, -40px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideLeft{

    0% {
        transform: translate3d(10px, 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideRight{

    0% {
        transform: translate3d(-10px, 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideUpHalf{

    0% {
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideUpTiny{

    0% {
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideUpTinySolid{

    0% {
        transform: translate3d(0, 10px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }

}

@keyframes LatepointSlideDownHalf{

    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

@keyframes LatepointSlideUpMobileSummary{

    0% {
        transform: translate3d(-50%, -30%, 0)
    }
    to {
        transform: translate3d(-50%, -50%, 0)
    }

}

@keyframes os-loading-delayed{

    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
        opacity: 1
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        opacity: 0
    }

}

@keyframes os-loading{

    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
        opacity: .2
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        opacity: 1
    }

}

@keyframes stepCategoryItem{

    0% {
        transform: translate3d(0, -10px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

}

.latepoint-calendar-wrapper {
  position: relative;
}

.latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters {
  display: flex;
}

.latepoint-calendar-wrapper.show-filters .le-filter .latepoint-icon:before {
  content: "";
}

.latepoint-calendar-wrapper.os-loading .latepoint-calendar-controls-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(to right, #fff 0, #1d7bff 50%, #fff 100%);
  width: 100%;
  background-size: 200%auto;
  background-position: 0 100%;
  animation: os-loading-gradient 1.5s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.latepoint-calendar-controls-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.latepoint-calendar-filters {
  border-top: 1px solid #eee;
  padding: 15px 0;
  gap: 15px;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.latepoint-calendar-filters .le-filters-label {
  font-size: 15px;
}

.le-range-selector {
  margin-left: auto;
}

.latepoint-calendar-filters select.os-form-control,
.le-range-selector select.os-form-control {
  padding: 8px 10px;
  line-height: 1.55;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  height: auto;
}

.latepoint-calendar-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}

.latepoint-calendar-controls .le-label {
  color: rgba(0, 0, 0, .3);
}

.latepoint-calendar-controls .le-label,
.latepoint-calendar-controls .le-week {
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.latepoint-calendar-controls .le-month {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.latepoint-calendar-controls .le-filter {
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: var(--latepoint-body-color);
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  border-radius: 6px;
  position: relative;
}

.latepoint-calendar-controls .le-filter.os-loading:before,
.latepoint-calendar-controls .le-navigation .le-navigation-button.os-loading:before {
  display: block;
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: 18px;
}

.latepoint-calendar-controls .le-filter.os-loading .latepoint-icon {
  color: transparent;
}

.latepoint-calendar-controls .le-filter:hover {
  border-color: #111;
}

.latepoint-calendar-controls .le-navigation-wrapper {
  border-left: 1px solid #eee;
  padding-left: 20px;
  margin-left: 5px;
}

.latepoint-calendar-controls .le-navigation {
  display: flex;
  font-size: 15px;
  border-radius: 6px;
  align-items: stretch;
  border: 1px solid #ccc;
}

.latepoint-calendar-controls .le-navigation .le-today {
  padding: 6px 12px;
  color: var(--latepoint-body-color);
  cursor: pointer;
  position: relative;
  border-radius: 6px;
}

.latepoint-calendar-controls .le-navigation .le-today:hover {
  box-shadow: 0 0 0 1px #111;
  z-index: 2;
}

.latepoint-calendar-controls .le-navigation .le-navigation-button {
  padding: 11px 10px;
  cursor: pointer;
  position: relative;
  font-size: 10px;
  line-height: 1;
  border-radius: 6px;
}

.latepoint-calendar-controls .le-navigation .le-navigation-button:hover {
  box-shadow: 0 0 0 1px #111;
  z-index: 2;
  border-color: transparent;
}

.latepoint-calendar-controls .le-navigation .le-navigation-button.os-loading {
  color: transparent;
}

.latepoint-calendar-controls .le-navigation .le-navigation-button.os-loading:before {
  left: 50%;
}

.latepoint-calendar-week {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 50px;
}

.latepoint-calendar-week .le-day-wrapper {
  position: relative;
}

.latepoint-calendar-week .le-day-wrapper.day-weekday-6 .le-day-weekday-wrapper,
.latepoint-calendar-week .le-day-wrapper.day-weekday-7 .le-day-weekday-wrapper {
  background-color: #fffaf1;
}

.latepoint-calendar-week .le-day-wrapper.os-today .le-day-weekday-wrapper:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #f34a4a;
  position: absolute;
  height: 2px;
  z-index: 10;
}

.latepoint-calendar-week .le-day-wrapper:hover .le-day-number {
  color: var(--latepoint-brand-primary);
  border-bottom-color: var(--latepoint-brand-primary);
}

.latepoint-calendar-week .le-day-wrapper:first-child .day-schedule-timeslot-value {
  display: block;
}

.latepoint-calendar-week .le-day-wrapper:first-child .le-day-schedule-wrapper .day-schedule-timeslot:before {
  content: "";
  background-color: #ddd;
  height: 1px;
  top: 0;
  left: -5px;
  width: 5px;
  position: absolute;
}

.latepoint-calendar-week .le-day-wrapper:last-child {
  border-right: 1px solid #ddd;
}

.latepoint-calendar-week .le-day-weekday-wrapper {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #bbb;
  position: sticky;
  top: 35px;
  z-index: 7;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
  background-color: #fff;
}

.latepoint-calendar-week .le-day-weekday {
  font-weight: 600;
  color: #aaa;
  z-index: 3;
  position: relative;
}

.latepoint-calendar-week .le-day-number {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px dotted transparent;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.latepoint-calendar-week .le-day-number:hover {
  border-bottom-style: solid;
}

.latepoint-calendar-week .le-day-number.os-loading {
  color: transparent !important;
  border-bottom-color: transparent !important;
}

.latepoint-calendar-week .le-day-number.os-loading:before {
  display: block;
  content: "";
  width: 30px !important;
  height: 30px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.latepoint-calendar-week .os-day-month {
  position: absolute;
  z-index: 1;
  font-size: 75px;
  color: rgba(0, 0, 0, .05);
  left: 15px;
  top: 12px;
  line-height: 1;
  overflow: hidden;
  right: 0;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslot,
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots {
  position: relative;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper {
  display: flex;
  background-color: #f9f9f9;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper:first-child .day-schedule-timeslot-value {
  display: none;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper:first-child .day-schedule-timeslot:before {
  background-color: transparent;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper .day-schedule-timeslot {
  flex: 1;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  height: 44px;
  position: relative;
  box-shadow: 0 1px 0 0#ddd;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
  box-shadow: inset 0 1px 0 0#ddd, 0 3px 0 0 rgba(0, 0, 0, .03);
  border-bottom: 1px solid #ccc;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.os-loading:before {
  display: block;
  content: "";
  width: 8px !important;
  height: 8px !important;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  top: 10px;
  right: 0;
  left: auto;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed {
  cursor: not-allowed;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .le-service-inner {
  opacity: .6;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed:hover .is-passed-message {
  display: block;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .is-passed-message {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  white-space: nowrap;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover {
  opacity: 1;
  z-index: 3;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-color-elem {
  width: 5px;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-name,
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-time-period {
  transform: translateX(3px);
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-service-inner {
  padding: 3px 3px 3px 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-color-elem {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 3px;
  display: block;
  transition: all .15s ease;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-time-period {
  transition: transform .15s ease;
}

.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
  transition: transform .15s ease;
}

.latepoint-calendar-week .day-schedule-timeslot-value {
  display: none;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: -60px;
  width: 50px;
  text-align: right;
}

.latepoint-calendar-month {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1px;
  background-color: #ddd;
  padding: 0 1px 1px;
}

.latepoint-calendar-month .le-weekday {
  background-color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 18px;
}

.latepoint-calendar-month .le-weekday.weekday-6,
.latepoint-calendar-month .le-weekday.weekday-7 {
  color: #382c18;
}

.latepoint-calendar-month .le-day-wrapper {
  min-height: 200px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.latepoint-calendar-month .le-day-wrapper:hover .le-day-number {
  color: var(--latepoint-brand-primary);
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-calendar-month .le-day-wrapper.os-today:before {
  content: "";
  left: -1px;
  right: -1px;
  top: -1px;
  background-color: #f34a4a;
  position: absolute;
  height: 2px;
}

.latepoint-calendar-month .le-day-wrapper.os-day-passed,
.latepoint-calendar-month .le-day-wrapper.os-month-next,
.latepoint-calendar-month .le-day-wrapper.os-month-prev {
  background-color: #f9f9f9;
}

.latepoint-calendar-month .le-day-wrapper.os-day-passed .le-day-number,
.latepoint-calendar-month .le-day-wrapper.os-month-next .le-day-number,
.latepoint-calendar-month .le-day-wrapper.os-month-prev .le-day-number {
  color: #999;
}

.latepoint-calendar-month .le-day-wrapper.os-day-passed .le-service-wrapper,
.latepoint-calendar-month .le-day-wrapper.os-month-next .le-service-wrapper,
.latepoint-calendar-month .le-day-wrapper.os-month-prev .le-service-wrapper {
  opacity: .8;
}

.latepoint-calendar-month .le-day-wrapper .le-more-services {
  color: var(--latepoint-brand-primary);
  border-bottom: 1px dotted var(--latepoint-brand-primary);
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.latepoint-calendar-month .le-day-wrapper .le-more-services:hover {
  border-bottom-style: solid;
}

.latepoint-calendar-month .le-day-wrapper .le-more-services.os-loading {
  color: transparent;
  border-bottom-color: transparent;
}

.latepoint-calendar-month .le-day-wrapper .le-more-services.os-loading:before {
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  top: 50%;
  left: 50%;
}

.latepoint-calendar-month .le-day-wrapper .os-day-month {
  position: absolute;
  z-index: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, .05);
  left: 20px;
  top: 7px;
  line-height: 1;
  right: 0;
  overflow: hidden;
}

.latepoint-calendar-month .le-day-wrapper .le-day-number {
  z-index: 2;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  border-bottom: 1px dotted transparent;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.latepoint-calendar-month .le-day-wrapper .le-day-number:hover {
  border-bottom-style: solid;
}

.latepoint-calendar-month .le-day-wrapper .le-day-number.os-loading {
  color: transparent;
  border-bottom-color: transparent;
}

.latepoint-calendar-month .le-day-wrapper .le-day-number.os-loading:before,
.latepoint-calendar-month .le-day-wrapper .le-more-services.os-loading:before,
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.os-loading:before {
  display: block;
  content: "";
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.latepoint-calendar-month .le-day-wrapper .le-day-number.os-loading:before {
  width: 15px !important;
  height: 15px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  top: 50%;
  left: 50%;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper {
  padding: 3px 3px 3px 10px;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
  border-bottom-color: #bbb;
  border-left: none;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed {
  cursor: not-allowed;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed .le-service-inner {
  opacity: .6;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed:hover .is-passed-message,
.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close i,
.latepoint-lightbox-w .latepoint-lightbox-i>.latepoint-lightbox-close i,
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed:hover .is-passed-message {
  display: block;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed .is-passed-message {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  white-space: nowrap;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.os-loading:before {
  width: 8px !important;
  height: 8px !important;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  top: 10px;
  right: 0;
  left: auto;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper:hover {
  border-color: #bbb;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper:hover .le-color-elem {
  transform: translateX(-2px);
  width: 5px;
}

.latepoint-calendar-month .le-day-wrapper .le-service-wrapper .le-color-elem {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 3px;
  display: block;
  transition: all .15s ease;
}

.latepoint-calendar-month .le-day-wrapper .le-service-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
}

.le-day-view-wrapper.os-loading .le-day-info-section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(to right, #fff 0, #1d7bff 50%, #fff 100%);
  width: 100%;
  background-size: 200%auto;
  background-position: 0 100%;
  animation: os-loading-gradient 1.5s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.le-day-view-wrapper .le-day-info-section {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding: 20px 40px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 4;
}

.le-day-view-wrapper .le-day-info-section .le-day-info {
  text-align: center;
}

.le-day-view-wrapper .le-day-info-section .le-day-info .le-day-number {
  font-size: 61px;
  font-weight: 600;
  line-height: 1;
}

.le-day-view-wrapper .le-day-info-section .le-day-info .le-day-month {
  color: #7c85a3;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.le-day-view-wrapper .le-day-info-section .le-day-filters-wrapper {
  border-left: 1px solid #eee;
  margin-left: 40px;
  padding-left: 20px;
  flex: 1;
}

.le-day-view-wrapper .le-day-info-section .le-day-heading {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}

.le-day-view-wrapper .le-day-info-section .le-day-filters {
  gap: 10px;
  display: flex;
  align-items: center;
}

.le-day-view-wrapper .le-day-info-section .le-day-filters .os-form-group.os-form-select-group {
  margin-bottom: 0 !important;
}

.le-day-view-wrapper .le-day-info-section .le-day-filters .os-form-group.os-form-select-group .os-form-control {
  height: auto !important;
  padding: 6px !important;
  border-color: #ccc !important;
  border-radius: 6px !important;
}

.le-day-view-wrapper .le-day-schedule-wrapper {
  padding: 40px;
  background-color: #f8f8f8;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots {
  position: relative;
  padding-left: 50px;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e1e1e1;
  position: absolute;
  left: 60px;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper {
  display: flex;
  box-shadow: 0 1px 0 0#e1e1e1;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper .day-schedule-timeslot {
  flex: 0 0 50px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  height: 44px;
  position: relative;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper .day-schedule-timeslot .day-schedule-timeslot-value {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: -60px;
  width: 50px;
  text-align: right;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper {
  position: absolute;
  left: 60px;
  right: 0;
  font-size: 12px;
  box-shadow: inset 0 1px 0 0#ddd, 0 3px 0 0 rgba(0, 0, 0, .03), 0 1px 0 0#ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-service-inner {
  padding: 3px 3px 3px 10px;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  display: flex;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed {
  cursor: not-allowed;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .le-service-inner {
  opacity: .6;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .is-passed-message {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  white-space: nowrap;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover {
  border-bottom-color: #999;
  opacity: 1;
  z-index: 3;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-color-elem {
  transform: translateX(-2px);
  width: 5px;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-name,
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-time-period {
  transform: translateX(3px);
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-color-elem {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -1px;
  width: 3px;
  display: block;
  transition: all .15s ease;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
  transition: transform .15s ease;
}

.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-time-period {
  transition: transform .15s ease;
}

.latepoint-w .latepoint-booking-form-element .payment-total-info {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) 0ms LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .latepoint-timezone-selector-w {
  animation: .3s cubic-bezier(.45, 1, .4, 1.2) 0ms LatepointSlideUpHalf;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-card-i {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) 0ms LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-paypal-btn-trigger,
.latepoint-w .latepoint-booking-form-element .lp-paypal-demo-mode-trigger {
  animation: .4s cubic-bezier(.45, 1.1, .4, 1.2) .1s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option,
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child>.os-animated-self,
.latepoint-w .latepoint-booking-form-element .total-attendees-selector-w {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .1s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(1),
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(1)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) 0ms LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(2),
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(2)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) 70ms LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(3),
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(3)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .14s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(4),
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(4)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .21s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(5),
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(5)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .28s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(6),
.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(6)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .35s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(7)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .42s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(8)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .49s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .os-animated-parent>.os-animated-child:nth-child(9)>.os-animated-self {
  animation: .4s cubic-bezier(.45, 1, .4, 1.2) .56s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-centered h4,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-left h4,
.latepoint-w .latepoint-booking-form-element .select-total-attendees-label h4 {
  animation: .4s cubic-bezier(.45, 1.1, .4, 1.2) 0s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-centered div,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-left div,
.latepoint-w .latepoint-booking-form-element .select-total-attendees-label div {
  animation: .4s cubic-bezier(.45, 1.1, .4, 1.2) .05s LatepointSlideUp;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .total-attendees-selector-plus {
  animation: .3s cubic-bezier(.45, 1, .4, 1.2) .25s LatepointSlideLeft;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element .total-attendees-selector-minus {
  animation: .3s cubic-bezier(.45, 1, .4, 1.2) .25s LatepointSlideRight;
  animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-body:before {
  display: block;
  content: "";
  width: 40px !important;
  height: 40px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  animation-delay: .25s;
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-message,
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content {
  transition: all .3s ease;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w {
  transform: translateY(10px);
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group {
  transition: all .3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(1) {
  transition-delay: .05s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(2) {
  transition-delay: .1s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(3) {
  transition-delay: .15s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(4) {
  transition-delay: .2s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(5) {
  transition-delay: .25s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(6) {
  transition-delay: .3s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(7) {
  transition-delay: .35s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(8) {
  transition-delay: .4s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(9) {
  transition-delay: .45s;
}

.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .step-customer-w {
  opacity: 0;
  transform: translateY(10px);
}

.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .step-customer-w .os-form-group {
  opacity: 0;
  transform: translateY(20px);
}

.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .latepoint-message,
.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .latepoint-step-content {
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px);
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-message,
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content,
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group {
  transition: all .3s cubic-bezier(.25, 1.15, .5, 1.2);
  opacity: 1;
  transform: translateY(0);
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w {
  transform: translateY(0);
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(1) {
  transition-delay: .05s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(2) {
  transition-delay: .1s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(3) {
  transition-delay: .15s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(4) {
  transition-delay: .2s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(5) {
  transition-delay: .25s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(6) {
  transition-delay: .3s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(7) {
  transition-delay: .35s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(8) {
  transition-delay: .4s;
}

.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(9) {
  transition-delay: .45s;
}

.latepoint-w .latepoint-booking-form-element.step-changing .os-heading-text {
  transition: all .3s ease;
  transform: translateX(-15px);
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element.step-changing .latepoint-step-desc .latepoint-desc-media {
  transition: all .7s cubic-bezier(.25, 1.15, .5, 1);
  transform: translateX(-25px);
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element.step-changing .latepoint-step-desc .latepoint-desc-title {
  transition: all .5s ease;
  transition-delay: .05s;
  transform: translateX(-15px);
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element.step-changing .latepoint-step-desc .latepoint-desc-content {
  transition: all .5s ease;
  transition-delay: .1s;
  transform: translateX(-20px);
  opacity: 0;
}

.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-heading-w .os-heading-text,
.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-step-desc .latepoint-desc-media {
  transition: all .5s cubic-bezier(.25, 1.15, .5, 1);
  transform: translateX(0);
  opacity: 1;
}

.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-step-desc .latepoint-desc-title {
  transition: all .5s cubic-bezier(.25, 1.15, .5, 1);
  transform: translateX(0);
  transition-delay: .1s;
  opacity: 1;
}

.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-step-desc .latepoint-desc-content {
  transition: all .5s cubic-bezier(.25, 1.15, .5, 1);
  transform: translateX(0);
  transition-delay: .2s;
  opacity: 1;
}

.latepoint-lightbox-w {
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
  grid-template-columns: min-content;
  grid-template-rows: 1fr;
}

.latepoint-lightbox-w.width-400 {
  grid-template-columns: 400px;
}

.latepoint-lightbox-w.width-450 {
  grid-template-columns: 450px;
}

.latepoint-lightbox-w.width-500 {
  grid-template-columns: 500px;
}

.latepoint-lightbox-w.width-600 {
  grid-template-columns: 600px;
}

.latepoint-lightbox-w.width-700 {
  grid-template-columns: 700px;
}

.latepoint-lightbox-w.width-800 {
  grid-template-columns: 800px;
}

.latepoint-lightbox-w .latepoint-lightbox-heading {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
}

.latepoint-lightbox-w .latepoint-lightbox-heading h2 {
  color: #14161d;
  margin: 0;
  font-size: 24px;
  flex: 1;
}

.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close {
  position: relative;
  line-height: 1;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  display: block;
  outline: 0;
  box-shadow: none;
  padding: 5px;
}

.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close .latepoint-icon-x:before {
  content: "";
}

.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close:focus {
  outline: 0;
}

.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close:hover {
  background-color: rgba(0, 0, 0, .05);
  color: #000;
}

.latepoint-lightbox-w .latepoint-lightbox-footer {
  padding: 15px;
  border-top: 1px solid #eee;
}

.latepoint-lightbox-w button,
.latepoint-lightbox-w input,
.latepoint-lightbox-w select,
.latepoint-lightbox-w textarea {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.latepoint-lightbox-w.latepoint-border-radius-rounded .latepoint-lightbox-i {
  border-radius: 8px;
}

.latepoint-lightbox-w .latepoint-lightbox-i {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 20px 50px rgba(0, 0, 0, .4);
  max-height: 94vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  border-radius: var(--latepoint-border-radius-md);
}

.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content {
  min-height: 100px;
  position: relative;
}

.clean-layout-content-wrapper.os-loading .clean-layout-content-body>div,
.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content>div {
  visibility: hidden;
}

.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content:before {
  display: block;
  content: "";
  width: 30px !important;
  height: 30px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content .lp-payment-method-content {
  display: none;
}

.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-content {
  padding: 30px;
  flex: 1;
  overflow: auto;
  position: relative;
}

.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-content.is-dotted {
  padding-top: 50px;
}

.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-content.is-dotted:before {
  content: "";
  height: 30px;
  background-image: radial-gradient(#ccc 1px, transparent 0);
  background-size: 10px 10px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}

.latepoint-lightbox-w .latepoint-lightbox-i>.latepoint-lightbox-close {
  position: absolute;
  line-height: 1;
  top: 17px;
  right: 19px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  display: block;
  outline: 0;
  box-shadow: none;
  padding: 5px;
  border-radius: var(--latepoint-border-radius);
}

.latepoint-lightbox-w .latepoint-lightbox-i>.latepoint-lightbox-close .latepoint-icon-x:before {
  content: "";
}

.latepoint-lightbox-w .latepoint-lightbox-i>.latepoint-lightbox-close:focus {
  outline: 0;
}

.latepoint-lightbox-w .latepoint-lightbox-i>.latepoint-lightbox-close:hover {
  background-color: rgba(0, 0, 0, .05);
  color: #000;
}

.latepoint-lightbox-w .latepoint-lightbox-i .os-summary-contents-inner {
  overflow-y: auto;
}

.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-booking-form-element form.latepoint-form,
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-summary-w .os-summary-contents {
  max-height: 100%;
}

.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-booking-form-element {
  background-color: #fff;
  max-height: 100%;
  overflow: hidden;
}

.latepoint-lightbox-w .latepoint-lightbox-i a,
.latepoint-lightbox-w .latepoint-lightbox-i a img {
  box-shadow: none;
}

.latepoint-lightbox-w h1,
.latepoint-lightbox-w h2,
.latepoint-lightbox-w h3,
.latepoint-lightbox-w h4,
.latepoint-lightbox-w h5,
.latepoint-lightbox-w h6 {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: var(--latepoint-brand-primary);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.45;
}

.latepoint-lightbox-w h5 {
  font-size: 16px;
}

body.latepoint-lightbox-active .latepoint-lightbox-w {
  display: grid;
}

.clean-layout-content-wrapper {
  max-width: 550px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 8px 35px -3px rgba(0, 0, 0, .1);
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.clean-layout-content-wrapper .clean-layout-content-header {
  padding: 20px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.clean-layout-content-wrapper .clean-layout-content-header h2 {
  margin: 0;
}

.clean-layout-content-wrapper .clean-layout-content-body {
  padding: 40px;
  position: relative;
}

.clean-layout-content-wrapper .clean-layout-content-body.is-dotted {
  padding-top: 60px;
}

.clean-layout-content-wrapper .clean-layout-content-body.is-dotted:before {
  content: "";
  height: 34px;
  background-image: radial-gradient(#ccc 1px, transparent 0);
  background-size: 10px 10px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}

.clean-layout-content-wrapper .clean-layout-content-footer {
  padding: 20px 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  gap: 10px;
}

.clean-layout-content-wrapper .clean-layout-content-footer .latepoint-btn-position-end {
  margin-left: auto;
}

.clean-layout-content-wrapper .clean-layout-content-footer .latepoint-btn-position-start {
  margin-right: auto;
}

.clean-layout-content-wrapper.os-loading .clean-layout-content-body {
  min-height: 80px;
}

.clean-layout-content-wrapper.os-loading .clean-layout-content-body:before {
  display: block;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.invoice-payment-summary-wrapper .lp-payment-charge-amount {
  background-color: #fbf6e1;
  border-radius: var(--latepoint-border-radius);
  color: #877865;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}

.invoice-payment-summary-wrapper .lp-payment-charge-amount strong {
  color: #000;
}

.invoice-payment-summary-wrapper .full-summary-info-w {
  padding-top: 40px;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper {
  display: flex;
  align-items: center;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-status-label {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 2px 10px;
  letter-spacing: 3px;
  line-height: 1.2;
  opacity: .8;
  border-radius: 10px;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-status-label.invoice-status-label-paid {
  color: #67bf08;
  border: 3px solid #67bf08;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-status-label.invoice-status-label-void {
  color: #bf0808;
  border: 3px solid #bf0808;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-due-amount-inner {
  flex: 1;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-make-payment-btn {
  margin-left: auto;
  font-size: 17px;
  font-weight: 600;
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 10px 18px;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-amount {
  font-size: 46px;
  font-weight: 600;
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #14161d;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-sub-info {
  color: #7c85a3;
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-sub-info a {
  display: inline-flex;
  margin-left: 5px;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  color: var(--latepoint-brand-primary);
}

.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-sub-info a span {
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-w .payment-confirmation-wrapper {
  text-align: center;
}

.latepoint-w .payment-confirmation-wrapper .icon-w {
  margin-bottom: 20px;
}

.latepoint-w .payment-confirmation-wrapper .icon-w i {
  background: #d1ffdd;
  padding: 15px;
  border-radius: 40px;
  color: #18a35b;
  font-size: 28px;
  display: inline-block;
}

.latepoint-w .payment-confirmation-wrapper h2 {
  margin: 0 0 20px;
  font-size: 19px;
  color: #14161d;
}

.latepoint-w .payment-confirmation-wrapper .payment-info {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

.latepoint-w .payment-confirmation-wrapper .payment-info .payment-info-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 15px;
}

.latepoint-w .payment-confirmation-wrapper .payment-info .payment-info-row:last-child {
  border-bottom: none;
}

.latepoint-w .payment-confirmation-wrapper .payment-info .info-label {
  color: #7c85a3;
}

.latepoint-w .payment-confirmation-wrapper .payment-info .info-value {
  font-weight: 600;
}

@keyframes osLightboxMobileAnimation{

    0% {
        transform: translate3d(0, 10%, 0) scale(.9);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }

}

.summary-heading.summary-variant-heading+.main-box {
  padding-top: 0;
}

.latepoint-summary-w .summary-box .sbc-highlighted-item {
  font-size: 15px;
  margin-top: 2px;
}

.latepoint-summary-w .summary-box .sbc-highlighted-item .os-timezone-info {
  font-size: 13px;
}

.latepoint-summary-w .summary-box-heading .sbh-item {
  font-size: 13px;
  font-weight: 400;
}

.latepoint-summary-w .summary-box .sbc-main-item {
  font-size: 13px;
  font-weight: 600;
}

.latepoint-summary-w .summary-box.main-box .qr-show-trigger,
.latepoint-summary-w .summary-box.main-box .summary-box-booking-date-box {
  display: none;
}

.latepoint-summary-w .summary-box-heading .sbh-line {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.latepoint-summary-w .price-breakdown-unfold {
  display: flex;
  text-align: right;
  align-items: center;
  margin-bottom: 10px;
  color: var(--latepoint-body-color);
  gap: 5px;
  cursor: pointer;
}

.latepoint-summary-w .price-breakdown-unfold i {
  font-size: 11px;
  line-height: 11px;
  margin-left: auto;
}

.latepoint-summary-w .price-breakdown-unfold span {
  display: inline-block;
  border-bottom: 1px dotted var(--latepoint-body-color);
  font-size: 13px;
}

.latepoint-summary-w .price-breakdown-unfold:hover {
  color: #000;
}

.latepoint-summary-w .price-breakdown-unfold:hover span {
  border-bottom-style: solid;
}

.latepoint-summary-w .summary-price-breakdown-wrapper {
  margin-top: auto;
}

.latepoint-summary-w .summary-price-breakdown-wrapper .summary-price-breakdown-inner {
  padding: 0 25px 20px;
}

.latepoint-summary-w .os-summary-contents-inner .summary-price-breakdown-wrapper.compact-summary .summary-price-item-w:not(.spi-total),
.latepoint-summary-w .os-summary-contents-inner .summary-price-breakdown-wrapper:not(.compact-summary) .price-breakdown-unfold {
  display: none;
}

.latepoint-summary-w .os-cart-item {
  position: relative;
  flex: 1;
}

.summary-heading {
  margin-top: 20px;
}

.checkout-from-summary-panel-btn-wrapper.os-mobile-only,
.latepoint-summary-w .cart-item-wrapper .summary-attributes,
.latepoint-summary-w .os-summary-contents-inner .summary-price-breakdown-wrapper.compact-summary .pb-heading {
  display: none;
}

.checkout-from-summary-panel-btn {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--latepoint-brand-primary);
}

.checkout-from-summary-panel-btn span {
  line-height: 1.5;
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.checkout-from-summary-panel-btn:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.checkout-from-summary-panel-btn:hover {
  color: #000;
  cursor: pointer;
}

.checkout-from-summary-panel-btn:hover span {
  border-color: #000;
  border-bottom-style: solid;
}

.checkout-from-summary-panel-btn:hover .latepoint-icon {
  transform: translateX(3px);
}

.checkout-from-summary-panel-btn .latepoint-icon {
  font-size: 8px;
  transition: transform .2s ease;
}

.summary-heading .summary-box-heading,
.summary-price-breakdown-wrapper .summary-box-heading {
  display: none;
}

.summary-heading .pb-heading,
.summary-price-breakdown-wrapper .pb-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.summary-box-heading .sbh-item,
.summary-heading .pb-heading .pbh-label,
.summary-price-breakdown-wrapper .pb-heading .pbh-label {
  color: #7c85a3;
  position: relative;
  font-size: 15px;
}

.summary-box-heading .sbh-line,
.summary-heading .pb-heading .pbh-line,
.summary-price-breakdown-wrapper .pb-heading .pbh-line {
  height: 10px;
  background-color: rgba(0, 0, 0, .03);
  flex: 1;
  border-radius: var(--latepoint-border-radius);
}

.summary-section-heading {
  font-size: 17px;
  color: #14161d;
  margin-bottom: 15px;
}

.summary-box-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.summary-box-heading .sbh-item+.sbh-item {
  margin-left: 10px;
}

.summary-box-heading .sbh-item+.sbh-item:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
}

.summary-box-heading .sbh-line {
  margin-left: 10px;
}

.booking-summary-info-w+.summary-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
}

.summary-box-wrapper+.summary-box-wrapper,
.summary-box.main-box+.summary-box.main-box {
  border-top: 1px solid #f1f1f1;
}

.summary-box-wrapper .summary-box-heading {
  margin-top: 0;
}

.summary-box {
  padding: 5px 0;
}

.summary-box.main-box {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.summary-box.main-box .summary-box-inner {
  flex: 1;
}

.summary-box.main-box .summary-box-booking-date-box {
  text-align: center;
  flex: 0 0 50px;
  background-color: #f1f1f1;
}

.summary-box.main-box .summary-box-booking-date-box .summary-box-booking-date-day {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #14161d;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 5px 0;
}

.summary-box.main-box .summary-box-booking-date-box .summary-box-booking-date-month {
  color: #7c85a3;
  padding: 5px 0;
  font-size: 13px;
}

.summary-box.main-box .qr-show-trigger {
  flex: 0 1 80px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.summary-box.main-box .qr-show-trigger .latepoint-icon {
  font-size: 30px;
  color: #111;
}

.summary-box.main-box .qr-show-trigger .qr-code-trigger-label {
  display: inline-block;
  line-height: 1.2;
  color: #111;
  border-bottom: 1px dotted #111;
  font-weight: 600;
  margin-top: 5px;
  font-size: 13px;
}

.summary-box.main-box .qr-show-trigger .qr-code-trigger-label:hover {
  border-bottom-style: solid;
}

.summary-box .summary-box-content.os-cart-item.is-removable {
  padding-right: 16px;
}

.summary-box .summary-box-content:hover .os-remove-item-from-cart {
  display: block;
}

.summary-box .summary-box-content .os-remove-item-from-cart {
  display: block;
  background-color: #f1f2f5;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
  line-height: 14px;
  text-align: center;
  padding: 8px 5px;
}

.summary-box .summary-box-content .os-remove-item-from-cart.os-loading {
  color: transparent;
  display: block;
}

.summary-box .summary-box-content .os-remove-item-from-cart.os-loading:before {
  display: block;
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid #14161d;
  border-left: 2px solid #14161d;
  border-top: 2px solid #14161d;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
}

.summary-box .summary-box-content .os-remove-item-from-cart.os-loading .os-remove-from-cart-icon {
  background-color: transparent !important;
}

.summary-box .summary-box-content .os-remove-item-from-cart .os-remove-from-cart-icon {
  height: 2px;
  display: block;
  width: 8px;
  background-color: #000;
}

.summary-box .summary-box-content .os-remove-item-from-cart:hover:not(.os-loading) {
  background-color: #000 !important;
  color: #fff;
}

.summary-box .summary-box-content .os-remove-item-from-cart:hover:not(.os-loading) .os-remove-from-cart-icon {
  background-color: #fff;
}

.summary-box .summary-box-content.with-media {
  display: flex;
  align-items: center;
}

.summary-box .summary-box-content .sbc-content-i {
  margin-left: 10px;
  line-height: 1.1;
}

.summary-box .summary-box-content .os-avatar-w {
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 20px;
  background-color: #dedede;
  color: var(--latepoint-body-color);
  font-weight: 600;
  font-size: 12px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}

.summary-box .summary-box-content .os-location-image {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-image: url(../../img/location-image.png);
  background-size: cover;
  border-radius: 6px;
}

.summary-box .sbc-main-item {
  color: var(--latepoint-body-color);
  font-size: 13px;
}

.summary-box .sbc-main-item a {
  text-decoration: none;
  color: var(--latepoint-brand-primary);
  font-size: 13px;
}

.summary-box .sbc-main-item.sbc-with-action {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.summary-box .sbc-main-item.sbc-with-action .sbc-action {
  color: var(--latepoint-brand-primary);
  cursor: pointer;
  font-size: 13px;
}

.summary-box .sbc-link-item,
.summary-box .sbc-sub-item {
  color: #7c85a3;
  font-size: 13px;
  display: inline-block;
}

.summary-box .sbc-link-item {
  text-decoration: none !important;
  border-bottom: 1px dotted #7c85a3;
  cursor: pointer;
}

.summary-box .sbc-big-item {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #14161d;
  line-height: 1.3;
}

.summary-box .sbc-big-item+.sbc-highlighted-item {
  margin-top: 4px;
}

.summary-box .sbc-highlighted-item {
  color: #7c85a3;
  font-size: 15px;
}

.summary-box .sbc-highlighted-item .os-timezone-info {
  font-size: 13px;
}

.summary-box .sbc-highlighted-item span:not(.os-timezone-info) {
  white-space: nowrap;
  color: #7c85a3;
  font-size: 13px;
  font-weight: 400;
  display: none;
  margin-top: 3px;
}

.summary-box .sbc-subtle-item {
  color: #7c85a3;
  font-size: 13px;
}

.summary-box .sbc-subtle-item span {
  white-space: nowrap;
  color: #7c85a3;
  font-size: 13px;
  font-weight: 400;
}

.price-breakdown-w {
  padding-top: 20px;
}

.price-breakdown-w .pb-heading {
  font-weight: 600;
  color: var(--latepoint-body-color);
  margin-bottom: 5px;
}

.summary-price-item-w {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.summary-price-item-w .spi-name,
.summary-price-item-w .spi-price,
.summary-price-item-w.spi-total {
  color: var(--latepoint-body-color);
  font-weight: 400;
}

.summary-price-item-w.spi-strong .spi-name,
.summary-price-item-w.spi-strong .spi-price,
.summary-price-item-w.spi-total .spi-name,
.summary-price-item-w.spi-total .spi-price {
  font-weight: 600;
}

.summary-price-item-w.spi-total {
  border-top: 3px solid var(--latepoint-body-color);
  padding-top: 10px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.summary-price-item-w.spi-positive .spi-price {
  color: #3f8607;
}

.summary-price-item-w .pi-badge {
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 3px;
  font-weight: 600;
  color: #000;
  margin-left: 3px;
  border: 1px dotted #000;
  line-height: 1;
}

.summary-price-item-w .pi-note {
  color: #7c85a3;
  font-size: 12px;
}

.summary-attributes {
  color: #7c85a3;
  font-size: 13px;
  margin: 5px 0;
  line-height: 1.5;
}

.summary-attributes:last-child {
  margin-bottom: 0;
}

.summary-attributes.sa-hidden {
  display: none;
}

.summary-attributes>span {
  position: relative;
  display: inline-block;
}

.summary-attributes>span:not(:last-child) {
  margin-right: 15px;
}

.summary-attributes>span:not(:last-child):before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}

.summary-attributes>span strong {
  color: var(--latepoint-body-color);
  font-weight: 600;
}

.latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
  display: block;
  transform: none;
}

.latepoint-w .latepoint-form-w .pb-heading {
  margin-bottom: 10px;
}

.latepoint-w .latepoint-summary-w {
  flex: 0 0 270px;
  width: 270px;
  transition: all .4s cubic-bezier(.05, .45, .1, 1);
  transform: translateX(-60px);
  z-index: 1;
  display: none;
  flex-direction: column;
  position: relative;
  background-color: #fff;
}

.latepoint-w .latepoint-summary-w .summary-heading {
  display: none;
}

.latepoint-w .latepoint-summary-w .summary-box.main-box+.summary-box.main-box {
  margin-top: 0;
}

.latepoint-w .latepoint-summary-w .summary-box .sbc-big-item {
  font-size: 17px;
}

.latepoint-w .latepoint-summary-w .summary-box .summary-box-content .os-remove-item-from-cart {
  display: block;
}

.latepoint-w .latepoint-summary-w .summary-box .summary-box-content .os-remove-item-from-cart:focus-visible {
  outline: 2px solid var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-summary-w.os-loading .summary-header:before {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  bottom: auto;
  left: auto;
  right: 1px;
  top: 12px;
  z-index: 9999;
}

.latepoint-w .latepoint-summary-w .summary-header {
  position: relative;
  padding: 5px;
  margin: 0;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.latepoint-w .latepoint-summary-w .summary-header .summary-header-inner {
  display: flex;
  padding: 13px 20px;
  justify-content: space-between;
  align-items: center;
}

.latepoint-w .latepoint-summary-w .summary-header:not(.can-checkout) .summary-header-inner {
  background-image: radial-gradient(#d4d4d4 1px, transparent 0);
  background-size: 7px 7px;
}

.latepoint-w .latepoint-summary-w .summary-header .latepoint-lightbox-summary-trigger {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  font-size: 20px;
  background-color: #fff;
  padding: 3px 5px 3px 15px;
  z-index: 2;
  color: var(--latepoint-body-color);
}

.latepoint-w .latepoint-summary-w .summary-header .summary-header-label {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  color: #14161d;
  font-weight: 600;
}

.latepoint-w .latepoint-summary-w .summary-header .os-lines {
  position: absolute;
  top: 21px;
  left: 30px;
  right: 30px;
  z-index: 1;
}

.latepoint-w .latepoint-summary-w .summary-header .os-lines:before {
  display: block;
  content: "";
  height: 6px;
  border-top: 2px dotted #b7c2e8;
  border-bottom: 2px dotted #b7c2e8;
  margin-bottom: 2px;
}

.latepoint-w .latepoint-summary-w .summary-header .os-lines:after {
  display: block;
  content: "";
  height: 6px;
  border-top: 2px dotted #b7c2e8;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .active-cart-item-wrapper.is-separated .summary-box.main-box .sbc-highlighted-item,
.latepoint-w .latepoint-summary-w .summary-price-item-w {
  margin-bottom: 5px;
}

.latepoint-w .latepoint-summary-w .summary-price-item-w.spi-total {
  padding-top: 5px;
  margin-top: 5px;
  border-top-width: 2px;
  margin-bottom: 0;
}

.latepoint-w .latepoint-summary-w .os-summary-contents {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.latepoint-w .latepoint-summary-w .os-summary-contents .order-summary-main-section {
  margin-bottom: 20px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents .cart-summary-main-section {
  margin-bottom: 30px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents .summary-price-item-w {
  font-size: 13px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents .summary-price-item-w.spi-total {
  font-size: 17px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding-top: 15px;
  overflow-y: auto;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-summary-main-section,
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .os-summary-contents-inner-top {
  padding: 0 25px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .latepoint-add-another-item-trigger-wrapper.on-verify {
  display: none;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .latepoint-add-another-item-trigger-wrapper.on-summary {
  display: none;
  margin-top: 15px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .active-cart-item-wrapper {
  padding: 15px 0 0;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper {
  position: relative;
  padding: 10px 0;
  margin-top: 5px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper .summary-box:last-child {
  padding-bottom: 0;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover {
  background-color: #f8f8f8;
  box-shadow: 10px 0 0 0#f8f8f8, -10px 0 0 0#f8f8f8;
  border-top-color: transparent;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover+.cart-item-wrapper {
  border-top-color: transparent;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover .os-remove-item-from-cart {
  background-color: #dc5454;
  color: #fff;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover .os-remove-item-from-cart .os-remove-from-cart-icon {
  background-color: #fff;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading:not(:last-child) {
  margin-bottom: 10px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-label {
  text-transform: uppercase;
  color: #7c85a3;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  font-size: 11px;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-line {
  height: 1px;
  background-color: #f1f1f1;
  flex: 1;
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-link {
  color: var(--latepoint-brand-primary);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions span,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions span,
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions span,
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-link span,
.manage-booking-wrapper .fsoi-main-wrapper .order-full-summary-actions span,
.manage-order-wrapper .fsoi-main-wrapper .order-full-summary-actions span {
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-link .latepoint-icon {
  font-size: 7px;
}

.latepoint-w .latepoint-summary-w .price-breakdown-w {
  padding: 25px 30px 30px;
  margin: 20px -30px -30px;
  border-top: 1px solid #eee;
}

.latepoint-w .latepoint-summary-w .price-breakdown-w .pb-heading {
  padding-bottom: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  color: #7c85a3;
  align-items: center;
}

.latepoint-w .latepoint-summary-w .price-breakdown-w .summary-attributes,
.latepoint-w .latepoint-summary-w .price-breakdown-w .summary-box-heading {
  display: none;
}

.latepoint-w .latepoint-summary-w .summary-box-heading {
  flex: 1;
  align-items: baseline;
  margin: 0;
}

.latepoint-w .latepoint-summary-w .summary-box-heading .sbh-line {
  margin-left: 5px;
}

.latepoint-w .latepoint-summary-w .summary-box.main-box {
  padding-bottom: 10px;
}

.latepoint-w .latepoint-summary-w .summary-box.main-box:first-child {
  padding-top: 0;
}

.latepoint-w .latepoint-summary-w .summary-box.main-box .summary-box-heading .sbh-item {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 13px;
  font-weight: 400;
}

.latepoint-w .latepoint-summary-w .summary-box.main-box .summary-box-heading .sbh-line {
  display: none;
}

.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) {
  display: flex;
  align-items: baseline;
}

.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .sbc-link-item,
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .sbc-sub-item,
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .summary-box-content .os-avatar-w,
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .summary-box-content .os-location-image {
  display: none;
}

.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .summary-box-content .sbc-content-i {
  margin-left: 5px;
}

.booking-full-summary-actions .booking-summary-action-btn i,
.booking-full-summary-actions .booking-summary-action-btn span,
.latepoint-w .latepoint-booking-form-element.current-step-customer .latepoint-summary-w .os-summary-contents-inner .latepoint-add-another-item-trigger-wrapper.on-summary,
.latepoint-w .latepoint-summary-w .summary-boxes-columns {
  display: block;
}

.latepoint-clean-body {
  margin: 0;
}

.latepoint-clean-body .latepoint-w.latepoint-inline-form .latepoint-booking-form-element {
  box-shadow: 0 10px 30px 0 rgba(36, 36, 36, .45), 0 1px 2px 0 rgba(87, 87, 87, .74);
}

.latepoint-clean-body.with-pattern {
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 25px 25px;
  background-color: #fff;
}

.latepoint-clean-body.with-pattern>.latepoint-w {
  padding: 50px;
}

html.latepoint-clean {
  margin: 0 !important;
  min-height: 100%;
}

.latepoint-w .manage-order-wrapper .booking-summary-info-w,
.latepoint-w .manage-order-wrapper .qr-show-trigger {
  display: none;
}

.latepoint-w .manage-order-wrapper .summary-box .sbc-big-item {
  font-size: 20px;
}

.latepoint-w .manage-order-wrapper .summary-box .sbc-highlighted-item {
  font-size: 13px;
  color: #7c85a3;
}

.latepoint-w .manage-order-wrapper .summary-box.main-box .summary-box-booking-date-box .summary-box-booking-date-day {
  font-size: 24px;
}

.latepoint-w .manage-booking-wrapper,
.latepoint-w .manage-order-wrapper {
  max-width: 550px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 8px 35px -3px rgba(0, 0, 0, .1);
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.latepoint-w .manage-booking-wrapper.os-loading .manage-booking-inner,
.latepoint-w .manage-order-wrapper.os-loading .manage-booking-inner {
  filter: blur(3px);
}

.latepoint-w .manage-booking-wrapper.os-loading:after,
.latepoint-w .manage-order-wrapper.os-loading:after {
  display: block;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-bottom: 2px solid var(--latepoint-brand-primary);
  border-left: 2px solid var(--latepoint-brand-primary);
  border-top: 2px solid var(--latepoint-brand-primary);
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  top: 85px;
  z-index: 9999;
}

.latepoint-w .manage-booking-wrapper .manage-booking-inner,
.latepoint-w .manage-order-wrapper .manage-booking-inner {
  padding: 70px 50px 50px;
  position: relative;
}

.latepoint-w .manage-booking-wrapper .manage-booking-inner:before,
.latepoint-w .manage-order-wrapper .manage-booking-inner:before {
  content: "";
  height: 34px;
  background-image: radial-gradient(#ccc 1px, transparent 0);
  background-size: 10px 10px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}

.latepoint-w .manage-booking-wrapper .manage-booking-inner:before {
  top: 60px;
}

.latepoint-w .manage-booking-wrapper .manage-status-info,
.latepoint-w .manage-order-wrapper .manage-status-info {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-right: auto;
}

.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-label,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-label {
  color: rgba(255, 255, 255, .5);
  display: none;
}

.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value {
  color: #fff;
  font-weight: 600;
  padding: 2px 6px;
}

.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-not_fulfilled,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-open,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-not_fulfilled,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-open {
  background-color: #fff;
  color: #000;
}

.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-approved,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-approved {
  background-color: #74ff60;
  color: #000;
}

.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-cancelled,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-cancelled {
  background-color: #e81818;
  color: #fff;
}

.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-payment_pending,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-pending,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-pending_approval,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-payment_pending,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-pending,
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-pending_approval {
  background-color: #ffe75e;
  color: #000;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls,
.latepoint-w .manage-order-wrapper .manage-booking-controls {
  padding: 15px 25px;
  background-color: var(--latepoint-brand-primary);
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 2;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-cancelled,
.latepoint-w .manage-order-wrapper .manage-booking-controls.status-cancelled {
  background-color: #e81819;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-payment_pending,
.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-pending,
.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-pending_approval,
.latepoint-w .manage-order-wrapper .manage-booking-controls.status-payment_pending,
.latepoint-w .manage-order-wrapper .manage-booking-controls.status-pending,
.latepoint-w .manage-order-wrapper .manage-booking-controls.status-pending_approval {
  background-color: #c6a573;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls .latepoint-btn,
.latepoint-w .manage-order-wrapper .manage-booking-controls .latepoint-btn {
  padding: 0 !important;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group,
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group {
  display: flex;
  align-items: center;
  margin: 0 !important;
  gap: 8px;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group .os-form-control,
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group .os-form-control {
  transition: none !important;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group label,
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group select,
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group select {
  font-size: 18px !important;
  padding: 6px !important;
  border-radius: 6px !important;
  border: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3) !important;
  background-color: #fff !important;
  color: #111 !important;
  height: auto !important;
}

.latepoint-w .manage-booking-wrapper .manage-booking-inner {
  padding-top: 100px;
}

.latepoint-w .manage-booking-wrapper .booking-status-info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.booking-full-summary-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.booking-full-summary-actions .booking-summary-action-btn {
  padding: 3px 6px;
  text-decoration: none;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #111;
  display: flex;
  gap: 3px;
  align-items: center;
  position: relative;
  transition: none;
  border-radius: var(--latepoint-border-radius);
}

.booking-full-summary-actions .booking-summary-action-btn:hover {
  color: var(--latepoint-brand-primary);
  border-color: var(--latepoint-brand-primary);
}

.booking-full-summary-actions .booking-summary-action-btn.os-loading:before {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  border-right: 2px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading .7s infinite linear;
  background-color: transparent !important;
  left: 12px;
}

.booking-full-summary-actions .booking-summary-action-btn.os-loading i {
  color: transparent;
}

.booking-full-summary-actions .booking-summary-action-btn.cancel-appointment-btn {
  color: #ad3d12;
  border-color: #ad3d12;
}

.bundle-scheduled-summary-lightbox .summary-box-heading .sbh-item,
.customer-dashboard-booking-summary-lightbox .summary-box-heading .sbh-item,
.customer-dashboard-order-summary-lightbox .summary-box-heading .sbh-item,
.manage-booking-wrapper .summary-box-heading .sbh-item,
.manage-order-wrapper .summary-box-heading .sbh-item {
  color: #7c85a3;
  font-weight: 600;
  font-size: 15px;
}

.bundle-scheduled-summary-lightbox .order-summary-main-section,
.customer-dashboard-booking-summary-lightbox .order-summary-main-section,
.customer-dashboard-order-summary-lightbox .order-summary-main-section,
.manage-booking-wrapper .order-summary-main-section,
.manage-order-wrapper .order-summary-main-section {
  margin-bottom: 20px;
}

.bundle-scheduled-summary-lightbox .part-of-bundle-message,
.customer-dashboard-booking-summary-lightbox .part-of-bundle-message,
.customer-dashboard-order-summary-lightbox .part-of-bundle-message,
.manage-booking-wrapper .part-of-bundle-message,
.manage-order-wrapper .part-of-bundle-message {
  padding: 8px;
  background-color: #f1f3ff;
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}

.bundle-scheduled-summary-lightbox .part-of-bundle-message a,
.customer-dashboard-booking-summary-lightbox .part-of-bundle-message a,
.customer-dashboard-order-summary-lightbox .part-of-bundle-message a,
.manage-booking-wrapper .part-of-bundle-message a,
.manage-order-wrapper .part-of-bundle-message a {
  color: var(--latepoint-brand-primary);
  text-decoration: none;
  border-bottom: 1px dotted var(--latepoint-brand-primary);
}

.bundle-scheduled-summary-lightbox .full-summary-head-info,
.customer-dashboard-booking-summary-lightbox .full-summary-head-info,
.customer-dashboard-order-summary-lightbox .full-summary-head-info,
.manage-booking-wrapper .full-summary-head-info,
.manage-order-wrapper .full-summary-head-info {
  position: relative;
}

.bundle-scheduled-summary-lightbox .full-summary-head-info .add-to-calendar-wrapper,
.customer-dashboard-booking-summary-lightbox .full-summary-head-info .add-to-calendar-wrapper,
.customer-dashboard-order-summary-lightbox .full-summary-head-info .add-to-calendar-wrapper,
.manage-booking-wrapper .full-summary-head-info .add-to-calendar-wrapper,
.manage-order-wrapper .full-summary-head-info .add-to-calendar-wrapper {
  display: inline-block;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.manage-booking-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.manage-order-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent {
  display: block;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.manage-booking-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.manage-order-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger {
  display: none;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-show-trigger,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-show-trigger,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-show-trigger,
.manage-booking-wrapper .qr-code-on-full-summary .qr-show-trigger,
.manage-order-wrapper .qr-code-on-full-summary .qr-show-trigger {
  float: right;
  width: 100px;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.manage-booking-wrapper .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.manage-order-wrapper .qr-code-on-full-summary .qr-show-trigger .latepoint-icon {
  font-size: 45px;
  color: #111;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.manage-booking-wrapper .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.manage-order-wrapper .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label {
  display: inline-block;
  line-height: 1.2;
  color: #111;
  border-bottom: 1px solid #777;
  font-weight: 600;
  letter-spacing: .5px;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-booking-info,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-vevent,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-booking-info,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-vevent,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-booking-info,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-vevent,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-booking-info,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-vevent,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-booking-info,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-vevent {
  display: none;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-vevent img,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-vevent img,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-vevent img,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-vevent img,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-vevent img {
  display: block;
  margin: 0 auto;
}

.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  padding: 10px 15px;
  background: #fff1af;
  line-height: 1.4;
  color: #000;
}

.bundle-scheduled-summary-lightbox .payment-summary-info .full-summary-info-w,
.customer-dashboard-booking-summary-lightbox .payment-summary-info .full-summary-info-w,
.customer-dashboard-order-summary-lightbox .payment-summary-info .full-summary-info-w,
.manage-booking-wrapper .payment-summary-info .full-summary-info-w,
.manage-order-wrapper .payment-summary-info .full-summary-info-w {
  margin-top: 0;
}

.bundle-scheduled-summary-lightbox .full-summary-header,
.customer-dashboard-booking-summary-lightbox .full-summary-header,
.customer-dashboard-order-summary-lightbox .full-summary-header,
.manage-booking-wrapper .full-summary-header,
.manage-order-wrapper .full-summary-header {
  margin-bottom: 0;
  margin-top: 0;
}

.bundle-scheduled-summary-lightbox .full-summary-number,
.customer-dashboard-booking-summary-lightbox .full-summary-number,
.customer-dashboard-order-summary-lightbox .full-summary-number,
.manage-booking-wrapper .full-summary-number,
.manage-order-wrapper .full-summary-number {
  color: #7c85a3;
  padding-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
}

.bundle-scheduled-summary-lightbox .full-summary-number strong,
.customer-dashboard-booking-summary-lightbox .full-summary-number strong,
.customer-dashboard-order-summary-lightbox .full-summary-number strong,
.manage-booking-wrapper .full-summary-number strong,
.manage-order-wrapper .full-summary-number strong {
  color: #14161d;
}

.bundle-scheduled-summary-lightbox .full-summary-order-info-wrapper,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-wrapper,
.customer-dashboard-order-summary-lightbox .full-summary-order-info-wrapper,
.manage-booking-wrapper .full-summary-order-info-wrapper,
.manage-order-wrapper .full-summary-order-info-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .fsoi-main,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .fsoi-main,
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .fsoi-main,
.manage-booking-wrapper .fsoi-main-wrapper .fsoi-main,
.manage-order-wrapper .fsoi-main-wrapper .fsoi-main {
  font-size: 32px;
  margin-bottom: 5px;
  color: #7c85a3;
  display: flex;
}

.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .fsoi-main strong,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .fsoi-main strong,
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .fsoi-main strong,
.manage-booking-wrapper .fsoi-main-wrapper .fsoi-main strong,
.manage-order-wrapper .fsoi-main-wrapper .fsoi-main strong {
  color: #14161d;
  font-weight: 600;
}

.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions,
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions,
.manage-booking-wrapper .fsoi-main-wrapper .order-full-summary-actions,
.manage-order-wrapper .fsoi-main-wrapper .order-full-summary-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions a,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions a,
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions a,
.manage-booking-wrapper .fsoi-main-wrapper .order-full-summary-actions a,
.manage-order-wrapper .fsoi-main-wrapper .order-full-summary-actions a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--latepoint-brand-primary);
  text-decoration: none;
}

.bundle-scheduled-summary-lightbox .full-summary-order-info-elements,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements,
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements,
.manage-booking-wrapper .full-summary-order-info-elements,
.manage-order-wrapper .full-summary-order-info-elements {
  display: flex;
  gap: 10px;
  font-size: 15px;
}

.bundle-scheduled-summary-lightbox .full-summary-order-info-elements .fsoi-element,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements .fsoi-element,
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements .fsoi-element,
.manage-booking-wrapper .full-summary-order-info-elements .fsoi-element,
.manage-order-wrapper .full-summary-order-info-elements .fsoi-element {
  display: flex;
  gap: 2px;
}

.bundle-scheduled-summary-lightbox .full-summary-order-info-elements span,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements span,
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements span,
.manage-booking-wrapper .full-summary-order-info-elements span,
.manage-order-wrapper .full-summary-order-info-elements span {
  color: #7c85a3;
  display: block;
}

.bundle-scheduled-summary-lightbox .full-summary-order-info-elements strong,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements strong,
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements strong,
.manage-booking-wrapper .full-summary-order-info-elements strong,
.manage-order-wrapper .full-summary-order-info-elements strong {
  color: #14161d;
  display: block;
}

.latepoint-admin .lp_iti--separate-dial-code .lp_iti__selected-dial-code {
  padding-top: 1px;
}

body.latepoint .os-form-phonefield-group:not(.has-value) .lp_iti {
  align-items: center;
}

.latepoint .lp_iti,
.latepoint-admin .lp_iti {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.latepoint .lp_iti *,
.latepoint-admin .lp_iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.latepoint .lp_iti__hide,
.latepoint-admin .lp_iti__hide {
  display: none;
}

.latepoint .lp_iti__v-hide,
.latepoint-admin .lp_iti__v-hide {
  visibility: hidden;
}

.latepoint .lp_iti input,
.latepoint .lp_iti input[type=tel],
.latepoint .lp_iti input[type=text],
.latepoint-admin .lp_iti input,
.latepoint-admin .lp_iti input[type=tel],
.latepoint-admin .lp_iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.latepoint .lp_iti__flag-container,
.latepoint-admin .lp_iti__flag-container {
  position: relative;
}

.latepoint .lp_iti__selected-flag,
.latepoint-admin .lp_iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 6px 8px 0;
  min-height: 20px;
}

.latepoint .lp_iti__arrow,
.latepoint-admin .lp_iti__arrow {
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
  margin-right: 0;
}

.latepoint .lp_iti__arrow--up,
.latepoint-admin .lp_iti__arrow--up {
  margin-left: 6px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #555;
  border-right: none;
}

.latepoint .lp_iti__country-list,
.latepoint-admin .lp_iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  border: 1px solid #ababbf;
  border-bottom-color: #9c9ead;
  border-radius: 6px;
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2), 0 5px 20px -5px rgba(0, 0, 0, .2);
  background-color: #fff;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 1px -1px;
}

.latepoint .lp_iti__country-list {
  font-size: 15px;
}

.latepoint .lp_iti__country-list--dropup,
.latepoint-admin .lp_iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.latepoint .lp_iti__flag-box,
.latepoint-admin .lp_iti__flag-box {
  display: inline-block;
  width: 20px;
}

.latepoint .lp_iti__divider,
.latepoint-admin .lp_iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.latepoint .lp_iti__country,
.latepoint-admin .lp_iti__country {
  padding: 6px 8px;
  outline: 0;
  margin-bottom: 0;
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.latepoint .lp_iti__dial-code,
.latepoint-admin .lp_iti__dial-code {
  color: #999;
}

.latepoint .lp_iti__country.lp_iti__highlight,
.latepoint-admin .lp_iti__country.lp_iti__highlight {
  background-color: rgba(0, 0, 0, .05);
}

.latepoint .lp_iti__country-name,
.latepoint .lp_iti__dial-code,
.latepoint .lp_iti__flag-box,
.latepoint-admin .lp_iti__country-name,
.latepoint-admin .lp_iti__dial-code,
.latepoint-admin .lp_iti__flag-box {
  vertical-align: middle;
}

.latepoint .lp_iti__country-name,
.latepoint .lp_iti__flag-box,
.latepoint-admin .lp_iti__country-name,
.latepoint-admin .lp_iti__flag-box {
  margin-right: 6px;
}

.latepoint .lp_iti--allow-dropdown input,
.latepoint .lp_iti--allow-dropdown input[type=tel],
.latepoint .lp_iti--allow-dropdown input[type=text],
.latepoint .lp_iti--separate-dial-code input,
.latepoint .lp_iti--separate-dial-code input[type=tel],
.latepoint .lp_iti--separate-dial-code input[type=text],
.latepoint-admin .lp_iti--allow-dropdown input,
.latepoint-admin .lp_iti--allow-dropdown input[type=tel],
.latepoint-admin .lp_iti--allow-dropdown input[type=text],
.latepoint-admin .lp_iti--separate-dial-code input,
.latepoint-admin .lp_iti--separate-dial-code input[type=tel],
.latepoint-admin .lp_iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.latepoint .lp_iti--allow-dropdown .lp_iti__flag-container,
.latepoint .lp_iti--separate-dial-code .lp_iti__flag-container,
.latepoint-admin .lp_iti--allow-dropdown .lp_iti__flag-container,
.latepoint-admin .lp_iti--separate-dial-code .lp_iti__flag-container {
  right: auto;
  left: 0;
}

.latepoint .lp_iti--allow-dropdown input[disabled]+.lp_iti__flag-container:hover,
.latepoint .lp_iti--allow-dropdown input[readonly]+.lp_iti__flag-container:hover,
.latepoint-admin .lp_iti--allow-dropdown input[disabled]+.lp_iti__flag-container:hover,
.latepoint-admin .lp_iti--allow-dropdown input[readonly]+.lp_iti__flag-container:hover {
  cursor: default;
}

.latepoint .lp_iti--allow-dropdown input[disabled]+.lp_iti__flag-container:hover .lp_iti__selected-flag,
.latepoint .lp_iti--allow-dropdown input[readonly]+.lp_iti__flag-container:hover .lp_iti__selected-flag,
.latepoint-admin .lp_iti--allow-dropdown input[disabled]+.lp_iti__flag-container:hover .lp_iti__selected-flag,
.latepoint-admin .lp_iti--allow-dropdown input[readonly]+.lp_iti__flag-container:hover .lp_iti__selected-flag {
  background-color: transparent;
}

.latepoint .lp_iti--separate-dial-code .lp_iti__selected-dial-code,
.latepoint-admin .lp_iti--separate-dial-code .lp_iti__selected-dial-code {
  margin-left: 6px;
}

.latepoint .lp_iti--container,
.latepoint-admin .lp_iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1000000;
  padding: 1px;
}

.latepoint .lp_iti--allow-dropdown .lp_iti__flag-container:hover,
.latepoint .lp_iti--container:hover,
.latepoint-admin .lp_iti--allow-dropdown .lp_iti__flag-container:hover,
.latepoint-admin .lp_iti--container:hover {
  cursor: pointer;
}

.latepoint-admin.lp_iti-mobile .lp_iti--container,
.latepoint.lp_iti-mobile .lp_iti--container {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  position: fixed;
  z-index: 1000000;
}

.latepoint-admin.lp_iti-mobile .lp_iti__country-list,
.latepoint.lp_iti-mobile .lp_iti__country-list {
  max-height: 100%;
  width: 100%;
}

.latepoint-admin.lp_iti-mobile .lp_iti__country,
.latepoint.lp_iti-mobile .lp_iti__country {
  padding: 10px;
  line-height: 1.5em;
}

.latepoint .lp_iti__flag,
.latepoint-admin .lp_iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: none;
  border-radius: 2px;
  background-image: url(../../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.latepoint .lp_iti__flag.lp_iti__be,
.latepoint-admin .lp_iti__flag.lp_iti__be {
  width: 18px;
  height: 15px;
  background-position: -440px 0;
}

.latepoint .lp_iti__flag.lp_iti__ch,
.latepoint-admin .lp_iti__flag.lp_iti__ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0;
}

.latepoint .lp_iti__flag.lp_iti__mc,
.latepoint-admin .lp_iti__flag.lp_iti__mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0;
}

.latepoint .lp_iti__flag.lp_iti__ne,
.latepoint-admin .lp_iti__flag.lp_iti__ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0;
}

.latepoint .lp_iti__flag.lp_iti__np,
.latepoint-admin .lp_iti__flag.lp_iti__np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
  background-color: transparent;
}

.latepoint .lp_iti__flag.lp_iti__va,
.latepoint-admin .lp_iti__flag.lp_iti__va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0;
}

.latepoint .lp_iti__flag.lp_iti__ac,
.latepoint-admin .lp_iti__flag.lp_iti__ac {
  height: 10px;
  background-position: 0 0;
}

.latepoint .lp_iti__flag.lp_iti__ad,
.latepoint-admin .lp_iti__flag.lp_iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.latepoint .lp_iti__flag.lp_iti__ae,
.latepoint-admin .lp_iti__flag.lp_iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.latepoint .lp_iti__flag.lp_iti__af,
.latepoint-admin .lp_iti__flag.lp_iti__af {
  height: 14px;
  background-position: -66px 0;
}

.latepoint .lp_iti__flag.lp_iti__ag,
.latepoint-admin .lp_iti__flag.lp_iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.latepoint .lp_iti__flag.lp_iti__ai,
.latepoint-admin .lp_iti__flag.lp_iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.latepoint .lp_iti__flag.lp_iti__al,
.latepoint-admin .lp_iti__flag.lp_iti__al {
  height: 15px;
  background-position: -132px 0;
}

.latepoint .lp_iti__flag.lp_iti__am,
.latepoint-admin .lp_iti__flag.lp_iti__am {
  height: 10px;
  background-position: -154px 0;
}

.latepoint .lp_iti__flag.lp_iti__ao,
.latepoint-admin .lp_iti__flag.lp_iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.latepoint .lp_iti__flag.lp_iti__aq,
.latepoint-admin .lp_iti__flag.lp_iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.latepoint .lp_iti__flag.lp_iti__ar,
.latepoint-admin .lp_iti__flag.lp_iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.latepoint .lp_iti__flag.lp_iti__as,
.latepoint-admin .lp_iti__flag.lp_iti__as {
  height: 10px;
  background-position: -242px 0;
}

.latepoint .lp_iti__flag.lp_iti__at,
.latepoint-admin .lp_iti__flag.lp_iti__at {
  height: 14px;
  background-position: -264px 0;
}

.latepoint .lp_iti__flag.lp_iti__au,
.latepoint-admin .lp_iti__flag.lp_iti__au {
  height: 10px;
  background-position: -286px 0;
}

.latepoint .lp_iti__flag.lp_iti__aw,
.latepoint-admin .lp_iti__flag.lp_iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.latepoint .lp_iti__flag.lp_iti__ax,
.latepoint-admin .lp_iti__flag.lp_iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.latepoint .lp_iti__flag.lp_iti__az,
.latepoint-admin .lp_iti__flag.lp_iti__az {
  height: 10px;
  background-position: -352px 0;
}

.latepoint .lp_iti__flag.lp_iti__ba,
.latepoint-admin .lp_iti__flag.lp_iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.latepoint .lp_iti__flag.lp_iti__bb,
.latepoint-admin .lp_iti__flag.lp_iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.latepoint .lp_iti__flag.lp_iti__bd,
.latepoint-admin .lp_iti__flag.lp_iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.latepoint .lp_iti__flag.lp_iti__bf,
.latepoint-admin .lp_iti__flag.lp_iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.latepoint .lp_iti__flag.lp_iti__bg,
.latepoint-admin .lp_iti__flag.lp_iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.latepoint .lp_iti__flag.lp_iti__bh,
.latepoint-admin .lp_iti__flag.lp_iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.latepoint .lp_iti__flag.lp_iti__bi,
.latepoint-admin .lp_iti__flag.lp_iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.latepoint .lp_iti__flag.lp_iti__bj,
.latepoint-admin .lp_iti__flag.lp_iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.latepoint .lp_iti__flag.lp_iti__bl,
.latepoint-admin .lp_iti__flag.lp_iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.latepoint .lp_iti__flag.lp_iti__bm,
.latepoint-admin .lp_iti__flag.lp_iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.latepoint .lp_iti__flag.lp_iti__bn,
.latepoint-admin .lp_iti__flag.lp_iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.latepoint .lp_iti__flag.lp_iti__bo,
.latepoint-admin .lp_iti__flag.lp_iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.latepoint .lp_iti__flag.lp_iti__bq,
.latepoint-admin .lp_iti__flag.lp_iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.latepoint .lp_iti__flag.lp_iti__br,
.latepoint-admin .lp_iti__flag.lp_iti__br {
  height: 14px;
  background-position: -680px 0;
}

.latepoint .lp_iti__flag.lp_iti__bs,
.latepoint-admin .lp_iti__flag.lp_iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.latepoint .lp_iti__flag.lp_iti__bt,
.latepoint-admin .lp_iti__flag.lp_iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.latepoint .lp_iti__flag.lp_iti__bv,
.latepoint-admin .lp_iti__flag.lp_iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.latepoint .lp_iti__flag.lp_iti__bw,
.latepoint-admin .lp_iti__flag.lp_iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.latepoint .lp_iti__flag.lp_iti__by,
.latepoint-admin .lp_iti__flag.lp_iti__by {
  height: 10px;
  background-position: -790px 0;
}

.latepoint .lp_iti__flag.lp_iti__bz,
.latepoint-admin .lp_iti__flag.lp_iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.latepoint .lp_iti__flag.lp_iti__ca,
.latepoint-admin .lp_iti__flag.lp_iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.latepoint .lp_iti__flag.lp_iti__cc,
.latepoint-admin .lp_iti__flag.lp_iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.latepoint .lp_iti__flag.lp_iti__cd,
.latepoint-admin .lp_iti__flag.lp_iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.latepoint .lp_iti__flag.lp_iti__cf,
.latepoint-admin .lp_iti__flag.lp_iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.latepoint .lp_iti__flag.lp_iti__cg,
.latepoint-admin .lp_iti__flag.lp_iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.latepoint .lp_iti__flag.lp_iti__ci,
.latepoint-admin .lp_iti__flag.lp_iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.latepoint .lp_iti__flag.lp_iti__ck,
.latepoint-admin .lp_iti__flag.lp_iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.latepoint .lp_iti__flag.lp_iti__cl,
.latepoint-admin .lp_iti__flag.lp_iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.latepoint .lp_iti__flag.lp_iti__cm,
.latepoint-admin .lp_iti__flag.lp_iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.latepoint .lp_iti__flag.lp_iti__cn,
.latepoint-admin .lp_iti__flag.lp_iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.latepoint .lp_iti__flag.lp_iti__co,
.latepoint-admin .lp_iti__flag.lp_iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.latepoint .lp_iti__flag.lp_iti__cp,
.latepoint-admin .lp_iti__flag.lp_iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.latepoint .lp_iti__flag.lp_iti__cr,
.latepoint-admin .lp_iti__flag.lp_iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.latepoint .lp_iti__flag.lp_iti__cu,
.latepoint-admin .lp_iti__flag.lp_iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.latepoint .lp_iti__flag.lp_iti__cv,
.latepoint-admin .lp_iti__flag.lp_iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.latepoint .lp_iti__flag.lp_iti__cw,
.latepoint-admin .lp_iti__flag.lp_iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.latepoint .lp_iti__flag.lp_iti__cx,
.latepoint-admin .lp_iti__flag.lp_iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.latepoint .lp_iti__flag.lp_iti__cy,
.latepoint-admin .lp_iti__flag.lp_iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.latepoint .lp_iti__flag.lp_iti__cz,
.latepoint-admin .lp_iti__flag.lp_iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.latepoint .lp_iti__flag.lp_iti__de,
.latepoint-admin .lp_iti__flag.lp_iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.latepoint .lp_iti__flag.lp_iti__dg,
.latepoint-admin .lp_iti__flag.lp_iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.latepoint .lp_iti__flag.lp_iti__dj,
.latepoint-admin .lp_iti__flag.lp_iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.latepoint .lp_iti__flag.lp_iti__dk,
.latepoint-admin .lp_iti__flag.lp_iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.latepoint .lp_iti__flag.lp_iti__dm,
.latepoint-admin .lp_iti__flag.lp_iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.latepoint .lp_iti__flag.lp_iti__do,
.latepoint-admin .lp_iti__flag.lp_iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.latepoint .lp_iti__flag.lp_iti__dz,
.latepoint-admin .lp_iti__flag.lp_iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.latepoint .lp_iti__flag.lp_iti__ea,
.latepoint-admin .lp_iti__flag.lp_iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.latepoint .lp_iti__flag.lp_iti__ec,
.latepoint-admin .lp_iti__flag.lp_iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.latepoint .lp_iti__flag.lp_iti__ee,
.latepoint-admin .lp_iti__flag.lp_iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.latepoint .lp_iti__flag.lp_iti__eg,
.latepoint-admin .lp_iti__flag.lp_iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.latepoint .lp_iti__flag.lp_iti__eh,
.latepoint-admin .lp_iti__flag.lp_iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.latepoint .lp_iti__flag.lp_iti__er,
.latepoint-admin .lp_iti__flag.lp_iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.latepoint .lp_iti__flag.lp_iti__es,
.latepoint-admin .lp_iti__flag.lp_iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.latepoint .lp_iti__flag.lp_iti__et,
.latepoint-admin .lp_iti__flag.lp_iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.latepoint .lp_iti__flag.lp_iti__eu,
.latepoint-admin .lp_iti__flag.lp_iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.latepoint .lp_iti__flag.lp_iti__fi,
.latepoint-admin .lp_iti__flag.lp_iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.latepoint .lp_iti__flag.lp_iti__fj,
.latepoint-admin .lp_iti__flag.lp_iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.latepoint .lp_iti__flag.lp_iti__fk,
.latepoint-admin .lp_iti__flag.lp_iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.latepoint .lp_iti__flag.lp_iti__fm,
.latepoint-admin .lp_iti__flag.lp_iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.latepoint .lp_iti__flag.lp_iti__fo,
.latepoint-admin .lp_iti__flag.lp_iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.latepoint .lp_iti__flag.lp_iti__fr,
.latepoint-admin .lp_iti__flag.lp_iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.latepoint .lp_iti__flag.lp_iti__ga,
.latepoint-admin .lp_iti__flag.lp_iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.latepoint .lp_iti__flag.lp_iti__gb,
.latepoint-admin .lp_iti__flag.lp_iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.latepoint .lp_iti__flag.lp_iti__gd,
.latepoint-admin .lp_iti__flag.lp_iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.latepoint .lp_iti__flag.lp_iti__ge,
.latepoint-admin .lp_iti__flag.lp_iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.latepoint .lp_iti__flag.lp_iti__gf,
.latepoint-admin .lp_iti__flag.lp_iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.latepoint .lp_iti__flag.lp_iti__gg,
.latepoint-admin .lp_iti__flag.lp_iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.latepoint .lp_iti__flag.lp_iti__gh,
.latepoint-admin .lp_iti__flag.lp_iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.latepoint .lp_iti__flag.lp_iti__gi,
.latepoint-admin .lp_iti__flag.lp_iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.latepoint .lp_iti__flag.lp_iti__gl,
.latepoint-admin .lp_iti__flag.lp_iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.latepoint .lp_iti__flag.lp_iti__gm,
.latepoint-admin .lp_iti__flag.lp_iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.latepoint .lp_iti__flag.lp_iti__gn,
.latepoint-admin .lp_iti__flag.lp_iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.latepoint .lp_iti__flag.lp_iti__gp,
.latepoint-admin .lp_iti__flag.lp_iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.latepoint .lp_iti__flag.lp_iti__gq,
.latepoint-admin .lp_iti__flag.lp_iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.latepoint .lp_iti__flag.lp_iti__gr,
.latepoint-admin .lp_iti__flag.lp_iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.latepoint .lp_iti__flag.lp_iti__gs,
.latepoint-admin .lp_iti__flag.lp_iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.latepoint .lp_iti__flag.lp_iti__gt,
.latepoint-admin .lp_iti__flag.lp_iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.latepoint .lp_iti__flag.lp_iti__gu,
.latepoint-admin .lp_iti__flag.lp_iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.latepoint .lp_iti__flag.lp_iti__gw,
.latepoint-admin .lp_iti__flag.lp_iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.latepoint .lp_iti__flag.lp_iti__gy,
.latepoint-admin .lp_iti__flag.lp_iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.latepoint .lp_iti__flag.lp_iti__hk,
.latepoint-admin .lp_iti__flag.lp_iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.latepoint .lp_iti__flag.lp_iti__hm,
.latepoint-admin .lp_iti__flag.lp_iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.latepoint .lp_iti__flag.lp_iti__hn,
.latepoint-admin .lp_iti__flag.lp_iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.latepoint .lp_iti__flag.lp_iti__hr,
.latepoint-admin .lp_iti__flag.lp_iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.latepoint .lp_iti__flag.lp_iti__ht,
.latepoint-admin .lp_iti__flag.lp_iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.latepoint .lp_iti__flag.lp_iti__hu,
.latepoint-admin .lp_iti__flag.lp_iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.latepoint .lp_iti__flag.lp_iti__ic,
.latepoint-admin .lp_iti__flag.lp_iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.latepoint .lp_iti__flag.lp_iti__id,
.latepoint-admin .lp_iti__flag.lp_iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.latepoint .lp_iti__flag.lp_iti__ie,
.latepoint-admin .lp_iti__flag.lp_iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.latepoint .lp_iti__flag.lp_iti__il,
.latepoint-admin .lp_iti__flag.lp_iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.latepoint .lp_iti__flag.lp_iti__im,
.latepoint-admin .lp_iti__flag.lp_iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.latepoint .lp_iti__flag.lp_iti__in,
.latepoint-admin .lp_iti__flag.lp_iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.latepoint .lp_iti__flag.lp_iti__io,
.latepoint-admin .lp_iti__flag.lp_iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.latepoint .lp_iti__flag.lp_iti__iq,
.latepoint-admin .lp_iti__flag.lp_iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.latepoint .lp_iti__flag.lp_iti__ir,
.latepoint-admin .lp_iti__flag.lp_iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.latepoint .lp_iti__flag.lp_iti__is,
.latepoint-admin .lp_iti__flag.lp_iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.latepoint .lp_iti__flag.lp_iti__it,
.latepoint-admin .lp_iti__flag.lp_iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.latepoint .lp_iti__flag.lp_iti__je,
.latepoint-admin .lp_iti__flag.lp_iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.latepoint .lp_iti__flag.lp_iti__jm,
.latepoint-admin .lp_iti__flag.lp_iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.latepoint .lp_iti__flag.lp_iti__jo,
.latepoint-admin .lp_iti__flag.lp_iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.latepoint .lp_iti__flag.lp_iti__jp,
.latepoint-admin .lp_iti__flag.lp_iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.latepoint .lp_iti__flag.lp_iti__ke,
.latepoint-admin .lp_iti__flag.lp_iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.latepoint .lp_iti__flag.lp_iti__kg,
.latepoint-admin .lp_iti__flag.lp_iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.latepoint .lp_iti__flag.lp_iti__kh,
.latepoint-admin .lp_iti__flag.lp_iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.latepoint .lp_iti__flag.lp_iti__ki,
.latepoint-admin .lp_iti__flag.lp_iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.latepoint .lp_iti__flag.lp_iti__km,
.latepoint-admin .lp_iti__flag.lp_iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.latepoint .lp_iti__flag.lp_iti__kn,
.latepoint-admin .lp_iti__flag.lp_iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.latepoint .lp_iti__flag.lp_iti__kp,
.latepoint-admin .lp_iti__flag.lp_iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.latepoint .lp_iti__flag.lp_iti__kr,
.latepoint-admin .lp_iti__flag.lp_iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.latepoint .lp_iti__flag.lp_iti__kw,
.latepoint-admin .lp_iti__flag.lp_iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.latepoint .lp_iti__flag.lp_iti__ky,
.latepoint-admin .lp_iti__flag.lp_iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.latepoint .lp_iti__flag.lp_iti__kz,
.latepoint-admin .lp_iti__flag.lp_iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.latepoint .lp_iti__flag.lp_iti__la,
.latepoint-admin .lp_iti__flag.lp_iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.latepoint .lp_iti__flag.lp_iti__lb,
.latepoint-admin .lp_iti__flag.lp_iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.latepoint .lp_iti__flag.lp_iti__lc,
.latepoint-admin .lp_iti__flag.lp_iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.latepoint .lp_iti__flag.lp_iti__li,
.latepoint-admin .lp_iti__flag.lp_iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.latepoint .lp_iti__flag.lp_iti__lk,
.latepoint-admin .lp_iti__flag.lp_iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.latepoint .lp_iti__flag.lp_iti__lr,
.latepoint-admin .lp_iti__flag.lp_iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.latepoint .lp_iti__flag.lp_iti__ls,
.latepoint-admin .lp_iti__flag.lp_iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.latepoint .lp_iti__flag.lp_iti__lt,
.latepoint-admin .lp_iti__flag.lp_iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.latepoint .lp_iti__flag.lp_iti__lu,
.latepoint-admin .lp_iti__flag.lp_iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.latepoint .lp_iti__flag.lp_iti__lv,
.latepoint-admin .lp_iti__flag.lp_iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.latepoint .lp_iti__flag.lp_iti__ly,
.latepoint-admin .lp_iti__flag.lp_iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.latepoint .lp_iti__flag.lp_iti__ma,
.latepoint-admin .lp_iti__flag.lp_iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.latepoint .lp_iti__flag.lp_iti__md,
.latepoint-admin .lp_iti__flag.lp_iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.latepoint .lp_iti__flag.lp_iti__me,
.latepoint-admin .lp_iti__flag.lp_iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.latepoint .lp_iti__flag.lp_iti__mf,
.latepoint-admin .lp_iti__flag.lp_iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.latepoint .lp_iti__flag.lp_iti__mg,
.latepoint-admin .lp_iti__flag.lp_iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.latepoint .lp_iti__flag.lp_iti__mh,
.latepoint-admin .lp_iti__flag.lp_iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.latepoint .lp_iti__flag.lp_iti__mk,
.latepoint-admin .lp_iti__flag.lp_iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.latepoint .lp_iti__flag.lp_iti__ml,
.latepoint-admin .lp_iti__flag.lp_iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.latepoint .lp_iti__flag.lp_iti__mm,
.latepoint-admin .lp_iti__flag.lp_iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.latepoint .lp_iti__flag.lp_iti__mn,
.latepoint-admin .lp_iti__flag.lp_iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.latepoint .lp_iti__flag.lp_iti__mo,
.latepoint-admin .lp_iti__flag.lp_iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.latepoint .lp_iti__flag.lp_iti__mp,
.latepoint-admin .lp_iti__flag.lp_iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.latepoint .lp_iti__flag.lp_iti__mq,
.latepoint-admin .lp_iti__flag.lp_iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.latepoint .lp_iti__flag.lp_iti__mr,
.latepoint-admin .lp_iti__flag.lp_iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.latepoint .lp_iti__flag.lp_iti__ms,
.latepoint-admin .lp_iti__flag.lp_iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.latepoint .lp_iti__flag.lp_iti__mt,
.latepoint-admin .lp_iti__flag.lp_iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.latepoint .lp_iti__flag.lp_iti__mu,
.latepoint-admin .lp_iti__flag.lp_iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.latepoint .lp_iti__flag.lp_iti__mv,
.latepoint-admin .lp_iti__flag.lp_iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.latepoint .lp_iti__flag.lp_iti__mw,
.latepoint-admin .lp_iti__flag.lp_iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.latepoint .lp_iti__flag.lp_iti__mx,
.latepoint-admin .lp_iti__flag.lp_iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.latepoint .lp_iti__flag.lp_iti__my,
.latepoint-admin .lp_iti__flag.lp_iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.latepoint .lp_iti__flag.lp_iti__mz,
.latepoint-admin .lp_iti__flag.lp_iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.latepoint .lp_iti__flag.lp_iti__na,
.latepoint-admin .lp_iti__flag.lp_iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.latepoint .lp_iti__flag.lp_iti__nc,
.latepoint-admin .lp_iti__flag.lp_iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.latepoint .lp_iti__flag.lp_iti__nf,
.latepoint-admin .lp_iti__flag.lp_iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.latepoint .lp_iti__flag.lp_iti__ng,
.latepoint-admin .lp_iti__flag.lp_iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.latepoint .lp_iti__flag.lp_iti__ni,
.latepoint-admin .lp_iti__flag.lp_iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.latepoint .lp_iti__flag.lp_iti__nl,
.latepoint-admin .lp_iti__flag.lp_iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.latepoint .lp_iti__flag.lp_iti__no,
.latepoint-admin .lp_iti__flag.lp_iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.latepoint .lp_iti__flag.lp_iti__nr,
.latepoint-admin .lp_iti__flag.lp_iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.latepoint .lp_iti__flag.lp_iti__nu,
.latepoint-admin .lp_iti__flag.lp_iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.latepoint .lp_iti__flag.lp_iti__nz,
.latepoint-admin .lp_iti__flag.lp_iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.latepoint .lp_iti__flag.lp_iti__om,
.latepoint-admin .lp_iti__flag.lp_iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.latepoint .lp_iti__flag.lp_iti__pa,
.latepoint-admin .lp_iti__flag.lp_iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.latepoint .lp_iti__flag.lp_iti__pe,
.latepoint-admin .lp_iti__flag.lp_iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.latepoint .lp_iti__flag.lp_iti__pf,
.latepoint-admin .lp_iti__flag.lp_iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.latepoint .lp_iti__flag.lp_iti__pg,
.latepoint-admin .lp_iti__flag.lp_iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.latepoint .lp_iti__flag.lp_iti__ph,
.latepoint-admin .lp_iti__flag.lp_iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.latepoint .lp_iti__flag.lp_iti__pk,
.latepoint-admin .lp_iti__flag.lp_iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.latepoint .lp_iti__flag.lp_iti__pl,
.latepoint-admin .lp_iti__flag.lp_iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.latepoint .lp_iti__flag.lp_iti__pm,
.latepoint-admin .lp_iti__flag.lp_iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.latepoint .lp_iti__flag.lp_iti__pn,
.latepoint-admin .lp_iti__flag.lp_iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.latepoint .lp_iti__flag.lp_iti__pr,
.latepoint-admin .lp_iti__flag.lp_iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.latepoint .lp_iti__flag.lp_iti__ps,
.latepoint-admin .lp_iti__flag.lp_iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.latepoint .lp_iti__flag.lp_iti__pt,
.latepoint-admin .lp_iti__flag.lp_iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.latepoint .lp_iti__flag.lp_iti__pw,
.latepoint-admin .lp_iti__flag.lp_iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.latepoint .lp_iti__flag.lp_iti__py,
.latepoint-admin .lp_iti__flag.lp_iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.latepoint .lp_iti__flag.lp_iti__qa,
.latepoint-admin .lp_iti__flag.lp_iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.latepoint .lp_iti__flag.lp_iti__re,
.latepoint-admin .lp_iti__flag.lp_iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.latepoint .lp_iti__flag.lp_iti__ro,
.latepoint-admin .lp_iti__flag.lp_iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.latepoint .lp_iti__flag.lp_iti__rs,
.latepoint-admin .lp_iti__flag.lp_iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.latepoint .lp_iti__flag.lp_iti__ru,
.latepoint-admin .lp_iti__flag.lp_iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.latepoint .lp_iti__flag.lp_iti__rw,
.latepoint-admin .lp_iti__flag.lp_iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.latepoint .lp_iti__flag.lp_iti__sa,
.latepoint-admin .lp_iti__flag.lp_iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.latepoint .lp_iti__flag.lp_iti__sb,
.latepoint-admin .lp_iti__flag.lp_iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.latepoint .lp_iti__flag.lp_iti__sc,
.latepoint-admin .lp_iti__flag.lp_iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.latepoint .lp_iti__flag.lp_iti__sd,
.latepoint-admin .lp_iti__flag.lp_iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.latepoint .lp_iti__flag.lp_iti__se,
.latepoint-admin .lp_iti__flag.lp_iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.latepoint .lp_iti__flag.lp_iti__sg,
.latepoint-admin .lp_iti__flag.lp_iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.latepoint .lp_iti__flag.lp_iti__sh,
.latepoint-admin .lp_iti__flag.lp_iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.latepoint .lp_iti__flag.lp_iti__si,
.latepoint-admin .lp_iti__flag.lp_iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.latepoint .lp_iti__flag.lp_iti__sj,
.latepoint-admin .lp_iti__flag.lp_iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.latepoint .lp_iti__flag.lp_iti__sk,
.latepoint-admin .lp_iti__flag.lp_iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.latepoint .lp_iti__flag.lp_iti__sl,
.latepoint-admin .lp_iti__flag.lp_iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.latepoint .lp_iti__flag.lp_iti__sm,
.latepoint-admin .lp_iti__flag.lp_iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.latepoint .lp_iti__flag.lp_iti__sn,
.latepoint-admin .lp_iti__flag.lp_iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.latepoint .lp_iti__flag.lp_iti__so,
.latepoint-admin .lp_iti__flag.lp_iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.latepoint .lp_iti__flag.lp_iti__sr,
.latepoint-admin .lp_iti__flag.lp_iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.latepoint .lp_iti__flag.lp_iti__ss,
.latepoint-admin .lp_iti__flag.lp_iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.latepoint .lp_iti__flag.lp_iti__st,
.latepoint-admin .lp_iti__flag.lp_iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.latepoint .lp_iti__flag.lp_iti__sv,
.latepoint-admin .lp_iti__flag.lp_iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.latepoint .lp_iti__flag.lp_iti__sx,
.latepoint-admin .lp_iti__flag.lp_iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.latepoint .lp_iti__flag.lp_iti__sy,
.latepoint-admin .lp_iti__flag.lp_iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.latepoint .lp_iti__flag.lp_iti__sz,
.latepoint-admin .lp_iti__flag.lp_iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.latepoint .lp_iti__flag.lp_iti__ta,
.latepoint-admin .lp_iti__flag.lp_iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.latepoint .lp_iti__flag.lp_iti__tc,
.latepoint-admin .lp_iti__flag.lp_iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.latepoint .lp_iti__flag.lp_iti__td,
.latepoint-admin .lp_iti__flag.lp_iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.latepoint .lp_iti__flag.lp_iti__tf,
.latepoint-admin .lp_iti__flag.lp_iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.latepoint .lp_iti__flag.lp_iti__tg,
.latepoint-admin .lp_iti__flag.lp_iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.latepoint .lp_iti__flag.lp_iti__th,
.latepoint-admin .lp_iti__flag.lp_iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.latepoint .lp_iti__flag.lp_iti__tj,
.latepoint-admin .lp_iti__flag.lp_iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.latepoint .lp_iti__flag.lp_iti__tk,
.latepoint-admin .lp_iti__flag.lp_iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.latepoint .lp_iti__flag.lp_iti__tl,
.latepoint-admin .lp_iti__flag.lp_iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.latepoint .lp_iti__flag.lp_iti__tm,
.latepoint-admin .lp_iti__flag.lp_iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.latepoint .lp_iti__flag.lp_iti__tn,
.latepoint-admin .lp_iti__flag.lp_iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.latepoint .lp_iti__flag.lp_iti__to,
.latepoint-admin .lp_iti__flag.lp_iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.latepoint .lp_iti__flag.lp_iti__tr,
.latepoint-admin .lp_iti__flag.lp_iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.latepoint .lp_iti__flag.lp_iti__tt,
.latepoint-admin .lp_iti__flag.lp_iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.latepoint .lp_iti__flag.lp_iti__tv,
.latepoint-admin .lp_iti__flag.lp_iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.latepoint .lp_iti__flag.lp_iti__tw,
.latepoint-admin .lp_iti__flag.lp_iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.latepoint .lp_iti__flag.lp_iti__tz,
.latepoint-admin .lp_iti__flag.lp_iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.latepoint .lp_iti__flag.lp_iti__ua,
.latepoint-admin .lp_iti__flag.lp_iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.latepoint .lp_iti__flag.lp_iti__ug,
.latepoint-admin .lp_iti__flag.lp_iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.latepoint .lp_iti__flag.lp_iti__um,
.latepoint-admin .lp_iti__flag.lp_iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.latepoint .lp_iti__flag.lp_iti__un,
.latepoint-admin .lp_iti__flag.lp_iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.latepoint .lp_iti__flag.lp_iti__us,
.latepoint-admin .lp_iti__flag.lp_iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.latepoint .lp_iti__flag.lp_iti__uy,
.latepoint-admin .lp_iti__flag.lp_iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.latepoint .lp_iti__flag.lp_iti__uz,
.latepoint-admin .lp_iti__flag.lp_iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.latepoint .lp_iti__flag.lp_iti__vc,
.latepoint-admin .lp_iti__flag.lp_iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.latepoint .lp_iti__flag.lp_iti__ve,
.latepoint-admin .lp_iti__flag.lp_iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.latepoint .lp_iti__flag.lp_iti__vg,
.latepoint-admin .lp_iti__flag.lp_iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.latepoint .lp_iti__flag.lp_iti__vi,
.latepoint-admin .lp_iti__flag.lp_iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.latepoint .lp_iti__flag.lp_iti__vn,
.latepoint-admin .lp_iti__flag.lp_iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.latepoint .lp_iti__flag.lp_iti__vu,
.latepoint-admin .lp_iti__flag.lp_iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.latepoint .lp_iti__flag.lp_iti__wf,
.latepoint-admin .lp_iti__flag.lp_iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.latepoint .lp_iti__flag.lp_iti__ws,
.latepoint-admin .lp_iti__flag.lp_iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.latepoint .lp_iti__flag.lp_iti__xk,
.latepoint-admin .lp_iti__flag.lp_iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.latepoint .lp_iti__flag.lp_iti__ye,
.latepoint-admin .lp_iti__flag.lp_iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.latepoint .lp_iti__flag.lp_iti__yt,
.latepoint-admin .lp_iti__flag.lp_iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.latepoint .lp_iti__flag.lp_iti__za,
.latepoint-admin .lp_iti__flag.lp_iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.latepoint .lp_iti__flag.lp_iti__zm,
.latepoint-admin .lp_iti__flag.lp_iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.latepoint .lp_iti__flag.lp_iti__zw,
.latepoint-admin .lp_iti__flag.lp_iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.latepoint-admin .lp_iti__country-list {
  font-size: 13px;
}

@font-face{

    font-family: 'bwg';
    src: url(../../fonts/bwg.eot?qy18kk);
    src: url(../../fonts/bwg.eot?qy18kk#iefix) format('embedded-opentype'), url(../../fonts/bwg.ttf?qy18kk) format('truetype'), url(../../fonts/bwg.woff?qy18kk) format('woff'), url(../../fonts/bwg.svg?qy18kk#bwg) format('svg');
    font-weight: 400;
    font-style: normal

}

[class^=bwg-icon-],
[class*=" bwg-icon-"],
.bwg-icon {
  font-family: 'bwg' !important;
  speak: none;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bwg-icon-angle-down:before {
  content: "\e900";
}

.bwg-icon-angle-down-sm:before {
  content: "\e901";
}

.bwg-icon-angle-left:before {
  content: "\e902";
}

.bwg-icon-angle-left-sm:before {
  content: "\e903";
}

.bwg-icon-angle-right:before {
  content: "\e904";
}

.bwg-icon-angle-right-sm:before {
  content: "\e905";
}

.bwg-icon-angle-up:before {
  content: "\e906";
}

.bwg-icon-angle-up-sm:before {
  content: "\e907";
}

.bwg-icon-arrow-down:before {
  content: "\e908";
}

.bwg-icon-arrow-left:before {
  content: "\e909";
}

.bwg-icon-arrow-right:before {
  content: "\e90a";
}

.bwg-icon-arrows-in:before {
  content: "\e90b";
}

.bwg-icon-arrows-out:before {
  content: "\e90c";
}

.bwg-icon-arrow-up:before {
  content: "\e90d";
}

.bwg-icon-bell:before {
  content: "\e90e";
}

.bwg-icon-bell-half-o:before {
  content: "\e90f";
}

.bwg-icon-bell-o:before {
  content: "\e910";
}

.bwg-icon-caret-down:before {
  content: "\e911";
}

.bwg-icon-caret-up:before {
  content: "\e912";
}

.bwg-icon-chevron-down-sm:before {
  content: "\e913";
}

.bwg-icon-chevron-left:before {
  content: "\e914";
}

.bwg-icon-chevron-left-sm:before {
  content: "\e915";
}

.bwg-icon-chevron-right:before {
  content: "\e916";
}

.bwg-icon-chevron-right-sm:before {
  content: "\e917";
}

.bwg-icon-chevron-up-sm:before {
  content: "\e918";
}

.bwg-icon-circle:before {
  content: "\e919";
}

.bwg-icon-circle-half:before {
  content: "\e91a";
}

.bwg-icon-circle-o:before {
  content: "\e91b";
}

.bwg-icon-comment-square:before {
  content: "\e91c";
}

.bwg-icon-compress:before {
  content: "\e91d";
}

.bwg-icon-double-left:before {
  content: "\e91e";
}

.bwg-icon-double-right:before {
  content: "\e91f";
}

.bwg-icon-download:before {
  content: "\e920";
}

.bwg-icon-expand:before {
  content: "\e921";
}

.bwg-icon-facebook-square:before {
  content: "\e922";
}

.bwg-icon-flag:before {
  content: "\e923";
}

.bwg-icon-flag-haif-o:before {
  content: "\e924";
}

.bwg-icon-flag-o:before {
  content: "\e925";
}

.bwg-icon-google-plus-square:before {
  content: "\e926";
}

.bwg-icon-heart:before {
  content: "\e927";
}

.bwg-icon-heart-half-o:before {
  content: "\e928";
}

.bwg-icon-heart-o:before {
  content: "\e929";
}

.bwg-icon-info-circle:before {
  content: "\e92a";
}

.bwg-icon-minus-square:before {
  content: "\e92b";
}

.bwg-icon-minus-square-o:before {
  content: "\e92c";
}

.bwg-icon-pause:before {
  content: "\e92d";
}

.bwg-icon-pinterest-square:before {
  content: "\e92e";
}

.bwg-icon-play:before {
  content: "\e92f";
}

.bwg-icon-refresh:before {
  content: "\e930";
}

.bwg-icon-search:before {
  content: "\e931";
}

.bwg-icon-shopping-cart:before {
  content: "\e932";
}

.bwg-icon-sign-out:before {
  content: "\e933";
}

.bwg-icon-square:before {
  content: "\e934";
}

.bwg-icon-square-half:before {
  content: "\e935";
}

.bwg-icon-square-o:before {
  content: "\e936";
}

.bwg-icon-star:before {
  content: "\e937";
}

.bwg-icon-star-half-o:before {
  content: "\e938";
}

.bwg-icon-star-o:before {
  content: "\e939";
}

.bwg-icon-times:before {
  content: "\e93a";
}

.bwg-icon-times-sm:before {
  content: "\e93b";
}

.bwg-icon-tumblr-square:before {
  content: "\e93c";
}

.bwg-icon-twitter-square:before {
  content: "\e93d";
}

.elementor-32 .elementor-element.elementor-element-c1cddec {
  --display: flex;
  --min-height: 968px;
  --flex-direction: row;
  --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 50px 50px;
  --row-gap: 50px;
  --column-gap: 50px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 20px;
  --padding-right: 20px;
}

.elementor-32 .elementor-element.elementor-element-c1cddec:not(.elementor-motion-effects-element-type-background),
.elementor-32 .elementor-element.elementor-element-c1cddec>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("../../img/dixit-ayurveda-website-elements-67-scaled.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-32 .elementor-element.elementor-element-b348c58 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
}

.elementor-32 .elementor-element.elementor-element-38c1e29 .elementor-heading-title {
  text-transform: uppercase;
  color: #29491b;
}

.elementor-32 .elementor-element.elementor-element-5dce63a>.elementor-widget-container {
  padding: 0 0 30px;
}

.elementor-32 .elementor-element.elementor-element-5dce63a .elementor-heading-title {
  color: #29491b;
}

.elementor-32 .elementor-element.elementor-element-7bd5d43 {
  width: var(--container-widget-width, 470px);
  max-width: 470px;
  --container-widget-width: 470px;
  --container-widget-flex-grow: 0;
}

.elementor-32 .elementor-element.elementor-element-7bd5d43>.elementor-widget-container {
  margin: 0 0 -24px;
  padding: 0 0 10px;
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-block-end: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
  margin-block-start: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items.elementor-inline-items {
  margin-inline: calc(-15px/2);
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  inset-inline-end: calc(-15px/2);
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-icon i {
  color: var(--e-global-color-astglobalcolor3);
  transition: color .3s;
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-icon svg {
  fill: var(--e-global-color-astglobalcolor3);
  transition: fill .3s;
}

.elementor-32 .elementor-element.elementor-element-13ee986 {
  --e-icon-list-icon-size: 18px;
  --icon-vertical-offset: 0px;
}

.elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-text {
  color: var(--e-global-color-astglobalcolor3);
  transition: color .3s;
}

.elementor-32 .elementor-element.elementor-element-9458e3f>.elementor-widget-container {
  padding: 5px 0;
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-block-end: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
  margin-block-start: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items.elementor-inline-items {
  margin-inline: calc(-15px/2);
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  inset-inline-end: calc(-15px/2);
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-icon i {
  color: var(--e-global-color-astglobalcolor3);
  transition: color .3s;
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-icon svg {
  fill: var(--e-global-color-astglobalcolor3);
  transition: fill .3s;
}

.elementor-32 .elementor-element.elementor-element-9458e3f {
  --e-icon-list-icon-size: 18px;
  --icon-vertical-offset: 0px;
}

.elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-text {
  color: var(--e-global-color-astglobalcolor3);
  transition: color .3s;
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-block-end: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
  margin-block-start: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: calc(15px/2);
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items.elementor-inline-items {
  margin-inline: calc(-15px/2);
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  inset-inline-end: calc(-15px/2);
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-icon i {
  color: var(--e-global-color-astglobalcolor2);
  transition: color .3s;
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-icon svg {
  fill: var(--e-global-color-astglobalcolor2);
  transition: fill .3s;
}

.elementor-32 .elementor-element.elementor-element-8555180 {
  --e-icon-list-icon-size: 18px;
  --icon-vertical-offset: 0px;
}

.elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-text {
  color: var(--e-global-color-astglobalcolor3);
  transition: color .3s;
}

.elementor-32 .elementor-element.elementor-element-862b7d2 {
  --display: flex;
  --min-height: 0px;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --gap: 35px 35px;
  --row-gap: 35px;
  --column-gap: 35px;
  border-style: solid;
  --border-style: solid;
  border-width: 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: var(--e-global-color-astglobalcolor6);
  --border-color: var(--e-global-color-astglobalcolor6);
  --border-radius: 16px;
  --margin-top: 10px;
  --margin-bottom: 110px;
  --margin-left: 10px;
  --margin-right: 10px;
  --padding-top: 48px;
  --padding-bottom: 0px;
  --padding-left: 48px;
  --padding-right: 48px;
}

.elementor-32 .elementor-element.elementor-element-862b7d2:not(.elementor-motion-effects-element-type-background),
.elementor-32 .elementor-element.elementor-element-862b7d2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #ffefe0;
}

.elementor-32 .elementor-element.elementor-element-2378884 .elementor-heading-title {
  color: #29491b;
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee>.elementor-widget-container {
  margin: -34px 0 54px;
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms label.wpforms-error {
  display: block !important;
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms .wpforms-field select {
  height: 30px;
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms .wpforms-submit-container .wpforms-submit {
  background-color: var(--e-global-color-astglobalcolor1);
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms .wpforms-submit-container .wpforms-submit:hover,
.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms .wpforms-container-full .wpforms-submit-container .wpforms-form button[type=submit]:hover {
  background: #065689 !important;
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms input.wpforms-error {
  border-width: 1px;
}

.elementor-32 .elementor-element.elementor-element-e2ab4ee .eael-wpforms textarea.wpforms-error {
  border-width: 1px;
}

.elementor-32 .elementor-element.elementor-element-44d597a {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
            .e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  margin: 0 auto !important;
  display: block !important;
  width: 100% !important;
}

.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}

p.has-drop-cap.has-background {
  overflow: hidden;
}

:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
            p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}

:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-flex) {
  gap: 24px;
}

:root :where(.is-layout-grid) {
  gap: 24px;
}

.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ast-global-color-0-color {
  color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-color {
  color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-color {
  color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-color {
  color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-color {
  color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-color {
  color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-color {
  color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-color {
  color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-color {
  color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ast-global-color-0-background-color {
  background-color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-background-color {
  background-color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-background-color {
  background-color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-background-color {
  background-color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-background-color {
  background-color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-background-color {
  background-color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-background-color {
  background-color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-background-color {
  background-color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-background-color {
  background-color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ast-global-color-0-border-color {
  border-color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-border-color {
  border-color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-border-color {
  border-color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-border-color {
  border-color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-border-color {
  border-color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-border-color {
  border-color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-border-color {
  border-color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-border-color {
  border-color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-border-color {
  border-color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.font30 {
  font-size: 30px! important;
}

.font28 {
  font-size: 28px! important;
}

.font25 {
  font-size: 25px! important;
}

.font22 {
  font-size: 22px! important;
}

.font20 {
  font-size: 20px! important;
}

.font18 {
  font-size: 18px! important;
}

.font16 {
  font-size: 16px! important;
}

.font15 {
  font-size: 15px! important;
}

.font14 {
  font-size: 14px! important;
}

.font13 {
  font-size: 13px! important;
}

.font12 {
  font-size: 12px! important;
}

.font11 {
  font-size: 11px! important;
}

.font10 {
  font-size: 10px! important;
}

.font30 a {
  font-size: 30px! important;
}

.font25 a {
  font-size: 25px! important;
}

.btn .font25 a {
  font-size: 25px! important;
}

.font22 a {
  font-size: 22px! important;
}

.font20 a {
  font-size: 20px! important;
}

.font18 a {
  font-size: 18px! important;
}

.font16  a {
  font-size: 16px! important;
}

.font14 a {
  font-size: 14px! important;
}

.bold400 {
  font-weight: 400! important;
}

.bold500 {
  font-weight: 500! important;
}

.bold600 {
  font-weight: 600! important;
}

.bold700 {
  font-weight: 700! important;
}

.bold800 {
  font-weight: 800! important;
}

.bold900 {
  font-weight: 900! important;
}

.min-height200 {
  min-height: 200px! important;
}

.min-height300 {
  min-height: 300px! important;
}

.min-height350 {
  min-height: 350px! important;
}

.min-height400 {
  min-height: 400px! important;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline! important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.myred {
  color: #C52D2F !important;
}

.mygreen {
  color: #025022 !important;
}

.mywhite {
  color: #FFFFFF !important;
}

.mydarkblue {
  color: #021B75 !important;
}

.myred a {
  color: #C52D2F !important;
}

.mygreen a {
  color: #025022 !important;
}

.mywhite a {
  color: #FFFFFF !important;
}

.mydarkblue a {
  color: #021B75 !important;
}

.mybox-new {
  padding: 10px 15px;
  margin: auto;
  background: transparent;
  margin-bottom: 15px;
  border: 2px solid transparent;
  border-image: -o-linear-gradient(to right, #2CA201 0%,#7DF7FF 25%, #C30CB4 50%, #7DF7FF 75%, #2CA201 100%);
  border-image-slice: 1;
}

.mybox {
  padding: 25px 15px;
  margin: auto;
  background: transparent;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-image: -o-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #0C5CC2 50%, #FFF15C 75%, #D0281B 100%);
  border-image-slice: 1;
}

.mybox-bordered-new {
  border: none;
  padding: 5px;
}

.mybox-img {
  padding: 10px;
  margin: auto;
  background: transparent;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-image: -o-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #0C5CC2 50%, #FFF15C 75%, #D0281B 100%);
  border-image-slice: 1;
  box-shadow: 3px 5px 5px #333;
}

.hr-fancy {
  border-bottom: 1px solid transparent;
  border-image: -o-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #D0281B 50%, #FFF15C 75%, #D0281B 100%);
  border-image-slice: 1;
}

#refresh-captcha-btn:active, #refresh-captcha-btn:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

@media (min-width:768px) and (max-width:921px) {
  .blog-layout-2 .ast-width-md-6,
      .blog-layout-3 .ast-width-md-6 {
    float: none;
    width: 100%;
  }
}

@media (min-width:769px) and (max-width:921px) {
  .blog-layout-2,
      .blog-layout-3 {
    flex-direction: unset;
  }
}

@media (max-width:768px) {
  .blog-layout-3 {
    flex-direction: column;
  }
}

@media (max-width:992px) {
  .ast-width-sm-25 {
    width: 25%;
  }
  
  .ast-width-md-50 {
    width: 50%;
  }
}

@media (max-width:768px) {
  .ast-width-md-25 {
    width: 25%;
  }
}

@media (min-width:768px) {
  .ast-width-md-4 {
    width: 33.3333333333%;
  }
  
  .ast-width-md-16 {
    width: 16.6666666667%;
  }
  
  .ast-width-md-6 {
    width: 50%;
    float: left;
  }
  
  .ast-width-md-3 {
    width: 25%;
  }
  
  .ast-width-md-66 {
    width: 66.6666666667%;
  }
}

@media (min-width:769px) {
  .ast-width-md-20 {
    width: 20%;
  }
}

@media (min-width:992px) {
  .ast-width-lg-33 {
    width: 33.3333333333%;
  }
  
  .ast-width-lg-16 {
    width: 16.6666666667%;
  }
  
  .ast-width-lg-50 {
    width: 50%;
  }
  
  .ast-width-lg-66 {
    width: 66.6666666667%;
  }
}

@media (max-width:1200px) {
  .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single {
    margin: 0;
    padding: 3.34em 2.4em;
  }
}

@media (min-width:993px) {
  .ast-separate-container #primary,
      .ast-separate-container.ast-left-sidebar #primary,
      .ast-separate-container.ast-right-sidebar #primary {
    margin: 4em 0;
    padding: 0;
  }
  
  .ast-right-sidebar #primary {
    padding-right: 60px;
  }
  
  .ast-left-sidebar #primary {
    padding-left: 60px;
  }
}

@media (max-width:992px) {
  .ast-separate-container #primary,
      .ast-separate-container.ast-left-sidebar #primary,
      .ast-separate-container.ast-right-sidebar #primary {
    padding-left: 0;
    padding-right: 0;
  }
  
  .ast-right-sidebar #primary {
    padding-right: 30px;
  }
  
  .ast-left-sidebar #primary {
    padding-left: 30px;
  }
}

@media (min-width:769px) {
  .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,
      .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
    left: -100%;
  }
  
  .main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,
      .main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu {
    left: -100%;
  }
}

@media (min-width:769px) {
  .main-header-menu .sub-menu .menu-item.focus>.sub-menu,
      .main-header-menu .sub-menu .menu-item:hover>.sub-menu {
    left: 100%;
    right: auto;
  }
  
  .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,
      .main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,
      .main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,
      .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
    left: -100%;
  }
  
  .main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,
      .main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
    left: -100%;
  }
}

@media (max-width:768px) {
  .page-links .page-link {
    margin-bottom: 6px;
  }
}

@media (min-width:769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li {
    margin: 0;
  }
  
  .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
    padding-left: 0;
  }
  
  .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
    padding-right: 0;
  }
  
  .footer-nav-wrap .astra-footer-horizontal-menu a {
    padding: 0 .5em;
  }
}

@media (max-width:1200px) {
  .ast-separate-container .ast-archive-description {
    margin: 0;
    padding: 3.34em 2.4em;
  }
}

@media (max-width:992px) {
  .ast-separate-container .ast-archive-description {
    padding: 2.14em;
  }
}

@media (min-width:1201px) {
  .ast-separate-container .ast-archive-description,
      .ast-separate-container .ast-author-box {
    margin: 0;
    padding: 5em 6.67em 3.33333em;
  }
}

@media (max-width:768px) {
  .single .post-navigation {
    padding-top: 1.5em;
  }
}

@media (min-width:421px) {
  .single .post-navigation .nav-links {
    -js-display: flex;
    display: flex;
    width: 100%;
  }
  
  .single .post-navigation .nav-links:not(:has(.nav-previous)) {
    justify-content: flex-end;
  }
  
  .single .post-navigation .nav-links .nav-previous+.nav-next {
    width: 50%;
  }
  
  .single .post-navigation .nav-next,
      .single .post-navigation .nav-previous {
    width: 50%;
  }
}

@media (max-width:420px) {
  .single .post-navigation .ast-left-arrow,
      .single .post-navigation .ast-right-arrow {
    display: none;
  }
  
  .single .post-navigation .nav-links:not(:has(.nav-previous)) {
    justify-content: flex-end;
  }
  
  .single .post-navigation .nav-next,
      .single .post-navigation .nav-previous {
    width: 50%;
  }
  
  .single .post-navigation .nav-next a,
      .single .post-navigation .nav-previous a {
    max-width: 95%;
    width: 100%;
  }
  
  .single .post-navigation .nav-previous {
    margin-bottom: 1em;
  }
}

@media (max-width:420px) {
  .post-password-form input[type=password] {
    display: block;
    margin: 10px auto;
  }
}

@media (max-width:420px) {
  .ast-separate-container .post-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:768px) {
  .ast-separate-container .entry-header {
    margin-bottom: 1em;
  }
}

@media (max-width:1200px) {
  .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
    margin: 0;
    padding: 3.34em 2.4em;
  }
}

@media (max-width:768px) {
  .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
    padding: 1.5em 2.14em;
  }
}

@media (max-width:544px) {
  .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
    padding: 1.5em 1em;
  }
}

@media (min-width:1201px) {
  .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
    margin: 0;
    padding: 5.34em 6.67em;
  }
}

@media (min-width: 922px) {
  .ast-no-sidebar .site-content .ast-article-image-container--wide {
    margin-left: -120px;
    margin-right: -120px;
    max-width: unset;
    width: unset;
  }
  
  .ast-left-sidebar .site-content .ast-article-image-container--wide,
      .ast-right-sidebar .site-content .ast-article-image-container--wide {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .site-content .ast-article-image-container--full {
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;
  }
  
  .ast-left-sidebar .site-content .ast-article-image-container--full,
      .ast-right-sidebar .site-content .ast-article-image-container--full {
    margin-left: -10px;
    margin-right: -10px;
    max-width: inherit;
    width: auto;
  }
}

@media (min-width: 922px) {
  .ast-desktop .ast-container--narrow {
    max-width: var(--ast-narrow-container-width);
    margin: 0 auto;
  }
}

@media (min-width: 921px) {
  .ast-page-builder-template.archive.ast-right-sidebar .ast-row article,
      .ast-page-builder-template.archive.ast-left-sidebar .ast-row article {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:921.9px) {
  #ast-desktop-header {
    display: none;
  }
}

@media (min-width:922px) {
  #ast-mobile-header {
    display: none;
  }
}

@media (max-width:921px) {
  .ast-theme-transparent-header #primary,
      .ast-theme-transparent-header #secondary {
    padding: 0;
  }
}

@media (max-width:921px) {
  .ast-plain-container.ast-no-sidebar #primary {
    padding: 0;
  }
}

@media (min-width:921px) {
  .ast-left-sidebar.ast-page-builder-template #secondary,
      .archive.ast-right-sidebar.ast-page-builder-template .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:544px) {
  .ast-comment-formwrap.ast-row {
    column-gap: 10px;
    display: inline-block;
  }
  
  #ast-commentform .ast-grid-common-col {
    position: relative;
    width: 100%;
  }
}

@media (min-width:1201px) {
  .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single,
      .ast-separate-container .ast-author-box,
      .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
    padding: 3em;
  }
}

@media (max-width:921px) {
  .ast-left-sidebar #content>.ast-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

@media (min-width:922px) {
  .ast-separate-container.ast-right-sidebar #primary,
      .ast-separate-container.ast-left-sidebar #primary {
    border: 0;
  }
  
  .search-no-results.ast-separate-container #primary {
    margin-bottom: 4em;
  }
}

@media (max-width:921px) {
  .wp-block-button .wp-block-button__link,
      .wp-block-search .wp-block-search__button,
      body .wp-block-file .wp-block-file__button {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .wp-block-button .wp-block-button__link,
      .wp-block-search .wp-block-search__button,
      body .wp-block-file .wp-block-file__button {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .menu-toggle,
      button,
      .ast-button,
      .ast-custom-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      #comments .submit,
      .search .search-submit,
      form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
      body .wp-block-file .wp-block-file__button,
      .search .search-submit {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .menu-toggle,
      button,
      .ast-button,
      .ast-custom-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      #comments .submit,
      .search .search-submit,
      form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
      body .wp-block-file .wp-block-file__button,
      .search .search-submit {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .menu-toggle,
      button,
      .ast-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"] {
    font-size: 0.88888888888889rem;
  }
  
  .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
    display: inline-block;
  }
  
  .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
    margin: 0;
  }
  
  .ast-comment-avatar-wrap img {
    max-width: 2.5em;
  }
  
  .ast-comment-meta {
    padding: 0 1.8888em 1.3333em;
  }
}

@media (min-width:544px) {
  .ast-container {
    max-width: 100%;
  }
}

@media (max-width:544px) {
  .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single,
      .ast-separate-container .comments-title,
      .ast-separate-container .ast-archive-description {
    padding: 1.5em 1em;
  }
  
  .ast-separate-container #content .ast-container {
    padding-left: 0.54em;
    padding-right: 0.54em;
  }
  
  .ast-separate-container .ast-comment-list .bypostauthor {
    padding: .5em;
  }
  
  .ast-search-menu-icon.ast-dropdown-active .search-field {
    width: 170px;
  }
  
  .menu-toggle,
      button,
      .ast-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"] {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .site-title {
    font-size: 1.7777777777778rem;
    display: none;
  }
  
  .site-header .site-description {
    display: none;
  }
  
  h1,
      .entry-content :where(h1) {
    font-size: 55px;
  }
  
  h2,
      .entry-content :where(h2) {
    font-size: 40px;
  }
  
  h3,
      .entry-content :where(h3) {
    font-size: 30px;
  }
  
  h4,
      .entry-content :where(h4) {
    font-size: 1.1111111111111rem;
  }
  
  h5,
      .entry-content :where(h5) {
    font-size: 1rem;
  }
  
  h6,
      .entry-content :where(h6) {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .site-title {
    font-size: 1.2222222222222rem;
    display: none;
  }
  
  .site-header .site-description {
    display: none;
  }
  
  h1,
      .entry-content :where(h1) {
    font-size: 40px;
  }
  
  h2,
      .entry-content :where(h2) {
    font-size: 30px;
  }
  
  h3,
      .entry-content :where(h3) {
    font-size: 24px;
  }
  
  h4,
      .entry-content :where(h4) {
    font-size: 1rem;
  }
  
  h5,
      .entry-content :where(h5) {
    font-size: 0.88888888888889rem;
  }
  
  h6,
      .entry-content :where(h6) {
    font-size: 0.77777777777778rem;
  }
  
  header .custom-logo-link img,
      .ast-header-break-point .site-branding img,
      .ast-header-break-point .custom-logo-link img {
    max-width: 100px;
    width: 100px;
  }
  
  .astra-logo-svg {
    width: 100px;
  }
  
  .astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg, .transparent-custom-logo .astra-logo-svg, .advanced-header-logo .astra-logo-svg) {
    height: 22px;
  }
  
  .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
    max-width: 100px;
  }
}

@media (max-width:921px) {
  html {
    font-size: 102.6%;
  }
}

@media (max-width:544px) {
  html {
    font-size: 102.6%;
  }
}

@media (min-width:922px) {
  .ast-container {
    max-width: 1240px;
  }
}

@media (min-width:922px) {
  .site-content .ast-container {
    display: flex;
  }
}

@media (max-width:921px) {
  .site-content .ast-container {
    flex-direction: column;
  }
}

@media (min-width:922px) {
  .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover>.sub-menu,
      .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus>.sub-menu {
    margin-left: -0px;
  }
}

@media (max-width: 921px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 50px;
    --wp--custom--ast-default-block-right-padding: 50px;
    --wp--custom--ast-default-block-bottom-padding: 50px;
    --wp--custom--ast-default-block-left-padding: 50px;
  }
}

@media (max-width: 544px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 50px;
    --wp--custom--ast-default-block-right-padding: 30px;
    --wp--custom--ast-default-block-bottom-padding: 50px;
    --wp--custom--ast-default-block-left-padding: 30px;
  }
}

@media (max-width: 1200px) {
  .ast-separate-container .entry-content>.alignfull,
      .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content .alignfull {
    margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
    margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
  }
}

@media (min-width: 1201px) {
  .ast-separate-container .entry-content>.alignfull {
    margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
    margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
  }
  
  .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide {
    margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
    margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
  }
}

@media (min-width: 921px) {
  .ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width)> :where(:not(.alignleft): not(.alignright)), .ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {
    max-width: calc( var(--wp--custom--ast-content-width-size) + 80px);
  }
  
  .ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull,
      .ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 544px) {
  .entry-content>.alignleft {
    margin-right: 20px;
  }
  
  .entry-content>.alignright {
    margin-left: 20px;
  }
}

@media (max-width:544px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .wp-block-latest-posts {
    margin: 0;
  }
}

@media ( max-width: 600px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content,
      .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 8% 0 0;
  }
  
  .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 8%;
  }
}

@media (max-width:921px) {
  body.archive .ast-archive-description {
    text-align: left;
  }
}

@media (max-width:544px) {
  body.archive .ast-archive-description {
    text-align: left;
  }
}

@media (max-width:921px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row>*:first-child,
      .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row>*:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width:544px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row>*:first-child,
      .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row>*:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
  }
}

@media (max-width:921px) {
  .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 22px;
    margin-right: 22px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
    display: flex;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 0;
  }
  
  .ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children>.ast-menu-toggle {
    right: -15px;
  }
  
  .ast-builder-menu-1 .menu-item-has-children>.menu-link:after {
    content: unset;
  }
  
  .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
      .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
    margin-top: 0;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 0;
  }
  
  .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
      .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
    margin-top: 0;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-fb-html-1"] {
    margin-bottom: 5px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
    display: block;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-2"] {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-2"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-2"] {
    display: block;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: right;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: center;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: left;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: center;
  }
}

@media (max-width:921px) {
  .ast-footer-copyright {
    text-align: left;
  }
  
  .ast-footer-copyright.site-footer-focus-item {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width:544px) {
  .ast-footer-copyright {
    text-align: center;
  }
}

@media (max-width:921px) {
  .ast-footer-copyright.site-footer-focus-item {
    font-size: 0.72222222222222rem;
  }
}

@media (max-width:544px) {
  .ast-footer-copyright.site-footer-focus-item {
    font-size: 0.72222222222222rem;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
    display: flex;
  }
}

@media (max-width:921px) {
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: left;
  }
}

@media (max-width:544px) {
  .ast-footer-social-1-wrap .ast-builder-social-element {
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 100px;
  }
  
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: center;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
  }
}

@media (max-width:921px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 3, 1fr);
  }
}

@media (max-width:544px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width:921px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:544px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -80px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
  }
}

@media (max-width:921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 2, 1fr);
  }
}

@media (max-width:544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width:544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -80px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: left;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: center;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: left;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: center;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    color: var(--ast-global-color-2);
  }
  
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h1,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h1,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h2,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h2,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h3,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h3,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h4,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h4,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h5,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h5,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h6,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h6 {
    color: var(--ast-global-color-2);
  }
  
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a {
    color: var(--ast-global-color-2);
  }
  
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a:hover {
    color: var(--ast-global-color-4);
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
  }
}

@media (max-width:544px) {
  .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
    width: auto;
    margin: 0;
  }
  
  .elementor-element .woocommerce .woocommerce-result-count {
    float: none;
  }
}

@media (min-width:922px) {
  .main-header-bar {
    border-bottom-width: 1px;
  }
}

@media (min-width:922px) {
  .ast-builder-menu .main-navigation>ul>li:last-child a {
    margin-right: 0;
  }
}

@media (min-width: 922px) {
  .ast-no-sidebar .site-content .ast-article-image-container--wide {
    margin-left: -120px;
    margin-right: -120px;
    max-width: unset;
    width: unset;
  }
  
  .ast-left-sidebar .site-content .ast-article-image-container--wide,
      .ast-right-sidebar .site-content .ast-article-image-container--wide {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .site-content .ast-article-image-container--full {
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;
  }
  
  .ast-left-sidebar .site-content .ast-article-image-container--full,
      .ast-right-sidebar .site-content .ast-article-image-container--full {
    margin-left: -10px;
    margin-right: -10px;
    max-width: inherit;
    width: auto;
  }
}

@media (min-width: 922px) {
  .ast-desktop .ast-container--narrow {
    max-width: var(--ast-narrow-container-width);
    margin: 0 auto;
  }
}

@media (min-width: 921px) {
  .ast-page-builder-template.archive.ast-right-sidebar .ast-row article,
      .ast-page-builder-template.archive.ast-left-sidebar .ast-row article {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:921.9px) {
  #ast-desktop-header {
    display: none;
  }
}

@media (min-width:922px) {
  #ast-mobile-header {
    display: none;
  }
}

@media (max-width:921px) {
  .ast-theme-transparent-header #primary,
      .ast-theme-transparent-header #secondary {
    padding: 0;
  }
}

@media (max-width:921px) {
  .ast-plain-container.ast-no-sidebar #primary {
    padding: 0;
  }
}

@media (min-width:921px) {
  .ast-left-sidebar.ast-page-builder-template #secondary,
      .archive.ast-right-sidebar.ast-page-builder-template .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:544px) {
  .ast-comment-formwrap.ast-row {
    column-gap: 10px;
    display: inline-block;
  }
  
  #ast-commentform .ast-grid-common-col {
    position: relative;
    width: 100%;
  }
}

@media (min-width:1201px) {
  .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single,
      .ast-separate-container .ast-author-box,
      .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
    padding: 3em;
  }
}

@media (max-width:921px) {
  .ast-left-sidebar #content>.ast-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

@media (min-width:922px) {
  .ast-separate-container.ast-right-sidebar #primary,
      .ast-separate-container.ast-left-sidebar #primary {
    border: 0;
  }
  
  .search-no-results.ast-separate-container #primary {
    margin-bottom: 4em;
  }
}

@media (max-width:921px) {
  .wp-block-button .wp-block-button__link,
      .wp-block-search .wp-block-search__button,
      body .wp-block-file .wp-block-file__button {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .wp-block-button .wp-block-button__link,
      .wp-block-search .wp-block-search__button,
      body .wp-block-file .wp-block-file__button {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .menu-toggle,
      button,
      .ast-button,
      .ast-custom-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      #comments .submit,
      .search .search-submit,
      form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
      body .wp-block-file .wp-block-file__button,
      .search .search-submit {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .menu-toggle,
      button,
      .ast-button,
      .ast-custom-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      #comments .submit,
      .search .search-submit,
      form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
      body .wp-block-file .wp-block-file__button,
      .search .search-submit {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .menu-toggle,
      button,
      .ast-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"] {
    font-size: 0.88888888888889rem;
  }
  
  .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
    display: inline-block;
  }
  
  .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
    margin: 0;
  }
  
  .ast-comment-avatar-wrap img {
    max-width: 2.5em;
  }
  
  .ast-comment-meta {
    padding: 0 1.8888em 1.3333em;
  }
}

@media (min-width:544px) {
  .ast-container {
    max-width: 100%;
  }
}

@media (max-width:544px) {
  .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single,
      .ast-separate-container .comments-title,
      .ast-separate-container .ast-archive-description {
    padding: 1.5em 1em;
  }
  
  .ast-separate-container #content .ast-container {
    padding-left: 0.54em;
    padding-right: 0.54em;
  }
  
  .ast-separate-container .ast-comment-list .bypostauthor {
    padding: .5em;
  }
  
  .ast-search-menu-icon.ast-dropdown-active .search-field {
    width: 170px;
  }
  
  .menu-toggle,
      button,
      .ast-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"] {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .site-title {
    font-size: 1.7777777777778rem;
    display: none;
  }
  
  .site-header .site-description {
    display: none;
  }
  
  h1,
      .entry-content :where(h1) {
    font-size: 55px;
  }
  
  h2,
      .entry-content :where(h2) {
    font-size: 40px;
  }
  
  h3,
      .entry-content :where(h3) {
    font-size: 30px;
  }
  
  h4,
      .entry-content :where(h4) {
    font-size: 1.1111111111111rem;
  }
  
  h5,
      .entry-content :where(h5) {
    font-size: 1rem;
  }
  
  h6,
      .entry-content :where(h6) {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .site-title {
    font-size: 1.2222222222222rem;
    display: none;
  }
  
  .site-header .site-description {
    display: none;
  }
  
  h1,
      .entry-content :where(h1) {
    font-size: 40px;
  }
  
  h2,
      .entry-content :where(h2) {
    font-size: 30px;
  }
  
  h3,
      .entry-content :where(h3) {
    font-size: 24px;
  }
  
  h4,
      .entry-content :where(h4) {
    font-size: 1rem;
  }
  
  h5,
      .entry-content :where(h5) {
    font-size: 0.88888888888889rem;
  }
  
  h6,
      .entry-content :where(h6) {
    font-size: 0.77777777777778rem;
  }
  
  header .custom-logo-link img,
      .ast-header-break-point .site-branding img,
      .ast-header-break-point .custom-logo-link img {
    max-width: 100px;
    width: 100px;
  }
  
  .astra-logo-svg {
    width: 100px;
  }
  
  .astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg, .transparent-custom-logo .astra-logo-svg, .advanced-header-logo .astra-logo-svg) {
    height: 22px;
  }
  
  .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
    max-width: 100px;
  }
}

@media (max-width:921px) {
  html {
    font-size: 102.6%;
  }
}

@media (max-width:544px) {
  html {
    font-size: 102.6%;
  }
}

@media (min-width:922px) {
  .ast-container {
    max-width: 1240px;
  }
}

@media (min-width:922px) {
  .site-content .ast-container {
    display: flex;
  }
}

@media (max-width:921px) {
  .site-content .ast-container {
    flex-direction: column;
  }
}

@media (min-width:922px) {
  .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover>.sub-menu,
      .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus>.sub-menu {
    margin-left: -0px;
  }
}

@media (max-width: 921px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 50px;
    --wp--custom--ast-default-block-right-padding: 50px;
    --wp--custom--ast-default-block-bottom-padding: 50px;
    --wp--custom--ast-default-block-left-padding: 50px;
  }
}

@media (max-width: 544px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 50px;
    --wp--custom--ast-default-block-right-padding: 30px;
    --wp--custom--ast-default-block-bottom-padding: 50px;
    --wp--custom--ast-default-block-left-padding: 30px;
  }
}

@media (max-width: 1200px) {
  .ast-separate-container .entry-content>.alignfull,
      .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content .alignfull {
    margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
    margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
  }
}

@media (min-width: 1201px) {
  .ast-separate-container .entry-content>.alignfull {
    margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
    margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
  }
  
  .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide {
    margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
    margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
  }
}

@media (min-width: 921px) {
  .ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width)> :where(:not(.alignleft): not(.alignright)), .ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {
    max-width: calc( var(--wp--custom--ast-content-width-size) + 80px);
  }
  
  .ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull,
      .ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 544px) {
  .entry-content>.alignleft {
    margin-right: 20px;
  }
  
  .entry-content>.alignright {
    margin-left: 20px;
  }
}

@media (max-width:544px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .wp-block-latest-posts {
    margin: 0;
  }
}

@media ( max-width: 600px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content,
      .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 8% 0 0;
  }
  
  .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 8%;
  }
}

@media (max-width:921px) {
  body.archive .ast-archive-description {
    text-align: left;
  }
}

@media (max-width:544px) {
  body.archive .ast-archive-description {
    text-align: left;
  }
}

@media (max-width:921px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row>*:first-child,
      .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row>*:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width:544px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row>*:first-child,
      .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row>*:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
  }
}

@media (max-width:921px) {
  .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 22px;
    margin-right: 22px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
    display: flex;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 0;
  }
  
  .ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children>.ast-menu-toggle {
    right: -15px;
  }
  
  .ast-builder-menu-1 .menu-item-has-children>.menu-link:after {
    content: unset;
  }
  
  .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
      .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
    margin-top: 0;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 0;
  }
  
  .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
      .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
    margin-top: 0;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-fb-html-1"] {
    margin-bottom: 5px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
    display: block;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-2"] {
    font-size: 0.83333333333333rem;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-2"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-2"] {
    display: block;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: right;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: center;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: left;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: center;
  }
}

@media (max-width:921px) {
  .ast-footer-copyright {
    text-align: left;
  }
  
  .ast-footer-copyright.site-footer-focus-item {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width:544px) {
  .ast-footer-copyright {
    text-align: center;
  }
}

@media (max-width:921px) {
  .ast-footer-copyright.site-footer-focus-item {
    font-size: 0.72222222222222rem;
  }
}

@media (max-width:544px) {
  .ast-footer-copyright.site-footer-focus-item {
    font-size: 0.72222222222222rem;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
    display: flex;
  }
}

@media (max-width:921px) {
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: left;
  }
}

@media (max-width:544px) {
  .ast-footer-social-1-wrap .ast-builder-social-element {
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 100px;
  }
  
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: center;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
  }
}

@media (max-width:921px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 3, 1fr);
  }
}

@media (max-width:544px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width:921px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:544px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -80px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
  }
}

@media (max-width:921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 2, 1fr);
  }
}

@media (max-width:544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width:544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -80px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: left;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: center;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: left;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: center;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    color: var(--ast-global-color-2);
  }
  
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h1,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h1,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h2,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h2,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h3,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h3,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h4,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h4,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h5,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h5,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h6,
      .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h6 {
    color: var(--ast-global-color-2);
  }
  
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a {
    color: var(--ast-global-color-2);
  }
  
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a:hover {
    color: var(--ast-global-color-4);
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
  }
}

@media (max-width:544px) {
  .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
    width: auto;
    margin: 0;
  }
  
  .elementor-element .woocommerce .woocommerce-result-count {
    float: none;
  }
}

@media (min-width:922px) {
  .main-header-bar {
    border-bottom-width: 1px;
  }
}

@media (min-width:922px) {
  .ast-builder-menu .main-navigation>ul>li:last-child a {
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  #ast-scroll-top {
    content: "769";
  }
}

@media (max-width:921px) {
  #ast-scroll-top .ast-icon.icon-arrow svg {
    width: 1em;
  }
}

@media (min-width:922px) {
  .ast-primary-header-bar {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
}

@media (max-width:921px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
      .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 80px;
  }
}

@media (max-width:544px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
      .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 30px;
  }
}

@media (max-width:921px) {
  .ast-desktop .ast-primary-header-bar.main-header-bar,
      .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }
}

@media (max-width:921px) {
  .ast-builder-menu-mobile .main-navigation {
    font-size: 0.77777777777778rem;
  }
  
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 22px;
    padding-right: 22px;
  }
  
  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 5px;
    right: calc( 22px - 0.907em);
  }
  
  .ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
    content: unset;
  }
}

@media (max-width:544px) {
  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 5px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
  }
}

@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li {
    margin: 0;
  }
  
  .footer-nav-wrap .astra-footer-horizontal-menu a {
    padding: 0 0.5em;
  }
}

@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
    padding-left: 0;
  }
  
  .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
    padding-right: 0;
  }
}

@media (max-width:921px) {
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-horizontal-menu {
    justify-content: flex-start;
    display: flex;
  }
  
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
    display: grid;
    justify-content: flex-start;
  }
  
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu .menu-item {
    align-items: flex-start;
  }
  
  #astra-footer-menu .menu-item>a {
    font-size: 0.88888888888889rem;
  }
}

@media (max-width:544px) {
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-horizontal-menu {
    justify-content: center;
    display: flex;
  }
  
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
    display: grid;
    justify-content: center;
  }
  
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item {
    align-items: center;
  }
  
  #astra-footer-menu .menu-item>a {
    font-size: 0.77777777777778rem;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:921px) {
  .ast-header-break-point .footer-widget-area[data-section="section-footer-menu"] {
    display: block;
  }
}

@media (max-width:544px) {
  .ast-header-break-point .footer-widget-area[data-section="section-footer-menu"] {
    display: block;
  }
}

@media (min-width:-1) {
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  
  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
    justify-content: center;
  }
  
  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  
  .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  
  .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
    inset-inline-start: 0;
  }
  
  .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 0;
  }
}

@media (max-width:-1) {
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  
  .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
    justify-content: center;
  }
  
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  
  .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  
  .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
    inset-inline-start: 0;
  }
  
  .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 0;
  }
  
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  
  .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
    justify-content: center;
  }
  
  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  
  .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  
  .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
    inset-inline-start: 0;
  }
  
  .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 0;
  }
}

@media (max-width:1024px) {
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  
  .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
    justify-content: center;
  }
  
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  
  .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  
  .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
    inset-inline-start: 0;
  }
  
  .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 0;
  }
}

@media (max-width:-1) {
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  
  .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
    justify-content: center;
  }
  
  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  
  .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  
  .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
    inset-inline-start: 0;
  }
  
  .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 0;
  }
}

@media (max-width:767px) {
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  
  .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
    justify-content: center;
  }
  
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  
  .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  
  .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
    inset-inline-start: 0;
  }
  
  .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 0;
  }
}

@media only screen and (max-width: 600px) {
  div.wpforms-container .wpforms-form .wpforms-field>* {
    max-width: 100%;
  }
  
  div.wpforms-container .wpforms-form .wpforms-field {
    padding-right: 1px;
    padding-left: 1px;
  }
  
  div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-small,
      div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-medium,
      div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-large,
      div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-small,
      div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-medium,
      div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-large,
      div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-small,
      div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium,
      div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-large {
    max-width: 100%;
  }
  
  div.wpforms-container .wpforms-form .wpforms-mobile-full {
    width: 100%;
    margin-left: 0;
  }
  
  div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
    overflow-x: hidden;
  }
  
  div.wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul,
      div.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul,
      div.wpforms-container .wpforms-form .wpforms-list-2-columns ul,
      div.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul,
      div.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul,
      div.wpforms-container .wpforms-form .wpforms-list-3-columns ul {
    grid-template-columns: 1fr !important;
  }
  
  div.wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul li,
      div.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul li,
      div.wpforms-container .wpforms-form .wpforms-list-2-columns ul li,
      div.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul li,
      div.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul li,
      div.wpforms-container .wpforms-form .wpforms-list-3-columns ul li {
    width: 100%;
  }
  
  div.wpforms-container .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    display: block;
    margin: 0 0 10px 0;
  }
  
  div.wpforms-container .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  
  div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    width: 100% !important;
    padding: 5px 10px;
  }
  
  div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
    display: none;
  }
  
  div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
    font-weight: 700;
  }
  
  div.wpforms-container .wpforms-form.inline-fields .wpforms-field-container,
      div.wpforms-container .wpforms-form.inline-fields .wpforms-field {
    display: block;
    width: 100%;
  }
  
  div.wpforms-container .wpforms-form.inline-fields .wpforms-submit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price {
    width: calc( 100% - 85px) !important;
    max-width: 100% !important;
  }
  
  .wpforms-form .wpforms-payment-quantities-enabled .wpforms-single-item-price-content .wpforms-single-item-price {
    width: calc( 100% - 70px) !important;
  }
  
  .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row {
    width: calc( 100% - 85px) !important;
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
      .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
    width: 4ch;
  }
  
  .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
      .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
    display: inline;
  }
  
  .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
      .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price {
    width: calc( 100% - 85px) !important;
    max-width: 100% !important;
  }
  
  .wpforms-form .wpforms-payment-quantities-enabled .wpforms-single-item-price-content .wpforms-single-item-price {
    width: calc( 100% - 70px) !important;
  }
  
  .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row {
    width: calc( 100% - 85px) !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  div.wpforms-container-full:not(:empty) {
    padding: calc( min( var( --wpforms-container-padding), 40px));
  }
}

@media only screen and (max-width: 600px) {
  div.wpforms-container-full:not(:empty) {
    padding: calc( min( var( --wpforms-container-padding), 20px));
  }
  
  div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    margin: 20px 0 20px;
  }
  
  div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
  }
  
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
    display: none;
  }
}

@media (max-width:600px) {
  .os-col-sm-12 {
    flex: 0 0 100%;
    padding: 0 7px;
  }
}

@media (min-width:601px) and (max-width:1050px) {
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-form-w {
    border-right: none !important;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-summary-w {
    display: none !important;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-summary-w .summary-header {
    text-align: left;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-summary-w .summary-header span {
    margin-left: 15px;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open .latepoint-summary-w {
    animation: .4s cubic-bezier(.45, 1, .4, 1.1) 0ms LatepointSlideUpMobileSummary;
    animation-fill-mode: both;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger,
      .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-lightbox-summary-trigger {
    display: block;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    width: auto;
    flex: 1;
    border-radius: 0;
    bottom: auto;
    z-index: 4;
    overflow: auto;
    box-shadow: 0 10px 28px -5px rgba(0, 0, 0, .4), 0 2px 3px 0 rgba(0, 0, 0, .4);
    max-height: 80vh;
    transform: translate3d(-50%, -50%, 0);
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .summary-header .latepoint-lightbox-summary-trigger {
    padding: 3px 5px;
    line-height: 1.2;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .summary-header>div {
    justify-content: flex-start;
  }
  
  .latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .summary-header span {
    margin-left: 0;
  }
}

@media (max-width:600px) {
  .latepoint-lightbox-w.latepoint-border-radius-rounded .latepoint-lightbox-i {
    border-radius: 0;
  }
  
  .latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-1 .os-available-slots-tooltip,
      .latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-7 .os-available-slots-tooltip {
    transform: none;
    animation: .1s ease latepointAvailabilityPopupY;
    animation-fill-mode: both;
  }
  
  .latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-7 .os-available-slots-tooltip {
    left: auto;
    right: 0;
  }
  
  .latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-1 .os-available-slots-tooltip {
    left: 0;
  }
  
  .latepoint-w.latepoint-lightbox-form {
    height: 100%;
  }
  
  .latepoint-w .latepoint-booking-form-element {
    flex: 1;
    display: block;
    height: 100%;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w {
    width: 100%;
    flex: 1;
  }
  
  .summary-header .checkout-from-summary-panel-btn-wrapper {
    display: none;
  }
  
  .latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-summary-main-section {
    padding: 0 20px;
  }
  
  .latepoint-summary-w .summary-price-breakdown-wrapper .summary-price-breakdown-inner {
    padding: 0 20px 20px;
  }
  
  .latepoint-w .latepoint-summary-w .os-summary-contents {
    overflow: hidden;
  }
  
  .checkout-from-summary-panel-btn-wrapper.os-mobile-only {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #f1f1f1;
  }
  
  .checkout-from-summary-panel-btn-wrapper.os-mobile-only .checkout-from-summary-panel-btn {
    justify-content: space-between;
  }
  
  .checkout-from-summary-panel-btn-wrapper.os-mobile-only+.os-summary-contents-inner {
    padding-top: 10px;
  }
  
  .le-day-view-wrapper .le-day-schedule-wrapper {
    padding: 30px 15px;
  }
  
  .latepoint-calendar-controls {
    flex-wrap: wrap;
  }
  
  .latepoint-calendar-controls .le-filter span,
      .latepoint-calendar-controls .le-navigation .le-today {
    display: none;
  }
  
  .latepoint-calendar-controls .le-month,
      .latepoint-calendar-controls .le-week {
    white-space: nowrap;
    flex: 0 0 100%;
    text-align: center;
  }
  
  .latepoint-calendar-controls .le-filter {
    padding: 10px 12px;
  }
  
  .latepoint-calendar-controls .le-range-selector,
      .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-trigger-w a {
    margin-left: 0;
  }
  
  .latepoint-calendar-controls .le-navigation-wrapper {
    margin-left: auto;
    border-left: none;
  }
  
  .latepoint-calendar-week .le-day-weekday-wrapper {
    position: relative;
    top: 0;
  }
  
  .latepoint-calendar-filters .le-filters-label {
    display: none;
  }
  
  .latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters {
    display: block;
  }
  
  .latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters .os-form-group+.os-form-group {
    margin-top: 10px;
  }
  
  .latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters select {
    display: block;
    width: 100%;
  }
  
  .latepoint-calendar-week {
    padding-left: 0;
    padding-bottom: 10px;
  }
  
  .latepoint-calendar-week .le-day-wrapper {
    flex: 0 0 100px;
  }
  
  .latepoint-calendar-month,
      .latepoint-calendar-week {
    grid-template-columns: 200px 200px 200px 200px 200px 200px 200px;
    overflow-x: auto;
  }
  
  .latepoint-calendar-week .le-day-wrapper:first-child .day-schedule-timeslot-value {
    display: none;
  }
  
  .le-day-view-wrapper .le-day-info-section {
    padding: 20px 15px;
  }
  
  .le-day-view-wrapper .le-day-info-section .le-day-info .le-day-number {
    font-size: 45px;
  }
  
  .le-day-view-wrapper .le-day-info-section .le-day-filters-wrapper {
    margin-left: 15px;
    padding-left: 15px;
  }
  
  .le-day-view-wrapper .le-day-info-section .le-day-heading {
    margin-bottom: 7px;
    font-size: 21px;
  }
  
  .latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-close {
    top: 5px;
    right: 5px;
  }
  
  .latepoint-clean-body.with-pattern>.latepoint-w {
    padding: 0;
  }
  
  .latepoint-w .manage-booking-wrapper,
      .latepoint-w .manage-order-wrapper {
    margin: 0;
  }
  
  .latepoint-w .manage-booking-wrapper .manage-booking-controls,
      .latepoint-w .manage-order-wrapper .manage-booking-controls {
    padding: 10px;
    gap: 10px;
  }
  
  .latepoint-w .manage-booking-wrapper .manage-booking-inner,
      .latepoint-w .manage-order-wrapper .manage-booking-inner {
    padding: 100px 20px 20px;
  }
  
  .latepoint-resources-items-w,
      .latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
    display: block;
  }
  
  .latepoint-resources-items-w .resource-item {
    margin-bottom: 20px;
  }
  
  .os-items .os-item.with-details .os-item-i .os-item-img-w {
    transform-origin: center center;
    transform: translateY(-8px) scale(.9);
  }
  
  .os-items .os-item.with-details .os-item-i .os-item-name-w {
    transform: translateY(-18px);
  }
  
  .os-items .os-item.with-details .os-item-i .os-item-details-popup-btn {
    opacity: 1;
    transform: translateY(-7px);
  }
  
  .latepoint-w .latepoint-summary-w .summary-header .summary-header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .latepoint-w .latepoint-summary-w .os-summary-contents-inner .os-summary-contents-inner-top {
    padding: 0 20px;
  }
  
  .latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w {
    border-radius: 0 !important;
  }
  
  .latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input,
      .latepoint-w .os-form-group.os-form-phonefield-group .lp_iti__selected-dial-code {
    font-size: 16px !important;
  }
  
  .latepoint-w.latepoint-with-summary .latepoint-summary-w .summary-header {
    text-align: left;
  }
  
  .latepoint-w.latepoint-with-summary .latepoint-summary-w .summary-header>div {
    justify-content: flex-start;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
    animation: .4s cubic-bezier(.45, 1, .4, 1.1) 0ms LatepointSlideUpMobileSummary;
    animation-fill-mode: both;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-lightbox-summary-trigger,
      .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .latepoint-lightbox-summary-trigger i {
    display: block;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w {
    display: flex !important;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    flex: 1;
    border-radius: 0;
    bottom: auto;
    z-index: 4;
    overflow: hidden;
    box-shadow: 0 10px 28px -5px rgba(0, 0, 0, .4), 0 2px 3px 0 rgba(0, 0, 0, .4);
    max-height: 90vh;
    max-width: 90vw;
    min-width: 80vw;
    transform: translate3d(-50%, -50%, 0);
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .latepoint-lightbox-summary-trigger {
    line-height: 1;
    right: 15px;
    padding: 3px;
  }
  
  .latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded {
    border-radius: 0;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w {
    border-radius: 8px;
  }
  
  .qr-code-on-full-summary {
    display: none !important;
  }
  
  .customer-bookings-tiles,
      .customer-orders-tiles {
    grid-template-columns: 1fr;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-progress ul li {
    margin: 0 3px;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn {
    padding: 10px;
  }
  
  .latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .step-datepicker-w {
    padding: 0;
  }
  
  .latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar {
    padding: 5px;
  }
  
  .latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .latepoint-w .os-form-group.os-form-textfield-group input[type=email].os-form-control,
      .latepoint-w .os-form-group.os-form-textfield-group input[type=number].os-form-control,
      .latepoint-w .os-form-group.os-form-textfield-group input[type=password].os-form-control,
      .latepoint-w .os-form-group.os-form-textfield-group input[type=tel].os-form-control,
      .latepoint-w .os-form-group.os-form-textfield-group input[type=text].os-form-control,
      .latepoint-w .os-form-group.os-form-textfield-group select.os-form-control,
      .latepoint-w .os-form-group.os-form-textfield-group textarea.os-form-control {
    font-size: 18px !important;
  }
  
  .latepoint-w .customer-bookings-tiles .customer-booking {
    flex: 1;
  }
  
  .latepoint-w .customer-dashboard-tabs {
    overflow-x: auto;
  }
  
  .latepoint-w .customer-dashboard-tabs a {
    margin: 0;
    text-align: center;
    white-space: nowrap;
  }
  
  .latepoint-w .customer-dashboard-tabs a+a {
    margin-left: 15px;
  }
  
  .latepoint-w .customer-dashboard-tabs a:after {
    bottom: 0;
    top: auto;
    height: 0;
    width: 100%;
  }
  
  .latepoint-w .customer-dashboard-tabs a.active:after {
    height: 3px;
  }
  
  .latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-child-count,
      .latepoint-w .latepoint-booking-form-element .step-services-w .os-item-category-w .os-item-category-info .os-item-category-services-count,
      .latepoint-w .latepoint-section-heading-w .heading-extra,
      .latepoint-w.latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel {
    display: none;
  }
  
  .latepoint-w .latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group {
    display: block;
  }
  
  .latepoint-w .latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group label {
    margin-bottom: 5px;
  }
  
  .latepoint-w .latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group select {
    width: 100% !important;
  }
  
  .latepoint-w .dp-timeslot {
    height: 30px;
  }
  
  .latepoint-w .dp-timeslot .dp-tick {
    top: 40px;
  }
  
  .latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-timezone-selector-w {
    display: none !important;
  }
  
  .latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid {
    justify-content: space-evenly;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-datepicker-w {
    padding: 10px 0;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info {
    flex-direction: column;
    align-items: center;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-deposit-price-w,
      .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-total-price-w {
    padding: 8px 0;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-trigger-w {
    margin-bottom: 5px;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w {
    margin-left: 0 !important;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input {
    font-size: 18px !important;
    -webkit-appearance: none;
    width: 155px !important;
    border-radius: 0 !important;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a {
    padding: 5px 10px;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a .service-price-w {
    padding-left: 5px;
    margin-left: 5px;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a .service-img-w {
    margin-right: 10px;
  }
  
  .latepoint-w .latepoint-booking-form-element .step-services-w .os-service-durations li .os-duration-value {
    font-size: 32px;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-side-panel {
    display: none;
    width: 100%;
    flex: 1;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w .item-quantity-selector-w .item-quantity-selector-input {
    font-size: 16px !important;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
    padding: 15px;
    max-height: 100dvh;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w .os-item-details-popup .item-details-popup-content {
    padding: 40px 15px;
  }
  
  .latepoint-w .latepoint-booking-form-element .latepoint-form-w .os-item-details-popup .item-details-popup-content .item-details-popup-features {
    margin-bottom: 20px;
  }
  
  .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel {
    position: absolute;
    top: 59px;
    z-index: 999;
    left: 0;
    right: 0;
    display: block;
    flex: 1;
    padding: 0;
    border: 0 !important;
    background-color: #fff;
  }
  
  .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-progress,
      .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-questions,
      .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-step-desc-w,
      .latepoint-w .latepoint-summary-w {
    display: none !important;
  }
  
  .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w {
    margin-top: 0;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  
  .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group {
    display: flex;
    align-items: center;
  }
  
  .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group label {
    margin-bottom: 0;
    margin-right: 10px;
    white-space: nowrap;
    flex: 1;
  }
  
  .latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group select {
    text-align-last: left;
    text-align: center;
  }
  
  .latepoint-w .latepoint-form-w {
    height: 100%;
  }
  
  .latepoint-w .latepoint-form-w .latepoint-heading-w {
    padding-left: 15px !important;
  }
  
  .latepoint-w .latepoint-form-w .latepoint-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .latepoint-w .latepoint-lightbox-i {
    transform: none;
    animation: .4s cubic-bezier(0, 1, .51, 1) 0s both osLightboxMobileAnimation;
    max-height: 100dvh;
    height: 100dvh;
  }
  
  .latepoint-w.front-lightbox .latepoint-lightbox-i {
    max-height: 100dvh;
  }
  
  .latepoint-lightbox-w {
    grid-template-columns: 1fr !important;
  }
  
  @keyframes osLightboxAnimation{
  
          0% {
              transform: translate3d(0, -40%, 0) scale(1.2);
              opacity: 0
          }
          to {
              transform: translate3d(0, -50%, 0) scale(1);
              opacity: 1
          }
      
  }
}

@media (min-width:601px) and (max-width:959px) {
  .latepoint-lightbox-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
    display: flex;
  }
  
  .latepoint-lightbox-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-form-w {
    border-right: 1px solid rgba(0, 0, 0, .1);
  }
}

@media (min-width:960px) {
  .latepoint-w .summary-boxes-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
  }
  
  .latepoint-w .summary-boxes-columns .summary-box {
    flex: 1 1 35%;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
    display: flex;
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-form-w {
    border-right: 1px solid rgba(0, 0, 0, .1);
  }
  
  .latepoint-w.latepoint-with-summary.latepoint-summary-is-open.latepoint-hide-side-panel {
    grid-template-columns: min-content;
  }
}

@media print {
  .summary-box-wrapper+.summary-box-wrapper {
    border-top: 2px solid #111;
    margin-top: 30px;
    padding-top: 30px;
  }
  
  .confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon,
      .confirmation-info-w .schedule-bundle-booking-btn-wrapper,
      .full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon,
      .full-summary-wrapper .schedule-bundle-booking-btn-wrapper,
      .order-full-summary-actions {
    display: none;
  }
  
  .order-summary-items-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  
  .full-summary-order-info-elements {
    margin-top: 20px;
  }
  
  .qr-code-booking-info img,
      .qr-code-vevent img {
    width: 200px;
    height: auto;
  }
  
  .fsoi-element {
    margin-top: 5px;
  }
  
  .booking-full-summary-actions,
      .part-of-bundle-message,
      .summary-box .sbc-link-item,
      .summary-box .sbc-main-item a,
      .summary-box .summary-box-content .os-avatar-w,
      .summary-box .summary-box-content .os-location-image {
    display: none;
  }
  
  .summary-box .summary-box-content .sbc-content-i {
    margin-left: 0;
  }
  
  .summary-box .sbc-big-item {
    font-size: 22px;
  }
  
  .summary-box .sbc-highlighted-item {
    font-size: 18px;
    color: #000;
  }
  
  .confirmation-info-w .summary-box-heading,
      .full-summary-wrapper .summary-box-heading {
    margin-bottom: 5px;
  }
  
  .confirmation-info-w .summary-box .sbc-main-item,
      .full-summary-wrapper .summary-box .sbc-main-item {
    font-size: 18px;
  }
  
  .latepoint-w .summary-boxes-columns .summary-box {
    margin-bottom: 20px;
  }
  
  .summary-attributes {
    padding: 0;
    background-color: transparent;
  }
  
  .booking-status-info-wrapper {
    padding: 20px 0;
    margin: 0 0 30px;
    border-bottom: 2px solid #111;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
  .booking-status-info-wrapper .booking-confirmation,
      .booking-status-info-wrapper .booking-status-label {
    font-size: 22px;
  }
  
  .booking-status-info-wrapper .booking-status-icon,
      .fsoi-main-wrapper,
      .latepoint-print-summary-w .qr-code-on-full-summary .qr-show-trigger,
      .summary-box.main-box .qr-show-trigger,
      .summary-box.main-box .summary-box-booking-date-box {
    display: none;
  }
  
  .booking-status-info-wrapper .booking-confirmation {
    margin-left: 0;
  }
  
  .latepoint-print-summary-w {
    padding: 40px;
  }
  
  .latepoint-print-summary-w .full-summary-head-info {
    position: relative;
  }
  
  .latepoint-print-summary-w .qr-code-on-full-summary {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
  }
  
  .latepoint-print-summary-w .qr-code-on-full-summary .qr-code-booking-info,
      .latepoint-print-summary-w .qr-code-on-full-summary .qr-code-vevent {
    flex: 1;
    text-align: center;
    border: 2px dotted #111;
    padding: 30px;
  }
  
  .latepoint-print-summary-w .qr-code-on-full-summary .qr-code-booking-info img,
      .latepoint-print-summary-w .qr-code-on-full-summary .qr-code-vevent img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 10px;
  }
  
  .latepoint-print-summary-w .qr-code-on-full-summary .qr-code-booking-info .qr-code-label,
      .latepoint-print-summary-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
    text-align: center;
    font-size: 14px;
  }
  
  .latepoint-print-summary-w .payment-summary-info .full-summary-info-w {
    margin-top: 0;
  }
  
  .latepoint-print-summary-w .full-summary-header {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .latepoint-print-summary-w .full-summary-number {
    color: #7c85a3;
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .latepoint-print-summary-w .full-summary-number strong {
    font-size: 39px;
    letter-spacing: normal;
    color: #14161d;
    display: block;
    line-height: 1.1;
  }
}

@media (max-width:500px) {
  .latepoint .lp_iti__country-list,
      .latepoint-admin .lp_iti__country-list {
    white-space: normal;
  }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .latepoint .lp_iti__flag,
      .latepoint-admin .lp_iti__flag {
    background-size: 5652px 15px;
  }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .latepoint .lp_iti__flag,
      .latepoint-admin .lp_iti__flag {
    background-image: url(../../img/flags@2x.png);
  }
}

@media (min-width:768px) {
  .elementor-32 .elementor-element.elementor-element-44d597a {
    --content-width: 1600px;
  }
}

@media (max-width:1024px) {
  .elementor-32 .elementor-element.elementor-element-c1cddec {
    --gap: 20px 20px;
    --row-gap: 20px;
    --column-gap: 20px;
  }
  
  .elementor-32 .elementor-element.elementor-element-862b7d2 {
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
  }
}

@media (max-width:767px) {
  .elementor-32 .elementor-element.elementor-element-c1cddec {
    --gap: 40px 40px;
    --row-gap: 40px;
    --column-gap: 40px;
    --padding-top: 50px;
    --padding-bottom: 60px;
    --padding-left: 10px;
    --padding-right: 10px;
  }
  
  .elementor-32 .elementor-element.elementor-element-c1cddec:not(.elementor-motion-effects-element-type-background),
      .elementor-32 .elementor-element.elementor-element-c1cddec>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-position: bottom left;
  }
  
  .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-block-end: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-block-start: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items.elementor-inline-items {
    margin-inline: calc(-10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    inset-inline-end: calc(-10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-item>.elementor-icon-list-text,
      .elementor-32 .elementor-element.elementor-element-13ee986 .elementor-icon-list-item>a {
    font-size: 16px;
  }
  
  .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-block-end: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-block-start: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items.elementor-inline-items {
    margin-inline: calc(-10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    inset-inline-end: calc(-10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-item>.elementor-icon-list-text,
      .elementor-32 .elementor-element.elementor-element-9458e3f .elementor-icon-list-item>a {
    font-size: 16px;
  }
  
  .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-block-end: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-block-start: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: calc(10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items.elementor-inline-items {
    margin-inline: calc(-10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    inset-inline-end: calc(-10px/2);
  }
  
  .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-item>.elementor-icon-list-text,
      .elementor-32 .elementor-element.elementor-element-8555180 .elementor-icon-list-item>a {
    font-size: 16px;
  }
  
  .elementor-32 .elementor-element.elementor-element-862b7d2 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 25px;
    --padding-bottom: 0px;
    --padding-left: 25px;
    --padding-right: 25px;
  }
  
  .elementor-32 .elementor-element.elementor-element-e2ab4ee>.elementor-widget-container {
    margin: -34px 0 40px;
  }
}

@media (max-width:1024px) and (min-width:768px) {
  .elementor-32 .elementor-element.elementor-element-b348c58 {
    --width: 90%;
  }
}

@media screen and (max-height: 1024px) {
  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
                  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

@media screen and (max-height: 640px) {
  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
                  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

@media screen and (max-width: 768px) {
  .mybox {
    width: 94%;
    padding: 10px;
  }
  
  .mybox-new {
    width: 94%;
    padding: 10px;
  }
  
  .mybox-bordered-new {
    border: 1px dotted #666;
    padding: 5px;
  }
}


.n2-in-fullscreen * {
    animation-name: initial
}

.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
    opacity: 1
}

ss3-fullpage {
    display: block
}

ss3-fullpage[data-based-on=real] {
    opacity: 0
}

ss3-force-full-width {
    position: relative;
    display: block;
    opacity: 0;
    width: 100vw;
    transform: translateX(-100vw)
}

.n2-section-smartslider {
    position: relative;
    width: 100%;
    outline: 0;
    --widget-offset: 0px
}

.n2-section-smartslider--hidden {
    display: none
}

.n2-ss-align {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.n2-ss-align.n2-ss-align-visible {
    overflow: visible
}

.n2-ss-slider {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1;
    user-select: none;
    --ss-fs: flex-start;
    --ss-fe: flex-end;
    --ss-r: row;
    --ss-rr: row-reverse
}

.n2-ss-slider [data-force-pointer],
.n2-ss-slider [data-force-pointer] * {
    cursor: pointer !important
}

.n2-ss-slider [data-force-pointer=zoom-in],
.n2-ss-slider [data-force-pointer=zoom-in] * {
    cursor: zoom-in !important
}

.n2-ss-slider .n2-ss-text {
    user-select: text;
    cursor: initial
}

.n2-ss-slider-has-no-slide {
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important
}

.n2-ss-slider,
.n2-ss-slider .n2_ss__touch_element {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.n2-ss-slider>*,
.n2-ss-slider .n2_ss__touch_element>* {
    -webkit-tap-highlight-color: initial
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow-all * {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow-all *,
.n2-ss-slider .n2-ow-all :before,
.n2-ss-slider .n2-ow-all :after {
    box-sizing: content-box
}

.n2-ss-slider .n2-ow:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow-all :not(i):before,
.n2-ss-slider .n2-ow-all :not(i):after {
    display: none
}

.n2-ss-slider a.n2-ow,
.n2-ss-slider .n2-ow-all a {
    border: 0;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.n2-ss-slider a.n2-ow,
.n2-ss-slider a.n2-ow:focus,
.n2-ss-slider .n2-ow-all a,
.n2-ss-slider .n2-ow-all a:focus {
    outline: 0 !important;
    transition: none 0s;
    box-shadow: none;
    text-decoration: none
}

.n2-ss-slider path {
    transition: none 0s
}

.n2-ss-slider .n2-ow-all b,
.n2-ss-slider .n2-ow-all i {
    color: inherit
}

.n2-ss-slider h1.n2-ow,
.n2-ss-slider h2.n2-ow,
.n2-ss-slider h3.n2-ow,
.n2-ss-slider h4.n2-ow,
.n2-ss-slider h5.n2-ow,
.n2-ss-slider h6.n2-ow,
.n2-ss-slider p.n2-ow,
.n2-ss-slider blockquote.n2-ow,
.n2-ss-slider .n2-ow-all h1,
.n2-ss-slider .n2-ow-all h2,
.n2-ss-slider .n2-ow-all h3,
.n2-ss-slider .n2-ow-all h4,
.n2-ss-slider .n2-ow-all h5,
.n2-ss-slider .n2-ow-all h6,
.n2-ss-slider .n2-ow-all p,
.n2-ss-slider .n2-ow-all blockquote {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    width: auto;
    border: 0;
    box-shadow: none;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.n2-ss-slider iframe {
    border: 0;
    min-height: 0
}

.n2-ss-slider iframe.n2-ow,
.n2-ss-slider .n2-ow-all iframe {
    margin: 0
}

.n2-ss-slider img.n2-ow,
.n2-ss-slider .n2-ow-all img,
.n2-ss-slider svg.n2-ow,
.n2-ss-slider .n2-ow-all svg {
    max-width: none;
    max-height: none;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top
}

.n2-ss-slider picture.n2-ow,
.n2-ss-slider .n2-ow-all picture {
    display: inline-block
}

.n2-ss-slider source {
    display: none
}

.n2-ss-slider ul.n2-ow,
.n2-ss-slider li.n2-ow,
.n2-ss-slider img.n2-ow,
.n2-ss-slider a.n2-ow,
.n2-ss-slider p.n2-ow,
.n2-ss-slider ol.n2-ow,
.n2-ss-slider textarea.n2-ow,
.n2-ss-slider input.n2-ow,
.n2-ss-slider button.n2-ow {
    transition: none 0s
}

.n2-ss-slider p {
    background-color: transparent
}

.n2-ss-slider ol {
    margin: 0
}

.n2-ss-slider {
    z-index: 3;
    position: relative;
    text-align: left;
    width: 100%;
    min-height: 1px
}

[dir=rtl] .n2-ss-slider {
    text-align: right
}

.n2-ss-slider :focus {
    outline: 0
}

.n2-ss-slider[data-responsive=fullpage] {
    min-height: calc(var(--target-height, 100vh) - var(--subtract, 0px) - var(--subtract-vertical-offset, 0px) - var(--subtract-vertical-widget, 0px))
}

.n2-ss-slider.n2-ss-slider--fullscreen[data-responsive=fullpage] {
    min-height: 100vh
}

.n2-ss-slider.n2-ss-slider--fullscreen .n2-ss-preserve-size--slider {
    display: none !important
}

[dir=rtl] .n2-ss-slider .n2-ss-slide-background {
    text-align: left
}

.n2-ss-slider.n2notransition * {
    transition: none 0s !important
}

.n2-ss-slider .n2-ss-preserve-size {
    width: 100%;
    visibility: hidden
}

.n2-ss-slider .n2-ss-preserve-size[data-related-device] {
    display: none
}

.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait] {
    display: block
}

.n2-ss-slider .n2-ss-slider-background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.n2-ss-slider .n2-cover {
    object-fit: cover
}

.n2-ss-slider .n2-contain {
    object-fit: contain
}

.n2-ss-slider .n2-ss-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    --ssselfalign: center
}

.n2-ss-full-page--constrain-ratio .n2-ss-slide {
    overflow: visible
}

.n2-ss-slider .n2-ss-slide--focus {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: opacity(0);
    z-index: -99999
}

.n2-ss-slider .n2-ss-slide-thumbnail {
    display: none !important
}

.n2-ss-full-page--constrain-ratio .n2-ss-layers-container {
    clip-path: var(--ss-clip-path, inset(0px))
}

.n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left
}

.n2-ss-feature-post-bg-loader .n2-ss-slide-background {
    opacity: 0
}

.n2-ss-slider .n2-ss-slide-background {
    z-index: 10
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
    z-index: 1
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"] {
    z-index: 7
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video {
    z-index: 3
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image {
    z-index: 5
}

.n2-ss-slider .n2-ss-slide-background-image {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    --ss-o-pos-x: 50%;
    --ss-o-pos-y: 50%
}

.n2-ss-slider .n2-ss-slide-background-image img {
    object-position: var(--ss-o-pos-x) var(--ss-o-pos-y)
}

.n2-ss-slider .n2-ss-slide-background-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    color: RGBA(0, 0, 0, 0)
}

.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img {
    object-fit: contain
}

.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image img {
    object-fit: none
}

.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image img {
    object-fit: fill
}

.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image img {
    object-fit: contain
}

.n2-ss-slider .n2-ss-slide-background-video {
    object-fit: cover
}

.n2-ss-slider .n2-ss-slide-background-video[data-mode=fit] {
    object-fit: contain
}

.n2-ss-slider .n2-ss-layers-container {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 20;
    opacity: .001;
    transition: opacity .4s
}

.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container {
    opacity: 1
}

.n2-ss-slider [onclick].n2-ss-layers-container {
    visibility: visible
}

.n2-ss-slider .n2-ss-layers-container>* {
    visibility: visible
}

.n2-ss-slider .n2-ss-layer {
    z-index: 2;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    width: calc(100% - var(--margin-right) - var(--margin-left));
    --ssfont-scale: 1;
    font-size: calc(100%*var(--ssfont-scale))
}

.n2-ss-slider .n2-ss-layer[data-pm=normal] {
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left)
}

.n2-ss-slider .n2-ss-layer[data-pm=absolute] {
    position: absolute;
    left: 0;
    top: 0
}

.n2-ss-slider .n2-ss-layer[data-pm=absolute] picture {
    width: 100%
}

.n2-ss-slider .n2-ss-layer[data-pm=default],
.n2-ss-slider .n2-ss-layer[data-pm=normal] {
    position: relative;
    min-height: 1px
}

.n2-ss-slider .n2-ss-layer-wrapper {
    width: 100%;
    height: 100%
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-wrapper,
.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-wrapper {
    height: auto;
    flex-grow: 1
}

.n2-ss-slider .n2-ss-layer.n2-ss-layer--need-height .n2-ss-layer-wrapper {
    height: 100%
}

.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-wrapper,
.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-wrapper {
    flex: 1 1 auto;
    min-height: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column
}

.n2-ss-no-bga-fixed *,
.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-1,
.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-1,
.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-1,
.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-1,
.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-2,
.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-2,
.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-2,
.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-2 {
    background-attachment: scroll !important
}

.n2-ss-slider .n2-ss-widget {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    z-index: 1;
    font-size: 16px;
    transition: opacity .4s ease;
    opacity: 1;
    box-sizing: initial
}

.n2-ss-slider .n2-ss-widget[data-position=above],
.n2-ss-slider .n2-ss-widget[data-position=below] {
    margin-left: auto;
    margin-right: auto
}

.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
    opacity: 0 !important;
    pointer-events: none
}

.n2-ss-slider .n2-ss-slider-controls-above,
.n2-ss-slider .n2-ss-slider-controls-below {
    display: flex;
    flex-flow: column;
    align-items: center
}

.n2-ss-slider .n2-ss-slider-controls-side {
    position: relative;
    display: flex
}

.n2-ss-slider .n2-ss-slider-controls-side>* {
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-slider-controls-left,
.n2-ss-slider .n2-ss-slider-controls-right {
    flex: 0 0 auto;
    display: flex
}

.n2-ss-slider .n2-ss-slider-controls-left>*,
.n2-ss-slider .n2-ss-slider-controls-right>* {
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-slider-controls-left>* {
    margin-right: var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-right>* {
    margin-left: var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left,
.n2-ss-slider .n2-ss-slider-controls-absolute-right {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    display: flex;
    flex-flow: var(--ss-rr);
    align-items: center;
    visibility: hidden
}

[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-left {
    justify-content: flex-start
}

[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-right {
    justify-content: flex-end
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left>*,
.n2-ss-slider .n2-ss-slider-controls-absolute-right>* {
    visibility: visible
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right {
    left: 100%;
    right: auto;
    flex-flow: row
}

.n2-ss-slider .n2-ss-slider-wrapper-outside,
.n2-ss-slider .n2-ss-slider-wrapper-inside {
    position: relative;
    display: grid;
    grid-template-columns: 100%
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls>* {
    visibility: visible
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced {
    display: block;
    opacity: 0;
    transition: opacity .4s
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced--ready {
    opacity: 1
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced>* {
    position: absolute !important
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-top {
    align-items: flex-start;
    flex-flow: var(--ss-r)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-top>* {
    margin: var(--widget-offset) 0 0 var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-center-top {
    align-items: center;
    flex-flow: column
}

.n2-ss-slider .n2-ss-slider-controls-absolute-center-top>*,
.n2-ss-slider .n2-ss-slider-controls-below>* {
    margin-top: var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-top {
    flex-flow: var(--ss-rr);
    align-items: flex-start
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-top>* {
    margin: var(--widget-offset) var(--widget-offset) 0 0
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-center {
    align-items: center;
    flex-flow: var(--ss-r)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,
.n2-ss-slider .n2-ss-slider-controls-absolute-right>* {
    margin-left: var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
    align-items: center;
    flex-flow: var(--ss-rr)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,
.n2-ss-slider .n2-ss-slider-controls-absolute-left>* {
    margin-right: var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom {
    align-items: flex-end;
    flex-flow: var(--ss-r)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom>* {
    margin: 0 0 var(--widget-offset) var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom {
    align-items: center;
    flex-flow: column-reverse
}

.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,
.n2-ss-slider .n2-ss-slider-controls-above>* {
    margin-bottom: var(--widget-offset)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom {
    align-items: flex-end;
    flex-flow: var(--ss-rr)
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom>* {
    margin: 0 var(--widget-offset) var(--widget-offset) 0
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top,
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top,
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom,
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom {
    z-index: 11
}

.n2-ss-slider .n2-ss-static-slide {
    justify-self: stretch;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 25;
    -webkit-backface-visibility: hidden;
    text-align: center;
    --ssselfalign: center;
    opacity: .001;
    transition: opacity .4s
}

.n2-ss-slider.n2-ss-loaded .n2-ss-static-slide {
    opacity: 1
}

.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide]>.n2-ss-layer,
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="1"]>div.n2-ss-section-main-content,
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content] .n2-ss-section-main-content>* {
    visibility: visible
}

.n2-ss-slider .n2-ss-static-slide,
.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide],
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content {
    visibility: hidden
}

.n2-ss-slider .n2-ss-shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    z-index: 13
}

.n2-ss-slider .n2-ss-shape-divider-inner {
    height: 100%;
    transform-origin: center top
}

.n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: center bottom
}

.n2-ss-slider .n2-ss-shape-divider svg {
    display: block;
    height: 100%;
    width: 100%
}

.n2-ss-slider .n2-ss-shape-divider-top {
    top: 0
}

.n2-ss-slider .n2-ss-shape-divider-bottom {
    bottom: 0
}

.n2-ss-slider .n2-ss-slide .nextend-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none !important;
    height: auto;
    background: rgba(0, 0, 0, .002)
}

.n2-ss-slider video.n2-ow {
    max-width: none
}

.n2-ss-slider .n2-ss-item-video-container {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.n2-ss-slider .n2-ss-item-video-container video {
    width: 100%;
    height: 100%
}

.n2-ss-slider .n2-ss-item-iframe-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100%
}

.n2-ss-slider .n2i {
    vertical-align: top
}

.n2-ss-slider iframe.n2-ow {
    max-width: none;
    display: block
}

.n2-ss-slider .n2-ss-item-iframe {
    height: 100%
}

.n2-ss-slider .n2-grabbing {
    cursor: grabbing !important
}

.n2-ss-slider .n2-grabbing .n2-ss-slide {
    pointer-events: none
}

.n2-ss-slider .n2-ss-item-input-form {
    display: flex;
    flex-flow: row
}

.n2-ss-slider .n2-ss-item-input-form .n2-input {
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-item-input-form .n2-form-button {
    margin: 0
}

.n2-ss-slider form.n2-ow {
    margin: 0;
    border: 0;
    padding: 0
}

.n2-ss-slider .n2-input {
    height: auto;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    font-size: 13px;
    font-family: Arial, serif;
    box-shadow: none
}

.n2-ss-slider input.n2-ow:focus {
    outline: 0
}

.n2-ss-slider input.n2-ow[placeholder] {
    overflow: hidden;
    text-overflow: clip
}

.n2-ss-slider ::-moz-placeholder {
    text-overflow: clip;
    color: inherit
}

.n2-ss-slider input.n2-ow:-moz-placeholder {
    text-overflow: clip;
    color: inherit
}

.n2-ss-slider input.n2-ow::-webkit-input-placeholder,
.n2-ss-slider input.n2-ow::placeholder {
    color: inherit
}

.n2-ss-slider table.n2-ow {
    table-layout: auto;
    margin: 0
}

.n2-ss-slider .n2-ow .n2-ss-thumbnail-type {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    left: 50%;
    top: 50%
}

.n2-ss-slider .n2-ss-section-main-content .n2-ss-item {
    float: none
}

.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer {
    display: flex;
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-wrapper {
    display: flex
}

.n2-ss-slider .n2-ss-layer-row {
    box-sizing: border-box;
    display: flex
}

.n2-ss-slider .n2-ss-layer-row-inner {
    position: relative;
    box-sizing: border-box;
    display: flex;
    visibility: hidden;
    width: 100%
}

.n2-ss-slider .n2-ss-layer-row-inner>* {
    visibility: visible
}

.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row {
    height: auto;
    width: 100%
}

.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer {
    box-sizing: border-box;
    width: 1px;
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer-row .n2-ss-item {
    float: none
}

.n2-ss-slider .n2-ss-layer[data-sstype=slide] {
    flex: 0 0 auto;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-flow: column
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]) {
    width: auto !important
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
    max-width: calc(100% - var(--margin-right) - var(--margin-left))
}

.n2-ss-slider .n2-ss-layer[data-sstype=content] {
    flex: 0 0 auto;
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 2;
    display: flex
}

.n2-ss-slider .n2-ss-layer-content {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
    min-height: 10px
}

.n2-ss-slider .n2-ss-section-main-content {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    max-width: 100%
}

.n2-ss-slider .n2-ss-layer-with-background {
    --n2bgimage: none;
    --n2bggradient: none;
    background-image: var(--n2bggradient), var(--n2bgimage);
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    transition: all .3s;
    transition-property: border-color, background-color, border-radius, box-shadow
}

.n2-ss-slider .n2-ss-layer[data-sstype=col] {
    display: flex;
    flex-flow: column;
    order: 10;
    flex: 0 1 auto
}

.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col],
.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-wrapper>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col] {
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer-col {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer {
    flex: 0 0 auto
}

.n2-ss-slider .n2-ss-layer:not([data-sstype=col]) {
    align-self: var(--ssselfalign)
}

.n2-ss-slider .n2-ss-item-image-content {
    overflow: hidden;
    line-height: 0
}

.n2-ss-slider .n2-ss-img-wrapper,
.n2-ss-slider .n2-ss-img-wrapper img {
    line-height: 0
}

.n2-ss-slider .n2-ss-item-image-content img {
    display: inline-block;
    max-width: 100%
}

.n2-ss-slider .n2-ss-item-image-content a {
    display: inline-block
}

.n2-ss-slider .n2-ss-item-image-content picture {
    width: 100%
}

.n2-ss-slider img.n2-ss-item-image-area {
    display: block;
    width: 100% !important;
    height: 100% !important
}

.n2-ss-slider .n2_ss_video_player {
    position: relative
}

.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__placeholder {
    padding-top: 56.25%
}

.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="16:10"] .n2_ss_video_player__placeholder {
    padding-top: 62.5%
}

.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="4:3"] .n2_ss_video_player__placeholder {
    padding-top: 75%
}

.n2-ss-slider .n2_ss_video_player iframe,
.n2-ss-slider .n2_ss_video_player video,
.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover {
    z-index: 2;
    transform: translate3d(0, 0, 0)
}

.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] {
    min-height: 50px;
    height: 100%
}

.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] .n2_ss_video_player__placeholder,
.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder,
.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder {
    padding-top: 0
}

.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] video {
    position: static;
    height: auto
}

.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2-ss-item>.n2_ss_video_player[data-aspect-ratio=fill]>video,
.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2_ss_video_player[data-aspect-ratio=fill]>video,
.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video,
.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video {
    position: static;
    height: 100%
}

.n2-ss-slider img.n2_ss_video_cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover
}

.n2-ss-slider img.n2_ss_video_play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%)
}

.n2-ss-slider .n2-ss-animated-heading-wrapper,
.n2-ss-slider .n2-ss-animated-heading-wrapper *,
.n2-ss-slider .n2-ss-highlighted-heading-wrapper,
.n2-ss-slider .n2-ss-highlighted-heading-wrapper * {
    text-decoration: none !important
}

.n2_clear {
    clear: both
}

[data-force-hidden],
[data-force-hidden] * {
    visibility: hidden !important
}

.n2-ss-slider .n2-ss-reveal-clip {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.n2-ss-slider .n2-ss-reveal-clip>* {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.n2-ss-slider .n2-widget-html {
    z-index: 10
}

.n2-ss-slider .n-particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12
}

ss-text,
ss-word,
ss-char {
    position: relative;
    display: inline-block
}

ss-p {
    display: block
}

ss3-loader {
    display: none;
    place-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}

ss3-loader:after {
    content: '';
    display: block;
    border: 9px solid RGBA(0, 0, 0, .6);
    border-top: 9px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
    width: 40px;
    height: 40px;
    animation: n2-ss-loader-spin 2s linear infinite
}

@keyframes n2-ss-loader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.n2-ss-slider .n2-input,
.n2-ss-slider .n2-ss-item-counter-counting-div {
    -webkit-transform: translate3d(0, 0, 0)
}

div#n2-ss-4 .n2-ss-slider-1 {
    display: grid;
    position: relative;
}

div#n2-ss-4 .n2-ss-slider-2 {
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border: 0px solid RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    z-index: 1;
}

div#n2-ss-4:not(.n2-ss-loaded) .n2-ss-slider-2 {
    background-image: none !important;
}

div#n2-ss-4 .n2-ss-slider-3 {
    display: grid;
    grid-template-areas: 'cover';
    position: relative;
    overflow: hidden;
    z-index: 10;
}

div#n2-ss-4 .n2-ss-slider-3>* {
    grid-area: cover;
}

div#n2-ss-4 .n2-ss-slide-backgrounds,
div#n2-ss-4 .n2-ss-slider-3>.n2-ss-divider {
    position: relative;
}

div#n2-ss-4 .n2-ss-slide-backgrounds {
    z-index: 10;
}

div#n2-ss-4 .n2-ss-slide-backgrounds>* {
    overflow: hidden;
}

div#n2-ss-4 .n2-ss-slide-background {
    transform: translateX(-100000px);
}

div#n2-ss-4 .n2-ss-slider-4 {
    place-self: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: grid;
    grid-template-areas: 'slide';
}

div#n2-ss-4 .n2-ss-slider-4>* {
    grid-area: slide;
}

div#n2-ss-4.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
    height: auto;
}

div#n2-ss-4 .n2-ss-slide {
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
}

div#n2-ss-4 .n2-ss-slide {
    perspective: 1500px;
}

div#n2-ss-4 .n2-ss-slide-active {
    z-index: 21;
}

.n2-ss-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

div#n2-ss-4 .n2-font-a4ac6df5b8370a8cc19d602950b7878f-hover {
    font-family: 'Philosopher';
    color: #754200;
    font-size: 287.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 500;
}

div#n2-ss-4 .n2-font-39d7e98193ddc78b7bd5a0749ff8e6dc-paragraph {
    font-family: 'Roboto', 'Arial';
    color: #000000;
    font-size: 125%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-39d7e98193ddc78b7bd5a0749ff8e6dc-paragraph a,
div#n2-ss-4 .n2-font-39d7e98193ddc78b7bd5a0749ff8e6dc-paragraph a:FOCUS {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-39d7e98193ddc78b7bd5a0749ff8e6dc-paragraph a:HOVER,
div#n2-ss-4 .n2-font-39d7e98193ddc78b7bd5a0749ff8e6dc-paragraph a:ACTIVE {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-d9a2497e36347a7ce6b1c5ac6a24d072-hover {
    font-family: 'Philosopher';
    color: #754200;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 500;
}

div#n2-ss-4 .n2-font-d6aeaf43397239de015a2431922a57ce-paragraph {
    font-family: 'Roboto', 'Arial';
    color: #000000;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-d6aeaf43397239de015a2431922a57ce-paragraph a,
div#n2-ss-4 .n2-font-d6aeaf43397239de015a2431922a57ce-paragraph a:FOCUS {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-d6aeaf43397239de015a2431922a57ce-paragraph a:HOVER,
div#n2-ss-4 .n2-font-d6aeaf43397239de015a2431922a57ce-paragraph a:ACTIVE {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-372d6740a385877c8fa3aef22fb69330-paragraph {
    font-family: 'Roboto', 'Arial';
    color: #000000;
    font-size: 43.75%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-372d6740a385877c8fa3aef22fb69330-paragraph a,
div#n2-ss-4 .n2-font-372d6740a385877c8fa3aef22fb69330-paragraph a:FOCUS {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-372d6740a385877c8fa3aef22fb69330-paragraph a:HOVER,
div#n2-ss-4 .n2-font-372d6740a385877c8fa3aef22fb69330-paragraph a:ACTIVE {
    font-family: 'Roboto', 'Arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-4 .n2-font-465bf47d39734a2d236e5ecac35d8d32-hover {
    font-family: 'Philosopher';
    color: #754200;
    font-size: 137.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 500;
}

div#n2-ss-4 .n2-ss-slide-limiter {
    max-width: 1200px;
}

div#n2-ss-4 .n-uc-lvKinVrfozUy {
    padding: 10px 10px 10px 10px
}

div#n2-ss-4 .n-uc-pvjtLiFGMs4o-inner {
    padding: 10px 10px 10px 10px;
    justify-content: center
}

div#n2-ss-4 .n-uc-pvjtLiFGMs4o {
    align-self: center;
}

@media (min-width: 1200px) {
    div#n2-ss-4 .n-uc-M2DDc9qUZvoi {
        display: none
    }
    div#n2-ss-4 .n-uc-cDtXPiTBQu8O {
        display: none
    }
    div#n2-ss-4 .n-uc-XfGkGkUCv0IK {
        display: none
    }
    div#n2-ss-4 .n-uc-FxiZNvGCr6pg {
        display: none
    }
    div#n2-ss-4 [data-hide-desktopportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
    div#n2-ss-4 .n-uc-k0nfEvPRb3if {
        display: none
    }
    div#n2-ss-4 .n-uc-Zki2IRqtzgbn {
        display: none
    }
    div#n2-ss-4 .n-uc-M2DDc9qUZvoi {
        display: none
    }
    div#n2-ss-4 .n-uc-XfGkGkUCv0IK {
        display: none
    }
    div#n2-ss-4 [data-hide-tabletportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 900px),
(orientation: portrait) and (max-width: 700px) {
    div#n2-ss-4 .n-uc-k0nfEvPRb3if {
        display: none
    }
    div#n2-ss-4 .n-uc-Zki2IRqtzgbn {
        display: none
    }
    div#n2-ss-4 .n-uc-cDtXPiTBQu8O {
        display: none
    }
    div#n2-ss-4 .n-uc-FxiZNvGCr6pg {
        display: none
    }
    div#n2-ss-4 [data-hide-mobileportrait="1"] {
        display: none !important;
    }
}





.box-maintenance {
  width: auto ;
  min-height: 500px;
  background: #fff;
  margin-top:10px;
 
  border-radius:5px;
  box-shadow: 6px 18px 18px rgba(0, 0, 0, 0.08), -6px 18px 18px rgba(0, 0, 0, 0.08);
}

.animation-maintenance{
  margin-top:20%;
  display:inline-block;
  margin-bottom:5%;
}





.one-maintenance, .two-maintenance, .three-maintenance {
  display:block;
  float:left;
}

.one-maintenance {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2281px%22%20height%3D%2280.5px%22%20viewBox%3D%220%200%2081%2080.5%22%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%2081%2080.5%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23383838%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30.3%2C68.2c1.2%2C0.2%2C2.3%2C0.9%2C3.8%2C1.2c1.6%2C0.3%2C2.7%2C0.6%2C4%2C0.4l4.9%2C9.6c0.6%2C0.9%2C1.4%2C1.1%2C2.3%2C0.9l15.3-4.9%0A%09c0.5-0.3%2C1-1%2C0.9-2.3l-1.8-10.6c2-1.6%2C3.6-3.7%2C5.3-5.8l10.5%2C0.6c1.1%2C0.6%2C2.1-0.4%2C2.3-1.1L81%2C40.7c0.2-0.8-0.4-2.1-1.1-2.3l-10.2-3.8%0A%09c-0.3-2.5-1.4-4.8-2.5-7.5l5.9-8.5c0.6-1.1%2C0.4-1.9-0.2-2.9l-12-10.7c-0.3-0.5-1.6-0.3-2.5%2C0.3l-8%2C6.9c-1.2-0.2-2.3-0.9-3.8-1.2%0A%09c-1.6-0.3-2.7-0.6-4-0.4L37.7%2C1c-0.6-0.9-1.4-1.1-2.3-0.9L20.1%2C5c-0.5%2C0.3-1%2C1-0.9%2C2.3l1.8%2C10.6c-2%2C1.6-3.6%2C3.7-5.3%2C5.8L5.3%2C23%0A%09c-0.8-0.2-1.7%2C0.4-2%2C1.6L0%2C40.2c-0.2%2C0.8%2C0.4%2C2.1%2C1.1%2C2.3l9.8%2C3.7c0.7%2C2.6%2C1.4%2C5.2%2C2.5%2C7.5l-6%2C8.9c-0.6%2C0.7-0.4%2C2%2C0.3%2C2.5l12%2C10.7%0A%09c0.7%2C0.5%2C1.9%2C0.8%2C2.4%2C0.1L30.3%2C68.2z%20M26.7%2C37.3c1.6-7.4%2C9.1-12.3%2C16.5-10.8S55.6%2C35.7%2C54%2C43.1c-1.6%2C7.4-9.1%2C12.3-16.5%2C10.7%0A%09C30.1%2C52.3%2C25.1%2C44.7%2C26.7%2C37.3L26.7%2C37.3z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:80px;
  height:80px;
  background-size:100% 100%;
  background-repeat:no-repeat;
  margin-top:-10px;
  margin-right:5px;
}

.two-maintenance {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22103px%22%20height%3D%22103.7px%22%20viewBox%3D%220%200%20103%20103.7%22%0A%09%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%20103%20103.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2370A309%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M87.3%2C64.8c0.3-1.5%2C1.1-2.9%2C1.6-4.9c0.4-2%2C0.7-3.5%2C0.5-5.1l12.3-6.3c1.2-0.8%2C1.4-1.8%2C1.1-2.9l-6.3-19.6%0A%09c-0.4-0.6-1.3-1.3-2.9-1.1l-13.5%2C2.3c-2.1-2.5-4.7-4.7-7.4-6.8l0.8-13.4C74.3%2C5.8%2C73%2C4.5%2C72%2C4.3L52.1%2C0c-1-0.2-2.7%2C0.5-2.9%2C1.5%0A%09l-4.8%2C13c-3.2%2C0.4-6.1%2C1.8-9.5%2C3.2l-10.9-7.5c-1.4-0.8-2.5-0.5-3.7%2C0.3L6.5%2C25.8c-0.6%2C0.4-0.4%2C2%2C0.4%2C3.2l8.8%2C10.2%0A%09c-0.3%2C1.5-1.1%2C2.9-1.5%2C4.9c-0.4%2C2-0.7%2C3.5-0.6%2C5.1L1.2%2C55.4c-1.2%2C0.8-1.4%2C1.8-1.1%2C2.9l6.3%2C19.6c0.4%2C0.6%2C1.3%2C1.3%2C2.9%2C1.1l13.5-2.3%0A%09c2.1%2C2.5%2C4.7%2C4.7%2C7.4%2C6.8l-0.8%2C13.4c-0.2%2C1%2C0.6%2C2.2%2C2.1%2C2.5l20%2C4.2c1%2C0.2%2C2.7-0.5%2C2.9-1.5l4.7-12.6c3.3-0.9%2C6.6-1.7%2C9.5-3.2L80.1%2C94%0A%09c0.9%2C0.7%2C2.5%2C0.5%2C3.2-0.4L97%2C78.3c0.7-0.9%2C1-2.4%2C0.1-3.1L87.3%2C64.8z%20M47.8%2C69.5C38.3%2C67.5%2C32%2C57.8%2C34%2C48.3%0A%09c2-9.5%2C11.7-15.8%2C21.2-13.8c9.5%2C2%2C15.7%2C11.7%2C13.7%2C21.2C66.9%2C65.2%2C57.3%2C71.5%2C47.8%2C69.5L47.8%2C69.5z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:100px;
  height:100px;
  background-size:100% 100%;
  background-repeat:no-repeat;
}

/* pap */
/*
.two {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22103px%22%20height%3D%22103.7px%22%20viewBox%3D%220%200%20103%20103.7%22%0A%09%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%20103%20103.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%235197d6%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M87.3%2C64.8c0.3-1.5%2C1.1-2.9%2C1.6-4.9c0.4-2%2C0.7-3.5%2C0.5-5.1l12.3-6.3c1.2-0.8%2C1.4-1.8%2C1.1-2.9l-6.3-19.6%0A%09c-0.4-0.6-1.3-1.3-2.9-1.1l-13.5%2C2.3c-2.1-2.5-4.7-4.7-7.4-6.8l0.8-13.4C74.3%2C5.8%2C73%2C4.5%2C72%2C4.3L52.1%2C0c-1-0.2-2.7%2C0.5-2.9%2C1.5%0A%09l-4.8%2C13c-3.2%2C0.4-6.1%2C1.8-9.5%2C3.2l-10.9-7.5c-1.4-0.8-2.5-0.5-3.7%2C0.3L6.5%2C25.8c-0.6%2C0.4-0.4%2C2%2C0.4%2C3.2l8.8%2C10.2%0A%09c-0.3%2C1.5-1.1%2C2.9-1.5%2C4.9c-0.4%2C2-0.7%2C3.5-0.6%2C5.1L1.2%2C55.4c-1.2%2C0.8-1.4%2C1.8-1.1%2C2.9l6.3%2C19.6c0.4%2C0.6%2C1.3%2C1.3%2C2.9%2C1.1l13.5-2.3%0A%09c2.1%2C2.5%2C4.7%2C4.7%2C7.4%2C6.8l-0.8%2C13.4c-0.2%2C1%2C0.6%2C2.2%2C2.1%2C2.5l20%2C4.2c1%2C0.2%2C2.7-0.5%2C2.9-1.5l4.7-12.6c3.3-0.9%2C6.6-1.7%2C9.5-3.2L80.1%2C94%0A%09c0.9%2C0.7%2C2.5%2C0.5%2C3.2-0.4L97%2C78.3c0.7-0.9%2C1-2.4%2C0.1-3.1L87.3%2C64.8z%20M47.8%2C69.5C38.3%2C67.5%2C32%2C57.8%2C34%2C48.3%0A%09c2-9.5%2C11.7-15.8%2C21.2-13.8c9.5%2C2%2C15.7%2C11.7%2C13.7%2C21.2C66.9%2C65.2%2C57.3%2C71.5%2C47.8%2C69.5L47.8%2C69.5z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:100px;
  height:100px;
  background-size:100% 100%;
  background-repeat:no-repeat;
}
*/
/* pap */

.three-maintenance {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2281px%22%20height%3D%2280.5px%22%20viewBox%3D%220%200%2081%2080.5%22%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%2081%2080.5%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23383838%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30.3%2C68.2c1.2%2C0.2%2C2.3%2C0.9%2C3.8%2C1.2c1.6%2C0.3%2C2.7%2C0.6%2C4%2C0.4l4.9%2C9.6c0.6%2C0.9%2C1.4%2C1.1%2C2.3%2C0.9l15.3-4.9%0A%09c0.5-0.3%2C1-1%2C0.9-2.3l-1.8-10.6c2-1.6%2C3.6-3.7%2C5.3-5.8l10.5%2C0.6c1.1%2C0.6%2C2.1-0.4%2C2.3-1.1L81%2C40.7c0.2-0.8-0.4-2.1-1.1-2.3l-10.2-3.8%0A%09c-0.3-2.5-1.4-4.8-2.5-7.5l5.9-8.5c0.6-1.1%2C0.4-1.9-0.2-2.9l-12-10.7c-0.3-0.5-1.6-0.3-2.5%2C0.3l-8%2C6.9c-1.2-0.2-2.3-0.9-3.8-1.2%0A%09c-1.6-0.3-2.7-0.6-4-0.4L37.7%2C1c-0.6-0.9-1.4-1.1-2.3-0.9L20.1%2C5c-0.5%2C0.3-1%2C1-0.9%2C2.3l1.8%2C10.6c-2%2C1.6-3.6%2C3.7-5.3%2C5.8L5.3%2C23%0A%09c-0.8-0.2-1.7%2C0.4-2%2C1.6L0%2C40.2c-0.2%2C0.8%2C0.4%2C2.1%2C1.1%2C2.3l9.8%2C3.7c0.7%2C2.6%2C1.4%2C5.2%2C2.5%2C7.5l-6%2C8.9c-0.6%2C0.7-0.4%2C2%2C0.3%2C2.5l12%2C10.7%0A%09c0.7%2C0.5%2C1.9%2C0.8%2C2.4%2C0.1L30.3%2C68.2z%20M26.7%2C37.3c1.6-7.4%2C9.1-12.3%2C16.5-10.8S55.6%2C35.7%2C54%2C43.1c-1.6%2C7.4-9.1%2C12.3-16.5%2C10.7%0A%09C30.1%2C52.3%2C25.1%2C44.7%2C26.7%2C37.3L26.7%2C37.3z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:80px;
  height:80px;
  background-size:100% 100%;
  background-repeat:no-repeat;
  margin-top:-50px;
  margin-left:-10px;
}

@keyframes spin-one-maintenance {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg) ;
    transform: rotate(-359deg) ;
  }
}

.spin-one-maintenance {
  -webkit-animation: spin-one-maintenance 2.5s infinite linear;
  animation: spin-one-maintenance 2.5s infinite linear;
}

@keyframes spin-two-maintenance {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(359deg);
  }
}

.spin-two-maintenance {
  -webkit-animation: spin-two-maintenance 3s infinite linear;
  animation: spin-two-maintenance 3s infinite linear;
}