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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: #052248;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
}

.extra-space,
.no-margin {
	color: #7a8ba5;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
	text-align: left;
}

.big-btn {
	background-color: #063067;
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.4px;
	text-align: left;
	text-transform: uppercase;
	margin: 8px 0;
}

input {
	border: 1px solid #e2e8f1;
	box-sizing: border-box;
	border-radius: 2px;
	width: 384px;
	height: 54px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::placeholder {
	color: #7a8ba5;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

html {
	box-sizing: border-box;
}

clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
.header__logo {
	float: left;
	text-decoration: none;
}

.header__title {
	text-decoration: none;
	margin: 0 156px;
}

.header__menu {
	float: right;
}

.header__menu__item {
	display: inline-block;
	cursor: pointer;
}

.header__icon-bar {
	display: none;
}

.header__icon-bar span {
	display: block;
	height: 2px;
	width: 23px;
	margin-bottom: 5px;
}

.headerUK {
	background: linear-gradient(95.11deg, #00224b -8.59%, #004682 104.88%);
	height: 150px;
}

.headerUK .header__logo img {
	width: 225px;
}

.footer__menu-bar {
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: flex-start;
	height: 72px;
	order: 0;
	flex-grow: 0;
	width: 100%;
}

.footer__menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	flex: none;
	order: 0;
	flex-grow: 0;
	width: 100%;
	align-content: flex-end;
}

.footer__menu .menu-item {
	display: inline-block;
	white-space: nowrap;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	padding-right: 3%;
}

.footer__rectangle {
	margin-top: auto;
	background: #fff;
	mix-blend-mode: normal;
	opacity: 0.15;
	order: 1;
	width: 100%;
	height: 1px;
}

.footer__icon-bar {
	display: none;
}

.footer__icon {
	display: flex;
	padding-left: 112px;
	float: right;
	list-style-type: none;
}

.footer__info {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
	top: 120px;
	width: 798px;
	height: 260px;
	padding: 0;
}

.footer__info.uk {
	height: 330px;
}

.footer__info .info {
	margin: 8px 0 !important;
}

.footer__info .directions {
	padding-top: 40px;
}

.menu-item-255 {
	border-left: 1px solid;
	padding-left: 3%;
}

.menu-frame {
	background: #fff;
	padding-bottom: 165px;
	padding-top: 35px;
}

.menu-frame .page__menu .menu {
	flex-direction: column;
	display: flex;
}

.menu-frame .page__menu .menu-item {
	float: left;
	padding-bottom: 16px;
	max-width: 592px;
}

.menu-frame .page_menu_other .dividor {
	margin: 40px 0 40px 0 !important;
}

.mobile {
	display: none;
}

.no_mobile {
	display: block;
}

.no_mobile_span {
	display: inline;
}

body.admin-bar #menuFrame {
	margin-top: 28px;
}

.login-frame {
	background: #fff;
	padding-bottom: 128px;
	padding-top: 35px;
}

.login-frame h1,
.login-frame h2,
.login-frame h3,
.login-frame h4,
.login-frame h5,
.login-frame h6 {
	margin: 24px 0 !important;
}

.clickable {
	cursor: pointer;
}

.border {
	border-left: 1px solid #e2e8f1;
	padding-left: 105px;
}

.login-frame-login {
	padding-bottom: 110px;
	padding-top: 110px;
}

.inputbox {
	border: 1px solid #e2e8f1;
	box-sizing: border-box;
	border-radius: 2px;
	width: 310px;
	height: 54px;
}

.loginButton {
	width: 142px;
	height: 72px;
	background-color: #063067;
	padding: 0 0;
}

.login-form-input {
	margin: 16px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.login-frame-image {
	max-width: 488px;
	height: 276px;
}

.login-frame-text {
	max-width: 488px;
	padding-top: 48px;
}

body.admin-bar #loginFrame {
	margin-top: 28px;
}

.reset-pwd-frame {
	display: flex;
	justify-content: center;
}

.login-page-frame {
	display: flex;
	justify-content: center;
}

.login-page-box {
	width: 700px;
	height: auto;
	padding: 80px;
}

.container {
	width: 1216px;
	margin: 0 auto;
}

.error-404,
.error-unauthorized {
	padding: 100px;
}

.home-first-frame {
	display: flex;
	justify-content: center;
	max-height: 786px;
	margin-top: 67px;
}

.home-first-image {
	z-index: 1;
	float: right;
	max-width: 1120px;
	max-height: 786px;
	margin-left: 88px;
}

.home-first-text {
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	float: left;
	padding-top: 80px;
	position: absolute;
}

.home-first-text a {
	margin-top: 32px;
	text-decoration: underline;
	color: #063067;
}

.home-first-text a .cn {
	color: #063067;
}

.home-second-frame {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 824px;
	margin-top: -287px;
}

.home-second-text {
	padding: 360px 86px 86px;
	z-index: 1;
}

.home-second-text h3 {
	text-align: justify;
}

.home-third-frame {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-height: 720px;
	margin-top: -64px;
}

.home-third-image {
	z-index: 1;
	float: left;
	max-width: 736px;
	max-height: 720px;
}

.home-third-text {
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 45px;
	padding-top: 248px;
}

.home-fourth-frame {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-height: 477px;
	padding: 120px 0 120px 0;
}

.notation {
	margin-left: 250px;
	text-transform: uppercase;
	margin: 0 0 10px 250px;
	margin-top: -2px;
}

.home-fourth-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	float: left;
	max-width: 624px;
	order: 0;
}

.home-fourth-text2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	float: right;
	max-width: 447px;
	max-height: 237px;
	order: 1;
	margin-left: 140px;
}

.home-fifth-frame {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-height: 720px;
}

.home-fifth-image {
	z-index: 1;
	float: right;
	max-width: 736px;
	max-height: 720px;
	order: 1;
}

.home-fifth-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	float: left;
	max-width: 486px;
	max-height: 432px;
	padding-top: 112px;
	z-index: 2;
	order: 0;
}

.home-sixth-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 90px;
	padding-bottom: 120px;
}

.home-sixth-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 389px;
	margin-bottom: 0;
	margin-top: 40px;
}

.home-sixth-text hr.line {
	margin: 0;
}

ul.partners {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

ul.partners li {
	display: block;
	width: 20%;
	float: left;
}

ul.partners li a {
	display: block;
	width: 155px;
	height: 115px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	left: 0;
}

ul.partners li.col1 a {
	left: calc(0.25 * (100% - 155px));
}

ul.partners li.col2 a {
	left: calc(0.5 * (100% - 155px));
}

ul.partners li.col3 a {
	left: calc(0.75 * (100% - 155px));
}

ul.partners li.col4 a {
	left: calc(100% - 155px);
}

.mission-first-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 526px;
	top: 80px;
}

.mission-first-text {
	padding: 0 11% 0 25%;
}

.mission-second-frame {
	display: flex;
	flex-direction: column;
	height: 337px;
	padding-top: 87px;
}

.mission-second-text {
	line-height: 24px;
	text-align: center;
	width: 100%;
}

.mission-second-text2 {
	padding: 80px 0 0 0;
}

.mission-second-text2 .column {
	text-align: center;
	padding: 0 33px;
}

.mission-third-frame {
	padding-top: 120px;
}

.mission-third-frame .column {
	width: 704px;
}

.mission-third-image {
	float: left;
	text-align: center;
}

.mission-third-image figure {
	max-width: 72%;
	display: inline-block;
}

.mission-third-text {
	padding-left: 12%;
}

