* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  margin: 0;
  height: 100%; }

html {
  font: 400 30px/1.42 "Montserrat", sans-serif;
  box-sizing: border-box;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 1366px) and (min-width: 1025px) {
    html {
      font-size: 27px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    html {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 21px; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  font-size: 16px;
  color: #232323; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden; }

.container {
  width: 1140px;
  max-width: 86%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 481px) {
    .container {
      max-width: 94%; } }

article, aside, figure, footer, header, nav, section {
  display: block; }

button {
  background: rgba(255, 255, 255, 0);
  border: medium none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

td {
  vertical-align: middle; }

table {
  border-spacing: 0; }

mark {
  background: none; }

ul {
  list-style: none; }

img {
  height: auto;
  display: block;
  max-width: 100%; }

.content img.alignnone {
  margin: 0 0 0.7rem; }
.content img.aligncenter {
  margin: 0 auto 0.7rem; }
.content img.alignleft {
  float: left;
  margin: 0 0.7rem 0.7rem 0; }
.content img.alignright {
  float: right;
  margin: 0 0 0.7rem 0.7rem; }

a, input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), select, textarea, h3 a + img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a {
  color: #304ffe;
  outline: 0 none;
  text-decoration: none; }
  a:active {
    outline: 0 none;
    text-decoration: none; }
  @media screen and (min-width: 1025px) {
    a:hover {
      outline: 0 none;
      text-decoration: none; } }
  a > img {
    border: 0; }

input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), select, textarea {
  width: 100%;
  outline: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important; }

input[type="submit"],
input[type="button"] {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #232323;
  opacity: 1; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #232323;
  opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #232323;
  opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #232323;
  opacity: 1; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

::selection {
  color: #fff;
  background: #304ffe; }

::-moz-selection {
  color: #fff;
  background: #304ffe; }

html::-webkit-scrollbar {
  width: 8px; }
  @media screen and (min-width: 1025px) {
    html::-webkit-scrollbar {
      width: 12px; } }

::-webkit-scrollbar-thumb {
  background: #304ffe; }

::-webkit-scrollbar-track {
  background: #eaeaea; }

::-webkit-scrollbar-thumb:hover {
  background: #1739fe; }

::-webkit-scrollbar-thumb:active {
  background: #1739fe; }

.full_frame {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .full_frame > iframe, .full_frame > object, .full_frame > embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  .flex__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .flex__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  .flex_start__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .flex_start__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

@media screen and (min-width: 1025px) {
  .flex_center__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

@media screen and (min-width: 768px) {
  .flex_center__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

.flex_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(var(--grid-gap) / -2); }
  .flex_grid > * {
    margin: 0 calc(var(--grid-gap)/2); }

@media screen and (min-width: 1025px) {
  .flex_grid__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(var(--grid-gap) / -2); }
    .flex_grid__rwd > * {
      margin: 0 calc(var(--grid-gap)/2); } }

@media screen and (min-width: 768px) {
  .flex_grid__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(var(--grid-gap) / -2); }
    .flex_grid__mob > * {
      margin: 0 calc(var(--grid-gap)/2); } }

[class*="flex_grid"] {
  --grid-gap: 0.6666666667rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc(var(--grid-gap) * -1); }
  [class*="flex_grid"]._nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  [class*="flex_grid"] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: calc(var(--grid-gap)); }
    [class*="flex_grid"] > *._col_1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12 - var(--grid-gap));
      flex: 0 0 calc(100%/12 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*2 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*2 - var(--grid-gap));
      flex: 0 0 calc(100%/12*2 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*3 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3 - var(--grid-gap));
      flex: 0 0 calc(100%/12*3 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*4 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4 - var(--grid-gap));
      flex: 0 0 calc(100%/12*4 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*5 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*5 - var(--grid-gap));
      flex: 0 0 calc(100%/12*5 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*6 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6 - var(--grid-gap));
      flex: 0 0 calc(100%/12*6 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*7 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*7 - var(--grid-gap));
      flex: 0 0 calc(100%/12*7 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*8 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*8 - var(--grid-gap));
      flex: 0 0 calc(100%/12*8 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*9 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*9 - var(--grid-gap));
      flex: 0 0 calc(100%/12*9 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*10 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*10 - var(--grid-gap));
      flex: 0 0 calc(100%/12*10 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*11 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*11 - var(--grid-gap));
      flex: 0 0 calc(100%/12*11 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - var(--grid-gap));
      flex: 0 0 calc(100% - var(--grid-gap)); }
    @media screen and (max-width: 1024px) {
      [class*="flex_grid"] > *.__rwd {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      [class*="flex_grid"] > *.__25_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gap));
        flex: 0 0 calc(25% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__33_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.333% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - var(--grid-gap));
        flex: 0 0 calc(33.333% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__50_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gap));
        flex: 0 0 calc(50% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__full_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gap));
        flex: 0 0 calc(100% - var(--grid-gap)); } }
    @media screen and (max-width: 767px) {
      [class*="flex_grid"] > *.__mob {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      [class*="flex_grid"] > *.__25_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gap));
        flex: 0 0 calc(25% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__33_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.333% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - var(--grid-gap));
        flex: 0 0 calc(33.333% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__50_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gap));
        flex: 0 0 calc(50% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__full_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gap));
        flex: 0 0 calc(100% - var(--grid-gap)); } }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.last_no_spacing > *:last-child:not(.button), section > *:last-child:not(.button) {
  margin-bottom: 0;
  padding-bottom: 0; }

