@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.alert-success {
  z-index: 9;
  font-family: "Lato", sans-serif; }

.alert-dismissible .close {
  top: -13px; }

.alert {
  padding: .75rem 3.25rem;
  border-radius: 0; }
  @media only screen and (max-width: 991px) {
    .alert {
      padding: 10px; } }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.navigation {
  position: fixed;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  transition: 0.6s all;
  top: 0;
  background-color: transparent;
  background-image: none; }
  .navigation .logo {
    position: relative;
    margin-top: 2px;
    z-index: 999 !important; }
    .navigation .logo .blue {
      display: none; }
    .navigation .logo .normal {
      display: block; }
  .navigation .holder {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .navigation .holder .nav-right {
      margin-left: auto; }
  .navigation .main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media only screen and (max-width: 991px) {
      .navigation .main-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 99;
        top: 0;
        background-image: linear-gradient(147deg, #021b79, #0575e6);
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 80px 25px;
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        transition: 0.6s all; }
        .navigation .main-nav.open {
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (max-width: 991px) and (max-width: 770px) {
    .navigation .main-nav {
      padding: 80px 25px; } }
    .navigation .main-nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-bottom: 0;
      padding-bottom: 0;
      padding-left: 0; }
      @media only screen and (max-width: 991px) {
        .navigation .main-nav ul {
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-direction: column;
              flex-direction: column; } }
      .navigation .main-nav ul li {
        list-style: none;
        margin-right: 32px; }
        .navigation .main-nav ul li a {
          color: #ffffff;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 19px;
          text-transform: uppercase;
          transition: 0.6s all;
          padding: 10px 0;
          display: block;
          text-decoration: none; }
          .navigation .main-nav ul li a:hover {
            text-decoration: none;
            color: #ffffff; }
        .navigation .main-nav ul li:last-child {
          margin-right: 0; }
      .navigation .main-nav ul:last-child {
        display: -ms-flexbox;
        display: flex;
        margin-left: 28px;
        position: relative; }
        @media only screen and (max-width: 991px) {
          .navigation .main-nav ul:last-child {
            margin-left: 0; } }
        .navigation .main-nav ul:last-child:before {
          content: '';
          position: absolute;
          width: 1px;
          height: 24px;
          background-color: #ffffff;
          opacity: 0.3;
          left: -17px;
          top: 10px; }
          @media only screen and (max-width: 991px) {
            .navigation .main-nav ul:last-child:before {
              content: none; } }
        .navigation .main-nav ul:last-child li {
          list-style: none;
          margin-right: 32px; }
          .navigation .main-nav ul:last-child li a {
            display: block;
            color: #ffffff;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 19px;
            padding: 10px 0;
            transition: 0.6s all;
            text-transform: none; }
            .navigation .main-nav ul:last-child li a:hover {
              text-decoration: none;
              color: #ffffff; }
          .navigation .main-nav ul:last-child li:last-child {
            margin-right: 0; }
            .navigation .main-nav ul:last-child li:last-child a {
              display: block;
              width: 90px;
              height: 39px;
              border-radius: 3px;
              border: 1px solid #ffffff;
              padding: 10px;
              text-align: center; }
              .navigation .main-nav ul:last-child li:last-child a:hover {
                border: 1px solid #ffffff; }
        .navigation .main-nav ul:last-child li:first-child a {
          display: block;
          min-width: 120px;
          height: 39px;
          border-radius: 3px;
          background-color: rgba(255, 255, 255, 0.2);
          padding: 10px 15px;
          text-align: center;
          transition: all 0.3s ease; }
          .navigation .main-nav ul:last-child li:first-child a:hover {
            background-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-1px); }
  .navigation.sticky {
    width: 100%;
    position: fixed;
    background: #FFF;
    background-image: none;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08); }
    .navigation.sticky .logo .blue {
      display: block; }
    .navigation.sticky .logo .normal {
      display: none; }
    @media only screen and (max-width: 991px) {
      .navigation.sticky .main-nav {
        background-image: none;
        background: #FFF; } }
    .navigation.sticky .main-nav ul li a {
      color: #616161; }
      .navigation.sticky .main-nav ul li a:hover {
        text-decoration: none;
        color: #616161; }
    .navigation.sticky .main-nav ul li:last-child {
      margin-right: 0; }
    .navigation.sticky .main-nav ul:last-child:before {
      background-color: #1b62b7;
      opacity: 0.16; }
    .navigation.sticky .main-nav ul:last-child li a {
      color: #499bff; }
      .navigation.sticky .main-nav ul:last-child li a:hover {
        color: #499bff; }
    .navigation.sticky .main-nav ul:last-child li:last-child a {
      border: 1px solid #499bff; }
      .navigation.sticky .main-nav ul:last-child li:last-child a:hover {
        border: 1px solid #499bff; }
    .navigation.sticky .main-nav ul:last-child li:first-child a {
      background-color: #499bff;
      color: #ffffff; }
      .navigation.sticky .main-nav ul:last-child li:first-child a:hover {
        background-color: #3a8ae6;
        color: #ffffff; }
  .navigation.sticky .mobile-nav span {
    background: #1b62b7; }

.mobile-nav {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 999;
  vertical-align: middle;
  transition: 0.6s all;
  margin-left: auto;
  text-align: right;
  float: right;
  top: 15px;
  right: 0; }
  .mobile-nav span {
    transition: 0.6s all;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    display: block; }
    .mobile-nav span:first-child {
      top: -10px; }
    .mobile-nav span:last-child {
      top: 10px; }
  .mobile-nav.open {
    transition: 0.6s all; }
    .mobile-nav.open span {
      background: transparent; }
      .mobile-nav.open span:first-child {
        top: 0;
        background: #ffffff;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .mobile-nav.open span:last-child {
        top: 0;
        background: #ffffff;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.sticky .mobile-nav span {
  background: #1b62b7; }

.sticky .mobile-nav.open span {
  background: transparent; }
  .sticky .mobile-nav.open span:first-child {
    background: #1b62b7; }
  .sticky .mobile-nav.open span:last-child {
    background: #1b62b7; }

.nav ul {
  list-style: none; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.footer {
  border-top: 1px solid #e8eaec;
  padding: 25px 0 55px; }
  .footer_items {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 770px) {
      .footer_items {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .footer_items .copyright {
      color: #868686;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.4px; }
    .footer_items nav {
      margin-left: auto; }
      @media only screen and (max-width: 770px) {
        .footer_items nav {
          margin-left: initial;
          margin-top: 15px; } }
      .footer_items nav ul {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; }
        .footer_items nav ul li {
          list-style: none;
          margin-right: 10px;
          padding-right: 10px;
          border-right: 1px solid #cdcdcd; }
          .footer_items nav ul li:last-child {
            margin-right: 0;
            border-right: 0; }
          .footer_items nav ul li a {
            color: #868686;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.44px; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

button.primary, a.primary {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  height: 48px;
  border-radius: 3px;
  background-color: #499bff;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  transition: 0.3s all;
  border: 0;
  min-width: 218px;
  cursor: pointer; }
  button.primary:hover, a.primary:hover {
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    text-decoration: none; }

a.primary {
  display: inline-block;
  line-height: 48px;
  text-align: center; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.main {
  width: 100%;
  height: 320px;
  background-image: linear-gradient(to right, #021b79 0%, #0575e6 100%);
  margin-top: 0;
  padding-top: 69px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .main .holder {
    margin-top: -60px;
    text-align: center; }
    .main .holder h2 {
      margin-top: 0;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 32px;
      font-weight: 800;
      line-height: 43px;
      letter-spacing: 1px;
      margin-bottom: 10px; }
    .main .holder p {
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
  .main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    bottom: -34px;
    display: block;
    -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
    z-index: 2; }
    @media only screen and (max-width: 991px) {
      .main:before {
        height: 60px;
        background: #fff;
        bottom: -40px; } }
  .main:after {
    content: "";
    background: url(../img/line_01.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute; }
  .main .desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 1; }
    .main .desc .go-back {
      margin-right: 24px;
      padding-right: 24px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .main .desc .go-back span {
        display: inline-block;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px; }
        .main .desc .go-back span:first-child {
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
          vertical-align: middle;
          margin-top: 4px;
          margin-right: 5px; }
    .main .desc .date span {
      display: inline-block;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px; }
      .main .desc .date span:first-child {
        margin-right: 5px;
        vertical-align: text-bottom; }

.blog-listing {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 50px; }
  .blog-listing__item {
    min-height: 225px;
    box-shadow: 0 3px 16px rgba(44, 44, 44, 0.08);
    border-radius: 3px;
    background-color: #ffffff;
    padding: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 0 1 23%;
        flex: 0 1 23%;
    margin-bottom: 28px;
    margin-right: 28px; }
    .blog-listing__item:nth-child(4n) {
      margin-right: 0; }
    @media only screen and (max-width: 1200px) {
      .blog-listing__item {
        -ms-flex: 0 1 30%;
            flex: 0 1 30%; }
        .blog-listing__item:nth-child(4n) {
          margin-right: 28px; }
        .blog-listing__item:nth-child(3n) {
          margin-right: 0; } }
    @media only screen and (max-width: 991px) {
      .blog-listing__item {
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        margin-right: 0 !important; } }
    .blog-listing__item .content {
      -ms-flex: 1;
          flex: 1; }
      .blog-listing__item .content .date {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #a1a1a1;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 400; }
        .blog-listing__item .content .date span:first-child {
          margin-right: 5px; }
      .blog-listing__item .content h2 {
        color: #2c2c2c;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        margin-top: 15px; }
      .blog-listing__item .content p {
        color: #616161;
        font-family: "Lato", sans-serif;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
    .blog-listing__item .link a {
      color: #499bff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 19px; }
      .blog-listing__item .link a span:last-child {
        margin-left: 8px; }

.blog-content {
  margin-top: 50px;
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .blog-content {
      padding: 0; } }
  .blog-content .text {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .blog-content .text:last-child {
      border-bottom: 0; }
    .blog-content .text h2 {
      color: #2c2c2c;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 800;
      line-height: 29px;
      margin-bottom: 15px; }
    .blog-content .text h3 {
      color: #2c2c2c;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 27px;
      margin-bottom: 15px; }
    .blog-content .text p {
      font-size: 14px; }
    .blog-content .text ul, .blog-content .text ol {
      padding-left: 15px; }
      .blog-content .text ul li, .blog-content .text ol li {
        color: #616161;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px; }
  .blog-content pre code {
    font-size: 14px; }

.rss-subscribe {
  text-align: center;
  padding: 20px 0;
  margin: 40px 0;
  border-top: 1px solid #e8eaec;
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.rss-subscribe a {
  color: #499bff;
  text-decoration: none;
  font-weight: 600;
}

.rss-subscribe a:hover {
  text-decoration: underline;
}
