/*
 Theme Name:   shapescale
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.3.6. Please refer to the <a target="_blank" href="https://picostrap.com/documentation/">documentation</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      4.0.1
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*


Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

To recompile the SASS bundle, click the "RECOMPILE SASS" link on top.

To edit the  SCSS pipeline, view and edit the file: sass/main.scss


*/

.hide {display: none !important;}
body{
	position: relative;
	padding: 0;
	margin: 0;
    font-family: Uniform, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
	box-sizing:border-box;
	overflow-x: hidden;
    background-color: #f6f6f6;;

}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.to_animate {
	opacity: 0;
}

a {
	color: #2c2c2c;
    justify-content: flex-end;
    align-items: center;
	font-size: inherit;
}

h1 {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Uniform, sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 120%;
}
h2 {
	    margin-top: 0;
    margin-bottom: 0;
    font-family: Uniform, sans-serif;
    font-weight: 400;
    line-height: 1.2;
	color: #2c2c2c;
	letter-spacing: .04em;
	font-size: 3rem;
}
h2.white, .white {
    color: #fff;
    /* font-size: 3.5rem;
    line-height: 1.1; */
}
h5 {
	color: #2c2c2c;
	letter-spacing: .04em;
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: Uniform, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;

}
.banner_overlay h1 {
	letter-spacing: 2px;
    text-transform: uppercase;
    object-fit: fill;
    margin-top: auto;
    margin-left: 0;
    font-size: 4rem;
    font-weight: 400;
}
.banner_overlay .container {
	z-index: 1;
}
.heading-4 {
    letter-spacing: 0;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    padding-right: 0;
    font-family: Uniform, sans-serif;
    font-size: 3rem;
    font-weight: 300;
}
h2 {

}

.list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    display: flex;
}
.list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Uniform, sans-serif;
    font-size: 1.25rem;
    display: flex;
}
.list-item svg {
	vertical-align: baseline;
}
.badge {
    background-color: #f8f8f8;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}
.badge.primary-light.small {
    color: #4d4d4d;
    background-color: #4d4d4d;
    width: 1.6rem;
    height: 1.6rem;
	border: 1px solid #f6f6f680;
}
.icon-1x1-xsmall {
    color: #fff;
    width: 18px;
    height: 18px;
}
.home-hero-buttons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    display: flex;
}
.home-order-button {
    color: #2c2c2c;
    text-align: center;
    letter-spacing: .2rem;
    -webkit-text-stroke-color: #2c2c2c;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem;
    font-family: Uniform, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    transition: color .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94);
    display: block;
}