.mission-third-text h1,
.mission-third-text h6.pr {
	margin: 40px 0 !important;
}

.mission-fourth-frame {
	display: flex;
	justify-content: center;
	padding-top: 105px;
}

.mission-fourth-text {
	margin: 24px 0;
}

.mission-fourth-text2 {
	margin: 16px 0;
	padding-top: 100px;
}

.mission-fourth-text2 .margined {
	padding-left: 80px;
	padding-right: 32px;
}

.mission-fourth-text2 .rows {
	margin-top: 80px;
}

.mission-fifth-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 747px;
	padding-bottom: 120px;
}

.mission-fifth-frame .text-reduction {
	max-width: 540px;
	padding-bottom: 180px;
}

.mission-fifth-frame .column {
	padding: 0 30px;
}

.mission-fifth-frame h6 {
	margin: 24px 0;
}

.mission-sixth-frame {
	display: flex;
	height: 580px;
}

.mission-sixth-text {
	padding: 120px 20px 120px 0;
}

.mission-sixth-text .column {
	padding: 0 30px;
}

.mission-seventh-frame {
	height: 690px;
	padding-bottom: 144px;
	padding-top: 120px;
}

.mission-seventh-text {
	padding-left: 32px;
}

.mission-seventh-text .padding {
	padding-top: 70px;
}

.services-first-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 455px;
	padding: 0 215px 0 312px;
}

.services-first-text {
	max-width: 689px;
}

.services-first-text h1,
.services-first-text h6 {
	margin: 24px 0;
}

.services-second-frame {
	display: flex;
	justify-content: center;
	margin-top: -66px;
}

.services-second-image {
	max-width: 1008px;
	max-height: 560px;
	margin: auto;
}

.services-third-frame {
	display: flex;
	justify-content: center;
}

.services-slider {
	padding: 120px 104px 169px 0;
}

.services-slider .disable {
	display: none;
}

.services-slider .opacity {
	color: #e2e8f1;
	display: block;
	cursor: pointer;
	margin: 30px 0;
}

.services-slider .visible {
	color: #052248;
	display: block;
}

.services-slider .column {
	max-width: 273px;
}

.services-slider .column-text {
	margin: 0 22px 40px 0;
}

.services-fourth-frame {
	display: flex;
	justify-content: center;
	max-height: 499px;
}

.services-fourth-text {
	padding: 114px 0 78px 0;
	width: 100%;
}

.services-fourth-text h1,
.services-fourth-text h3 {
	margin: 48px 0;
}

.process-first-frame {
	display: flex;
	justify-content: center;
	height: 411px;
}

.process-first-text {
	padding: 120px 212px 74px 308px;
	max-height: 217px;
}

.process-second-frame {
	display: flex;
	justify-content: center;
}

.process-second-image {
	max-width: 1008px;
	max-height: 560px;
	margin: auto;
}

.process-third-frame {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-height: 920px;
	margin-top: -55px;
	z-index: -2;
}

.process-third-text {
	padding: 48px 111px 84px 0;
	width: 100%;
}

.process-third-text .row {
	margin-top: 90px;
}

.main__rectangle {
	margin-top: -8px;
	height: 8px;
	z-index: -1;
}

.vision-first-frame {
	display: flex;
	justify-content: center;
	height: 538px;
}

.vision-first-text {
	padding: 120px 107px 108px 0;
}

.vision-first-text .justify {
	text-align: justify;
}

.vision-second-frame {
	display: flex;
	height: 582px;
}

.vision-second-text {
	margin-bottom: 24px;
}

.vision-second-subframe {
	background: #052248;
	padding-top: 43px;
	padding-bottom: 64px;
	height: 534px;
}

.vision-second-subframe h6.psr {
	margin: 8px 0;
}

.vision-second-subframe h6.h0 {
	margin-top: 40px;
}

.vision-second-image {
	max-width: 624px;
}

.vision-third-frame {
	display: flex;
	justify-content: center;
	height: 592px;
}

.vision-third-text {
	padding: 108px 0 120px 0;
}

.vision-third-text .column-size {
	max-width: 514px;
	padding-left: 54px;
}

.vision-third-text .column-margin {
	padding-right: 54px;
}

.uk-first-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 523px;
	padding: 91px 0 159px 0;
}

.uk-first-text h6,
.uk-first-text hr.line {
	margin-left: 528px;
}

.uk-first-text h3 {
	text-align: center;
	max-width: 1080px;
	margin: auto;
	margin-top: 42px;
}

.uk-second-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 120px;
}

.uk-second-image {
	max-width: 624px;
	max-height: 561px;
}

.uk-second-text {
	text-align: justify;
	max-width: 500px;
}

.uk-second-text h6.psr {
	margin: 31px 0;
}

.uk-third-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.uk-third-text {
	padding-top: 120px;
}

.uk-slider {
	padding: 56px 0 120px 0;
	height: 527px;
}

.uk-slider .disable {
	display: none;
}

.uk-slider .opacity {
	color: #e2e8f1;
	display: block;
	cursor: pointer;
	margin: 30px 0;
}

.uk-slider .visible {
	color: #052248;
	display: block;
}

.uk-slider .column {
	max-width: 330px;
}

.uk-slider .column-text {
	margin: 0 22px 40px 0;
}

.uk-fourth-frame {
	display: flex;
	justify-content: center;
	max-height: 388px;
}

.uk-fourth-text {
	padding: 106px 8px 88px 0;
	width: 100%;
	text-align: justify;
}

.team-first-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 573px;
	top: 80px;
}

.team-first-text {
	padding: 0 272px 0 314px;
}

.team-map-frame {
	margin-top: -116px;
}

.team-map-frame .acf-map {
	width: 90%;
	height: 700px;
	border: #ccc solid 1px;
	margin: auto;
	z-index: 1;
}

.acf-map img {
	max-width: inherit !important;
}

.team-list-frame {
	padding-top: 94px;
	padding-bottom: 65px;
}

.team-list {
	width: 90%;
	margin: auto;
}

.list_user {
	padding-left: 35%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -32px;
}

.list_user .user_li {
	width: 200px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.userDetail {
	box-shadow: 1px 2px 4px rgba(92, 92, 92, 0.05), 4px 4px 20px rgba(170, 170, 170, 0.05);
	background: #fff;
	position: absolute;
	width: 448px;
	height: 100%;
	left: 0;
	top: 0;
	padding: 40px;
}

.userDetail .avatar {
	text-align: center;
}

.userDetail hr.dividor {
	margin: 19px 0 17px 0;
}

.userDetail .left {
	float: left;
}

.userDetail h6.pr {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 2px;
}

.userDetail h6.cs {
	margin-top: 2px;
}

.userDetail h6.psr {
	max-height: 200px;
	overflow: auto;
}

.circular--square {
	border-radius: 50%;
	border: 1px solid #e2e8f1;
}

.userImage {
	height: 280px;
}

.userEmail {
	text-decoration: none;
	text-transform: inherit !important;
	cursor: inherit !important;
}

.userPhone {
	text-decoration: underline;
	cursor: inherit !important;
}

.contact-first-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 573px;
	top: 80px;
}

.contact-first-text {
	padding: 0 310px 0 314px;
}

.contact-second-frame {
	display: flex;
	margin-top: -136px;
	padding-bottom: 65px;
}

.contact-second-frame .acf-map {
	width: 100%;
	height: 710px;
	border: #ccc solid 1px;
	margin: auto;
	z-index: 1;
}

.contact-second-frame .disable {
	display: none;
}

