<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&amp;display=swap');
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *, ::before, ::after {
		box-sizing: border-box;
		border-style: solid;
		border-width: 0
}
html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: transparent
}
body {
		margin: 0
}
main {
		display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
		margin: 0
}
h1, h2, h3, h4, h5, h6 {
		font-size: inherit;
		font-weight: inherit;
		margin: 0
}
ul, ol {
		margin: 0;
		padding: 0;
		list-style: none
}
dt {
		font-weight: inherit
}
dd {
		margin-left: 0
}
hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
		border-top-width: 1px;
		margin: 0;
		clear: both;
		color: inherit
}
pre {
		font-family: monospace, monospace;
		font-size: inherit
}
address {
		font-style: inherit
}
a {
		background-color: transparent;
		text-decoration: none;
		color: inherit
}
abbr[title] {
		text-decoration: underline dotted
}
b, strong {
		font-weight: inherit
}
code, kbd, samp {
		font-family: monospace, monospace;
		font-size: inherit
}
small {
		font-size: 80%
}
sub, sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline
}
sub {
		bottom: -.25em
}
sup {
		top: -.5em
}
svg, img, embed, object, iframe {
		vertical-align: bottom
}
button, input, optgroup, select, textarea {
		-webkit-appearance: none;
		appearance: none;
		vertical-align: middle;
		color: inherit;
		font: inherit;
		background: transparent;
		padding: 0;
		margin: 0;
		border-radius: 0;
		text-align: inherit;
		text-transform: inherit
}
[type=checkbox] {
		-webkit-appearance: checkbox;
		appearance: checkbox
}
[type=radio] {
		-webkit-appearance: radio;
		appearance: radio
}
button, [type=button], [type=reset], [type=submit] {
		cursor: pointer
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
		cursor: default
}
:-moz-focusring {
		outline: auto
}
select:disabled {
		opacity: inherit
}
option {
		padding: 0
}
fieldset {
		margin: 0;
		padding: 0;
		min-width: 0
}
legend {
		padding: 0
}
progress {
		vertical-align: baseline
}
textarea {
		overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
		height: auto
}
[type=search] {
		outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
		-webkit-appearance: none
}
::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit
}
label[for] {
		cursor: pointer
}
details {
		display: block
}
summary {
		display: list-item
}
[contenteditable]:focus {
		outline: auto
}
table {
		border-color: inherit
}
caption {
		text-align: left
}
td, th {
		vertical-align: top;
		padding: 0
}
th {
		text-align: left;
		font-weight: inherit
}
@font-face {
		font-family: "Inter Regular";
		src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
		font-family: "Inter Medium";
		src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}