.home-order-button:hover {
    color: #fff;
    -webkit-text-stroke-color: white;
    background-color: #2c2c2c;
    border-color: #fff;
}
.popup-video-group {
    min-width: 240px;
}
.button.secondary.popup-toggle {
    letter-spacing: .1rem;
    background-color: #2c2c2c80;
    border: 2px solid #f6f6f680;
    font-size: 1rem;
    transition: background-color .6s cubic-bezier(.455, .03, .515, .955), color .6s cubic-bezier(.455, .03, .515, .955);
    display: block;
}
.button-inner {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}
.button-inner-text {
    justify-content: center;
    align-items: center;
	line-height: 150%;
}
.html-embed-3 {
    float: left;
    clear: none;
    object-fit: fill;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: static;
    overflow: visible;
}
.info_section {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #f6f6f6;
}
.ss_ind-grid {
	grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 16px;
    column-gap: 16px;
    grid-auto-columns: 1fr;
    display: grid;
}
.ind-card-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    position: relative;
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
	max-width: 100%;
    cursor: default;
}
.ind-background-image {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.6), rgba(85, 83, 83, 0.5)), url('img/uc_silownia.png');
    background-repeat: repeat, no-repeat;
    background-size: cover;
    height: 120%;
    position: absolute;
    background-position: 0px 0px, 50% center;
    inset: 0px;
	transform: translate3d(0px, -50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; filter: blur(0px);
	transition: all 300ms ease-in-out;
}
.ind-card-wrapper:hover .ind-background-image {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; filter: blur(1px);
}
.ind-background-image.first
 {

}
.ind-rectangle-one {
    width: 90%;
    height: 80%;
    position: absolute;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
	transform: translate3d(0px, 0px, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
	transition: all 300ms ease-in-out;
}
.ind-card-wrapper:hover .ind-rectangle-one{
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
}
.ind-rectangle-two {
    width: 80%;
    height: 90%;
    position: absolute;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
	transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
	transition: all 300ms ease-in-out;
}
.ind-card-wrapper:hover .ind-rectangle-two {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
}
.ind-h3-heading {
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 80%;
    font-family: Uniform, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 24px;
    position: relative;
	transform: translate3d(0px, 53px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
	transition: all 300ms ease-in-out;
}
.ind-card-wrapper:hover .ind-h3-heading {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
}
.ind-h3-heading-bold {
    font-weight: 400;
}
.ind-paragraph {
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 340px;
    margin-top: 1rem;
    margin-bottom: -1rem;
    font-family: Uniform, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    position: relative;
	opacity: 0;
	transition: all 300ms ease-in-out;
    display: none;
}
.ind-card-wrapper:hover .ind-paragraph {
	opacity: 1;
}
.ind-paragraph-mobile {
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 340px;
    margin-top: 1rem;
    margin-bottom: -1rem;
    font-family: Uniform, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    display: none;
    position: relative;
}
.section-bg {
    text-align: center;
    object-fit: cover;
    object-position: 50% 50%;
    /* background-image: url(img/b2b_gymbg.jpg); */
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    min-height: 50vh;
    max-height: 700vh;
}
.features_section {
	background-color: #f6f6f6;
}
.ss_feature_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    max-height: 800px;
    display: block;
	position: relative;
}
.ss_feature_content-top {
    position: absolute;
    top: 3rem;
}
.ss_subheader-text {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 700;
}
.ss_feature_image_mobile-wrapper {
    /* display: none; */
}
.ss_feature_desktop-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    max-height: 700px;
    margin-left: 3rem;
    display: flex;
    position: sticky;
    top: 8vh;
	        justify-content: flex-start; /* 1280 min */
        top: 5vh;
		justify-content: center; /* 1440 min */
        top: 10vh;
        max-width: 311px;;
}
.ss_app_feature_image {
    width: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    transition: opacity 200ms linear;
}
.ss_app_feature_image {
    width: auto;
    height: 100%;
    max-height: 650px;
    padding-top: 2rem;
    display: block;
    max-width: 100%;
    max-height: 670px;
}
.ss_app_feature_image.active {
    opacity: 1;
}
.whyus_section {
	background-color: #f6f6f6;
	padding-top: 100px;
    padding-bottom: 100px;
}
.ss_whyus-wrapper {
    justify-content: space-between;
    align-items: center;  
    display: flex;
    position: relative;
}
.ss_whyus-container {
    z-index: 11;
    width: 100%;
    height: 100%;
    position: relative;
}
.ss_whyus-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
	    grid-auto-columns: 1fr;
    display: grid;
}

.ss_whyus-grid-wrapper.large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    background-color: #25282a;
    background-image: url(https://cdn.prod.website-files.com/679b389…/679b389…_Highlight_03.svg);
    background-position: 38px 38px;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    max-width: 850px;
    padding-left: 56px;
    padding-right: 80px;
    display: flex;
	grid-area: span 1 / span 2 / span 1 / span 2;
}
.ss_whyus-grid-wrapper {
    cursor: default;
    background-color: #fff;
    border-radius: 22px;
    width: 100%;
    max-width: 405px;
    padding: 48px 40px;
    transition: all .5s cubic-bezier(.455, .03, .515, .955);
    box-shadow: 0 13px 100px #c7c7c740;
	color: #2c2c2c;
}
.paragraph-smoke-white {
    color: #f6f6f6;
    margin-top: 0;
    font-family: Uniform, sans-serif;
    font-size: 1.25rem;
    line-height: 160%;
    display: block;
}
.icon-embed-large-down {
    width: 2rem;
    height: 3rem;
    
    transform-style: preserve-3d;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    transition: opacity .2s;
    display: flex;
    transform: rotateX(-180deg) rotateY(0) rotateZ(-180deg);
	    color: #2c2c2c;
    margin-bottom: 1.5rem;
}
.articles_section {
	width: 100%;
    height: 100%;
    max-height: 100vh;
    position: relative;
	overflow: hidden;
	background-color: #2c2c2c;
	background-image: linear-gradient(151deg, #2c2c2c, #777474 33%, #2c2c2c);
}
.ss-line {
    background-color: #bbb;
    width: 50px;
    height: 2px;
    color: #2c2c2c;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    padding-right: 0;
    position: relative;
}
.ss_subheader_line-block {
    align-items: center;
    display: flex;
}
.text-size-medium.line-2 {
	line-height: 200%;
}
.ts-card {
    opacity: 1;
    cursor: pointer;
    background-color: #fff;
    border-radius: 15px;
    width: 99%;
    max-width: 484px;
    margin-top: 30px;
    transition: background-color .25s cubic-bezier(.215, .61, .355, 1), box-shadow .3s cubic-bezier(.86, 0, .07, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px -3px #4d4d4d0d;
	background-color: #fff;
}
.ts-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding: 3rem 2rem;
    display: flex;
}
.ts-top-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
}
.ts-reviewer-name {
    letter-spacing: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 150%;
}
.ss_science_ref-block {
    align-items: center;
    padding-top: 1rem;
    display: flex;
}
.ss-ref-line {
    background-color: #bbb;
    width: 20px;
    height: 1px;
    color: #2c2c2c;
    align-self: flex-start;
    margin-top: .6rem;
    margin-right: .35rem;
    padding-right: 0;
    position: relative;
}
.ts-reviewer-desi {
    width: auto;
    color: #3f3f3f;
    letter-spacing: -.02em;
    font-size: .8rem;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}