.storeLocator {
	width: 90%;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.storeDetail {
	box-shadow: 1px 2px 4px rgba(92, 92, 92, 0.05), 4px 4px 20px rgba(170, 170, 170, 0.05);
	background: #fff;
	position: absolute;
	width: 448px;
	height: 548px;
	left: 44px;
	top: 76px;
	padding: 16px 40px 40px 40px;
	z-index: 2;
}

.storeDetail h6.link-font {
	margin: 4px 0;
}

.storeDetail h6.psr {
	margin: 0 0 24px 0;
}

.storeDetail .opacity {
	mix-blend-mode: normal;
	opacity: 0.2;
}

.storeDetail .addressBox {
	margin: 16px 0;
}

.storeDetail .storeLocation {
	margin-top: 24px !important;
	margin-bottom: 0;
}

.storeDetail .disable {
	display: none;
}

.member-first-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 284px;
	top: 80px;
}

.member-first-text {
	padding: 0 142px 0 66px;
}

.member-second-frame {
	display: flex;
	padding: 120px 0 147px 0;
}

.member-second-frame .categoryButton {
	border: 1px solid #e2e8f1;
	padding: 4px 8px !important;
	margin: 0 8px !important;
}

.member-second-frame .categoryButton:hover {
	background-color: rgba(222, 226, 230, 0.3);
}

.member-second-frame .categoryButton:active,
.member-second-frame .categoryButton:focus {
	background-color: #063067;
}

.member-second-frame .list-categoryButton {
	float: right;
	margin-bottom: 10px;
}

.member-second-frame .disable {
	display: none;
}

