/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

body {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
  min-width: 320px;
  overflow-x: hidden; }
  body.opened {
    overflow: hidden; }

@media only screen and (min-width: 1024px) {
  body {
    overflow: auto !important; } }
main {
  flex: 1; }

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 990px;
  /*min-width: 320px;*/
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px; }

.container-narrow {
  max-width: 700px; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding-left: 32px;
    padding-right: 32px; } }
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #171717;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: left; }

h1.entry-title {
  font-size: 32px;
  line-height: 38px; }

.heading-left {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #171717;
  text-align: left !important;
  margin-top: 40px;
  margin-bottom: 16px; }

h2 {
  font-size: 26px;
  line-height: 32px; }

h3 {
  font-size: 23px;
  line-height: 28px; }

h4 {
  font-size: 20px;
  line-height: 26px; }

h5 {
  font-size: 18px;
  line-height: 24px; }

h6 {
  font-size: 16px;
  line-height: 24px; }

@media only screen and (min-width: 768px) {
  h1.entry-title {
    font-size: 42px;
    line-height: 48px;
    text-align: center; }

  h2 {
    font-size: 28px;
    line-height: 32px; }

  h3 {
    font-size: 24px;
    line-height: 28px; }

  h4 {
    font-size: 20px;
    line-height: 26px; }

  h5 {
    font-size: 18px;
    line-height: 24px; }

  h6 {
    font-size: 16px;
    line-height: 24px; } }
@media only screen and (min-width: 1024px) {
  h1.entry-title {
    margin-bottom: 24px; }

  .grid-10 {
    margin-left: -88px !important;
    width: 840px !important; }

  .grid-12, .forms-block {
    margin-left: -158px !important;
    width: 976px !important; } }
p {
  line-height: 1.6rem; }

img {
  max-width: 100%; }

b,
strong {
  font-weight: 600; }

a:link, a:visited, a:active, a:hover {
  color: #377CBC;
  text-decoration: none;
  font-weight: 300; }