.ts-review {
    letter-spacing: .05rem;
    font-size: .8rem;
    line-height: 150%;
    position: relative;
    overflow: visible;
}
.link-arrow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.125rem;
    font-weight: 500;
    transition: all .3s;
    display: flex;
}
.ss_icon-arrow-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 2rem;
    display: flex;
	height: 1.5rem;
}
.ts-card:hover .ts-reviewer-name, .ts-card:hover .link-arrow, .ts-card:hover .ts-reviewer-desi {
    color: #F4F4F4;
}
.ts-card:hover {
    background-color: #777474;
    color: #fff;
    box-shadow: 35px 0 64px -14px #4d4d4d29;
}
.ts-right {
    height: 100%;
    display: flex;
    position: relative;
    overflow: visible;
    gap: 1rem;
}
.reviews_container {
    padding-top: 5rem;
    padding-bottom: 5rem;;
}
.review {
    max-width: 1040px;
    padding: 4rem 3rem;
}
.review img {
    border-radius: 10px;
}
.review_title {
    margin-bottom: 4px;
    color: #2c2c2ccc;
    letter-spacing: 1px;
    margin-top: 0px;
    font-size: 1.25rem;
    line-height: 160%;
    font-weight: 500;
}
.review_undertitle {
    color: #777474;
    margin-top: 0px;
    font-size: 1rem;
    line-height: 160%;
}
.text-shadow {
    text-shadow: 0 1px 1px #0003;
}
.overline.drop-shadow {
    text-shadow: 0 1px 1px #0000001a;
}
.demo_section {
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center;
    
}
.demo_section::before {
    display: block;
    content: " ";
    background-image: linear-gradient(303deg, #0003, #ffffffe6);
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cta-content {
    z-index: 5;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 620px;
    display: flex;
    position: relative;
}
.button-group-l {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5rem;
    display: flex;
}
.button-cta {
    color: #2c2c2c;
    text-align: center;
    letter-spacing: .03rem;
    background-color: #0000;
    border: 2px solid #2c2c2c;
    border-radius: 50px;
    padding: .75rem 2rem;
    font-family: Uniform, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    transition: background-color .25s;
        letter-spacing: .2rem;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .25s, background-color .25s;
    background-color: #fffc;
    padding-top: .25rem;
    padding-bottom: .25rem;
    transition-duration: .5s,
}
.button-cta:hover {
    color: #fff;
    background-color: #000;
}
.app_section{
    background-color: #2c2c2c;
    overflow: hidden;
    padding-top: 5rem;
}
.ss_appstores-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.ss_appstore-img-lg {
    height: 62px;
}
.ss_playstore-img-lg {
    height: auto;
    min-height: 50px;
    max-height: 68px;
}
.text-size-tiny {
    max-width: 400px;
    font-size: .75rem;
    line-height: 160%;
}
.accordion-header {
    font-size: 1.1rem;
    font-weight: 500;
}
.accordion-body {
    color: #2c2c2ccc;
    padding-top: 1.5rem;
    font-size: .9rem;
    line-height: 140%;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f4f4f4;
    box-shadow: none;
}

.archive h2 a {
	color:inherit;
	font-size: 24px;
	line-height: 120%;
	text-decoration: none;
}
.single-post h1 {
	color: #1e3a56;
    font-size: 30px;
    font-weight: 600;
}
sup {
	font-size: 66%;
}

.dark_slider .slick-prev:before, .dark_slider .slick-next:before {
	color: #9d9d9d;;
}
.dark_slider .slick-dots li button:before {
  border: 3px solid #9d9d9d;
}
.dark_slider .slick-dots li.slick-active button:before {
    /*background-color: #000;*/
    background-color: #9d9d9d;
}
.slick-prev:before, .slick-next:before {
	font-size: 40px;
}
.slick-prev, .slick-next { 
	width: 40px;
	height: 40px;
}
.nobreak {
  white-space: nowrap;
}
.justify-content-center {
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.justify-content-bottom {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#main-nav {

	position: absolute;
	left: 0;
	right: 0;
	top:0;
	z-index: 8;
}
#main-nav .navbar-nav {
	background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 10px;
}
#main-nav .navbar-nav .current-menu-item {
	background-color: #fff;
	border-radius: 40px;
}
.navbar .custom-logo {
	width: 203px;
	height: 36px;;
}
.video_bg {
	background-color: #000;
	position: relative;
	z-index: 2;
}
#video, #video2 {
	width: 100%;
  max-width: 1920px;
  /*height: calc(100vw * 0.4166);*/
  height: calc(100vw / 16 * 8.9);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  box-sizing: border-box;
  /*background: url('../img/main_video_placeholder.jpg');*/
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
	z-index: 4;
	position: relative;
	margin: auto;
	max-height: 1080px;
}
#video .video-js {
	width: 100%;
	height: 100%;
}
.banner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	z-index: 4;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 91px;
	background-color: rgba(0, 0, 0, 0.25);
}
.banner_overlay::before {
	content: " ";
	display: block;
	background-color: #000;
	opacity: 50%;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 0;
}
.banner_overlay h1 {

}

