html {
  font-size: 100%;
}

body {
  margin: 0;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
summary,
div,
img,
object,
figure,
form,
fieldset {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.375vw;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

input,
optgroup,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

img,
object {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, address {
  position: relative;
}

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

p u,
li u {
  text-decoration: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  display: block;
  position: absolute;
  content: "";
}

@font-face {
  font-family: "Primary";
  src: url("../fonts/main-font.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Primary-bold";
  src: url("../fonts/main-font-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  font-size: 100%;
}
@media screen and (min-width: 1340px) {
  html {
    font-size: 100% !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  html {
    font-size: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  html {
    font-size: 87% !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  html {
    font-size: 85% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 639px) {
  html {
    font-size: 82% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  html {
    font-size: 80% !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  html {
    font-size: 75% !important;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 73% !important;
  }
}

body {
  color: #000;
  background: #b12f3b;
  line-height: 1.5;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
}

* {
  font-weight: 400;
  font-style: normal;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

address {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home .main-content {
  max-height: 100vh;
}
@media screen and (min-width: 992px) {
  .home .main-content {
    display: flex;
  }
}

.main-header {
  margin-bottom: 6.55rem;
}
@media screen and (max-width: 991px) {
  .main-header {
    margin-bottom: 5.625rem;
  }
}

.main-title {
  font-family: "Primary-bold";
  color: #fff;
  font-size: 3.5625rem;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
  text-indent: -4px;
}
@media screen and (max-width: 444px) {
  .main-title {
    font-size: 2.53125rem;
    margin-bottom: 0.3125rem;
  }
}
.main-title a {
  color: #fff;
  text-decoration: underline;
  text-transform: capitalize;
}

.main-subtitle {
  font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman Italic", Social;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 1.0625rem;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 444px) {
  .main-subtitle {
    font-size: 0.73rem;
  }
}
.main-subtitle a {
  font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman Italic", Social;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.main-content__text {
  font-family: "Primary";
  color: #fff;
  font-size: 3.1875rem;
  letter-spacing: -1.6px;
  line-height: 3.3125rem;
}
@media screen and (min-width: 992px) {
  .main-content__text {
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .main-content__text {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 640px) {
  .main-content__text {
    font-size: 2.625rem;
    line-height: 2.625rem;
    max-width: 98%;
  }
}
@media screen and (max-width: 320px) {
  .main-content__text {
    font-size: 2.25rem;
  }
}
.main-content__text a {
  color: #fff;
  text-decoration: underline;
}

.text-col {
  width: 44.91525%;
  float: left;
  margin-right: 1.69492%;
  padding: 1.875rem 0 0 2.75rem;
}
@media screen and (max-width: 991px) {
  .text-col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 1.875rem;
  }
}
@media screen and (max-width: 444px) {
  .text-col {
    padding-top: 1.25rem;
  }
}

.slide-col {
  width: 53.38983%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .slide-col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.slide-col .image-slide {
  position: relative;
}
@media screen and (min-width: 992px) {
  .slide-col .image-slide {
    height: 100vh;
  }
}
.slide-col .image-slide .slick-slide {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .slide-col .image-slide .slick-slide {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .slide-col .image-slide .slick-slide {
    padding-top: 33%;
  }
}
.slide-col .image-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (min-width: 1600px) {
  .slide-col .image-slide img {
    width: 100%;
    height: auto;
    left: unset;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .slide-col .image-slide img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .slide-col .image-slide img {
    width: 100%;
  }
}

.image-slide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.image-slide.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.why .text-col {
  padding-top: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .why .text-col {
    padding-top: 8.75rem;
  }
}

.info-text {
  color: #fff;
  font-family: "Primary";
  font-size: 1.625rem;
  letter-spacing: 0.1px;
  line-height: 1.84375rem;
}
@media screen and (min-width: 768px) {
  .info-text {
    max-width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .info-text {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
}
.info-text a {
  color: #fff;
  text-decoration: underline;
}

.grid-page {
  padding: 2.75rem;
}
.grid-page .main-header {
  margin-bottom: 4.05rem;
}

.grid {
  overflow: hidden;
  *zoom: 1;
}

.grid-item {
  width: 23.72881%;
  float: left;
  margin-bottom: 15px;
}
.grid-item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.grid-item:nth-child(4n + 2) {
  margin-left: 25.42373%;
  margin-right: -100%;
  clear: none;
}
.grid-item:nth-child(4n + 3) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.grid-item:nth-child(4n + 4) {
  margin-left: 76.27119%;
  margin-right: -100%;
  clear: none;
}
@media screen and (max-width: 991px) {
  .grid-item {
    width: 49.15254%;
    float: left;
  }
  .grid-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-item:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .grid-item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
}
