/*-----------------------------------------------------------------------------------
	PommePlus — Assistance Apple à domicile et en ligne particuliers professionnels Bourgogne-Franche-Comté Suisse
	About: PommePlus — Assistance Apple à domicile et en ligne pour particuliers et professionnels en Bourgogne-Franche-Comté Suisse
	Author: Donovan
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-5055);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'InterTight-Bold';
	src: url('./fonts/InterTight-Bold/inter-tight-v7-latin-700.woff2');
	src: url('./fonts/InterTight-Bold/inter-tight-v7-latin-700.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter-Regular';
	src: url('./fonts/Inter-Regular/inter-v18-latin-regular.woff2');
	src: url('./fonts/Inter-Regular/inter-v18-latin-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'SFProText-Regular';
	src: url('./fonts/SFProText-Regular/SF-Pro-Text-Regular.woff2');
	src: url('./fonts/SFProText-Regular/SF-Pro-Text-Regular.woff2') format('woff2'),
	url('./fonts/SFProText-Regular/SF-Pro-Text-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-SemiBold';
	src: url('./fonts/InterTight-SemiBold/inter-tight-v7-latin-600.woff2');
	src: url('./fonts/InterTight-SemiBold/inter-tight-v7-latin-600.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter-Bold';
	src: url('./fonts/Inter-Bold/inter-v18-latin-700.woff2');
	src: url('./fonts/Inter-Bold/inter-v18-latin-700.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'SFProDisplay-Semibold';
	src: url('./fonts/SFProDisplay-Semibold/SF-Pro-Display-Semibold.woff');
	src: url('./fonts/SFProDisplay-Semibold/SF-Pro-Display-Semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}





.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"SFProText-Regular";
	color:#FFFFFF!important;
}
.title{
	font-size:64px;
	line-height:1.0625em;
	margin-top:10px;
	font-family:"SFProDisplay-Semibold";
	letter-spacing:-0.009em;
	color:#1D1D1F!important;
	padding-bottom:5px;
}
.header{
	border-style:_popUpItemAction:;
	background-size:auto auto;
	border-bottom-width:1px;
	align-items:center;
	position:fixed;
	height:52px;
	font-family:"SFProText-Semibold";
	z-index:0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menu{
	z-index:1;
}
.button{
	background-color:#FF4169;
	background-size:length;
	color:#FFFFFF!important;
	font-family:"SFProText-Bold";
	border-style:_popUpItemAction:;
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	border-radius:6px 6px 6px 6px;
}
.info-section{
	font-family:"InterTight-SemiBold";
	font-size:24px;
	line-height:1.16667em;
	letter-spacing:0.009em;
	color:#1D1D1F!important;
	padding-bottom:0px;
	margin-bottom:0px;
}
.margin-bottom-30px{
	margin-bottom:30px;
	padding-top:0px;
	margin-top:0px;
}
.paragraph-small{
	font-family:"Inter-Regular";
	font-size:17px;
	line-height:1.35296em;
	letter-spacing:-0.022em;
	color:#1D1D1F!important;
}
.subtext{
	font-size:48px;
	line-height:1.08349em;
	margin-top:0.8em;
	font-family:"InterTight-SemiBold";
	letter-spacing:-0.003em;
	margin-bottom:34px;
	color:#1C1D1F!important;
	text-align:center;
}
h1{
	color:#000000!important;
	font-size:96px;
	line-height:1.04167em;
}
h2{
	font-family:"SFProDisplay-Semibold";
	font-size:64px;
	line-height:1.0625em;
}
.title-light{
	font-size:64px;
	line-height:1.0625em;
	margin-top:10px;
	font-family:"InterTight-Bold";
	letter-spacing:-0.006em;
	color:#F5F5F7!important;
	padding-bottom:5px;
}
.subtext-white{
	font-size:48px;
	line-height:1.08349em;
	margin-top:0.8em;
	font-family:"InterTight-SemiBold";
	letter-spacing:-0.003em;
	margin-bottom:34px;
	text-align:center;
	color:#FFFFFF!important;
}
.info-section-white{
	font-family:"InterTight-SemiBold";
	font-size:24px;
	line-height:1.16667em;
	letter-spacing:0.009em;
	color:#FFFFFF!important;
}
.paragraph-small-white{
	font-family:"Inter-Regular";
	font-size:17px;
	line-height:1.35296em;
	letter-spacing:-0.022em;
	color:#FFFFFF!important;
	margin-top:1.2em;
}
.info-section-blue{
	font-family:"InterTight-SemiBold";
	font-size:24px;
	line-height:1.16667em;
	letter-spacing:0.009em;
	color:var(--swatch-var-329)!important;
}
.rounded-corners{
	border-width:0px 0px 0px 0px;
	border-radius:25px 25px 25px 25px;
	background-position:right top;
	background-size:cover;
}
.credit-text-white{
	font-size:12px;
	width:100%;
	font-family:"Inter-Regular";
	letter-spacing:px;
	font-weight:100;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	color:#FFFFFF!important;
}
.divider-background-color{
	background-color:rgba(255,255,255,0.20);
}
a{
	color:#FFFFFF!important;
}
.img-1-style{
	height:45px;
}
.red{
	color:var(--swatch-var-329)!important;
}
.paragraph-small-bold{
	font-family:"Inter-Bold";
	font-size:17px;
	line-height:1.35296em;
	letter-spacing:-0.022em;
	color:#1D1D1F!important;
}
.img-40{
	max-height:40px;
	height:40px;
	width:40px;
	max-width:40px;
}
.paragraph-small-bold-blue{
	font-family:"Inter-Bold";
	font-size:17px;
	line-height:1.35296em;
	letter-spacing:-0.022em;
	color:var(--swatch-var-329)!important;
}
.paragraph-small-bold-white{
	font-family:"Inter-Bold";
	font-size:17px;
	line-height:1.35296em;
	letter-spacing:-0.022em;
	color:var(--swatch-var-5854)!important;
}
.resa{
	background-color:var(--swatch-var-329);
	color:var(--swatch-var-5854)!important;
	border-radius:10px 10px 10px 10px;
	padding:3px 8px 3px 8px;
}
.resa:hover{
	background-color:var(--swatch-var-5819);
	color:var(--swatch-var-5854)!important;
}
.hover-blue:hover{
	color:var(--swatch-var-5819)!important;
}
.hover-link:hover{
	text-decoration:underline!important;
}
.img-star{
	height:20px;
	max-height:20px;
	max-width:20px;
}
.phone-button{
	z-index:99999999;
	position:fixed;
	bottom:30px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:42px 42px;
	max-height:75px;
	height:75px;
	width:75px;
	max-width:75px;
	background-color:var(--swatch-var-3951);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	background-image:url("img/phone.fill.svg");
	right:30px;
}
.phone-button:hover{
	background-position:center center;
	background-size:42px 42px;
	background-repeat:no-repeat;
	background-color:var(--swatch-var-7901);
	background-image:url("img/phone.fill.svg");
}
.white{
	background-color:var(--swatch-var-5691);
}
.margin-bottom-grid{
	margin-bottom:24px;
	padding-top:0px;
}
.title-black{
	font-size:64px;
	line-height:1.0625em;
	margin-top:10px;
	font-family:"InterTight-Bold";
	letter-spacing:-0.006em;
	color:var(--swatch-var-5055)!important;
	padding-bottom:5px;
}
.green{
	background-color:var(--swatch-var-1107);
	grid-column-start:1;
	grid-column-end:4;
}
.blue{
	background-color:var(--swatch-var-329);
}
.solo{
	grid-template-columns:1fr;
	grid-template-rows: auto;
}
.trio-3311{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
}
.duo-2211{
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto;
}
.yellow{
	background-color:var(--swatch-var-389);
}
.duo-2111{
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto;
	flex-direction:row;
	align-items:center;
}
.white-border{
	border-color:var(--swatch-var-5691)!important;
	border-style:solid;
	border-width:4px 4px 4px 4px;
}
.trio-3211{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
}
.img-map-size{
	width:100%;
	height:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5055:rgba(29,29,31,1.00);
	
	--swatch-var-5854:rgba(245,245,245,1.00);
	
	--swatch-var-1950:rgba(0,78,49,1.00);
	
	--swatch-var-5691:rgba(255,255,255,0.85);
	
	--swatch-var-5627:rgba(0,206,144,1.00);
	
	--swatch-var-974:#000000;
	
	--swatch-var-1107:rgba(0,217,89,1.00);
	
	--swatch-var-2:rgba(191,45,51,1.00);
	
	--swatch-var-329:rgba(4,115,255,1.00);
	
	--swatch-var-5180:#5FC651;
	
	--swatch-var-5112:#FBE786;
	
	--swatch-var-5984:#F8D56D;
	
	--swatch-var-4653:#F5C052;
	
	--swatch-var-523:#F3B33E;
	
	--swatch-var-5961:rgba(236,150,54,1.00);
	
	--swatch-var-2557:rgba(235,68,90,1.00);
	
	--swatch-var-1466:rgba(88,87,206,1.00);
	
	--swatch-var-2350:rgba(163,87,215,1.00);
	
	--swatch-var-4740:rgba(113,187,235,1.00);
	
	--swatch-var-4813:rgba(89,196,190,1.00);
	
	--swatch-var-3652:rgba(241,154,56,1.00);
	
	--swatch-var-7814:rgba(235,77,61,1.00);
	
	--swatch-var-435:#BDD8EB;
	
	--swatch-var-5819:rgba(24,40,152,1.00);
	
	--swatch-var-7901:rgba(24,40,152,0.70);
	
	--swatch-var-7641:rgba(36,60,229,0.7);
	
	--swatch-var-3951:rgba(4,115,255,0.70);
	
	--swatch-var-5274:#243CE5;
	
	--swatch-var-389:#F2B500;
	
	--swatch-var-5501:rgba(24,40,152,0.7);
	
	--swatch-var-1595:rgba(4,115,255,0.7);
	
}



/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.title{
		font-size:56px;
		line-height:1.07143em;
		margin-top:10px;
		margin-bottom:20px;
		letter-spacing:-0.005em;
	}
	.subtext{
		font-size:48px;
		line-height:1.08349em;
		margin-top:0.8em;
		margin-bottom:37px;
		letter-spacing:-0.003em;
	}
	.paragraph-small{
		margin-top:29px;
		margin-bottom:0px;
	}
	h1{
		font-size:64px;
		line-height:1.0625em;
	}
	h2{
		font-size:48px;
		line-height:1.08349em;
	}
	.text-center{
	}
	.title-light{
		font-size:56px;
		line-height:1.07143em;
		margin-top:10px;
		margin-bottom:20px;
		letter-spacing:-0.005em;
	}
	.margin-bottom-30px{
	}
	.subtext-white{
		font-size:48px;
		line-height:1.08349em;
		margin-top:0.8em;
		margin-bottom:37px;
		letter-spacing:-0.003em;
	}
	.paragraph-small-white{
		margin-top:29px;
		margin-bottom:0px;
	}
	.info-section{
	}
	.info-section-white{
	}
	.rounded-corners{
	}
	.paragraph-small-bold{
		margin-top:29px;
		margin-bottom:0px;
	}
	.paragraph-small-bold-blue{
		margin-top:29px;
		margin-bottom:0px;
	}
	.paragraph-small-bold-white{
		margin-top:29px;
		margin-bottom:0px;
	}
	.info-section-blue{
	}
	.resa{
		border-radius:10px 10px 10px 10px;
		padding:3px 8px 3px 8px;
		color:var(--swatch-var-5854)!important;
		background-color:var(--swatch-var-329);
	}
	.hover-link:hover{
	}
	.margin-bottom-grid{
	}
	.title-black{
		font-size:56px;
		line-height:1.07143em;
		margin-top:10px;
		margin-bottom:20px;
		letter-spacing:-0.005em;
	}
	.blue{
	}
	.solo{
		grid-template-rows:auto;
	}
	.duo-2111{
		grid-template-columns:1fr;
	}
	.trio-3211{
		grid-template-columns:1fr 1fr;
	}
	.duo-2211{
	}
	.img-size{
		background-position:center center;
		width:40%;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.title{
		font-size:44px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.09091em;
		letter-spacing:-0.001em;
	}
	.text-center{
	}
	.subtext{
		font-size:32px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.125em;
		letter-spacing:-0.004em;
	}
	.text-left{
	}
	.title-light{
		font-size:44px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.09091em;
		letter-spacing:-0.001em;
	}
	.paragraph-small{
	}
	.subtext-white{
		font-size:32px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.125em;
		letter-spacing:-0.004em;
	}
	.paragraph-small-white{
	}
	.paragraph-small-bold{
	}
	.paragraph-small-bold-blue{
	}
	.paragraph-small-bold-white{
	}
	.resa{
		background-color:var(--swatch-var-329);
		color:var(--swatch-var-5854)!important;
		padding:3px 8px 3px 8px;
		border-radius:10px 10px 10px 10px;
	}
	.rounded-corners{
		border-radius:25px 25px 25px 25px;
	}
	.info-section-blue{
	}
	.phone-button{
		background-color:var(--swatch-var-3951);
		right:30px;
	}
	.phone-button:hover{
	}
	.title-black{
		font-size:44px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.09091em;
		letter-spacing:-0.001em;
	}
	.green{
		grid-column-end:1;
	}
	.blue{
	}
	.trio-3311{
		grid-template-columns:1fr;
		grid-template-rows:auto auto auto;
	}
	.duo-2211{
		grid-template-columns:1fr;
		grid-template-rows:auto auto;
	}
	.duo-2111{
		grid-template-columns:1fr;
		grid-template-rows:auto;
	}
	.trio-3211{
		grid-template-columns:1fr;
		grid-template-rows:auto;
	}
	
}

@media (max-width: 575px){
	.title{
		font-size:44px;
		line-height:1.09091em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.subtext{
		font-size:32px;
		line-height:1.125em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.margin-bottom-30px{
		margin-bottom:30px;
	}
	.title-light{
		font-size:44px;
		line-height:1.09091em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.subtext-white{
		font-size:32px;
		line-height:1.125em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.info-section{
	}
	.rounded-corners{
		background-size:auto 330px;
	}
	.info-section-white{
	}
	.hover-link:hover{
		text-decoration:underline!important;
	}
	.phone-button{
		backdrop-filter:blur(5px);
		-webkit-backdrop-filter:blur(5px);
		right:30px;
	}
	.margin-bottom-grid{
		margin-bottom:24px;
	}
	.title-black{
		font-size:44px;
		line-height:1.09091em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.green{
		grid-column-start:1;
		grid-column-end:1;
	}
	.blue{
	}
	.solo{
	}
	.duo-2111{
	}
	.duo-2211{
		grid-template-rows:auto;
	}
	
}

