*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

th {
  text-align: inherit;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

[role="button"] {
  cursor: pointer;
}

[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  color: #444;
  background: #f2f4f9;
}

h1 {
  margin: 30px 0 40px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  color: #444;
}
h1 sup {
  line-height: 0;
}

h4 {
  margin: 0;
  padding: 9px 38px;
  display: inline-block;
  border-radius: 60px;
  font-size: 20px;
  background: #f8f9fa;
  color: #555;
}

#hd,
#ct {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}

#hd {
  position: relative;
  padding: 20px 15px;
  text-align: center;
}
#hd a {
  padding: 10px 15px;
  display: inline-flex;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
#hd a svg {
  height: 104px;
}

#logo {
  padding: 10px 15px;
  display: inline-flex;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
#logo svg {
  height: 104px;
}

#mn {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
}
#mn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 100%;
  background: linear-gradient(45deg, #fdc871 0%, #fbee67 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
}

#ct {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
}
#ct .sl-text,
#ct .sl-show {
  flex: 1 0 auto;
  max-width: 100%;
}
#ct .sl-show {
  margin-top: 40px;
}

#ft {
  margin-top: auto;
  padding: 0 20px 15px;
  text-align: center;
  color: #868e96;
}

.text-center {
  text-align: center;
}

.t-err {
  margin: 0 0 15px;
  font-weight: 600;
  text-align: center;
  color: #e52c2c;
}

form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
form div {
  margin-top: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
form label {
  margin-right: 8px;
  flex-grow: 1;
  line-height: 38px;
}
form small {
  margin: 2px 0 5px;
  text-align: right;
  color: #939496;
}

.sl-h {
  margin: 0 auto;
  width: 240px;
  overflow: hidden;
}

.sl-c {
  width: 480px;
  display: flex;
  font-size: 0;
  -webkit-animation: slide 9s ease infinite;
  animation: slide 9s ease infinite;
}
.sl-c:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.sl-c a {
  border: none;
  padding: 3px;
  width: 240px;
  height: auto;
  font-size: 16px;
  text-align: center;
}
.sl-c a:hover,
.sl-c a:focus {
  border-bottom: none;
  text-decoration: none;
}
.sl-c img {
  width: 100%;
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  90% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  90% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.cd {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cd > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cd em {
  font-size: 50px;
  line-height: 60px;
  font-style: normal;
}
.cd span {
  margin-top: 5px;
  min-width: 75px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) {
  #hd,
  #ct {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin-top: 0;
  }

  #hd,
  #ct {
    width: 1170px;
    text-align: left;
  }

  #hd {
    margin-bottom: -100px;
  }

  #ct .sl-text {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #ct .sl-text:only-child {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #ct .sl-text:only-child .cd {
    justify-content: center;
  }
  #ct .sl-show {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .cd {
    justify-content: flex-start;
  }
} /*# sourceMappingURL=template.css.map */