.banner_overlay h3 {

}
.banner_overlay p {


}
.custom-logo-link {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap;
}
#logo-tagline-wrap {
	display: flex;
}
body.picostrap_header_navbar_position_fixed-top:not(.picostrap_header_navbar_color_choice_bg-transparent) {
	padding-top: 0;
}
.nav-item {
	padding: 0 20px;
}
#main-nav .navbar-collapse, #navbarNavDropdown {
	justify-content: end;
}
#main-nav .leftframed {
	border-left: 1px solid #000;
	padding: 0 20px;

}
#main-nav .leftframed > a { 
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#main-nav .nav-link {
	color:#000;
	font-weight: 600;
	text-transform: none;
}

.slick-dots li button:before {
  content: '';
  border-radius: 100%;
  border: 3px solid #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}
a {
	text-decoration: none;
}
.button, .btn {
    border: 2px solid #25282a;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #2c2c2c;
    border-radius: 25px;
    padding: .825rem 2rem;
    font-family: Uniform, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all .6s cubic-bezier(.455, .03, .515, .955);
    position: relative;
    overflow: hidden;
    transform: none;
	text-decoration: none;
}
.btn:hover, .button:hover {
	background-color: #fff;
	color: #25282a;
}
.button.secondary, .button.secondary {
    border: 2px solid #25282a;
    cursor: pointer;
    border-radius: 30px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    transition: color .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
    display: block;
    transform: none;
}
.button.secondary.popup-toggle:hover {
    background-color: #fff;
}
.bgwhite {
	background-color: #fff;
}

.blog_section .article .btn {
    font-size: 14px;
    padding: 10px 25px;
    background-color: transparent;
    border: 2px solid #25282a;
}


.page-template-page-b2b .review:not(.rvideo) .review_footer {
	border-color: #1e3a56;
}
.page-template-page-b2b .review.rvideo .review_footer {
	color: #fff;
}

.map_container {
	background-color: #af9881;
	z-index: 4;
	position: relative;
}
.clinic_select_container {
  max-height: 80vh;
}
.map_container h2 {

    color: #fff;
    font-size: 34px;
}
.clinic_results {
	color: #fff;
	    overflow: auto;
    max-height: 86%;
}
.clinic_results .title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 115%;
	font-weight: 700;
	margin-bottom: 5px;
}
.clinic_results p {
	font-size: 14px;
  line-height: 135%;
  margin-bottom: 7px;
}
.clinic_results .clinic {
	border-bottom: 1px solid #fff;
	margin-top: 25px;
	cursor: pointer;
}
.clinic_results .clinic:last-child{
	border: 0;
}
.clinic_results .clinic .links {
	margin-bottom: 1rem;
}
.clinic_results .clinic .links a {
    text-decoration: none;
    font-size: 14px;
	color:inherit;
    display: block;

  }
