.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: 'Nicholas Regular';
	src: url('../fonts/Nicholas_Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


html * {
    box-sizing: border-box;
}

body {
    background-color: #243141;
    margin: 0;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Nicholas Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #EAE9E3;
}

.main {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main .left,
.main .right {
    /* width: 50%; */
    height: 100%;
}

.main .left {
	width: 48.61%;
}
.main .right {
	width: 51.39%;
}


/* Left */
.main .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main .left .inner {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


/* Logo */
.main .left .logo {
    margin-bottom: 50px;
}
	.main .left .logo img {
		max-width: 536px;
	}


/* Text */
.main .left h1 {
	color: #EAE9E3;
	text-align: center;
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 54px; /* 142.105% */
	/* letter-spacing: -0.76px; */
	letter-spacing: 2px;
}

.main .left .text-container {
	color: #EAE9E3;
	text-align: center;
	/* font-family: Montserrat; */
	font-family: 'Nicholas Regular', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	/* letter-spacing: -0.36px; */
	letter-spacing: 1px;
}

.main .left p {
    margin: 0 auto 30px;
    max-width: 560px;
}

.main .left .text-container a {
    color: #EAE9E3;
    text-decoration: underline;
}

.main .mobile-logo {
    display: none;
}


/* Right */
.main .right {
    border-radius: 0;
}

.main .right .slick-list,
.main .right .slick-track {
    height: 100%;
}

.ss-caption-wrap,
.ss-paginate-wrap {
    display: none;
}

.ss-slide-stage,
.ss-slide {
    height: 100%;
    border-radius: 0 !important;
}

    .smoothslides img {
        width: 100% !important;
		height: 100% !important;
		max-height: unset !important;
		display: block !important;
        /* height: 500px !important; */
        /* position: relative; */
        /* top: 0; */
		object-fit: cover;
    }

.smoothslides img {
    /* height: 90vh !important; */
    /* width: auto; */
    /* display: block !important; */
}


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

    .main .left .inner {
        width: 100%;
        padding: 0 30px;
    }

    .main .left .logo {
        margin-bottom: 40px;
    }

    .main .left .logo img {
        max-width: 350px;
    }

    .main .left .text-container {
        font-size: 16px;
    }

    .main .left h1 {
        font-size: 34px;
    }

}


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

    .main {
        align-items: unset;
        height: auto;
    }

    .main .left {
        width: 100%;
        height: auto;
        order: 2;
    }

    .main .left .inner {
        padding: 40px 30px;
    }

    .main .right {
        width: 100%;
        height: 600px;
        order: 1;
    }

    .smoothslides img {
        width: 100% !important;
        /* height: 650px !important;
        position: relative;
        object-fit: cover;
        right: 0;
        top: 0; */
    }

}

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

    .main .left .logo {
        display: none;
    }

    .main .mobile-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 0;
        padding: 20px 0;
        width: 100%;
    }

    .main .mobile-logo img {
        width: 150px;
        height: auto;
    }

    .main .left .logo img {
        max-width: 120px;
    }

    .main .right {
        height: 500px;
    }

    .main .left .inner {
        padding: 30px;
    }

	.main .left h1 {
        font-size: 30px;
		line-height: 1.4;
    }

}

@media (max-width: 450px) {

    .main .left h1 {
        font-size: 30px;
    }

    .smoothslides img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        top: 0;
		object-fit: contain;
    }

}