body {
  margin: 0;
  padding: 0;
  background-color: #005c5d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 500px) {
    body {
      font-size: 15px; } }

h1,
h2 {
  font-weight: bold;
  color: #000023; }

h1 {
  font-size: 32px;
  margin: 0; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 20px; } }

h2 {
  font-size: 24px;
  margin: 40px 0 0 0; }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 17px; } }

p {
  line-height: 1.4em;
  margin: 10px 0 0 0; }

button {
  padding: 0; }

.section-container {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #fff; }
  .section-container.article {
    padding: 40px 160px; }
    @media screen and (max-width: 1200px) {
      .section-container.article {
        padding: 40px 12%; } }
    @media screen and (max-width: 1000px) {
      .section-container.article {
        padding: 40px 5%; } }
    .section-container.article .bold {
      font-weight: bold; }
  .section-container.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px; }
  @media screen and (max-width: 600px) {
    .section-container.banner {
      height: 350px; } }

main {
  box-sizing: border-box; }

.btn {
  border: none;
  outline: none;
  background: #fff;
  height: 50px;
  font-size: 24px;
  font-weight: bold; }
  @media screen and (max-width: 500px) {
    .btn {
      height: 40px;
      font-size: 19px; } }
  .btn > span {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0 20px; }
    @media screen and (max-width: 500px) {
      .btn > span {
        line-height: 40px; } }
    @media screen and (max-width: 350px) {
      .btn > span {
        padding: 0 10px;
        font-size: 16px; } }
    .btn > span > span {
      flex: 1 0 auto;
      display: block; }
      .btn > span > span:last-of-type {
        padding-left: 8px; }
        @media screen and (max-width: 350px) {
          .btn > span > span:last-of-type {
            padding-left: 4px; } }
  .btn.btn-green {
    background-color: #005c5d;
    color: #fff; }
  .btn.btn-arrow {
    background-color: transparent;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-right: 25px; }
    @media screen and (max-width: 500px) {
      .btn.btn-arrow {
        padding-right: 20px; } }
    .btn.btn-arrow > span {
      background-color: #fff;
      padding: 0 18px 0 20px; }
    .btn.btn-arrow::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -25px;
      width: 0;
      height: 0;
      border: 25px solid #fff;
      border-top-color: transparent;
      border-bottom-color: transparent; }
      @media screen and (max-width: 500px) {
        .btn.btn-arrow::after {
          top: 0;
          right: -20px;
          border-width: 20px;
          border-top-color: transparent;
          border-bottom-color: transparent; } }
    .btn.btn-arrow.btn-arrow.btn-green {
      color: #fff; }
      .btn.btn-arrow.btn-arrow.btn-green > span {
        background-color: #005c5d; }
      .btn.btn-arrow.btn-arrow.btn-green::after {
        border: 25px solid #005c5d;
        border-top-color: transparent;
        border-bottom-color: transparent; }

header {
  box-sizing: border-box;
  height: 115px; }
  @media screen and (max-width: 500px) {
    header {
      height: 80px; } }
  header > .section-container {
    background-color: #005c5d;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header > .section-container > .logo-container {
      display: flex;
      align-items: center;
      margin-left: -20px;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 1480px) {
        header > .section-container > .logo-container {
          margin-left: 0; } }
      header > .section-container > .logo-container > a {
        flex: 0 1 auto; }
        @media screen and (max-width: 500px) {
          header > .section-container > .logo-container > a > img {
            height: 40px; } }
      header > .section-container > .logo-container > span {
        flex: 0 1 auto;
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        padding-left: 15px; }
        @media screen and (max-width: 920px) {
          header > .section-container > .logo-container > span > span {
            display: none; } }
        @media screen and (max-width: 500px) {
          header > .section-container > .logo-container > span {
            font-size: 20px;
            padding-left: 8px; } }
    header > .section-container > .nav-toggle {
      position: relative;
      transition: all 0.2s ease-in-out;
      margin-right: -20px; }
      @media screen and (max-width: 1480px) {
        header > .section-container > .nav-toggle {
          margin-right: 0; } }
      header > .section-container > .nav-toggle nav {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0px;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        display: none;
        box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15); }
        header > .section-container > .nav-toggle nav.show {
          display: block; }
        header > .section-container > .nav-toggle nav > ul {
          box-sizing: border-box;
          margin: 0;
          padding: 0; }
          header > .section-container > .nav-toggle nav > ul li {
            list-style-type: none;
            border-top: 1px solid #ccc;
            padding: 0; }
            header > .section-container > .nav-toggle nav > ul li > a {
              display: block;
              padding: 15px 20px;
              color: #000;
              font-size: 18px; }

footer {
  box-sizing: border-box; }
  footer > .section-container {
    box-sizing: border-box;
    height: 100%;
    padding: 20px 0 50px 0;
    background-color: #005c5d;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1480px) {
      footer > .section-container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 500px) {
      footer > .section-container {
        display: block;
        padding-top: 40px; } }
    footer > .section-container > div {
      flex: 0 1 auto;
      width: 45%; }
      @media screen and (max-width: 500px) {
        footer > .section-container > div {
          flex: none;
          width: 100%; } }
      footer > .section-container > div:first-of-type {
        color: #fff;
        font-size: 16px; }
        @media screen and (max-width: 700px) {
          footer > .section-container > div:first-of-type {
            font-size: 13px; } }
        @media screen and (max-width: 500px) {
          footer > .section-container > div:first-of-type {
            text-align: center; } }
      footer > .section-container > div:last-of-type {
        text-align: right; }
        @media screen and (max-width: 500px) {
          footer > .section-container > div:last-of-type {
            text-align: center;
            margin-top: 30px; } }
      footer > .section-container > div a {
        display: inline-block; }
        footer > .section-container > div a:last-of-type {
          margin-left: 30px; }
      footer > .section-container > div.logos img {
        max-height: 80px; }
        @media screen and (max-width: 700px) {
          footer > .section-container > div.logos img {
            max-height: 60px; } }

.section-container.start-banner {
  background-image: url(/img/start-banner.png); }
  @media screen and (max-width: 600px) {
    .section-container.start-banner {
      background-image: url(/img/start-banner-small.png); } }

.section-container.about-banner {
  background-image: url(/img/about-banner.png); }
  @media screen and (max-width: 600px) {
    .section-container.about-banner {
      background-image: url(/img/about-banner-small.png); } }

.section-container.play {
  display: flex;
  align-items: center;
  padding: 0; }
  @media screen and (max-width: 700px) {
    .section-container.play {
      display: block; } }
  .section-container.play > .play-banner {
    flex: 1 1 auto;
    width: 50%;
    min-height: 750px;
    box-sizing: border-box;
    background-color: #3cd52e;
    background-image: url(/img/play-banner.png);
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 1500px) {
      .section-container.play > .play-banner {
        min-height: 700px; } }
    @media screen and (max-width: 1400px) {
      .section-container.play > .play-banner {
        min-height: 650px; } }
    @media screen and (max-width: 1300px) {
      .section-container.play > .play-banner {
        min-height: 600px; } }
    @media screen and (max-width: 1200px) {
      .section-container.play > .play-banner {
        min-height: 550px; } }
    @media screen and (max-width: 1100px) {
      .section-container.play > .play-banner {
        min-height: 500px; } }
    @media screen and (max-width: 1000px) {
      .section-container.play > .play-banner {
        min-height: 450px;
        background-size: 50%; } }
    @media screen and (max-width: 700px) {
      .section-container.play > .play-banner {
        flex: none;
        width: 100%;
        min-height: 60vw;
        background-size: 40%; } }
  .section-container.play > .play-info {
    flex: 1 1 auto;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 40px; }
    @media screen and (max-width: 700px) {
      .section-container.play > .play-info {
        flex: none;
        width: 100%;
        padding: 30px 5%; } }
    .section-container.play > .play-info button {
      margin-top: 40px; }