.th_contact {
	border-bottom: 1px solid #dee2e6 !important;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {

	.home-third-text {
		padding-left: 145px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {

	.container {
		width: 1360px;
	}

	.home-third-text {
		padding-left: 145px;
	}
}

@media only screen and (min-width: 1800px) {

	.container {
		width: 1560px;
	}

	.home-third-text {
		padding-left: 165px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 600px) {

	ul.partners {
		margin: 0;
		padding: 0;
		clear: both;
		overflow: hidden;
	}

	ul.partners li {
		display: block;
		width: 50%;
		float: left;
	}

	ul.partners li a {
		display: block;
		width: 155px;
		height: 115px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		left: 0 !important;
	}

	/* smartphones, Android phones, landscape iPhone */
	.container {
		width: 460px;
	}

	.swiper {
		width: 460px;
		height: auto;
		padding-bottom: 16px;
	}

	.header__title {
		display: none;
	}

	.footer__menu-bar {
		height: auto;
	}

	.footer__menu {
		height: auto;
	}

	.footer__menu .menu-item {
		padding-bottom: 4%;
	}

	.footer__rectangle {
		margin-top: auto;
		background: #fff;
		mix-blend-mode: normal;
		opacity: 0.15;
		order: 1;
		width: 100%;
		height: 1px;
	}

	.footer__icon {
		padding-left: 0;
		float: none;
		margin-top: 52px;
	}

	.footer__info {
		width: 460px;
		height: auto;
	}

	.footer__info.uk {
		height: 620px;
	}

	.menu {
		flex-direction: column;
		display: flex;
	}

	.menu-item-255 {
		border-top: 1px solid;
		padding-top: 4%;
		border-left: 0;
		padding-left: 0;
		width: 4px;
	}

	.menu-frame .page__menu {
		height: auto;
	}

	.menu-frame .page__menu .menu-item {
		float: none;
		max-width: none;
	}

	.menu-frame .page-menu-other {
		margin: 30px 0;
	}

	.inputbox {
		width: 460px;
	}

	.border {
		border-left: none;
		padding-left: 0;
	}

	.login-frame-image {
		max-width: none;
		height: auto;
	}

	.footer__rectangle {
		margin-top: 32px;
		margin-bottom: 48px;
	}

	.no_mobile,
	.no_mobile_span {
		display: none;
	}

	.mobile {
		display: block;
	}

	.home-first-frame {
		align-items: center;
		margin-top: 0;
	}

	.home-first-image {
		float: none;
		max-width: 460px;
		margin-left: 0;
	}

	.home-first-text {
		float: none;
		position: static;
		align-items: center;
	}

	.home-second-frame {
		margin-top: -32px;
	}

	.home-second-text {
		padding: 80px 0 0;
		max-width: 460px;
	}

	.home-third-frame {
		margin-top: -32px;
		align-items: center;
		max-height: none;
	}

	.home-third-image {
		float: none;
		max-width: 460px;
	}

	.home-third-text {
		align-items: center;
		padding-left: 0;
		padding-top: 50px;
	}

	.home-fourth-frame {
		align-items: center;
		padding: 50px 0 80px 0;
		max-height: fit-content;
	}

	.notation {
		margin-left: 0;
		text-align: center;
	}

	.home-fourth-text {
		max-width: none;
		align-items: center;
		float: none;
		text-align: center;
	}

	.home-fourth-text2 {
		max-width: none;
		float: none;
		margin-left: 0;
		align-items: center;
		padding-top: 80px;
		max-height: fit-content;
	}

	.home-fifth-frame {
		align-items: center;
		max-height: none;
	}

	.home-fifth-image {
		float: none;
		max-width: 460px;
		max-height: none;
	}

	.home-fifth-text {
		align-items: center;
		float: none;
		padding-top: 20px;
		text-align: center;
	}

	.home-sixth-frame {
		align-items: center;
		padding-top: 80px;
		padding-bottom: 40px;
		max-height: fit-content;
	}

	.home-sixth-text {
		align-items: center;
	}

	.home-sixth-images {
		padding-top: 40px;
		max-height: fit-content;
	}

	.home-partner-image {
		margin: 20px 52px;
	}

	.wp-image-509 {
		margin: 20px 52px;
	}

	.services-first-frame {
		height: auto;
		padding: 80px 0 80px 0;
	}

	.services-first-text {
		max-width: none;
	}

	.services-second-frame {
		margin-top: -24px;
	}

	.services-second-image {
		max-width: 460px;
		max-height: 173px;
		margin: auto;
	}

	.services-fourth-frame {
		max-height: none;
	}

	.services-fourth-text {
		padding: 80px 0 70px 0 !important;
		width: 100%;
	}

	.services-fourth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.swiper-slide-title {
		text-align: center;
	}

	.swiper-slide-title .h3 {
		text-align: center;
	}

	.process-first-frame {
		height: auto;
	}

	.process-first-text {
		padding: 80px 0 80px 0;
		max-height: none;
	}

	.process-second-image {
		max-width: 460px;
		max-height: none;
	}

	.process-third-frame {
		max-height: none;
		margin-top: -22px;
		z-index: -2;
	}

	.process-third-text {
		padding: 80px 0 80px 0;
	}

	.mission-first-frame {
		height: auto;
		top: 60px;
	}

	.mission-first-text {
		padding: 80px 0 80px 0;
	}

	.mission-second-frame {
		height: auto;
		padding-top: 40px;
	}

	.mission-second-text2 {
		padding: 0 0 0 0;
	}

	.mission-second-text2 .column {
		text-align: center;
		padding: 24px 24px;
	}

	.mission-third-frame {
		height: auto;
		padding-top: 60px;
	}

	.mission-third-frame .column {
		width: 460px;
	}

	.mission-third-image {
		float: none;
		max-width: 460px;
		height: auto;
	}

	.mission-third-text {
		padding-left: 0;
	}

	.mission-fourth-frame {
		height: auto;
		padding-top: 55px;
	}

	.mission-fourth-text {
		margin: 0 0;
	}

	.mission-fourth-text2 {
		margin: 0 0;
		padding-top: 50px;
	}

	.mission-fourth-text2 .rows {
		margin-top: 40px;
	}

	.mission-fourth-text2 .margined {
		padding-left: 0;
		padding-right: 0;
	}

	.mission-fifth-frame {
		height: auto;
		padding-bottom: 60px;
	}

	.mission-fifth-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-fifth-frame .text-reduction {
		max-width: 460px;
		padding-bottom: 20px;
	}

	.mission-sixth-frame {
		height: auto;
		padding: 80px 0 0 0;
	}

	.mission-sixth-text {
		padding: 0 10px 0 0;
	}

	.mission-sixth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-frame {
		height: auto;
		padding-bottom: 72px;
		padding-top: 60px;
	}

	.mission-seventh-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-text {
		padding-left: 0;
	}

	.vision-first-frame {
		height: auto;
	}

	.vision-first-text {
		padding: 60px 0 54px 0;
	}

	.vision-second-frame {
		height: auto;
	}

	.vision-second-subframe {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.vision-second-subframe .column {
		padding: 0 0 80px 0 !important;
	}

	.vision-second-image {
		max-width: 460px;
	}

	.vision-third-frame {
		height: auto;
	}

	.vision-third-text {
		padding: 54px 0 60px 0;
	}

	.vision-third-text .column-size {
		max-width: auto;
		padding-left: 0;
	}

	.vision-third-text .column-margin {
		padding-right: 0;
	}

	.vision-third-text .column {
		padding: 0 0 80px 0 !important;
	}

	.uk-first-frame {
		height: auto;
		padding: 40px 0 40px 0;
	}

	.uk-first-text {
		max-width: none;
		margin-left: 0;
	}

	.uk-first-text h6,
	.uk-first-text hr.line {
		margin-left: 0;
	}

	.uk-first-text h3 {
		text-align: left;
	}

	.uk-second-frame {
		padding-top: 60px;
	}

	.uk-second-image {
		max-width: 460px;
		max-height: none;
	}

	.uk-second-text {
		text-align: justify;
		max-width: none;
	}

	.uk-third-text {
		padding-top: 60px;
	}

	.uk-fourth-frame {
		max-height: none;
	}

	.uk-fourth-text {
		padding: 60px 4px 56px 0;
	}

	.team-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.team-first-text {
		padding: 140px 0 180px 0 !important;
	}

	.team-map-frame {
		margin-top: -100px !important;
	}

	.acf-map {
		width: 100% !important;
		height: 500px !important;
	}

	.team-list-frame {
		padding-top: 94px;
		padding-bottom: 65px;
	}

	.team-list {
		width: 100% !important;
	}

	.list_user {
		padding-left: 25% !important;
		flex-direction: column;
	}

	.list_user .user_li {
		width: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.userDetail {
		width: 100% !important;
		height: auto !important;
		position: static !important;
	}

	.contact-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.contact-first-text {
		padding: 0 310px 0 314px;
	}

	.contact-second-frame {
		display: flex;
		margin-top: -136px;
		padding-bottom: 65px;
	}

	.disable {
		display: none;
	}

	.storeLocator {
		width: 100% !important;
	}

	.storeDetail {
		position: static !important;
		width: 100% !important;
		height: auto !important;
	}

	.member-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.member-first-test {
		padding: 0 142px 0 66px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 801px) {

	/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	ul.partners {
		margin: 0;
		padding: 0;
		clear: both;
		overflow: hidden;
	}

	ul.partners li {
		display: block;
		width: 33%;
		float: left;
	}

	ul.partners li a {
		display: block;
		width: 155px;
		height: 115px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		left: 0 !important;
	}

	.container {
		width: 540px;
	}

	.swiper {
		width: 540px;
		height: auto;
		padding-bottom: 16px;
	}

	.header__title {
		display: none;
	}

	.footer__menu-bar {
		height: auto;
	}

	.footer__menu {
		height: auto;
	}

	.footer__menu .menu-item {
		padding-bottom: 4%;
	}

	.footer__rectangle {
		margin-top: auto;
		background: #fff;
		mix-blend-mode: normal;
		opacity: 0.15;
		order: 1;
		width: 100%;
		height: 1px;
	}

	.footer__icon {
		padding-left: 0;
		float: none;
		margin-top: 52px;
	}

	.footer__info {
		width: 540px;
		height: auto;
	}

	.footer__info.uk {
		height: 420px;
	}

	.menu {
		flex-direction: column;
		display: flex;
	}

	.menu-item-255 {
		border-top: 1px solid;
		padding-top: 4%;
		border-left: 0;
		padding-left: 0;
		width: 4px;
	}

	.menu-frame .page__menu {
		height: auto;
	}

	.menu-frame .page__menu .menu-item {
		float: none;
		max-width: none;
	}

	.menu-frame .page-menu-other {
		margin: 30px 0;
	}

	.inputbox {
		width: 540px;
	}

	.border {
		border-left: none;
		padding-left: 0;
	}

	.login-frame-image {
		max-width: none;
		height: auto;
	}

	.footer__rectangle {
		margin-top: 32px;
		margin-bottom: 48px;
	}

	.no_mobile,
	.no_mobile_span {
		display: none;
	}

	.mobile {
		display: block;
	}

	.home-first-frame {
		align-items: center;
		margin-top: 0;
	}

	.home-first-image {
		float: none;
		max-width: 540px;
		margin-left: 0;
	}

	.home-first-text {
		float: none;
		position: static;
		align-items: center;
	}

	.home-second-frame {
		margin-top: -32px;
	}

	.home-second-text {
		padding: 80px 0 0;
		max-width: 540px;
	}

	.home-third-frame {
		margin-top: -32px;
		align-items: center;
		max-height: none;
	}

	.home-third-image {
		float: none;
		max-width: 540px;
	}

	.home-third-text {
		align-items: center;
		padding-left: 0;
		padding-top: 50px;
	}

	.home-fourth-frame {
		align-items: center;
		padding: 50px 0 80px 0;
		max-height: fit-content;
	}

	.notation {
		margin-left: 0;
		text-align: center;
	}

	.home-fourth-text {
		max-width: none;
		align-items: center;
		float: none;
		text-align: center;
	}

	.home-fourth-text2 {
		max-width: none;
		float: none;
		margin-left: 0;
		align-items: center;
		padding-top: 80px;
		max-height: fit-content;
	}

	.home-fifth-frame {
		align-items: center;
		max-height: none;
	}

	.home-fifth-image {
		float: none;
		max-width: 540px;
		max-height: none;
	}

	.home-fifth-text {
		align-items: center;
		float: none;
		padding-top: 20px;
		text-align: center;
	}

	.home-sixth-frame {
		align-items: center;
		padding-top: 80px;
		padding-bottom: 40px;
		max-height: fit-content;
	}

	.home-sixth-text {
		align-items: center;
	}

	.home-sixth-images {
		padding-top: 40px;
		max-height: fit-content;
	}

	.home-partner-image {
		margin: 20px 102px;
	}

	.wp-image-509 {
		margin: 20px 102px;
	}

	.services-first-frame {
		height: auto;
		padding: 80px 0 80px 0;
	}

	.services-first-text {
		max-width: none;
	}

	.services-second-frame {
		margin-top: -24px;
	}

	.services-second-image {
		max-width: 540px;
		max-height: 173px;
		margin: auto;
	}

	.services-fourth-frame {
		max-height: none;
	}

	.services-fourth-text {
		padding: 80px 0 70px 0 !important;
		width: 100%;
	}

	.services-fourth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.swiper-slide-title {
		text-align: center;
	}

	.swiper-slide-title .h3 {
		text-align: center;
	}

	.process-first-frame {
		height: auto;
	}

	.process-first-text {
		padding: 80px 0 80px 0;
		max-height: none;
	}

	.process-second-image {
		max-width: 540px;
		max-height: none;
	}

	.process-third-frame {
		max-height: none;
		margin-top: -22px;
		z-index: -2;
	}

	.process-third-text {
		padding: 80px 0 80px 0;
	}

	.mission-first-frame {
		height: auto;
		top: 60px;
	}

	.mission-first-text {
		padding: 80px 0 80px 0;
	}

	.mission-second-frame {
		height: auto;
		padding-top: 40px;
	}

	.mission-second-text2 {
		padding: 0 0 0 0;
	}

	.mission-second-text2 .column {
		text-align: center;
		padding: 24px 24px;
	}

	.mission-third-frame {
		height: auto;
		padding-top: 60px;
	}

	.mission-third-frame .column {
		width: 540px;
	}

	.mission-third-image {
		float: none;
		max-width: 540px;
		height: auto;
	}

	.mission-third-text {
		padding-left: 0;
	}

	.mission-fourth-frame {
		height: auto;
		padding-top: 55px;
	}

	.mission-fourth-text {
		margin: 0 0;
	}

	.mission-fourth-text2 {
		margin: 0 0;
		padding-top: 50px;
	}

	.mission-fourth-text2 .rows {
		margin-top: 40px;
	}

	.mission-fourth-text2 .margined {
		padding-left: 0;
		padding-right: 0;
	}

	.mission-fifth-frame {
		height: auto;
		padding-bottom: 60px;
	}

	.mission-fifth-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-fifth-frame .text-reduction {
		max-width: 311px;
		padding-bottom: 20px;
	}

	.mission-sixth-frame {
		height: auto;
		padding: 80px 0 0 0;
	}

	.mission-sixth-text {
		padding: 0 10px 0 0;
	}

	.mission-sixth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-frame {
		height: auto;
		padding-bottom: 72px;
		padding-top: 60px;
	}

	.mission-seventh-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-text {
		padding-left: 0;
	}

	.vision-first-frame {
		height: auto;
	}

	.vision-first-text {
		padding: 60px 0 54px 0;
	}

	.vision-second-frame {
		height: auto;
	}

	.vision-second-subframe {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.vision-second-subframe .column {
		padding: 0 0 80px 0 !important;
	}

	.vision-second-image {
		max-width: 540px;
	}

	.vision-third-frame {
		height: auto;
	}

	.vision-third-text {
		padding: 54px 0 60px 0;
	}

	.vision-third-text .column-size {
		max-width: auto;
		padding-left: 0;
	}

	.vision-third-text .column-margin {
		padding-right: 0;
	}

	.vision-third-text .column {
		padding: 0 0 80px 0 !important;
	}

	.uk-first-frame {
		height: auto;
		padding: 40px 0 40px 0;
	}

	.uk-first-text {
		max-width: none;
		margin-left: 0;
	}

	.uk-first-text h6,
	.uk-first-text hr.line {
		margin-left: 0;
	}

	.uk-first-text h3 {
		text-align: left;
	}

	.uk-second-frame {
		padding-top: 60px;
	}

	.uk-second-image {
		max-width: 540px;
		max-height: none;
	}

	.uk-second-text {
		text-align: justify;
		max-width: none;
	}

	.uk-third-text {
		padding-top: 60px;
	}

	.uk-fourth-frame {
		max-height: none;
	}

	.uk-fourth-text {
		padding: 60px 4px 56px 0;
	}

	.team-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.team-first-text {
		padding: 140px 0 180px 0 !important;
	}

	.team-map-frame {
		margin-top: -100px !important;
	}

	.acf-map {
		width: 100% !important;
		height: 500px !important;
	}

	.team-list-frame {
		padding-top: 94px;
		padding-bottom: 65px;
	}

	.team-list {
		width: 100% !important;
	}

	.list_user {
		padding-left: 25% !important;
		flex-direction: column;
	}

	.list_user .user_li {
		width: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.userDetail {
		width: 100% !important;
		height: auto !important;
		position: static !important;
	}

	.contact-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.contact-first-text {
		padding: 0 310px 0 314px;
	}

	.contact-second-frame {
		display: flex;
		margin-top: -136px;
		padding-bottom: 65px;
	}

	.disable {
		display: none;
	}

	.storeLocator {
		width: 100% !important;
	}

	.storeDetail {
		position: static !important;
		width: 100% !important;
		height: auto !important;
	}

	.member-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.member-first-test {
		padding: 0 142px 0 66px;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1025px) {

	/* tablet, landscape iPad, lo-res laptops ands desktops */
	ul.partners {
		margin: 0;
		padding: 0;
		clear: both;
		overflow: hidden;
	}

	ul.partners li {
		display: block;
		width: 25%;
		float: left;
	}

	ul.partners li a {
		display: block;
		width: 155px;
		height: 115px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		left: 0 !important;
	}

	.container {
		width: 780px;
	}

	.border {
		border-left: none;
		padding-left: 0;
	}

	.login-frame-image {
		max-width: none;
		height: auto;
	}

	.home-first-frame {
		align-items: center;
		margin-top: 0;
		max-height: none;
	}

	.home-first-image {
		float: none;
		max-width: 780px;
		margin-left: 0;
	}

	.home-first-text {
		float: none;
		position: static;
		align-items: center;
	}

	.home-second-frame {
		margin-top: -32px;
	}

	.home-second-text {
		padding: 80px 0 0;
		max-width: 800px;
	}

	.home-third-frame {
		margin-top: -32px;
		align-items: center;
		max-height: none;
	}

	.home-third-image {
		float: none;
		max-width: 780px;
	}

	.home-third-text {
		align-items: center;
		padding-left: 0;
		padding-top: 50px;
	}

	.home-fourth-frame {
		align-items: center;
		padding: 50px 0 80px 0;
		max-height: fit-content;
	}

	.notation {
		margin-left: 0;
		text-align: center;
	}

	.home-fourth-text {
		max-width: none;
		align-items: center;
		float: none;
		text-align: center;
	}

	.home-fourth-text h6.pr {
		text-align: center !important;
	}

	.home-fourth-text2 {
		max-width: none;
		float: none;
		margin-left: 0;
		align-items: center;
		padding-top: 80px;
		max-height: fit-content;
	}

	.home-fourth-text2 h6.pr {
		text-align: center !important;
	}

	.home-fifth-frame {
		align-items: center;
		max-height: none;
	}

	.home-fifth-image {
		float: none;
		max-width: 780px;
		padding-top: 20px;
		max-height: none;
	}

	.home-fifth-text {
		align-items: center !important;
		float: none;
		text-align: center;
		max-width: none;
		max-height: none;
	}

	.home-sixth-frame {
		align-items: center;
		padding-top: 80px;
		padding-bottom: 40px;
		max-height: fit-content;
	}

	.home-sixth-text {
		align-items: center;
	}

	.home-sixth-images {
		padding-top: 40px;
		max-height: fit-content;
	}

	.home-partner-image {
		margin: 20px 102px;
	}

	.wp-image-509 {
		margin: 20px 102px;
	}

	.services-first-frame {
		height: auto;
		padding: 80px 0 80px 0;
	}

	.services-first-text {
		max-width: none;
	}

	.services-second-frame {
		margin-top: -24px;
	}

	.services-second-image {
		max-width: 780px;
		max-height: 173px;
		margin: auto;
	}

	.services-fourth-frame {
		max-height: none;
	}

	.services-fourth-text {
		padding: 80px 0 70px 0 !important;
		width: 100%;
	}

	.services-fourth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.swiper-slide-title {
		text-align: center;
	}

	.swiper-slide-title .h3 {
		text-align: center;
	}

	.process-first-frame {
		height: auto;
	}

	.process-first-text {
		padding: 80px 0 80px 0;
		max-height: none;
	}

	.process-second-image {
		max-width: 780px;
		max-height: none;
	}

	.process-third-frame {
		max-height: none;
		margin-top: -22px;
		z-index: -2;
	}

	.process-third-text {
		padding: 80px 0 80px 0;
	}

	.mission-first-frame {
		height: auto;
		top: 60px;
	}

	.mission-first-text {
		padding: 80px 0 80px 0;
	}

	.mission-second-frame {
		height: auto;
		padding-top: 40px;
	}

	.mission-second-text2 {
		padding: 0 0 0 0;
	}

	.mission-second-text2 .column {
		text-align: center;
		padding: 24px 24px;
	}

	.mission-third-frame {
		height: auto;
		padding-top: 60px;
	}

	.mission-third-frame .column {
		width: 580px;
	}

	.mission-third-image {
		float: none;
		max-width: 780px;
		height: auto;
	}

	.mission-third-text {
		padding-left: 0;
	}

	.mission-fourth-frame {
		height: auto;
		padding-top: 55px;
	}

	.mission-fourth-text {
		margin: 0 0;
	}

	.mission-fourth-text2 {
		margin: 0 0;
		padding-top: 50px;
	}

	.mission-fourth-text2 .rows {
		margin-top: 40px;
	}

	.mission-fourth-text2 .margined {
		padding-left: 0;
		padding-right: 0;
	}

	.mission-fifth-frame {
		height: auto;
		padding-bottom: 60px;
	}

	.mission-fifth-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-fifth-frame .text-reduction {
		max-width: 720px;
		padding-bottom: 20px;
	}

	.mission-sixth-frame {
		height: auto;
		padding: 80px 0 0 0;
	}

	.mission-sixth-text {
		padding: 0 10px 0 0;
	}

	.mission-sixth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-frame {
		height: auto;
		padding-bottom: 72px;
		padding-top: 60px;
	}

	.mission-seventh-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-text {
		padding-left: 0;
	}

	.vision-first-frame {
		height: auto;
	}

	.vision-first-text {
		padding: 60px 0 54px 0;
	}

	.vision-second-frame {
		height: auto;
	}

	.vision-second-subframe {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.vision-second-subframe .column {
		padding: 0 0 80px 0 !important;
	}

	.vision-second-image {
		max-width: 780px;
	}

	.vision-third-frame {
		height: auto;
	}

	.vision-third-text {
		padding: 54px 0 60px 0;
	}

	.vision-third-text .column-size {
		max-width: auto;
		padding-left: 0;
	}

	.vision-third-text .column-margin {
		padding-right: 0;
	}

	.vision-third-text .column {
		padding: 0 0 80px 0 !important;
	}

	.uk-first-frame {
		height: auto;
		padding: 40px 0 40px 0;
	}

	.uk-first-text {
		max-width: none;
		margin-left: 0;
	}

	.uk-first-text h6,
	.uk-first-text hr.line {
		margin-left: 0;
	}

	.uk-first-text h3 {
		text-align: left;
	}

	.uk-second-frame {
		padding-top: 60px;
	}

	.uk-second-image {
		max-width: 780px;
		max-height: none;
	}

	.uk-second-text {
		text-align: justify;
		max-width: none;
	}

	.uk-third-text {
		padding-top: 60px;
	}

	.uk-fourth-frame {
		max-height: none;
	}

	.uk-fourth-text {
		padding: 60px 4px 56px 0;
	}

	.team-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.team-first-text {
		padding: 140px 0 180px 0 !important;
	}

	.team-map-frame {
		margin-top: -100px !important;
	}

	.acf-map {
		width: 100% !important;
		height: 500px !important;
	}

	.team-list-frame {
		padding-top: 94px;
		padding-bottom: 65px;
	}

	.team-list {
		width: 100% !important;
	}

	.list_user {
		padding-left: 25% !important;
		flex-direction: column;
	}

	.list_user .user_li {
		width: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.userDetail {
		width: 100% !important;
		height: auto !important;
		position: static !important;
	}

	.contact-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.contact-first-text {
		padding: 0 310px 0 314px;
	}

	.contact-second-frame {
		display: flex;
		margin-top: -136px;
		padding-bottom: 65px;
	}

	.disable {
		display: none;
	}

	.storeLocator {
		width: 100% !important;
	}

	.storeDetail {
		position: static !important;
		width: 100% !important;
		height: auto !important;
	}

	.member-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.member-first-test {
		padding: 0 142px 0 66px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1241px) {

	/* big landscape tablets, laptops, and desktops */
	.container {
		width: 1000px;
	}

	.home-third-frame {
		margin-top: -32px;
		align-items: center;
		max-height: none;
	}

	.home-third-image {
		float: none;
		max-width: 1000px;
	}

	.home-third-text {
		align-items: center;
		padding-left: 0;
		margin-top: 50px;
	}

	.home-fourth-frame {
		align-items: center;
		padding: 50px 0 80px 0;
		max-height: fit-content;
	}

	.notation {
		margin-left: 0;
		text-align: center;
	}

	.home-fourth-text {
		align-items: center;
		float: none;
		text-align: center;
		max-width: none;
	}

	.home-fourth-text h6.pr {
		text-align: center !important;
	}

	.home-fourth-text2 {
		float: none;
		margin-left: 0;
		align-items: center;
		padding-top: 80px;
		max-height: fit-content;
		max-width: none;
	}

	.home-fourth-text2 h6.pr {
		text-align: center !important;
	}

	.home-fifth-frame {
		align-items: center;
		max-height: none;
	}

	.home-fifth-image {
		float: none;
		max-width: 1000px;
		padding-top: 20px;
		max-height: none;
	}

	.home-fifth-text {
		align-items: center !important;
		float: none;
		text-align: center;
		max-width: none;
		max-height: none;
	}

	.home-sixth-frame {
		align-items: center;
		padding-top: 80px;
		padding-bottom: 40px;
		max-height: fit-content;
	}

	.home-sixth-text {
		align-items: center;
	}

	.home-sixth-images {
		padding-top: 40px;
		max-height: fit-content;
	}

	.home-partner-image {
		margin: 20px 102px;
	}

	.wp-image-509 {
		margin: 20px 102px;
	}

	.mission-second-frame,
	.mission-third-frame,
	.mission-fourth-frame {
		height: auto;
	}

	.services-fourth-frame {
		max-height: none;
	}

	.services-fourth-text {
		padding: 80px 0 70px 0 !important;
		width: 100%;
	}

	.services-fourth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.process-first-frame {
		height: auto;
	}

	.process-second-image {
		max-height: none;
	}

	.process-third-frame {
		max-height: none;
	}

	.uk-first-frame {
		height: auto;
	}

	.uk-first-text {
		max-width: none;
	}

	.uk-second-image {
		max-width: 1000px;
		max-height: none;
	}

	.uk-second-text {
		text-align: justify;
		max-width: none;
	}

	.uk-fourth-frame {
		max-height: none;
	}
}

@media only screen and (max-width: 480px) {

	ul.partners {
		margin: 0;
		padding: 0;
		clear: both;
		overflow: hidden;
	}

	ul.partners li {
		display: block;
		width: 50%;
		float: left;
	}

	ul.partners li a {
		display: block;
		width: 155px;
		height: 115px;
		background-position: center;
		background-size: 80%;
		background-repeat: no-repeat;
		position: relative;
		left: 0 !important;
	}

	.container {
		width: 311px;
	}

	.swiper {
		width: 311px;
		height: auto;
		padding-bottom: 16px;
	}

	.header__logo {
		max-width: 104px;
	}

	.header__title {
		display: none;
	}

	.footer__menu-bar {
		height: auto;
	}

	.footer__menu {
		height: auto;
	}

	.footer__menu .menu-item {
		padding-bottom: 4%;
	}

	.footer__rectangle {
		margin-top: auto;
		background: #fff;
		mix-blend-mode: normal;
		opacity: 0.15;
		order: 1;
		width: 100%;
		height: 1px;
	}

	.footer__icon {
		padding-left: 0;
		float: none;
		margin-top: 52px;
	}

	.footer__info {
		width: 311px;
		height: auto;
	}

	.menu {
		flex-direction: column;
		display: flex;
	}

	.menu-item-255 {
		border-top: 1px solid;
		padding-top: 4%;
		border-left: 0;
		padding-left: 0;
		width: 4px;
	}

	.menu-frame .page__menu {
		height: auto;
	}

	.menu-frame .page__menu .menu-item {
		float: none;
		max-width: none;
	}

	.menu-frame .page-menu-other {
		margin: 30px 0;
	}

	.inputbox {
		width: 311px;
	}

	.border {
		border-left: none;
		padding-left: 0;
	}

	.login-frame-image {
		max-width: none;
		height: auto;
	}

	.footer__rectangle {
		margin-top: 32px;
		margin-bottom: 48px;
	}

	.no_mobile,
	.no_mobile_span {
		display: none;
	}

	.mobile {
		display: block;
	}

	.home-first-frame {
		align-items: center;
		margin-top: 0;
	}

	.home-first-image {
		float: none;
		max-width: 311px;
		margin-left: 0;
	}

	.home-first-text {
		float: none;
		position: static;
		align-items: center;
	}

	.home-second-frame {
		margin-top: -32px;
	}

	.home-second-text {
		padding: 80px 0 0;
		max-width: 311px;
	}

	.home-third-frame {
		margin-top: -32px;
		align-items: center;
		max-height: none;
	}

	.home-third-image {
		float: none;
		max-width: 311px;
	}

	.home-third-text {
		align-items: center;
		padding-left: 0;
		padding-top: 50px;
	}

	.home-fourth-frame {
		align-items: center;
		padding: 50px 0 80px 0;
		max-height: fit-content;
	}

	.notation {
		margin-left: 0;
		text-align: center;
	}

	.home-fourth-text {
		align-items: center;
		float: none;
		text-align: center;
	}

	.home-fourth-text2 {
		float: none;
		margin-left: 0;
		align-items: center;
		padding-top: 80px;
		max-height: fit-content;
	}

	.home-fifth-frame {
		align-items: center;
		max-height: none;
	}

	.home-fifth-image {
		float: none;
		max-width: 311px;
		max-height: none;
	}

	.home-fifth-text {
		align-items: center;
		float: none;
		padding-top: 20px;
		text-align: center;
	}

	.home-sixth-frame {
		align-items: center;
		padding-top: 80px;
		padding-bottom: 40px;
		max-height: fit-content;
	}

	.home-sixth-text {
		align-items: center;
	}

	.home-sixth-images {
		padding-top: 40px;
		max-height: fit-content;
	}

	.home-partner-image {
		margin: 20px 52px;
	}

	.wp-image-509 {
		margin: 20px 52px;
	}

	.services-first-frame {
		height: auto;
		padding: 80px 0 80px 0;
	}

	.services-first-text {
		max-width: none;
	}

	.services-second-frame {
		margin-top: -24px;
	}

	.services-second-image {
		max-width: 311px;
		max-height: 173px;
		margin: auto;
	}

	.services-fourth-frame {
		max-height: none;
	}

	.services-fourth-text {
		padding: 80px 0 70px 0 !important;
		width: 100%;
	}

	.services-fourth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.swiper-slide-title {
		text-align: center;
	}

	.swiper-slide-title .h3 {
		text-align: center;
	}

	.process-first-frame {
		height: auto;
	}

	.process-first-text {
		padding: 80px 0 80px 0;
		max-height: none;
	}

	.process-second-image {
		max-width: 311px;
		max-height: none;
	}

	.process-third-frame {
		max-height: none;
		margin-top: -22px;
		z-index: -2;
	}

	.process-third-text {
		padding: 80px 0 80px 0;
	}

	.mission-first-frame {
		height: auto;
		top: 60px;
	}

	.mission-first-text {
		padding: 80px 0 80px 0;
	}

	.mission-second-frame {
		height: auto;
		padding-top: 40px;
	}

	.mission-second-text2 {
		padding: 0 0 0 0;
	}

	.mission-second-text2 .column {
		text-align: center;
		padding: 24px 24px;
	}

	.mission-third-frame {
		height: auto;
		padding-top: 60px;
	}

	.mission-third-frame .column {
		width: 311px;
	}

	.mission-third-image {
		float: none;
		max-width: 311px;
		height: auto;
	}

	.mission-third-text {
		padding-left: 0;
	}

	.mission-fourth-frame {
		height: auto;
		padding-top: 55px;
	}

	.mission-fourth-text {
		margin: 0 0;
	}

	.mission-fourth-text2 {
		margin: 0 0;
		padding-top: 50px;
	}

	.mission-fourth-text2 .rows {
		margin-top: 40px;
	}

	.mission-fourth-text2 .margined {
		padding-left: 0;
		padding-right: 0;
	}

	.mission-fifth-frame {
		height: auto;
		padding-bottom: 60px;
	}

	.mission-fifth-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-fifth-frame .text-reduction {
		max-width: 311px;
		padding-bottom: 20px;
	}

	.mission-sixth-frame {
		height: auto;
		padding: 80px 0 0 0;
	}

	.mission-sixth-text {
		padding: 0 10px 0 0;
	}

	.mission-sixth-text .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-frame {
		height: auto;
		padding-bottom: 72px;
		padding-top: 60px;
	}

	.mission-seventh-frame .column {
		padding: 0 0 80px 0 !important;
	}

	.mission-seventh-text {
		padding-left: 0;
	}

	.vision-first-frame {
		height: auto;
	}

	.vision-first-text {
		padding: 60px 0 54px 0;
	}

	.vision-second-frame {
		height: auto;
	}

	.vision-second-subframe {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.vision-second-subframe .column {
		padding: 0 0 80px 0 !important;
	}

	.vision-second-image {
		max-width: 311px;
	}

	.vision-third-frame {
		height: auto;
	}

	.vision-third-text {
		padding: 54px 0 60px 0;
	}

	.vision-third-text .column-size {
		max-width: auto;
		padding-left: 0;
	}

	.vision-third-text .column-margin {
		padding-right: 0;
	}

	.vision-third-text .column {
		padding: 0 0 80px 0 !important;
	}

	.uk-first-frame {
		height: auto;
		padding: 40px 0 40px 0;
	}

	.uk-first-text {
		max-width: none;
		margin-left: 0;
	}

	.uk-first-text h6,
	.uk-first-text hr.line {
		margin-left: 0;
	}

	.uk-first-text h3 {
		text-align: left;
	}

	.uk-second-frame {
		padding-top: 60px;
	}

	.uk-second-image {
		max-width: 311px;
		max-height: none;
	}

	.uk-second-text {
		text-align: justify;
		max-width: none;
	}

	.uk-third-text {
		padding-top: 60px;
	}

	.uk-fourth-frame {
		max-height: none;
	}

	.uk-fourth-text {
		padding: 60px 4px 56px 0;
	}

	.team-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.team-first-text {
		padding: 140px 0 180px 0 !important;
	}

	.team-map-frame {
		margin-top: -100px !important;
	}

	.acf-map {
		width: 100% !important;
		height: 500px !important;
	}

	.team-list-frame {
		padding-top: 94px;
		padding-bottom: 65px;
	}

	.team-list {
		width: 100% !important;
	}

	.list_user {
		padding-left: 25% !important;
		flex-direction: column;
	}

	.list_user .user_li {
		width: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.userDetail {
		width: 100% !important;
		height: auto !important;
		position: static !important;
	}

	.contact-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.contact-first-text {
		padding: 0 310px 0 314px;
	}

	.contact-second-frame {
		display: flex;
		margin-top: -136px;
		padding-bottom: 65px;
	}

	.disable {
		display: none;
	}

	.storeLocator {
		width: 100% !important;
	}

	.storeDetail {
		position: static !important;
		width: 100% !important;
		height: auto !important;
	}

	.member-first-frame {
		height: auto !important;
		top: 60px !important;
	}

	.member-first-test {
		padding: 0 142px 0 66px;
	}
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

footer {
	color: #fff;
}

h6.h0 {
	font-family: Lora;
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px;
	letter-spacing: 0;
}

h1 {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-family: Lora;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0;
}

h3 {
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
	text-align: left;
}

h4 {
	font-family: Lora;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0;
	text-align: justified;
}

h5 {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-align: left;
}

h6.link-font {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.4px;
	text-align: left;
	text-decoration-line: underline;
	text-transform: uppercase;
	cursor: pointer;
}

h6.pr {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
}

h6.psr {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
}

h6.cn,
span.cn {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin: 8px 0;
	height: 24px;
}

h6.cs,
span.cs {
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

h6.pb {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
}

h6.ag {
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1.399999976158142px;
	text-align: left;
	letter-spacing: 1.4px;
	text-decoration-line: underline;
	text-transform: uppercase;
	white-space: nowrap;
}

h6.ag2 {
	font-family: Inter;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
}

h6.data {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 80px;
	line-height: 62px;
	color: #063067;
	height: 62px;
	margin: 32px 0;
}

h6.raleway {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.4px;
	text-decoration-line: underline;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

body.fixed {
	position: fixed;
}

footer {
	display: flex;
	justify-content: center;
	background-color: #052248;
	max-height: fit-content;
	padding: 80px;
}

@media only screen and (max-width: 480px) {

	footer {
		padding: 80px 0;
	}
}

header {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-bottom: 28px;
	padding-top: 28px;
	height: 80px;
	box-shadow: 1px 2px 4px rgba(192, 192, 192, 0.05), 4px 4px 20px rgba(145, 145, 145, 0.03);
}

@media only screen and (max-width: 480px) {

	header {
		padding-bottom: 24px;
		padding-top: 24px;
		height: 64px;
	}
}

body.home header {
	box-shadow: none;
	height: 125px;
}

body.home header .header__logo img {
	width: 225px;
}

body.home header .header__logo img.back {
	width: 24px;
}

#overlay {
	position: fixed;
	overflow: auto;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

#menuFrame {
	display: none;
}

#menuFrame .headerMenu {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-bottom: 28px;
	padding-top: 28px;
	height: 80px;
	box-shadow: 1px 2px 4px rgba(192, 192, 192, 0.05), 4px 4px 20px rgba(145, 145, 145, 0.03);
}

#loginFrame {
	display: none;
}

#loginFrame .headerMenu {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-bottom: 28px;
	padding-top: 28px;
	height: 80px;
	box-shadow: 1px 2px 4px rgba(192, 192, 192, 0.05), 4px 4px 20px rgba(145, 145, 145, 0.03);
}

@media only screen and (max-width: 480px) {

	#menuFrame .headerMenu,
	#loginFrame .headerMenu {
		padding-bottom: 24px;
		padding-top: 24px;
		height: 64px;
	}
}

#mainTitle {
	background: linear-gradient(95.11deg, #00224b -8.59%, #004682 104.88%);
	color: #fff;
}

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

li,
ul {
	list-style-type: none;
}

ol {
	list-style: decimal;
}

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

a
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

#map {
	height: 400px;

	/* The height is 400 pixels */
	width: 100%;

	/* The width is the width of the web page */
}

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

.w3eden th,
.w3eden tr {
	background-color: #fff !important;
}

.w3eden th,
.w3eden td {
	padding: 0.75rem;
}

.w3eden th {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #7a8ba5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 48px;
	vertical-align: middle;
}

.w3eden tr {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #181818;
	vertical-align: middle;
}

.w3eden .wpdm-download-link {
	background-color: #063067 !important;
	font-family: Inter !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	letter-spacing: 1.4px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	display: flex !important;
	content: "DOWNLOAD FILE";
	width: auto !important;
	margin-left: 10px;
	flex-direction: row;
	align-items: center;
}

.w3eden .wpdm-download-link::after {
	margin-left: 30px;
	padding-top: 4px;
	content: url("icon-attach.png");
}

.w3eden .__dt_col_title {
	background-image: none !important;
	padding-left: 0.75rem !important;
}

.w3eden .__dt_col_title strong {
	font-family: Inter !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	letter-spacing: 0 !important;
}

.w3eden .sbyc {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}

hr.separator-footer {
	background: #fff;
	mix-blend-mode: normal;
	opacity: 0.15;
	width: 100%;
	border: 0;
	border-top: 1px solid #fff;
	list-style: none;
}

hr.line {
	display: flex;
	border-top: 1px solid #c89e5c;
	width: 24px;
	padding-top: 8px;
	flex: none;
	margin: 0 0 20px 0;
}

hr.dividor {
	display: flex;
	mix-blend-mode: normal;
	border-top: 1px solid #e2e8f1;
	margin: 120px 0 120px 0;
	height: 1px;
	width: 100%;
}

hr.rectangle {
	display: flex;
	height: 8px;
	width: 100%;
	background: #ecd1a7;
}

@media only screen and (max-width: 480px) {

	hr.dividor {
		margin: 60px 0 60px 0;
	}
}

/* Links
--------------------------------------------- */
#footer-menu li a {
	color: #fff;
}

#footer-menu li a:visited {
	color: #fff;
	font-weight: bold;
}

#footer-menu li a:hover,
#footer-menu li a:focus,
#footer-menu li a:active {
	color: #fff;
	font-weight: bold;
}

#footer-menu li a:focus {
	outline: thin dotted;
}

#footer-menu li a:hover,
#footer-menu li a:active {
	outline: 0;
}

.user_li a {
	color: #7a8ba5;
}

.user_li a:focus:not(.noclick),
.user_li a:active:not(.noclick),
.user_li a.active:not(.noclick) {
	text-decoration-line: underline;
	color: #181818;
}

.user_li a.noclick {
	cursor: default !important;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #e2e8f1;
	border-radius: 3px;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	padding: 0;
	margin: 22px 0;
}

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

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

button a,
input[type="button"] a,
input[type="reset"] a,
input[type="submit"] a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px 32px;
}

.pageButton.light {
	background-color: transparent;
}

.pageButton.light .cn {
	color: #e2e8f1 !important;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #181818;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
