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

/*!
Theme Name: wbu2025
Theme URI: http://underscores.me/
Author: Roman Himadinov
Author URI: https://ronastudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wbu2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wbu2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-family: "MinionPro-Bold", sans-serif;
	font-size: clamp(.0625rem, -.9399rem + 5.34615vw, 4.40625rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #fff;
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: clamp(.0625rem, .05726rem + 8.38548vw, 4.25rem);
	}
}

h2 {
	font-family: "MinionPro-Bold", sans-serif;
	font-size: clamp(.0625rem, -.63438rem + 3.71667vw, 2.85rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.05;
	letter-spacing: normal;
	text-align: center;
	color: #f9c84c;
}

@media screen and (max-width: 800px) {
	h2 {
		font-size: clamp(.0625rem, .05785rem + 7.44574vw, 2.85rem);
	}
}

h3 {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(1.7rem, 1.98vw, 2.48rem);
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -.66px;
}

h4 {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(.0625rem, -.42188rem + 2.58333vw, 2rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: .17px;
	text-align: center;
	color: #3e484a;
}

p {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(.0625rem, -.28125rem + 1.83333vw, 1.4375rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.23;
	color: #fff;
	margin: 0;
}

@media screen and (max-width: 800px) {
	p {
		font-size: clamp(.0625rem, .0602rem + 3.67279vw, 1.4375rem);
	}
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: .48em 1em .32em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus, button:active, button:focus-visible, input[type="button"]:focus, input[type="button"]:active, input[type="button"]:focus-visible, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:focus-visible, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:focus-visible {
	outline: none;
	background-color: transparent;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}

.rona-link-button {
	font-size: clamp(.0625rem, -.15625rem + 1.16667vw, .9375rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 2.4px;
	width: fit-content;
	padding: 1.073em 1.42em;
	transition: .5s;
	background-size: 200% auto;
	color: #fff;
	display: block;
	box-shadow: 0px 0px 14px -7px #aa1f2e;
	background-image: linear-gradient(45deg, #aa1f2e 0%, #aa1f2e 51%, #aa1f2e 100%);
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border-radius: 14px;
	margin: 2rem auto;
	text-align: center;
	line-height: .92;
}

@media screen and (max-width: 800px) {
	.rona-link-button {
		font-size: clamp(.0625rem, .06062rem + 3.00375vw, 1.5625rem);
	}
}

.rona-link-button:hover {
	background-position: right center;
	color: #fff;
}

.rona-link-button:active {
	transform: scale(.95);
}

.rona-link-button:hover, .rona-link-button:visited, .rona-link-button:active, .rona-link-button:focus {
	color: #fff;
}

.rona-link-button--black {
	box-shadow: 0px 0px 14px -7px #496477;
	background-image: linear-gradient(45deg, #496477 0%, #496477 51%, #496477 100%);
}

.rona-link-button--white {
	color: #297151;
	box-shadow: 0px 0px 14px -7px #fff;
	background-image: linear-gradient(45deg, #fff 0%, #fff 51%, #fff 100%);
}

.rona-link-button--white:hover, .rona-link-button--white:visited, .rona-link-button--white:active, .rona-link-button--white:focus {
	color: #297151;
}

.rona-link-button--transparent {
	border: 2px solid #fff;
	background-image: none;
	background-color: transparent;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.rona-link-button--transparent.nitro-lazy {
	background-image: none !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	height: calc(145px - ( 145px * 20 / 100 ));
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(20px - ( 20px * 20 / 100 )) calc(30px - ( 30px * 20 / 100 ));
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
	z-index: 1000;
	transition: all .3s ease;
}

@media screen and (max-width: 1200px) {
	.site-header {
		height: calc(70px + 10px);
	}
}

@media screen and (max-width: 890px) {
	.site-header {
		padding: 0 20px;
		height: 80px;
	}
}

@media screen and (max-width: 800px) {
	.site-header {
		padding: 2rem;
		height: 120px;
	}
}

@media screen and (min-width: 1200px), screen and (max-width: 800px) {
	.site-header.sticky-nav {
		height: calc(100px - ( 100px * 20 / 100 ));
	}
}

@media screen and (min-width: 1200px) and (min-width: 1200px), screen and (max-width: 800px) and (min-width: 1200px) {
	.site-header.sticky-nav .main-navigation ul ul {
		top: calc(100px - ( 100px * 20 / 100 ));
	}
}

@media screen and (min-width: 1200px), screen and (max-width: 800px) {
	.site-header.sticky-nav .main-navigation ul ul a {
		padding: 15px 20px;
	}
	
	.site-header.sticky-nav .sub-menu li a:before {
		top: 4px;
		height: 86%;
	}
}

.site-branding img {
	max-width: 390px;
	width: 100%;
	transition: all .3s ease;
}

@media screen and (max-width: 1200px) {
	.site-branding img {
		max-width: 300px;
	}
}

.site-branding p {
	display: none;
}

.menu-main-menu-container {
	float: right;
}

@media screen and (max-width: 890px) {
	.menu-main-menu-container {
		float: inherit;
	}
}

.menu-main-menu-container > ul > li:last-child {
	padding-right: 0;
}

@media screen and (max-width: 890px) {
	.menu-main-menu-container > ul > li:last-child {
		display: none;
	}
}

.menu-main-menu-container > ul > li:last-child a {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: clamp(.0625rem, -.19531rem + 1.375vw, 1.09375rem);
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.48px;
	color: #fff;
	width: fit-content;
	transition: .5s;
	background-size: 200% auto;
	display: block;
	padding: .6em 1.3em;
	border-radius: 15px;
	box-shadow: 0px 0px 14px -7px #aa1f2e;
	background-image: linear-gradient(45deg, #aa1f2e 0%, #aa1f2e 51%, #aa1f2e 100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.menu-main-menu-container > ul > li:last-child a:hover {
	background-position: right center;
	color: #fff;
}

.menu-main-menu-container > ul > li:last-child a:active {
	transform: scale(.95);
}

.menu-main-menu-container > ul > li:last-child a:before {
	content: none;
}

.menu-main-menu-container > ul > li:last-child:hover > a, .menu-main-menu-container > ul > li:last-child.focus > a {
	outline: none;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li {
	position: relative;
	padding-right: 1.52em;
}

@media screen and (max-width: 1200px) {
	.main-navigation ul li {
		padding-right: 1.5em;
	}
}

.main-navigation ul a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #297151;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: clamp(.0625rem, -.1875rem + 1.33333vw, 1.0625rem);
	position: relative;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.48px;
	text-align: center;
}

.main-navigation ul a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: -10px;
	background: #aa1f2e;
	height: 3px;
	transition-property: left, right;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

@media screen and (max-width: 890px) {
	.main-navigation ul a:before {
		content: none;
	}
}

.main-navigation ul a:hover:before, .main-navigation ul a:focus:before, .main-navigation ul a:active:before {
	left: 0;
	right: 0;
}

.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a, .main-navigation ul .current_page_ancestor > a, .main-navigation ul .current-menu-ancestor > a {
	color: #297151;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	width: 100%;
	position: fixed;
	text-align: center;
	top: calc(145px - ( 145px * 20 / 100 ));
	z-index: 99999;
	left: 0;
	background-color: #aa1f2e;
	background-image: repeating-linear-gradient(135deg, rgba(33, 37, 41, .05), rgba(33, 37, 41, .05) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
	transition: all .8s ease-in;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1200px) {
	.main-navigation ul ul {
		top: calc(70px + 10px);
	}
}

@media screen and (max-width: 890px) {
	.main-navigation ul ul {
		box-shadow: inherit;
		position: inherit;
		top: inherit;
		z-index: inherit;
		background-color: inherit;
		background-image: inherit;
		transition: inherit;
		opacity: 1;
		visibility: visible;
	}
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu {
		padding: 0;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li {
		padding: 0;
	}
}

.main-navigation .sub-menu li a {
	padding: calc(23.7px - ( 23.7px * 20 / 100 )) calc(29px - ( 29px * 20 / 100 ));
	color: #3e484a;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1200px) {
	.main-navigation .sub-menu li a {
		padding: 19.6px 25.5px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li a {
		color: #297151;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
}

.main-navigation .sub-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 87%;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: inherit;
	background: #fff;
	border-radius: 4px;
	transform: scaleX(0);
	transform-origin: 50%;
	transition-property: transform;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

@media screen and (max-width: 1200px) {
	.main-navigation .sub-menu li a:before {
		top: 4px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li a:before {
		content: none;
	}
}

.main-navigation .sub-menu li a:hover:before, .main-navigation .sub-menu li a:focus:before, .main-navigation .sub-menu li a:active:before {
	transform: scaleX(1);
}

.main-navigation .sub-menu li a:hover {
	color: #aa1f2e;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 891px) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .menu-main-menu-container {
		display: block;
		transform: translateX(-100%);
		transition: transform .3s ease-in-out;
	}
	
	.main-navigation.toggled .menu-main-menu-container, .main-navigation.hiding .menu-main-menu-container {
		position: absolute;
		height: 100vh;
		display: flex;
		justify-content: center;
		background-color: rgba(255, 255, 255, .9);
		text-align: center;
		padding-top: 120px;
		top: 120px;
		left: 0;
		width: 100%;
		transform: translateX(0);
		transition: transform .3s ease-in-out;
	}
}

@media screen and (max-width: 890px) and (max-width: 321px) {
	.main-navigation.toggled .menu-main-menu-container, .main-navigation.hiding .menu-main-menu-container {
		padding-top: 25px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation.toggled .menu-main-menu-container ul li, .main-navigation.hiding .menu-main-menu-container ul li {
		padding: 20px 0;
	}
	
	.main-navigation.toggled .menu-main-menu-container ul li a, .main-navigation.hiding .menu-main-menu-container ul li a {
		font-size: 1.53rem;
	}
	
	.main-navigation.toggled .menu-main-menu-container ul li ul.sub-menu, .main-navigation.hiding .menu-main-menu-container ul li ul.sub-menu {
		margin-top: 20px;
	}
	
	.main-navigation.toggled .menu-main-menu-container ul li ul.sub-menu a, .main-navigation.hiding .menu-main-menu-container ul li ul.sub-menu a {
		color: #3e484a;
	}
	
	.main-navigation.hiding .menu-main-menu-container {
		transform: translateX(-100%);
		transition: transform .3s ease-in-out;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

button.menu-toggle {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.menu-toggle {
	position: relative;
}

.menu-toggle .hamburger {
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
}

.menu-toggle .line {
	width: 100%;
	height: 2px;
	background-color: #aa1f2e;
	display: block;
	position: absolute;
	transition: all .3s ease;
}

.menu-toggle .line:nth-child(2) {
	top: 8px;
}

.menu-toggle .line:nth-child(3) {
	top: 16px;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(3) {
	transform: rotate(-45deg);
	top: 9px;
}

.navigation-get-started {
	position: absolute;
	top: 15px;
	width: 110px;
	right: 0;
}

@media screen and (max-width: 370px) {
	.navigation-get-started {
		top: 23px;
		width: 70px;
	}
}

@media screen and (min-width: 891px) {
	.navigation-get-started {
		display: none;
	}
}

@media screen and (max-width: 890px) {
	a.custom-logo-link {
		position: absolute;
		top: 3px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 370px) {
	a.custom-logo-link {
		top: 20px;
		max-width: 100px;
	}
}

@media screen and (min-width: 1200px) {
	#masthead.sticky-nav .site-header {
		padding: 15px 20px;
		transition: all .3s ease;
	}
	
	#masthead.sticky-nav .site-branding img {
		max-width: 350px;
		transition: all .3s ease;
	}
	
	#masthead.sticky-nav .main-navigation li:last-child a {
		transition: all .3s ease;
	}
}

#masthead.sticky-nav .menu-main-menu-container {
	top: 80px;
}

@media screen and (max-width: 890px) {
	#primary-menu > li:first-child {
		padding-bottom: 0;
	}
	
	#primary-menu > li:first-child > a:first-child {
		padding: 20px 0;
		margin-top: -20px;
	}
	
	#primary-menu .current-menu-ancestor a {
		color: #3e484a;
	}
	
	#primary-menu .current-menu-ancestor .current-menu-item a {
		color: #297151;
	}
}

.mobile-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 891px) {
	.mobile-nav {
		display: inherit;
		justify-content: inherit;
		width: inherit;
	}
}

.mobile-nav-center {
	display: flex;
	align-items: center;
}

.mobile-logo, .mobile-button {
	display: block;
	align-items: center;
}

@media screen and (min-width: 891px) {
	.mobile-logo, .mobile-button {
		display: none;
	}
}

@media screen and (max-width: 890px) {
	.site-branding {
		display: none;
	}
}

.mobile-logo {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-30%, -50%);
	width: 300px;
}

@media screen and (max-width: 400px) {
	.mobile-logo {
		width: 250px;
	}
}

@media screen and (max-width: 350px) {
	.mobile-logo {
		width: 200px;
	}
}

.mobile-button {
	text-align: center;
	font-size: 18px;
	line-height: .9;
	padding: .91em 1.94em;
	top: 1.75em;
	right: 7.5em;
}

@media screen and (max-width: 400px) {
	.mobile-button {
		font-size: 14px;
	}
}

@media screen and (max-width: 315px) {
	.mobile-button {
		font-size: 10px;
	}
}

/* Sticky button on mobile */
#get-fly-clone {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#get-fly.hidden {
	visibility: hidden;
}

/* Posts and pages
--------------------------------------------- */
.rona-footer {
	background-color: #496477;
	padding: 2rem;
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.rona-footer {
		flex-direction: column;
	}
}

@media screen and (max-width: 500px) {
	.rona-footer {
		padding: 1em;
	}
}

.rona-footer-logo {
	width: 330px;
}

@media screen and (max-width: 800px) {
	.rona-footer-logo {
		width: 260px;
		margin-bottom: 1rem;
	}
}

.rona-footer-icons {
	margin-top: 15px;
}

.rona-footer-icons img {
	width: 27.3px;
	margin: 0 6px;
	transition: filter .3s ease, transform .3s ease;
}

.rona-footer-icons img:hover {
	filter: sepia(100%) saturate(9000%) hue-rotate(-50deg);
	transform: translateY(-3px);
}

.rona-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
}

@media screen and (max-width: 800px) {
	.rona-footer ul {
		flex-direction: row;
		white-space: nowrap;
		flex-wrap: wrap;
	}
}

.rona-footer ul li {
	text-align: right;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rona-footer ul li:nth-last-child(2) {
	margin-top: 1.5rem;
}

@media screen and (max-width: 800px) {
	.rona-footer ul li {
		position: relative;
	}
	
	.rona-footer ul li:not(:last-child)::after {
		content: "|";
		color: #fff;
		margin: 0 .5em;
	}
	
	.rona-footer ul li:nth-last-child(2) {
		margin-top: 0;
	}
}

.rona-footer ul li a {
	font-size: clamp(.875rem, .8392rem + .19091vw, 1.00625rem);
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: -.43px;
	color: #fff;
	text-decoration: none;
	transition: color .3s ease;
	display: block;
	width: 100%;
	height: 30px;
}

@media screen and (max-width: 800px) {
	.rona-footer ul li a {
		height: 60%;
	}
}

.rona-footer ul li a:hover {
	color: #f9c84c;
}

.rona-footer-link {
	color: #fff;
}

.rona-footer-link:visited {
	color: #fff;
}

.rona-footer-link:hover, .rona-footer-link:focus, .rona-footer-link:active {
	color: #fff;
}

.rona-footer-content-copy {
	font-size: .9rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	letter-spacing: inherit;
	padding: 1rem 2rem;
	text-align: right;
	background-color: #496477;
}

@media screen and (max-width: 890px) {
	.rona-footer-content-copy {
		text-align: center;
	}
}

.rona-video-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(35, 31, 32, .9);
	transition: all .3s ease-in-out;
}

