.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#F33F3E;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-1f93d24:#000000AD;--e-global-color-1007e63:#F3F3F3;--e-global-color-e03ee05:#FFFFFF00;--e-global-typography-primary-font-family:"SF PRO Rounded";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.09em;--e-global-typography-secondary-font-family:"SF PRO Rounded";--e-global-typography-secondary-font-size:54px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.11em;--e-global-typography-text-font-family:"SF Pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.44em;--e-global-typography-accent-font-family:"SF Pro";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1em;--e-global-typography-be2833d-font-family:"SF Pro";--e-global-typography-be2833d-font-size:16px;--e-global-typography-be2833d-font-weight:400;--e-global-typography-be2833d-text-transform:uppercase;--e-global-typography-be2833d-line-height:1.5em;--e-global-typography-849f1bb-font-family:"SF PRO Rounded";--e-global-typography-849f1bb-font-size:24px;--e-global-typography-849f1bb-font-weight:600;--e-global-typography-849f1bb-line-height:1.25em;--e-global-typography-488a591-font-family:"SF PRO Rounded";--e-global-typography-488a591-font-size:36px;--e-global-typography-488a591-font-weight:500;--e-global-typography-488a591-line-height:1.17em;--e-global-typography-df1b1d9-font-family:"SF PRO Rounded";--e-global-typography-df1b1d9-font-size:28px;--e-global-typography-df1b1d9-font-weight:800;--e-global-typography-df1b1d9-line-height:1.14em;--e-global-typography-3d294fb-font-family:"SF Pro";--e-global-typography-3d294fb-font-size:20px;--e-global-typography-3d294fb-font-weight:400;--e-global-typography-3d294fb-line-height:1.4em;font-family:"SF Pro", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );border-radius:250px 250px 250px 250px;padding:16px 32px 16px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1279px){.elementor-kit-5{--e-global-typography-primary-font-size:52px;--e-global-typography-secondary-font-size:42px;--e-global-typography-488a591-font-size:28px;--e-global-typography-df1b1d9-font-size:24px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1279px;}.e-con{--container-max-width:1279px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:36px;--e-global-typography-849f1bb-font-size:22px;--e-global-typography-488a591-font-size:26px;--e-global-typography-df1b1d9-font-size:24px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
overflow-x: hidden;
}

.elementor-kit-5 p:last-child {
margin-bottom: 0;
}

/*Focus Outline Disable*/

*:focus {
outline: 0 !important;
box-shadow: none!important;
}

.pad_section{
padding-left: 20px;
padding-right: 20px;
}

.elementor-icon-wrapper {

display: flex

}



/*Animations*/
.elementor-kit-5 .fadeInUp {
    animation-name: fadeInUpCustom;
}

.elementor-kit-5 .animated.animated-fast {
    animation-duration: 500ms;
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}


/*LEFT*/
.elementor-kit-5 .fadeInLeft {
    animation-name: fadeInLeftCustom;
}

@keyframes fadeInLeftCustom {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0); 
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*RIGHT*/
.elementor-kit-5 .fadeInRight {
    animation-name: fadeInRightCustom;
}

@keyframes fadeInRightCustom {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0); 
    }

    to {
        opacity: 1;
        transform: none;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF PRO Rounded';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SF-Pro-Rounded-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SF PRO Rounded';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SF-Pro-Rounded-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SF PRO Rounded';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SF-Pro-Rounded-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'SF PRO Rounded';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SF-Pro-Rounded-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'SF PRO Rounded';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SF-Pro-Rounded-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SFProDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SFProDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SFProDisplay-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SFProDisplay-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://beamtanning.com/wp-content/uploads/2025/07/SFProDisplay-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */