/*!
Theme Name: HardGear
Text Domain: hardgear
Version: 1.1.4
Requires at least: 4.7
Requires PHP: 5.2.4
Description: HardGear is a special theme for WooCommerce multiple store.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the KlevrTech
Author URI: https://klevr.tech/
Theme URI: https://klevr.tech/themes/hardgear/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap";
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
@media screen and (min-width: 992px) {
	.slick-slider .slick-dots li {
		margin: 0 5px;
	}
}
.slick-slider .slick-dots li button {
	font-size: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	color: transparent;
}
.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus,
.slick-slider .slick-dots li button:visited {
	color: transparent !important;
}
@media screen and (min-width: 992px) {
	.slick-slider .slick-dots li button {
		width: 23px;
		height: 23px;
	}
}
.slick-slider .slick-dots li button:hover {
	background: #fff;
}
.slick-slider .slick-dots li.slick-active button {
	background: #fff;
}
.slick-slider .slick-arrow {
	display: block;
	width: 25px;
	height: 47px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	font-size: 0;
	z-index: 10;
}
.slick-slider .slick-arrow.slick-prev {
	background-image: url(assets/images/arrow-left.svg);
}
.slick-slider .slick-arrow.slick-next {
	background-image: url(assets/images/arrow-right.svg);
}
@media screen and (min-width: 1200px) {
	.slick-slider .slick-arrow {
		width: 51px;
		height: 96px;
	}
}
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
caption {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
blockquote::before,
blockquote::after {
	content: "";
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	box-sizing: border-box;
	color: #000;
	font-family: "Barlow", sans-serif;
	font-size: 2.2rem;
	letter-spacing: -0.015em;
	text-align: left;
}
@supports (font-variation-settings: normal) {
	body {
		font-family: "Barlow", sans-serif;
	}
}
*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}
#site-content {
	overflow: hidden;
}
.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}
a,
path {
	transition: all 0.15s linear;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}
.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}
@font-face {
	font-family: NonBreakingSpaceOverride;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==)
			format("woff2"),
		url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG)
			format("woff");
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}
h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}
h2,
.heading-size-2 {
	font-size: 3.2rem;
}
h3,
.heading-size-3 {
	font-size: 2.8rem;
}
h4,
.heading-size-4 {
	font-size: 2.4rem;
}
h5,
.heading-size-5 {
	font-size: 2.1rem;
}
h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}
.heading-section {
	font-size: 4.2rem;
	color: #4db9e6;
	text-align: center;
}
p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}
em,
i,
q,
dfn {
	font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}
big {
	font-size: 1.2em;
}
small {
	font-size: 0.75em;
}
b,
strong {
	font-weight: 700;
}
ins {
	text-decoration: underline;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
abbr,
acronym {
	cursor: help;
}
address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}
hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
	background: linear-gradient(
		to left,
		currentColor calc(50% - 16px),
		transparent calc(50% - 16px),
		transparent calc(50% + 16px),
		currentColor calc(50% + 16px)
	);
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}
a {
	color: #4db9e6;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
ul,
ol {
	margin: 0 0 3rem 3rem;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}
li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}
.reset-list-style li {
	margin: 0;
}
dt,
dd {
	line-height: 1.5;
}
dt {
	font-weight: 700;
}
dt + dd {
	margin-top: 0.5rem;
}
dd + dt {
	margin-top: 1.5rem;
}
blockquote {
	border-color: #4db9e6;
	border-style: solid;
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;
	padding: 0.5rem 0 0.5rem 2rem;
}
cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}
blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}
blockquote p:last-child {
	margin: 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}
pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}
pre code {
	background: transparent;
	padding: 0;
}
figure {
	display: block;
	margin: 0;
}
iframe {
	display: block;
	max-width: 100%;
}
video {
	display: block;
}
svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}
figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}
figcaption a,
.wp-caption-text a {
	color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}
.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}
.gallery-caption {
	display: block;
	margin-top: 0.8em;
}
fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}
legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}
label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}
input[type="checkbox"]:checked::before {
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.9rem;
	height: 1.75rem;
	width: 1.75rem;
}
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: "Barlow", sans-serif;
	line-height: 1;
}
@supports (font-variation-settings: normal) {
	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Barlow", sans-serif;
	}
}
input,
textarea {
	border-color: #1c1140;
	color: #000;
}
code,
input[type="url"],
input[type="email"],
input[type="tel"] {
	direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1rem 1.8rem;
	width: 100%;
}
select {
	font-size: 1em;
}
textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}
input::-webkit-input-placeholder {
	line-height: normal;
}
input:-ms-input-placeholder {
	line-height: normal;
}
input::-moz-placeholder {
	line-height: revert;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #1c1140;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.95rem 3.7rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: none;
	background: #4db9e6;
	color: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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 {
	border-color: currentColor;
}
input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
.button-outline {
	border: 2px solid #1c1140;
	padding: 18px 34px;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4db9e6;
}
.button-outline:hover {
	background: #1c1140;
	color: #fff;
}
.wp-block-button.btn-white .wp-block-button__link {
	border-color: #fff;
	color: #fff;
}
.wp-block-button.btn-white .wp-block-button__link:hover {
	border-color: #4db9e6;
	color: #fff;
}
.wp-block-button.btn-loadmore a {
	min-width: 16.9rem;
	text-align: center;
	padding: 1.95rem 1.44rem;
}
.wp-block-button.btn-loadmore a.disabled {
	cursor: default;
	opacity: 0.5;
	background: #1c1140;
	color: #fff;
}
.wp-block-button.btn-loadmore a.loading {
	background: #1c1140;
}
.wp-block-button.btn-loadmore a.loading::after {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	background: transparent;
	display: inline-block;
	margin-bottom: -0.5rem;
	margin-left: 0.5rem;
	background: url("assets/images/loading.svg") no-repeat center center;
	background-size: 100% 100%;
}
table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	width: 100%;
}
table tbody .first td {
	background: #4db9e6;
	color: #fff;
	font-weight: 500;
}
.alignleft > table {
	margin: 0;
}
.alignright > table {
	margin: 0;
}
th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}
caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}
thead {
	vertical-align: bottom;
	white-space: nowrap;
}
th {
	font-weight: 700;
}
*:focus {
	outline: none !important;
}
.bg-primary {
	background: #1c1140;
}
.bg-secondary {
	background: #4db9e6;
}
.text-white {
	color: #fff;
}
.text-white a {
	color: #fff;
}
.fullview {
	width: 100vw !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding .wp-block-column {
	padding: 0 !important;
}
.no-padding .wp-block-column:not(:first-child),
.no-padding .wp-block-column:nth-child(2n) {
	margin-left: 0 !important;
}
.px-0 {
	padding-left: 0;
	padding-right: 0;
}
.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.whitespace-no-wrap br {
	display: none;
}
.whitespace-no-wrap figcaption {
	white-space: nowrap;
}
@media screen and (min-width: 790px) {
	.whitespace-no-wrap {
		white-space: nowrap;
	}
	.whitespace-no-wrap br {
		display: block;
	}
}
.no-margin {
	margin: 0 !important;
}
.no-margin .wp-block-column {
	margin: 0 !important;
}
.mx-0 {
	margin: auto 0 !important;
}
.my-0,
.footer-widgets .widget-content .alignnone,
.footer-widgets .widget-content .aligncenter {
	margin: 0 auto !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
@media screen and (min-width: 600px) {
	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (min-width: 600px) {
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media screen and (min-width: 700px) {
	.py-lg {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
}
.list-none {
	list-style: none;
}
.leading-4 {
	line-height: 5rem;
}
.leading-4 br {
	display: none;
}
@media screen and (min-width: 600px) {
	.leading-4 br {
		display: block;
	}
}
.list-dashed {
	margin-bottom: 0;
}
.list-dashed li {
	margin-left: 0;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f1f1f1;
}
.list-dashed li:first-child {
	border-top: 2px solid #1c1140;
}
.link-more a {
	text-decoration: none;
	text-transform: uppercase;
	color: #1c1140;
	font-weight: 500;
}
.link-more a::before {
	content: "";
	display: inline-block;
	background: url(./assets/images/green-plus.svg) no-repeat left center;
	width: 20px;
	height: 13px;
}
.link-more a:hover {
	text-decoration: underline;
	color: #4db9e6;
}
.rounded {
	border-radius: 50%;
}
.rounded-lg {
	border-radius: 0.8rem;
}
.text-accent {
	color: #4db9e6;
}
.bg-hover {
	transition: background-color 0.5s;
}
.bg-hover:hover {
	background-color: #4db9e6;
}
.page-id-3 main {
	margin-bottom: -5rem;
}
.title-content {
	position: relative;
	padding-bottom: 2rem;
}
@media screen and (min-width: 700px) {
	.title-content {
		white-space: nowrap;
	}
}
.title-content:after {
	content: "";
	width: 4rem;
	border-bottom: 1px solid #1c1140;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
@media screen and (max-width: 600px) {
	.is-mobile-center {
		float: none !important;
		text-align: center !important;
		white-space: nowrap;
		max-width: 100% !important;
	}
}
.bg-gray {
	background: #f7f7f7;
	padding: 3rem;
}
@media (min-width: 1000px) {
	.content-wide .alignwide {
		padding-left: 12rem;
		padding-right: 12rem;
	}
}
.facetwp-facet.facetwp-facet-loadmore {
	margin-top: 2rem;
	text-align: center;
}
.facetwp-facet .facetwp-load-more,
.facetwp-facet .facetwp-submit {
	color: #4db9e6 !important;
	position: relative;
	background-color: #fff;
	border: 2px solid #1c1140;
	font-size: 1.8rem;
	font-weight: 700;
	min-width: 16.9rem;
	text-align: center;
	padding: 1.95rem 1.44rem;
}
.facetwp-facet .facetwp-load-more:hover,
.facetwp-facet .facetwp-submit:hover {
	background-color: #1c1140;
}
.facetwp-facet.is-loading .facetwp-load-more {
	background: #1c1140;
}
.facetwp-facet.is-loading .facetwp-load-more::after {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	background: transparent;
	display: inline-block;
	margin-bottom: -0.5rem;
	margin-left: 0.5rem;
	background: url("assets/images/loading.svg") no-repeat center center;
	background-size: 100% 100%;
}
.entry-content .wsp-container h2 {
	margin-top: 0;
}
.entry-content .wsp-container ul {
	margin-left: 0;
}
.entry-content .wsp-container ul a {
	color: #1c1140;
}
.entry-content .wsp-container ul a:hover {
	color: #4db9e6;
}
.entry-container {
	max-width: 100% !important;
}
@media screen and (min-width: 1200px) {
	.entry-container {
		padding-left: 0;
		padding-right: 0;
		width: 117rem !important;
		margin: 0 auto;
	}
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.screen-height {
	min-height: 100vh;
}
.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}
.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}
section {
	padding: 5rem 0;
	width: 100%;
}
.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 177rem;
	width: calc(100% - 4rem);
}
.section-inner.max-percentage {
	width: 100%;
}
.section-inner.thin {
	max-width: 78rem;
}
.section-inner.small {
	max-width: 80rem;
}
.section-inner.medium {
	max-width: 100rem;
}
.section-inner.no-margin {
	margin: 0;
}
.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}
button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}
.js .show-js {
	display: block !important;
}
.js .hide-js {
	display: none !important;
}
.no-js .show-no-js {
	display: block !important;
}
.no-js .hide-no-js {
	display: none !important;
}
.font-size-xl {
	font-size: 1.25em;
}
.font-size-xs {
	font-size: 0.8em;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #4db9e6;
}
.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #4db9e6;
}
.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #4db9e6;
}
.fill-children-accent,
.fill-children-accent * {
	fill: #4db9e6;
}
.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}
.opacity-0 {
	opacity: 0;
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-10 {
	opacity: 0.1;
}
.opacity-15 {
	opacity: 0.15;
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-35 {
	opacity: 0.35;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-45 {
	opacity: 0.45;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-55 {
	opacity: 0.55;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-65 {
	opacity: 0.65;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-85 {
	opacity: 0.85;
}
.opacity-90 {
	opacity: 0.9;
}
.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}
.blend-mode-hue {
	mix-blend-mode: hue;
}
.blend-mode-saturation {
	mix-blend-mode: saturation;
}
.blend-mode-color {
	mix-blend-mode: color;
}
.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}
.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-attachment-fixed {
	background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}
@media (prefers-reduced-motion: reduce) {
	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}
.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}
.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}
.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}
.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}
.search-form .search-field {
	width: 100%;
}
.search-form .search-submit {
	flex-shrink: 0;
	background-color: #4db9e6;
	border-radius: 0;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
	color: #1c1140;
}
ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}
.social-icons a {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #1c1140;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}
.social-icons a:focus,
.social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}
.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
	display: none !important;
}
.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}
.cover-modal.show-modal > * {
	cursor: default;
}
#site-header {
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}
.site-description {
	display: none !important;
}
.header-inner {
	padding: 2rem 0;
	z-index: 100;
}
@media (min-width: 1000px) {
	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}
.menu-bottom .contact-page-cta {
	display: block;
	width: 100vw;
	margin: -2.1rem -2.1rem -4rem;
	height: 8rem;
}
@media (min-width: 767px) {
	.menu-bottom .contact-page-cta {
		display: none;
	}
}
.header-titles-wrapper {
	align-items: start;
	display: flex;
	justify-content: start;
}
@media (min-width: 1000px) {
	.header-titles-wrapper {
		max-width: 20%;
		padding: 0;
		text-align: left;
		width: 100%;
	}
}
body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}
.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
	max-width: 70vw;
}
@media (min-width: 700px) {
	.site-logo img {
		max-height: 9rem;
		transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
		max-width: 100%;
	}
}
.site-title,
.site-logo,
.site-description {
	margin: 0;
}
.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}
@media (min-width: 700px) {
	.site-title {
		font-size: 2.4rem;
		font-weight: 700;
	}
}
.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}
.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}
.site-logo a,
.site-logo img {
	display: block;
}
.header-titles .site-logo .site-logo {
	margin: 0;
}
body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}
.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
.overlay-header .header-inner {
	color: #fff;
}
.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}
.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}
.admin-bar.overlay-header #site-header {
	top: 32px;
}
@media (max-width: 782px) {
	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}
.header-navigation-wrapper {
	display: none;
	position: relative;
}
.header-toggles {
	display: none;
}
.header-inner .toggle {
	align-items: center;
	justify-content: center;
	display: flex;
	overflow: visible;
	padding: 0 1rem;
}
.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
	width: 3.2rem;
	color: #4db9e6;
}
.header-inner .toggle path {
	fill: currentColor;
}
.toggle-inner {
	display: flex;
	justify-content: center;
	position: relative;
}
.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
	display: none;
}
.toggle-inner .toggle-icon {
	display: block;
	overflow: hidden;
}
.overlay-header .toggle-text {
	color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}
.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}
.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}
.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}
.primary-menu-wrapper {
	display: none;
}
ul.primary-menu {
	display: flex;
	font-size: 2.2rem;
	font-weight: 500;
	justify-content: space-around;
}
@media (min-width: 1000px) {
	ul.primary-menu {
		padding: 0 2rem 0 2rem;
	}
}
@media (min-width: 1510px) {
	ul.primary-menu {
		padding: 0 6rem 0 7rem;
	}
}
.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}
.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}
.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}
.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
}
.primary-menu li.current-menu-item a,
.primary-menu li.current-menu-item a {
	text-decoration: none;
}
.primary-menu li.current-menu-item a:hover,
.primary-menu li.current-menu-item a:focus,
.primary-menu li.current-menu-item a:hover,
.primary-menu li.current-menu-item a:focus {
	color: #4db9e6;
}
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	color: #4db9e6;
}
.primary-menu > li {
	margin: 0.8rem 0 0 1.6rem;
	white-space: nowrap;
}
@media (min-width: 1220px) {
	.primary-menu > li {
		margin: 0.8rem 0 0 1rem;
	}
}
@media (min-width: 1330px) {
	.primary-menu > li {
		margin: 0.8rem 0 0 3rem;
	}
}
.primary-menu > li > a {
	padding: 1.5rem 2rem;
	font-weight: bold;
}
@media (min-width: 1330px) {
	.primary-menu > li > a {
		padding: 1.5rem 2.2rem;
	}
}
.primary-menu > li:first-child {
	margin-left: 0;
}
.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}
.primary-menu > li.current_page_ancestor > a,
.primary-menu > li.current_page_item > a,
.primary-menu > li:hover > a {
	color: #4db9e6;
}
.primary-menu > li.highlight_page > a {
	color: #fff;
	background: #42be00;
	min-width: 12.8rem;
	min-height: 6.5rem;
	text-align: center;
	margin-top: -0.8rem;
	line-height: 1.5;
}
.primary-menu > li.highlight_page > a:hover {
	text-decoration: none;
	background-color: #60d721;
}
.primary-menu > li.menu-item-has-children > a {
	padding-right: 2rem;
}
.primary-menu > li.menu-item-has-children:hover > ul,
.primary-menu > li.menu-item-has-children:focus > ul,
.primary-menu > li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 1rem;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu a.current_page_ancestor {
	text-decoration: none;
}
@media screen and (min-width: 1220px) {
	.primary-menu a {
		padding: 0 1rem;
	}
}
@media screen and (min-width: 1330px) {
	.primary-menu a {
		padding: 0 2rem;
	}
}
@media (min-width: 1200px) {
	.primary-menu {
		margin: -0.8rem 0 0 -2.5rem;
	}
}
.primary-menu ul {
	background: #000;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}
.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}
.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}
.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}
.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}
.primary-menu ul ul {
	top: -1rem;
}
.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}
.primary-menu ul ul::after {
	border-bottom-color: transparent;
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}
.primary-menu ul ul li.menu-item-has-children:hover > ul,
.primary-menu ul ul li.menu-item-has-children:focus > ul,
.primary-menu ul ul li.menu-item-has-children .focus > ul {
	right: calc(100% + 2rem);
}
.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}
@media (any-pointer: coarse) {
	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}
	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}
}
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}
.header-mobile {
	display: flex;
	justify-content: space-between;
}
.header-hotline {
	display: none;
	flex-direction: column;
	text-align: right;
	font-weight: 500;
}
@media (min-width: 1280px) {
	.header-hotline {
		display: flex;
		white-space: nowrap;
	}
}
.header-hotline .phone {
	font-size: 3.1rem;
	color: #4db9e6;
}
.header-hotline a:hover {
	color: #4db9e6;
}
.header-hotline a.phone:hover {
	color: #1c1140;
}
.header-shop .header-inner {
	padding-bottom: 1rem;
	padding-top: 4rem;
}
.header-shop .header-inner .header-titles-wrapper,
.header-shop .header-inner .header-navigation-wrapper {
	width: auto;
}
.header-shop .header-inner .toggle.close-nav-toggle {
	margin-top: -3rem;
}
.header-shop .header-inner .header-hotline {
	position: relative;
	top: -2rem;
	display: none;
}
@media (min-width: 1330px) {
	.header-shop .header-inner .header-hotline {
		display: flex;
	}
}
.header-shop .site-logo {
	margin-top: -4rem;
}
.header-shop .site-logo img {
	max-height: 10rem;
}
@media (min-width: 1000px) {
	.header-shop .primary-menu {
		padding: 0;
	}
}
.header-shop .primary-menu li {
	margin-left: 0;
}
@media (min-width: 1200px) {
	.header-shop .primary-menu li {
		margin: 0;
	}
}
.header-shop .primary-menu li:last-child a {
	padding-right: 0;
}
ul.shop-menu {
	margin: 0;
	display: none;
	position: absolute;
	right: 0;
	top: -3rem;
}
@media (min-width: 1000px) {
	ul.shop-menu {
		display: block;
		padding: 0;
	}
}
ul.shop-menu li {
	display: inline-block;
	font-size: 1.6rem;
	text-transform: uppercase;
}
ul.shop-menu li a {
	color: #4db9e6;
}
ul.shop-menu li a:hover {
	text-decoration: underline;
}
.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}
.admin-bar .menu-modal {
	top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .menu-modal {
		top: 46px;
	}
}
.menu-modal.show-modal {
	display: flex;
}
.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}
.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
	max-width: 4.3rem;
	margin-right: -1.5rem;
}
button.close-nav-toggle svg {
	height: 2.8rem;
	width: 2.8rem;
}
button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
	display: none;
}
.menu-modal .menu-top {
	flex-shrink: 0;
}
.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}
.modal-menu li {
	border-color: #1c1140;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.modal-menu a {
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
	position: relative;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
}
.modal-menu a:focus::before,
.modal-menu a:hover::before,
.modal-menu li.current-menu-item > .ancestor-wrapper > a::before,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.5rem;
	height: 100%;
	background: #4db9e6;
}
@media (min-width: 700px) {
	.modal-menu > li > a,
	.modal-menu > li > .ancestor-wrapper > a {
		font-size: 2.4rem;
	}
}
button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}
button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}
.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}
.modal-menu ul li {
	border-left-width: 1rem;
}
.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}
.menu-wrapper .menu-item {
	position: relative;
}
.menu-wrapper .active {
	display: block;
}
.menu-wrapper.is-toggling {
	pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}
}
.expanded-menu {
	display: none;
}
.mobile-menu {
	display: block;
}
.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}
.menu-bottom nav {
	width: 100%;
}
.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}
.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}
.menu-bottom .social-menu {
	justify-content: center;
}
.menu-bottom .social-menu a {
	background: #1c1140;
	color: #fff;
}
.search-modal {
	background: rgba(0, 0, 0, 0.2);
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, left 0s 0.2s linear;
	width: 100%;
	z-index: 999;
}
.admin-bar .search-modal.active {
	top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .search-modal.active {
		top: 46px;
	}
}
.search-modal-inner {
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal-inner .section-inner {
	display: flex;
	justify-content: space-between;
	max-width: 168rem;
}
.search-modal.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
button.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: -2.5rem;
	padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
	color: inherit;
}
.search-modal.active .search-untoggle {
	animation: popIn both 0.3s 0.2s;
}
.search-untoggle svg {
	height: 1.5rem;
	transition: transform 0.15s ease-in-out;
	width: 1.5rem;
}
.search-untoggle:focus svg,
.search-untoggle:hover svg {
	transform: scale(1.15);
}
.search-modal form {
	margin: 0;
	position: relative;
	width: 100%;
}
.search-modal .search-field {
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: 2rem;
	letter-spacing: -0.0277em;
	height: 8.4rem;
	margin: 0 0 0 -2rem;
	max-width: calc(100% + 2rem);
	padding: 0 0 0 2rem;
	width: calc(100% + 2rem);
}
.search-modal .search-field::-webkit-input-placeholder {
	color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
	color: inherit;
}
.search-modal .search-field::-moz-placeholder {
	color: inherit;
	line-height: 4;
}
.search-modal .search-submit {
	position: absolute;
	right: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}
.search-modal .search-submit:focus {
	right: 0;
}
.cover-header {
	display: flex;
	overflow: hidden;
}
.cover-header-inner-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}
.cover-header-inner {
	padding: 10rem 0 5rem 0;
	width: 100%;
}
.cover-color-overlay,
.cover-color-overlay::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.cover-color-overlay::before {
	background: currentColor;
	content: "";
	display: block;
}
.cover-header .entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}
.cover-header .entry-header * {
	color: #fff;
}
body.template-cover .entry-header {
	background: transparent;
	padding: 0;
}
.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
	color: inherit;
}
.cover-header .entry-header a {
	color: inherit;
}
.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}
.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}
.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}
.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}
body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 130rem !important;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
	position: static;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {
	margin-left: 0;
	position: static;
}
body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
	margin-left: 2rem;
	position: static;
}
body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {
	margin-right: 0;
	position: static;
}
body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
	margin-right: 2rem;
	position: static;
}
.section-inner h1 {
	font-size: 4.2rem;
	font-weight: bold;
	color: #4db9e6;
}
.brand-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
@media (min-width: 1000px) {
	.brand-list {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}
.brand-list .brand-card {
	text-align: center;
	border: 1px solid #1c1140;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
}
@media (min-width: 700px) {
	.brand-list .brand-card {
		max-width: 31%;
		padding: 5.8rem 3rem 2rem;
		margin-bottom: 4rem;
	}
}
@media (min-width: 1200px) {
	.brand-list .brand-card {
		min-height: 100vh;
	}
}
.brand-list .brand-card img {
	margin: 0 auto 3rem auto;
}
.brand-list .card-content {
	margin: 0;
	font-size: 1.6rem;
}
@media (min-width: 700px) {
	.brand-list .card-content {
		margin-bottom: 3rem;
	}
}
.brand-list .catalogue-list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: auto;
}
.brand-list .catalogue-list .catalogue-item {
	padding-right: 2rem;
	max-width: 48%;
}
.brand-list .catalogue-list .catalogue-item img {
	margin-bottom: 0;
}
.brand-list .catalogue-list .catalogue-item:nth-child(2n) {
	padding-right: 0;
	padding-left: 2rem;
}
.brand-list .catalogue-list .catalogue-item a {
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	min-height: 4.8rem;
}
.brand-list .catalogue-list .catalogue-item a:hover {
	text-decoration: none;
}
.page-template-default #site-content {
	margin-bottom: 10rem;
}
.page-template-template-contact #site-content .section-inner {
	max-width: 110rem;
	margin-bottom: 5rem;
}
.page-template-template-contact #site-content .section-inner .content-inner {
	margin-bottom: 6rem;
}
@media screen and (min-width: 800px) {
	.contact-page-content {
		display: flex;
		margin: 0 -1.5rem;
	}
}
@media screen and (min-width: 800px) {
	.contact-page-content > div {
		padding: 0 1.5rem;
		flex-basis: 0;
		flex-grow: 1;
		width: 50%;
	}
}
.contact-page-content > div > h3 {
	font-size: 3.5rem;
	margin-top: 1rem;
}
.contact-page-content .list-contact-info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact-page-content .list-contact-info li {
	margin: 0 0 3rem;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 3rem;
	padding-left: 5rem;
}
.contact-page-content .list-contact-info li.item-contact-address {
	background-image: url("assets/images/pin.svg");
}
.contact-page-content .list-contact-info li.item-contact-email {
	background-image: url("assets/images/email.svg");
}
.contact-page-content .list-contact-info li.item-contact-phone {
	background-image: url("assets/images/phone.svg");
}
.contact-page-content .list-contact-info li h4 {
	font-size: 2.2rem;
	margin: 0 0 1rem;
}
.contact-page-content .list-contact-info li a:hover {
	text-decoration: underline;
}
.contact-page-content .wpcf7 {
	max-width: 100%;
	min-width: auto;
}
.contact-page-content .wpcf7 h2 {
	display: none;
}
.contact-page-content .wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	min-width: auto;
	max-width: 100%;
}
.contact-page-content .wpcf7 input,
.contact-page-content .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	min-width: auto;
}
.contact-page-content .contact-description {
	margin-bottom: 4.5rem;
}
.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}
.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}
.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}
.archive-subtitle p:last-child {
	margin-bottom: 0;
}
body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}
.no-search-results-form {
	padding-top: 5rem;
}
.singular .entry-header {
	background-color: #fff;
	padding: 8rem 0 8rem;
}
.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
	display: none;
}
.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}
.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}
.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent;
}
h1.entry-title,
h2.entry-title {
	margin: 0;
	font-size: 3.2rem;
	text-transform: uppercase;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}
.intro-text {
	margin-top: 2rem;
}
.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}
.post-meta-single-top .post-meta {
	justify-content: center;
}
.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 78rem;
	width: 100%;
}
.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}
.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}
.post-meta a {
	color: inherit;
	text-decoration: none;
}
.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}
.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}
.sticky .post-sticky {
	color: inherit;
}
.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta svg * {
	fill: currentColor;
}
.featured-media {
	margin-top: 5rem;
	margin-bottom: 2rem;
	position: relative;
}
.singular .featured-media {
	margin-top: 0;
}
.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}
.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}
.featured-media img {
	margin: 0 auto;
}
.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}
.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}
.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin-top: 3em;
	padding: 0 0.25em;
}
.post-nav-links > * {
	padding: 1em 0.75em;
}
.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}
.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 78rem;
	width: 100%;
}
.hide-avatars .author-bio {
	padding-left: 0;
}
.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}
.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}
.hide-avatars img.avatar {
	display: none;
}
.author-bio p:last-child {
	margin-bottom: 0;
}
.author-bio .author-title {
	margin: 0;
}
.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}
.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline;
}
.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}
.pagination-single-inner {
	display: flex;
	flex-direction: column;
}
.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}
.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}
.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
}
.pagination-single a + a {
	margin-top: 1rem;
}
.pagination-single a .arrow {
	margin-right: 1rem;
}
.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}
.entry-content {
	line-height: 1.5;
}
.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}
.entry-content > *:first-child {
	margin-top: 0;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}
.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}
.entry-content a {
	color: #4db9e6;
}
.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}
.entry-content p a:hover {
	text-decoration: underline;
}
.entry-content p,
.entry-content li {
	line-height: 1.4;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}
.entry-content hr {
	margin: 4rem auto;
}
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
	font-family: "Barlow", sans-serif;
	letter-spacing: normal;
}
.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text {
	font-family: "Barlow", sans-serif;
}
@supports (font-variation-settings: normal) {
	.entry-content cite,
	.entry-content figcaption,
	.entry-content .wp-caption-text {
		font-family: "Barlow", sans-serif;
	}
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 130rem;
	width: calc(100% - 4rem);
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 78rem;
	width: 100%;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}
[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}
.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}
[class*="__inner-container"] > .alignwide {
	width: 100%;
}
.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.alignright {
	max-width: 50%;
}
.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}
.alignright {
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
	margin-left: 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
	margin-right: 2rem;
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 78rem;
	width: calc(100% - 4rem);
}
.comments-wrapper {
	margin-top: 5rem;
}
.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}
div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}
.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}
.comment-body {
	position: relative;
}
.comment .comment {
	padding-left: 5%;
}
.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}
.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}
.comment-meta a {
	color: inherit;
}
.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}
.comment-author a {
	text-decoration: underline;
}
.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}
.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}
.comment-author .url {
	text-decoration: underline;
}
.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}
.comment-metadata a {
	text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}
.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}
.comment-content.entry-content .alignleft {
	margin-left: 0;
}
.comment-content.entry-content .alignright {
	margin-right: 0;
}
.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}
.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
	background-color: #4db9e6;
	color: #fff;
	display: block;
	padding: 0.7rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}
.comment-footer-meta a {
	text-decoration: none;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}
.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}
.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}
.comments-pagination.only-next {
	justify-content: flex-end;
}
.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}
.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}
.comments-pagination .prev {
	left: 0;
}
.comments-pagination .next {
	right: 0;
	text-align: right;
}
.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}
.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}
.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}
.comment-respond p:not(.comment-notes) {
	max-width: 78rem;
}
.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}
.comment-respond > p:last-of-type {
	margin-bottom: 0;
}
.comment-respond label {
	display: block;
}
.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}
.comment-respond textarea {
	height: 15rem;
}
.comment-respond #submit {
	display: block;
}
.comment-respond .comments-closed {
	text-align: center;
}
.comments .comment-respond {
	padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}
.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}
.comment-reply-title small a {
	text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}
.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}
.pagination-separator {
	margin: 5rem 0;
}
.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}
.nav-links .placeholder {
	display: none;
	visibility: hidden;
}
.pagination a {
	text-decoration: none;
}
.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}
.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}
.nav-short {
	display: none;
}
.error404 #site-content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (min-width: 700px) {
	.error404 #site-content {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
.error404-content {
	text-align: center;
}
.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}
.widget {
	margin-top: 3rem;
}
.widget:first-child {
	margin-top: 0;
}
.widget-content > div > *:first-child {
	margin-top: 0;
}
.widget-content > div > *:last-child {
	margin-bottom: 0;
}
.widget .widget-title {
	margin: 0 0 2rem;
}
.widget li {
	margin: 2rem 0 0 0;
}
.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}
.widget table,
.widget table * {
	border-color: #1c1140;
}
.widget table caption {
	background-color: #dedfdf;
}
.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}
.widget select {
	max-width: 100%;
}
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: "Barlow", sans-serif;
	letter-spacing: normal;
}
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: "Barlow", sans-serif;
}
@supports (font-variation-settings: normal) {
	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: "Barlow", sans-serif;
	}
}
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}
.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none;
}
.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline;
}
.calendar_wrap {
	font-size: 2.4rem;
}
.calendar_wrap th,
.calendar_wrap td {
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}
.calendar_wrap tfoot td {
	border-bottom: none;
}
.calendar_wrap tfoot a {
	text-decoration: none;
}
.calendar_wrap tfoot #prev {
	text-align: left;
}
.calendar_wrap tfoot #next {
	text-align: right;
}
.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}
.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}
.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}
.widget_recent_comments li {
	font-weight: 700;
}
.widget_recent_comments a {
	text-decoration: none;
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline;
}
.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}
.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline;
}
.widget_rss .widget-title a.rsswidget:first-of-type {
	display: none;
}
.widget_rss .rsswidget {
	font-weight: 700;
}
.widget_rss a {
	text-decoration: none;
}
.widget_rss a:focus,
.widget_rss a:hover {
	text-decoration: underline;
}
.widget_rss .rssSummary {
	margin-top: 0.5rem;
}
.widget_rss cite::before {
	content: "— ";
}
.widget_search .search-field {
	border-color: #1c1140;
}
.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
}
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: underline;
}
.address_widget {
	font-size: inherit;
}
.address_widget img {
	margin-bottom: 3rem;
}
@media screen and (min-width: 1023px) {
	.address_widget img {
		min-width: 50%;
	}
}
.address_widget p {
	display: flex;
}
.address_widget strong {
	font-weight: normal;
	color: #999;
	min-width: 8rem;
	white-space: nowrap;
	display: inline-block;
}
@media screen and (min-width: 1200px) {
	.address_widget strong {
		min-width: 11rem;
	}
}
.address_widget span {
	font-weight: 600;
	color: #1c1140;
	padding-left: 10px;
}
.footer-widgets #subscribe-text {
	margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
	.footer-widgets #subscribe-email,
	.footer-widgets #subscribe-submit {
		display: initial;
	}
}
.footer-widgets form input {
	border-radius: 8px;
	display: inline-block;
}
@media screen and (min-width: 1200px) {
	.footer-widgets form input {
		max-width: 60%;
	}
}
.footer-widgets form button {
	border-radius: 8px;
	margin-left: 5px;
	background-color: #4db9e6 !important;
	padding: 1.6rem 1.44em;
}
@media screen and (min-width: 1200px) {
	.footer-widgets form button {
		max-width: 37%;
	}
}
.footer-widgets form button:hover {
	text-decoration: none;
}
.footer-nav-widgets-wrapper,
#site-footer {
	background: #1c1140;
	border-color: #1c1140;
	border-style: solid;
	border-width: 0;
}
.footer-nav-widgets-wrapper .widget .widget-title,
#site-footer .widget .widget-title {
	color: #fff;
}
.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	background: #1c1140;
	padding-bottom: 3rem;
}
.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}
.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0;
}
.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between;
}
.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em;
}
.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}
.footer-menu a {
	text-decoration: none;
}
.footer-menu a:hover,
.footer-menu a:focus {
	color: #4db9e6;
}
.footer-social-wrapper {
	margin: 0;
	width: 100%;
}
.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}
ul.footer-social li {
	margin: 0.5rem;
}
ul.footer-social a {
	background-color: #fff;
	height: 3rem;
	width: 3rem;
}
ul.footer-social a::before {
	font-size: 1.6rem;
}
.has-footer-menu .footer-social {
	justify-content: flex-end;
}
@media (min-width: 700px) {
	.footer-widgets-outer-wrapper {
		padding: 5rem 0 3rem 0;
	}
}
.footer-widgets-wrapper {
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.footer-widgets {
	width: 100%;
}
@media screen and (min-width: 700px) {
	.footer-widgets + .footer-widgets {
		margin-top: 0;
	}
	.footer-widgets .widget {
		border-top: none;
		margin-top: 5rem;
		padding-top: 0;
	}
	.footer-widgets .widget:first-child {
		margin-top: 0;
	}
}
.footer-widgets .widget-content p {
	color: #fff;
	font-size: 1.6rem;
}
.footer-widgets .widget-content p strong {
	font-size: 2rem;
}
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}
#site-footer {
	font-size: 1.4rem;
}
#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}
#site-footer a {
	text-decoration: none;
	transition: all 0.3s;
	color: #999;
}
#site-footer a:focus,
#site-footer a:hover {
	text-decoration: none;
	color: #1c1140;
}
.footer-bottom {
	padding-top: 3rem;
	padding-bottom: 2rem;
	font-weight: normal;
	text-align: center;
}
.footer-bottom strong {
	font-size: inherit;
}
@media (min-width: 700px) {
	.footer-menu {
		font-size: 2.4rem;
		margin: -0.8rem 0 0 -1.6rem;
	}
}
@media (min-width: 1000px) {
	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: -1.2rem 0 0 -2.4rem;
	}
}
.footer-menu li {
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
}
@media (min-width: 600px) {
	.footer-menu li {
		padding-left: 2rem;
		display: inline-block;
		margin: 0.8rem 0 0 1rem;
	}
	.footer-menu li::before {
		content: "";
		width: 0.4rem;
		height: 0.4rem;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li:first-child::before {
	display: none;
}
@media (min-width: 700px) {
	.footer-menu li {
		margin: 0.8rem 0 0 1.6rem;
	}
}
@media (min-width: 1000px) {
	.footer-menu li {
		margin: 1.2rem 0 0 2.4rem;
	}
}
.footer-menu li a {
	color: #fff;
}
@media (max-width: 479px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}
	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}
	li {
		margin: 0.5rem 0 0 1rem;
	}
}
@media (min-width: 480px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}
	.alignleft,
	.alignright {
		max-width: 26rem;
	}
}
@media (max-width: 599px) {
	.wp-block-column:last-child {
		margin-bottom: 0;
	}
	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}
	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}
}
@media (min-width: 600px) {
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}
}
@media (min-width: 660px) {
	.entry-content > .alignleft {
		margin-left: 4rem;
	}
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 0;
	}
	.entry-content > .alignright {
		margin-right: 4rem;
	}
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 0;
	}
}
@media (min-width: 700px) {
	ul,
	ol {
		margin-bottom: 4rem;
	}
	pre {
		padding: 3rem;
	}
	hr {
		margin: 8rem auto;
	}
	table {
		font-size: 1.8rem;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	h1,
	.heading-size-1,
	h2,
	.heading-size-2,
	h3,
	.heading-size-3 {
		margin: 6rem auto 3rem;
	}
	h4,
	.heading-size-4,
	h5,
	.heading-size-5,
	h6,
	.heading-size-6 {
		margin: 4.5rem auto 2.5rem;
	}
	h1,
	.heading-size-1 {
		font-size: 6.4rem;
	}
	h2,
	.heading-size-2 {
		font-size: 4.2rem;
	}
	h3,
	.heading-size-3 {
		font-size: 4rem;
	}
	h4,
	.heading-size-4 {
		font-size: 3.2rem;
	}
	h5,
	.heading-size-5 {
		font-size: 2.4rem;
	}
	h6,
	.heading-size-6 {
		font-size: 1.8rem;
	}
	fieldset {
		padding: 3rem;
	}
	legend {
		padding: 0 1.5rem;
	}
	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}
	section {
		padding: 8rem 0;
	}
	.section-inner {
		width: calc(100% - 8rem);
	}
	.site-description {
		display: block;
	}
	.toggle-inner .toggle-text {
		font-size: 1.2rem;
	}
	.search-toggle {
		left: 2rem;
	}
	.nav-toggle {
		right: 2rem;
	}
	button.close-nav-toggle {
		font-size: 1.8rem;
		padding: 4rem 0;
	}
	button.close-nav-toggle svg {
		height: 2rem;
		width: 2rem;
	}
	button.close-nav-toggle .toggle-text {
		margin-right: 2.1rem;
	}
	.modal-menu {
		left: auto;
		width: 100%;
	}
	.modal-menu ul li {
		border-left-color: transparent;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0 3rem;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
		height: 1.1rem;
		width: 1.8rem;
	}
	.menu-bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 4.4rem 0;
	}
	.menu-copyright {
		display: block;
		flex-shrink: 0;
		margin-right: 4rem;
	}
	.search-modal form {
		position: relative;
		width: 100%;
	}
	.search-untoggle svg {
		height: 2.5rem;
		width: 2.5rem;
	}
	.search-modal .search-field {
		border: none;
		font-size: 3.2rem;
		height: 14rem;
	}
	.search-modal .search-field::-moz-placeholder {
		line-height: 4.375;
	}
	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem);
	}
	.cover-header-inner {
		padding: 18rem 0 8rem 0;
	}
	.to-the-content-wrapper {
		top: calc(100% + 1.8rem);
	}
	.to-the-content {
		height: 6rem;
	}
	.to-the-content svg {
		height: 2.4rem;
		width: 2.12rem;
	}
	body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		width: calc(100% - 8rem);
	}
	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 4rem;
	}
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 4rem;
	}
	.archive-header {
		padding: 8rem 0;
	}
	.reduced-spacing .archive-header {
		padding-bottom: 3rem;
	}
	.archive-title {
		font-size: 3.2rem;
	}
	body:not(.singular) main > article:first-of-type {
		padding: 8rem 0 0;
	}
	.no-search-results-form {
		padding-top: 8rem;
	}
	.singular .entry-header {
		padding: 8rem 0 8rem;
	}
	.entry-categories {
		margin-bottom: 3rem;
	}
	.entry-categories-inner {
		margin: -1rem 0 0 -2rem;
	}
	.entry-categories a {
		font-size: 1.5rem;
		margin: 1rem 0 0 2rem;
	}
	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}
	.singular .intro-text {
		font-size: 2.6rem;
	}
	.post-meta-wrapper {
		margin-top: 3rem;
	}
	.post-meta {
		margin: -1.4rem 0 0 -3rem;
	}
	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}
	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}
	.author-bio {
		margin-top: 8rem;
		min-height: 8rem;
		padding-left: 10rem;
		position: relative;
	}
	.author-bio .avatar {
		position: absolute;
		left: 0;
		top: 0;
		height: 8rem;
		width: 8rem;
	}
	.pagination-single {
		font-size: 2.4rem;
		margin-top: 8rem;
	}
	.pagination-single-inner {
		flex-direction: row;
		justify-content: space-between;
	}
	.pagination-single.only-next .pagination-single-inner {
		justify-content: flex-end;
	}
	.pagination-single hr:first-child {
		margin: 0 0 4rem 0;
	}
	.pagination-single hr:last-child {
		margin: 4rem 0 0.8rem 0;
	}
	.pagination-single a + a {
		margin: 0 0 0 4rem;
	}
	.pagination-single a .arrow {
		margin: 0 2rem 0 0;
	}
	.pagination-single .next-post {
		flex-direction: row-reverse;
		text-align: right;
	}
	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem;
	}
	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}
	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}
	.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: 3.5rem 0 2rem;
	}
	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}
	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 4.8rem;
	}
	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}
	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}
	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}
	.wp-block-pullquote blockquote p {
		font-size: 3.2rem;
	}
	.wp-block-pullquote cite {
		margin-top: 2rem;
	}
	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem;
	}
	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125;
	}
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875;
	}
	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem;
	}
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem;
	}
	hr.wp-block-separator {
		margin: 6rem auto;
	}
	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem);
	}
	.entry-content {
		font-size: 2.2rem;
	}
	.entry-content p,
	.entry-content li {
		line-height: 1.476;
	}
	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		margin: 6rem auto 3rem;
	}
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 4.5rem auto 2.5rem;
	}
	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}
	.alignleft {
		margin: 0.3rem 2rem 2rem 0;
	}
	.alignright {
		margin: 0.3rem 0 2rem 2rem;
	}
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 4rem;
	}
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 4rem;
	}
	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}
	.comments-wrapper {
		margin-top: 8rem;
	}
	.comment-reply-title {
		margin-bottom: 4.6rem;
	}
	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.8rem;
		letter-spacing: -0.025em;
		margin: -2.5rem 0 4.4rem 0;
	}
	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem;
	}
	div.comment:first-of-type {
		margin-top: 5rem;
	}
	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem;
	}
	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
	}
	.comment-author {
		font-size: 2.4rem;
	}
	.comment-metadata {
		font-size: 1.6rem;
		margin-top: 0.8rem;
	}
	.comment-footer-meta {
		margin-top: 2.5rem;
	}
	.comments-pagination {
		margin-top: 8rem;
	}
	.pingback .comment-body {
		padding: 0;
	}
	.comment-respond p {
		margin-bottom: 2.5rem;
	}
	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0;
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem);
	}
	.comment-respond .comment-form-email {
		margin-left: 2rem;
	}
	.comments .comment-respond {
		padding: 5rem 0 0;
	}
	.comment-reply-title small {
		display: inline;
		margin: 0 0 0 0.5rem;
	}
	.pagination-separator {
		margin: 8rem 0;
	}
	.nav-short {
		display: inline;
	}
	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -4rem;
	}
	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}
	.widget .widget-title {
		margin-bottom: 3rem;
	}
	.footer-top {
		padding: 3.7rem 0;
	}
	.has-footer-menu .footer-social-wrapper {
		flex: 1;
		margin-left: 4rem;
		width: auto;
	}
}
@media (min-width: 782px) {
	.wp-block-column {
		margin-bottom: 0;
	}
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}
@media (min-width: 1000px) {
	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem 0 0 -2.4rem;
	}
	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}
	.wp-custom-logo .header-titles {
		align-items: center;
	}
	.header-navigation-wrapper {
		align-items: center;
		display: flex;
		width: 100%;
	}
	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}
	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}
	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}
	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-right: -3rem;
	}
	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}
	.header-inner .toggle-wrapper {
		position: relative;
	}
	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}
	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}
	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}
	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}
	.toggle-inner {
		position: static;
	}
	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}
	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}
	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}
	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit;
	}
	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
	}
	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}
	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}
	.menu-wrapper.section-inner {
		width: calc(100% - 8rem);
	}
	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}
	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}
	.mobile-menu {
		display: none;
	}
	.expanded-menu {
		display: block;
	}
	.menu-bottom {
		padding: 6rem 0;
	}
	.menu-bottom .social-menu {
		justify-content: flex-start;
	}
	.featured-media figcaption {
		width: 100%;
	}
	.template-full-width .wp-block-image .alignleft {
		margin-right: 2rem;
	}
	.template-full-width .wp-block-image .alignright {
		margin-left: 2rem;
	}
	.singular .intro-text {
		font-size: 2.8rem;
	}
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem;
	}
	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}
	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 4rem;
		margin-bottom: 0;
		margin-top: 0;
	}
	.wp-block-image .alignleft {
		margin-right: 0;
	}
	.wp-block-image .alignright {
		margin-left: 0;
	}
	hr.wp-block-separator {
		margin: 8rem auto;
	}
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		position: absolute;
		right: calc((100vw - 78rem) / 2 + 78rem + 2rem);
		max-width: calc((100% - 78rem) / 2 - 6rem);
	}
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;
		right: inherit;
		max-width: inherit;
	}
	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		position: absolute;
		right: calc((100% - 78rem) / 2 + 78rem + 4rem);
		max-width: calc((100% - 78rem) / 2 - 4rem);
	}
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {
		right: calc((100% - 78rem) / 2 + 78rem);
	}
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 4rem;
	}
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="__inner-container"] > .alignright {
		position: absolute;
		left: calc((100vw - 78rem) / 2 + 78rem + 2rem);
		max-width: calc((100% - 78rem) / 2 - 6rem);
	}
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;
		left: inherit;
		max-width: inherit;
	}
	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		position: absolute;
		left: calc((100% - 78rem) / 2 + 78rem + 4rem);
		max-width: calc((100% - 78rem) / 2 - 4rem);
	}
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {
		left: calc((100% - 78rem) / 2 + 78rem + 4rem);
	}
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 4rem;
	}
	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}
	.comment-meta {
		padding-left: 0;
	}
	.comment-meta .avatar {
		left: -8rem;
	}
	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}
	.nav-links > * {
		margin: 0 2rem;
	}
	.pagination .next,
	.pagination .prev {
		display: block;
	}
	.pagination .prev {
		margin: 0 auto 0 0;
	}
	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto;
	}
	.footer-top {
		align-items: center;
	}
}
@media (min-width: 1220px) {
	h1,
	.heading-size-1 {
		font-size: 8.4rem;
	}
	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem;
	}
	.header-toggles {
		margin-right: -4rem;
	}
	.header-toggles .toggle {
		padding: 0 4rem;
	}
	.cover-header + .post-inner {
		padding-top: 10rem;
	}
	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}
	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}
	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}
	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}
	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {
		right: calc((100% - 78rem) / 2 + 78rem - 2rem);
	}
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {
		left: calc((100% - 78rem) / 2 + 78rem + 6rem);
	}
	.comment-reply-title {
		font-size: 5.6rem;
		line-height: 1.2;
		margin-bottom: 6rem;
	}
	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: -4rem 0 6rem 0;
	}
	.comments .comment-respond .comment-reply-title {
		font-size: 4.8rem;
	}
	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: -4.5rem 0 4rem 0;
	}
	.widget-content {
		font-size: 2.1rem;
	}
	ul.footer-social {
		margin: -1rem 0 0 -1rem;
	}
	ul.footer-social li {
		margin: 1rem 0 0 1rem;
	}
	.footer-social a::before {
		font-size: 2rem;
	}
}
@media (min-width: 1280px) {
	figure.wp-block-gallery.alignleft {
		margin-left: -31rem;
	}
	figure.wp-block-gallery.alignright {
		margin-right: -31rem;
	}
	.wp-block-separator.is-style-wide {
		max-width: 120rem;
		width: 120rem;
	}
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		right: calc((100vw - 78rem) / 2 + 78rem + 4rem);
		margin-left: -31rem;
	}
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {
		left: calc((100vw - 78rem) / 2 + 78rem + 4rem);
		margin-right: -31rem;
	}
	.entry-content > .alignwide {
		max-width: 177rem;
	}
	[class*="__inner-container"] > .alignwide {
		max-width: 177rem;
		width: 100%;
	}
	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 25rem;
	}
	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 0;
	}
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 0;
	}
}
@media (min-width: 1330px) {
	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 29rem;
	}
	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}
}
body {
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: calc(1s);
	animation-duration: calc(1s);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: calc(1s * 2);
	animation-duration: calc(1s * 2);
}
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: calc(1s * 0.75);
	animation-duration: calc(1s * 0.75);
}
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: calc(1s * 0.75);
	animation-duration: calc(1s * 0.75);
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
.hero-section {
	padding: 0;
	margin: 0;
	position: relative;
}
.hero-section article {
	text-align: center;
	height: 40rem;
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20rem;
	box-sizing: content-box;
	background-size: cover;
	background-position: 50% 50%;
}
@media screen and (min-width: 992px) {
	.hero-section article {
		height: 45rem;
		padding-bottom: 20rem;
	}
}
@media screen and (min-width: 1200px) {
	.hero-section article {
		height: 59rem;
		padding-bottom: 28rem;
	}
}
.hero-section article .content-slide h2 {
	margin: 0;
	font-size: 5rem;
	color: #fff;
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	.hero-section article .content-slide h2 {
		font-size: 7rem;
	}
}
@media screen and (min-width: 1200px) {
	.hero-section article .content-slide h2 {
		font-size: 11rem;
	}
}
.hero-section article .content-slide h3 {
	margin: 0;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
	.hero-section article .content-slide h3 {
		font-size: 3.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.hero-section article .content-slide h3 {
		font-size: 4.5rem;
	}
}
.hero-section article .content-slide a {
	border: 2px solid #fff;
	color: #fff;
}
.hero-section article .content-slide a:hover {
	border: 2px solid #1c1140;
}
.hero-section .slick-dots {
	position: absolute;
	bottom: 15rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
	.hero-section .slick-dots {
		bottom: 15rem;
	}
}
@media screen and (min-width: 1200px) {
	.hero-section .slick-dots {
		bottom: 23rem;
	}
}
.section-features {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	background-color: #4db9e6;
	text-transform: uppercase;
}
.section-features h3 {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0;
}
.section-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.section-features ul li {
	display: inline-block;
	position: relative;
	margin: 4px 0;
	padding: 0 22px;
	font-size: 2rem;
	letter-spacing: normal;
	font-weight: 700;
}
.section-features ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	right: -3px;
	top: 12px;
	border-radius: 50%;
}
.section-features ul li a {
	color: #1c1140;
}
.section-features ul li a:hover {
	color: #fff;
}
.section-features ul li:last-child::before {
	display: none;
}
.contents-section {
	padding: 0;
	margin: 0;
}
.contents-section h1 {
	font-size: 5.4rem;
	color: #1c1140;
	margin-bottom: 1.6rem;
}
.contents-section h2 {
	font-size: 4.2rem;
	color: #4db9e6;
	margin-top: 1.6rem;
	margin-bottom: 2rem;
}
.contents-section .contents-section-full {
	max-width: 90rem;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}
.contents-section .contents-section-full h1 {
	margin-top: 0;
}
.contents-section .contents-section-full .button-outline {
	margin-top: 35px;
}
.contents-section .contents-section-bg {
	position: relative;
}
@media screen and (min-width: 992px) {
	.contents-section .contents-section-bg img {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.contents-section .contents-section-bg .contents-section-image {
		background: none !important;
	}
}
@media screen and (min-width: 992px) {
	.contents-section .contents-section-bg .contents-section-image {
		position: absolute;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-position: 50% 50%;
		left: 0;
		top: 0;
	}
}
.contents-section .contents-section-bg .contents-section-text {
	padding: 3rem 2rem 7rem;
	width: 100%;
	float: right;
}
@media screen and (min-width: 992px) {
	.contents-section .contents-section-bg .contents-section-text {
		width: 50%;
		padding: 7rem 8rem;
	}
}
@media screen and (min-width: 1200px) {
	.contents-section .contents-section-bg .contents-section-text {
		padding: 13rem 15rem;
	}
}
.contents-section .contents-section-bg .contents-section-text h2 {
	margin-bottom: 40px;
}
.contents-section .contents-section-bg .contents-section-text .button-outline {
	margin-top: 10px;
}
.contents-section .contents-section-bg.right-image .contents-section-image {
	left: auto;
	right: 0;
}
.contents-section .contents-section-bg.right-image .contents-section-text {
	float: left;
}
.contents-section .contents-section-bg.has-bg .contents-section-text {
	color: #fff;
}
.contents-section .contents-section-bg.has-bg .contents-section-text .button-outline {
	border-color: #fff;
}
.contents-section .contents-section-bg.has-bg .contents-section-text .button-outline:hover {
	color: #4db9e6;
	background-color: #fff;
}
.contents-section .contents-section-bg::after {
	content: "";
	clear: both;
	display: block;
}
.section-clients {
	padding: 6rem 0;
	margin: 0;
}
.section-clients .heading-section {
	margin: 0 0 6.2rem;
}
.section-clients .content-clients {
	margin: 0 -30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 140rem;
	margin: 0 auto;
}
.section-clients .content-clients li {
	width: 50%;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
.section-clients .content-clients li img {
	display: inline-block;
}
@media screen and (min-width: 700px) {
	.section-clients .content-clients li {
		width: 33.33%;
	}
}
@media screen and (min-width: 992px) {
	.section-clients .content-clients li {
		width: 20%;
	}
}
.instagram-section {
	padding: 0;
	margin: 0;
}
.instagram-section .heading-section {
	margin: 4rem 0 0.5rem;
}
.instagram-section #sb_instagram {
	padding: 0 2rem;
}
@media screen and (min-width: 992px) {
	.instagram-section #sb_instagram {
		padding: 0 6rem;
	}
}
@media screen and (min-width: 1200px) {
	.instagram-section #sb_instagram {
		padding: 0 16rem;
	}
}
.instagram-section #sb_instagram #sbi_images {
	position: relative;
}
.instagram-section #sb_instagram #sbi_images .slick-arrow {
	position: absolute;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%);
	background-size: contain;
}
@media screen and (min-width: 992px) {
	.instagram-section #sb_instagram #sbi_images .slick-arrow {
		left: -6rem;
	}
}
@media screen and (min-width: 1200px) {
	.instagram-section #sb_instagram #sbi_images .slick-arrow {
		left: -16rem;
	}
}
.instagram-section #sb_instagram #sbi_images .slick-arrow.slick-next {
	left: auto;
	right: -2rem;
	background-position: right center;
}
@media screen and (min-width: 992px) {
	.instagram-section #sb_instagram #sbi_images .slick-arrow.slick-next {
		right: -6rem;
	}
}
@media screen and (min-width: 1200px) {
	.instagram-section #sb_instagram #sbi_images .slick-arrow.slick-next {
		right: -16rem;
	}
}
.instagram-section #sb_instagram #sbi_images .slick-slide {
	padding: 15px !important;
}
.instagram-section #sb_instagram #sbi_load {
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}
.instagram-section #sb_instagram #sbi_load .sbi_follow_btn {
	margin: 0;
}
.instagram-section #sb_instagram #sbi_load .sbi_follow_btn > a {
	background: #1c1140;
	border-radius: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 2px 8px;
}
.instagram-section #sb_instagram #sbi_load .sbi_follow_btn > a:hover {
	background: #1c1140;
}
.instagram-section #sb_instagram #sbi_load .sbi_follow_btn > a svg {
	margin: 0;
	height: 100%;
}
.section-contact {
	padding-top: 3rem;
	text-align: center;
	color: #4db9e6;
}
@media (min-width: 700px) {
	.section-contact {
		padding-bottom: 4rem;
	}
}
.section-contact h2 {
	margin-top: 0;
	margin-bottom: 1rem;
}
.section-contact.bg-accent h2 {
	color: #fff;
	margin-bottom: 3rem;
}
.section-contact.bg-accent div.wpcf7-validation-errors,
.section-contact.bg-accent div.wpcf7-acceptance-missing,
.section-contact.bg-accent div.wpcf7-mail-sent-ok {
	color: #fff;
}
.section-contact .section-inner {
	display: flex;
	justify-content: space-around;
}
.wpcf7 {
	display: flex;
	justify-content: center;
}
@media (min-width: 700px) {
	.wpcf7 {
		min-width: 55rem;
	}
}
.wpcf7-form-control-wrap {
	max-width: 55rem;
	margin: auto;
	display: inline-block;
	margin-bottom: 1rem;
}
.wpcf7-not-valid-tip {
	font-size: 1.6rem !important;
}
@media (min-width: 700px) {
	.wpcf7 .ajax-loader {
		position: absolute;
		margin-top: 2rem !important;
	}
}
.wpcf7 p {
	text-align: center;
	color: #1c1140;
}
.wpcf7 p label {
	display: inline-block;
}
.wpcf7 form {
	width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
	max-width: 55rem;
	font-size: 1.6rem;
}
@media (min-width: 700px) {
	.wpcf7 input,
	.wpcf7 textarea {
		min-width: 55rem;
	}
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	text-align: center;
	color: #1c1140;
}
.wpcf7 .wpcf7-submit {
	max-width: calc(100vw - 4rem);
	color: #4db9e6;
	padding: 1.15rem 1.44rem;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
	background: #1c1140;
	color: #fff;
}
@media (min-width: 1200px) {
	.about-us {
		max-width: 177rem;
		margin: 0 auto;
	}
}
.about-us h2 {
	font-size: 4.2rem;
	color: #4db9e6;
}
.is-style-outline.btn-custom .wp-block-button__link {
	border-color: #1c1140;
	color: #4db9e6;
}
.is-style-outline.btn-custom .wp-block-button__link:hover,
.is-style-outline.btn-custom .wp-block-button__link:focus {
	border-color: #1c1140;
	background: #1c1140;
	color: #fff;
}
.sponsors {
	margin-bottom: 3rem;
}
.sponsors-list {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 700px) {
	.sponsors-list {
		justify-content: center;
		flex-wrap: nowrap;
	}
}
.sponsors-list li {
	margin: 1rem 2rem;
	width: calc(50% - 4rem);
	text-align: center;
}
.sponsors-list li a {
	display: inline-block;
}
@media (min-width: 700px) {
	.sponsors-list li {
		width: auto;
	}
}
@media (min-width: 1000px) {
	.sponsors-list li {
		margin: 0 4rem;
	}
}
.content-usps {
	color: #fff;
	width: 100%;
}
@media (min-width: 1200px) {
	.content-usps {
		display: flex;
		max-width: 177rem;
		margin: 0 auto;
	}
}
.content-usps .usp-item {
	min-height: 40.5rem;
	width: 100%;
	padding: 4rem 3rem;
	position: relative;
}
.content-usps .usp-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.5;
	background: #1c1140;
	background: -moz-linear-gradient(left, #1c1140 0%, #1a195e 39%, #50b731 100%);
	background: -webkit-linear-gradient(left, #1c1140 0%, #1a195e 39%, #50b731 100%);
	background: linear-gradient(to right, #1c1140 0%, #1a195e 39%, #50b731 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c1140", endColorstr="#50b731",GradientType=1 );
}
@media (min-width: 700px) {
	.content-usps .usp-item::before {
		display: none;
	}
}
@media (min-width: 700px) {
	.content-usps .usp-item {
		padding: 4rem 13rem;
	}
}
@media (min-width: 1200px) {
	.content-usps .usp-item {
		width: 50%;
	}
}
.content-usps .usp-item .background-usp {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.content-usps .usp-item .usp-content {
	max-width: 100%;
	position: relative;
	z-index: 3;
}
@media (min-width: 700px) {
	.content-usps .usp-item .usp-content {
		width: 60%;
	}
}
.content-usps .usp-item .logo-usp {
	min-height: 11.4rem;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
@media (min-width: 700px) {
	.content-usps .usp-item .logo-usp {
		margin-bottom: 4rem;
	}
}
.content-usps .usp-item .logo-usp .logo {
	max-width: 100%;
}
.content-usps .usp-item .description {
	font-size: 2.8rem;
	margin-bottom: 4rem;
}
.page-cover img {
	position: relative;
	width: 100%;
	object-fit: cover;
	z-index: 1;
}
@media (min-width: 700px) {
	.page-cover img {
		min-height: 30.8rem;
	}
}
.page-cover.home-shop-cover {
	position: relative;
}
.page-cover.home-shop-cover img {
	min-height: 50.12rem;
}
.page-cover.home-shop-cover .cover-content {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.46);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}
@media (min-width: 1023px) {
	.page-cover.home-shop-cover .cover-content {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
.page-cover.home-shop-cover .cover-content .cover-title {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 5rem;
	line-height: 1;
}
.page-cover.home-shop-cover .cover-content .cover-title br {
	display: none;
}
@media (min-width: 1023px) {
	.page-cover.home-shop-cover .cover-content .cover-title br {
		display: block;
	}
}
@media (min-width: 700px) {
	.page-cover.home-shop-cover .cover-content .cover-title {
		font-size: 7.2rem;
	}
}
@media (min-width: 1023px) {
	.page-cover.home-shop-cover .cover-content .cover-title {
		line-height: normal;
	}
}
.page-cover.home-shop-cover .cover-content .description {
	margin-bottom: 3rem;
}
.page-cover.home-shop-cover .slick-dots {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3rem;
}
.bottom-cover .quick-link {
	min-height: 9rem;
	display: flex;
	flex-direction: column;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 1000px) {
	.bottom-cover .quick-link {
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
}
.bottom-cover .quick-link li {
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
	align-items: center;
}
@media (min-width: 1000px) {
	.bottom-cover .quick-link li {
		margin-right: 10rem;
	}
}
.bottom-cover .quick-link li:last-child {
	margin-right: 0;
}
.bottom-cover .quick-link li span {
	display: inline-block;
	font-weight: bold;
}
.bottom-cover .quick-link li span.icon {
	position: relative;
	width: 4.8rem;
	height: 4.8rem;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 2rem;
}
.bottom-cover .quick-link li span.icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bottom-cover .quick-link li span.icon svg path {
	fill: #fff;
}
.producttab-list {
	margin-bottom: 5rem;
	padding-top: 4rem;
}
.producttab-list .prodtab-header {
	display: flex;
	justify-content: space-around;
	margin-bottom: 4rem;
}
.producttab-list .tablist {
	display: flex;
}
.producttab-list .tablist li {
	cursor: pointer;
	padding: 1rem;
	text-align: center;
	border-bottom: 1px solid #1c1140;
	color: #4db9e6;
	margin: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 1000px) {
	.producttab-list .tablist li {
		margin: 0 4rem;
		min-width: 35rem;
	}
}
.producttab-list .tablist li.active,
.producttab-list .tablist li:hover {
	color: #1c1140;
	font-weight: bold;
}
.tab-list {
	display: none;
}
.tab-list.active {
	display: block;
}
.woocommerce ul.products li.product .button,
button.button-filter.button.alt {
	font-size: 1.4rem;
	background: #1c1140;
	color: #fff;
	border-radius: 0;
	transition: background-color 0.3s;
}
.woocommerce ul.products li.product .button:hover,
button.button-filter.button.alt:hover {
	background: #4db9e6;
}
button.button-filter.button.alt {
	margin-left: 0;
}
.woocommerce-billing-fields h3 {
	margin-top: 3.6rem;
}
#ship-to-different-address label span {
	letter-spacing: 0;
}
.woocommerce ins {
	text-decoration: none;
}
.woocommerce .woocommerce-products-header {
	text-align: center;
}
.woocommerce span.onsale {
	background-color: #42be00;
	width: 6rem;
	height: 6rem;
	line-height: 2.7;
	font-weight: normal;
}
.woocommerce a.compare {
	margin-bottom: 1.5rem;
	display: block;
	color: #1c1140;
}
.woocommerce a.compare:hover {
	text-decoration: underline;
}
.woocommerce .d-none,
.woocommerce .home div.page-title,
.home .woocommerce div.page-title,
.woocommerce .home div.page-title h2,
.home div.page-title .woocommerce h2 {
	display: none !important;
}
.woocommerce .share-product {
	display: flex;
	justify-content: start;
	margin-top: 2rem;
}
.woocommerce .share-product .addthis_inline_share_toolbox_yntd {
	position: relative;
	top: 0.2rem;
	margin-left: 1rem;
}
.woocommerce .share-product .addthis_inline_share_toolbox_yntd [role="button"] {
	margin-right: 1rem;
}
.woocommerce.columns-5 ul.products li.product {
	padding: 1rem 1rem 2rem;
}
@media (min-width: 700px) {
	.woocommerce.columns-5 ul.products li.product {
		padding: 1.5rem 2rem 2rem;
	}
}
@media (min-width: 767.9px) {
	.woocommerce.columns-5 ul.products li.product {
		width: 18.4%;
	}
}
.woocommerce.columns-5 ul.products li.product:nth-child(5n) {
	margin-right: 0;
}
.woocommerce ul.products {
	margin-bottom: 0;
}
@media (min-width: 767.9px) {
	.woocommerce ul.products {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
.woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product {
	border: 1px solid #1c1140;
	text-align: center;
	margin: 0 2% 3rem 0;
	padding-bottom: 2rem;
}
@media (min-width: 767.9px) {
	.woocommerce ul.products li.product {
		width: 18.4%;
	}
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-weight: normal;
	padding: 0.5rem 0 0;
	min-height: 6rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 2.6rem;
	color: #1c1140;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
	color: #4db9e6;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0.5rem;
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	border: 1px solid #1c1140;
	margin: 2%;
	width: 22%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n + 1) {
	margin-left: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}
.woocommerce .detail-product {
	margin-top: 5rem;
}
.woocommerce .detail-product .at-resp-share-element.at-mobile .at-share-btn {
	margin-right: 1rem;
}
.woocommerce .detail-product .quantity {
	display: flex;
}
.woocommerce .detail-product .screen-reader-text {
	width: initial;
	height: initial;
	position: static !important;
	display: inline-block;
	clip: initial;
	-webkit-clip-path: initial;
	clip-path: initial;
	font-size: 2.2rem;
	margin-right: 1.5rem;
}
.woocommerce .detail-product .flex-viewport {
	border: 1px solid #1c1140;
	margin-bottom: 1rem;
}
.woocommerce div.product .stock {
	font-size: 2.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #42be00;
}
.woocommerce div.product .woocommerce-product-details__short-description + .stock {
	display: none;
}
.woocommerce div.product p.price {
	color: #1c1140;
	font-size: 3.2rem;
	margin-bottom: 1rem;
}
.woocommerce div.product form.cart .button {
	border-radius: 0;
	font-size: 1.6rem;
	text-transform: none;
	padding: 0.8rem 2rem;
}
.woocommerce div.product form.cart .variations {
	margin: 0 0 1rem;
}
.woocommerce div.product tr.label {
	margin: 0;
}
.woocommerce div.product tr.label td {
	line-height: initial !important;
}
.woocommerce div.product tr.label span {
	font-weight: normal;
}
.woocommerce div.product tr.value .variation-selector {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.woocommerce div.product tr.value .variation-selector li {
	padding: 0.8rem 2rem;
	border: 1px solid #4db9e6;
	line-height: 1rem;
	font-size: 1.6rem;
	cursor: pointer;
	margin-right: 2rem;
	margin-bottom: 1rem;
}
.woocommerce div.product tr.value .variation-selector li.active {
	background-color: #4db9e6;
}
.woocommerce div.product #respond input#submit.alt.disabled,
.woocommerce div.product #respond input#submit.alt.disabled:hover,
.woocommerce div.product #respond input#submit.alt:disabled,
.woocommerce div.product #respond input#submit.alt:disabled:hover,
.woocommerce div.product #respond input#submit.alt:disabled[disabled],
.woocommerce div.product #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce div.product a.button.alt.disabled,
.woocommerce div.product a.button.alt.disabled:hover,
.woocommerce div.product a.button.alt:disabled,
.woocommerce div.product a.button.alt:disabled:hover,
.woocommerce div.product a.button.alt:disabled[disabled],
.woocommerce div.product a.button.alt:disabled[disabled]:hover,
.woocommerce div.product button.button.alt.disabled,
.woocommerce div.product button.button.alt.disabled:hover,
.woocommerce div.product button.button.alt:disabled,
.woocommerce div.product button.button.alt:disabled:hover,
.woocommerce div.product button.button.alt:disabled[disabled],
.woocommerce div.product button.button.alt:disabled[disabled]:hover,
.woocommerce div.product input.button.alt.disabled,
.woocommerce div.product input.button.alt.disabled:hover,
.woocommerce div.product input.button.alt:disabled,
.woocommerce div.product input.button.alt:disabled:hover,
.woocommerce div.product input.button.alt:disabled[disabled],
.woocommerce div.product input.button.alt:disabled[disabled]:hover {
	background-color: #1c1140;
}
.woocommerce div.product #respond input#submit.alt.disabled:hover,
.woocommerce div.product #respond input#submit.alt.disabled:hover:hover,
.woocommerce div.product #respond input#submit.alt:disabled:hover,
.woocommerce div.product #respond input#submit.alt:disabled:hover:hover,
.woocommerce div.product #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce div.product #respond input#submit.alt:disabled[disabled]:hover:hover,
.woocommerce div.product a.button.alt.disabled:hover,
.woocommerce div.product a.button.alt.disabled:hover:hover,
.woocommerce div.product a.button.alt:disabled:hover,
.woocommerce div.product a.button.alt:disabled:hover:hover,
.woocommerce div.product a.button.alt:disabled[disabled]:hover,
.woocommerce div.product a.button.alt:disabled[disabled]:hover:hover,
.woocommerce div.product button.button.alt.disabled:hover,
.woocommerce div.product button.button.alt.disabled:hover:hover,
.woocommerce div.product button.button.alt:disabled:hover,
.woocommerce div.product button.button.alt:disabled:hover:hover,
.woocommerce div.product button.button.alt:disabled[disabled]:hover,
.woocommerce div.product button.button.alt:disabled[disabled]:hover:hover,
.woocommerce div.product input.button.alt.disabled:hover,
.woocommerce div.product input.button.alt.disabled:hover:hover,
.woocommerce div.product input.button.alt:disabled:hover,
.woocommerce div.product input.button.alt:disabled:hover:hover,
.woocommerce div.product input.button.alt:disabled[disabled]:hover,
.woocommerce div.product input.button.alt:disabled[disabled]:hover:hover {
	background-color: #1c1140;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #1c1140;
	color: #fff;
	font-weight: normal;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #4db9e6;
}
.woocommerce input[type="number"] {
	padding: 0.5rem 1rem;
	border-color: #4db9e6;
}
.woocommerce input[type="number"].qty {
	margin-right: 1.5rem;
}
.woocommerce .products-filter {
	margin-top: 0;
}
.woocommerce .products-category {
	margin-bottom: 0;
}
.woocommerce .products-category .facetwp-facet-category {
	display: block;
	width: 100%;
	text-align: center;
}
@media (max-width: 600px) {
	.woocommerce .products-category .facetwp-facet-category {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
}
@media (min-width: 1000px) {
	.woocommerce .products-category .facetwp-facet-category {
		margin-bottom: 2rem;
	}
}
.woocommerce .products-category .facetwp-facet-category .facetwp-radio {
	margin: 0 1.5rem;
	border-bottom: 1px solid #4db9e6;
	text-align: center;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	white-space: nowrap;
	display: inline-block;
	background: none;
	margin-bottom: 2rem;
}
@media (min-width: 700px) {
	.woocommerce .products-category .facetwp-facet-category .facetwp-radio {
		min-width: 18rem;
	}
}
.woocommerce .products-category .facetwp-facet-category .facetwp-radio .facetwp-counter {
	display: none;
}
.woocommerce .products-category .facetwp-facet-category .facetwp-radio.checked {
	border-color: #1c1140;
	font-weight: bold;
}
.woocommerce .products-category .facetwp-facet-category .facetwp-radio.checked a {
	color: #1c1140;
}
.woocommerce .filter-title {
	padding-bottom: 1rem;
	cursor: pointer;
}
.woocommerce .filter-title.title {
	width: 100%;
	border-bottom: 1px solid #1c1140;
}
.woocommerce .filter-title span {
	position: relative;
	padding-right: 3rem;
}
.woocommerce .filter-title span::after {
	content: "";
	background: url(assets/images/arrow-down.svg) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-20%);
	width: 2rem;
	height: 1rem;
}
.woocommerce .filter-title.active span::after {
	background: url(assets/images/arrow-up.svg) no-repeat center center;
}
.woocommerce .filter-type {
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.woocommerce .filter-type .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.woocommerce .filter-type .filter-title {
	margin-right: 2.5rem;
}
.woocommerce .filter-content {
	margin-top: 1rem;
	display: none;
}
.woocommerce .filter-content.active {
	display: block;
}
.woocommerce .filter-content .filtertab {
	margin-top: 1rem;
}
.woocommerce .filter-content .filter-tab {
	display: none;
}
.woocommerce .filter-content .filter-tab > ul,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.woocommerce .filter-content .filter-tab > ul li,
.woocommerce .filter-content .filter-tab > ul .facetwp-radio,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size li,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size .facetwp-radio {
	margin-right: 1.5rem;
	border: 1px solid #4db9e6;
	padding: 0.2rem 0.5rem;
	font-size: 1.6rem;
	min-width: 8.1rem;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1rem;
	background: none;
}
.woocommerce .filter-content .filter-tab > ul li.active,
.woocommerce .filter-content .filter-tab > ul li.checked,
.woocommerce .filter-content .filter-tab > ul .facetwp-radio.active,
.woocommerce .filter-content .filter-tab > ul .facetwp-radio.checked,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size li.active,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size li.checked,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size .facetwp-radio.active,
.woocommerce .filter-content .filter-tab .facetwp-facet-filter_size .facetwp-radio.checked {
	background: #4db9e6;
	color: #fff;
}
.woocommerce .filter-content .filter-tab > form > ul,
.woocommerce .filter-content .filter-tab > form > ul > li {
	display: flex;
	margin-right: 1rem;
}
@media (min-width: 700px) {
	.woocommerce .filter-content .filter-tab > form > ul,
	.woocommerce .filter-content .filter-tab > form > ul > li {
		margin-right: 2rem;
	}
}
.woocommerce .filter-content .filter-tab > form > ul label,
.woocommerce .filter-content .filter-tab > form > ul > li label {
	margin-bottom: 0;
	line-height: 3rem;
}
.woocommerce .filter-content .filter-tab > form > ul > input,
.woocommerce .filter-content .filter-tab > form > ul > li > input {
	margin-left: 1rem;
	border: 1px solid #4db9e6;
	max-width: 6rem;
}
.woocommerce .filter-content .filter-tab > ul,
.woocommerce .filter-content .filter-tab > form > ul {
	margin-right: 0;
	white-space: nowrap;
}
.woocommerce .filter-content .filter-tab.active {
	display: block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 1.4rem;
	background: #1c1140;
	color: #fff !important;
	border-radius: 0;
	transition: background-color 0.3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #4db9e6;
	color: #fff;
}
.woocommerce-cart table {
	border-collapse: collapse !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 11rem;
}
.woocommerce table {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table * {
	border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce td.product-price {
	white-space: nowrap;
}
.woocommerce td.product-name dl.variation {
	margin-top: 0;
	float: left;
	width: 100%;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
	margin-top: 1.5rem;
	float: left;
}
.woocommerce-MyAccount-navigation ul {
	margin-top: 0.5rem;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 2rem;
}
.woocommerce-MyAccount-navigation ul li {
	background-color: #1c1140;
	color: #fff;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff;
}
.woocommerce-MyAccount-content h3 {
	margin-top: 1rem;
	font-size: 3rem;
}
.woocommerce-MyAccount-content em {
	font-size: 1.4rem;
}
.woocommerce .product_meta > span {
	display: block;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 1.4rem;
}

/* NEW CSS */
.loadmore,
.about-us {
	text-align: center;
}

.section-contact span.wpcf7-spinner {
	display: none;
}
.entry-header-inner.section-inner.medium h1,
.page-template-template-legal .entry-header-inner h1,
.page-template-template-about .entry-header-inner h1,
.page-template-template-contact .entry-header-inner h1 {
	text-align: center;
}

#breadcrumbs {
	display: none;
}

.woocommerce form .form-row .input-checkbox {
	display: inline-block !important;
}

#payment ul.payment_methods li.wc_payment_method {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 0.5em;
	padding: 20px 0 0 0;
}

#payment ul.payment_methods li.wc_payment_method label {
	display: inline;
	margin: 0;
	font-weight: 400;
}

/* Keep the payment description box on its own full line */
#payment ul.payment_methods li.wc_payment_method .payment_box {
	flex-basis: 100%;
}

.wc-pao-addon .wc-pao-addon-description {
	font-size: 12px !important;
}

.wc-pao-addon {
	margin-bottom: 30px;
}

.brand-card {
	min-height: 550px !important;
	min-width: 550px !important;
}

@media(max-width: 520px) {
//Rules that apply when the screen is under 520px wide
	.brand-card {
		min-height: 380px !important;
		min-width: 380px !important;
	}	
}