html {
		overflow-y: scroll;
		font-size: 14px;
		line-height: 1.5em;
}
body {
		margin: 0;
		padding: 0;
		font-family: "Noto Sans JP Regular", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		font-style: normal;
		font-weight: 400;
		text-decoration: none;
		color: #1E1E1E;
		-webkit-font-smoothing: antialiased;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-text-size-adjust: 100%;
		background-color: #FFFAF0;
		overflow: hidden;
		height: 100vh;
		width: 100vw;
}
body.ready {
		visibility: visible !important;
}
body.direct .p-home-loading__container3 {
		visibility: hidden;
}
body.loaded {
		height: auto;
}
body.loaded .p-home-loading {
		pointer-events: none;
}
body.loaded .p-home-loading__container {
		height: 0;
		transition: all 800ms 0ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 769px) {
		html {
				font-size: 14px;
				line-height: 1.5em;
		}
}
@media only screen and (max-width: 768px) {
		html {
				font-size: 10px;
				line-height: 1.5em;
		}
}
a {
		color: #1E1E1E;
		text-decoration: none;
}
a:hover {
		text-decoration: none;
}
img {
		max-width: 100%;
}
* {
		outline: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@keyframes loading2 {
		0% {
				transform: translateY(0);
		}
		5% {
				transform: translateY(-10px);
		}
		10% {
				transform: translateY(0);
		}
		100% {
				transform: translateY(0);
		}
}
body .c-header {
		opacity: 0;
}
body.loaded .c-header {
		opacity: 1;
		transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width: 769px) {
		.c-header {
				z-index: 3;
				position: fixed;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 113px;
		}
		.c-header.top .c-header__heading {
				opacity: 0;
				transform: translateY(100%);
				transition: all 200ms 0ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
		}
		.c-header.top .c-header__paragraph {
				opacity: 1;
				transform: translateY(0);
				transition: all 500ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.c-header.bottom .c-header__mask {
				height: 100vh;
				transition: none;
		}
		.c-header__mask {
				position: absolute;
				top: calc(-100vh + 113px);
				left: 0;
				display: block;
				content: "";
				width: 100%;
				height: 0;
				background-color: #FFFAF0;
				transition: height 1000ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.c-header__box {
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				width: 148px;
				height: 113px;
		}
		.c-header__heading {
				position: relative;
				width: 148px;
				height: 113px;
				transition: all 500ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.c-header__image {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 128px;
				height: auto;
		}
		.c-header__paragraph {
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
				text-align: left;
				text-indent: -9999px;
				display: block;
				width: 148px;
				height: 113px;
				background-position: right center;
				background-repeat: no-repeat;
				background-size: 71px 24px;
				background-image: url("../images/c-header__text.svg");
				opacity: 0;
				transform: translateY(100%);
				transition: all 200ms 0ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
		}
		.c-header__paragraph &gt; span {
				position: absolute;
				display: block;
				background-size: contain;
				background-position: center;
				background-repeat: no-repeat;
				animation-name: loading2;
				animation-duration: 3000ms;
				animation-timing-function: linear;
				animation-iteration-count: infinite;
		}
		.c-header__paragraph &gt; span:nth-child(1) {
				top: 40px;
				left: 0;
				width: 23px;
				height: 28px;
				background-image: url("../images/c-header__image.svg");
				animation-delay: 0;
		}
		.c-header__paragraph &gt; span:nth-child(2) {
				top: 48px;
				left: 17px;
				width: 16px;
				height: 15px;
				background-image: url("../images/c-header__image2.svg");
				animation-delay: 100ms;
		}
		.c-header__paragraph &gt; span:nth-child(3) {
				top: 48px;
				left: 31px;
				width: 23px;
				height: 15px;
				background-image: url("../images/c-header__image3.svg");
				animation-delay: 200ms;
		}
		.c-header__paragraph &gt; span:nth-child(4) {
				top: 47px;
				left: 46px;
				width: 25px;
				height: 20px;
				background-image: url("../images/c-header__image4.svg");
				animation-delay: 300ms;
		}
}
@media only screen and (max-width: 768px) {
		.c-header {
				z-index: 3;
				position: fixed;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 80px;
		}
		.c-header.top .c-header__heading {
				opacity: 0;
				transform: translateY(100%);
				transition: all 200ms 0ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
		}
		.c-header.top .c-header__paragraph {
				opacity: 1;
				transform: translateY(0);
				transition: all 500ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.c-header.bottom .c-header__mask {
				height: 100vh;
				transition: none;
		}
		.c-header__mask {
				position: absolute;
				top: calc(-100vh + 80px);
				left: 0;
				display: block;
				content: "";
				width: 100%;
				height: 0;
				background-color: #FFFAF0;
				transition: height 1000ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.c-header__box {
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				width: 130px;
				height: 80px;
		}
		.c-header__heading {
				position: relative;
				width: 130;
				height: 80px;
				transition: all 500ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.c-header__image {
				position: absolute;
				top: 55%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 80px;
				height: auto;
		}
		.c-header__paragraph {
				position: absolute;
				top: 24px;
				left: 0;
				overflow: hidden;
				text-align: left;
				text-indent: -9999px;
				display: block;
				width: 130px;
				height: 56px;
				background-position: right center;
				background-repeat: no-repeat;
				background-size: 64px auto;
				background-image: url("../images/c-header__text.svg");
				opacity: 0;
				transform: translateY(100%);
				transition: all 200ms 0ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
		}
		.c-header__paragraph &gt; span {
				position: absolute;
				display: block;
				background-size: contain;
				background-position: center;
				background-repeat: no-repeat;
				animation-name: loading2;
				animation-duration: 3000ms;
				animation-timing-function: linear;
				animation-iteration-count: infinite;
		}
		.c-header__paragraph &gt; span:nth-child(1) {
				top: 12px;
				left: 0;
				width: 20px;
				height: 25px;
				background-image: url("../images/c-header__image.svg");
				animation-delay: 0;
		}
		.c-header__paragraph &gt; span:nth-child(2) {
				top: 20px;
				left: 14px;
				width: 14px;
				height: 13px;
				background-image: url("../images/c-header__image2.svg");
				animation-delay: 100ms;
		}
		.c-header__paragraph &gt; span:nth-child(3) {
				top: 20px;
				left: 27px;
				width: 21px;
				height: 13px;
				background-image: url("../images/c-header__image3.svg");
				animation-delay: 200ms;
		}
		.c-header__paragraph &gt; span:nth-child(4) {
				top: 20px;
				left: 42px;
				width: 20px;
				height: 18px;
				background-image: url("../images/c-header__image4.svg");
				animation-delay: 300ms;
		}
}
@media only screen and (min-width: 769px) {
		.c-global-navigation.open .c-global-navigation__container2 {
				height: 100vh;
				pointer-events: auto;
				transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__button-open:before {
				top: 50%;
				width: 80px;
				transform: rotate(-15deg);
				transition: all 100ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__button-open:after {
				top: 50%;
				width: 80px;
				transform: rotate(15deg);
				transition: all 100ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li {
				opacity: 1;
				transform: translateY(0);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(1) {
				transition: all 500ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(2) {
				transition: all 500ms 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(3) {
				transition: all 500ms 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(4) {
				transition: all 500ms 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(5) {
				transition: all 500ms 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(6) {
				transition: all 500ms 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__container {
				position: relative;
				width: 100%;
		}
		.c-global-navigation__list-ul {
				position: absolute;
				right: calc(50% + 108px);
				display: flex;
				flex-wrap: nowrap;
				justify-content: end;
		}
		.c-global-navigation__list-ul2 {
				position: absolute;
				left: calc(50% + 108px);
				display: flex;
				flex-wrap: nowrap;
				justify-content: start;
		}
		.c-global-navigation__link {
				position: relative;
				display: block;
				padding: 0 20px;
				height: 113px;
				line-height: 113px;
				font-size: 16px;
				color: #1E1E1E;
				font-family: "Inter Medium";
		}
		.c-global-navigation__link &gt; span {
				position: relative;
				display: block;
		}
		.c-global-navigation__link &gt; span::after {
				position: absolute;
				bottom: 45px;
				left: 0;
				display: block;
				content: "";
				width: 0;
				height: 1px;
				background-color: #1E1E1E;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__link:hover &gt; span::after {
				width: 100%;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__button-open {
				z-index: 1;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				right: 30px;
				display: block;
				width: 120px;
				height: 50px;
				text-align: left;
				text-indent: -9999px;
		}
		.c-global-navigation__button-open:before {
				position: absolute;
				top: calc(50% - 5px);
				right: 20px;
				display: block;
				width: 80px;
				height: 2px;
				content: "";
				transform-origin: center;
				background-color: #1E1E1E;
				transition: all 200ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__button-open:after {
				position: absolute;
				top: calc(50% + 5px);
				right: 20px;
				display: block;
				width: 35px;
				height: 2px;
				content: "";
				transform-origin: center;
				background-color: #1E1E1E;
				transition: all 200ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__container2 {
				position: absolute;
				bottom: 0;
				left: 0;
				pointer-events: none;
				overflow: hidden;
				display: block;
				width: 100%;
				height: 0;
				background-color: #FFFAF0;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__heading {
				position: absolute;
				top: 50px;
				left: 50px;
		}
		.c-global-navigation__heading img {
				width: 120px;
				height: auto;
		}
		.c-global-navigation__list-ul3 {
				position: absolute;
				right: 5.2083333333vw;
				top: 50%;
				transform: translateY(-49%);
		}
		.c-global-navigation__list-ul3 &gt; li {
				margin: 3.125vw 0;
				opacity: 0;
				transform: translateY(150px);
		}
		.c-global-navigation__link2 {
				position: relative;
		}
		.c-global-navigation__link2::after {
				position: absolute;
				bottom: -20px;
				left: 0;
				display: block;
				content: "";
				width: 0;
				height: 2px;
				background-color: #1E1E1E;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__link2:hover::after {
				width: 100%;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__link2--who::after {
				left: -5px;
				bottom: -20px;
		}
		.c-global-navigation__link2--who &gt; img {
				transform: translate(-0.3472222222vw, 0.2083333333vw);
				height: 3.9583333333vw;
		}
		.c-global-navigation__link2--what::after {
				left: -5px;
				bottom: -20px;
		}
		.c-global-navigation__link2--what &gt; img {
				transform: translate(-0.3472222222vw, 0.2083333333vw);
				height: 3.8194444444vw;
		}
		.c-global-navigation__link2--works::after {
				left: -5px;
				bottom: -30px;
		}
		.c-global-navigation__link2--works &gt; img {
				transform: translate(-0.3472222222vw, 0.6944444444vw);
				height: 3.8194444444vw;
		}
		.c-global-navigation__link2--crew::after {
				left: 5px;
				bottom: -20px;
		}
		.c-global-navigation__link2--crew &gt; img {
				transform: translate(0vw, 1.0416666667vw);
				height: 5vw;
		}
		.c-global-navigation__link2--company::after {
				left: 5px;
				bottom: -10px;
		}
		.c-global-navigation__link2--company &gt; img {
				transform: translate(0.3472222222vw, 0.3472222222vw);
				height: 4.9305555556vw;
		}
		.c-global-navigation__link2--contact::after {
				left: 5px;
				bottom: -20px;
		}
		.c-global-navigation__link2--contact &gt; img {
				transform: translate(0.3472222222vw, 0);
				height: 3.8194444444vw;
		}
		.c-global-navigation__link2 &gt; img {
				width: auto;
		}
}
@media only screen and (max-width: 768px) {
		.c-global-navigation.open .c-global-navigation__container2 {
				height: 100dvh;
				pointer-events: auto;
				transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__button-open:before {
				top: 50%;
				right: calc(50% - 20px);
				transform: rotate(-15deg);
				width: 40px;
				transition: all 200ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__button-open:after {
				top: 50%;
				right: calc(50% - 20px);
				transform: rotate(15deg);
				width: 40px;
				transition: all 200ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li {
				opacity: 1;
				transform: translateY(0);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(1) {
				transition: all 500ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(2) {
				transition: all 500ms 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(3) {
				transition: all 500ms 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(4) {
				transition: all 500ms 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(5) {
				transition: all 500ms 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation.open .c-global-navigation__list-ul3 &gt; li:nth-child(6) {
				transition: all 500ms 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__link {
				position: relative;
				display: block;
				padding: 0 20px;
				height: 50px;
				line-height: 50px;
				font-size: 15px;
				color: #1E1E1E;
		}
		.c-global-navigation__button-open {
				z-index: 1;
				position: absolute;
				top: 55%;
				transform: translateY(-50%);
				right: 0;
				display: block;
				width: 70px;
				height: 50px;
				overflow: hidden;
				text-align: left;
				text-indent: -9999px;
		}
		.c-global-navigation__button-open:before {
				position: absolute;
				top: calc(50% - 3px);
				right: 15px;
				display: block;
				width: 40px;
				height: 1px;
				content: "";
				transform-origin: center;
				background-color: #1E1E1E;
				transition: all 200ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__button-open:after {
				position: absolute;
				top: calc(50% + 3px);
				right: 15px;
				display: block;
				width: 20px;
				height: 1px;
				content: "";
				transform-origin: center;
				background-color: #1E1E1E;
				transition: all 200ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__container {
				position: absolute;
				bottom: -100vh;
				left: 0;
				width: 100vw;
				height: 100vh;
				pointer-events: none;
				overflow: hidden;
				opacity: 0;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
				background-color: #FFFAF0;
		}
		.c-global-navigation__container2 {
				position: absolute;
				bottom: 0;
				left: 0;
				pointer-events: none;
				overflow: hidden;
				display: block;
				width: 100%;
				height: 0;
				background-color: #FFFAF0;
				transition: all 300ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		.c-global-navigation__heading {
				position: absolute;
				top: 4.2666666667vw;
				left: 4.5333333333vw;
		}
		.c-global-navigation__heading img {
				width: 17.0666666667vw;
				height: auto;
		}
		.c-global-navigation__list-ul3 {
				position: absolute;
				left: 10.1333333333vw;
				top: 26.1333333333vw;
		}
		.c-global-navigation__list-ul3 &gt; li {
				margin: 5.8666666667vw 0;
				opacity: 0;
				transform: translateY(26.6666666667vw);
		}
		.c-global-navigation__link2--who &gt; img {
				transform: translate(-1.3333333333vw, 0.8vw);
				height: 7.4666666667vw;
		}
		.c-global-navigation__link2--what &gt; img {
				transform: translate(-1.3333333333vw, 1.3333333333vw);
				height: 7.4666666667vw;
		}
		.c-global-navigation__link2--works &gt; img {
				transform: translate(-1.3333333333vw, 1.6vw);
				height: 7.4666666667vw;
		}
		.c-global-navigation__link2--crew &gt; img {
				transform: translate(-1.3333333333vw, 1.8666666667vw);
				height: 9.8666666667vw;
		}
		.c-global-navigation__link2--company &gt; img {
				transform: translate(0vw, 0vw);
				height: 9.3333333333vw;
		}
		.c-global-navigation__link2--contact &gt; img {
				transform: translate(0vw, -1.3333333333vw);
				height: 7.4666666667vw;
		}
		.c-global-navigation__link2 &gt; img {
				width: auto;
		}
}
.text-hidden {
		display: block !important;
		overflow: hidden !important;
		text-align: left !important;
		text-indent: -9999px !important;
}
@media only screen and (max-width: 768px) {
		.text-hidden_handhelds {
				display: block !important;
				overflow: hidden !important;
				text-align: left !important;
				text-indent: -9999px !important;
		}
}
@media only screen and (min-width: 769px) {
		.text-hidden_medium-wide {
				display: block !important;
				overflow: hidden !important;
				text-align: left !important;
				text-indent: -9999px !important;
		}
}
.display__none {
		display: none !important;
}
.display__inline-block {
		display: inline-block !important;
}
.display__block {
		display: block !important;
}
@media only screen and (max-width: 768px) {
		.display__none_handhelds {
				display: none !important;
		}
		.display__inline-block_handhelds {
				display: inline-block !important;
		}
		.display__block_handhelds {
				display: block !important;
		}
}
@media only screen and (min-width: 769px) and (max-width: 1299px) {
		.display__none_medium {
				display: none !important;
		}
		.display__block_medium {
				display: block !important;
		}
		.display__inline-block_medium {
				display: inline-block !important;
		}
}
@media only screen and (min-width: 769px) {
		.display__none_medium-wide {
				display: none !important;
		}
		.display__block_medium-wide {
				display: block !important;
		}
		.display__inline-block_medium-wide {
				display: inline-block !important;
		}
}
@media only screen and (min-width: 1300px) {
		.display__none_wide {
				display: none !important;
		}
		.display__block_wide {
				display: block !important;
		}
		.display__inline-block_wide {
				display: inline-block !important;
		}
}
@media only screen and (max-width: 768px) {
		.font-size__10px_handhelds {
				font-size: 1rem !important;
		}
		.font-size__11px_handhelds {
				font-size: 1.1rem !important;
		}
		.font-size__12px_handhelds {
				font-size: 1.2rem !important;
		}
		.font-size__13px_handhelds {
				font-size: 1.3rem !important;
		}
		.font-size__14px_handhelds {
				font-size: 1.4rem !important;
		}
		.font-size__15px_handhelds {
				font-size: 1.5rem !important;
		}
		.font-size__16px_handhelds {
				font-size: 1.6rem !important;
		}
		.font-size__17px_handhelds {
				font-size: 1.7rem !important;
		}
		.font-size__18px_handhelds {
				font-size: 1.8rem !important;
		}
		.font-size__19px_handhelds {
				font-size: 1.9rem !important;
		}
		.font-size__20px_handhelds {
				font-size: 2rem !important;
		}
		.font-size__21px_handhelds {
				font-size: 2.1rem !important;
		}
		.font-size__22px_handhelds {
				font-size: 2.2rem !important;
		}
		.font-size__23px_handhelds {
				font-size: 2.3rem !important;
		}
		.font-size__24px_handhelds {
				font-size: 2.4rem !important;
		}
		.font-size__25px_handhelds {
				font-size: 2.5rem !important;
		}
		.font-size__26px_handhelds {
				font-size: 2.6rem !important;
		}
		.font-size__27px_handhelds {
				font-size: 2.7rem !important;
		}
		.font-size__28px_handhelds {
				font-size: 2.8rem !important;
		}
		.font-size__29px_handhelds {
				font-size: 2.9rem !important;
		}
		.font-size__30px_handhelds {
				font-size: 3rem !important;
		}
}
@media only screen and (min-width: 769px) {
		.font-size__10px_medium-wide {
				font-size: 0.7142857143rem !important;
		}
		.font-size__10px_medium-wide {
				font-size: 0.7142857143rem !important;
		}
		.font-size__11px_medium-wide {
				font-size: 0.7857142857rem !important;
		}
		.font-size__12px_medium-wide {
				font-size: 0.8571428571rem !important;
		}
		.font-size__13px_medium-wide {
				font-size: 0.9285714286rem !important;
		}
		.font-size__14px_medium-wide {
				font-size: 1rem !important;
		}
		.font-size__15px_medium-wide {
				font-size: 1.0714285714rem !important;
		}
		.font-size__16px_medium-wide {
				font-size: 1.1428571429rem !important;
		}
		.font-size__17px_medium-wide {
				font-size: 1.2142857143rem !important;
		}
		.font-size__18px_medium-wide {
				font-size: 1.2857142857rem !important;
		}
		.font-size__19px_medium-wide {
				font-size: 1.3571428571rem !important;
		}
		.font-size__20px_medium-wide {
				font-size: 1.4285714286rem !important;
		}
		.font-size__21px_medium-wide {
				font-size: 1.5rem !important;
		}
		.font-size__22px_medium-wide {
				font-size: 1.5714285714rem !important;
		}
		.font-size__23px_medium-wide {
				font-size: 1.6428571429rem !important;
		}
		.font-size__24px_medium-wide {
				font-size: 1.7142857143rem !important;
		}
		.font-size__25px_medium-wide {
				font-size: 1.7857142857rem !important;
		}
		.font-size__26px_medium-wide {
				font-size: 1.8571428571rem !important;
		}
		.font-size__27px_medium-wide {
				font-size: 1.9285714286rem !important;
		}
		.font-size__28px_medium-wide {
				font-size: 2rem !important;
		}
		.font-size__29px_medium-wide {
				font-size: 2.0714285714rem !important;
		}
		.font-size__30px_medium-wide {
				font-size: 2.1428571429rem !important;
		}
		.font-size__31px_medium-wide {
				font-size: 2.2142857143rem !important;
		}
		.font-size__32px_medium-wide {
				font-size: 2.2857142857rem !important;
		}
		.font-size__33px_medium-wide {
				font-size: 2.3571428571rem !important;
		}
		.font-size__34px_medium-wide {
				font-size: 2.4285714286rem !important;
		}
		.font-size__35px_medium-wide {
				font-size: 2.5rem !important;
		}
		.font-size__36px_medium-wide {
				font-size: 2.5714285714rem !important;
		}
		.font-size__37px_medium-wide {
				font-size: 2.6428571429rem !important;
		}
		.font-size__38px_medium-wide {
				font-size: 2.7142857143rem !important;
		}
		.font-size__39px_medium-wide {
				font-size: 2.7857142857rem !important;
		}
		.font-size__40px_medium-wide {
				font-size: 2.8571428571rem !important;
		}
}
.font-weight__normal {
		font-weight: normal !important;
}
.font-weight__bold {
		font-weight: bold !important;
}
@media only screen and (max-width: 768px) {
		.font-weight__normal_handhelds {
				font-weight: normal !important;
		}
		.font-weight__bold_handhelds {
				font-weight: bold !important;
		}
}
@media only screen and (min-width: 769px) {
		.font-weight__normal_medium-wide {
				font-weight: normal !important;
		}
		.font-weight__bold_medium-wide {
				font-weight: bold !important;
		}
}
.margin-top__0px {
		margin-top: 0 !important;
}
.margin-top__5px {
		margin-top: 5px !important;
}
.margin-top__10px {
		margin-top: 10px !important;
}
.margin-top__15px {
		margin-top: 15px !important;
}
.margin-top__20px {
		margin-top: 20px !important;
}
.margin-top__25px {
		margin-top: 25px !important;
}
.margin-top__30px {
		margin-top: 30px !important;
}
.margin-top__35px {
		margin-top: 35px !important;
}
.margin-top__40px {
		margin-top: 40px !important;
}
.margin-top__45px {
		margin-top: 45px !important;
}
.margin-top__50px {
		margin-top: 50px !important;
}
.margin-top__55px {
		margin-top: 55px !important;
}
.margin-top__60px {
		margin-top: 60px !important;
}
.margin-top__65px {
		margin-top: 65px !important;
}
.margin-top__70px {
		margin-top: 70px !important;
}
.margin-top__75px {
		margin-top: 75px !important;
}
.margin-top__80px {
		margin-top: 80px !important;
}
.margin-top__85px {
		margin-top: 85px !important;
}
.margin-top__90px {
		margin-top: 90px !important;
}
.margin-top__95px {
		margin-top: 95px !important;
}
.margin-top__100px {
		margin-top: 100px !important;
}
@media only screen and (max-width: 768px) {
		.margin-top__0px_handhelds {
				margin-top: 0 !important;
		}
		.margin-top__5px_handhelds {
				margin-top: 5px !important;
		}
		.margin-top__10px_handhelds {
				margin-top: 10px !important;
		}
		.margin-top__15px_handhelds {
				margin-top: 15px !important;
		}
		.margin-top__20px_handhelds {
				margin-top: 20px !important;
		}
		.margin-top__25px_handhelds {
				margin-top: 25px !important;
		}
		.margin-top__30px_handhelds {
				margin-top: 30px !important;
		}
		.margin-top__35px_handhelds {
				margin-top: 35px !important;
		}
		.margin-top__40px_handhelds {
				margin-top: 40px !important;
		}
		.margin-top__45px_handhelds {
				margin-top: 45px !important;
		}
		.margin-top__50px_handhelds {
				margin-top: 50px !important;
		}
		.margin-top__55px_handhelds {
				margin-top: 55px !important;
		}
		.margin-top__60px_handhelds {
				margin-top: 60px !important;
		}
		.margin-top__65px_handhelds {
				margin-top: 65px !important;
		}
		.margin-top__70px_handhelds {
				margin-top: 70px !important;
		}
		.margin-top__75px_handhelds {
				margin-top: 75px !important;
		}
		.margin-top__80px_handhelds {
				margin-top: 80px !important;
		}
		.margin-top__85px_handhelds {
				margin-top: 85px !important;
		}
		.margin-top__90px_handhelds {
				margin-top: 90px !important;
		}
		.margin-top__95px_handhelds {
				margin-top: 95px !important;
		}
		.margin-top__100px_handhelds {
				margin-top: 100px !important;
		}
}
@media only screen and (min-width: 769px) {
		.margin-top__0px_medium-wide {
				margin-top: 0 !important;
		}
		.margin-top__5px_medium-wide {
				margin-top: 5px !important;
		}
		.margin-top__10px_medium-wide {
				margin-top: 10px !important;
		}
		.margin-top__15px_medium-wide {
				margin-top: 15px !important;
		}
		.margin-top__20px_medium-wide {
				margin-top: 20px !important;
		}
		.margin-top__25px_medium-wide {
				margin-top: 25px !important;
		}
		.margin-top__30px_medium-wide {
				margin-top: 30px !important;
		}
		.margin-top__35px_medium-wide {
				margin-top: 35px !important;
		}
		.margin-top__40px_medium-wide {
				margin-top: 40px !important;
		}
		.margin-top__45px_medium-wide {
				margin-top: 45px !important;
		}
		.margin-top__50px_medium-wide {
				margin-top: 50px !important;
		}
		.margin-top__55px_medium-wide {
				margin-top: 55px !important;
		}
		.margin-top__60px_medium-wide {
				margin-top: 60px !important;
		}
		.margin-top__65px_medium-wide {
				margin-top: 65px !important;
		}
		.margin-top__70px_medium-wide {
				margin-top: 70px !important;
		}
		.margin-top__75px_medium-wide {
				margin-top: 75px !important;
		}
		.margin-top__80px_medium-wide {
				margin-top: 80px !important;
		}
		.margin-top__85px_medium-wide {
				margin-top: 85px !important;
		}
		.margin-top__90px_medium-wide {
				margin-top: 90px !important;
		}
		.margin-top__95px_medium-wide {
				margin-top: 95px !important;
		}
		.margin-top__100px_medium-wide {
				margin-top: 100px !important;
		}
		.margin-top__110px_medium-wide {
				margin-top: 110px !important;
		}
		.margin-top__120px_medium-wide {
				margin-top: 120px !important;
		}
}
.margin-bottom__0px {
		margin-bottom: 0 !important;
}
.margin-bottom__5px {
		margin-bottom: 5px !important;
}
.margin-bottom__10px {
		margin-bottom: 10px !important;
}
.margin-bottom__15px {
		margin-bottom: 15px !important;
}
.margin-bottom__20px {
		margin-bottom: 20px !important;
}
.margin-bottom__25px {
		margin-bottom: 25px !important;
}
.margin-bottom__30px {
		margin-bottom: 30px !important;
}
.margin-bottom__35px {
		margin-bottom: 35px !important;
}
.margin-bottom__40px {
		margin-bottom: 40px !important;
}
.margin-bottom__45px {
		margin-bottom: 45px !important;
}
.margin-bottom__50px {
		margin-bottom: 50px !important;
}
.margin-bottom__55px {
		margin-bottom: 55px !important;
}
.margin-bottom__60px {
		margin-bottom: 60px !important;
}
.margin-bottom__65px {
		margin-bottom: 65px !important;
}
.margin-bottom__70px {
		margin-bottom: 70px !important;
}
.margin-bottom__75px {
		margin-bottom: 75px !important;
}
.margin-bottom__80px {
		margin-bottom: 80px !important;
}
.margin-bottom__85px {
		margin-bottom: 85px !important;
}
.margin-bottom__90px {
		margin-bottom: 90px !important;
}
.margin-bottom__95px {
		margin-bottom: 95px !important;
}
.margin-bottom__100px {
		margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
		.margin-bottom__0px_handhelds {
				margin-bottom: 0 !important;
		}
		.margin-bottom__5px_handhelds {
				margin-bottom: 5px !important;
		}
		.margin-bottom__10px_handhelds {
				margin-bottom: 10px !important;
		}
		.margin-bottom__15px_handhelds {
				margin-bottom: 15px !important;
		}
		.margin-bottom__20px_handhelds {
				margin-bottom: 20px !important;
		}
		.margin-bottom__25px_handhelds {
				margin-bottom: 25px !important;
		}
		.margin-bottom__30px_handhelds {
				margin-bottom: 30px !important;
		}
		.margin-bottom__35px_handhelds {
				margin-bottom: 35px !important;
		}
		.margin-bottom__40px_handhelds {
				margin-bottom: 40px !important;
		}
		.margin-bottom__45px_handhelds {
				margin-bottom: 45px !important;
		}
		.margin-bottom__50px_handhelds {
				margin-bottom: 50px !important;
		}
		.margin-bottom__55px_handhelds {
				margin-bottom: 55px !important;
		}
		.margin-bottom__60px_handhelds {
				margin-bottom: 60px !important;
		}
		.margin-bottom__65px_handhelds {
				margin-bottom: 65px !important;
		}
		.margin-bottom__70px_handhelds {
				margin-bottom: 70px !important;
		}
		.margin-bottom__75px_handhelds {
				margin-bottom: 75px !important;
		}
		.margin-bottom__80px_handhelds {
				margin-bottom: 80px !important;
		}
		.margin-bottom__85px_handhelds {
				margin-bottom: 85px !important;
		}
		.margin-bottom__90px_handhelds {
				margin-bottom: 90px !important;
		}
		.margin-bottom__95px_handhelds {
				margin-bottom: 95px !important;
		}
		.margin-bottom__100px_handhelds {
				margin-bottom: 100px !important;
		}
}
@media only screen and (min-width: 769px) {
		.margin-bottom__0px_medium-wide {
				margin-bottom: 0 !important;
		}
		.margin-bottom__5px_medium-wide {
				margin-bottom: 5px !important;
		}
		.margin-bottom__10px_medium-wide {
				margin-bottom: 10px !important;
		}
		.margin-bottom__15px_medium-wide {
				margin-bottom: 15px !important;
		}
		.margin-bottom__20px_medium-wide {
				margin-bottom: 20px !important;
		}
		.margin-bottom__25px_medium-wide {
				margin-bottom: 25px !important;
		}
		.margin-bottom__30px_medium-wide {
				margin-bottom: 30px !important;
		}
		.margin-bottom__35px_medium-wide {
				margin-bottom: 35px !important;
		}
		.margin-bottom__40px_medium-wide {
				margin-bottom: 40px !important;
		}
		.margin-bottom__45px_medium-wide {
				margin-bottom: 45px !important;
		}
		.margin-bottom__50px_medium-wide {
				margin-bottom: 50px !important;
		}
		.margin-bottom__55px_medium-wide {
				margin-bottom: 55px !important;
		}
		.margin-bottom__60px_medium-wide {
				margin-bottom: 60px !important;
		}
		.margin-bottom__65px_medium-wide {
				margin-bottom: 65px !important;
		}
		.margin-bottom__70px_medium-wide {
				margin-bottom: 70px !important;
		}
		.margin-bottom__75px_medium-wide {
				margin-bottom: 75px !important;
		}
		.margin-bottom__80px_medium-wide {
				margin-bottom: 80px !important;
		}
		.margin-bottom__85px_medium-wide {
				margin-bottom: 85px !important;
		}
		.margin-bottom__90px_medium-wide {
				margin-bottom: 90px !important;
		}
		.margin-bottom__95px_medium-wide {
				margin-bottom: 95px !important;
		}
		.margin-bottom__100px_medium-wide {
				margin-bottom: 100px !important;
		}
		.margin-bottom__120px_medium-wide {
				margin-bottom: 120px !important;
		}
}
@media only screen and (min-width: 769px) {
		.margin-right__20px_medium-wide {
				margin-right: 20px !important;
		}
}
.padding-top__0px {
		padding-top: 0 !important;
}
.padding-top__5px {
		padding-top: 5px !important;
}
.padding-top__10px {
		padding-top: 10px !important;
}
.padding-top__15px {
		padding-top: 15px !important;
}
.padding-top__20px {
		padding-top: 20px !important;
}
.padding-top__25px {
		padding-top: 25px !important;
}
.padding-top__30px {
		padding-top: 30px !important;
}
.padding-top__35px {
		padding-top: 35px !important;
}
.padding-top__40px {
		padding-top: 40px !important;
}
.padding-top__45px {
		padding-top: 45px !important;
}
.padding-top__50px {
		padding-top: 50px !important;
}
.padding-top__55px {
		padding-top: 55px !important;
}
.padding-top__60px {
		padding-top: 60px !important;
}
.padding-top__65px {
		padding-top: 65px !important;
}
.padding-top__70px {
		padding-top: 70px !important;
}
.padding-top__75px {
		padding-top: 75px !important;
}
.padding-top__80px {
		padding-top: 80px !important;
}
.padding-top__85px {
		padding-top: 85px !important;
}
.padding-top__90px {
		padding-top: 90px !important;
}
.padding-top__95px {
		padding-top: 95px !important;
}
.padding-top__100px {
		padding-top: 100px !important;
}
@media only screen and (max-width: 768px) {
		.padding-top__0px_handhelds {
				padding-top: 0 !important;
		}
		.padding-top__5px_handhelds {
				padding-top: 5px !important;
		}
		.padding-top__10px_handhelds {
				padding-top: 10px !important;
		}
		.padding-top__15px_handhelds {
				padding-top: 15px !important;
		}
		.padding-top__20px_handhelds {
				padding-top: 20px !important;
		}
		.padding-top__25px_handhelds {
				padding-top: 25px !important;
		}
		.padding-top__30px_handhelds {
				padding-top: 30px !important;
		}
		.padding-top__35px_handhelds {
				padding-top: 35px !important;
		}
		.padding-top__40px_handhelds {
				padding-top: 40px !important;
		}
		.padding-top__45px_handhelds {
				padding-top: 45px !important;
		}
		.padding-top__50px_handhelds {
				padding-top: 50px !important;
		}
		.padding-top__55px_handhelds {
				padding-top: 55px !important;
		}
		.padding-top__60px_handhelds {
				padding-top: 60px !important;
		}
		.padding-top__65px_handhelds {
				padding-top: 65px !important;
		}
		.padding-top__70px_handhelds {
				padding-top: 70px !important;
		}
		.padding-top__75px_handhelds {
				padding-top: 75px !important;
		}
		.padding-top__80px_handhelds {
				padding-top: 80px !important;
		}
		.padding-top__85px_handhelds {
				padding-top: 85px !important;
		}
		.padding-top__90px_handhelds {
				padding-top: 90px !important;
		}
		.padding-top__95px_handhelds {
				padding-top: 95px !important;
		}
		.padding-top__100px_handhelds {
				padding-top: 100px !important;
		}
}
@media only screen and (min-width: 769px) {
		.padding-top__0px_medium-wide {
				padding-top: 0 !important;
		}
		.padding-top__5px_medium-wide {
				padding-top: 5px !important;
		}
		.padding-top__10px_medium-wide {
				padding-top: 10px !important;
		}
		.padding-top__15px_medium-wide {
				padding-top: 15px !important;
		}
		.padding-top__20px_medium-wide {
				padding-top: 20px !important;
		}
		.padding-top__25px_medium-wide {
				padding-top: 25px !important;
		}
		.padding-top__30px_medium-wide {
				padding-top: 30px !important;
		}
		.padding-top__35px_medium-wide {
				padding-top: 35px !important;
		}
		.padding-top__40px_medium-wide {
				padding-top: 40px !important;
		}
		.padding-top__45px_medium-wide {
				padding-top: 45px !important;
		}
		.padding-top__50px_medium-wide {
				padding-top: 50px !important;
		}
		.padding-top__55px_medium-wide {
				padding-top: 55px !important;
		}
		.padding-top__60px_medium-wide {
				padding-top: 60px !important;
		}
		.padding-top__65px_medium-wide {
				padding-top: 65px !important;
		}
		.padding-top__70px_medium-wide {
				padding-top: 70px !important;
		}
		.padding-top__75px_medium-wide {
				padding-top: 75px !important;
		}
		.padding-top__80px_medium-wide {
				padding-top: 80px !important;
		}
		.padding-top__85px_medium-wide {
				padding-top: 85px !important;
		}
		.padding-top__90px_medium-wide {
				padding-top: 90px !important;
		}
		.padding-top__95px_medium-wide {
				padding-top: 95px !important;
		}
		.padding-top__100px_medium-wide {
				padding-top: 100px !important;
		}
}
.padding-bottom__0px {
		padding-bottom: 0 !important;
}
.padding-bottom__5px {
		padding-bottom: 5px !important;
}
.padding-bottom__10px {
		padding-bottom: 10px !important;
}
.padding-bottom__15px {
		padding-bottom: 15px !important;
}
.padding-bottom__20px {
		padding-bottom: 20px !important;
}
.padding-bottom__25px {
		padding-bottom: 25px !important;
}
.padding-bottom__30px {
		padding-bottom: 30px !important;
}
.padding-bottom__35px {
		padding-bottom: 35px !important;
}
.padding-bottom__40px {
		padding-bottom: 40px !important;
}
.padding-bottom__45px {
		padding-bottom: 45px !important;
}
.padding-bottom__50px {
		padding-bottom: 50px !important;
}
.padding-bottom__55px {
		padding-bottom: 55px !important;
}
.padding-bottom__60px {
		padding-bottom: 60px !important;
}
.padding-bottom__65px {
		padding-bottom: 65px !important;
}
.padding-bottom__70px {
		padding-bottom: 70px !important;
}
.padding-bottom__75px {
		padding-bottom: 75px !important;
}
.padding-bottom__80px {
		padding-bottom: 80px !important;
}
.padding-bottom__85px {
		padding-bottom: 85px !important;
}
.padding-bottom__90px {
		padding-bottom: 90px !important;
}
.padding-bottom__95px {
		padding-bottom: 95px !important;
}
.padding-bottom__100px {
		padding-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
		.padding-bottom__0px_handhelds {
				padding-bottom: 0 !important;
		}
		.padding-bottom__5px_handhelds {
				padding-bottom: 5px !important;
		}
		.padding-bottom__10px_handhelds {
				padding-bottom: 10px !important;
		}
		.padding-bottom__15px_handhelds {
				padding-bottom: 15px !important;
		}
		.padding-bottom__20px_handhelds {
				padding-bottom: 20px !important;
		}
		.padding-bottom__25px_handhelds {
				padding-bottom: 25px !important;
		}
		.padding-bottom__30px_handhelds {
				padding-bottom: 30px !important;
		}
		.padding-bottom__35px_handhelds {
				padding-bottom: 35px !important;
		}
		.padding-bottom__40px_handhelds {
				padding-bottom: 40px !important;
		}
		.padding-bottom__45px_handhelds {
				padding-bottom: 45px !important;
		}
		.padding-bottom__50px_handhelds {
				padding-bottom: 50px !important;
		}
		.padding-bottom__55px_handhelds {
				padding-bottom: 55px !important;
		}
		.padding-bottom__60px_handhelds {
				padding-bottom: 60px !important;
		}
		.padding-bottom__65px_handhelds {
				padding-bottom: 65px !important;
		}
		.padding-bottom__70px_handhelds {
				padding-bottom: 70px !important;
		}
		.padding-bottom__75px_handhelds {
				padding-bottom: 75px !important;
		}
		.padding-bottom__80px_handhelds {
				padding-bottom: 80px !important;
		}
		.padding-bottom__85px_handhelds {
				padding-bottom: 85px !important;
		}
		.padding-bottom__90px_handhelds {
				padding-bottom: 90px !important;
		}
		.padding-bottom__95px_handhelds {
				padding-bottom: 95px !important;
		}
		.padding-bottom__100px_handhelds {
				padding-bottom: 100px !important;
		}
}
@media only screen and (min-width: 769px) {
		.padding-bottom__0px_medium-wide {
				padding-bottom: 0 !important;
		}
		.padding-bottom__5px_medium-wide {
				padding-bottom: 5px !important;
		}
		.padding-bottom__10px_medium-wide {
				padding-bottom: 10px !important;
		}
		.padding-bottom__15px_medium-wide {
				padding-bottom: 15px !important;
		}
		.padding-bottom__20px_medium-wide {
				padding-bottom: 20px !important;
		}
		.padding-bottom__25px_medium-wide {
				padding-bottom: 25px !important;
		}
		.padding-bottom__30px_medium-wide {
				padding-bottom: 30px !important;
		}
		.padding-bottom__35px_medium-wide {
				padding-bottom: 35px !important;
		}
		.padding-bottom__40px_medium-wide {
				padding-bottom: 40px !important;
		}
		.padding-bottom__45px_medium-wide {
				padding-bottom: 45px !important;
		}
		.padding-bottom__50px_medium-wide {
				padding-bottom: 50px !important;
		}
		.padding-bottom__55px_medium-wide {
				padding-bottom: 55px !important;
		}
		.padding-bottom__60px_medium-wide {
				padding-bottom: 60px !important;
		}
		.padding-bottom__65px_medium-wide {
				padding-bottom: 65px !important;
		}
		.padding-bottom__70px_medium-wide {
				padding-bottom: 70px !important;
		}
		.padding-bottom__75px_medium-wide {
				padding-bottom: 75px !important;
		}
		.padding-bottom__80px_medium-wide {
				padding-bottom: 80px !important;
		}
		.padding-bottom__85px_medium-wide {
				padding-bottom: 85px !important;
		}
		.padding-bottom__90px_medium-wide {
				padding-bottom: 90px !important;
		}
		.padding-bottom__95px_medium-wide {
				padding-bottom: 95px !important;
		}
		.padding-bottom__100px_medium-wide {
				padding-bottom: 100px !important;
		}
}
.text-align__left {
		text-align: left !important;
}
.text-align__center {
		text-align: center !important;
}
.text-align__right {
		text-align: right !important;
}
@media only screen and (min-width: 769px) {
		.text-align__left_medium-and-wide {
				text-align: left !important;
		}
		.text-align__center_medium-and-wide {
				text-align: center !important;
		}
		.text-align__right_medium-and-wide {
				text-align: right !important;
		}
}
@media only screen and (max-width: 768px) {
		.text-align__left_handhelds {
				text-align: left !important;
		}
		.text-align__center_handhelds {
				text-align: center !important;
		}
		.text-align__right_handhelds {
				text-align: right !important;
		}
}
.pointer-events__none {
		pointer-events: none;
}
.c-global-navigation__container2 .bottom_link {
		position: absolute;
		left: 50px;
		bottom: 50px;
}
@media(max-width: 768px) {
		.c-global-navigation__container2 .bottom_link {
				left: 50px;
				bottom: 30px;
		}
}
.bottom_link {
		font-size: 22px;
		font-family: "Inter Medium";
		opacity: 0;
		transition: opacity 0.5s;
		transition-delay: 0.8s;
}
.open .bottom_link {
		opacity: 1;
}
.bottom_link a {
		width: 160px;
		height: 50px;
		color: #1e1e1e;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #1e1e1e;
		border-radius: 60px;
		margin: 0 0 8px;
		transition: background 0.4s;
}
@media (hover: hover) {
		.bottom_link a:hover {
				background: #1e1e1e;
				color: #fff;
		}
}
@media(max-width: 767px) {
		.bottom_link {
				font-size: 14px;
		}
		.bottom_link a {
				width: 106px;
				height: 32px;
				margin: 0 0 8px;
		}
}
@media(max-width: 375px) {
		.c-global-navigation__list-ul3 {
				top: 18vw;
		}
		.c-global-navigation__list-ul3 &gt; li {
				margin: 5.5vw 0;
		}
}</pre></body></html>