.offer_section h2 {
	color: #fff;
}
.offer_container {
	position: relative;
	color:#fff;
	background-position: center;
}
.offer_container h2 {
	color:#fff;
}
.offer_container p {
	color:#fff;
}
.offer_container.alt {
	position: static;
}
.offer_container .offer_img_container {
	position: relative;
}
.offer_container.alt .offer_img_container {
	position: static;
}


.footer {
	background-color: #1e3a56;
	color: #fff;
	padding: 22px 0;
	z-index: 4;
	position: relative;
}
.footer h2 {
	font-size: 13px;
	margin-bottom: 16px;
	font-weight: 500;
	color: #fff;
}
.footer p {
	font-size: 14px;
	line-height: 140%;
	color:#fff;
}
.footer .small {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 140%;
}
.footer img {
	display: inline-block;
}
.footer .footer_logo {
	display: block;
	max-width: 169px;
	width: 100%;
}
.footer .footer_logo.polo {
	display: block;
	max-width: 165px;
}
.floating_button {
    position: fixed;
    right: 0;
    bottom: 20px;
    background-color: #1e3a56;
    font-weight: 600;
    color: #fff;
    line-height: 125%;
    width: 195px;
    font-size: 16px;
    z-index: 3;
    padding: 14px;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    border: 2px solid #af9881;
    transition: background 250ms ease-in-out;
}
.gdpr-infobar-visible .floating_button {
	bottom: 25%;
}
.floating_button:hover {
	background-color: #af9881;
}
.floating_button img {
	height: 40px;
	margin-right: 4px;
}
#map {
  min-height: 600px;
  height: 100%;
  color: #000;
}


.custom_show_animate {
	animation-timeline: view();
	animation-range:20vh 62vh;
	animation-timing-function:linear;
	animation-fill-mode: both;
	animation-name: custom-show;
}

@keyframes custom-show {
  from {
    opacity: 0;
  }
}