a:hover {
  color: #61A0DB; }

a:visited {
  color: #3A37AA; }

.content-wrap {
  padding-top: 48px; }
  .content-wrap .table-of-contents {
    margin-top: 64px !important;
    margin-bottom: 64px;
    background: #F7F8FA;
    border: 1px #E1E6EF solid;
    border-radius: 8px;
    padding: 40px 24px; }
    .content-wrap .table-of-contents + * {
      margin-top: 0 !important; }
    .content-wrap .table-of-contents > .heading {
      margin-top: 20px;
      margin-bottom: 16px;
      color: #171717;
      font-weight: 600;
      font-size: 28px;
      line-height: 32px; }
    .content-wrap .table-of-contents ol, .content-wrap .table-of-contents ul {
      list-style: none;
      margin-left: 0 !important;
      padding-left: 1.4em; }
      .content-wrap .table-of-contents ol li, .content-wrap .table-of-contents ol a, .content-wrap .table-of-contents ul li, .content-wrap .table-of-contents ul a {
        font-size: 16px;
        line-height: 32px;
        color: #377CBC; }
    .content-wrap .table-of-contents ol {
      counter-reset: li;
      margin-left: -1em; }
      .content-wrap .table-of-contents ol > li, .content-wrap .table-of-contents ol > li > a {
        font-weight: 400; }
      .content-wrap .table-of-contents ol > li {
        counter-increment: li; }
        .content-wrap .table-of-contents ol > li:before {
          content: counter(li) ". ";
          color: #377CBC;
          display: inline-block;
          width: 1.6em;
          margin-left: -1.6em;
          padding-right: 5px; }
    .content-wrap .table-of-contents ul {
      padding-left: 14px; }
      .content-wrap .table-of-contents ul li {
        position: relative; }
        .content-wrap .table-of-contents ul li a {
          font-weight: 300; }
        .content-wrap .table-of-contents ul li:before {
          content: "";
          display: block;
          position: absolute;
          top: 14px;
          width: 6px;
          height: 2px;
          background: #377CBC;
          left: -14px; }
  .content-wrap .table-of-contents {
    width: 100%;
    height: auto;
    text-align: left; }
  .content-wrap > .container {
    flex-direction: column;
    max-width: 664px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #171717; }
    .content-wrap > .container > div {
      margin-top: 40px; }
    .content-wrap > .container > :first-child,
    .content-wrap > .container h2 + p, .content-wrap > .container h3 + p, .content-wrap > .container h4 + p, .content-wrap > .container h5 + p, .content-wrap > .container h6 + p {
      margin-top: 0 !important; }
    .content-wrap > .container h2 + figure, .content-wrap > .container h3 + figure, .content-wrap > .container h4 + figure, .content-wrap > .container h5 + figure, .content-wrap > .container h6 + figure,
    .content-wrap > .container h2 + img, .content-wrap > .container h3 + img, .content-wrap > .container h4 + img, .content-wrap > .container h5 + img, .content-wrap > .container h6 + img,
    .content-wrap > .container h2 + p > img, .content-wrap > .container h3 + p + img, .content-wrap > .container h4 + p + img, .content-wrap > .container h5 + p + img, .content-wrap > .container h6 + p + img {
      margin-top: 24px; }
    .content-wrap > .container h2 + ol, .content-wrap > .container h3 + ol, .content-wrap > .container h4 + ol, .content-wrap > .container h5 + ol, .content-wrap > .container h6 + ol,
    .content-wrap > .container h2 + ul, .content-wrap > .container h3 + ul, .content-wrap > .container h4 + ul, .content-wrap > .container h5 + ul, .content-wrap > .container h6 + ul {
      margin-top: 0; }
    .content-wrap > .container > :last-child, .content-wrap > .container figure, .content-wrap > .container ul {
      margin-bottom: 0 !important; }
    .content-wrap > .container > p {
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      margin-top: 32px;
      margin-bottom: 0; }
    .content-wrap > .container h2, .content-wrap > .container h3, .content-wrap > .container h4, .content-wrap > .container h5, .content-wrap > .container h6,
    .content-wrap > .container h2 a, .content-wrap > .container h3 a, .content-wrap > .container h4 a, .content-wrap > .container h5 a, .content-wrap > .container h6 a {
      color: #171717;
      font-weight: 600; }
    .content-wrap > .container > .links-list {
      margin-top: 48px; }
      .content-wrap > .container > .links-list .heading {
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        color: #171717; }
      .content-wrap > .container > .links-list ul.list {
        column-count: 2;
        column-gap: 0;
        list-style: none;
        padding: 0;
        margin-bottom: 0; }
        .content-wrap > .container > .links-list ul.list li {
          color: #377CBC;
          font-size: 16px; }
          .content-wrap > .container > .links-list ul.list li a {
            font-size: 16px;
            line-height: 26px; }
          .content-wrap > .container > .links-list ul.list li:before {
            content: "\2022";
            color: #377CBC;
            font-weight: bold;
            display: inline-block;
            width: .7em; }
    .content-wrap > .container > figure {
      margin: 40px 0 0 0; }
      .content-wrap > .container > figure figcaption {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #64717D;
        text-align: center;
        margin-top: 7px; }
    .content-wrap > .container > ol {
      margin-top: 40px;
      list-style: none;
      padding: 0;
      counter-reset: li;
      margin-left: 1.6em; }
      .content-wrap > .container > ol > li {
        counter-increment: li;
        line-height: 30px; }
        .content-wrap > .container > ol > li:before {
          content: counter(li) ". ";
          color: #377CBC;
          display: inline-block;
          width: 1.6em;
          margin-left: -1.6em;
          font-weight: 600; }
    .content-wrap > .container > .quote {
      margin-top: 40px;
      margin-left: 28px;
      position: relative; }
      .content-wrap > .container > .quote blockquote, .content-wrap > .container > .quote blockquote > p {
        color: #377CBC;
        font-weight: 600 !important;
        font-size: 21px;
        line-height: 32px;
        margin: 0; }
      .content-wrap > .container > .quote span {
        display: block;
        color: #64717D;
        font-size: 16px;
        font-weight: 300;
        margin-top: 8px; }
      .content-wrap > .container > .quote:before {
        position: absolute;
        display: block;
        content: "\201C";
        left: -30px;
        top: 0;
        font-size: 34px;
        font-weight: 700;
        color: #377CBC;
        font-family: Arial, sans-serif; }
    .content-wrap > .container > p iframe, .content-wrap > .container > iframe {
      margin-top: 30px;
      border: 0;
      height: auto;
      min-height: 200px;
      max-width: 100%; }
    .content-wrap > .container > .notation {
      margin-top: 40px;
      position: relative;
      border: 1px #E1E6EF solid;
      border-radius: 8px;
      padding: 32px 24px 32px 72px;
      font-size: 16px;
      line-height: 26px; }
      .content-wrap > .container > .notation.lightbulb:before {
        position: absolute;
        display: block;
        content: '';
        background-image: url(/wp-content/themes/formspal/assets/img/icons/lightbulb.svg);
        background-size: cover;
        width: 32px;
        height: 32px;
        left: 27px;
        top: 32px; }
    .content-wrap > .container > .faq h1, .content-wrap > .container > .faq h2 {
      font-size: 26px;
      line-height: 32px;
      margin-top: 64px;
      text-align: left; }
    .content-wrap > .container > .faq .faq-items .faq-item {
      margin-top: 40px;
      background: #F7F8FA;
      border: 1px #E1E6EF solid;
      border-radius: 8px;
      padding: 0 24px 32px 24px; }
      .content-wrap > .container > .faq .faq-items .faq-item h3 {
        margin-top: 32px;
        font-size: 20px;
        line-height: 26px; }
      .content-wrap > .container > .faq .faq-items .faq-item p, .content-wrap > .container > .faq .faq-items .faq-item li {
        font-size: 16px;
        line-height: 26px;
        color: #333F4B; }
      .content-wrap > .container > .faq .faq-items .faq-item ul, .content-wrap > .container > .faq .faq-items .faq-item ol {
        margin-left: 0; }
    .content-wrap > .container > .faq .faq-items h3 + div p:first-child {
      margin-top: 0; }
    .content-wrap > .container table {
      max-width: 100vw; }
    .content-wrap > .container table.style-1 {
      position: relative;
      background: #E1E6EF;
      width: 100%;
      border-radius: 8px;
      border-spacing: 1px; }
      .content-wrap > .container table.style-1 th, .content-wrap > .container table.style-1 td {
        border-spacing: 1px;
        padding: 20px;
        font-size: 16px; }
      .content-wrap > .container table.style-1 thead tr:first-child th:first-child {
        border-top-left-radius: 8px; }
      .content-wrap > .container table.style-1 thead tr:first-child th:last-child {
        border-top-right-radius: 8px; }
      .content-wrap > .container table.style-1 thead th {
        background: #F7F8FA; }
      .content-wrap > .container table.style-1 thead th:first-child {
        text-align: left; }
      .content-wrap > .container table.style-1 tbody tr:last-child td:first-child {
        border-bottom-left-radius: 8px; }
      .content-wrap > .container table.style-1 tbody tr:last-child td:last-child {
        border-bottom-right-radius: 8px; }
      .content-wrap > .container table.style-1 tbody td {
        background: #fff;
        text-align: center; }
      .content-wrap > .container table.style-1 tbody td:first-child {
        text-align: left;
        background: #F7F8FA;
        color: #64717D;
        font-weight: 600; }
    .content-wrap > .container .scroll-styled {
      overflow-x: auto; }
    .content-wrap > .container .attention {
      margin-top: 40px;
      border-radius: 8px;
      border: 1px #bce8f1 solid;
      background: #d9edf7;
      padding: 16px;
      color: #3a87be;
      font-size: 16px;
      line-height: 24px; }
      .content-wrap > .container .attention span {
        font-weight: 600;
        text-transform: uppercase; }
    .content-wrap > .container > figure img {
      width: 100%;
      height: auto; }
    .content-wrap > .container > figure img, .content-wrap > .container img {
      height: auto;
      max-width: 100%; }
    .content-wrap > .container > p iframe, .content-wrap > .container > figure, .content-wrap > .container > iframe {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .content-wrap > .container > ol {
      margin-bottom: 0; }
      .content-wrap > .container > ol li {
        margin-bottom: 16px; }
        .content-wrap > .container > ol li:last-child {
          margin-bottom: 0; }
  .content-wrap ul:not(.list, .selectric-scroll), .content-wrap ol {
    margin-left: 2em; }
  .content-wrap ul:not(.list, .selectric-scroll) {
    list-style: none;
    padding: 0; }
    .content-wrap ul:not(.list, .selectric-scroll) li {
      line-height: 30px;
      padding-left: 1em;
      position: relative; }
      .content-wrap ul:not(.list, .selectric-scroll) li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 14px;
        width: 6px;
        height: 2px;
        background: #377CBC; }
      .content-wrap ul:not(.list, .selectric-scroll) li > ul, .content-wrap ul:not(.list, .selectric-scroll) li > p {
        margin-left: 1em; }

@media only screen and (max-width: 767px) {
  .content-wrap .container {
    min-width: auto; } }
@media only screen and (min-width: 768px) {
  .content-wrap .table-of-contents {
    padding: 40px 40px; }
  .content-wrap > .container {
    max-width: 700px;
    padding: 0; }
    .content-wrap > .container > .links-list {
      margin-top: 64px; }
      .content-wrap > .container > .links-list ul.list {
        column-count: 4; }
    .content-wrap > .container > p iframe, .content-wrap > .container > iframe {
      min-height: 395px;
      max-width: 100%; }
    .content-wrap > .container > .faq h1, .content-wrap > .container > .faq h2 {
      font-size: 28px; }
  .content-wrap .doc-list-wrap > .container {
    max-width: 700px;
    padding: 0; } }
@media only screen and (min-width: 1024px) {
  .content-wrap .table-of-contents {
    margin-top: 64px !important;
    padding: 16px 80px; }
    .content-wrap .table-of-contents h2 {
      margin-top: 20px; }
    .content-wrap .table-of-contents ol {
      margin-left: 0; }
      .content-wrap .table-of-contents ol > ul li {
        line-height: 42px; }
      .content-wrap .table-of-contents ol > ol {
        margin-left: 0; }
        .content-wrap .table-of-contents ol > ol > li {
          line-height: 42px; }
  .content-wrap > .container {
    max-width: 664px; }
    .content-wrap > .container > .quote {
      margin-left: 0; }
    .content-wrap > .container > p iframe img, .content-wrap > .container > iframe img {
      min-height: 470px;
      max-width: 840px; }
    .content-wrap > .container > .notation {
      padding: 32px 32px 32px 108px; }
      .content-wrap > .container > .notation.lightbulb:before {
        width: 48px;
        height: 48px;
        left: 32px; }
    .content-wrap > .container > .faq .faq-items .faq-item {
      padding: 0 32px 32px 32px; }
    .content-wrap > .container > figure img {
      width: 840px;
      height: auto;
      max-width: 100%; }
  .content-wrap .doc-list-wrap > .container {
    max-width: 664px; } }
header.page-header {
  height: 48px;
  background-color: #fff;
  position: relative; }
  header.page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 100%; }
    header.page-header .container .main-logo {
      margin-top: -3px; }
      header.page-header .container .main-logo img {
        width: 110px;
        height: 35px; }
    header.page-header .container .main-menu {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 320px;
      flex-direction: column;
      background: #fff;
      z-index: 20; }
      header.page-header .container .main-menu.opened {
        display: block; }
      header.page-header .container .main-menu > nav {
        margin-top: 50px; }
        header.page-header .container .main-menu > nav a, header.page-header .container .main-menu > nav span {
          font-size: 16px;
          line-height: 24px;
          color: #64717D;
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        header.page-header .container .main-menu > nav > ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          header.page-header .container .main-menu > nav > ul > li {
            display: block;
            outline: none;
            position: relative;
            cursor: pointer; }
            header.page-header .container .main-menu > nav > ul > li.current > a, header.page-header .container .main-menu > nav > ul > li.current > span {
              background: #F7F8FA; }
            header.page-header .container .main-menu > nav > ul > li.current .chevron {
              transform: rotate(-90deg); }
            header.page-header .container .main-menu > nav > ul > li > a, header.page-header .container .main-menu > nav > ul > li > span {
              padding: 16px 32px 16px 24px;
              font-weight: 600;
              border-bottom: 1px solid #E1E6EF; }
            header.page-header .container .main-menu > nav > ul > li > a:hover {
              color: #377CBC; }
            header.page-header .container .main-menu > nav > ul > li .chevron {
              margin-left: 6px; }
          header.page-header .container .main-menu > nav > ul .main-menu__sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu {
            margin: 16px 0 16px 0;
            padding: 0;
            list-style: none;
            display: none;
            position: relative; }
            header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li {
              display: block;
              outline: none; }
              header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li > a, header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li > span, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li > a, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li > span {
                padding: 8px 32px 8px 24px; }
              header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li > a, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li > a {
                color: #377CBC; }
      header.page-header .container .main-menu .sprite.cross {
        position: absolute;
        top: 8px;
        right: 24px;
        cursor: pointer; }
    header.page-header .container .main-search {
      display: block;
      cursor: pointer;
      margin-top: 4px;
      margin-left: auto;
      margin-right: 20px; }
      header.page-header .container .main-search svg {
        fill: #377CBC; }
      header.page-header .container .main-search:hover svg {
        fill: #61A0DB; }
      header.page-header .container .main-search.opened svg {
        fill: #BDC5CD; }
    header.page-header .container .burger-menu .hamburger {
      display: block;
      cursor: pointer; }

@media only screen and (max-width: 1023px) {
  header.page-header .container .main-menu > nav {
    overflow-y: scroll;
    height: calc(100vh - 50px); }
    header.page-header .container .main-menu > nav > ul .main-menu__item_has-sub.current .main-menu__sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__item_has-sub.current .main-menu__sub-sub-menu {
      display: block; }
    header.page-header .container .main-menu > nav > ul .main-menu__sub-item_has-sub.current .main-menu__sub-sub-menu {
      display: block; }
    header.page-header .container .main-menu > nav > ul .main-menu__sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu {
      margin: 0;
      margin-left: 10px; } }
@media only screen and (min-width: 1024px) {
  header.page-header .container .main-menu {
    display: block;
    position: relative;
    width: auto;
    height: 47px; }
    header.page-header .container .main-menu > nav {
      margin-top: 0; }
      header.page-header .container .main-menu > nav a, header.page-header .container .main-menu > nav span {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      header.page-header .container .main-menu > nav > ul {
        display: flex; }
        header.page-header .container .main-menu > nav > ul > li.current > a, header.page-header .container .main-menu > nav > ul > li.current > span {
          background: #fff; }
        header.page-header .container .main-menu > nav > ul > li.current .chevron {
          transform: rotate(0deg); }
        header.page-header .container .main-menu > nav > ul > li > a, header.page-header .container .main-menu > nav > ul > li > span {
          padding: 12px 24px 12px 16px;
          border: 0; }
        header.page-header .container .main-menu > nav > ul > li .chevron {
          width: 9px;
          min-width: 9px;
          margin-right: -16px; }
        header.page-header .container .main-menu > nav > ul > li:last-child {
          margin-left: 30px; }
        header.page-header .container .main-menu > nav > ul .main-menu__sub-menu {
          top: 47px;
          left: 50%;
          transform: translateX(-50%); }
          header.page-header .container .main-menu > nav > ul .main-menu__sub-menu:before {
            display: block;
            position: absolute;
            content: '';
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 11px 10px 11px;
            border-color: transparent transparent #fff transparent; }
        header.page-header .container .main-menu > nav > ul .main-menu__sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu {
          display: none;
          position: absolute;
          background: #fff;
          margin: 0;
          border-radius: 2px;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
          header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li {
            border-bottom: 1px solid #E1E6EF; }
            header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li:last-child, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li:last-child {
              border-bottom: 0; }
            header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li > a, header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li > span, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li > a, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li > span {
              padding: 16px 32px; }
            header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li:hover, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li:hover {
              background: #F7F8FA; }
            header.page-header .container .main-menu > nav > ul .main-menu__sub-menu > li .chevron, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu > li .chevron {
              transform: rotate(-90deg); }
          header.page-header .container .main-menu > nav > ul .main-menu__sub-menu .hover > .main-menu__sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu .hover > .main-menu__sub-menu {
            display: block; }
        header.page-header .container .main-menu > nav > ul .main-menu__item_has-sub.current > .main-menu__sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__item_has-sub:hover > .main-menu__sub-menu {
          display: block; }
        header.page-header .container .main-menu > nav > ul .main-menu__sub-item_has-sub.current > .main-menu__sub-sub-menu, header.page-header .container .main-menu > nav > ul .main-menu__sub-item_has-sub:hover > .main-menu__sub-sub-menu {
          display: block; }
        header.page-header .container .main-menu > nav > ul .main-menu__sub-menu {
          width: 250px; }
        header.page-header .container .main-menu > nav > ul .main-menu__sub-sub-menu {
          position: absolute;
          left: 100%;
          top: 0;
          width: auto;
          min-width: 250px;
          margin: 0; }
    header.page-header .container .main-menu .sprite.cross {
      display: none; }
  header.page-header .container .main-search {
    margin-left: 0;
    margin-right: 0; }
    header.page-header .container .main-search svg {
      width: 24px;
      height: 24px; }
  header.page-header .container .burger-menu {
    display: none; } }
.posts-grid {
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.post-card {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding-bottom: 24px;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto; }
  .post-card:hover {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16); }
  .post-card .post-image a {
    display: block; }
  .post-card .post-image figure {
    margin: 0; }
    .post-card .post-image figure img {
      width: 100%; }
  .post-card .post-title {
    margin: 16px 20px 8px 20px; }
    .post-card .post-title a {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #171717; }
  .post-card .post-meta {
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #333F4B;
    margin: 0 20px; }

@media only screen and (max-width: 767px) {
  .posts-grid .post-card {
    /*margin-bottom: 40px;*/ } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .posts-grid {
    flex-direction: row;
    flex-wrap: wrap;
    width: 664px;
    margin: 0 auto; }

  .post-card {
    width: calc(50% - 20px); } }
@media only screen and (min-width: 1024px) {
  .posts-grid {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto; }

  .post-card {
    width: 290px; } }
form input, form select, form button {
  outline: none; }

.sprite {
  fill: currentColor; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none; }
  .overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    pointer-events: auto; }

#modal-form {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none; }
  #modal-form .modal-data {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
    margin-left: 24px;
    margin-right: 24px; }
    #modal-form .modal-data .modal-content {
      max-width: 100vw;
      max-height: 100vh; }
      #modal-form .modal-data .modal-content img {
        max-width: calc(100vw - 50px);
        max-height: calc(100vh - 50px); }
    #modal-form .modal-data .modal-close {
      position: absolute;
      right: -16px;
      top: -16px;
      width: 32px;
      height: 32px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      #modal-form .modal-data .modal-close svg {
        width: 24px;
        height: 24px; }

@media only screen and (min-width: 1200px) {
  #modal-form {
    align-items: flex-end;
    padding-bottom: 30px; }
    #modal-form .modal-data {
      max-height: calc(100vh - 130px); }
      #modal-form .modal-data .modal-content img {
        max-height: calc(100vh - 130px); } }
.modal {
  cursor: pointer; }

.search-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
  	/*
  	&.opened {
  		display:block;
  	}
  	&:hover {
  		input[type=text] {
  			border-color:#61A0DB;
  		}
  		button[type=submit] {
  			color:#61A0DB;
  		}
  	}
  
  	 */ }
  .search-wrap form {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 510px; }
    .search-wrap form input[type=search] {
      border: 1px solid #A1A7B8;
      width: 100%;
      height: 48px;
      caret-color: #377CBC;
      color: #333f4b;
      border-radius: 4px;
      outline: none;
      padding: 12px 12px 12px 40px; }
      .search-wrap form input[type=search]::placeholder {
        font-size: 16px;
        line-height: 24px;
        color: #8F99A4; }
    .search-wrap form input[type=submit] {
      width: 100%;
      height: 48px;
      background: #F16C42;
      border-radius: 0px 4px 4px 0px;
      color: #fff;
      border: 0;
      cursor: pointer;
      margin-top: 15px; }
    .search-wrap form .selectric-wrapper {
      width: 100%;
      height: 48px;
      margin-top: 15px; }
      .search-wrap form .selectric-wrapper .selectric {
        border-radius: 0;
        border-top: 1px #a1a7b8 solid;
        border-bottom: 1px #a1a7b8 solid; }
        .search-wrap form .selectric-wrapper .selectric .label {
          font-size: 16px;
          color: #171717;
          font-weight: 500; }
      .search-wrap form .selectric-wrapper .selectric-items {
        margin-top: -1px; }
    .search-wrap form .sprite.search {
      position: absolute;
      width: 28px;
      height: 28px;
      left: 10px;
      top: 11px;
      color: #8F99A4;
      cursor: pointer; }
    .search-wrap form .search-dropdown {
      position: absolute;
      right: 0;
      left: 0;
      top: 48px;
      margin-top: -1px;
      background: #FFFFFF;
      border: 1px solid #E6E8EB;
      border-radius: 0 0 4px 4px;
      display: none; }
      .search-wrap form .search-dropdown a {
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #171717;
        height: 32px;
        padding: 6px 15px;
        overflow: hidden;
        text-align: left; }
        .search-wrap form .search-dropdown a:hover {
          background: #F5F6F7; }

@media only screen and (min-width: 768px) {
  .search-wrap form {
    flex-direction: row;
    width: auto;
    max-width: none; }
    .search-wrap form input[type=search] {
      width: 267px;
      border-radius: 4px 0 0 4px;
      border-right: 0; }
    .search-wrap form .selectric-wrapper {
      width: 180px;
      margin-top: 0; }
    .search-wrap form .search-dropdown {
      width: 267px; }
    .search-wrap form input[type=submit] {
      width: 124px;
      margin-top: 0; } }
div.wpcf7-response-output {
  margin-top: 40px;
  border-radius: 8px;
  border: 1px #bce8f1 solid;
  background: #d9edf7;
  padding: 16px;
  color: #3a87be;
  font-size: 16px;
  line-height: 24px; }

.error404 main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px; }

.hidden {
  display: none; }

.scrolltop {
  display: block;
  position: fixed;
  top: auto;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s; }
  .scrolltop svg:hover circle {
    fill: #E6F0FA; }
  .scrolltop.reveal {
    opacity: 1; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 48px;
  justify-content: center; }
  .pagination a, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E6EF;
    color: #333F4B;
    margin: 2px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500; }
  .pagination .prev svg, .pagination .next svg {
    fill: currentColor;
    color: #8F99A4; }
  .pagination .prev.disabled svg, .pagination .next.disabled svg {
    color: #E1E6EF !important; }
  .pagination .prev:hover svg, .pagination .next:hover svg {
    color: #377CBC; }
  .pagination .next svg {
    transform: rotate(180deg); }
  .pagination .page:hover {
    color: #377CBC; }
  .pagination .page.active {
    border-color: #377cbc;
    background: rgba(55, 124, 188, 0.1);
    color: #377CBC; }

.list-wrap .pagination {
  margin-top: 0; }

footer.page-footer {
  padding-top: 36px;
  border-top: 1px #E1E6EF solid; }
  footer.page-footer .container {
    flex-direction: column; }
    footer.page-footer .container .page-footer-blocks {
      display: flex;
      flex-direction: column;
      padding-bottom: 32px; }
      footer.page-footer .container .page-footer-blocks .page-footer__main-links {
        width: 100%; }
        footer.page-footer .container .page-footer-blocks .page-footer__main-links .logo {
          height: 42px;
          display: flex;
          align-items: center; }
        footer.page-footer .container .page-footer-blocks .page-footer__main-links > ul {
          margin-top: 12px; }
      footer.page-footer .container .page-footer-blocks .page-footer__useful-links {
        width: 100%;
        padding: 0; }
        footer.page-footer .container .page-footer-blocks .page-footer__useful-links .heading {
          margin: 12px 0 13px;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase; }
        footer.page-footer .container .page-footer-blocks .page-footer__useful-links .page-footer__links-list {
          margin-top: 8px;
          column-count: 1;
          column-gap: 0; }
        footer.page-footer .container .page-footer-blocks .page-footer__useful-links a:hover {
          color: #64717D; }
      footer.page-footer .container .page-footer-blocks .page-footer__contacts {
        width: 100%; }
        footer.page-footer .container .page-footer-blocks .page-footer__contacts .heading {
          margin: 12px 0 13px;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase; }
        footer.page-footer .container .page-footer-blocks .page-footer__contacts p {
          font-size: 14px;
          line-height: 26px;
          color: #333F4B;
          margin: 8px 0;
          font-weight: 300; }
        footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a {
            display: flex;
            align-items: center; }
            footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a .sprite {
              fill: #BDC5CD;
              width: 20px;
              height: 20px;
              margin-right: 20px; }
              footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a .sprite.icon-linkedin {
                width: 24px;
                height: 20px;
                margin-top: -5px; }
              footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a .sprite:hover {
                fill: #8F99A4; }
      footer.page-footer .container .page-footer-blocks .page-footer__links-list {
        list-style: none;
        padding: 0; }
        footer.page-footer .container .page-footer-blocks .page-footer__links-list li a {
          font-size: 14px;
          line-height: 32px;
          color: #333F4B; }
          footer.page-footer .container .page-footer-blocks .page-footer__links-list li a:hover {
            color: #64717D; }
    footer.page-footer .container .page-footer__copy {
      border-top: 1px #E1E6EF solid;
      padding: 12px 0 24px 0; }
      footer.page-footer .container .page-footer__copy p {
        color: #64717D;
        font-size: 14px;
        line-height: 26px;
        font-weight: 300; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.page-footer .container .page-footer-blocks {
    display: grid;
    grid-template-columns: [col1-start] 50% [col2-start] 50% [col2-end];
    grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
    grid-gap: 0 20px; }
    footer.page-footer .container .page-footer-blocks .page-footer__main-links {
      grid-column: col1-start;
      grid-row: row1-start; }
    footer.page-footer .container .page-footer-blocks .page-footer__useful-links {
      grid-column: col2-start;
      grid-row: row1-start / row2-end; }
      footer.page-footer .container .page-footer-blocks .page-footer__useful-links .page-footer__links-list {
        grid-column: col1-start;
        grid-row: row2-start; } }
@media only screen and (min-width: 1024px) {
  footer.page-footer .container .page-footer-blocks {
    display: flex;
    flex-direction: row; }
    footer.page-footer .container .page-footer-blocks .page-footer__main-links {
      width: 25%; }
    footer.page-footer .container .page-footer-blocks .page-footer__useful-links {
      width: 50%;
      padding: 0 20px; }
      footer.page-footer .container .page-footer-blocks .page-footer__useful-links .page-footer__links-list {
        column-count: 2;
        column-gap: 3%; }
    footer.page-footer .container .page-footer-blocks .page-footer__contacts {
      width: 25%; } }
/*----- Breadcrumbs ------*/
.breadcrumbs {
  position: absolute;
  right: 0;
  left: 0;
  top: 16px; }
  .breadcrumbs ul.breadcrumbs__list {
    list-style: none;
    padding: 0;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0; }
    .breadcrumbs ul.breadcrumbs__list > li {
      display: inline; }
    .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item {
      			/*
      			span.sep {
      				width: 20px;
      				display: inline-block;
      
      				svg {
      					transform: rotate(-90deg);
      					opacity: .6;
      					margin: 0;
      					margin-bottom: 3px;
      				}
      			}
      
      			 */ }
      .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span {
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px; }
        .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a {
          color: #fff;
          font-size: 16px;
          line-height: 20px; }
          .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a:hover {
            color: #E1E6EF; }
        .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span.breadcrumb_last {
          opacity: .6; }
    .breadcrumbs ul.breadcrumbs__list li.sep {
      transform: rotate(-90deg);
      opacity: .6;
      margin: 0 12px; }

.page-content {
  text-align: justify; }
  .page-content > .container {
    display: block;
    padding-bottom: 60px; }
    .page-content > .container > p {
      font-weight: 300; }

.page-meta {
  margin-top: 40px;
  color: #626262;
  font-size: 16px;
  font-weight: 300; }

.user-block {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px #E1E6EF solid;
  display: grid;
  grid-template-rows: [row1] auto [row2] auto; }
  .user-block .user-thumb img {
    width: 72px;
    height: 72px;
    border-radius: 8px; }
  .user-block .user-meta .name {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600; }
  .user-block .user-meta .position {
    display: block;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #64717D; }
  .user-block .user-bio {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333F4B; }

@media only screen and (max-width: 767px) {
  .user-block {
    grid-gap: 0 24px;
    grid-template-columns: [col1] 72px [col2] calc(100% - 96px);
    padding: 40px 24px; }
    .user-block .user-thumb {
      grid-column: col1;
      grid-row: row1; }
      .user-block .user-thumb img {
        width: 72px;
        height: 72px; }
    .user-block .user-meta {
      grid-column: col2;
      grid-row: row1; }
      .user-block .user-meta .position {
        margin-top: 8px; }
    .user-block .user-bio {
      grid-column: col1 / span 2;
      grid-row: row2; } }
@media only screen and (min-width: 768px) {
  .user-block {
    grid-gap: 0 40px;
    grid-template-columns: [col1] 140px [col2] calc(100% - 180px);
    padding: 40px 40px; }
    .user-block .user-thumb {
      grid-column: col1;
      grid-row: row1; }
      .user-block .user-thumb img {
        width: 140px;
        height: 140px; }
    .user-block .user-meta {
      grid-column: col2;
      grid-row: row1;
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 30px; }
      .user-block .user-meta .position {
        margin-left: 32px; }
    .user-block .user-bio {
      grid-column: col2;
      grid-row: 1 / 3;
      margin-top: 50px; } }
.numbers-block {
  padding-top: 64px;
  padding-bottom: 64px; }
  .numbers-block .container {
    flex-direction: column; }
    .numbers-block .container h2 {
      color: #171717;
      font-size: 28px;
      line-height: 32px;
      text-align: left;
      font-weight: 600;
      margin-top: 0; }
    .numbers-block .container .numbers-wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      margin: 0; }
      .numbers-block .container .numbers-wrap .number-item {
        background: #F7F8FA;
        border-radius: 8px;
        border: 1px #E1E6EF solid;
        margin: 12px 0;
        padding: 32px 36px;
        flex-grow: 1;
        flex-basis: 0; }
        .numbers-block .container .numbers-wrap .number-item .value {
          color: #377CBC;
          font-size: 28px;
          font-weight: 600; }
        .numbers-block .container .numbers-wrap .number-item .text {
          margin-top: 20px;
          color: #64717D;
          font-size: 16px;
          font-weight: 300; }

.partners-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-top: 40px; }
  .partners-block > div {
    font-size: 15px;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 16px;
    min-width: 33%; }
    .partners-block > div img {
      height: 28px; }
      .partners-block > div img.forbes, .partners-block > div img.business-insider, .partners-block > div img.inc {
        width: 70px; }
      .partners-block > div img.ny-times {
        width: 166px; }

@media only screen and (min-width: 768px) {
  .partners-block {
    justify-content: space-between; }
    .partners-block > div {
      min-width: auto; }
      .partners-block > div img {
        height: 36px; }
        .partners-block > div img.forbes, .partners-block > div img.business-insider, .partners-block > div img.inc {
          width: 90px; }
        .partners-block > div img.ny-times {
          width: 214px; } }
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #D5DBE7;
  border-radius: 4px;
  background: #FFF;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 46px 0 16px;
    font-size: 16px;
    line-height: 46px;
    color: #788797;
    height: 46px;
    user-select: none;
    font-weight: 300;
    text-align: left; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #FFF;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/46px Lucida Sans Unicode, Arial Unicode MS, Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    &:after {
    	content: " ";
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	width: 0;
    	height: 0;
    	border: 4px solid transparent;
    	border-top-color: $selectric-secondary-color;
    	border-bottom: none;
    	display:none;
    }
     */ }

.selectric-focus .selectric {
  border-color: #94a3c2; }

.selectric-hover .selectric {
  border-color: #b5bfd4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #b5bfd4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #b5bfd4;
  /*z-index: -1;*/
  /*box-shadow: 0 0 10px -6px;*/
  outline: none;
  border: 0;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: -4px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
    border-radius: 4px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar {
      height: 40px;
      width: 4px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar:vertical {
      width: 10px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar:horizontal {
      height: 40px;
      width: 4px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 2px solid #fff;
      /* should match background, can't be transparent */
      background-color: #8F99A4; }
    .selectric-items .selectric-scroll ul {
      margin-top: 0;
      margin-left: 0;
      padding: 0; }
      .selectric-items .selectric-scroll ul li {
        list-style: none;
        padding: 15px 0 0 20px;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        min-height: 48px; }
        .selectric-items .selectric-scroll ul li:before {
          display: none !important; }
    .selectric-items .selectric-scroll li {
      display: block;
      padding: 14px 10px 10px 10px;
      color: #333F4B;
      cursor: pointer;
      min-height: 48px;
      text-align: left; }
      .selectric-items .selectric-scroll li.selected {
        background: #E0E0E0;
        color: #444; }
      .selectric-items .selectric-scroll li.highlighted {
        background: #FFFFFF;
        color: #788797;
        display: none; }
      .selectric-items .selectric-scroll li:hover {
        background: #F7F8FA;
        color: #333F4B; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
    display: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

body.no-js .lazy-loading {
  display: none; }

.about-wrap {
  background-image: linear-gradient(to right, #3C6D9A 0%, #478CBE 100%);
  background-size: auto 232px;
  background-repeat: no-repeat;
  padding-top: 0;
  position: relative;
  text-align: justify; }
  .about-wrap .container {
    flex-direction: column; }
  .about-wrap p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px !important;
    color: #333F4B; }
  .about-wrap .about-hero {
    position: relative;
    height: 232px; }
    .about-wrap .about-hero .breadcrumbs .container {
      padding: 0; }
    .about-wrap .about-hero h1 {
      color: #fff; }
    .about-wrap .about-hero .hero-image {
      position: absolute;
      right: 0;
      display: block; }
    .about-wrap .about-hero .hero-image-dt {
      display: none; }
  .about-wrap .about-our-mission {
    border-top: 1px solid #E1E6EF; }
    .about-wrap .about-our-mission > .text p {
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #333F4B; }
      .about-wrap .about-our-mission > .text p > img {
        margin: 10px 0; }
    .about-wrap .about-our-mission > .text i {
      font-style: normal;
      font-weight: 600;
      font-size: 23px;
      line-height: 36px; }
    .about-wrap .about-our-mission > .text .icons {
      display: flex;
      justify-content: space-between;
      max-width: 420px;
      margin: 0 auto; }
      .about-wrap .about-our-mission > .text .icons > img {
        height: 40px;
        margin-top: 32px;
        margin-bottom: 40px; }
  .about-wrap .about-how_it_works {
    background: #F7F8FA; }
    .about-wrap .about-how_it_works .blocks-wrap {
      margin-top: 24px; }
      .about-wrap .about-how_it_works .blocks-wrap .block {
        background: #FFFFFF;
        border: 1px solid #E1E6EF;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 32px 40px;
        margin-bottom: 32px; }
        .about-wrap .about-how_it_works .blocks-wrap .block .title {
          font-size: 16px;
          line-height: 26px;
          color: #64717D;
          margin-top: 16px;
          font-weight: 300; }
  .about-wrap .about-our-team > .items-wrap .user-block {
    background: #F7F8FA;
    border: 1px solid #E1E6EF;
    border-radius: 8px; }
    .about-wrap .about-our-team > .items-wrap .user-block .user-thumb img {
      border-radius: 8px; }
    .about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin-top: 16px; }
      .about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a {
        margin-right: 15px;
        width: 20px; }
        .about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a .sprite {
          fill: #BDC5CD;
          width: 20px;
          height: 20px;
          margin-right: 20px; }
          .about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a .sprite.icon-linkedin {
            margin-top: -3px; }
          .about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a .sprite:hover {
            fill: #8F99A4; }
    .about-wrap .about-our-team > .items-wrap .user-block .user-bio {
      font-size: 18px;
      line-height: 30px; }
  .about-wrap .social-block .text {
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #171717; }
  .about-wrap .social-block .networks {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 64px; }
    .about-wrap .social-block .networks .social-share {
      display: flex;
      margin-top: 24px; }
      .about-wrap .social-block .networks .social-share .icon {
        border-radius: 8px 0 0 8px;
        height: 52px;
        width: 68px;
        text-align: center; }
        .about-wrap .social-block .networks .social-share .icon svg {
          height: 50px;
          width: 21px;
          fill: #ffffff; }
      .about-wrap .social-block .networks .social-share .title {
        background: #F7F8FA;
        border-radius: 0 8px 8px 0;
        width: 140px;
        border: 1px solid #E1E6EF;
        align-items: center;
        justify-content: center;
        display: flex;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #64717D; }
    .about-wrap .social-block .networks .facebook-share .icon {
      background: #3F5896; }
    .about-wrap .social-block .networks .twitter-share .icon {
      background: #62A9ED; }
    .about-wrap .social-block .networks .linkedin-share .icon {
      background: #3478B4; }

@media only screen and (max-width: 767px) {
  .about-wrap .about-hero h1 {
    margin-top: 90px; }
  .about-wrap .about-hero .hero-image {
    top: 130px;
    width: 167px;
    height: 142px;
    display: block; }
  .about-wrap .about-hero .hero-image-dt {
    display: none; }
  .about-wrap .about-intro {
    margin-top: 56px;
    margin-bottom: 48px; }
  .about-wrap .about-our-mission {
    padding-top: 40px;
    padding-bottom: 20px; }
    .about-wrap .about-our-mission > h2 {
      margin-bottom: 0;
      text-align: center; }
    .about-wrap .about-our-mission > .image {
      margin-top: 40px; }
  .about-wrap .about-how_it_works {
    padding-top: 38px; }
    .about-wrap .about-how_it_works .blocks-wrap {
      padding-bottom: 32px; }
  .about-wrap .about-our-team {
    padding-top: 40px;
    padding-bottom: 60px; }
    .about-wrap .about-our-team h2 {
      margin-bottom: 0; }
    .about-wrap .about-our-team > .items-wrap {
      margin-top: 40px; }
      .about-wrap .about-our-team > .items-wrap .user-block {
        margin-top: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about-wrap {
    background-size: auto 283px; }
    .about-wrap .about-hero {
      height: 283px; }
      .about-wrap .about-hero h1 {
        margin-top: 117px; }
      .about-wrap .about-hero .hero-image {
        top: 60px;
        right: 80px;
        width: 324px;
        height: 279px;
        display: block; }
      .about-wrap .about-hero .hero-image-dt {
        display: none; }
    .about-wrap .about-intro {
      margin-top: 110px;
      margin-bottom: 100px; }
      .about-wrap .about-intro p img {
        max-width: 468px;
        margin: 0 auto;
        display: block; }
    .about-wrap .about-our-mission {
      padding-top: 75px;
      padding-bottom: 60px; }
      .about-wrap .about-our-mission > h2 {
        margin-bottom: 0;
        text-align: center; }
      .about-wrap .about-our-mission > .image {
        margin-top: 40px; }
      .about-wrap .about-our-mission > .text p i {
        margin-top: 48px;
        display: block;
        font-size: 24px; }
      .about-wrap .about-our-mission > .text .icons > img {
        height: 48px; }
    .about-wrap .about-how_it_works {
      padding-top: 75px; }
      .about-wrap .about-how_it_works h2 {
        text-align: center; }
      .about-wrap .about-how_it_works .blocks-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding-bottom: 100px; }
        .about-wrap .about-how_it_works .blocks-wrap .block {
          width: calc(50% - 20px);
          margin-bottom: 0; }
    .about-wrap .about-our-team {
      padding-top: 75px;
      padding-bottom: 100px; }
      .about-wrap .about-our-team h2 {
        text-align: center; }
      .about-wrap .about-our-team > .items-wrap .user-block {
        margin-top: 40px; }
    .about-wrap .social-block .text {
      font-size: 28px;
      line-height: 40px;
      max-width: 510px;
      margin: 0 auto; }
    .about-wrap .social-block .networks {
      flex-direction: row;
      gap: 40px;
      justify-content: center;
      margin-bottom: 100px; } }
@media only screen and (min-width: 1024px) {
  .about-wrap {
    background-size: auto 300px; }
    .about-wrap .container {
      position: relative; }
    .about-wrap h1 {
      text-align: center; }
    .about-wrap .about-hero {
      height: 300px; }
      .about-wrap .about-hero h1 {
        margin-top: 117px; }
      .about-wrap .about-hero .hero-image {
        top: 60px;
        left: -100px;
        right: auto;
        width: 514px;
        height: 440px;
        display: none; }
      .about-wrap .about-hero .hero-image-dt {
        position: absolute;
        right: -50px;
        left: auto;
        top: 240px;
        width: 514px;
        height: 440px;
        display: block; }
    .about-wrap .about-intro {
      margin-top: 70px;
      margin-bottom: 70px; }
      .about-wrap .about-intro p {
        display: inline-block;
        float: left; }
        .about-wrap .about-intro p.r1 {
          display: block;
          float: none;
          width: 487px; }
        .about-wrap .about-intro p img {
          margin-top: 50px;
          max-width: 468px; }
        .about-wrap .about-intro p.r2 {
          width: 487px;
          display: inline-block;
          float: right; }
    .about-wrap .about-our-mission {
      padding-top: 75px;
      padding-bottom: 60px;
      text-align: center; }
      .about-wrap .about-our-mission > h2 {
        margin-bottom: 0;
        text-align: center; }
      .about-wrap .about-our-mission > .image {
        display: block;
        margin: 40px auto 0 auto;
        max-width: 612px; }
      .about-wrap .about-our-mission > .text {
        display: block;
        max-width: 612px;
        margin-left: auto;
        margin-right: auto;
        text-align: left; }
        .about-wrap .about-our-mission > .text p i {
          margin-top: 48px;
          display: block;
          font-size: 24px; }
        .about-wrap .about-our-mission > .text .icons > img {
          height: 48px; }
    .about-wrap .about-how_it_works {
      padding-top: 75px; }
      .about-wrap .about-how_it_works .text {
        max-width: 612px;
        margin: 0 auto; }
      .about-wrap .about-how_it_works h2 {
        text-align: center; }
      .about-wrap .about-how_it_works .blocks-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding-bottom: 100px; }
        .about-wrap .about-how_it_works .blocks-wrap .block {
          width: calc(33% - 27px);
          margin-bottom: 0; }
    .about-wrap .about-our-team {
      padding-top: 75px;
      padding-bottom: 100px; }
      .about-wrap .about-our-team h2 {
        text-align: center; }
      .about-wrap .about-our-team > .items-wrap .user-block {
        margin-top: 40px; }
    .about-wrap .social-block .text {
      font-size: 28px;
      line-height: 40px;
      max-width: 660px;
      margin: 0 auto; }
    .about-wrap .social-block .networks {
      flex-direction: row;
      gap: 40px;
      justify-content: center;
      margin-top: 64px;
      margin-bottom: 100px; }
      .about-wrap .social-block .networks .social-share {
        margin-top: 0; }
        .about-wrap .social-block .networks .social-share .title {
          width: 156px; } }
.author-wrap {
  position: relative; }
  .author-wrap .author-data {
    background: #F7F8FA; }
    .author-wrap .author-data .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a {
      color: #171717; }
    .author-wrap .author-data .breadcrumbs ul.breadcrumbs__list li.sep svg path {
      stroke: #64717D;
      opacity: 0.6; }
    .author-wrap .author-data .breadcrumbs .breadcrumb_last {
      color: #64717D;
      opacity: 0.6; }
    .author-wrap .author-data .container {
      flex-direction: column; }
  .author-wrap .author-block {
    margin-top: 84px;
    margin-bottom: 64px; }
    .author-wrap .author-block .author-thumb img {
      width: 140px;
      height: 140px; }
    .author-wrap .author-block .author-meta .position {
      color: #64717D;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px; }
    .author-wrap .author-block .author-bio {
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #333F4B; }
  .author-wrap .author-posts .container {
    flex-direction: column; }
  .author-wrap .author-posts h2 {
    color: #171717;
    margin-top: 64px;
    margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .author-wrap {
    padding-bottom: 24px; }
    .author-wrap .author-block {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .author-wrap .author-block .author-thumb img {
        width: 140px;
        height: 140px; }
      .author-wrap .author-block .author-meta {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .author-wrap .author-block .author-meta h1.name {
          margin-bottom: 16px; }
      .author-wrap .author-block .author-bio {
        margin-top: 20px; }
    .author-wrap .author-posts .post-card {
      margin-bottom: 40px; } }
@media only screen and (min-width: 768px) {
  .author-wrap {
    padding-bottom: 24px; }
    .author-wrap .author-block {
      display: grid;
      grid-gap: 0 40px;
      grid-template-columns: [col1] 140px [col2] calc(100% - 180px);
      grid-template-rows: [row1] auto [row2] auto;
      padding: 10px; }
      .author-wrap .author-block .author-thumb {
        grid-column: col1;
        grid-row: row1; }
      .author-wrap .author-block .author-meta {
        grid-column: col2;
        grid-row: row1;
        display: flex;
        flex-direction: column;
        height: 30px; }
        .author-wrap .author-block .author-meta h1.name {
          font-size: 35px;
          line-height: 40px;
          margin-top: 0;
          margin-bottom: 15px; }
      .author-wrap .author-block .author-bio {
        grid-column: col2;
        grid-row: 1 / 3;
        margin-top: 95px; } }
@media only screen and (min-width: 1024px) {
  .author-wrap .author-block {
    padding: 10px 0; }
  .author-wrap .author-posts h2 {
    margin-top: 72px; } }
.contact-wrap {
  background-image: linear-gradient(to right, #3C6D9A 0%, #478CBE 100%);
  background-size: auto 232px;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 64px;
  position: relative; }
  .contact-wrap .breadcrumbs {
    height: 52px; }
  .contact-wrap .container {
    flex-direction: column; }
  .contact-wrap .page-header h1 {
    text-align: center;
    color: #fff; }
  .contact-wrap .page-header > div {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px; }
  .contact-wrap .page-body .contacts > .heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333F4B;
    margin-bottom: 5px; }
  .contact-wrap .page-body .contacts > .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #333F4B;
    margin-top: 0; }

@media only screen and (max-width: 767px) {
  .contact-wrap {
    background-size: auto 334px;
    padding-bottom: 50px; }
    .contact-wrap .page-header {
      height: 256px; }
    .contact-wrap .page-body {
      margin-top: 40px; } }
@media only screen and (min-width: 768px) {
  .contact-wrap .page-header > div {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto; }
  .contact-wrap .page-body {
    flex-direction: row;
    display: flex;
    margin-top: 64px; }
    .contact-wrap .page-body .form {
      width: 100%;
      margin-right: 40px; }
      .contact-wrap .page-body .form .form-row.form-submit {
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse; }
        .contact-wrap .page-body .form .form-row.form-submit input[type=submit] {
          width: 266px; }
    .contact-wrap .page-body .contacts {
      flex: 0 0 210px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-wrap {
    background-size: auto 292px; }
    .contact-wrap .page-header {
      height: 212px; } }
@media only screen and (min-width: 1024px) {
  .contact-wrap {
    background-size: auto 340px; }
    .contact-wrap .page-header {
      height: 260px; } }
.form .form-row {
  margin-bottom: 24px; }
  .form .form-row input[type=text], .form .form-row input[type=email], .form .form-row textarea {
    border: 1px solid #E1E6EF;
    border-radius: 4px;
    color: #333F4B;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 16px 0 16px;
    width: 100%;
    caret-color: #377CBC; }
  .form .form-row input[type=text].wpcf7-not-valid, .form .form-row input[type=email].wpcf7-not-valid, .form .form-row textarea.wpcf7-not-valid {
    border: 1px solid #f16c42; }
  .form .form-row input[type=text]:hover, .form .form-row input[type=email]:hover, .form .form-row textarea:hover {
    border: 1px solid #377CBC; }
  .form .form-row input {
    height: 48px; }
  .form .form-row textarea {
    padding: 10px 16px;
    height: 192px; }
  .form .form-row input[type=submit] {
    background: #F16C42;
    border-radius: 4px;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer; }
  .form .form-row ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #788797; }
  .form .form-row ::-moz-placeholder {
    /* Firefox 19+ */
    color: #788797; }
  .form .form-row :-ms-input-placeholder {
    /* IE 10+ */
    color: #788797; }
  .form .form-row :-moz-placeholder {
    /* Firefox 18- */
    color: #788797; }
  .form .form-row.form-submit {
    margin-bottom: 0; }
.form.affiliate {
  margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .form {
    width: 100%;
    margin-right: 40px; }
    .form .form-row.form-submit {
      display: flex;
      justify-content: flex-start;
      flex-direction: row-reverse; }
      .form .form-row.form-submit input[type=submit] {
        width: 266px; } }
.home-hero {
  background-image: url(../img/background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .home-hero .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 64px; }
    .home-hero .container h1 {
      font-size: 32px;
      font-weight: 600;
      color: #fff;
      text-align: center; }
    .home-hero .container > p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 200;
      max-width: 664px;
      margin-top: 0; }
      .home-hero .container > p a {
        /*text-decoration: underline;
        text-decoration-color:#722F75;
        text-underline-offset:3px;*/
        border-bottom: #722F75 2px solid;
        color: #fff;
        transition: all .3s ease-in-out;
        text-decoration: none; }
        .home-hero .container > p a:hover {
          color: #712f75;
          border-bottom-color: #712f75; }
    .home-hero .container > .steps {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 8px;
      margin-top: 24px;
      width: 100%; }
      .home-hero .container > .steps .step {
        text-align: center;
        margin: 24px 16px 8px 16px; }
        .home-hero .container > .steps .step .img-wrap {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 70px; }
          .home-hero .container > .steps .step .img-wrap svg {
            display: block; }
        .home-hero .container > .steps .step p {
          color: #333F4B;
          font-size: 16px;
          font-weight: 300;
          line-height: 26px; }

.home-templates {
  background: #F7F8FA;
  padding-top: 42px;
  padding-bottom: 64px; }
  .home-templates .container {
    flex-direction: column; }
    .home-templates .container h2 {
      color: #171717;
      font-size: 28px;
      line-height: 32px;
      text-align: left;
      font-weight: 600;
      margin-bottom: 0; }
    .home-templates .container .featured-wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      /*margin-top: 64px;*/ }
      .home-templates .container .featured-wrap .featured-item {
        position: relative;
        background: #fff;
        border-radius: 8px;
        margin: 97px 0 0 0;
        flex-grow: 1;
        flex-basis: 0;
        z-index: 0;
        transform-style: preserve-3d;
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07); }
        .home-templates .container .featured-wrap .featured-item .title {
          font-size: 20px;
          line-height: 26px;
          font-weight: 600;
          padding: 32px 32px 24px 32px; }
        .home-templates .container .featured-wrap .featured-item .list a {
          display: block;
          font-size: 16px;
          line-height: 26px;
          border-top: 1px #E1E6EF solid;
          padding: 15px 32px; }
        .home-templates .container .featured-wrap .featured-item .list p {
          margin: 0;
          padding: 0 32px 15px 32px;
          margin-top: -10px;
          font-weight: 300;
          font-size: 16px;
          line-height: 26px;
          color: #64717d; }
        .home-templates .container .featured-wrap .featured-item .icon {
          position: absolute;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          top: -60px;
          left: 0;
          background: #fff;
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
          z-index: 2;
          transform: translateZ(1px); }
        .home-templates .container .featured-wrap .featured-item:last-child {
          margin-bottom: 0; }
    .home-templates .container .forms-list-wrap {
      margin-top: 28px;
      padding: 40px 32px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07); }
      .home-templates .container .forms-list-wrap h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: left;
        font-weight: 600;
        margin-top: 0; }
      .home-templates .container .forms-list-wrap .list {
        margin-top: 10px; }
        .home-templates .container .forms-list-wrap .list a {
          display: inline-block;
          line-height: 26px;
          align-self: stretch;
          width: 100%;
          padding: 5px 0; }

.home-advantages {
  background: #F7F8FA;
  padding-top: 64px;
  padding-bottom: 64px; }
  .home-advantages .container {
    flex-direction: column; }
    .home-advantages .container h2 {
      font-weight: 600;
      font-size: 26px;
      line-height: 32px;
      color: #192938;
      margin-top: 0;
      margin-bottom: 32px; }
    .home-advantages .container .advantages-wrap {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .home-advantages .container .advantages-wrap .advantage-item {
        background: #FFFFFF;
        border: 1px solid #E1E6EF;
        border-radius: 8px;
        padding: 24px 16px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center; }
        .home-advantages .container .advantages-wrap .advantage-item .icon {
          width: 32px;
          height: 32px; }
          .home-advantages .container .advantages-wrap .advantage-item .icon img {
            width: 32px;
            height: 32px; }
        .home-advantages .container .advantages-wrap .advantage-item .title {
          font-weight: 300;
          font-size: 16px;
          line-height: 26px;
          color: #64717D;
          flex: 1;
          margin-left: 20px; }

@media only screen and (min-width: 768px) {
  .home-hero .container h1 {
    font-size: 42px; }
  .home-hero .container > .steps {
    flex-direction: row; }
    .home-hero .container > .steps .step {
      width: 33.3%; }
  .home-hero .container > .partners-block {
    margin-top: 80px; }
    .home-hero .container > .partners-block > div {
      margin-bottom: 0; }

  .numbers-block .container h2 {
    text-align: center; }
  .numbers-block .container .numbers-wrap {
    flex-direction: row;
    margin: 0 -20px 0 -20px; }
    .numbers-block .container .numbers-wrap .number-item {
      margin: 20px; }

  .home-templates .container h2 {
    text-align: center; }
  .home-templates .container .featured-wrap {
    flex-direction: column;
    /*margin: 64px -20px 0 -20px;*/ }
    .home-templates .container .featured-wrap .featured-item {
      /*margin: 20px;*/ }
  .home-templates .container .forms-list-wrap {
    margin-top: 48px;
    padding: 16px 0 32px 0; }
    .home-templates .container .forms-list-wrap h3 {
      text-align: center; }
    .home-templates .container .forms-list-wrap .list {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      column-count: 2; }
      .home-templates .container .forms-list-wrap .list a {
        padding: 5px 32px; }

  .home-advantages .container h2 {
    text-align: center;
    color: #171717;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px; }
  .home-advantages .container .advantages-wrap {
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap; }
    .home-advantages .container .advantages-wrap .advantage-item {
      display: block;
      padding: 32px 40px;
      width: calc(50% - 20px); }
      .home-advantages .container .advantages-wrap .advantage-item .icon {
        width: 48px;
        height: 48px; }
        .home-advantages .container .advantages-wrap .advantage-item .icon img {
          width: 48px;
          height: 48px; }
      .home-advantages .container .advantages-wrap .advantage-item .title {
        margin-top: 24px;
        margin-left: 0; } }
@media only screen and (min-width: 1024px) {
  .home-templates {
    padding-top: 64px; }
    .home-templates .container h2 {
      margin-top: 0; }
    .home-templates .container .featured-wrap {
      flex-direction: row;
      margin-left: -20px;
      margin-right: -20px;
      flex-wrap: wrap;
      justify-content: center; }
      .home-templates .container .featured-wrap .featured-item {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(33.333333% - 40px);
        flex-grow: unset;
        flex-basis: unset; }
    .home-templates .container .forms-list-wrap {
      padding-top: 32px; }
      .home-templates .container .forms-list-wrap .list {
        column-count: 3; }

  .home-advantages {
    padding-bottom: 80px; }
    .home-advantages .container .advantages-wrap .advantage-item {
      width: calc(33.333% - 27px); } }
.page-support .support-wrap {
  padding-bottom: 70px;
  position: relative; }
  .page-support .support-wrap .hero-wrap {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .page-support .support-wrap .hero-wrap:before {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #172C41;
      opacity: .5; }
    .page-support .support-wrap .hero-wrap > picture {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -1;
      width: 100%;
      overflow: hidden; }
      .page-support .support-wrap .hero-wrap > picture source, .page-support .support-wrap .hero-wrap > picture img {
        display: block;
        min-width: 100%;
        object-fit: cover;
        object-position: center top;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%; }
    .page-support .support-wrap .hero-wrap .hero-inner {
      text-align: center;
      margin: 0 auto;
      z-index: 10; }
      .page-support .support-wrap .hero-wrap .hero-inner h1 {
        color: #fff;
        margin-bottom: 32px;
        margin-top: 0;
        font-weight: 600; }
      .page-support .support-wrap .hero-wrap .hero-inner .details {
        color: #fff;
        display: flex;
        justify-content: center; }
        .page-support .support-wrap .hero-wrap .hero-inner .details .views {
          padding-right: 16px;
          margin-right: 16px;
          /*border-right: 1px #fff solid;*/
          position: relative; }
          .page-support .support-wrap .hero-wrap .hero-inner .details .views:after {
            position: absolute;
            content: '';
            display: block;
            right: 0;
            top: 10%;
            width: 1px;
            background: #fff;
            height: 14px; }
        .page-support .support-wrap .hero-wrap .hero-inner .details .share {
          display: flex; }
          .page-support .support-wrap .hero-wrap .hero-inner .details .share .text {
            margin-right: 20px; }
          .page-support .support-wrap .hero-wrap .hero-inner .details .share a svg {
            fill: #FFF;
            width: 20px;
            height: 20px;
            margin-right: 20px; }
  .page-support .support-wrap .content-wrap > .toc-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 10; }
    .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents {
      margin-top: 0 !important;
      background: none;
      padding-bottom: 20px;
      margin-bottom: 48px; }
      .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents h2 {
        font-size: 20px;
        font-weight: 600; }
      .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ol {
        padding-left: 20px;
        margin-bottom: 0; }
        .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ol > li > ul {
          margin-left: .4em !important; }
      .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ol li, .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ul li {
        margin-bottom: 0; }
  .page-support .support-wrap .content-wrap > .container {
    position: relative;
    font-weight: 400; }
    .page-support .support-wrap .content-wrap > .container > * {
      color: #333F4B; }
    .page-support .support-wrap .content-wrap > .container h2, .page-support .support-wrap .content-wrap > .container h3, .page-support .support-wrap .content-wrap > .container h4, .page-support .support-wrap .content-wrap > .container h5, .page-support .support-wrap .content-wrap > .container h6 {
      font-weight: 600;
      color: #171717; }
    .page-support .support-wrap .content-wrap > .container p, .page-support .support-wrap .content-wrap > .container ul, .page-support .support-wrap .content-wrap > .container ol, .page-support .support-wrap .content-wrap > .container figcaption {
      font-weight: 400; }
    .page-support .support-wrap .content-wrap > .container figure figcaption {
      text-align: left;
      font-size: 16px;
      line-height: 26px;
      color: #64717D; }
    .page-support .support-wrap .content-wrap > .container ul {
      margin-left: 0; }
    .page-support .support-wrap .content-wrap > .container ol {
      margin-left: 1em; }
    .page-support .support-wrap .content-wrap > .container ul li, .page-support .support-wrap .content-wrap > .container ol li {
      margin-bottom: 10px; }
    .page-support .support-wrap .content-wrap > .container > .quote span {
      font-weight: 400; }

@media only screen and (min-width: 768px) {
  .page-support .support-wrap .hero-wrap {
    height: 330px; }
    .page-support .support-wrap .hero-wrap > picture source, .page-support .support-wrap .hero-wrap > picture img {
      max-height: 330px;
      max-width: none; } }
@media only screen and (min-width: 768px) {
  .page-support .support-wrap .content-wrap > .toc-wrap {
    padding: 0; } }
@media only screen and (min-width: 1200px) {
  .page-support .support-wrap .hero-wrap {
    height: 466px; }
    .page-support .support-wrap .hero-wrap > picture source, .page-support .support-wrap .hero-wrap > picture img {
      max-height: 466px;
      max-width: none; }
    .page-support .support-wrap .hero-wrap .hero-inner h1 {
      max-width: 670px; }
  .page-support .support-wrap .content-wrap {
    padding-top: 0;
    position: relative; }
    .page-support .support-wrap .content-wrap > .toc-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      border-right: 1px #E1E6EF solid;
      max-width: 320px; }
      .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents {
        padding: 64px 32px 0 32px;
        border: 0;
        position: sticky;
        top: 0; }
        .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents > * {
          display: block; }
        .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents h2 {
          margin-top: 0; }
    .page-support .support-wrap .content-wrap > .container {
      display: block;
      padding-top: 64px;
      padding-right: 20px;
      max-width: 1200px;
      padding-left: 365px;
          /*
          &:before {
            display: block;
            position: absolute;
            content: "";
            width: 1px;
            top: 0;
            bottom: 0;
            left: 320px;
            background: #E1E6EF;
          }

           */ }
      .page-support .support-wrap .content-wrap > .container > * {
        max-width: 670px; }
      .page-support .support-wrap .content-wrap > .container .wide {
        max-width: 100%; }
        .page-support .support-wrap .content-wrap > .container .wide img {
          width: 100%; }
      .page-support .support-wrap .content-wrap > .container .double {
        display: inline-block;
        width: calc(50% - 8px); }
      .page-support .support-wrap .content-wrap > .container .double + .double {
        margin-left: 10px; } }
@media only screen and (min-width: 1440px) {
  .page-support .support-wrap .content-wrap > .container {
    max-width: 1440px; } }
.page-template .page-header {
  border-bottom: 1px solid #E1E6EF; }

button.btn-primary, a.btn-primary {
  display: inline-block;
  width: 100%;
  background: #F16C42;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: 0;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF !important;
  text-align: center;
  padding-top: 15px;
  cursor: pointer; }
  button.btn-primary:hover, a.btn-primary:hover {
    background: #FF7D54; }

button.btn-primary {
  padding-top: 1px; }

.js-cta-wrap {
  margin-top: 48px; }

.cta-wrap {
  background: linear-gradient(235.03deg, #478CBE 18.63%, #3C6D9A 69.59%);
  opacity: 0.96;
  padding-top: 56px;
  padding-bottom: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: left; }
  .cta-wrap .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto; }
  .cta-wrap p.heading {
    font-size: 20px;
    line-height: 26px;
    color: #171717;
    width: 258px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600; }
  .cta-wrap .form-wrap {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 40px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .cta-wrap .form-wrap > img {
      display: none; }
    .cta-wrap .form-wrap .buttons-wrap {
      width: 100%;
      max-width: 288px; }
  .cta-wrap .steps-wrap {
    margin-top: 48px;
    width: 100%; }
    .cta-wrap .steps-wrap .step {
      padding-left: 48px;
      padding-right: 24px;
      padding-bottom: 24px;
      position: relative; }
      .cta-wrap .steps-wrap .step p.title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
        margin: 0;
        text-align: left; }
      .cta-wrap .steps-wrap .step p.text {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        opacity: 0.9;
        margin-top: 5px;
        margin-bottom: 0; }
      .cta-wrap .steps-wrap .step:before {
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ECF1F5;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #377CBC;
        padding-top: 2px; }
      .cta-wrap .steps-wrap .step:after {
        display: flex;
        position: absolute;
        content: "";
        left: 11px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #ECF1F5;
        z-index: -1; }
      .cta-wrap .steps-wrap .step.step-1:before {
        content: '1'; }
      .cta-wrap .steps-wrap .step.step-2:before {
        content: '2'; }
      .cta-wrap .steps-wrap .step.step-3:before {
        content: '3'; }
      .cta-wrap .steps-wrap .step:last-child:after {
        display: none; }
  .cta-wrap .downloads-wrap {
    color: #fff;
    font-weight: 300; }
    .cta-wrap .downloads-wrap .text {
      line-height: 2em;
      vertical-align: middle; }
    .cta-wrap .downloads-wrap .icon-wrap {
      display: inline-flex;
      flex-wrap: nowrap;
      align-items: center;
      vertical-align: middle; }
      .cta-wrap .downloads-wrap .icon-wrap svg {
        width: 24px;
        height: 27px; }
      .cta-wrap .downloads-wrap .icon-wrap a {
        color: #fff;
        font-weight: 500;
        text-decoration: underline; }
        .cta-wrap .downloads-wrap .icon-wrap a:hover {
          text-decoration: none; }
  .cta-wrap.w-image .form-wrap > img {
    display: block;
    width: 154px;
    margin-bottom: 24px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.16)); }

.cta-wrap .form-row, .cta-bar .form-row {
  display: flex;
  flex-direction: column; }
  .cta-wrap .form-row .form-item, .cta-bar .form-row .form-item {
    width: 100%;
    margin-top: 20px;
      /*
      a {
        display:inline-block;
        width: 100%;
        background: #F16C42;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        border: 0;
        height: 48px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
        padding-top:15px;

        &:hover {
          background: #FF7D54;
        }
      }
       */ }
    .cta-wrap .form-row .form-item.doc-state, .cta-bar .form-row .form-item.doc-state {
      display: none; }
    .cta-wrap .form-row .form-item select, .cta-bar .form-row .form-item select {
      background: #FFFFFF;
      border: 1px solid #D5DBE7;
      box-sizing: border-box;
      border-radius: 4px;
      height: 48px;
      width: 100%;
      margin-top: 20px; }
      .cta-wrap .form-row .form-item select option, .cta-bar .form-row .form-item select option {
        color: #333F4B;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        height: 48px; }
.cta-wrap.w-state .form-row .form-item.doc-state, .cta-bar.w-state .form-row .form-item.doc-state {
  display: block; }

.cta-bar {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999 !important; }
  .cta-bar .form-row .form-item a {
    padding-top: 10px; }
  .cta-bar .form-row .form-item button {
    padding-top: 1px; }
  .cta-bar .form-row .form-item.btn-submit {
    width: max-content; }
  .cta-bar .selectric-items li:before {
    display: none !important; }

.dnl-items-wrap {
  margin: 20px auto 0 auto; }
  .dnl-items-wrap .dnl-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    gap: 16px; }
    .dnl-items-wrap .dnl-items .dnl-item {
      width: 131px;
      height: 118px;
      background: #F7F8FA;
      border: 1px #E1E6EF solid;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 10px;
      flex-direction: column; }
      .dnl-items-wrap .dnl-items .dnl-item.pdf img {
        width: 34px;
        height: 46px; }
      .dnl-items-wrap .dnl-items .dnl-item.word img {
        width: 38px;
        height: 38px; }
      .dnl-items-wrap .dnl-items .dnl-item.odt img {
        width: 44px;
        height: 44px; }
      .dnl-items-wrap .dnl-items .dnl-item.gdoc img {
        width: 34px;
        height: 44px; }
      .dnl-items-wrap .dnl-items .dnl-item img {
        -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25)); }
      .dnl-items-wrap .dnl-items .dnl-item .dnl-item-text {
        margin-top: 10px; }
        .dnl-items-wrap .dnl-items .dnl-item .dnl-item-text svg {
          display: inline-block;
          margin-right: 4px;
          color: #F16C42; }
        .dnl-items-wrap .dnl-items .dnl-item .dnl-item-text div {
          display: inline-block;
          color: #F16C42;
          font-size: 16px;
          line-height: 20px;
          font-weight: 600; }
      .dnl-items-wrap .dnl-items .dnl-item:hover {
        background: #FFF6F3;
        border-color: #F16C42; }
        .dnl-items-wrap .dnl-items .dnl-item:hover img {
          -webkit-filter: drop-shadow(0px 6px 7px rgba(157, 52, 19, 0.25)); }

.template-wrap {
  padding-bottom: 70px;
  position: relative;
  padding-top: 0; }
  .template-wrap .container {
    flex-direction: column; }
  .template-wrap .breadcrumbs {
    top: 5px;
    position: relative; }
    .template-wrap .breadcrumbs ul.breadcrumbs__list li {
      display: inline; }
    .template-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a {
      color: #377CBC;
      font-size: 16px;
      line-height: 26px; }
    .template-wrap .breadcrumbs ul.breadcrumbs__list li.sep svg path {
      stroke: #64717D; }
    .template-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span {
      color: #64717D;
      font-weight: 300;
      font-size: 16px;
      line-height: 26px; }
  .template-wrap h1.entry-title {
    margin-top: 0;
    margin-bottom: 0; }
  .template-wrap .container.intro-text {
    margin-top: 24px; }
    .template-wrap .container.intro-text :last-child {
      margin-bottom: 0; }
  .template-wrap .container.intro-text + .container {
    margin-top: 32px; }
  .template-wrap .template-card {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 48px;
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.12);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .template-wrap .template-card .thumb-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      order: 2;
      margin-top: 32px;
      margin-bottom: 16px;
      max-width: 400px; }
      .template-wrap .template-card .thumb-wrap img {
        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.16));
        cursor: pointer;
        max-height: 100%; }
    .template-wrap .template-card .dnl-wrap {
      order: 1;
      max-width: 278px; }
      .template-wrap .template-card .dnl-wrap .title {
        font-size: 18px;
        line-height: 30px;
        color: #333F4B;
        font-weight: 300;
        margin-left: 0;
        margin-top: 24px; }
      .template-wrap .template-card .dnl-wrap .cta_button {
        display: inline-block;
        width: 100%;
        background: #f16c42;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        border: 0;
        height: 48px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        padding-top: 15px;
        margin-top: 16px; }
      .template-wrap .template-card .dnl-wrap button.cta_button {
        padding-top: 1px;
        cursor: pointer; }
    .template-wrap .template-card.is-cta {
      flex-direction: column;
      align-items: center; }
      .template-wrap .template-card.is-cta .dnl-wrap {
        order: 1;
        width: auto;
        max-width: 400px; }
      .template-wrap .template-card.is-cta .thumb-wrap {
        order: 2;
        margin-top: 32px;
        padding-right: 0;
        padding-left: 0;
        width: auto;
        max-width: 400px; }
  .template-wrap .forms-by-type-wrap {
    background: #F7F8FA;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 64px; }
    .template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap {
      display: flex;
      justify-content: space-between; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap h1, .template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap h2 {
        margin: 0; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap .count {
        background: #E1E6EF;
        border-radius: 32px;
        width: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600; }
    .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item {
      background: #FFFFFF;
      border: 1px solid #E1E6EF;
      border-radius: 8px;
      padding: 32px 24px;
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .thumb-wrap {
        width: 100px; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title {
        width: calc(100% - 120px);
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:link, .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:hover, .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:visited {
          font-weight: 600;
          font-size: 18px;
          line-height: 24px; }
        .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:link, .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:visited {
          color: #171717; }
        .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:hover {
          color: #377CBC; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .description {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items {
        gap: 12px;
        justify-content: space-between;
        margin: 0 auto; }
        .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item {
          height: 56px;
          flex-direction: row;
          width: calc(50% - 6px);
          padding: 5px;
          max-width: 230px; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.pdf img {
            width: 22px;
            height: 30px; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.word img {
            width: 25px;
            height: 24px; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.odt img {
            width: 29px;
            height: 29px; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.gdoc svg {
            display: none; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.gdoc img {
            width: 21px;
            height: 29px; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item img {
            margin-right: 12px; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item .dnl-item-text {
            margin-top: 5px; }
  .template-wrap .doc-list-wrap {
    background: #F7F8FA;
    padding: 16px 0 48px 0;
    margin-top: 48px !important; }
    .template-wrap .doc-list-wrap h2 {
      margin-top: 0;
      margin-bottom: 24px;
      text-align: center; }
    .template-wrap .doc-list-wrap .doc-list {
      display: flex;
      flex-wrap: wrap;
      background: #FFFFFF;
      border: 1px solid #E1E6EF;
      border-radius: 8px;
      padding: 32px 24px;
      margin-top: 32px; }
      .template-wrap .doc-list-wrap .doc-list .doc-list-img {
        width: 100%;
        margin: 16px 24px 24px 24px; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-img img {
          width: 100%;
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08)); }
      .template-wrap .doc-list-wrap .doc-list .doc-list-data p {
        font-size: 16px;
        line-height: 26px; }
      .template-wrap .doc-list-wrap .doc-list .doc-list-data table {
        background: #e1e6ef;
        border-radius: 8px;
        width: 100%;
        border-spacing: 1px; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table td {
          width: 50%;
          padding: 12px 16px;
          text-align: center;
          font-size: 16px;
          line-height: 26px; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table td:nth-child(2n-1) {
          background: #F7F8FA;
          font-weight: 500; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table td:nth-child(2n) {
          background: #fff; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table tr:first-child td:first-child {
          border-top-left-radius: 8px; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table tr:first-child td:last-child {
          border-top-right-radius: 8px; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table tr:last-child td:first-child {
          border-bottom-left-radius: 8px; }
        .template-wrap .doc-list-wrap .doc-list .doc-list-data table tr:last-child td:last-child {
          border-bottom-right-radius: 8px; }
  .template-wrap .container .relevant-forms-wrap {
    margin-top: 48px !important; }
  .template-wrap .relevant-forms h2 {
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center; }
  .template-wrap .relevant-forms .items-list {
    display: none; }
    .template-wrap .relevant-forms .items-list > div {
      display: inline-flex;
      color: #333F4B;
      font-size: 14px;
      line-height: 20px;
      cursor: pointer;
      border-radius: 3px;
      border: 1px #333F4B solid;
      padding: 5px 12px;
      margin: 0 10px 10px 0; }
      .template-wrap .relevant-forms .items-list > div.active, .template-wrap .relevant-forms .items-list > div:hover {
        color: #377CBC;
        border-color: #377CBC; }
  .template-wrap .relevant-forms .items-select {
    display: block; }
  .template-wrap .relevant-forms .items-wrap {
    margin-top: 32px;
    background: linear-gradient(235.03deg, #478CBE 18.63%, #3C6D9A 69.59%);
    opacity: 0.96;
    border-radius: 4px; }
    .template-wrap .relevant-forms .items-wrap .item {
      display: none;
      font-size: 16px;
      padding: 24px 32px 48px 32px;
      text-align: justify;
      max-width: 578px;
      margin: 0 auto; }
      .template-wrap .relevant-forms .items-wrap .item.active {
        display: block; }
      .template-wrap .relevant-forms .items-wrap .item .description {
        color: #fff;
        font-size: 16px;
        font-weight: 300; }
        .template-wrap .relevant-forms .items-wrap .item .description a, .template-wrap .relevant-forms .items-wrap .item .description a:visited {
          color: #94c3ef; }
        .template-wrap .relevant-forms .items-wrap .item .description a:hover {
          color: #94c3ef;
          text-decoration: underline; }
      .template-wrap .relevant-forms .items-wrap .item .img-wrap {
        margin-top: 24px; }
        .template-wrap .relevant-forms .items-wrap .item .img-wrap img {
          border-radius: 4px; }
      .template-wrap .relevant-forms .items-wrap .item .btns-wrap {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 36px; }
        .template-wrap .relevant-forms .items-wrap .item .btns-wrap > a, .template-wrap .relevant-forms .items-wrap .item .btns-wrap .btn-primary {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 8px 16px;
          min-height: 48px;
          text-align: center; }
        .template-wrap .relevant-forms .items-wrap .item .btns-wrap > a {
          color: #fff;
          border: 1px #fff solid;
          border-radius: 4px;
          width: 50%;
          max-width: 214px;
          font-size: 16px;
          line-height: 20px; }
        .template-wrap .relevant-forms .items-wrap .item .btns-wrap form {
          width: 50%;
          max-width: 214px; }
        .template-wrap .relevant-forms .items-wrap .item .btns-wrap .btn-primary {
          font-weight: 400; }

@media only screen and (min-width: 480px) {
  .template-wrap .cta-wrap p.heading {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .template-wrap .user-block {
    padding: 64px 0 0 0; } }
@media only screen and (min-width: 768px) {
  body.with-cta .template-wrap h1.entry-title {
    text-align: center; }
  body.with-cta .template-wrap .container.intro-text {
    text-align: center; }

  .template-wrap {
    background-size: auto 400px; }
    .template-wrap .cta-wrap .container {
      grid-template-columns: [col1-start] 1fr [col2-start] 1fr [col2-end];
      grid-template-rows: [row1-start] auto [row2-start] auto [row2-end]; }
    .template-wrap .cta-wrap .form-wrap {
      grid-row-start: row1-start;
      grid-column-start: col2-start;
      grid-row-end: row2-end; }
      .template-wrap .cta-wrap .form-wrap .form-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -8px;
        margin-right: -8px; }
        .template-wrap .cta-wrap .form-wrap .form-row .form-item.btn-submit {
          margin-bottom: 0; }
    .template-wrap .cta-wrap .steps-wrap {
      margin-top: 0; }
    .template-wrap .cta-wrap .downloads-wrap {
      padding-left: 48px;
      padding-right: 16px;
      margin-top: 24px; }
    .template-wrap .template-card {
      padding: 40px 40px 40px 0;
      flex-direction: row;
      align-items: flex-start; }
      .template-wrap .template-card .thumb-wrap {
        order: 1;
        width: 50%;
        margin: 0;
        flex: 1;
        max-width: 340px;
        padding-left: 48px;
        padding-right: 48px; }
      .template-wrap .template-card .dnl-wrap {
        width: 50%;
        order: 2;
        flex: 1;
        max-width: 312px; }
        .template-wrap .template-card .dnl-wrap .title {
          margin-left: 8px;
          margin-top: 0; }
        .template-wrap .template-card .dnl-wrap .dnl-items .dnl-item {
          width: 148px; }
    .template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap h1, .template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap h2 {
      font-size: 28px;
      line-height: 32px; }
    .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item {
      display: block; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .thumb-wrap {
        display: inline-block;
        float: left;
        margin-right: 32px;
        width: 120px; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title {
        height: 20px;
        display: inline-block;
        width: calc(100% - 160px);
        font-size: 20px;
        line-height: 26px; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .description {
        display: inline-block;
        width: calc(100% - 160px);
        margin-top: 16px; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap {
        padding-left: 160px;
        margin-top: 24px; }
        .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap .dnl-items {
          gap: 16px;
          margin: 0 auto;
          width: 476px; }
    .template-wrap .user-block {
      padding: 64px 0 0 0; }
    .template-wrap .doc-list-wrap h2 {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 32px; }
    .template-wrap .doc-list-wrap .doc-list {
      flex-direction: row;
      padding: 32px 32px 40px 32px; }
      .template-wrap .doc-list-wrap .doc-list .doc-list-img {
        width: 50%;
        margin: 0;
        padding-right: 32px; }
      .template-wrap .doc-list-wrap .doc-list .doc-list-data {
        width: 50%; }
    .template-wrap .relevant-forms h2 {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 32px; }
    .template-wrap .relevant-forms .items-list {
      display: block; }
    .template-wrap .relevant-forms .items-select {
      display: none; } }
@media only screen and (min-width: 1024px) {
  body.with-cta .template-wrap .container.intro-text {
    max-width: 840px; }

  .template-wrap .cta-wrap .container {
    max-width: 1016px; }
  .template-wrap .cta-wrap .form-wrap {
    grid-row-end: row2-start;
    flex-direction: row;
    /*
    > img {
      width: 242px;
      margin-bottom: 0;
    }*/ }
  .template-wrap .cta-wrap .steps-wrap {
    padding-right: 50px; }
  .template-wrap .cta-wrap .downloads-wrap {
    grid-column-start: col1-start;
    grid-column-end: col2-end;
    margin-top: 40px;
    font-size: 17px; }
    .template-wrap .cta-wrap .downloads-wrap .icon-wrap a {
      font-size: 17px; }
  .template-wrap .cta-wrap.w-image .container {
    grid-template-columns: [col1-start] 35% [col2-start] 65% [col2-end]; }
  .template-wrap .cta-wrap.w-image .form-wrap {
    padding: 50px 60px 50px 40px; }
    .template-wrap .cta-wrap.w-image .form-wrap > img {
      display: block;
      width: 242px;
      margin: 0; }
    .template-wrap .cta-wrap.w-image .form-wrap .buttons-wrap {
      margin-left: 55px; }
  .template-wrap .template-card {
    padding: 40px;
    flex-direction: row;
    justify-content: center; }
    .template-wrap .template-card .thumb-wrap {
      max-width: 340px;
      padding-left: 0;
      padding-right: 55px; }
      .template-wrap .template-card .thumb-wrap img {
        width: 100%;
        height: 100%; }
    .template-wrap .template-card .dnl-wrap .title {
      margin-left: 8px;
      margin-top: 0; }
    .template-wrap .template-card .dnl-wrap .dnl-items .dnl-item {
      width: 148px; }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px; }
    .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item {
      width: calc(50% - 20px);
      margin-top: 0; }
      .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap {
        padding: 0; }
        .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap .dnl-items {
          width: auto; }
          .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap .dnl-items .dnl-item {
            width: calc(50% - 8px);
            max-width: none; } }
@media only screen and (min-width: 1200px) {
  .cta-wrap {
    padding-top: 48px;
    padding-bottom: 48px; }
    .cta-wrap.w-image {
      grid-template-columns: [col1-start] 40% [col2-start] 60% [col2-end]; }
      .cta-wrap.w-image .form-wrap {
        padding: 32px 40px; }
        .cta-wrap.w-image .form-wrap > img {
          display: block;
          float: left;
          width: 240px;
          margin-right: 50px;
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.16)); }
      .cta-wrap.w-image .steps-wrap {
        margin-top: 40px; }
    .cta-wrap.w-image.w-state .form-wrap {
      align-items: flex-start; }
      .cta-wrap.w-image.w-state .form-wrap .buttons-wrap {
        margin-top: 32px; }
    .cta-wrap .container .downloads-wrap .icon-wrap a {
      font-size: 17px; }

  .cta-bar {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    height: 64px;
    background: #fff; }
    .cta-bar .container {
      flex-direction: row;
      align-items: center;
      max-width: 970px;
      padding: 0 30px 0 0;
      justify-content: space-between; }
      .cta-bar .container .text-wrap {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #333F4B; }
      .cta-bar .container .form-wrap {
        flex: 0; }
        .cta-bar .container .form-wrap .form-row {
          flex-direction: row; }
          .cta-bar .container .form-wrap .form-row .form-item.doc-state {
            width: 250px;
            margin-top: 0; }
            .cta-bar .container .form-wrap .form-row .form-item.doc-state .selectric .label, .cta-bar .container .form-wrap .form-row .form-item.doc-state .selectric .button {
              height: 40px;
              line-height: 40px; }
          .cta-bar .container .form-wrap .form-row .form-item.btn-submit {
            margin-top: 0;
            margin-left: 16px; }
            .cta-bar .container .form-wrap .form-row .form-item.btn-submit button, .cta-bar .container .form-wrap .form-row .form-item.btn-submit a {
              height: 40px;
              padding-left: 24px;
              padding-right: 24px; }
    .cta-bar.show {
      display: flex;
      align-items: center; } }
.forms-block {
  display: flex;
  flex-direction: column;
  margin-top: 64px !important;
  padding-bottom: 64px;
  border-bottom: 1px solid #E1E6EF; }
  .forms-block .forms-block-img {
    display: none; }
  .forms-block .forms-block-content h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-top: 0; }
  .forms-block .forms-block-content .forms-block-wrap > a {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #333F4B;
    margin: 6px 10px 6px 0;
    border: 1px #bdc5cd solid;
    border-radius: 4px;
    padding: 6px 10px; }
  .forms-block .forms-block-content .forms-block-wrap ul {
    margin: 0;
    padding: 0; }
    .forms-block .forms-block-content .forms-block-wrap ul li {
      display: inline-block;
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      margin: 6px 10px 6px 0;
      border: 1px #bdc5cd solid;
      border-radius: 4px;
      padding: 6px 10px; }
      .forms-block .forms-block-content .forms-block-wrap ul li:before {
        display: none; }
      .forms-block .forms-block-content .forms-block-wrap ul li a {
        color: #333F4B; }
  .forms-block.type-2 .forms-block-img {
    text-align: center;
    margin-bottom: 8px;
    display: block; }
    .forms-block.type-2 .forms-block-img img {
      width: 156px; }
  .forms-block.type-2 .forms-block-content > span {
    display: block;
    font-size: 28px;
    color: #171717;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .forms-block {
    flex-direction: row; }
    .forms-block .forms-block-img {
      width: 200px;
      min-width: 200px; }
    .forms-block .forms-block-content h2 {
      text-align: left; }
    .forms-block.type-2 .forms-block-content > span {
      text-align: left; } }
@media only screen and (min-width: 1024px) {
  .forms-block.type-2 .forms-block-img {
    margin-right: 30px; }
    .forms-block.type-2 .forms-block-img img {
      width: 200px;
      height: 200px; } }
.page-pdf .intro-wrap {
  display: flex;
  background: linear-gradient(235.03deg, #478CBE 18.63%, #3C6D9A 69.59%);
  opacity: 0.96;
  text-align: left;
  overflow: hidden;
  min-height: 430px; }
  .page-pdf .intro-wrap .container {
    position: relative; }
    .page-pdf .intro-wrap .container .breadcrumbs {
      position: absolute;
      top: 20px; }
      .page-pdf .intro-wrap .container .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span {
        color: #fff;
        opacity: .8; }
      .page-pdf .intro-wrap .container .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a {
        color: #fff; }
      .page-pdf .intro-wrap .container .breadcrumbs ul.breadcrumbs__list .sep {
        opacity: .8; }
        .page-pdf .intro-wrap .container .breadcrumbs ul.breadcrumbs__list .sep svg path {
          stroke: #fff; }
    .page-pdf .intro-wrap .container .left-block {
      color: #fff;
      margin-top: 100px;
      text-align: center; }
      .page-pdf .intro-wrap .container .left-block h1 {
        text-align: center;
        color: #fff;
        font-weight: 500; }
      .page-pdf .intro-wrap .container .left-block p {
        font-weight: 200; }
      .page-pdf .intro-wrap .container .left-block .btn-primary {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
        font-weight: 400;
        margin-top: 10px; }
      .page-pdf .intro-wrap .container .left-block form {
        display: inline-block;
        max-width: 230px; }
        .page-pdf .intro-wrap .container .left-block form button.btn-primary {
          width: 100%; }
    .page-pdf .intro-wrap .container .right-block {
      margin-top: 60px;
      display: flex; }
      .page-pdf .intro-wrap .container .right-block a {
        display: flex;
        margin: 0 auto; }
      .page-pdf .intro-wrap .container .right-block .img-wrap {
        display: flex;
        margin: 0 auto;
        filter: drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.16)); }
        .page-pdf .intro-wrap .container .right-block .img-wrap img {
          height: auto; }
        .page-pdf .intro-wrap .container .right-block .img-wrap .text-overlay {
          display: none; }
.page-pdf .how-it-works .container {
  flex-direction: row;
  flex-wrap: wrap; }
  .page-pdf .how-it-works .container .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 150px;
    padding-right: 20px; }
    .page-pdf .how-it-works .container .step svg {
      width: 48px;
      height: 48px; }
    .page-pdf .how-it-works .container .step div {
      display: block;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #333F4B;
      margin-top: 10px; }
.page-pdf .downloads-wrap {
  color: #377CBC;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px; }
  .page-pdf .downloads-wrap .text {
    line-height: 2em;
    vertical-align: middle; }
  .page-pdf .downloads-wrap .icon-wrap {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    vertical-align: middle; }
    .page-pdf .downloads-wrap .icon-wrap svg {
      width: 24px;
      height: 27px; }
    .page-pdf .downloads-wrap .icon-wrap a {
      color: #377CBC;
      font-weight: 500;
      text-decoration: underline; }
      .page-pdf .downloads-wrap .icon-wrap a:hover {
        text-decoration: none; }
  .page-pdf .downloads-wrap .dnl-items-wrap {
    display: none; }
    .page-pdf .downloads-wrap .dnl-items-wrap .dnl-items .dnl-item {
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.7); }
      .page-pdf .downloads-wrap .dnl-items-wrap .dnl-items .dnl-item .dnl-item-text svg {
        color: #377CBC; }
      .page-pdf .downloads-wrap .dnl-items-wrap .dnl-items .dnl-item .dnl-item-text div {
        color: #377CBC;
        font-weight: 400; }
      .page-pdf .downloads-wrap .dnl-items-wrap .dnl-items .dnl-item:hover {
        border-color: #F16C42; }
.page-pdf .content-wrap {
  padding-top: 0; }
  .page-pdf .content-wrap .cta-bar .text-wrap {
    flex: 1;
    text-align: center; }

@media only screen and (min-width: 768px) {
  .page-pdf .intro-wrap .container {
    flex-direction: row; }
    .page-pdf .intro-wrap .container .left-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      margin-top: 87px;
      padding-right: 120px;
      text-align: left; }
      .page-pdf .intro-wrap .container .left-block h1 {
        text-align: left; }
      .page-pdf .intro-wrap .container .left-block .btn-primary {
        max-width: 230px;
        padding-left: 0;
        padding-right: 0; }
    .page-pdf .intro-wrap .container .right-block {
      width: 50%;
      margin-top: 87px; }
      .page-pdf .intro-wrap .container .right-block a .img-wrap {
        position: relative;
        cursor: pointer; }
        .page-pdf .intro-wrap .container .right-block a .img-wrap:hover {
          box-shadow: 0 24px 61px 11px rgba(0, 0, 0, 0.32); }
          .page-pdf .intro-wrap .container .right-block a .img-wrap:hover:after {
            display: block;
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.75);
            z-index: 1; }
          .page-pdf .intro-wrap .container .right-block a .img-wrap:hover .text-overlay {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%);
            font-weight: 500;
            font-size: 28px;
            line-height: 32px;
            color: #F16C42;
            z-index: 2;
            width: 100%;
            text-align: center; }
  .page-pdf .how-it-works .container {
    flex-wrap: nowrap;
    max-width: 990px; }
    .page-pdf .how-it-works .container .step {
      justify-content: flex-start;
      flex-direction: row;
      align-items: center; }
      .page-pdf .how-it-works .container .step div {
        margin-left: 16px; } }
@media only screen and (min-width: 1024px) {
  .page-pdf .downloads-wrap {
    font-size: 17px; }
    .page-pdf .downloads-wrap .icon-wrap a {
      font-size: 17px; } }
@media only screen and (min-width: 1200px) {
  .page-pdf .downloads-wrap .icon-wrap a {
    font-size: 17px; }
  .page-pdf .downloads-wrap .dnl-items-wrap {
    display: inline-flex;
    margin: 0;
    margin-left: 24px; } }
/******* Archive **************/
body.archive .archive-hero {
  background: #F7F8FA; }
  body.archive .archive-hero .container {
    justify-content: center;
    align-items: center;
    height: 166px; }
  body.archive .archive-hero h1 {
    margin: 0;
    font-weight: 500; }
body.archive .page-content {
  padding-top: 40px; }

body.single .content-wrap {
  padding-bottom: 48px; }
  body.single .content-wrap .user-block {
    padding-bottom: 0; }

/******* Single post **************/
.post-hero {
  background: #F7F8FA;
  padding-top: 64px;
  padding-bottom: 48px; }
  .post-hero .container {
    flex-direction: column; }
  .post-hero .left {
    order: 2; }
    .post-hero .left img {
      border-radius: 8px;
      margin-top: 36px; }
  .post-hero .right {
    order: 1; }
    .post-hero .right h1 {
      margin-top: 0; }
    .post-hero .right .user-line {
      margin-top: 24px;
      display: flex;
      align-items: center; }
      .post-hero .right .user-line .thumb img {
        width: 32px;
        border-radius: 50%; }
      .post-hero .right .user-line .meta {
        margin-left: 16px;
        font-weight: 300;
        font-size: 14px;
        color: #333F4B; }

.post-content .content-wrap .container {
  flex-direction: column; }
.post-content .content-wrap .user-block {
  margin-top: 64px;
  padding: 64px 0; }

@media only screen and (min-width: 768px) {
  .post-hero .container {
    max-width: 700px;
    padding: 0; }
  .post-hero .right h1 {
    text-align: left; } }
@media only screen and (min-width: 1024px) {
  .post-hero {
    padding-top: 54px;
    padding-bottom: 54px; }
    .post-hero .container {
      flex-direction: row;
      align-items: center;
      max-width: 990px; }
    .post-hero .left {
      order: 1;
      width: 50%; }
      .post-hero .left img {
        max-width: 576px;
        width: 100%;
        margin-top: 0; }
    .post-hero .right {
      order: 2;
      margin-left: 40px;
      width: 50%; }
      .post-hero .right h1 {
        font-weight: 500;
        font-size: 35px; } }
.page-forms-list .hero-wrap {
  position: relative;
  background: #F7F8FA;
  z-index: 10;
  min-height: 350px; }
  .page-forms-list .hero-wrap .container {
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 56px;
    height: 100%; }
    .page-forms-list .hero-wrap .container .bg-left {
      display: none; }
    .page-forms-list .hero-wrap .container .bg-right {
      display: none; }
  .page-forms-list .hero-wrap .breadcrumbs ul.breadcrumbs__list {
    color: #377CBC; }
    .page-forms-list .hero-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span, .page-forms-list .hero-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a {
      color: #171717; }
    .page-forms-list .hero-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span.breadcrumb_last {
      font-weight: 400;
      color: #377CBC; }
    .page-forms-list .hero-wrap .breadcrumbs ul.breadcrumbs__list .sep svg path {
      stroke: #171717; }
  .page-forms-list .hero-wrap h1.entry-title {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 16px; }
  .page-forms-list .hero-wrap .subheading {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #333F4B; }
.page-forms-list .list-wrap {
  position: relative;
  background: #fff;
  padding-top: 32px;
  padding-bottom: 32px; }
  .page-forms-list .list-wrap .container {
    flex-direction: column; }
  .page-forms-list .list-wrap .left-column {
    min-width: 300px;
    position: relative; }
    .page-forms-list .list-wrap .left-column .categories {
      border: 1px #377cbc solid;
      border-radius: 4px;
      padding: 10px 15px;
      margin-bottom: 24px;
      position: relative;
      color: #377cbc;
      font-weight: 500; }
      .page-forms-list .list-wrap .left-column .categories svg {
        width: 12px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
        .page-forms-list .list-wrap .left-column .categories svg path {
          stroke: #377cbc; }
      .page-forms-list .list-wrap .left-column .categories.opened svg {
        transform: translateY(-50%) rotate(-180deg); }
    .page-forms-list .list-wrap .left-column .cats-list {
      display: none;
      position: initial;
      top: 32px;
      margin-left: 16px; }
      .page-forms-list .list-wrap .left-column .cats-list .cat-wrap {
        margin-bottom: 24px; }
        .page-forms-list .list-wrap .left-column .cats-list .cat-wrap .cat-item {
          display: flex;
          cursor: pointer; }
          .page-forms-list .list-wrap .left-column .cats-list .cat-wrap .cat-item .icon svg {
            width: 20px;
            height: auto; }
            .page-forms-list .list-wrap .left-column .cats-list .cat-wrap .cat-item .icon svg path {
              fill: #BDC5CD; }
          .page-forms-list .list-wrap .left-column .cats-list .cat-wrap .cat-item .title {
            font-size: 16px;
            line-height: 24px;
            margin-left: 12px;
            color: #333F4B; }
          .page-forms-list .list-wrap .left-column .cats-list .cat-wrap .cat-item.active .icon svg path {
            fill: #377CBC; }
          .page-forms-list .list-wrap .left-column .cats-list .cat-wrap .cat-item.active .title {
            color: #171717; }
        .page-forms-list .list-wrap .left-column .cats-list .cat-wrap ul.sub-items {
          margin: 18px 0 10px 0;
          margin-left: 32px;
          list-style: none;
          padding: 0; }
          .page-forms-list .list-wrap .left-column .cats-list .cat-wrap ul.sub-items li {
            margin-bottom: 16px;
            position: relative;
            padding-left: .9em;
            color: #333F4B; }
            .page-forms-list .list-wrap .left-column .cats-list .cat-wrap ul.sub-items li:before {
              content: "";
              position: absolute;
              display: block;
              width: 7px;
              height: 7px;
              border-radius: 50%;
              border: 1px #377cbc solid;
              top: 45%;
              left: 0;
              transform: translateY(-45%); }
            .page-forms-list .list-wrap .left-column .cats-list .cat-wrap ul.sub-items li.active {
              color: #171717; }
              .page-forms-list .list-wrap .left-column .cats-list .cat-wrap ul.sub-items li.active:before {
                background: #377cbc; }
  .page-forms-list .list-wrap .right-column .items-wrap {
    box-shadow: 0px 3px 6px rgba(26, 35, 44, 0.12), 0px 0px 2px rgba(26, 35, 44, 0.04);
    border-radius: 4px;
    margin-bottom: 32px;
    overflow: hidden; }
    .page-forms-list .list-wrap .right-column .items-wrap .heading {
      display: flex;
      background: #377CBC;
      padding: 12px 16px; }
      .page-forms-list .list-wrap .right-column .items-wrap .heading .icon svg {
        width: 24px;
        height: auto; }
        .page-forms-list .list-wrap .right-column .items-wrap .heading .icon svg path {
          fill: #fff; }
      .page-forms-list .list-wrap .right-column .items-wrap .heading .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        margin-left: 12px;
        margin-top: 0;
        margin-bottom: 0; }
    .page-forms-list .list-wrap .right-column .items-wrap .docs {
      padding: 24px; }
  .page-forms-list .list-wrap .doc {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    .page-forms-list .list-wrap .doc:last-child {
      margin-bottom: 0; }
    .page-forms-list .list-wrap .doc .doc-details {
      flex: 1; }
      .page-forms-list .list-wrap .doc .doc-details .doc-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        text-decoration: none; }
      .page-forms-list .list-wrap .doc .doc-details .doc-title a {
        font-weight: 400;
        text-decoration: none; }
      .page-forms-list .list-wrap .doc .doc-details .doc-desc {
        font-size: 14px;
        line-height: 20px;
        color: #495058;
        margin-top: 5px; }
        .page-forms-list .list-wrap .doc .doc-details .doc-desc span.more {
          display: none; }
        .page-forms-list .list-wrap .doc .doc-details .doc-desc a {
          font-size: 14px;
          line-height: 20px;
          color: #377CBC;
          font-weight: 400;
          text-decoration: underline; }
    .page-forms-list .list-wrap .doc .doc-cta {
      display: flex;
      align-items: center;
      margin-top: 12px; }
      .page-forms-list .list-wrap .doc .doc-cta button {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #377CBC;
        border-radius: 5px;
        border: 1px #377CBC solid;
        padding: 10px 0;
        height: 42px;
        width: 160px;
        background: #fff;
        cursor: pointer; }

@media only screen and (min-width: 768px) {
  .page-forms-list .list-wrap .left-column {
    min-width: 300px; }
  .page-forms-list .list-wrap .right-column .items-wrap .heading {
    padding: 12px 24px; }
    .page-forms-list .list-wrap .right-column .items-wrap .heading .title {
      font-size: 24px; }
  .page-forms-list .list-wrap .doc {
    flex-direction: row; }
    .page-forms-list .list-wrap .doc .doc-cta {
      margin-left: 24px;
      margin-top: 0; } }
@media only screen and (min-width: 1024px) {
  .page-forms-list .hero-wrap .container .bg-left {
    display: block;
    position: absolute;
    top: 140px;
    left: -80px; }
  .page-forms-list .hero-wrap .container .bg-right {
    display: block;
    position: absolute;
    top: 200px;
    right: -20px;
    height: 140px;
    overflow: hidden; }
  .page-forms-list .hero-wrap .subheading {
    margin: 0 150px 0 100px; }
  .page-forms-list .list-wrap {
    padding-top: 56px;
    padding-bottom: 64px; }
    .page-forms-list .list-wrap .container {
      flex-direction: row; }
    .page-forms-list .list-wrap .left-column {
      min-width: 300px; }
      .page-forms-list .list-wrap .left-column .categories {
        display: none; }
      .page-forms-list .list-wrap .left-column .cats-list {
        display: block;
        position: sticky;
        margin-left: 0;
        padding-right: 20px; } }
.search.page-forms-list .list-wrap .container {
  flex-direction: column;
  max-width: 768px; }
.search.page-forms-list .list-wrap .doc {
  flex-direction: column;
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .search.page-forms-list .list-wrap .doc:last-child {
    border-bottom: 0; }
.search.page-forms-list .list-wrap .nothing {
  line-height: 28px;
  font-size: 18px; }
  .search.page-forms-list .list-wrap .nothing a {
    font-weight: 500; }

@media only screen and (min-width: 768px) {
  .search.page-forms-list .list-wrap .doc {
    flex-direction: row;
    padding-bottom: 32px;
    margin-bottom: 32px; } }
.search-results {
  padding-bottom: 64px; }
  .search-results .container {
    flex-direction: column; }
  .search-results h1, .search-results .subheading {
    margin-left: auto;
    margin-right: auto; }
  .search-results h1 {
    margin-top: 50px; }
  .search-results .subheading {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    text-align: center; }
  .search-results .posts-grid {
    margin-top: 30px; }

.pdf-html-preview {
  margin-top: 20px !important; }

.pdf-html-preview .pages {
  display: flex;
  overflow-x: scroll;
  margin: 0 auto;
  width: 770px;
  max-width: 90vw;
  /*-ms-scroll-snap-type: x mandatory;*/
  scroll-snap-type: x mandatory;
  padding-bottom: 10px; }

@media (max-width: 900px) {
  .pdf-html-preview .pages {
    height: 530px;
    width: 400px; } }
@media (max-width: 700px) {
  .pdf-html-preview .pages {
    height: 400px; } }
@media (min-width: 901px) {
  .page-template-page .pdf-html-preview .pages {
    margin-left: -35px; } }
.pdf-html-preview .pages::-webkit-scrollbar-track {
  background-color: #edeff3;
  outline: none; }

.pdf-html-preview .pages::-webkit-scrollbar {
  height: 8px; }

.pdf-html-preview .pages::-webkit-scrollbar-thumb {
  background-color: rgba(173, 173, 173, 0.5);
  outline: none;
  border-radius: 3px; }

.pdf-html-preview .pages > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 !important;
  scroll-snap-align: center;
  overflow: visible !important; }

@media (max-width: 900px) {
  .pdf-html-preview .pages > * {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }
@media (max-width: 700px) {
  .pdf-html-preview .pages > * {
    -webkit-transform: scale(0.37);
    transform: scale(0.37);
    -webkit-transform-origin: top center;
    transform-origin: top center; } }

/*# sourceMappingURL=main.css.map */