.rona-video-modal-content {
	background-color: #54768b;
	margin: 5% auto;
	padding: 5px;
	border: none;
	width: 90%;
	max-width: 900px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	position: relative;
	transition: all .3s ease-in-out;
}

.rona-video-modal-close {
	color: #f9c84c;
	position: absolute;
	top: -22px;
	right: -30px;
	font-size: 35px;
	font-weight: bold;
	transition: color .3s ease-in-out;
}

@media screen and (max-width: 800px) {
	.rona-video-modal-close {
		top: -44px;
		right: -3px;
	}
}

.rona-video-modal-close:hover, .rona-video-modal-close:focus {
	color: #aa1f2e;
	text-decoration: none;
	cursor: pointer;
}

.rona-video-modal-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.rona-video-modal-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.rona-animate span {
	display: inline-block;
}

.rona-animate span:nth-of-type(1) {
	animation-delay: .1s;
}

.rona-animate span:nth-of-type(2) {
	animation-delay: .2s;
}

.rona-animate span:nth-of-type(3) {
	animation-delay: .3s;
}

.rona-animate span:nth-of-type(4) {
	animation-delay: .4s;
}

.rona-animate span:nth-of-type(5) {
	animation-delay: .5s;
}

.rona-animate span:nth-of-type(6) {
	animation-delay: .6s;
}

.rona-animate span:nth-of-type(7) {
	animation-delay: .7s;
}

.rona-animate span:nth-of-type(8) {
	animation-delay: .8s;
}

.rona-animate span:nth-of-type(9) {
	animation-delay: .9s;
}

.rona-animate span:nth-of-type(10) {
	animation-delay: 1s;
}

.rona-animate span:nth-of-type(11) {
	animation-delay: 1.1s;
}

.rona-animate span:nth-of-type(12) {
	animation-delay: 1.2s;
}

.rona-animate span:nth-of-type(13) {
	animation-delay: 1.3s;
}

.rona-animate span:nth-of-type(14) {
	animation-delay: 1.4s;
}

.rona-animate span:nth-of-type(15) {
	animation-delay: 1.5s;
}

.rona-effect span {
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: revolveDrop .3s forwards;
}

.rona-effect-2 span {
	opacity: 0;
	transform: rotate(-180deg) translate(150px, 0);
	animation: twister .3s forwards;
}

@keyframes revolveDrop {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}
	
	60% {
		transform: translate(0, 20px) scale(.8) rotate(0deg);
	}
	
	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}

@keyframes twister {
	10% {
		opacity: 1;
	}
	
	100% {
		transform: rotate(0deg) translate(0);
		opacity: 1;
	}
}

.rona-center, .home__a-item-icon, .home__a-item-container, .ty__a, .yp__f-item-container, .why__e-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rona-zoom-animation {
	transform: scale(.5);
	transition: transform .5s ease-in-out;
}

.rona-zoom-animation.zoomed {
	transform: scale(1);
}

.rona-animated-number {
	opacity: 0;
	transition: opacity .3s;
}

.rona-text-part {
	display: inline-block;
	position: relative;
	transform: translateX(0);
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.rona-text-part.left {
	transform: translateX(-200%);
	animation-name: slide-in-left;
}

.rona-text-part.right {
	transform: translateX(200%);
	animation-name: slide-in-right;
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-200%);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes slide-in-right {
	0% {
		transform: translateX(200%);
	}
	
	100% {
		transform: translateX(0);
	}
}

.rona-color--green {
	color: #297151;
}

.rona-shadow--white {
	text-shadow: 0 0 20px rgba(255, 255, 255, .9);
}

@media screen and (max-width: 800px) {
	.rona-shadow--white {
		text-shadow: 0 0 5px rgba(255, 255, 255, .9), 0 0 10px rgba(255, 255, 255, .8), 0 0 15px rgba(255, 255, 255, .6), 0 0 20px rgba(255, 255, 255, .4);
	}
}

.rona-shadow--black {
	text-shadow: 0 0 20px rgba(0, 0, 0, .9);
}

.rona-shadow--foggy {
	text-shadow: 0 0 10px rgba(0, 0, 0, .5), 0 0 20px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .2), 0 0 50px rgba(0, 0, 0, .1);
}

.rona-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
}

@media screen and (max-width: 890px) {
	.rona-grid {
		grid-template-columns: 100%;
	}
}

.no-select {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.uppercase {
	text-transform: uppercase;
}

.sticky {
	display: block;
}

.post, .page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.mobile-only {
	display: none;
}

.web-only {
	display: block;
}

@media screen and (max-width: 800px) {
	.web-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
}

.franchise {
	width: 250px;
	height: 90px;
	position: fixed;
	z-index: 20;
	right: 0;
	transition: all .3s ease;
}

@media screen and (max-width: 1600px) {
	.franchise {
		width: 230px;
	}
}

@media screen and (max-width: 1200px) {
	.franchise {
		width: 160px;
	}
}

@media screen and (max-width: 890px) {
	.franchise {
		display: none;
	}
}

.franchise:hover {
	transform: translateY(-5px);
}

.superscript {
	background-color: #3e484a;
	padding: .5rem 1rem;
	line-height: 1;
}

.superscript p {
	margin: 0;
}

.superscript a {
	font-size: .8rem;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}

sup a {
	color: #3e484a;
	text-decoration: none;
}

sup .sup--white {
	color: #fff;
}

sup .sup--green {
	color: #297151;
}

.home {
	position: relative;
}

.home-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.home__header {
	position: relative;
	width: 100%;
	aspect-ratio: 1920/1080;
	overflow: hidden;
	background: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-header.jpg") center/cover no-repeat;
}

@media screen and (max-width: 800px) {
	.home__header {
		aspect-ratio: 800/1027;
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-header-m.jpg");
		background-size: cover;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	.home__header.nitro-lazy {
		background-image: none !important;
	}
}

.home__header-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.home__header-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 800px) {
	.home__header-video {
		display: none;
	}
}

.home__header-content {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10%;
	box-sizing: border-box;
}

@media screen and (max-width: 800px) {
	.home__header-content {
		padding-left: inherit;
		justify-content: center;
	}
}

.home__header-inner {
	width: 50%;
}

@media screen and (max-width: 800px) {
	.home__header-inner {
		width: 90%;
	}
}

.home__header-title {
	margin-top: 6rem;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.home__header-title {
		margin-top: calc(82% - 2em);
	}
}

.home__header-sub-title {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(.0625rem, -.34856rem + 2.19231vw, 1.84375rem);
	line-height: 1.15;
}

@media screen and (max-width: 800px) {
	.home__header-sub-title {
		font-size: clamp(.0625rem, .06031rem + 3.50438vw, 1.8125rem);
	}
}

@media screen and (max-width: 450px) {
	.home__header-sub-title {
		font-family: "News Gothic No2 W02 Bold", sans-serif;
		font-size: clamp(.0625rem, .06031rem + 3.50877vw, .9375rem);
	}
}

.home__header .rona-link-button {
	font-size: clamp(.0625rem, -.32812rem + 2.08333vw, 1.625rem);
	position: relative;
	z-index: 0;
	float: left;
	padding: .8em 1.1em;
	border-radius: 15px;
	letter-spacing: 1.5px;
	margin-top: 2.5rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5), 0 0 20px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .2), 0 0 50px rgba(0, 0, 0, .1);
	transition: transform .6s ease;
}

@media screen and (max-width: 800px) {
	.home__header .rona-link-button {
		font-size: clamp(.0625rem, .06054rem + 3.12891vw, 1.625rem);
	}
}

.home__header .rona-link-button::after {
	content: "";
	position: absolute;
	top: -.26em;
	left: -.85em;
	width: 120%;
	height: 120%;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-cta-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	transition: transform .6s ease;
}

.home__header .rona-link-button:hover::after {
	transform: scale(1.05) rotate(360deg);
}

.home__flight {
	background-color: #aa1f2e;
	padding: 1px;
}

.home__flight .rona-link-button--transparent {
	font-size: clamp(.0625rem, .0602rem + 3.67279vw, 1.4375rem);
	padding: 0;
	border: 0;
	margin: .8rem auto;
}

.home__a {
	background-color: #297151;
	position: relative;
	z-index: 1;
}

.home__a.rona-grid {
	grid-template-columns: 35% 65%;
}

@media screen and (max-width: 800px) {
	.home__a.rona-grid {
		grid-template-columns: 100%;
	}
}

.home__a-img {
	position: relative;
	left: -3.15em;
	top: -2.3em;
}

@media screen and (max-width: 800px) {
	.home__a-img {
		left: inherit;
		margin: 0 auto;
		width: calc(100% - 3em);
		top: -1.2rem;
		right: -2rem;
	}
}

.home__a h2 {
	font-size: clamp(.0625rem, -.40234rem + 2.47917vw, 1.92188rem);
	line-height: 1.64;
	text-align: left;
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	.home__a h2 {
		font-size: clamp(.0625rem, .05961rem + 4.63079vw, 2.375rem);
		line-height: 1.1;
	}
}

@media screen and (max-width: 450px) {
	.home__a h2 {
		font-size: clamp(.0625rem, .0593rem + 5.12249vw, 1.5rem);
	}
}

.home__a-right {
	position: relative;
	margin-top: 9%;
	left: -7%;
}

@media screen and (max-width: 800px) {
	.home__a-right {
		margin-top: 0;
		left: inherit;
		padding: 0 calc(18% - 3em);
	}
}

@media screen and (max-width: 450px) {
	.home__a-right {
		padding: 0 5%;
	}
}

.home__a-text {
	padding-left: calc(10.3% - 3em);
}

@media screen and (max-width: 800px) {
	.home__a-text {
		padding-left: 0;
	}
}

@media screen and (max-width: 450px) {
	.home__a-text p {
		font-size: clamp(.0625rem, .06013rem + 3.78619vw, 1.125rem);
	}
}

.home__a .rona-link-button {
	margin-left: 0;
}

@media screen and (max-width: 800px) {
	.home__a .rona-link-button {
		margin: 0 auto 2rem;
	}
}

.home__a-slider {
	margin: 2em;
	position: relative;
	max-width: 700px;
}

.home__a-slider-button-next, .home__a-slider-button-prev {
	z-index: 2;
	position: absolute;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.home__a-slider-button-next {
	left: -1.5em;
	border-right: 11px solid #f9c84c;
}

.home__a-slider-button-prev {
	right: -1.5em;
	border-left: 11px solid #f9c84c;
}

.home__a-item {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	.home__a-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.home__a-item-icon {
	width: 80px;
	margin-right: 1rem;
}

@media screen and (max-width: 800px) {
	.home__a-item-icon {
		margin-right: inherit;
		margin-bottom: .5rem;
	}
}

.home__a-item-title {
	font-size: clamp(.0625rem, -.15156rem + 1.14167vw, .91875rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	line-height: 1.8;
	letter-spacing: 1.96px;
	color: #f9c84c;
}

@media screen and (max-width: 800px) {
	.home__a-item-title {
		font-size: clamp(.0625rem, .06065rem + 2.96621vw, 1.54375rem);
	}
}

.home__a-item-text {
	font-size: clamp(.0625rem, -.17969rem + 1.29167vw, 1.03125rem);
}

@media screen and (max-width: 800px) {
	.home__a-item-text {
		font-size: clamp(.0625rem, .06051rem + 3.19149vw, 1.65625rem);
	}
}

.home__b.rona-grid {
	grid-template-columns: 65% 35%;
}

@media screen and (max-width: 800px) {
	.home__b.rona-grid {
		grid-template-columns: 100%;
	}
}

.home__b-img {
	filter: brightness(90%);
	position: absolute;
	max-width: 530px;
	width: calc(40% - 4em);
	right: 0;
	opacity: 0;
	transform: translateY(-600px);
	transition: transform .8s ease, opacity .8s ease;
}

@media screen and (max-width: 800px) {
	.home__b-img {
		max-width: 300px;
		width: calc(70% - 4em);
		margin-top: -14%;
		margin-right: -4%;
	}
}

.home__b-title {
	font-size: clamp(.0625rem, -.56406rem + 3.34167vw, 2.56875rem);
	color: #54768b;
	line-height: 1.29;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.home__b-title {
		font-size: clamp(.0625rem, .05832rem + 6.69449vw, 2.56875rem);
	}
}

.home__b-left {
	margin-top: 10%;
	margin-left: 7%;
}

@media screen and (max-width: 800px) {
	.home__b-left {
		margin-left: 0;
	}
}

.home__b-wrapper {
	margin-left: 1.5%;
	max-width: 750px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.home__b-wrapper {
		margin-left: 0;
	}
}

.home__b-sub-title {
	font-size: clamp(.0625rem, -.38281rem + 2.375vw, 1.84375rem);
	color: #54768b;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	position: relative;
}

@media screen and (max-width: 800px) {
	.home__b-sub-title {
		font-size: clamp(.0625rem, .05953rem + 4.75793vw, 1.84375rem);
		padding-top: .6rem;
	}
}

.home__b-sub-title:after {
	content: "";
	position: absolute;
	left: -1.5em;
	bottom: -1em;
	width: calc(28vw + 5em);
	height: calc(.1vw + .39em);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-sep-yellow-2.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.home__b-sub-title:after {
		width: calc(33vw + 5em);
		height: calc(.3vw + .39em);
		bottom: -2.5em;
	}
}

.home__b-text {
	color: #54768b;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 800px) {
	.home__b-text {
		margin-top: 5em;
	}
}

@media screen and (max-width: 450px) {
	.home__b-text {
		font-size: clamp(.0625rem, .06013rem + 3.78619vw, 1.125rem);
	}
}

.home__b-source {
	color: #54768b;
	padding-top: 1.5em;
	padding-bottom: 2em;
	font-size: clamp(.0625rem, -.10938rem + .91667vw, .75rem);
}

@media screen and (max-width: 800px) {
	.home__b-source {
		font-size: clamp(.0625rem, .06104rem + 2.33723vw, .9375rem);
	}
}

@media screen and (max-width: 450px) {
	.home__b-source {
		font-size: clamp(.0625rem, .06097rem + 2.44989vw, .75rem);
	}
}

.home__b-items {
	display: flex;
	justify-content: center;
}

.home__b-item {
	max-width: 470px;
	width: 100%;
	opacity: 0;
	transform: translateY(-300px);
	transition: transform .9s ease, opacity .9s ease;
}

.home__c {
	background-color: #54768b;
	margin: 3.15em;
	padding: 3.15em;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-blue.jpg");
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.home__c.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.home__c {
		margin: 5%;
		padding: 5%;
	}
}

.home__c-title {
	font-size: clamp(.0625rem, -.56406rem + 3.34167vw, 2.56875rem);
	color: #f9c84c;
	line-height: 1.29;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.home__c-title {
		font-size: clamp(.0625rem, .05832rem + 6.69449vw, 2.56875rem);
		margin-top: 1rem;
		line-height: 1;
	}
}

.home__c-title span {
	font-size: clamp(.0625rem, -.38281rem + 2.375vw, 1.84375rem);
	color: #fff;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
}

@media screen and (max-width: 800px) {
	.home__c-title span {
		font-size: clamp(.0625rem, .05953rem + 4.75793vw, 1.84375rem);
	}
}

.home__c-slider {
	margin: 2em;
	position: relative;
}

.home__c-slider-button-next, .home__c-slider-button-prev {
	z-index: 2;
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor: pointer;
	top: 30%;
	transform: translateY(-30%);
}

@media screen and (max-width: 800px) {
	.home__c-slider-button-next, .home__c-slider-button-prev {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
}

.home__c-slider-button-next {
	left: -1.5em;
	border-right: 15px solid #f9c84c;
}

@media screen and (max-width: 800px) {
	.home__c-slider-button-next {
		border-right: 10px solid #f9c84c;
	}
}

.home__c-slider-button-prev {
	right: -1.5em;
	border-left: 15px solid #f9c84c;
}

@media screen and (max-width: 800px) {
	.home__c-slider-button-prev {
		border-left: 10px solid #f9c84c;
	}
}

.home__c-slider-pagination {
	text-align: center;
}

.home__c .swiper-pagination-bullet {
	background: #fff;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
}

.home__c .swiper-pagination-bullet-active {
	background: #fff;
}

.home__c-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.home__c-item-icon {
	position: relative;
}

.home__c-item-icon-avatar {
	max-width: 270px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.home__c-item-icon-avatar {
		width: 80%;
	}
}

.home__c-item-icon .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	z-index: 10;
	cursor: pointer;
}

.home__c-item-text {
	padding-top: 1rem;
	line-height: 1.42;
	font-size: clamp(.0625rem, -.21094rem + 1.45833vw, 1.15625rem);
}

@media screen and (max-width: 800px) {
	.home__c-item-text {
		font-size: clamp(.0625rem, .06067rem + 2.92154vw, 1.15625rem);
	}
}

.home__c-item-name {
	font-family: "MinionPro-Bold", sans-serif;
	line-height: 1;
	padding: .8rem 0 0;
	font-size: clamp(.0625rem, -.27187rem + 1.78333vw, 1.4rem);
}

@media screen and (max-width: 800px) {
	.home__c-item-name {
		font-size: clamp(.0625rem, .06027rem + 3.57262vw, 1.4rem);
	}
}

.home__c-item-title {
	line-height: 1.26;
	font-size: clamp(.0625rem, -.15828rem + 1.1775vw, .94563rem);
}

@media screen and (max-width: 800px) {
	.home__c-item-title {
		font-size: clamp(.0625rem, .06103rem + 2.35893vw, .94563rem);
	}
}

@media screen and (max-width: 800px) {
	.home__c .rona-link-button {
		margin: .6rem auto;
	}
}

.home__d {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-white.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6em;
	padding-bottom: 6em;
	position: relative;
	overflow: hidden;
}

.home__d.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.home__d {
		padding-top: 10%;
		padding-bottom: 10%;
		background-size: 100% 100%;
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-white-1-m.jpg");
	}
	
	.home__d.nitro-lazy {
		background-image: none !important;
	}
}

.home__d h2, .home__d p {
	color: #297151;
}

@media screen and (max-width: 450px) {
	.home__d p {
		font-size: clamp(.0625rem, .06013rem + 3.78619vw, 1.125rem);
	}
}

.home__d h2 {
	position: relative;
	margin-top: 0;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	.home__d h2 {
		font-size: clamp(.0625rem, .05917rem + 5.33166vw, 2.725rem);
	}
}

@media screen and (max-width: 450px) {
	.home__d h2 {
		font-size: clamp(.0625rem, .0593rem + 5.12249vw, 1.5rem);
	}
}

.home__d h2:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -.5em;
	width: 470px;
	height: 5px;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-sep-green.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.home__d h2:after {
		width: calc(28vw + 5em);
		height: calc(.1vw + .19em);
	}
}

.home__d-img {
	max-width: 1050px;
	width: 100%;
	margin: 2em 0 3em;
	opacity: 0;
	transform: translateY(200px);
	transition: transform .8s ease, opacity .8s ease;
}

.home__d .home-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.home__d .rona-link-button {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.home__d-slider {
		position: relative;
	}
	
	.home__d-slider #swipe-label {
		position: absolute;
		top: 40%;
		left: 55%;
		transform: translateX(-54.5%);
		z-index: 10;
		transition: opacity .4s ease;
	}
}