@media screen and (min-width: 1025px) {
  .rwd_show {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .rwd_hide {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mob_show {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .mob_hide {
    display: none !important; } }

.button {
  display: inline-block;
  vertical-align: middle;
  font: 500 13px/1.2 "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background: #304ffe;
  min-width: 5.7333333333rem;
  text-align: center;
  padding: 0.4333333333rem 0.9rem 0.4666666667rem; }
  .button:active {
    background: #ed5555; }
  @media screen and (min-width: 1025px) {
    .button:hover {
      background: #ed5555; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .button {
      font-size: 14px; } }
  @media screen and (min-width: 1025px) {
    .button {
      font-size: 15px; } }
  .button + .button {
    margin-left: 0.3rem; }

.link {
  box-shadow: 0 2px #304ffe; }
  .link:active {
    box-shadow: 0 0 #304ffe; }
  @media screen and (min-width: 1025px) {
    .link:hover {
      box-shadow: 0 0 #304ffe; } }

h1, h2, h3, p {
  padding-bottom: 0.7rem; }

h1 {
  font-size: 1.6rem; }

h2 {
  font-size: 1rem; }
  @media screen and (max-width: 359px) {
    h2 br {
      display: none; } }

h3 {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
  position: relative; }
  h3 a {
    color: #232323; }
    h3 a + img {
      width: 0.7rem;
      position: absolute;
      top: 0.2rem;
      right: 100%;
      margin-right: 0.3rem;
      opacity: 0; }
    h3 a:active + img {
      opacity: 1; }
    @media screen and (min-width: 1025px) {
      h3 a:hover + img {
        opacity: 1; } }

code {
  font-size: 85%;
  border-radius: 3px;
  padding: 0.2em 0.4em;
  vertical-align: middle;
  background-color: rgba(27, 31, 35, 0.05); }

header {
  padding: 2rem 0 3.5rem;
  text-align: center; }
  header .grid_wrap {
    max-width: 460px;
    margin: 0.5rem auto 1.5rem; }
    header .grid_wrap [class*="flex_grid"] {
      --grid-gap: 10px; }
      header .grid_wrap [class*="flex_grid"] > * {
        padding: 0.3rem 0; }

.content {
  padding-bottom: 1.5rem; }

.examples {
  text-align: center;
  padding-bottom: 1rem; }

section {
  padding: 1rem 0 3rem; }
  section [class*="flex_grid"] + * {
    padding-top: 1.5rem; }

.demo [class*="flex_grid"] > * {
  font-weight: 600;
  text-align: center;
  padding: 1.4rem 5px; }
  .demo [class*="flex_grid"] > *:nth-child(4n+1) {
    background: #cff; }
  .demo [class*="flex_grid"] > *:nth-child(4n+2) {
    background: #fcf; }
  .demo [class*="flex_grid"] > *:nth-child(4n+3) {
    background: #cfc; }
  .demo [class*="flex_grid"] > *:nth-child(4n+4) {
    background: #ccf; }

.new_gap {
  --grid-gap: 10px; }

@media screen and (max-width: 1024px) {
  #example_8 .flex_grid {
    --grid-gap: 10px; } }
@media screen and (max-width: 767px) {
  #example_8 .flex_grid {
    --grid-gap: 6px; } }

footer {
  font-size: 81.2%;
  color: #fff;
  background: #304ffe;
  padding: 0.4rem 0;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