@media(min-width:1921px){
	.video_bg {
		max-width: 1920px;
		margin: auto;
	}
}
@media(min-width: 768px ) and (max-width: 991px){

}
@media(max-width: 1540px){
	.slick-next {
    right: -10px;
    z-index: 1;
	}
	.slick-prev {
		left: -10px;
		z-index: 1;
	}

	.slick-dots {
  	bottom: -40px;
	}
	.slick-dotted.slick-slider {
    margin-bottom: 50px;
	}
	.clinic_select_container h2 {
    font-size: calc(2.2vw);
	}

}
@media(max-width: 1280px){
	.nav-item {
    padding: 0 ; 
  }
  .navbar-expand-lg .navbar-nav {
  	margin-right: 12px;
  	font-size: 18px;
  }
  #main-nav .leftframed {
  	font-size: 18px;
    padding-right: 12px;
  }
  h1 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5rem;
  }
  h2 {
    letter-spacing: .05em;
    font-size: 2.7rem;
  }
  .heading-4 {
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
@media(max-width: 992px){
	body {
		
	}
	.navbar-expand-lg .navbar-nav {
		align-items: flex-end;
		padding-top: 15px;
	}

  	.clinic_select_container h2 {
   		font-size: 16px;
	}
	.banner_overlay {

		padding-left:0 ;
		padding-top: 40px;
	}
	.offer_container.alt .offer_img_container {
		position: relative;
	}
	.tshowcase_element img {
		right: calc(-100vw / 2 * tan(27.5deg));
	}
	.offer_container {
		background-position: left 72% center;
	}
	#main-nav .navbar-nav {
		border-radius: 28px;
	}
	#main-nav .navbar-nav .menu-item {
		width: 100%;
		text-align: right;
		padding-right: 20px;
	}
	.ss_ind-grid {
        grid-template:         "."        "." minmax(auto, 1fr) / 1fr 1fr 1fr;
  }
  p{
    font-size: 1.25rem;
  }
  .list-item {
    font-size: 1.1rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  .ss_whyus-grid {
    grid-template-columns: 1fr 1fr;
  }
  .paragraph-smoke-white,.ss_whyus-paragraph {
    font-size: 18px;
    line-height: 150%;
  }
  .ss_feature_content-top {
    position: relative;
    top: 0;
  }
  .ss_feature_content {
    height: auto;
    max-height: none;
    margin-bottom: 3rem;
  }
  .ss_feature_mobile-image {
    max-width: 280px;
  }
}
@media(max-width: 767px){
	body {

	}
	.footer {
		padding: 45px 0;
	}

	.footer h2 {
	    font-size: 20px;
	    margin-bottom: 45px;
	}
	.footer .col-12:last-child {
		text-align: center;
	}
    .clinic_select_container h2 {
    	font-size: 35px;
	}
	.info_section > .container:first-child > .row:first-child > .col-12:first-child {
		margin-top: 0;
	}
	#video {
		overflow: hidden;
	}
	#video .video-js {
		width: auto;
		margin:auto;
	}

	.offer_section .btn {
		margin: 20px auto 20px auto;
        display: block;
        max-width: 80%;
	}
  .ss_ind-grid {
    grid-template-rows: auto minmax(auto, 1fr) auto auto auto;
    grid-template-columns: 100%;
  }
  p {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 44px;
  }
  .ss_whyus-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    justify-items: center;
  }
  .ss_whyus-grid-wrapper.large {
    grid-column: span 2 / span 2;
  }
  .ss-line {
    display: none;
  }
  .ts-right {
    flex-wrap: wrap;
  }
  .demo_section {
    height: auto;
    
  }
}
@media(max-width: 575px){


	.footer > .container {
		max-width: 320px;
		text-align: center;
	}
	.footer .footer_logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer .footer_logo.polo {
		max-width: 150px;
		margin-top: 20px;
	}
  .banner_overlay h1 {
    font-size: 2rem;
    line-height: 110%;
    display: block;
  }
  .heading-4 {
    text-align: left;
    margin-left: 0;
    padding: .5rem 0;
    font-size: 1.5rem;
    overflow: visible;
  }
  p {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    font-size: .9rem;
  }
  .home-order-button {
    min-width: 205px;
    max-width: 250px;
    margin-left: 0;
    margin-right: auto;
    font-size: .9rem;
    transition: color .25s, background-color .25s cubic-bezier(.25, .46, .45, .94);
  }
  h2 {
    text-align: center;
    align-self: center;
    font-size: 1.8rem;
    margin: 15px auto;
  }
  .ss_subheader-text {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    display: block;
    overflow: visible;
    text-align: center;
  }
  .ss_whyus-grid {
    grid-template-columns: 100%;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .ss_whyus-grid-wrapper.large {
    grid-column: span 1 / span 1;
    padding: 25px;
    text-align: center;
  }
  .ss_whyus-grid-wrapper {
    padding: 25px;
    text-align: center;
    margin-bottom: 3rem;
  }
  .paragraph-smoke-white, .ss_whyus-paragraph {
    letter-spacing: .01rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Uniform, sans-serif;
    font-size: .9rem;
    line-height: 1.5;
  }
  .icon-embed-large-down.ss_whyus {
    flex-direction: column;
    align-items: center;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .review {
    max-width: 280px;
  }
}
@media(max-width: 400px){

  #video,#video2 {
      height: 95vh;
      max-height: none;
  }


}
@media (max-aspect-ratio: 1.01/1) {
		#video {
			height: 95vh;
			max-height: none;
			overflow: hidden;
		}
		#video .video-js {
			height: auto;
			margin:auto;
		}
}
@media (max-aspect-ratio: 1/1.5) {
	
		#video .video-js {
			width: auto;
			height: 100%;
			margin:auto;
		}
}