@media screen and (max-width: 800px) and (max-width: 600px) {
	.home__d-slider #swipe-label {
		width: 168.75px;
	}
}

@media screen and (max-width: 800px) {
	.home__d-slider swiper-container {
		width: 100vw;
		height: 100vh;
		max-width: 100%;
	}
	
	.home__d-slider swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.home__d-slider .slide-part {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 300% auto;
		background-position-y: center;
	}
	
	@keyframes blink {
		0%, 100% {
			opacity: 1;
		}
		
		25%, 75% {
			opacity: 0;
		}
		
		50% {
			opacity: 1;
		}
	}
	
	.home__d .blink {
		animation: blink 4s linear;
	}
}

.home__e {
	background-color: #bd8040;
}

.home__e .rona-center, .home__e .home__a-item-icon, .home__e .home__a-item-container, .home__e .ty__a, .home__e .yp__f-item-container, .home__e .why__e-box {
	padding: 19% 0 19% 10%;
	justify-content: left;
}

@media screen and (max-width: 800px) {
	.home__e .rona-center, .home__e .home__a-item-icon, .home__e .home__a-item-container, .home__e .ty__a, .home__e .yp__f-item-container, .home__e .why__e-box {
		padding: 10% 0 0 10%;
	}
}

.home__e.rona-grid {
	grid-template-columns: 50% 50%;
}

@media screen and (max-width: 800px) {
	.home__e.rona-grid {
		grid-template-columns: 100%;
	}
}

.home__e-left {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-green.jpg");
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.home__e-left.nitro-lazy {
	background-image: none !important;
}

.home__e-left h2 {
	text-align: left;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.home__e-left h2 {
		font-size: clamp(.0625rem, .05832rem + 6.69449vw, 2.56875rem);
	}
}

.home__e-left p {
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.home__e-left p {
		margin-left: 0;
	}
}

.home__e-left .rona-link-button {
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.home__e-left .rona-link-button {
		margin-left: 0;
	}
}

.home__e-right {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-make.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home__e-right.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.home__e-right {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-make-m.jpg");
		aspect-ratio: 800/504;
	}
	
	.home__e-right.nitro-lazy {
		background-image: none !important;
	}
}

.home__bg {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-white-2.jpg");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 3.15em 3.15em 0;
	position: relative;
	overflow: hidden;
}

.home__bg.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.home__bg {
		background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/home-bg-white-2-m.jpg");
		padding: 5% 5% 0;
		background-size: 100% 100%;
	}
	
	.home__bg.nitro-lazy {
		background-image: none !important;
	}
}

.ng-bold {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
}

.blog__header {
	position: relative;
	overflow: hidden;
	margin-top: -3rem;
}

@media screen and (max-width: 1440px) {
	.blog__header {
		margin-top: -1rem;
	}
}

@media screen and (max-width: 890px) {
	.blog__header {
		margin-top: inherit;
	}
}

.blog__header-img {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/blog-header.jpg");
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	aspect-ratio: 2000/643;
	margin-bottom: -1px;
}

.blog__header-img.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.blog__header-img {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/blog-header-m-2.jpg");
		aspect-ratio: 1164/680;
		margin-top: -50px;
	}
	
	.blog__header-img.nitro-lazy {
		background-image: none !important;
	}
}

