/*!
Theme Name: mytheme
Theme URI: http://underscores.me/
Author: Roni Levi
Author URI: http://www.Roni Levi.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
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 with others.

mytheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;600;700;800&display=swap');

form#wpforms-form-356 {
	font-family: "Assistant", Sans-serif !important;
}
.wpforms-title {
	text-align: center;
	font-size: 48px !important;
}
.wpforms-field-small.wpforms-field-required {
	border-radius: 30px !important;
	width: 88% !important;
	border: none !important;
	background-color: #E1EAEA !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-small {
	max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    clear: none !important;
    float: right !important;
    width: 50%;
}
.wpforms-field.wpforms-field-checkbox {
	width: 93% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	background-color: #E1EAEA;
	border-radius: 6px;
    border: none;
    color: #444;
    padding: 15px 15px 0;
    margin-top: 15px;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
}
#wpforms-submit-356 {
	border-radius: 30px;
    width: 93%;
	background-color: #D1D1D1;
}



html {
	font-family: 'Assistant', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Assistant', sans-serif;
	color: #000000;
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
	background-color: #FFFFFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

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

p {
	margin-bottom: 0;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.entry-content ul {
	list-style: disc;
	padding-right: 30px;
}

.entry-content ol {
	list-style: decimal;
	padding-right: 30px;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	background: #ffffff;
}

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 {
	border: 1px solid #ccc;
	background: #ffffff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/**************************
	RESET 
***************************/
	
	*::selection {
		background-color: rgba(0, 0, 0, 0.1);
	}

	*:focus {
		outline: 0 !important;
	}
	
	::-webkit-input-placeholder { color: #000000; }
	::-moz-placeholder { color: #000000; }
	:-ms-input-placeholder { color: #000000; }
	:-moz-placeholder { color: #000000; }

	.error::-webkit-input-placeholder { color: #ee6262; }
	.error::-moz-placeholder { color: #ee6262; }
	.error:-ms-input-placeholder { color: #ee6262; }
	.error:-moz-placeholder { color: #ee6262; }

	::-webkit-scrollbar-track	{
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar	{
		width: 12px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.15);
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.3);
	}


	
/**************************
	GLOBALS
***************************/

	.fullheight {
		height: 100%;
	}
	
	.bgi {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	a {
		display: inline-block;
	}

	svg {
		height: auto;
	}

	button {
		border: 0;
		background-color: transparent;
	}

	h2 {
		font-weight: lighter;
		color: #077CDC;
		font-size: 50px;
		margin-bottom: 20px;
	}

	.inner-padding {
		padding-right: 145px !important;
		padding-left: 145px !important;
	}

	
/**************************
	Header + Footer
***************************/
/*
	header {
		position: absolute;
		top: 0;
		right: 85px;
		left: 0;
		padding: 30px;
		z-index: 2;
	}

	nav li {
		display: inline-block;
	}

	nav li a {
		position: relative;
		line-height: 0.9;
		padding: 10px 30px;
		color: #ffffff !important;
	}

	nav li a::after {
		content: "";
		height: 2px;
		width: 0;
		background-color: #ffffff;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		transition: all 0.4s ease;
	}

	nav li a:hover::after {
		width: 100%;
	}

	footer {
		background-color: #1F1717;
		padding: 25px;
		font-weight: 200;
		color: #FFFFFF;
	}
*/

	/**************************
		Hamburger
	***************************/

		.hamburger {
			display: none;
			position: relative;
			right: 0;
			cursor: pointer;
			height: 25px;
			width: 35px;
			margin: 0;
			padding: 0;
			border: 0;
			background-color: transparent;
			transition: all 0.15s ease;
			z-index: 100;
		}

		.hamburger-box {
			position: relative;
			display: inline-block;
			width: 100%;
			height: 100%;
		}

		.hamburger-inner {
			display: block;
			width: 30px;
			transition: all 0.3s ease;
		}

		.hamburger-inner,
		.hamburger-inner:after,
		.hamburger-inner:before {
			position: absolute;
			height: 4px;
			background-color: #ffffff;
			transition: transform 0.15s ease, background-color 0.15s ease;
		}

		.hamburger-inner:after,
		.hamburger-inner:before {
			display: block;
			content: "";
			width: 30px;
		}

		.hamburger--slider .hamburger-inner {
			top: 2px;
		}

		.hamburger--slider .hamburger-inner:before {
			width: 30px;
			top: 10px;
			transition: transform 0.15s ease, opacity 0.15s ease;
		}

		.hamburger--slider .hamburger-inner:after {
			top: 20px;
		}

		.hamburger--slider.active .hamburger-inner,
		.hamburger--slider.active .hamburger-inner:before,
		.hamburger--slider.active .hamburger-inner:after {
			background-color: #707070 !important;
		}

		.hamburger--slider.active .hamburger-inner {
			transform: translate3d(0,10px,0) rotate(45deg);
		}

		.hamburger--slider.active .hamburger-inner:before {
			transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
			opacity: 0;
		}

		.hamburger--slider.active .hamburger-inner:after {
			transform: translate3d(0,-20px,0) rotate(-90deg);
		}


	
/**************************
	Opening
***************************/

	.opening {
		height: 90vh;
		min-height: 850px;
		padding-top: 10px;
		background: transparent linear-gradient(180deg, #44A3DE 0%, #00A08E 100%) 0% 0% no-repeat padding-box;
	}

	.opening .inner-padding {
		padding-left: 0 !important;
		margin-bottom: 50px;
	}

	.opening-info {
		color: #ffffff;
	}

	.opening-info-title {
		font-weight: lighter;
		font-size: 48px;
		line-height: 0.9;
		margin-bottom: 20px;
	}

	.opening-info-title strong {
		font-size: 75px;
	}

	.opening-info-title p:last-of-type strong {
		text-decoration: underline;
	}
	
	.opening-info-subtitle {
		font-size: 40px;
		margin-bottom: 15px;
	}
	
	.opening-info-subtitle strong {
		color: #FFE38D;
	}

	.opening-info-text,
	.opening .form {
		max-width: 550px;
		margin-bottom: 15px;
	}

	.opening .form p {
		color: #ffffff;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.input-wrapper {
		position: relative;
	}

	.input-wrapper input {
		font-size: 25px;
		border: 0;
		border-radius: 36px;
		height: 65px;
		width: 100%;
		padding: 13px 30px;
		margin-bottom: 22px;
		border: 2px solid #ffffff;
		transition: border 0.5s ease;
	}

	.input-wrapper.error input {
		border: 2px solid red;
	}

	form button {
		position: relative;
		z-index: 1;
		font-size: 38px;
		font-weight: bold;
		border-radius: 36px;
		height: 65px;
		background-color: #FFE38D;
		width: 100%;
		transition: background-color 0.3s ease;
	}

	form button:hover {
		background-color: #fff3cc;
	}

	form button svg {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}

	.input-wrapper span {
		position: absolute;
		left: 5%;
		bottom: 3px;
		opacity: 0;
		font-size: 16px;
		color: #ffffff;
		transition: transform 0.5s ease, opacity 0.5s ease;
	}

	.input-wrapper.error span {
		transform: translateY(0);
		opacity: 1;
	}

	.thankyou {
		position: relative;
		min-height: 200px;
		color: #ffffff;
		display: none;
	}

	.contact .thankyou {
		color: #000000;
	}

	.thankyou p {
		position: absolute;
		top: 50%;
		right: 50%;
		width: 100%;
		transform: translate(50%, -50%);
	}

	
/**************************
	About
***************************/

	.about {
		padding: 70px 0 90px;
		background-color: #F4F4F4;
	}

	.about .col-xl-7 {
		overflow: hidden;
	}

	.about-video {
		position: relative;
		transform: scale(0);
		transition: transform 1.2s ease; 
	}

	.about.active .about-video {
		transform: scale(1);
	}

	video {
		cursor: pointer;
		height: 410px;
		width: 100%;
		border: 13px solid #ffffff;
		box-shadow: 0px 23px 26px #45454558;
	}

	.about-video-play {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}

	.about-video-play svg {
		width: 90px;
		height: auto;
	}

	.about-video-play svg ellipse {
		transition: fill 0.4s ease;
	}

	.about-video-play:hover svg ellipse {
		fill: #fff3cc;
	}

	.about-info {
		max-width: 800px;
		padding-right: 120px;
		transform: translateX(100%);
		transition-delay: 0.8s;
		transition: transform 1s ease;
	}

	.about.active .about-info {
		transform: translateX(0);
	}

	.about-info p {
		line-height: 1.2;
		font-weight: lighter;
	}


	
/**************************
	Benefits
***************************/
	
	.benefits {
		max-width: 1400px;
		margin: 0 auto;
		padding-top: 35px;
		padding-bottom: 50px;
	}
	
	.benefits h2 {
		margin-bottom: 60px;
	}

	.benefits-item-image {
		height: 200px;
		margin-bottom: 30px;
		transform: scale(0);
		transition: transform 0.6s ease;
	}

	.benefits-item-image.active {
		transform: scale(1);
	}

	.benefits-item h3 {
		font-size: 33px;
		margin-bottom: 30px;
	}

	.benefits-item p {
		font-size: 22px;
		max-width: 335px;
		margin: 0 auto;
	}

	.benefits-item button {
		color: #077CDC;
		font-size: 22px;
		font-weight: bold;
		text-decoration: underline;
		transition: color 0.3s ease;
	}

	.benefits-item button:hover {
		color: #5bb5ff;
	}

	.benefits-item-text p:first-of-type {
		position: relative;
	}

	.benefits-item-text p:first-of-type::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50%;
		background: linear-gradient(360deg, rgba(255, 255, 255, 0.8) 0%, rgba(90, 90, 90, 0) 100%);
		z-index: 2;
	}

	.benefits-item-text p:first-of-type.active::after {
		height: 0;
	}

	.benefits-item-text p:last-of-type {
		display: none;
	}



/**************************
	Info
***************************/
	
	.info-wrapper {
		position: relative;
		z-index: 1;
		padding: 65px 0;
	}

	.info-bgi {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url('./images/info.png');
		z-index: 2;
		opacity: 0.3;
	}

	.info {
		position: relative;
		z-index: 3;
	}

	.info p {
		font-weight: lighter;
		max-width: 700px;
	}

	.info p:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.info-slider-item {
		height: 385px;
	}

	.slick-dots {
		text-align: center;
		margin-top: 0px;
	}

	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		font-size: 0;
		height: 20px;
		width: 20px;
		background-color: #ffffff;
		border-radius: 50%;
		margin: 0 30px;
		transition: background-color 0.4s ease; 
	}

	.slick-dots li.slick-active {
		background-color: #625584;
	}



/**************************
	Contact
***************************/

	.contact {
		position: relative;
		padding-top: 35px;
		padding-bottom: 65px;
	}

	.contact h2 {
		color: #625584;
	}

	.contact-logo {
		position: absolute;
		left: 60px;
		top: 35px;
		z-index: 1;
		width: 220px;
	}

	.contact-form-title {
		font-weight: 200;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.contact-form-title a {
		text-decoration: underline;
	}

	.contact-form .input-wrapper {
		margin-left: 20px;
	}

	.contact-form input {
		background-color: #F0F0F0;
	}

	.contact-form form button {
		text-align: right;
		padding-right: 35px;
	}

	.contact-form form button svg {
		left: 35px;
	}

	.contact-form .input-wrapper span {
		color: #000000;
	}


	
/**************************
	MEDIA QUERIES
***************************/

	/* 1600 */
	@media (max-width: 1599px) {
		body {
			font-size: 28px;
		}
		h2 {
			font-size: 42px;
		}
		.info p {
			max-width: 600px;
		}
		.inner-padding {
			padding-right: 120px !important;
			padding-left: 120px !important;
		}
		.input-wrapper input {
			font-size: 22px;
			padding: 13px 20px;
		}
		form button {
			font-size: 34px;
		}
		video {
			height: 300px;
		}
	}

	/* 1400 */
	@media (max-width: 1399px) {
		body {
			font-size: 26px;
		}
		.opening {
			min-height: 800px;
		}
		.opening-info-title {
			font-size: 40px;
		}
		.opening-info-title strong {
			font-size: 64px;
		}
		.opening-info-subtitle {
			font-size: 36px;
		}
		form [class*="col-"] {
			padding-right: 10px !important;
			padding-left: 10px !important;
		}
		.input-wrapper input {
			margin-bottom: 15px;
		}
		.opening .inner-padding {
			margin-bottom: 40px;
		}
		.inner-padding {
			padding-right: 90px !important;
			padding-left: 90px !important;
		}
		.about-info {
			max-width: 800px;
			padding-right: 40px;
		}
		.info p {
			max-width: 540px;
		}
		.info p:not(:last-of-type) {
			margin-bottom: 20px;
		}
		.info-slider-item {
			height: 300px;
		}
		.slick-dots li {
			margin: 0 20px;
		}
		.contact-logo {
			width: 180px;
		}
		.contact-form .input-wrapper {
			margin-left: 10px;
		}
		.contact-form form button svg {
			left: 15px;
			width: 35px;
		}
	}

	/* 1200 - mobile */
	@media (max-width: 1199px) {
		body {
			font-size: 24px;
		}
		.mobile-none {
			display: none;
		}
		.inner-padding {
			padding-right: 0 !important;
			padding-left: 0 !important;
		}
		.logo img {
			width: 200px;
		}
		.opening {
			min-height: 720px;
			text-align: center !important;
		}
		.opening-info-text, .opening .form {
			margin: 0 auto;
		}
		.menu-wrapper .d-flex {
			display: flex !important;
		}
		.hamburger {
			display: block;
		}
		.menu-wrapper {
			position: fixed;
			right: 0;
			top: 0;
			bottom: 0;
			width: 280px;
			transform: translateX(100%); 
			background-color: #ffffff;
			text-align: center;
			z-index: 99;
			box-shadow: 0 1px 15px 0 #00000029;
			transition: all 0.6s ease;
		}
		.menu-wrapper.active {
			transform: translateX(0); 
		}
		header nav li {
			display: block;
			width: 100%;
			border-bottom: 1px solid #D5D5D5;
			text-align: right;
		}
		header nav li a {
			padding: 20px 40px;
			color: #000000 !important;
		}
		header {
			padding-right: 0;
			right: 40px;
		}
		.opening .inner-padding {
			padding: 0 !important;
		}
		.about {
			padding: 50px 0 0;
		}
		.about-video-play {
			width: 80px;
		}
		.about-info {
			padding: 0;
			margin-bottom: 40px;
		}
		.about > .row {
			text-align: center;
			width: 650px;
			margin: 0 auto;
		}
		.about-video {
			height: 380px;
			margin-bottom: 40px;
		}
		video {
			height: 100%;
		}
		#imageNewPlace img {
			width: 650px;
		}
		.benefits h2 {
			margin-bottom: 30px;
		}
		.benefits-item-image,
		.benefits-item h3 {
			height: auto;
			margin-bottom: 15px;
		}
		.benefits-item {
			margin-bottom: 30px;
		}
		.info {
			text-align: center;
		}
		.info > .row,
		.contact {
			width: 650px;
			margin: 0 auto;
		}
		.info p {
			max-width: none;
		}
		.info-content {
			margin-bottom: 30px;
		}
		.contact {
			text-align: center;
			padding-bottom: 35px;
		}
		.contact-form,
		.contact .thankyou {
			margin-bottom: 30px;
		}
		.contact-logo {
			position: relative;
			left: auto;
			top: auto;
			margin: 0 auto;
			width: 220px;
		}
		.contact-form .input-wrapper.checkPhone {
			margin-right: 10px;
		}
		.contact-form .input-wrapper.name {
			margin-left: 10px;
		}
		.contact-form .input-wrapper {
			margin-left: 0;
		}
	}

	/* 992 */
	@media (max-width: 991px) {
		
	}

	/* 768 */
	@media (max-width: 767px) {
		.about > .row,
		#imageNewPlace img,
		.info > .row,
		.contact {
			max-width: 550px;
		}
		.opening-info-text, .opening .form {
			max-width: 500px;
		}
		.opening {
			height: auto;
			min-height: 650px;
			padding-top: 120px;
		}
	}

	/* 575 */
	@media (max-width: 574px) {
		.about > .row,
		#imageNewPlace img,
		.info > .row,
		.contact {
			max-width: 460px;
		}
		.opening-info-text, .opening .form {
			max-width: 450px;
		}
		.about-video {
			height: 270px;
		}
		h2 {
			font-size: 35px;
		}
		.contact-form .input-wrapper.checkPhone,
		.contact-form .input-wrapper.name {
			margin-left: 0;
			margin-right: 0;
		}
	}

	/* 480 */
	@media (max-width: 479px) {
		.thankyou {
			min-height: 140px;
		}
		.opening {
			min-height: 590px;
		}
		.about > .row,
		#imageNewPlace img,
		.info > .row,
		.contact {
			max-width: 360px;
		}
		.opening-info-text, .opening .form {
			max-width: 330px;
		}
		.opening-info-title {
			font-size: 36px;
		}
		.opening-info-title strong {
			font-size: 58px;
		}
		.opening-info-subtitle {
			font-size: 32px;
		}
		form [class*="col-"] {
			padding-right: 5px !important;
			padding-left: 5px !important;
		}
		.about-video {
			height: 215px;
		}
		.info-wrapper {
			padding: 45px 0;
		}
		.about-video-play svg {
			width: 70px;
		}
	}

	/* 380 */
	@media (max-width: 379px) {
		
	}