@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
.container {
  display: block;
  width: 100%;
  margin: 120px auto;
  font-size: 0; }
  .container .item-cont {
    display: block;
    margin: 20px 0 50px 0; }
    .container .item-cont .text {
      display: inline-block;
      text-align: center;
      color: #fcfcfc;
      padding: 20px 0; }
      .container .item-cont .text h1 {
        display: block;
        width: 100%;
        font-size: 32px;
        line-height: 42px;
        font-weight: 300;
        letter-spacing: 4px;
        padding: 20px 0; }
        @media only screen and (max-width: 768px) {
          .container .item-cont .text h1 {
            font-size: 22px; } }
      .container .item-cont .text p {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 3px; }
    .container .item-cont .img-cont {
      display: inline-block;
      height: 600px;
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .container .item-cont .img-cont {
          height: 300px; } }
    .container .item-cont.type-1 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-1 .text {
        width: 60%; }
      .container .item-cont.type-1 .img-cont {
        width: 100%;
        height: auto; }
    .container .item-cont.type-2 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-2 .text {
        width: 60%; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-2 .text {
            width: 70%; } }
      .container .item-cont.type-2 .img-cont {
        width: 100%; }
    .container .item-cont.type-3 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-3 .text {
        width: 60%;
        padding: 50px 0; }
      .container .item-cont.type-3 .img-cont {
        width: 100%; }
    .container .item-cont.type-4 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-4 .text {
        width: 60%;
        padding: 50px 0; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-4 .text {
            width: 100%; } }
      .container .item-cont.type-4 .img-cont {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-4 .img-cont {
            width: 100%; } }
    .container .item-cont.type-5 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-5 .text {
        width: 60%;
        padding: 50px 0; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-5 .text {
            width: 100%; } }
      .container .item-cont.type-5 .img-cont {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-5 .img-cont {
            width: 100%; } }
    .container .item-cont.type-6 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-6 .text {
        width: 50%;
        height: 600px;
        padding: 50px; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-6 .text {
            width: 100%;
            height: auto; } }
      .container .item-cont.type-6 .img-cont {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-6 .img-cont {
            width: 100%; } }
    .container .item-cont.type-7 {
      width: 100%;
      text-align: center; }
      .container .item-cont.type-7 .text {
        width: 50%;
        height: 600px;
        padding: 50px; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-7 .text {
            width: 100%;
            height: auto; } }
      .container .item-cont.type-7 .img-cont {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          .container .item-cont.type-7 .img-cont {
            width: 100%; } }
  .container .banner {
    display: block;
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; }
    .container .banner.default {
      min-height: 800px;
      padding-top: 100px; }
    .container .banner.type-next {
      min-height: 800px;
      padding: 0; }
    .container .banner .info {
      display: block;
      width: 60%;
      margin: 0 auto;
      padding: 10px 0;
      color: #fff;
      text-align: center; }
      .container .banner .info h1 {
        display: block;
        padding: 20px 0;
        font-size: 40px;
        font-weight: 300; }
      .container .banner .info hr {
        display: block;
        width: 150px;
        margin: 10px auto;
        border-bottom: 1px #9e8d6a solid; }
      .container .banner .info p {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        line-height: 26px; }
    .container .banner.left-right {
      padding: 0; }
      .container .banner.left-right .info {
        display: inline-block;
        width: 50%;
        padding: 100px 20px 0 20px;
        vertical-align: top; }
      .container .banner.left-right .img-cont {
        display: inline-block;
        width: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        vertical-align: top; }
        .container .banner.left-right .img-cont img {
          display: block;
          width: 100%;
          height: auto; }
