/*******************************************************
 *
 * Recruitment
 *
 *******************************************************/

#main-wrapper > .header,
.ip-banner {
	display: none;
}

.default-padding {
	padding: 0;
}

#inner-page-wrapper > .max-container {
	max-width: 100%;
}

#inner-page-wrapper {
	margin-bottom: 0;
}

.max-container {
	position: relative;
}

.recruitment-wrapper {
	font-size: 0;
}

.cta1 a {
	display: inline-block;
	padding: 0 20px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.6s ease;
	font-size: 16px;
	border: #000 solid 1px;
	color: #000;
}

.header.show-fh .cta1 a {
	border: #fff solid 1px;
	color: #fff;
}

img.fx-header {
	display: none;
}
.header.show-fh img {
	display: none;
}
.header.show-fh img.fx-header {
	display: block;
}

section {
	font-size: 16px;
	color: #000;
	position: relative;
	line-height: 1.4;
}

section a:hover {
	color: inherit;
}

.blk {
	color: #000;
}

.red {
	color: #e82c30;
}

.wht {
	color: #fff;
}

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.r-header {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recruitment-wrapper i {
	font-style: normal;
}

.recruit-top {
	position: relative;
	display: block;
}

.r_button {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background: #e82c30;
	display: inline-block;
	padding: 0 40px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--font-family-default);
	transition: all 0.6s ease;
	font-size: 13px;
	color: #fff;
}
.r_button:hover {
	color: #fff;
}
.r-header-cta {
	display: flex;
  gap: 50px;
  justify-content: flex-end;
}

.video-wrapper {
    position: relative;
	overflow: hidden;
}

.video-wrapper canvas {
    display: block;
    width: 100%;
}

.video-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.video-wrapper img.video-logo {
	width: 146px;
	height: auto;
	bottom: 30px;
	right: 30px;
	left: auto;
	top: auto;
}

.video-wrapper a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    z-index: 15;
    transition: all 0.3s ease;
	font-size: 15px;
  border-radius: 50%;
  padding: 15px 20px;
  background: #e82c30;
}

.r-top-container {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 62px;
}

.r-title {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 28px;
	font-family: var(--font-family-title);
}

.r-content-top .r-title {
	font-size: 60px;
	text-align: center;
	line-height: 1.4;
}
.r-content-top .r-title em {
	font-size: 70px;
}

.r-content-top p strong {
	font-size: 18px;
}

.r-map {
	margin-top: 37px;
}

.r-map img {
	margin: 0 auto;
}

.r-agents {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 22px 0 42px;
}

.r-agents-items {
	display: flex;
}

.r-agents-item {
	border: 4px solid #fff;
	border-radius: 50%;
	margin-right: -10px;
}
.r-agents-item:nth-child(1) {
	z-index: 7;
}
.r-agents-item:nth-child(2) {
	z-index: 6;
}
.r-agents-item:nth-child(3) {
	z-index: 5;
}
.r-agents-item:nth-child(4) {
	z-index: 4;
}
.r-agents-item:nth-child(5) {
	z-index: 3;
}
.r-agents-item:nth-child(6) {
	z-index: 2;
}
.r-agents-item:nth-child(7) {
	z-index: 1;
}

.r-content-top-icons {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 55px;
}

.r-icons-wrap {
	border: 4px solid #e82c30;
	border-radius: 50%;
	padding: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: fit-content;
  margin: 0 auto 20px;
}
.r-icons-right .r-icons-wrap {
	padding: 40px 32px;
}

.r-subtitle {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 20px;
	font-family: var(--font-family-title);
}

.section2 {
	background: #000;
	padding: 93px 0;
}

.section2 .r-title {
	margin-top: 15px;
}

.r-video-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.r-video-container .r-video-text {
	width: 40%;
	display: block;
	position: relative;
}

.r-video-container .r-video-video {
	width: 55%;
	display: block;
	position: relative;
}

.r-video-play a {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}

.r-video-play a i {    
    z-index: 15;
	font-size: 15px;
  border-radius: 50%;
  padding: 15px 20px;
  background: #e82c30;
}

.section3 {
	background: #fff;
	padding: 100px 0;
}
.section3 .r-title {
	text-align: center;
}

.r-look-inside-container {
	padding-top: 110px;
	padding-bottom: 115px;
}
.r-look-inside-container .r-title {
	text-align: center;
}
.r-inside-lists {
	display: flex;
	gap: 60px;
	justify-content: center;
}
.r-inside-list {
	text-align: center;
}
.r-inside-list span {
	display: block;
	text-transform: uppercase;
}
.r-inside-text {
	margin-top: 25px;
}
.r-inside-num {
	font-size: 100px;
	font-family: var(--font-family-title);
	line-height: 1;
}

.section5 {
	background: #000;
	padding: 117px 0 120px;
}
.r-elite-container {
	text-align: center;
}

.r-below-container {
	padding-top: 117px;
	padding-bottom: 117px;
	text-align: center;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
	
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	.r-header-cta {
		display: none;
	}
	.r-logo img {
		display: none;
	}
	img.fx-header {
		display: block;
	}
	.r-header {
		justify-content: center;
	}
	
	.r-top-container {
		padding-top: 80px;
	}
	.r-agents-items {
		flex-flow: row wrap;
		justify-content: center;
	}
	.r-content-top-icons {
		flex-flow: row wrap;
	}
	
	.r-video-container {
		flex-flow: row wrap;
	}
	.r-video-container .r-video-text {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.r-video-play a {
		justify-content: center;
	}
	.r-video-container .r-video-video {
		width: 100%;
	}
	
	.r-inside-lists {
		flex-flow: row wrap;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	
	
}

@media only screen and (max-width: 567px) {	
	
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
	.r-content-top .r-title {
		font-size: 45px;
	}
	.r-title {
		font-size: 35px;
	}
}