@keyframes width100 {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes width90 {
  from {
    width: 0; }
  to {
    width: 90px; } }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-Light.woff2") format("woff2"), url("../fonts/Kessel105Text-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text Light Oblique';
  src: url("../fonts/Kessel105Text-LightOblique.woff2") format("woff2"), url("../fonts/Kessel105Text-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-Light.woff2") format("woff2"), url("../fonts/Kessel105Text-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-HeavyOblique.woff2") format("woff2"), url("../fonts/Kessel105Text-HeavyOblique.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-Bold.woff2") format("woff2"), url("../fonts/Kessel105Text-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-Heavy.woff2") format("woff2"), url("../fonts/Kessel105Text-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-BookOblique.woff2") format("woff2"), url("../fonts/Kessel105Text-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-Book.woff2") format("woff2"), url("../fonts/Kessel105Text-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-BoldOblique.woff2") format("woff2"), url("../fonts/Kessel105Text-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Kessel 105 Text';
  src: url("../fonts/Kessel105Text-LightOblique.woff2") format("woff2"), url("../fonts/Kessel105Text-LightOblique.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Kessel 105 Text'; }

::-moz-focus-inner {
  border: 0; }

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important; }

.landing_page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/monaco-backround.jpg"); }
  .landing_page .logo {
    background-color: white;
    display: block;
    text-align: center;
    padding: 15px 30px; }
  .landing_page .d-flex {
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    height: 100vh;
    padding: 40px; }
    .landing_page .d-flex ul {
      list-style-type: none;
      padding: 0;
      margin: 30px 0;
      border-top: 2px solid #a2a4a6;
      display: block;
      width: 100%;
      text-align: center; }
      .landing_page .d-flex ul li {
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 2px solid #a2a4a6;
        color: white;
        font-weight: bold; }
      .landing_page .d-flex ul.social_list {
        border: 2px solid #848e9f;
        padding: 10px;
        text-align: center;
        width: auto; }
        .landing_page .d-flex ul.social_list li {
          padding: 0;
          margin-bottom: 20px;
          border: none; }
          .landing_page .d-flex ul.social_list li a {
            color: #8595a9;
            transition: all 0.3s; }
            .landing_page .d-flex ul.social_list li a:hover {
              color: white; }
          .landing_page .d-flex ul.social_list li:last-child {
            margin-bottom: 0; }

.site_select {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .site_select h1 {
    font-size: 14px;
    position: relative;
    padding-left: 150px;
    color: white;
    font-weight: 300;
    margin: 0; }
    .site_select h1::before {
      content: '';
      animation-name: width90;
      animation-duration: 1.7s;
      animation-delay: 0.5s;
      animation-timing-function: ease;
      animation-fill-mode: forwards;
      height: 1px;
      background-color: white;
      position: absolute;
      left: 35px;
      top: 10px; }
    .site_select h1 span {
      position: absolute;
      left: 0; }
  .site_select .site_select_list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0; }
    .site_select .site_select_list li {
      border: none; }
      .site_select .site_select_list li span {
        color: white;
        font-weight: 300;
        text-transform: uppercase;
        position: relative;
        font-size: 48px;
        margin-left: 20px; }
        .site_select .site_select_list li span::before {
          content: '';
          width: 17px;
          height: 16px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/copyright.png");
          position: absolute;
          right: -20px;
          top: 0px; }
        .site_select .site_select_list li span::after {
          content: '';
          animation-name: width100;
          animation-duration: 1.7s;
          animation-delay: 0.75s;
          animation-timing-function: ease;
          animation-fill-mode: forwards;
          height: 2px;
          background-color: white;
          position: absolute;
          bottom: 0;
          left: 0; }
      .site_select .site_select_list li a {
        font-size: 95px;
        color: white;
        font-weight: 900;
        text-transform: uppercase;
        position: relative; }
        .site_select .site_select_list li a:hover {
          transition: all 0.3s; }
          .site_select .site_select_list li a:hover::before {
            content: '';
            animation-name: width100;
            animation-duration: 1s;
            animation-delay: 0.25s;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            height: 3px;
            background-color: #ec1b24;
            position: absolute;
            bottom: 7px; }
  .site_select .list-inline {
    padding: 0;
    margin: 40px 0; }
    .site_select .list-inline .list-inline-item {
      position: relative;
      margin-right: 80px;
      display: inline-block; }
      .site_select .list-inline .list-inline-item a {
        color: white;
        font-size: 17px;
        font-weight: bold;
        padding-left: 20px;
        z-index: 2;
        position: relative;
        display: block; }
        .site_select .list-inline .list-inline-item a img {
          position: relative;
          left: 15px;
          transition: all 0.3s; }
        .site_select .list-inline .list-inline-item a:hover img {
          left: 30px; }
      .site_select .list-inline .list-inline-item::before {
        content: '';
        width: 61px;
        height: 67px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/link.png");
        position: absolute;
        left: 0;
        top: -20px; }
      .site_select .list-inline .list-inline-item span {
        position: absolute;
        top: -20px;
        left: 70px;
        font-size: 14px;
        color: #969fc2; }
  .site_select p {
    font-size: 16px;
    color: white;
    margin: 40px 0 20px 0;
    display: inline-block; }
    .site_select p u {
      font-weight: bold; }
    .site_select p.copyright {
      color: #6673a4;
      font-size: 14px;
      display: block; }
      .site_select p.copyright b {
        color: white; }
      .site_select p.copyright a {
        text-decoration: underline;
        color: #969fc2;
        font-weight: bold; }

.monaco {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/monaco.jpg");
  position: relative;
  height: 100%; }

/*************
MEDIA
*************/
/******
1919
******/
@media only screen and (max-width: 1919px) {
  .site_select .site_select_list li a {
    font-size: 70px; }
  .site_select p br {
    display: none; } }

/******
1599
******/
@media only screen and (max-width: 1599px) {
  .landing_page .d-flex {
    padding: 20px; }
    .landing_page .d-flex ul li {
      font-size: 16px; }
  .site_select .site_select_list li span {
    display: none; } }

/******
1199
******/
@media only screen and (max-width: 1199px) {
  .landing_page .d-flex ul li {
    font-size: 14px; }
  .site_select .site_select_list li a {
    font-size: 48px; }
  .site_select .site_select_list li span {
    display: none; }
  .site_select .list-inline {
    margin: 60px 0 0 0; }
    .site_select .list-inline .list-inline-item {
      margin: 0 0 60px 0;
      display: block; } }

/******
991
******/
@media only screen and (max-width: 991px) {
  .landing_page .d-flex {
    height: auto; }
    .landing_page .d-flex img,
    .landing_page .d-flex .social_list {
      display: none; }
  .site_select {
    border: none;
    padding: 15px; }
    .site_select .list-inline .list-inline-item:last-child {
      margin-bottom: 40px; }
  .monaco {
    display: none; } }

/******
767
******/
/******
479
******/