.offer_inner {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.offer_inner h1 {
	font-size: 45px;
}
.offer_main {
	/*background-image: url("../img/offer_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	flex-grow: 1;
  align-content: center;
  /*color: #fff;*/
  position: relative;
  padding: 65px 0px 65px 0px;
}
.offer_container:after {
    content: " ";
    background-color: #ffffff;
    height: 100%;
    display: block;
    position: absolute;
    width: calc((100vw - 1320px) / 2);
    top: 0;
    right: calc((100vw - 1320px) / -2);
}
.device_img {
	    height: auto;
    max-width: none;
    position: absolute;
    right: 0;
    left: -110%;
    margin: auto;
    bottom: -11%;
}
.offer_container {
	/* padding-top: 50px;
	padding-bottom: 50px; */
	position: relative;
	z-index: 3;
	background-color: #efefef;
}
.offer_form {
	padding: 50px 25px;
	border-radius: 0;
	color: #fff;
	border:0;
	border-radius: 25px;
	background-color: rgb(26 26 26 / 70%);
}
.offer_form h3 {
	
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color:#ffbd98;

}
.offer_form .form-floating > label {
	color: #fff;
    padding: 0.6rem;
}
.offer_form .form-control {
	border-color: #fff;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    height: 3rem;
    min-height: 3rem;
    padding: 0.6rem;
}
.offer_form .form-control:focus {
    border-color: #af9881;
 }
 .offer_form .form-floating > .form-control:focus ~ label::after,  .offer_form .form-floating > .form-control:not(:placeholder-shown) ~ label::after,  .offer_form .form-floating > .form-control-plaintext ~ label::after,  .offer_form .form-floating > .form-select ~ label::after{
 	background-color: transparent;
 }
.offer_form .form-check-label {

	font-size: 12px;
	line-height: 120%;
}
.offer_form .form-check-label a{
	color: inherit;
	text-decoration: underline;
}
.offer_form .btn {
  width: 100%;
  margin-top: 10px;;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
}
.offer_form .btn:hover{
    background-color: #000;
    color:#fff;
}
.offer_form .response {
    position: absolute;
    font-size: 15px;
    display: none;
}
.offer_form .response.success, .offer_form .load_screen {
	position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  padding: 45px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  display: none;
  transition: all 400ms linear;
}
.offer_form.success .response.success, .offer_form.loading .load_screen {
	display: flex;
	opacity: 1;
	visibility: visible;
	color: #fff;
}
.offer_form.error .response.error {
	display: block;
}
.offer_form > * {
	transition: all 400ms linear;
}
.offer_form.loading .row, .offer_form.success .row {
	opacity: 0;
}
.offer_form .response.error {
	color: #ff664c;
}
.offer_form .btn:hover {
	background-color: #333;
}
.offer_form .btn:active, .offer_form .btn:focus {
	background-color: #33285c;
}
.offer_highlights {
  margin-top: 30px;
  display: flex;
}
.offer_highlights > div {
  flex: 1 1 0px;
}
.offer_highlights .title {
	font-size: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.offer_highlights img {
    margin: auto;
    margin-bottom: 7px;
}
.offer_inner .headpunch {
	text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;

}
.offer_device {
	position: absolute;
	right: -40px;
	display: block;
	margin: auto;
	width: 37%;
	margin-top: -22%;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
 	background-color: transparent;
}
.form-control:focus {
  border-color: #ffc107;
  box-shadow: none;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #d193a5;
}
.form-check-input:focus {
    border-color: #343a40;
    outline: 0;
    box-shadow: none;
}
@media(max-width: 1500px){

}
@media(max-width: 1399px){

}
@media(max-width: 1280px){
	.offer_highlights {
    flex-wrap: wrap;
    gap: 5px;
	}
	.offer_inner h1 {
    font-size: 30px;
	}
	.offer_form h3 {
    font-size: 20px;
  }
}
@media(max-width: 1199px){

}
@media(max-width: 992px){
	.offer_container:after {
		display: none;
	}
	.offer_device {
    right: 5px;
    width: 26%;
    margin-top: -15%;
	}
	.offer_inner .headpunch {
		text-align: center;
	}

	.offer_main p {
		text-align: center;
	}
	.device_img {
    left: -92%;
	}
	.alt .device_img {
    margin: 0;
    right: 0;
	}
}
@media(max-width: 767px){
	.offer_device {
	  width: 210px;
	  margin-top: -138px;
	  margin-bottom: 15px;
	  position: static;
	}
	.offer_form h3 {
		padding-right: 0;
	}
	.offer_form {
		padding-right: 15px;
		padding-left: 15px;
	}
	.offer_highlights {
	/*	display: none;*/
	}
	.offer_inner .headpunch {
		margin-top: 10px;
		font-size: 16px;
	}
  .offer_inner h1 {
    font-size: 26px;
  }
  .device_img {

    left: auto;
    right: -157px;
	}
	.alt .device_img {
		margin: auto;
	}
}
@media(max-width: 575px){
	.offer_form {
	  padding: 0px;
	  border: 0;
	}
  .device_img {
    position: relative;
    max-width: 200px;
    right: -5%;
    left: auto;
	}
  .offer_highlights {
     display: none; 
  }
}