@import url(normalize.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,600,700");
html,
body {
  width: 100%;
  height: 100%; }

html {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.35em; }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }

body {
  background: #0b9cdf; }

.body-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: hidden;
  background: #10abf3; }

.frame-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 15px; }

.frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 922px; }
  .frame .shape {
    z-index: 1; }
    .frame .shape .bg {
      position: relative;
      background: url("frame-top.png") no-repeat bottom center #10abf3;
      background-size: contain;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding-top: 7.44902%;
      z-index: 1; }
      .frame .shape .bg::before {
        position: absolute;
        background: #10abf3;
        top: -100px;
        bottom: 100%;
        left: 0;
        right: 0;
        content: ''; }
    @media (min-width: 990px) {
      .frame .shape::after, .frame .shape::before {
        position: absolute;
        left: 90%;
        top: -40px;
        bottom: 60%;
        width: 100%;
        content: '';
        background: #0b9cdf;
        z-index: 0;
        transform: rotate(25deg);
        transform-origin: 0 0; }
      .frame .shape::after {
        top: 45%;
        left: 95%;
        bottom: 0;
        transform: rotate(8deg);
        transform-origin: 0 100%; } }
  .frame .content {
    position: relative;
    margin-top: 0.5%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    padding: 5vw 5vw; }
    .frame .content::before {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin-top: -0.5%;
      padding-top: 0.5%;
      background: #10abf3;
      z-index: 10;
      content: ''; }

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: flex-end;
  box-sizing: border-box;
  min-height: 75px;
  padding: 10px;
  background: #fff;
  text-align: center;
  color: #919294;
  letter-spacing: 0.5px; }
  .footer span {
    color: #61aedf;
    font-style: italic; }
  .footer img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px; }

.content {
  text-align: center;
  font-size: 1.15em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  color: rgba(18, 30, 62, 0.9); }
  .content h1 {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.25em;
    color: #121e3e; }
  .content .ico {
    max-width: 20vw; }