.blog__header-content {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.blog__header-content {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.blog__header-title {
	margin: 0;
	text-align: center;
	font-size: clamp(.0625rem, -.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 800px) {
	.blog__header-title {
		font-size: clamp(.0625rem, .05945rem + 4.8811vw, 2.5rem);
	}
}

.blog .home__flight {
	margin-top: 120px;
}

.blog__content {
	max-width: 1300px;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	.blog__content {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.blog__a {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/blog-bg.jpg");
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2rem 0;
}

.blog__a.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 890px) {
	.blog__a {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/blog-bg-m.jpg");
		padding: 1rem 0;
	}
	
	.blog__a.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (max-width: 780px) {
	.blog__a {
		background-size: cover;
		background-repeat: repeat-y;
	}
}

.blog__a h2 {
	text-shadow: 0 0 20px #fff;
	text-align: left;
}

.blog__a-wrapper {
	width: 100%;
	display: flex;
	gap: 1rem;
	row-gap: 3rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1200px) {
	.blog__a-wrapper {
		justify-content: space-around;
	}
}

.blog__a-card {
	min-height: 395px;
	max-width: 370px;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
}

.blog__a-card img {
	width: 100%;
	height: 205px;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

.blog__a-card-content {
	padding: 1rem;
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
}

.blog__a-card-content h2 {
	margin: 0 0 8px;
	font-size: clamp(.9375rem, .86719rem + .375vw, 1.21875rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	line-height: 1.06;
	letter-spacing: normal;
	text-align: left;
	color: #54768b;
}

@media screen and (max-width: 890px) {
	.blog__a-card-content h2 {
		font-size: clamp(1rem, .99979rem + .33389vw, 1.125rem);
	}
}

.blog__a-card-date {
	font-size: clamp(.625rem, .60156rem + .125vw, .71875rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	margin: 0 0 8px;
	font-weight: bold;
	letter-spacing: .31px;
	color: #54768b;
	text-transform: uppercase;
}

.blog__a-card-text {
	font-size: clamp(.875rem, .875rem + 0vw, .875rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	line-height: 1.23;
	letter-spacing: .18px;
	color: #54768b;
}

.blog__a-card .rona-link-button {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: clamp(.625rem, .59688rem + .15vw, .7375rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.89px;
	margin: 1rem 0;
	border-radius: 11px;
}

.blog__a-pagination {
	margin: 0 0 .5rem;
	display: flex;
	justify-content: end;
}

.blog__a-pagination-container {
	width: fit-content;
}

.blog__a-pagination-btn {
	text-decoration: none;
	font-size: clamp(.625rem, .60156rem + .125vw, .71875rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-weight: bold;
	color: #54768b;
}

.blog__a-pagination-btn:focus, .blog__a-pagination-btn:active, .blog__a-pagination-btn:focus-visible, .blog__a-pagination-btn:visited {
	outline: none;
	background-color: transparent;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	color: #54768b;
}

.blog__a-page-numbers {
	font-size: clamp(.75rem, .75rem + 0vw, .75rem);
	line-height: 1.23;
	letter-spacing: .18px;
	color: #54768b;
	text-align: center;
}

/* Single Post Styles */
.single-post-container, .post-content-container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 1rem;
}

.single-post p, .post-content p {
	margin: inherit;
	color: #54768b;
}

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .single-post p, .single-post a, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content p, .post-content a {
	color: #54768b;
}

.single-post ul, .single-post ol, .post-content ul, .post-content ol {
	margin: 0 0 1em 1em;
	color: #54768b;
}

.single-post ul, .post-content ul {
	margin: 0;
}

.single-post ul > li, .post-content ul > li {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(.0625rem, -.28125rem + 1.83333vw, 1.4375rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	color: #54768b;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.single-post ul > li, .post-content ul > li {
		font-size: clamp(.0625rem, .0602rem + 3.67279vw, 1.4375rem);
	}
}

.single-post img.alignnone.size-medium, .post-content img.alignnone.size-medium {
	max-width: 600px;
	width: 100%;
	margin: 1rem auto;
	display: block;
}

.single-post form .form-container, .post-content form .form-container {
	margin: 2rem auto 1rem;
}

.single-post form .form-row, .post-content form .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
	gap: 1rem;
	width: 100%;
}

@media screen and (max-width: 840px) {
	.single-post form .form-row, .post-content form .form-row {
		margin-bottom: 1rem;
	}
}

.single-post form .form-group, .post-content form .form-group {
	flex: 1 1 300px;
	margin-bottom: 10px;
}

.single-post form .form-group.w30, .post-content form .form-group.w30 {
	flex: 0 0 28%;
}

.single-post form .form-group.w40, .post-content form .form-group.w40 {
	flex: 0 0 39%;
}

.single-post form .form-group.w60, .post-content form .form-group.w60 {
	flex: 0 0 59%;
}

.single-post form .wpcf7-form-control.wpcf7-text, .single-post form .wpcf7-form-control.wpcf7-email, .single-post form .wpcf7-form-control.wpcf7-select, .post-content form .wpcf7-form-control.wpcf7-text, .post-content form .wpcf7-form-control.wpcf7-email, .post-content form .wpcf7-form-control.wpcf7-select {
	font-family: "MinionPro-Bold", sans-serif;
	line-height: 1.06;
	color: #54768b;
	width: 100%;
	padding: .8rem;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #54768b;
	transition: all .3s ease;
	box-sizing: border-box;
	font-size: clamp(.0625rem, -.34375rem + 2.16667vw, 1.6875rem);
}

@media screen and (max-width: 800px) {
	.single-post form .wpcf7-form-control.wpcf7-text, .single-post form .wpcf7-form-control.wpcf7-email, .single-post form .wpcf7-form-control.wpcf7-select, .post-content form .wpcf7-form-control.wpcf7-text, .post-content form .wpcf7-form-control.wpcf7-email, .post-content form .wpcf7-form-control.wpcf7-select {
		font-size: clamp(.0625rem, .05979rem + 4.34057vw, 1.6875rem);
	}
}

.single-post form .wpcf7-form-control.wpcf7-select, .post-content form .wpcf7-form-control.wpcf7-select {
	cursor: pointer;
	border-radius: 15.3px;
	border: solid 1px #54768b;
	padding-top: 20px;
	padding-bottom: 20px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236c8fb0\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 30px;
	padding-right: 40px;
}

.single-post form .wpcf7-form-control.wpcf7-select.nitro-lazy, .post-content form .wpcf7-form-control.wpcf7-select.nitro-lazy {
	background-image: none !important;
}

.single-post form .wpcf7-form-control.wpcf7-text:focus, .single-post form .wpcf7-form-control.wpcf7-email:focus, .single-post form .wpcf7-form-control.wpcf7-select:focus, .single-post form .wpcf7-form-control.wpcf7-text:active, .single-post form .wpcf7-form-control.wpcf7-email:active, .single-post form .wpcf7-form-control.wpcf7-select:active, .post-content form .wpcf7-form-control.wpcf7-text:focus, .post-content form .wpcf7-form-control.wpcf7-email:focus, .post-content form .wpcf7-form-control.wpcf7-select:focus, .post-content form .wpcf7-form-control.wpcf7-text:active, .post-content form .wpcf7-form-control.wpcf7-email:active, .post-content form .wpcf7-form-control.wpcf7-select:active {
	outline: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #297151;
}

.single-post form .wpcf7-form-control.wpcf7-select:focus, .single-post form .wpcf7-form-control.wpcf7-select:active, .post-content form .wpcf7-form-control.wpcf7-select:focus, .post-content form .wpcf7-form-control.wpcf7-select:active {
	border-radius: 15.3px;
	border: solid 1px #54768b;
}

.single-post form .wpcf7-form-control::placeholder, .post-content form .wpcf7-form-control::placeholder {
	color: #54768b;
}

.single-post form .buttons-container, .post-content form .buttons-container {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}

.single-post form .externalform-button, .single-post form .wpcf7-submit.externalform-button, .post-content form .externalform-button, .post-content form .wpcf7-submit.externalform-button {
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease;
	margin-right: 15px;
}

.single-post form input[type='reset'].externalform-button, .single-post form .wpcf7-submit.externalform-button, .post-content form input[type='reset'].externalform-button, .post-content form .wpcf7-submit.externalform-button {
	color: white;
	border-radius: 18.1px;
	background-color: #b71a13;
	text-transform: uppercase;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: 18px;
	line-height: .92;
	letter-spacing: 2.4px;
	padding: 1rem 2rem;
	background-image: linear-gradient(45deg, #aa1f2e 0%, #aa1f2e 51%, #aa1f2e 100%);
}

.single-post form input[type='reset'].externalform-button:hover, .single-post form .wpcf7-submit.externalform-button:hover, .post-content form input[type='reset'].externalform-button:hover, .post-content form .wpcf7-submit.externalform-button:hover {
	background-position: right center;
	color: #fff;
}

.single-post form input[type='reset'].externalform-button:active, .single-post form .wpcf7-submit.externalform-button:active, .post-content form input[type='reset'].externalform-button:active, .post-content form .wpcf7-submit.externalform-button:active {
	transform: scale(.95);
}

.single-post form input[type='reset'].externalform-button:hover, .single-post form input[type='reset'].externalform-button:visited, .single-post form input[type='reset'].externalform-button:active, .single-post form input[type='reset'].externalform-button:focus, .single-post form .wpcf7-submit.externalform-button:hover, .single-post form .wpcf7-submit.externalform-button:visited, .single-post form .wpcf7-submit.externalform-button:active, .single-post form .wpcf7-submit.externalform-button:focus, .post-content form input[type='reset'].externalform-button:hover, .post-content form input[type='reset'].externalform-button:visited, .post-content form input[type='reset'].externalform-button:active, .post-content form input[type='reset'].externalform-button:focus, .post-content form .wpcf7-submit.externalform-button:hover, .post-content form .wpcf7-submit.externalform-button:visited, .post-content form .wpcf7-submit.externalform-button:active, .post-content form .wpcf7-submit.externalform-button:focus {
	color: #fff;
}

@media screen and (max-width: 840px) {
	.single-post form input[type='reset'].externalform-button, .single-post form .wpcf7-submit.externalform-button, .post-content form input[type='reset'].externalform-button, .post-content form .wpcf7-submit.externalform-button {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
	}
}

.single-post form input[type='reset'].externalform-button:hover, .post-content form input[type='reset'].externalform-button:hover {
	background-color: #b71a13;
}

.single-post form .wpcf7-submit.externalform-button:hover, .post-content form .wpcf7-submit.externalform-button:hover {
	background-color: #9c3a3a;
}

.single-post form .buttons-container p br, .post-content form .buttons-container p br {
	display: none;
}

.single-post form .wpcf7-response-output, .post-content form .wpcf7-response-output {
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

.single-post form .wpcf7-not-valid-tip, .post-content form .wpcf7-not-valid-tip {
	position: absolute;
	color: #d9534f;
	font-size: 14px;
	margin-top: 5px;
}

.single-post form .screen-reader-response, .post-content form .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

@media screen and (max-width: 840px) {
	.single-post form .form-row, .post-content form .form-row {
		flex-direction: column;
		gap: 10px;
	}
	
	.single-post form .form-group, .post-content form .form-group {
		flex: 1 1 100%;
	}
	
	.single-post form .buttons-container, .post-content form .buttons-container {
		flex-direction: column;
	}
	
	.single-post form .buttons-container p, .post-content form .buttons-container p {
		display: flex;
	}
	
	.single-post form .externalform-button, .single-post form .wpcf7-submit.externalform-button, .post-content form .externalform-button, .post-content form .wpcf7-submit.externalform-button {
		width: 20%;
		min-width: 150px;
		margin-bottom: 1rem;
	}
	
	.single-post form .form-container, .post-content form .form-container {
		padding: 1.2rem;
	}
}

@media screen and (max-width: 390px) {
	.single-post .externalform-button, .single-post .wpcf7-submit.externalform-button, .post-content .externalform-button, .post-content .wpcf7-submit.externalform-button {
		min-width: 100px;
	}
	
	.single-post input[type='reset'].externalform-button, .single-post .wpcf7-submit.externalform-button, .post-content input[type='reset'].externalform-button, .post-content .wpcf7-submit.externalform-button {
		padding: 1rem;
	}
}

.single-post .post, .post-content .post {
	min-height: 100vh;
}

.single-post .post-header-image, .post-content .post-header-image {
	width: 100%;
	position: relative;
	min-height: 500px;
	height: 30vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 3px 3px 15px black;
}

.single-post .post-header-image:after, .post-content .post-header-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	pointer-events: none;
}

.single-post .post-title, .post-content .post-title {
	color: #54768b;
	text-align: center;
}

.single-post .post-content, .post-content .post-content {
	margin: 1rem 0;
	line-height: 1.6;
	font-size: 1.1rem;
}

.single-post .post-navigation, .post-content .post-navigation {
	display: flex;
	justify-content: space-between;
	margin: 1.2rem 0;
	font-size: 1rem;
}

.single-post .post-navigation a, .post-content .post-navigation a {
	text-decoration: none;
	color: #54768b;
}

.single-post .post-navigation a:hover, .post-content .post-navigation a:hover {
	text-decoration: underline;
}

.single-post .prev-post, .post-content .prev-post {
	text-align: left;
}

.single-post .next-post, .post-content .next-post {
	text-align: right;
}

.ty {
	width: 100%;
	height: calc(100vh - 180px);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/ty-bg.jpg");
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}

.ty.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.ty {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/ty-bg-m.jpg");
		background-position: center right;
	}
	
	.ty.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (max-width: 500px) {
	.ty {
		aspect-ratio: 1162/1845;
		background-position: bottom center;
	}
}

.ty__a {
	height: calc(100vh - 180px);
	text-align: center;
}

.ty__a-content {
	margin-left: 22rem;
}

@media screen and (max-width: 800px) {
	.ty__a-content {
		margin-left: inherit;
		margin-top: -10rem;
	}
}

.start__header {
	position: relative;
	overflow: hidden;
}

.start__header-img {
	width: 100%;
	height: 450px;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/apply-header.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.start__header-img.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 1200px) {
	.start__header-img {
		height: 350px;
	}
}

@media screen and (max-width: 800px) {
	.start__header-img {
		height: 200px;
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/apply-header-m.jpg");
	}
	
	.start__header-img.nitro-lazy {
		background-image: none !important;
	}
}

.start__header-content {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.start__header-content {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.start__header-title {
	margin: 0;
	text-align: center;
	font-size: clamp(.0625rem, -.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 800px) {
	.start__header-title {
		font-size: clamp(.0625rem, .05945rem + 4.8811vw, 2.5rem);
	}
}

.start .home__flight {
	margin-top: 120px;
}

.start__a {
	padding: 5rem 0;
}

@media screen and (max-width: 420px) {
	.start__a {
		padding: 3rem 0;
	}
}

.start__a-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

.start__a-title {
	font-size: clamp(.0625rem, -.47656rem + 2.875vw, 2.21875rem);
	color: #54768b;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.start__a-title {
		font-size: clamp(.0625rem, .05916rem + 5.34224vw, 2.0625rem);
	}
}

@media screen and (max-width: 420px) {
	.start__a-title {
		font-size: clamp(.0625rem, .05937rem + 5.00835vw, 1.9375rem);
	}
}

.start__a-text {
	font-size: clamp(.0625rem, -.35625rem + 2.23333vw, 1.7375rem);
	color: #54768b;
}

@media screen and (max-width: 800px) {
	.start__a-text {
		font-size: clamp(.0625rem, .05979rem + 4.34057vw, 1.6875rem);
	}
}

@media screen and (max-width: 420px) {
	.start__a-text {
		font-size: clamp(.0625rem, .06rem + 4.00668vw, 1.5625rem);
	}
}

.start__a-img {
	max-width: 595px;
	width: 100%;
	margin: 1rem auto;
}

.start__form .form-container {
	margin: 2rem auto 1rem;
}

.start__form .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
	gap: 1rem;
	width: 100%;
}

@media screen and (max-width: 840px) {
	.start__form .form-row {
		margin-bottom: 1rem;
	}
}

.start__form .form-group {
	flex: 1 1 300px;
	margin-bottom: 10px;
}

.start__form .form-group.w30 {
	flex: 0 0 28%;
}

.start__form .form-group.w40 {
	flex: 0 0 39%;
}

.start__form .form-group.w60 {
	flex: 0 0 59%;
}

.start__form .wpcf7-form-control.wpcf7-text, .start__form .wpcf7-form-control.wpcf7-email, .start__form .wpcf7-form-control.wpcf7-select {
	font-family: "MinionPro-Bold", sans-serif;
	line-height: 1.06;
	color: #54768b;
	width: 100%;
	padding: .8rem;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #54768b;
	transition: all .3s ease;
	box-sizing: border-box;
	font-size: clamp(.0625rem, -.34375rem + 2.16667vw, 1.6875rem);
}

@media screen and (max-width: 800px) {
	.start__form .wpcf7-form-control.wpcf7-text, .start__form .wpcf7-form-control.wpcf7-email, .start__form .wpcf7-form-control.wpcf7-select {
		font-size: clamp(.0625rem, .05979rem + 4.34057vw, 1.6875rem);
	}
}

.start__form .wpcf7-form-control.wpcf7-select {
	cursor: pointer;
	border-radius: 15.3px;
	border: solid 1px #54768b;
	padding-top: 20px;
	padding-bottom: 20px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236c8fb0\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 30px;
	padding-right: 40px;
}

.start__form .wpcf7-form-control.wpcf7-select.nitro-lazy {
	background-image: none !important;
}

.start__form .wpcf7-form-control.wpcf7-text:focus, .start__form .wpcf7-form-control.wpcf7-email:focus, .start__form .wpcf7-form-control.wpcf7-select:focus, .start__form .wpcf7-form-control.wpcf7-text:active, .start__form .wpcf7-form-control.wpcf7-email:active, .start__form .wpcf7-form-control.wpcf7-select:active {
	outline: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #297151;
}

.start__form .wpcf7-form-control.wpcf7-select:focus, .start__form .wpcf7-form-control.wpcf7-select:active {
	border-radius: 15.3px;
	border: solid 1px #54768b;
}

.start__form .wpcf7-form-control::placeholder {
	color: #54768b;
}

.start__form .buttons-container {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}

.start__form .externalform-button, .start__form .wpcf7-submit.externalform-button {
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease;
	margin-right: 15px;
}

.start__form input[type='reset'].externalform-button, .start__form .wpcf7-submit.externalform-button {
	color: white;
	border-radius: 18.1px;
	background-color: #b71a13;
	text-transform: uppercase;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: 18px;
	line-height: .92;
	letter-spacing: 2.4px;
	padding: 1rem 2rem;
	background-image: linear-gradient(45deg, #aa1f2e 0%, #aa1f2e 51%, #aa1f2e 100%);
}

.start__form input[type='reset'].externalform-button:hover, .start__form .wpcf7-submit.externalform-button:hover {
	background-position: right center;
	color: #fff;
}

.start__form input[type='reset'].externalform-button:active, .start__form .wpcf7-submit.externalform-button:active {
	transform: scale(.95);
}

.start__form input[type='reset'].externalform-button:hover, .start__form input[type='reset'].externalform-button:visited, .start__form input[type='reset'].externalform-button:active, .start__form input[type='reset'].externalform-button:focus, .start__form .wpcf7-submit.externalform-button:hover, .start__form .wpcf7-submit.externalform-button:visited, .start__form .wpcf7-submit.externalform-button:active, .start__form .wpcf7-submit.externalform-button:focus {
	color: #fff;
}

@media screen and (max-width: 840px) {
	.start__form input[type='reset'].externalform-button, .start__form .wpcf7-submit.externalform-button {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
	}
}

.start__form input[type='reset'].externalform-button:hover {
	background-color: #b71a13;
}

.start__form .wpcf7-submit.externalform-button:hover {
	background-color: #9c3a3a;
}

.start__form .buttons-container p br {
	display: none;
}

.start__form .wpcf7-response-output {
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

.start__form .wpcf7-not-valid-tip {
	position: absolute;
	color: #d9534f;
	font-size: 14px;
	margin-top: 5px;
}

.start__form .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

@media screen and (max-width: 840px) {
	.start__form .form-row {
		flex-direction: column;
		gap: 10px;
	}
	
	.start__form .form-group {
		flex: 1 1 100%;
	}
	
	.start__form .buttons-container {
		flex-direction: column;
	}
	
	.start__form .buttons-container p {
		display: flex;
	}
	
	.start__form .externalform-button, .start__form .wpcf7-submit.externalform-button {
		width: 20%;
		min-width: 150px;
		margin-bottom: 1rem;
	}
	
	.start__form .form-container {
		padding: 1.2rem;
	}
}

@media screen and (max-width: 390px) {
	.start .externalform-button, .start .wpcf7-submit.externalform-button {
		min-width: 100px;
	}
	
	.start input[type='reset'].externalform-button, .start .wpcf7-submit.externalform-button {
		padding: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.yp {
		overflow: hidden;
	}
}

.yp__header {
	position: relative;
	overflow: hidden;
}

.yp__header-img {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-header.jpg");
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	aspect-ratio: 2000/625;
	margin-bottom: -1px;
}

.yp__header-img.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.yp__header-img {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-header-m.jpg");
		aspect-ratio: 800/693;
		margin-top: -1px;
	}
	
	.yp__header-img.nitro-lazy {
		background-image: none !important;
	}
}

.yp__header-content {
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.yp__header-content {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.yp__header-title {
	margin: 0;
	text-align: center;
	font-size: clamp(.0625rem, -.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 800px) {
	.yp__header-title {
		font-size: clamp(.0625rem, .05929rem + 5.13141vw, 2.625rem);
	}
}

.yp .home__flight {
	margin-top: 120px;
}

.yp__content {
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.yp__content {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.yp__b {
	min-height: 135px;
	height: 100%;
}

@media screen and (max-width: 890px) {
	.yp__b {
		min-height: 80px;
	}
}

.yp__b a {
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
	padding: 0 1rem;
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	line-height: 1.23;
	letter-spacing: 1.2px;
	color: #297151;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.yp__b a {
		padding: 0 .7rem;
		letter-spacing: inherit;
		font-size: clamp(.0625rem, .06052rem + 3.17195vw, 1.25rem);
	}
}

@media screen and (max-width: 400px) {
	.yp__b a {
		font-size: clamp(.0625rem, .06015rem + 3.7594vw, 1rem);
	}
}

.yp__b-separator {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #297151;
}

.yp__b--mobile {
	text-align: center;
	padding-top: 1rem;
}

.yp__c {
	background-color: #297151;
}

.yp__c .rona-center, .yp__c .home__a-item-icon, .yp__c .home__a-item-container, .yp__c .ty__a, .yp__c .yp__f-item-container, .yp__c .why__e-box {
	padding: 20% 0 20% 10%;
	justify-content: left;
}

@media screen and (max-width: 800px) {
	.yp__c .rona-center, .yp__c .home__a-item-icon, .yp__c .home__a-item-container, .yp__c .ty__a, .yp__c .yp__f-item-container, .yp__c .why__e-box {
		padding: 10% 3%;
	}
}

.yp__c.rona-grid {
	grid-template-columns: 55% 45%;
}

@media screen and (max-width: 800px) {
	.yp__c.rona-grid {
		grid-template-columns: 100%;
	}
}

.yp__c-left h2 {
	color: #f9c84c;
	text-align: left;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.yp__c-left h2 {
		font-size: clamp(.0625rem, .05906rem + 5.50688vw, 2.8125rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__c-left h2 {
		font-size: clamp(.0625rem, .0589rem + 5.76441vw, 1.5rem);
	}
}

.yp__c-left p {
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.yp__c-left p {
		font-size: clamp(.0625rem, .06062rem + 3.00375vw, 1.5625rem);
		margin-left: 0;
	}
}

@media screen and (max-width: 430px) {
	.yp__c-left p {
		font-size: clamp(.0625rem, .06046rem + 3.2634vw, .9375rem);
	}
}

.yp__c-right {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-get-started-bird.jpg");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.yp__c-right.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.yp__c-right {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-get-started-bird-m.jpg");
		aspect-ratio: 800/640;
		margin-bottom: -1px;
	}
	
	.yp__c-right.nitro-lazy {
		background-image: none !important;
	}
}

.yp__d {
	background-image: url("https://franchise.wbu.com/wp-content/uploads/2025/07/yp-journey-bg-scaled.jpg");
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
	padding: 3rem 0;
}

.yp__d.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.yp__d {
		padding-bottom: 1rem;
	}
}

.yp__d-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	color: #54768b;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.yp__d-title {
		font-size: clamp(.0625rem, .05961rem + 4.63079vw, 2.375rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__d-title {
		font-size: clamp(.0625rem, .05858rem + 6.26566vw, 1.625rem);
	}
}

.yp__d p {
	font-size: clamp(.0625rem, -.28437rem + 1.85vw, 1.45rem);
	color: #54768b;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.yp__d p {
		font-size: clamp(.0625rem, .06076rem + 2.77847vw, 1.45rem);
	}
}

.yp__d-img {
	margin: 3rem 0;
}

@media screen and (max-width: 1500px) {
	.yp__d-img {
		padding: 0 5%;
	}
}

.yp__d-slider {
	margin: 2em;
	position: relative;
}

.yp__d-slider-button-next, .yp__d-slider-button-prev {
	z-index: 2;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	cursor: pointer;
	top: 23%;
	transform: translateY(-30%);
}

.yp__d-slider-button-next {
	left: 0;
	border-right: 10px solid #54768b;
}

.yp__d-slider-button-prev {
	right: 0;
	border-left: 10px solid #54768b;
}

.yp__d-slider-pagination {
	text-align: center;
}

.yp__d .swiper-pagination-bullet {
	background: #54768b;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
}

.yp__d .swiper-pagination-bullet-active {
	background: #54768b;
}

.yp__d-item {
	text-align: center;
}

.yp__d-item img {
	width: 90%;
}

.yp__e {
	background-color: #f9c84c;
	position: relative;
	z-index: 1;
	margin: 3.15em;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width: 800px) {
	.yp__e {
		margin: 5%;
		margin-bottom: -2rem;
	}
}

.yp__e-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	color: #297151;
	text-align: left;
	margin: 0;
	position: relative;
}

@media screen and (max-width: 800px) {
	.yp__e-title {
		font-size: clamp(.0625rem, .05958rem + 4.66834vw, 2.39375rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__e-title {
		font-size: clamp(.0625rem, .05937rem + 5.01253vw, 1.3125rem);
	}
}

.yp__e-title:after {
	content: "";
	position: absolute;
	left: -2.5em;
	bottom: -1em;
	width: calc(28vw + 5em);
	height: calc(.1vw + .39em);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-separator-g.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.yp__e-title:after {
		width: calc(53vw + 5em);
		height: calc(.3vw + .39em);
		bottom: -.95em;
		left: -3em;
	}
}

.yp__e-text {
	color: #297151;
	margin-top: 2.5em;
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.yp__e-text {
		font-size: clamp(.0625rem, .06086rem + 2.62829vw, 1.375rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__e-text {
		font-size: clamp(.0625rem, .06062rem + 3.00752vw, .8125rem);
	}
}

.yp__e-left {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media screen and (max-width: 800px) {
	.yp__e-left {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.yp__e-right {
		padding: 5%;
	}
}

.yp__e-img {
	position: relative;
	max-width: 550px;
	width: calc(35em - 4em);
	border-radius: 50%;
	object-fit: cover;
	left: -5rem;
	z-index: 1;
	transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
	.yp__e-img {
		width: calc(32em - 4em);
		margin-right: -1rem;
	}
}

@media screen and (max-width: 990px) {
	.yp__e-img {
		width: calc(30em - 4em);
		margin-right: -2rem;
	}
}

.yp__e-img--mobile {
	border-radius: 50%;
	object-fit: cover;
	width: 100%;
	transform: scale(1.3);
	margin: 9rem 0;
}

.yp__f {
	display: inline-block;
	width: 100%;
	min-height: 522px;
	height: 100%;
	position: relative;
}

.yp__f .rona-grid {
	grid-template-columns: 70% 30%;
}

@media screen and (max-width: 800px) {
	.yp__f .rona-grid {
		grid-template-columns: 100%;
		min-height: 700px;
	}
}

.yp__f .rona-center, .yp__f .home__a-item-icon, .yp__f .home__a-item-container, .yp__f .ty__a, .yp__f .yp__f-item-container, .yp__f .why__e-box {
	align-items: inherit;
}

.yp__f-title {
	font-size: clamp(.0625rem, -.28437rem + 1.85vw, 1.45rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	background-color: #297151;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 1rem 2rem;
	width: fit-content;
	margin: 0 auto 3rem;
}

@media screen and (max-width: 800px) {
	.yp__f-title {
		font-size: clamp(.0625rem, .06076rem + 2.77847vw, 1.45rem);
		position: relative;
		z-index: 1;
	}
}

.yp__f-img {
	position: absolute;
	right: 0;
	top: calc(-2.8em - 4em);
	width: calc(42em - 4em);
	max-width: 608px;
	z-index: 1;
}

@media screen and (max-width: 1135px) {
	.yp__f-img {
		top: calc(-.8em - 4em);
		width: calc(38em - 4em);
	}
}

@media screen and (max-width: 800px) {
	.yp__f-img {
		top: calc(30.2em - 4em);
		width: calc(19em - 4em);
		z-index: -1;
	}
}

.yp__f-slider {
	margin: 2em;
	position: relative;
	max-width: 900px;
}

@media screen and (max-width: 1400px) {
	.yp__f-slider {
		max-width: 700px;
	}
}

@media screen and (max-width: 1135px) {
	.yp__f-slider {
		max-width: 500px;
	}
}

@media screen and (max-width: 800px) {
	.yp__f-slider {
		max-width: auto;
	}
}

.yp__f-slider-button-next, .yp__f-slider-button-prev {
	z-index: 2;
	position: absolute;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.yp__f-slider-button-next {
	left: -1.5em;
	border-right: 11px solid #f9c84c;
}

@media screen and (max-width: 800px) {
	.yp__f-slider-button-next {
		left: 15%;
	}
}

@media screen and (max-width: 380px) {
	.yp__f-slider-button-next {
		left: 20%;
	}
}

.yp__f-slider-button-prev {
	right: -1.5em;
	border-left: 11px solid #f9c84c;
}

@media screen and (max-width: 800px) {
	.yp__f-slider-button-prev {
		right: 15%;
	}
}

@media screen and (max-width: 380px) {
	.yp__f-slider-button-prev {
		right: 20%;
	}
}

.yp__f-slider-pagination {
	text-align: center;
	margin-top: 2rem;
}

.yp__f-slider-pagination .swiper-pagination-bullet {
	background: #f9c84c;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.yp__f-slider-pagination .swiper-pagination-bullet-active {
	background: #f9c84c;
}

.yp__f-item {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.yp__f-item-icon {
	width: 115px;
	display: block;
	margin: 0 auto 1em;
}

.yp__f-item-text {
	font-size: clamp(.0625rem, -.20312rem + 1.41667vw, 1.125rem);
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	color: #297151;
}

.yp__f-item-text strong {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
}

@media screen and (max-width: 800px) {
	.yp__f-item-text {
		font-size: clamp(.0625rem, .0607rem + 2.8786vw, 1.5rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__f-item-text {
		font-size: clamp(.0625rem, .05921rem + 5.26316vw, 1.375rem);
	}
}

.yp__g {
	background-color: #54768b;
	padding-bottom: 3rem;
}

.yp__g-top-bg {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-team-bg-top.png");
	aspect-ratio: 2000/185;
	z-index: 1;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -6rem;
	margin-bottom: -1px;
}

.yp__g-top-bg.nitro-lazy {
	background-image: none !important;
}

.yp__g-bot-bg {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-team-bg-bot.png");
	aspect-ratio: 2000/106;
	z-index: 1;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -1px;
}

.yp__g-bot-bg.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.yp__g-bot-bg {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-team-bg-bot-m.png");
		aspect-ratio: 800/46;
	}
	
	.yp__g-bot-bg.nitro-lazy {
		background-image: none !important;
	}
}

.yp__g-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	color: #fff;
	margin: 0 0 1rem;
	padding-top: 3rem;
}

@media screen and (max-width: 800px) {
	.yp__g-title {
		font-size: clamp(.0625rem, .05961rem + 4.63079vw, 2.375rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__g-title {
		font-size: clamp(.0625rem, .05858rem + 6.26566vw, 1.625rem);
	}
}

.yp__g-text {
	font-size: clamp(.0625rem, -.28437rem + 1.85vw, 1.45rem);
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.yp__g-text {
		font-size: clamp(.0625rem, .06076rem + 2.77847vw, 1.45rem);
	}
}

.yp__g-sub-title {
	font-size: clamp(.0625rem, -.32344rem + 2.05833vw, 1.60625rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #f9c84c;
	text-align: center;
	padding-top: 3rem;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.yp__g-sub-title {
		font-size: clamp(.0625rem, .06057rem + 3.09136vw, 1.60625rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__g-sub-title {
		font-size: clamp(.0625rem, .0589rem + 5.76441vw, 1.5rem);
	}
}

.yp__g-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
}

@media screen and (max-width: 800px) {
	.yp__g-container {
		display: none;
	}
}

.yp__g-item {
	width: calc(33.333% - 1rem);
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.yp__g-item {
		width: 100%;
	}
}

.yp__g-item-img {
	max-height: 230px;
	height: calc(11.54vw + 5em);
	margin-top: 2.7rem;
}

@media screen and (max-width: 800px) {
	.yp__g-item-img {
		height: calc(30.54vw + 5em);
		margin-top: 2rem;
	}
}

.yp__g-item-img img {
	height: 100%;
	width: auto;
	border-radius: 50%;
	object-fit: cover;
	transition: border .3s, transform .3s;
}

@media screen and (max-width: 800px) {
	.yp__g-item-img img {
		transition: none;
	}
}

.yp__g-item-img img:hover {
	border: 1px solid #fff;
	transform: scale(1.05);
}

@media screen and (max-width: 800px) {
	.yp__g-item-img img:hover {
		border: none;
		transform: none;
	}
}

.yp__g-item-name {
	font-size: clamp(.0625rem, -.17656rem + 1.275vw, 1.01875rem);
	margin: 1rem 0 0;
	padding: 0;
	letter-spacing: 2.17px;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #f9c84c;
}

@media screen and (max-width: 890px) {
	.yp__g-item-name {
		font-size: clamp(.0625rem, .0609rem + 2.55426vw, 1.01875rem);
	}
}

@media screen and (max-width: 800px) {
	.yp__g-item-name {
		font-size: 1.5rem;
	}
}

.yp__g-item-title {
	font-size: clamp(.0625rem, -.18438rem + 1.31667vw, 1.05rem);
	margin: 0;
	padding: 0;
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	color: #fff;
}

@media screen and (max-width: 890px) {
	.yp__g-item-title {
		font-size: clamp(.0625rem, .06085rem + 2.63773vw, 1.05rem);
	}
}

@media screen and (max-width: 800px) {
	.yp__g-item-title {
		font-size: 1.5rem;
	}
}

.yp__g-text {
	font-size: clamp(.0625rem, -.25rem + 1.66667vw, 1.3125rem);
	line-height: 1.2;
	letter-spacing: .27px;
	text-align: center;
	margin-top: 3rem;
}

@media screen and (max-width: 800px) {
	.yp__g-text {
		font-size: clamp(.0625rem, .06041rem + 3.3389vw, 1.3125rem);
	}
}

.yp__g .rona-slider-button-next, .yp__g .rona-slider-button-prev, .yp__g .rona-slider-button-next-2, .yp__g .rona-slider-button-prev-2 {
	z-index: 2;
	position: absolute;
	top: 34%;
	transform: translate(-50%, -50%);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	cursor: pointer;
}

.yp__g .rona-slider-button-next, .yp__g .rona-slider-button-next-2 {
	left: 15%;
	border-right: 11px solid #f9c84c;
}

@media screen and (max-width: 450px) {
	.yp__g .rona-slider-button-next, .yp__g .rona-slider-button-next-2 {
		left: 5%;
	}
}

.yp__g .rona-slider-button-prev, .yp__g .rona-slider-button-prev-2 {
	right: 15%;
	border-left: 11px solid #f9c84c;
}

@media screen and (max-width: 450px) {
	.yp__g .rona-slider-button-prev, .yp__g .rona-slider-button-prev-2 {
		right: 5%;
	}
}

.yp__g .rona-slider-pagination, .yp__g .rona-slider-pagination-2 {
	text-align: center;
	margin-top: 2rem;
}

.yp__g .rona-slider-pagination .swiper-pagination-bullet, .yp__g .rona-slider-pagination-2 .swiper-pagination-bullet {
	background: #fff;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.yp__g .rona-slider-pagination .swiper-pagination-bullet-active, .yp__g .rona-slider-pagination-2 .swiper-pagination-bullet-active {
	background: #fff;
}

.yp__g-slider-mobile {
	position: relative;
}

.yp__h {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-faq-bg.jpg");
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
	padding: 5rem 0;
	margin-top: -4rem;
	position: relative;
}

.yp__h.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 1250px) {
	.yp__h {
		margin-top: -3rem;
	}
}

@media screen and (max-width: 1000px) {
	.yp__h {
		margin-top: -2.5rem;
	}
}

@media screen and (max-width: 800px) {
	.yp__h {
		margin-top: -1.5rem;
		padding: 2rem 0;
	}
}

@media screen and (max-width: 460px) {
	.yp__h {
		margin-top: -1rem;
	}
}

.yp__h-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	color: #297151;
	text-align: left;
	position: relative;
}

@media screen and (max-width: 890px) {
	.yp__h-title {
		font-size: clamp(.0625rem, .05961rem + 4.63079vw, 2.375rem);
	}
}

@media screen and (max-width: 800px) {
	.yp__h-title {
		font-size: clamp(.0625rem, .05961rem + 4.63079vw, 2.375rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__h-title {
		font-size: clamp(.0625rem, .05702rem + 8.77193vw, 2.25rem);
	}
}

.yp__h-title:after {
	content: "";
	position: absolute;
	left: -8.5em;
	bottom: -1em;
	width: calc(27vw + 5em);
	height: calc(.1vw + .49em);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-separator-y.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.yp__h-title:after {
		width: calc(53vw + 5em);
		height: calc(.3vw + .39em);
		bottom: -.95em;
		left: -3em;
	}
}

.yp__h-text {
	font-size: clamp(.0625rem, -.28437rem + 1.85vw, 1.45rem);
	color: #297151;
}

@media screen and (max-width: 890px) {
	.yp__h-text {
		font-size: clamp(.0625rem, .06076rem + 2.77847vw, 1.45rem);
	}
}

@media screen and (max-width: 800px) {
	.yp__h-text {
		font-size: clamp(.0625rem, .06076rem + 2.77847vw, 1.45rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__h-text {
		font-size: clamp(.0625rem, .05921rem + 5.26316vw, 1.375rem);
	}
}

.yp__h-text strong {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	display: block;
	margin-bottom: -1rem;
	margin-top: 3rem;
}

.yp__h #accordion-container {
	padding-top: 2rem;
}

.yp__h .accordion {
	padding-right: 1rem;
	padding-left: 3.5rem;
	max-width: 640px;
	width: 100%;
	border-bottom: 1px solid #297151;
	transition: all .3s ease-in-out;
}

.yp__h .accordion:first-child {
	border-top: 1px solid #297151;
}

@media screen and (max-width: 890px) {
	.yp__h .accordion {
		max-width: inherit;
	}
}

.yp__h .accordion button {
	color: #297151;
	width: 100%;
	text-align: left;
	border: none;
	padding: 1.2rem 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 0;
	background: none;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	line-height: 1.48;
	font-size: clamp(.0625rem, -.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 890px) {
	.yp__h .accordion button {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__h .accordion button {
		font-size: 14px;
	}
}

.yp__h .accordion button span {
	position: relative;
	font-weight: 800;
	color: #f9c84c;
	margin: -3px 1.5rem 0 -2.2rem;
	font-size: clamp(.0625rem, -.29688rem + 1.91667vw, 1.5rem);
}

@media screen and (max-width: 890px) {
	.yp__h .accordion button span {
		font-size: clamp(.0625rem, .0601rem + 3.83973vw, 1.5rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__h .accordion button span {
		font-size: 20px;
	}
}

.yp__h .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.yp__h .accordion-content p, .yp__h .accordion-content a, .yp__h .accordion-content ul {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	color: #297151;
	font-size: clamp(.0625rem, -.1875rem + 1.33333vw, 1.0625rem);
	line-height: 1.23;
}

@media screen and (max-width: 890px) {
	.yp__h .accordion-content p, .yp__h .accordion-content a, .yp__h .accordion-content ul {
		font-size: clamp(.0625rem, .06083rem + 2.67112vw, 1.0625rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__h .accordion-content p, .yp__h .accordion-content a, .yp__h .accordion-content ul {
		font-size: 14px;
	}
}

.yp__h .accordion-content ul {
	margin: 0;
}

.yp__h .accordion-content.open {
	max-height: 300px;
	opacity: 1;
	margin-bottom: 2rem;
	border-left: 1px solid #297151;
	padding-left: 1rem;
}

@media screen and (max-width: 890px) {
	.yp__h .web-only {
		left: -1000px;
	}
}

.yp__h-img {
	position: absolute;
	max-width: 795px;
	width: 100%;
	right: 49%;
	bottom: 0;
	opacity: 0;
	transform: translateY(600px);
	transition: transform .5s ease, opacity .5s ease;
}

@media screen and (max-width: 1400px) {
	.yp__h-img {
		width: calc(60% - 4em);
	}
}

@media screen and (max-width: 800px) {
	.yp__h-img {
		position: relative;
		max-width: 600px;
		width: calc(140% - 4em);
		left: -7%;
		transform: inherit;
		bottom: -33px;
		opacity: 1;
	}
}

.yp__z {
	background-color: #f9c84c;
	position: relative;
	z-index: 1;
}

.yp__z .rona-center, .yp__z .home__a-item-icon, .yp__z .home__a-item-container, .yp__z .ty__a, .yp__z .yp__f-item-container, .yp__z .why__e-box {
	padding: 20% 0 20% 10%;
	justify-content: left;
}

@media screen and (max-width: 800px) {
	.yp__z .rona-center, .yp__z .home__a-item-icon, .yp__z .home__a-item-container, .yp__z .ty__a, .yp__z .yp__f-item-container, .yp__z .why__e-box {
		padding: 10% 3%;
	}
}

.yp__z.rona-grid {
	grid-template-columns: 55% 45%;
}

@media screen and (max-width: 800px) {
	.yp__z.rona-grid {
		grid-template-columns: 100%;
	}
}

.yp__z-left h2 {
	color: #297151;
	text-align: left;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.yp__z-left h2 {
		font-size: clamp(.0625rem, .05906rem + 5.50688vw, 2.8125rem);
	}
}

@media screen and (max-width: 430px) {
	.yp__z-left h2 {
		font-size: clamp(.0625rem, .0589rem + 5.76441vw, 1.5rem);
	}
}

.yp__z-left p {
	color: #297151;
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.yp__z-left p {
		font-size: clamp(.0625rem, .06062rem + 3.00375vw, 1.5625rem);
		margin-left: 0;
	}
}

@media screen and (max-width: 430px) {
	.yp__z-left p {
		font-size: clamp(.0625rem, .06046rem + 3.2634vw, .9375rem);
	}
}

.yp__z-left .rona-link-button {
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.yp__z-left .rona-link-button {
		margin-left: 0;
	}
}

.yp__z-right {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-footer-bg.jpg");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.yp__z-right.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.yp__z-right {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/yp-footer-bg-m.jpg");
		aspect-ratio: 816/460;
		margin-bottom: -1px;
	}
	
	.yp__z-right.nitro-lazy {
		background-image: none !important;
	}
}

.yp-modal {
	background: #297151;
	position: relative;
	max-width: 1200px;
	width: 100%;
	max-height: 570px;
	height: 100%;
	margin: 0 5%;
}

@media screen and (max-width: 800px) {
	.yp-modal {
		max-height: inherit;
		height: 85vh;
		width: 375px;
		margin: 0;
	}
}

@media screen and (max-width: 430px) {
	.yp-modal {
		height: 650px;
	}
}

.yp-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(57, 62, 65, .6);
	justify-content: center;
	align-items: center;
	z-index: 1000;
	display: flex;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease, visibility .5s ease;
}

.yp-modal-overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.yp-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #297151;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
}

.yp-modal-no-scroll {
	overflow: hidden;
}

.yp-modal-img {
	height: inherit;
	float: left;
}

@media screen and (max-width: 800px) {
	.yp-modal-img {
		height: auto;
		float: none;
		width: 100%;
	}
}

.yp-modal-content {
	padding: 5%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 800px) {
	.yp-modal-content {
		padding-top: 0;
		margin-top: -1rem;
	}
}

.yp-modal-name {
	font-size: clamp(.0625rem, -.37344rem + 2.325vw, 1.80625rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #f9c84c;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 890px) {
	.yp-modal-name {
		font-size: clamp(.0625rem, .05959rem + 4.65776vw, 1.80625rem);
	}
}

@media screen and (max-width: 800px) {
	.yp-modal-name {
		font-size: clamp(.0625rem, .05968rem + 4.50751vw, 1.75rem);
	}
}

.yp-modal-title {
	font-size: clamp(.0625rem, -.33906rem + 2.14167vw, 1.66875rem);
	margin: 0;
	padding: 0;
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	color: #fff;
}

@media screen and (max-width: 890px) {
	.yp-modal-title {
		font-size: clamp(.0625rem, .05982rem + 4.29048vw, 1.66875rem);
	}
}

@media screen and (max-width: 800px) {
	.yp-modal-title {
		font-size: clamp(.0625rem, .05989rem + 4.17362vw, 1.625rem);
	}
}

.yp-modal-text {
	font-size: clamp(.0625rem, -.27031rem + 1.775vw, 1.39375rem);
	margin-top: 2rem;
	height: 384px;
	overflow: scroll;
}

@media screen and (max-width: 890px) {
	.yp-modal-text {
		font-size: clamp(.0625rem, .06028rem + 3.55593vw, 1.39375rem);
	}
}

@media screen and (max-width: 800px) {
	.yp-modal-text {
		font-size: clamp(.0625rem, .06031rem + 3.50584vw, 1.375rem);
		margin-top: 1rem;
		height: 45vh;
	}
}

@media screen and (max-width: 430px) {
	.yp-modal-text {
		height: 210px;
	}
}

.opp__header {
	position: relative;
	overflow: hidden;
}

.opp__header-img {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-header.jpg");
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	aspect-ratio: 2000/625;
	margin-bottom: -1px;
	margin-bottom: -1px;
}

.opp__header-img.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.opp__header-img {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-header-m.jpg");
		aspect-ratio: 800/691;
		margin-top: -8rem;
	}
	
	.opp__header-img.nitro-lazy {
		background-image: none !important;
	}
}

.opp__header-content {
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.opp__header-content {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.opp__header-title {
	margin: 0;
	text-align: center;
	font-size: clamp(.0625rem, -.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 800px) {
	.opp__header-title {
		font-size: clamp(.0625rem, .05945rem + 4.8811vw, 2.5rem);
	}
}

.opp .home__flight {
	margin-top: 120px;
}

.opp__content {
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.opp__content {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.opp__a {
	min-height: 135px;
	height: 100%;
}

@media screen and (max-width: 890px) {
	.opp__a {
		min-height: 80px;
	}
}

.opp__a a {
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
	padding: 0 1rem;
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	line-height: 1.23;
	letter-spacing: 1.2px;
	color: #297151;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.opp__a a {
		padding: 0 .7rem;
		letter-spacing: inherit;
		font-size: clamp(.0625rem, .06052rem + 3.17195vw, 1.25rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__a a {
		font-size: clamp(.0625rem, .06015rem + 3.7594vw, 1rem);
	}
}

@media screen and (max-width: 408px) {
	.opp__a a {
		font-size: clamp(.0625rem, .06036rem + 3.42298vw, .9375rem);
	}
}

.opp__a-separator {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #297151;
}

.opp__a--mobile {
	text-align: center;
	padding-top: 1rem;
}

.opp__b {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-bg-top.jpg");
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
}

.opp__b.nitro-lazy {
	background-image: none !important;
}

.opp__b-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	color: #54768b;
	margin: 0 auto;
	padding: 6rem 0 1rem;
}

@media screen and (max-width: 800px) {
	.opp__b-title {
		font-size: clamp(.0625rem, .05861rem + 6.22705vw, 2.39375rem);
		padding-top: 3rem;
	}
}

.opp__b-text {
	color: #54768b;
	text-align: center;
}

@media screen and (max-width: 430px) {
	.opp__b-text {
		font-size: clamp(.0625rem, .05999rem + 4.01003vw, 1.0625rem);
	}
}

.opp__b-sub-title {
	width: fit-content;
	background-color: #54768b;
	padding: .8rem 1.5rem;
	margin: 2.5rem auto;
}

@media screen and (max-width: 800px) {
	.opp__b-sub-title {
		text-align: center;
	}
}

.opp__b-sub-title p {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	line-height: 1;
}

@media screen and (max-width: 430px) {
	.opp__b-sub-title p {
		font-size: clamp(.0625rem, .05999rem + 4.01003vw, 1.0625rem);
	}
}

.opp__b-item-title {
	font-size: clamp(.0625rem, -.20312rem + 1.41667vw, 1.125rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	line-height: 1.1;
	text-align: center;
	color: #54768b;
	margin: 2rem auto 6rem;
}

@media screen and (max-width: 800px) {
	.opp__b-item-title {
		font-size: clamp(.0625rem, .06093rem + 2.50417vw, 1rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__b-item-title {
		font-size: clamp(.0625rem, .06015rem + 3.7594vw, 1rem);
	}
}

.opp__b-item-icon {
	max-width: 200px;
	width: calc(52% - 2rem);
	margin: 0 auto;
	display: block;
}

.opp__b-slider {
	margin: 2em;
	margin-bottom: 0;
	position: relative;
}

.opp__b-slider-button-next, .opp__b-slider-button-prev {
	z-index: 2;
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor: pointer;
	top: 30%;
	transform: translateY(-30%);
}

@media screen and (max-width: 800px) {
	.opp__b-slider-button-next, .opp__b-slider-button-prev {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
}

.opp__b-slider-button-next {
	left: -1.5em;
	border-right: 15px solid #54768b;
}

@media screen and (max-width: 800px) {
	.opp__b-slider-button-next {
		border-right: 10px solid #54768b;
	}
}

.opp__b-slider-button-prev {
	right: -1.5em;
	border-left: 15px solid #54768b;
}

@media screen and (max-width: 800px) {
	.opp__b-slider-button-prev {
		border-left: 10px solid #54768b;
	}
}

.opp__b-slider-pagination {
	text-align: center;
	margin-top: -4.5rem;
	padding-bottom: 2rem;
}

.opp__b .swiper-pagination-bullet {
	background: #54768b;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
}

.opp__b .swiper-pagination-bullet-active {
	background: #54768b;
}

.opp__c {
	background-color: #297151;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-cost-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 3.15em;
	position: relative;
	z-index: 2;
}

.opp__c.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.opp__c {
		margin: 0;
	}
}

.opp__c.rona-grid {
	grid-template-columns: 40% 60%;
}

@media screen and (max-width: 800px) {
	.opp__c.rona-grid {
		grid-template-columns: 100%;
	}
}

.opp__c-title {
	font-size: clamp(.0625rem, -.63438rem + 3.71667vw, 2.85rem);
	text-align: left;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.opp__c-title {
		font-size: clamp(.0625rem, .05906rem + 5.50688vw, 2.8125rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__c-title {
		font-size: clamp(.0625rem, .05858rem + 6.26566vw, 1.625rem);
	}
}

.opp__c-sub-title {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: clamp(.0625rem, -.34375rem + 2.16667vw, 1.6875rem);
	color: #f9c84c;
	margin: 1rem 0;
}

@media screen and (max-width: 800px) {
	.opp__c-sub-title {
		font-size: clamp(.0625rem, .05979rem + 4.34057vw, 1.6875rem);
	}
}

.opp__c-text {
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.opp__c-text {
		font-size: clamp(.0625rem, .06062rem + 3.00375vw, 1.5625rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__c-text {
		font-size: clamp(.0625rem, .06015rem + 3.7594vw, 1rem);
	}
}

@media screen and (max-width: 1600px) {
	.opp__c-right {
		padding-left: 6.3rem;
	}
}

@media screen and (max-width: 800px) {
	.opp__c-right {
		padding: 6rem 1rem 3rem;
	}
}

@media screen and (max-width: 430px) {
	.opp__c-right {
		padding: 6rem 5% 3rem;
	}
}

.opp__c-right.rona-center, .opp__c-right.home__a-item-icon, .opp__c-right.home__a-item-container, .opp__c-right.ty__a, .opp__c-right.yp__f-item-container, .opp__c-right.why__e-box {
	justify-content: left;
}

.opp__c-img {
	max-width: 517px;
	width: 100%;
	margin: 3.15em 3.15em -3.15rem;
	opacity: 0;
	transform: translateY(600px);
	transition: transform .5s ease, opacity .5s ease;
}

.opp__c-img--mobile {
	width: 90%;
	position: relative;
	display: block;
	margin: 0 auto -3rem;
	padding-top: 2rem;
}

.opp__c-img--mobile-wrapper {
	background: #fff;
}

.opp__d {
	margin-top: 6rem;
}

@media screen and (max-width: 800px) {
	.opp__d {
		margin-top: 0;
	}
}

.opp__d .rona-grid {
	grid-template-columns: 50% 50%;
}

@media screen and (max-width: 800px) {
	.opp__d .rona-grid {
		grid-template-columns: 100%;
	}
}

.opp__d-label {
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	background-color: #54768b;
	width: fit-content;
	padding: .8rem 3rem;
	letter-spacing: .9px;
	position: relative;
	left: 0;
	top: 0;
}

@media screen and (max-width: 800px) {
	.opp__d-label {
		font-size: clamp(.0625rem, .06052rem + 3.17195vw, 1.25rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__d-label {
		font-size: clamp(.0625rem, .05984rem + 4.26065vw, 1.125rem);
		padding: .8rem 2rem;
	}
}

.opp__d-label--two {
	margin: 2rem 0;
}

.opp__d-table {
	margin: 0 auto;
	border-collapse: collapse;
	color: #54768b;
	position: relative;
}

.opp__d-table td {
	padding: 0 2rem;
	text-align: right;
}

@media screen and (max-width: 800px) {
	.opp__d-table td {
		padding: 0 1rem;
	}
}

.opp__d-table td:first-child {
	text-align: right;
	width: 60%;
	line-height: 1.48;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-size: clamp(.0625rem, -.24688rem + 1.65vw, 1.3rem);
}

@media screen and (max-width: 800px) {
	.opp__d-table td:first-child {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
		width: 50%;
	}
}

.opp__d-table td:last-child {
	text-align: left;
	width: 40%;
	padding-left: 2rem;
	border-left: 1px solid #f9c84c;
	line-height: 1.48;
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(.0625rem, -.24688rem + 1.65vw, 1.3rem);
}

@media screen and (max-width: 800px) {
	.opp__d-table td:last-child {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
		width: 50%;
		padding-left: 1rem;
	}
}

.opp__d-table td.opp__d-info--one {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin: 0;
	padding-right: 1rem;
}

.opp__d-table .small-text {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	font-size: clamp(.0625rem, -.21563rem + 1.48333vw, 1.175rem);
}

@media screen and (max-width: 800px) {
	.opp__d-table .small-text {
		font-size: clamp(.0625rem, .06093rem + 2.50417vw, 1rem);
	}
}

.opp__d-table--one {
	margin: 2rem 0;
}

.opp__d-table--one td:last-child {
	border-left: none;
}

@media screen and (max-width: 800px) {
	.opp__d-table--one td:nth-child(2):empty {
		display: none;
	}
	
	.opp__d-table--one td:nth-child(1) {
		display: block;
		width: 100%;
	}
	
	.opp__d-table--one tr {
		display: block;
		width: 100%;
	}
}

.opp__d-info {
	font-size: clamp(.0625rem, -.14062rem + 1.08333vw, .875rem);
	color: #54768b;
	text-align: left;
}

@media screen and (max-width: 800px) {
	.opp__d-info {
		font-size: clamp(.875rem, .87479rem + .33389vw, 1rem);
	}
}

@media screen and (max-width: 350px) {
	.opp__d-info br {
		display: none;
	}
}

.opp__d-info--two {
	margin: 2rem 0;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.opp__d-info--two {
		text-align: left;
		padding: 0 1rem;
	}
}

.opp__d-img {
	max-width: 450px;
	width: calc(65% - 2rem);
	position: relative;
	top: -10rem;
	display: block;
	margin: 0 auto -10rem;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.opp__d-img {
		display: none;
	}
}

.opp__e {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-bg-bot.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: -4rem;
}

.opp__e.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.opp__e {
		margin-top: 0;
	}
}

.opp__e-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	color: #297151;
	margin: 0 auto;
	padding: 10rem 0 1rem;
}

@media screen and (max-width: 800px) {
	.opp__e-title {
		font-size: clamp(.0625rem, .05861rem + 6.22705vw, 2.39375rem);
		padding-top: 6rem;
	}
}

.opp__e-text {
	color: #297151;
	text-align: center;
}

.opp__e-demo {
	color: #54768b;
	margin: 0;
	padding: 0;
}

.opp__e-maps {
	border-top: 1px solid #54768b;
	margin-top: 4rem;
}

.opp__e-maps-tab-nav {
	display: flex;
}

.opp__e-maps-tab-button {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	letter-spacing: .67px;
	color: #54768b;
	background: #9ab7cd;
	border: none;
	border-radius: 0;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
	outline: none;
	font-size: clamp(.0625rem, -.18281rem + 1.30833vw, 1.04375rem);
}

@media screen and (max-width: 800px) {
	.opp__e-maps-tab-button {
		font-size: clamp(.0625rem, .06093rem + 2.50417vw, 1rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__e-maps-tab-button {
		font-size: clamp(.0625rem, .06015rem + 3.7594vw, 1rem);
	}
}

.opp__e-maps-tab-button.active {
	color: #fff;
	background: #54768b;
}

.opp__e-maps-tab-content {
	position: relative;
	height: 100%;
	min-height: 800px;
	overflow: hidden;
}

@media screen and (max-width: 1400px) {
	.opp__e-maps-tab-content {
		min-height: 700px;
	}
}

@media screen and (max-width: 1200px) {
	.opp__e-maps-tab-content {
		min-height: 600px;
	}
}

@media screen and (max-width: 1000px) {
	.opp__e-maps-tab-content {
		min-height: 500px;
	}
}

@media screen and (max-width: 600px) {
	.opp__e-maps-tab-content {
		min-height: 300px;
	}
}

@media screen and (max-width: 400px) {
	.opp__e-maps-tab-content {
		min-height: 200px;
	}
}

.opp__e-maps-tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateX(100%);
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.opp__e-maps-tab-panel.active {
	opacity: 1;
	transform: translateX(0);
}

.opp__e-maps-tab-panel.prev {
	transform: translateX(-100%);
}

.opp__e-maps-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.opp__e-maps #unique_iwm_0, .opp__e-maps #unique_iwm_1 {
	width: 100%;
	height: 100%;
	margin-top: -70px;
}

@media screen and (max-width: 800px) {
	.opp__e-maps #unique_iwm_0, .opp__e-maps #unique_iwm_1 {
		margin-top: 0;
	}
}

.opp__e-maps #map-content {
	display: inline-block;
	margin-bottom: 3rem;
}

.opp__e-maps #map-content .content-left {
	width: 48%;
	float: left;
	margin-right: 6%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media screen and (max-width: 800px) {
	.opp__e-maps #map-content .content-left {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.opp__e-maps #map-content .content-left img {
	max-height: 500px;
	display: block;
	margin: 0 auto;
}

.opp__e-maps #map-content .content-right {
	width: 46%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media screen and (max-width: 800px) {
	.opp__e-maps #map-content .content-right {
		width: 100%;
		float: none;
	}
}

.opp__e-maps #map-content h2 {
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	letter-spacing: .9px;
	color: #aa1f2e;
	text-transform: uppercase;
	text-align: left;
}

@media screen and (max-width: 800px) {
	.opp__e-maps #map-content h2 {
		font-size: clamp(.0625rem, .06052rem + 3.17195vw, 1.25rem);
	}
}

.opp__e-maps #map-content p {
	font-size: clamp(.0625rem, -.20625rem + 1.43333vw, 1.1375rem);
	color: #54768b;
	padding-bottom: 1.2rem;
}

@media screen and (max-width: 800px) {
	.opp__e-maps #map-content p {
		font-size: clamp(.0625rem, .06071rem + 2.87145vw, 1.1375rem);
	}
}

.opp__e-maps #map-content strong, .opp__e-maps #map-content b {
	color: #54768b;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-weight: bold;
}

.opp__e-maps #map-content .market-info {
	color: #aa1f2e;
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	font-weight: bold;
}

.opp__e-maps #map-content .rona-link-button {
	margin: 0;
	padding: .9em 1.42em .8em 1.42em;
}

.opp__z {
	background-color: #f9c84c;
}

.opp__z .rona-center, .opp__z .home__a-item-icon, .opp__z .home__a-item-container, .opp__z .ty__a, .opp__z .yp__f-item-container, .opp__z .why__e-box {
	padding: 19% 0 19% 10%;
	justify-content: left;
}

@media screen and (max-width: 800px) {
	.opp__z .rona-center, .opp__z .home__a-item-icon, .opp__z .home__a-item-container, .opp__z .ty__a, .opp__z .yp__f-item-container, .opp__z .why__e-box {
		padding: 10% 3%;
	}
}

.opp__z.rona-grid {
	grid-template-columns: 55% 45%;
}

@media screen and (max-width: 800px) {
	.opp__z.rona-grid {
		grid-template-columns: 100%;
	}
}

.opp__z-left h2 {
	color: #297151;
	text-align: left;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.opp__z-left h2 {
		font-size: clamp(.0625rem, .05906rem + 5.50688vw, 2.8125rem);
	}
}

@media screen and (max-width: 430px) {
	.opp__z-left h2 {
		font-size: clamp(.0625rem, .0589rem + 5.76441vw, 1.5rem);
	}
}

.opp__z-left p {
	color: #297151;
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.opp__z-left p {
		font-size: clamp(.0625rem, .06062rem + 3.00375vw, 1.5625rem);
		margin-left: 0;
	}
}

@media screen and (max-width: 430px) {
	.opp__z-left p {
		font-size: clamp(.0625rem, .06046rem + 3.2634vw, .9375rem);
	}
}

.opp__z-left .rona-link-button {
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.opp__z-left .rona-link-button {
		margin-left: 0;
	}
}

.opp__z-right {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-footer-bot-bg.jpg");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.opp__z-right.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.opp__z-right {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/opp-footer-bot-bg.jpg");
		aspect-ratio: 800/640;
		margin-bottom: -1px;
	}
	
	.opp__z-right.nitro-lazy {
		background-image: none !important;
	}
}

.why__header {
	position: relative;
	overflow: hidden;
}

.why__header-img {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-header.jpg");
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	aspect-ratio: 2000/625;
	margin-bottom: -1px;
}

.why__header-img.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.why__header-img {
		background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-header-bg-m.jpg");
		aspect-ratio: 815/704;
	}
	
	.why__header-img.nitro-lazy {
		background-image: none !important;
	}
}

.why__header-content {
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.why__header-content {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.why__header-title {
	margin: 0;
	text-align: center;
	font-size: clamp(.0625rem, -.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 800px) {
	.why__header-title {
		font-size: clamp(.0625rem, .05945rem + 4.8811vw, 2.5rem);
	}
}

.why .home__flight {
	margin-top: 120px;
}

.why__b {
	min-height: 135px;
	height: 100%;
}

@media screen and (max-width: 890px) {
	.why__b {
		min-height: 80px;
	}
}

.why__b a {
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
	padding: 0 1rem;
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	line-height: 1.23;
	letter-spacing: 1.2px;
	color: #297151;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.why__b a {
		padding: 0 .7rem;
		letter-spacing: inherit;
		font-size: clamp(.0625rem, .06052rem + 3.17195vw, 1.25rem);
	}
}

@media screen and (max-width: 400px) {
	.why__b a {
		font-size: clamp(.0625rem, .06015rem + 3.7594vw, 1rem);
	}
}

.why__b-separator {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #297151;
}

.why__b--mobile {
	text-align: center;
	padding-top: 1rem;
}

.why__c.rona-grid {
	grid-template-columns: 40% 60%;
}

@media screen and (max-width: 800px) {
	.why__c.rona-grid {
		grid-template-columns: 100%;
	}
}

.why__c-left {
	background-color: #f9c84c;
	display: inherit;
}

@media screen and (max-width: 1400px) {
	.why__c-left {
		padding-left: 2rem;
	}
}

@media screen and (max-width: 800px) {
	.why__c-left {
		padding-left: 0;
		padding-top: 10%;
	}
}

.why__c-left-content {
	max-width: 470px;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.why__c-left-content {
		max-width: inherit;
		padding: 0 10%;
	}
}

.why__c-left-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	line-height: .5;
	text-align: left;
	color: #297151;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.why__c-left-title {
		font-size: clamp(.0625rem, .05861rem + 6.22705vw, 2.39375rem);
	}
}

.why__c-left-text-wrapper {
	margin-left: 1.5%;
}

.why__c-left-sub-title {
	font-size: clamp(.0625rem, -.34375rem + 2.16667vw, 1.6875rem);
	color: #297151;
	margin: .4rem 0 .7rem;
}

@media screen and (max-width: 800px) {
	.why__c-left-sub-title {
		font-size: clamp(.0625rem, .05979rem + 4.34057vw, 1.6875rem);
	}
}

.why__c-left-text {
	color: #297151;
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.why__c-left-text {
		font-size: clamp(.0625rem, .06026rem + 3.58932vw, 1.40625rem);
	}
}

.why__c-video-wrapper {
	display: flex;
	align-items: center;
	background: linear-gradient(to right, #f9c84c 50%, transparent 50%);
}

@media screen and (max-width: 800px) {
	.why__c-video-wrapper {
		align-items: end;
		background: #f9c84c;
	}
}

.why__c-video-container {
	background: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-video-bg.jpg") center/cover no-repeat;
	height: 90%;
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1080/676;
}

.why__c-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.why__d.rona-grid {
	grid-template-columns: 40% 60%;
	position: relative;
}

@media screen and (max-width: 800px) {
	.why__d.rona-grid {
		grid-template-columns: 100%;
	}
}

.why__d-img {
	position: absolute;
	max-width: 600px;
	width: calc(45% - 4em);
	left: -10px;
	bottom: -15%;
	opacity: 0;
	transform: translateY(600px);
	transition: transform .5s ease, opacity .5s ease;
}

@media screen and (max-width: 800px) {
	.why__d-img {
		position: relative;
		max-width: 300px;
		width: calc(70% - 4em);
		left: 46%;
		transform: translateX(-50%);
		bottom: -5%;
		opacity: 1;
	}
}

.why__d-title {
	color: #54768b;
	padding-bottom: 1.5rem;
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.why__d-title {
		font-size: clamp(.0625rem, .06026rem + 3.58932vw, 1.40625rem);
	}
}

.why__d-content {
	min-width: 580px;
	margin: 8% 0;
}

@media screen and (max-width: 800px) {
	.why__d-content {
		min-width: inherit;
		padding: 0 10%;
		margin-bottom: 0;
	}
}

.why__d-text-wrapper {
	margin-left: 2.5%;
}

.why__d-text-wrapper p {
	color: #54768b;
	padding-bottom: 1rem;
	font-size: clamp(.0625rem, -.24688rem + 1.65vw, 1.3rem);
}

@media screen and (max-width: 800px) {
	.why__d-text-wrapper p {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
	}
}

.why__e {
	background-color: #297151;
	position: relative;
	z-index: 1;
	margin: 0 3.15em;
}

@media screen and (max-width: 800px) {
	.why__e {
		margin: 0 5%;
	}
}

.why__e.rona-grid {
	grid-template-columns: 70% 30%;
}

@media screen and (max-width: 800px) {
	.why__e.rona-grid {
		grid-template-columns: 100%;
	}
}

.why__e-title {
	font-size: clamp(.0625rem, -.52031rem + 3.10833vw, 2.39375rem);
	text-align: left;
	margin: 0;
	position: relative;
}

@media screen and (max-width: 800px) {
	.why__e-title {
		font-size: clamp(.0625rem, .05861rem + 6.22705vw, 2.39375rem);
	}
}

.why__e-title:after {
	content: "";
	position: absolute;
	left: -.5em;
	bottom: -1em;
	width: calc(19vw + 5em);
	height: calc(.1vw + .39em);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-separator-y.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.why__e-title:after {
		width: calc(33vw + 5em);
		height: calc(.3vw + .39em);
		bottom: -.95em;
		left: -3em;
	}
}

.why__e-text {
	margin-top: 2.5em;
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.why__e-text {
		font-size: clamp(.0625rem, .06031rem + 3.50584vw, 1.375rem);
	}
}

.why__e-left {
	padding: calc(11% - 2vw);
	padding-bottom: 0;
}

@media screen and (max-width: 800px) {
	.why__e-left {
		padding: 10% 5%;
	}
}

.why__e-right {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media screen and (max-width: 800px) {
	.why__e-right {
		display: none;
	}
}

.why__e-boxes {
	display: flex;
	flex-wrap: wrap;
	width: calc(75% - 2vw);
	max-width: 720px;
	min-height: 310px;
	margin-top: calc(9% - 2vw);
	margin-bottom: calc(5% - 2vw);
}

@media screen and (max-width: 800px) {
	.why__e-boxes {
		flex-wrap: inherit;
		width: 100%;
		max-width: inherit;
		min-height: inherit;
		margin-top: 0;
		margin-bottom: 0;
		flex-direction: column;
		align-items: center;
	}
}

.why__e-box {
	width: 50%;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.why__e-box {
		width: 100%;
	}
}

.why__e-box-title {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	text-align: center;
	color: #f9c84c;
	font-size: clamp(.0625rem, -.56406rem + 3.34167vw, 2.56875rem);
}

@media screen and (max-width: 800px) {
	.why__e-box-title {
		font-size: clamp(.0625rem, .05832rem + 6.69449vw, 2.56875rem);
	}
}

.why__e-box-text {
	font-size: clamp(.0625rem, -.26719rem + 1.75833vw, 1.38125rem);
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.why__e-box-text {
		font-size: clamp(.0625rem, .06031rem + 3.50584vw, 1.375rem);
	}
}

.why__e-box-text span {
	font-size: 23.4px;
	font-size: clamp(.0625rem, -.19688rem + 1.38333vw, 1.1rem);
}

@media screen and (max-width: 800px) {
	.why__e-box-text span {
		font-size: clamp(.0625rem, .06083rem + 2.67112vw, 1.0625rem);
	}
}

.why__e-info {
	padding: 0 calc(7.15% - 2vw) calc(5% - 2vw);
}

@media screen and (max-width: 800px) {
	.why__e-info {
		padding: 10%;
	}
}

.why__e-info p, .why__e-info ul li {
	position: relative;
	line-height: 1.3;
	font-size: clamp(.0625rem, -.13281rem + 1.04167vw, .84375rem);
}

@media screen and (max-width: 800px) {
	.why__e-info p, .why__e-info ul li {
		font-size: clamp(.0625rem, .06125rem + 2.00334vw, .8125rem);
	}
}

.why__e-info p .underline, .why__e-info ul li .underline {
	text-decoration: underline;
	cursor: pointer;
}

.why__e-info ul {
	margin: 0;
	padding-left: 1.5rem;
}

.why__e-info ul li {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	color: #fff;
}

.why__e-info-plus {
	font-size: clamp(.0625rem, -.34375rem + 2.16667vw, 1.6875rem);
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #f9c84c;
	position: absolute;
	left: -1.5rem;
	top: -8px;
	cursor: pointer;
}

@media screen and (max-width: 1300px) {
	.why__e-info-plus {
		top: -4px;
	}
}

@media screen and (max-width: 800px) {
	.why__e-info-plus {
		font-size: clamp(.0625rem, .05979rem + 4.34057vw, 1.6875rem);
		top: -8px;
		left: -20px;
	}
}

.why__e-info-wrapper {
	background-color: #297151;
	position: relative;
	z-index: 1;
	margin: 3.15em;
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	.why__e-info-wrapper {
		margin: 0 5% 5%;
	}
}

.why__e-info #read-more.hide {
	overflow: hidden;
	opacity: 0;
}

.why__e-info .extra-text {
	display: block;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height .4s ease, opacity .4s ease;
}

.why__e-info .extra-text.show {
	max-height: inherit;
	opacity: 1;
}

.why__e-img {
	position: absolute;
	right: -6em;
	max-width: 550px;
	width: 150%;
	padding-top: 2rem;
}

.why__e-img--mobile {
	padding: 5%;
}

.why__y {
	position: relative;
	margin: 3.15em;
	padding: 3.15em;
	padding-bottom: 0;
}

@media screen and (max-width: 1250px) {
	.why__y {
		padding: 0;
	}
}

@media screen and (max-width: 800px) {
	.why__y {
		margin: 5%;
		padding: 5%;
	}
}

.why__y-title {
	color: #54768b;
	margin-top: 0;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 800px) {
	.why__y-title {
		font-size: clamp(.0625rem, .05861rem + 6.22705vw, 2.39375rem);
	}
}

.why__y-slider {
	margin: 2em;
	position: relative;
}

.why__y-slider-button-next, .why__y-slider-button-prev {
	z-index: 2;
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor: pointer;
	top: 30%;
	transform: translateY(-30%);
}

@media screen and (max-width: 800px) {
	.why__y-slider-button-next, .why__y-slider-button-prev {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
}

.why__y-slider-button-next {
	left: -1.5em;
	border-right: 15px solid #54768b;
}

@media screen and (max-width: 800px) {
	.why__y-slider-button-next {
		border-right: 10px solid #54768b;
	}
}

.why__y-slider-button-prev {
	right: -1.5em;
	border-left: 15px solid #54768b;
}

@media screen and (max-width: 800px) {
	.why__y-slider-button-prev {
		border-left: 10px solid #54768b;
	}
}

.why__y-slider-pagination {
	text-align: center;
}

.why__y .swiper-pagination-bullet {
	background: #54768b;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
}

.why__y .swiper-pagination-bullet-active {
	background: #54768b;
}

.why__y-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.why__y-item-icon {
	position: relative;
}

.why__y-item-icon-avatar {
	max-width: 270px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.why__y-item-icon-avatar {
		width: 80%;
	}
}

.why__y-item-title {
	font-family: "MinionPro-Bold", sans-serif;
	color: #54768b;
	margin-top: .7rem;
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.why__y-item-title {
		font-size: clamp(.0625rem, .06026rem + 3.58932vw, 1.40625rem);
	}
}

.why__y-item-sub-title {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	color: #54768b;
	font-size: clamp(.0625rem, -.25rem + 1.66667vw, 1.3125rem);
}

@media screen and (max-width: 800px) {
	.why__y-item-sub-title {
		font-size: clamp(.0625rem, .06041rem + 3.3389vw, 1.3125rem);
	}
}

.why__y-item-text {
	color: #54768b;
	padding-top: 1rem;
	line-height: 1.42;
	font-size: clamp(.0625rem, -.13281rem + 1.04167vw, .84375rem);
}

@media screen and (max-width: 800px) {
	.why__y-item-text {
		font-size: clamp(.0625rem, .0612rem + 2.08681vw, .84375rem);
	}
}

@media screen and (max-width: 430px) {
	.why__y-item-text {
		font-size: clamp(.0625rem, .06062rem + 3.00752vw, .8125rem);
	}
}

.why__x {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-sky-bg.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 3.15em;
	padding-top: 4.15em;
}

.why__x.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.why__x {
		padding: 5%;
		padding-top: 8%;
	}
}

.why__x-video {
	position: relative;
}

@media screen and (max-width: 800px) {
	.why__x-video {
		height: calc(26rem - 2.8em);
	}
}

@media screen and (max-width: 685px) {
	.why__x-video {
		height: calc(23rem - 3em);
	}
}

@media screen and (max-width: 590px) {
	.why__x-video {
		height: calc(20.5rem - 3em);
	}
}

@media screen and (max-width: 500px) {
	.why__x-video {
		height: calc(18rem - 3em);
	}
}

@media screen and (max-width: 425px) {
	.why__x-video {
		height: calc(16rem - 3em);
	}
}

@media screen and (max-width: 425px) {
	.why__x-video {
		height: calc(16rem - 3em);
	}
}

@media screen and (max-width: 363px) {
	.why__x-video {
		height: calc(15rem - 3em);
	}
}

@media screen and (max-width: 330px) {
	.why__x-video {
		height: calc(14rem - 3em);
	}
}

.why__x-video-title {
	background-color: #f9c84c;
	position: absolute;
	z-index: 3;
	padding: .6rem 1rem;
	left: -1.4rem;
	top: -1.4rem;
}

.why__x-video-title p {
	font-family: "News Gothic No2 W02 Bold", sans-serif;
	letter-spacing: .9px;
	font-size: clamp(.0625rem, -.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.why__x-video-title p {
		font-size: clamp(.0625rem, .06073rem + 2.83806vw, 1.125rem);
	}
}

.why__x-video-wrapper {
	position: relative;
	margin: 0 auto;
	height: calc(562px - 2vw);
	max-width: 934px;
	max-height: 525px;
}

@media screen and (max-width: 1100px) {
	.why__x-video-wrapper {
		max-width: 750px;
	}
}

.why__x-video-wrapper iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.why__x-video-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-video-bg.jpg") center center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.why__x-video-hidden {
	display: none;
}

.why__x-container {
	background-color: rgba(255, 255, 255, .25);
	padding: 3.15em;
	padding-top: 4rem;
	margin-top: -3rem;
}

@media screen and (max-width: 1100px) {
	.why__x-container {
		margin-top: -9rem;
	}
}

@media screen and (max-width: 800px) {
	.why__x-container {
		padding: 5%;
		margin: -25px 5% 0;
	}
}

.why__x-title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: clamp(.0625rem, -.40312rem + 2.48333vw, 1.925rem);
}

@media screen and (max-width: 800px) {
	.why__x-title {
		font-size: clamp(.0625rem, .05968rem + 4.50751vw, 1.75rem);
	}
}

.why__x-text {
	text-align: center;
}

@media screen and (max-width: 800px) {
	.why__x-text {
		font-size: clamp(.0625rem, .06052rem + 3.17195vw, 1.25rem);
	}
}

.why__x-slider {
	margin: 3rem auto 2em;
	position: relative;
	max-width: 1200px;
	padding: 0 2rem;
}

@media screen and (max-width: 800px) {
	.why__x-slider {
		padding: 0;
		margin-left: -20%;
		margin-right: -20%;
	}
}

.why__x-slider-pagination {
	text-align: center;
}

.why__x-slider-img {
	width: 160px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 800px) {
	.why__x-slider-img {
		width: 200px;
	}
}

.why__x swiper-slide {
	transform: scale(.8);
	transition: transform .5s ease;
}

.why__x swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	transition: transform .5s ease;
}

.why__x .swiper-pagination-bullet {
	background: #fff;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
}

.why__x .swiper-pagination-bullet-active {
	background: #fff;
}

.why__w {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-vision-bg.jpg");
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
	padding: 6rem 0;
}

.why__w.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 800px) {
	.why__w {
		padding: 1.5rem;
		padding-bottom: 3rem;
	}
}

.why__w-title {
	line-height: 1.29;
	text-align: center;
	color: #297151;
	background-color: #f9c84c;
	padding: 1rem 2rem;
	width: fit-content;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.why__w-title {
		font-size: clamp(.0625rem, .05958rem + 4.66834vw, 2.39375rem);
		padding: 1rem 0;
		width: 100%;
	}
}

.why__w .rona-grid {
	grid-template-columns: 27% 73%;
	margin-top: -1.3rem;
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid {
		grid-template-columns: 100%;
		margin-top: 2rem;
	}
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--1 {
		text-align: center;
	}
}

.why__w .rona-grid--1 .why__w-sub-title {
	padding-top: 7rem;
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--1 .why__w-sub-title {
		padding-top: 2rem;
	}
}

.why__w .rona-grid--1 .why__w-text {
	padding-top: 4rem;
}

@media screen and (max-width: 1050px) {
	.why__w .rona-grid--1 .why__w-text {
		padding-top: 2.5rem;
	}
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--1 .why__w-text {
		padding-bottom: 1.5rem;
	}
}

.why__w .rona-grid--2 {
	grid-template-columns: 70% 30%;
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--2 {
		grid-template-columns: 100%;
	}
}

.why__w .rona-grid--2 .why__w-sub-title {
	padding-top: 2rem;
}

@media screen and (max-width: 1050px) {
	.why__w .rona-grid--2 .why__w-sub-title {
		padding-left: 0;
	}
}

.why__w .rona-grid--2 .why__w-sub-title:after {
	left: -3.5rem;
	max-width: 980px;
	width: calc(37vw + 5em);
	height: calc(.5vw + .39em);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-vision-sep-right.png");
}

@media screen and (max-width: 1400px) {
	.why__w .rona-grid--2 .why__w-sub-title:after {
		width: calc(43vw + 5em);
	}
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--2 .why__w-sub-title:after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -.6em;
	}
}

.why__w .rona-grid--2 .why__w-text {
	padding-top: 3.5rem;
}

@media screen and (max-width: 1050px) {
	.why__w .rona-grid--2 .why__w-text {
		padding-top: 2.5rem;
		padding-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--2 .why__w-text {
		padding-bottom: 2rem;
	}
}

.why__w .rona-grid--2 .why__w-img {
	float: right;
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--2 .why__w-img {
		float: none;
		margin: 0 auto;
	}
}

.why__w .rona-grid--3 .why__w-sub-title {
	padding-top: 5rem;
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--3 .why__w-sub-title {
		padding-top: 2rem;
	}
}

.why__w .rona-grid--3 .why__w-ul {
	padding-top: 4rem;
}

@media screen and (max-width: 1200px) {
	.why__w .rona-grid--3 .why__w-ul {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 1050px) {
	.why__w .rona-grid--3 .why__w-ul {
		padding-left: 2rem;
		padding-top: 2.5rem;
	}
}

@media screen and (max-width: 800px) {
	.why__w .rona-grid--3 .why__w-img {
		display: block;
		margin: 0 auto;
	}
}

.why__w-img {
	max-width: 300px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.why__w-left {
	padding-left: 21rem;
}

@media screen and (max-width: 1050px) {
	.why__w-left {
		padding-left: 14rem;
	}
}

@media screen and (max-width: 800px) {
	.why__w-left {
		padding-left: 0;
	}
}

.why__w-content {
	max-width: 1270px;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1270px) {
	.why__w-content {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media screen and (max-width: 800px) {
	.why__w-content {
		padding-left: 0;
		padding-right: 0;
	}
}

.why__w-sub-title {
	font-family: "MinionPro-Bold", sans-serif;
	color: #297151;
	position: relative;
	font-size: clamp(.0625rem, -.63438rem + 3.71667vw, 2.85rem);
}

@media screen and (max-width: 1050px) {
	.why__w-sub-title {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.why__w-sub-title {
		font-size: clamp(.0625rem, .05785rem + 7.44574vw, 2.85rem);
		padding-left: 0;
		text-align: center;
	}
}

.why__w-sub-title:after {
	content: "";
	position: absolute;
	left: -3.5em;
	bottom: -.8em;
	width: calc(19vw + 5em);
	height: calc(.1vw + .39em);
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-vision-sep-left.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.why__w-sub-title:after {
		width: calc(25vw + 5em);
		height: calc(.3vw + .39em);
		left: 50%;
		transform: translateX(-50%);
		bottom: -.6em;
	}
}

.why__w-text, .why__w-ul li {
	line-height: 1.24;
	letter-spacing: .32px;
	color: #297151;
	font-size: clamp(.0625rem, -.29063rem + 1.88333vw, 1.475rem);
}

@media screen and (max-width: 1050px) {
	.why__w-text, .why__w-ul li {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.why__w-text, .why__w-ul li {
		font-size: clamp(.0625rem, .06014rem + 3.77295vw, 1.475rem);
		text-align: center;
		padding-left: .5rem;
	}
}

@media screen and (max-width: 390px) {
	.why__w-text, .why__w-ul li {
		font-size: clamp(.0625rem, .06041rem + 3.3419vw, .875rem);
	}
}

.why__w-ul {
	font-family: "News Gothic No2 W02 Thin", sans-serif;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.why__w-ul li {
	position: relative;
}

.why__w-ul li:before {
	content: "";
	position: absolute;
	left: -1.6rem;
	top: 6px;
	width: 16px;
	height: 16px;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-li.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
	.why__w-ul li {
		text-align: left;
	}
}

.why__z {
	background-color: #297151;
}

.why__z.rona-grid {
	grid-template-columns: 45% 55%;
}

@media screen and (max-width: 800px) {
	.why__z.rona-grid {
		display: flex;
		flex-direction: column-reverse;
	}
}

.why__z-left {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-footer-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1080/870;
}

.why__z-left.nitro-lazy {
	background-image: none !important;
}

.why__z-right {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-footer-bg-yellow.jpg");
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.why__z-right.nitro-lazy {
	background-image: none !important;
}

.why__z-right h2 {
	text-align: left;
	margin-bottom: 1rem;
	color: #297151;
}

@media screen and (max-width: 800px) {
	.why__z-right h2 {
		font-size: clamp(.0625rem, .05861rem + 6.22705vw, 2.39375rem);
	}
}

.why__z-right p {
	margin-left: .7rem;
	color: #297151;
}

@media screen and (max-width: 800px) {
	.why__z-right p {
		font-size: clamp(.0625rem, .06031rem + 3.50584vw, 1.375rem);
	}
}

.why__z-right .rona-link-button {
	margin-left: .7rem;
}

@media screen and (max-width: 800px) {
	.why__z-right .rona-link-button {
		margin-left: 0;
	}
}

.why__z-right--mobile {
	margin: 3rem 0;
}

.why__bg {
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/why-white-bg.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.why__bg.nitro-lazy {
	background-image: none !important;
}

.legal__header {
	position: relative;
	overflow: hidden;
}

.legal__header-img {
	width: 100%;
	height: 450px;
	background-image: url("https://cdn-ionaj.nitrocdn.com/jexdvnqBXEeFiKLFZCICyuxFUSEvZgWT/assets/images/optimized/rev-2880279/franchise.wbu.com/wp-content/uploads/2025/07/legal-header-bg.jpg");
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.legal__header-img.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 1200px) {
	.legal__header-img {
		height: 350px;
	}
}

@media screen and (max-width: 800px) {
	.legal__header-img {
		height: 200px;
	}
}

.legal__header-content {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.legal__header-content {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.legal__header-title {
	margin: 0;
	text-align: center;
	font-size: clamp(.0625rem, -.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 800px) {
	.legal__header-title {
		font-size: clamp(.0625rem, .05945rem + 4.8811vw, 2.5rem);
	}
}

.legal .home__flight {
	margin-top: 120px;
}

.legal__a {
	min-height: 40vh;
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem;
}

.legal__a > p {
	color: #297151;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
