/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  background: #ffffff;
  color: #132740;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  font-display: swap;
  font-weight: 300;
  height: 100%;
  line-height: 1.5em;
  overflow-x: hidden;
  width: 100%; }
  body.modal-open {
    overflow: hidden; }
    body.modal-open header.site-header {
      z-index: 999; }

*:focus, a:focus {
  outline: none; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

h1, h2, h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 1em; }

h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 1em; }

h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 1.2em; }

h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 1em; }

strong {
  font-weight: 700; }

p {
  margin-bottom: 1.5em; }

a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
  color: inherit;
  font-weight: 400; }

em {
  font-style: italic; }

img.responsive {
  width: 100%;
  height: auto;
  display: block; }

.container {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media (min-width: 991px) {
    .container {
      width: 90%;
      max-width: 1400px;
      margin: 0 auto; }
      .container.narrow {
        max-width: 700px; } }

@media (min-width: 991px) {
  body {
    font-size: 18px;
    line-height: 1.5em; }
  h1 {
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 0.7em; }
  h2 {
    font-size: 40px;
    line-height: 1.2em; }
  h3 {
    font-size: 27px; }
  h4 {
    font-size: 17px;
    letter-spacing: 0.05em; } }

.hamburger {
  padding: 10px 0 0 15px;
  display: block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 99999; }

.hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #df007b;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border-radius: 1px; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px;
  width: 100%;
  right: 0; }

.hamburger-inner::after {
  bottom: -8px; }

/*
* Slider
*/
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg); }

.headroom {
  z-index: 99;
  position: relative; }

body.mobile-menu-active header.site-header .main-navigation {
  display: block;
  max-height: 400px; }

header.site-header .main-nav-bar {
  background: #192d47; }
  header.site-header .main-nav-bar .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; }

header.site-header .site-branding a {
  display: block;
  width: 144px; }
  header.site-header .site-branding a img {
    width: 100%;
    height: auto;
    display: block; }

header.site-header .main-navigation {
  position: static;
  background: #192d47;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms; }
  header.site-header .main-navigation .menu {
    padding-top: 2em; }
    header.site-header .main-navigation .menu .menu-item {
      margin: 0 auto;
      padding: 6px 0;
      border-radius: 50px;
      text-align: center; }
      header.site-header .main-navigation .menu .menu-item.current_page_item {
        background-color: #041f35; }
      header.site-header .main-navigation .menu .menu-item.current_page_item a {
        color: #df007b; }
      header.site-header .main-navigation .menu .menu-item a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase; }

@media (min-width: 991px) {
  header.site-header .main-nav-bar {
    max-height: auto; }
    header.site-header .main-nav-bar .container {
      height: 120px;
      padding: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  header.site-header .site-branding a {
    width: 150px; }
  header.site-header .hamburger {
    display: none; }
  header.site-header .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    background: none;
    padding: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 120px;
    overflow: visible; }
    header.site-header .main-navigation .menu {
      padding: 0;
      background: #132740;
      border-radius: 50px; }
      header.site-header .main-navigation .menu .menu-item {
        display: inline-block;
        margin: 0;
        padding: 11px 45px;
        border-radius: 50px; }
        header.site-header .main-navigation .menu .menu-item.current_page_item {
          background-color: #041f35; }
        header.site-header .main-navigation .menu .menu-item a {
          color: #fff;
          text-transform: uppercase;
          font-size: 15px;
          -webkit-transition: color 400ms;
          transition: color 400ms; }
          header.site-header .main-navigation .menu .menu-item a:hover {
            color: #df007b; } }

footer.site-footer {
  background: transparent url(./../img/footer-bg.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  margin: 4em 0 0 0;
  padding-bottom: 1em; }
  footer.site-footer .shedule-demo {
    position: relative;
    padding: 0.5em 20% 9em 0; }
    footer.site-footer .shedule-demo div {
      position: relative;
      z-index: 10; }
    footer.site-footer .shedule-demo a {
      text-decoration: underline; }
    footer.site-footer .shedule-demo:after {
      content: "";
      background: transparent url(./../img/footer-1.svg) no-repeat 0 0;
      background-size: auto 100%;
      background-position: bottom right;
      position: absolute;
      top: -30px;
      left: -11.111111%;
      width: 110%;
      min-height: 350px;
      z-index: 1; }
  footer.site-footer .contact-us {
    text-align: center; }
    footer.site-footer .contact-us .contact-item h4 {
      color: #df007b;
      text-transform: uppercase;
      margin: 0; }
  footer.site-footer .copyright {
    font-size: 14px;
    text-align: center;
    margin: 4em 0 0 0; }
    footer.site-footer .copyright .menu {
      margin: 0 0 2em 0; }
  @media (min-width: 991px) {
    footer.site-footer {
      padding-bottom: 25px; }
      footer.site-footer a {
        -webkit-transition: color 300ms;
        transition: color 300ms; }
        footer.site-footer a:hover {
          color: #df007b; }
      footer.site-footer .demo-flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        footer.site-footer .demo-flex-wrap .shedule-demo {
          padding: 25px 175px 75px 0;
          min-height: 460px;
          width: 60%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          footer.site-footer .demo-flex-wrap .shedule-demo:after {
            height: 100%;
            top: -50px; }
        footer.site-footer .demo-flex-wrap .contact-us {
          width: 35%;
          text-align: left;
          margin-top: 100px; }
      footer.site-footer .copyright {
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 2em 0 0 0; }
        footer.site-footer .copyright .menu {
          margin: 0; }
        footer.site-footer .copyright .copy:before {
          content: "|";
          margin: 0 1em; } }

.btn-purple a, .btn-primary {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 27px;
  position: relative;
  background: #80388d;
  text-transform: uppercase; }
  @media (min-width: 991px) {
    .btn-purple a, .btn-primary {
      -webkit-transition: background 400ms;
      transition: background 400ms;
      padding: 17px 50px; }
      .btn-purple a:hover, .btn-primary:hover {
        background: #5f2a68; } }

.styled-modal .fancybox-content {
  background: #80388d;
  color: #fff;
  max-width: 700px;
  padding: 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4); }
  .styled-modal .fancybox-content a {
    text-decoration: underline; }
  .styled-modal .fancybox-content ul {
    list-style: none;
    /* Remove default bullets */
    margin-bottom: 1.5em; }
  .styled-modal .fancybox-content ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */ }
  .styled-modal .fancybox-content .fancybox-close-small {
    background: #192d47;
    color: #fff;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    opacity: 1; }
  @media (min-width: 991px) {
    .styled-modal .fancybox-content {
      padding: 70px;
      -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.4);
              box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.4); }
      .styled-modal .fancybox-content .fancybox-close-small {
        top: 30px;
        right: 30px;
        -webkit-transition: background 300ms;
        transition: background 300ms; }
        .styled-modal .fancybox-content .fancybox-close-small:hover {
          background: #0c1521; }
      .styled-modal .fancybox-content a {
        -webkit-transition: color 300ms;
        transition: color 300ms; }
        .styled-modal .fancybox-content a:hover {
          color: #df007b; } }

body .fancybox-bg {
  background: #132740; }

.form-container input {
  border: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 13px 20px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  border-radius: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .form-container input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .form-container input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .form-container input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .form-container input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .form-container input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .form-container input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .form-container input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

.form-container select {
  display: block;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  line-height: 1.2;
  padding: 13px 30px 13px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 492 290.6' viewBox='0 0 492 290.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.1 24.3-16.1-16.2c-5.1-5.1-11.8-7.9-19-7.9s-14 2.8-19 7.9l-183.9 183.8-184-184c-5.1-5.1-11.9-7.9-19.1-7.9s-14 2.8-19 7.9l-16.1 16.1c-10.5 10.5-10.5 27.6 0 38l219.1 220c5.1 5.1 11.8 8.6 19.1 8.6h.1c7.2 0 14-3.6 19-8.6l218.9-219.4c5.1-5.1 7.9-12 7.9-19.2s-2.8-14.1-7.9-19.1z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 50%, 0 0;
  background-size: .65em auto, 100%;
  box-sizing: border-box; }

.form-container select::-ms-expand {
  display: none; }

.form-container select:focus {
  outline: none; }

.form-container select option {
  font-weight: normal;
  color: initial; }

.form-container button {
  border: none;
  width: 100%;
  margin-top: 20px; }

.form-container .form-item {
  margin-bottom: 10px; }

section.hero {
  text-align: center;
  background: #192d47;
  padding: 4em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative; }
  section.hero.hero--accountants .container .video-container .laptop-screen {
    background: transparent url(./../img/accountant-video-screen.jpg) center top no-repeat;
    background-size: cover; }
  section.hero .container {
    position: relative;
    z-index: 10; }
    section.hero .container h1 {
      margin: 0 0 2rem 0; }
    section.hero .container .title-content {
      margin-bottom: 4em; }
    section.hero .container .video-container {
      position: relative; }
      section.hero .container .video-container .laptop-screen {
        background: transparent url(./../img/investor-video-screen.jpg) center top no-repeat;
        position: absolute;
        width: 76%;
        height: 66.329%;
        top: 5.254%;
        border: 2px solid #dfdfdf;
        background-size: cover;
        cursor: pointer;
        left: 0;
        right: 0;
        margin: auto; }
        section.hero .container .video-container .laptop-screen > a {
          display: block;
          width: 100%;
          height: 100%;
          color: #132740; }
        section.hero .container .video-container .laptop-screen .play-button {
          background: transparent url(./../img/play.svg) no-repeat 0 0;
          position: absolute;
          width: 4.375rem;
          height: 6.675rem;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        section.hero .container .video-container .laptop-screen .video-text {
          position: absolute;
          font-weight: 600;
          font-size: 1rem;
          margin: auto;
          text-align: center;
          left: -200%;
          right: -200%;
          top: 5.375rem; }
  section.hero:after {
    content: "";
    background: transparent url(./../img/hero-bg.svg) no-repeat 0 0;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    bottom: -30px;
    right: -1px;
    width: 80%;
    max-width: 1000px;
    height: 100%;
    z-index: 1; }
  @media (min-width: 991px) {
    section.hero {
      padding: 60px 0 50px 0; }
      section.hero .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section.hero .container .title-content {
          width: 38%;
          text-align: left; }
        section.hero .container .video-container {
          width: 58%; }
          section.hero .container .video-container .laptop-screen > a {
            -webkit-transition: color 300ms;
            transition: color 300ms; }
            section.hero .container .video-container .laptop-screen > a:hover {
              color: #df007b; }
      section.hero:before {
        content: "";
        background: transparent url(./../img/hero-shim.svg) right bottom no-repeat;
        background-size: cover;
        background-position: right bottom;
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 100px;
        z-index: 1; }
      section.hero:after {
        background-size: auto 100%;
        background-position: left bottom;
        bottom: -6px;
        height: 300px; } }

.toolbox-block {
  text-align: center;
  margin: 7rem 0;
  position: relative; }
  .toolbox-block .container {
    position: relative;
    z-index: 10; }
  .toolbox-block h2 {
    margin-bottom: 1em; }
  .toolbox-block .toolbox .tool {
    margin-bottom: 2em; }
    .toolbox-block .toolbox .tool__icon {
      max-width: 200px;
      width: 60%;
      margin: 0 auto 2rem auto; }
      .toolbox-block .toolbox .tool__icon img {
        width: 100%;
        height: auto;
        display: block; }
    .toolbox-block .toolbox .tool h3 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0.7em; }
  @media (min-width: 991px) {
    .toolbox-block {
      margin: 140px 0; }
      .toolbox-block h2 {
        margin-bottom: 2em; }
      .toolbox-block .toolbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .toolbox-block .toolbox .tool {
          width: 26%;
          margin: 0; }
          .toolbox-block .toolbox .tool__icon {
            max-width: 260px;
            width: 90%;
            margin-bottom: 3rem; }
          .toolbox-block .toolbox .tool h3 {
            font-size: 20px;
            margin-bottom: 0.7em; } }

section.highlight-block {
  padding: 3em 0 4em 0;
  background: #80388d;
  color: #fff;
  text-align: center;
  position: relative; }
  section.highlight-block:after {
    content: "";
    background: transparent url(./../img/purple-r-bg.svg) no-repeat no-repeat;
    background-size: auto 100%;
    background-position: top right;
    position: absolute;
    top: -30px;
    left: 0;
    width: 85%;
    height: 250px;
    z-index: 1; }
  @media (min-width: 768px) {
    section.highlight-block:after {
      background-position: top right;
      height: 250px;
      width: 95%;
      max-width: 690px; } }
  section.highlight-block .container {
    position: relative;
    z-index: 10; }
  section.highlight-block .highlight-block__image {
    display: block;
    width: 70%;
    max-width: 699px;
    margin: 0 auto 4rem auto; }
    section.highlight-block .highlight-block__image img {
      width: 100%;
      height: auto;
      display: block; }
  section.highlight-block h2 {
    margin-bottom: 2rem; }
  section.highlight-block ul li {
    position: relative;
    margin: 0.5rem 0; }
    section.highlight-block ul li::before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 0.5rem;
      background: transparent url(./../img/cog.svg) no-repeat 0 0;
      background-size: contain; }
  @media (min-width: 991px) {
    section.highlight-block {
      padding: 100px 0;
      text-align: left; }
      section.highlight-block:after {
        height: 110%;
        background-position: top right;
        top: -70px;
        max-width: none; }
      section.highlight-block > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      section.highlight-block .highlight-block__image {
        width: 49%;
        margin: -3rem 0 0 0; }
      section.highlight-block .highlight-block__content {
        width: 40%; }
      section.highlight-block h2 {
        margin-bottom: 2rem; }
      section.highlight-block ul li {
        padding: 0 0 0 30px; }
        section.highlight-block ul li::before {
          display: block;
          position: absolute;
          top: 2px;
          left: 0;
          width: 20px;
          height: 20px; } }

section.about {
  padding: 4em 0 0 0; }
  section.about .intro {
    margin: 0 0 5em 0; }
  section.about .about__image {
    position: relative; }
    section.about .about__image img {
      z-index: 99;
      position: relative;
      width: 100%;
      height: auto;
      display: block; }
    section.about .about__image:before {
      content: "";
      background: transparent url(./../img/add-on-dots.png) no-repeat 0 0;
      background-position: top right;
      position: absolute;
      top: -40px;
      right: -4%;
      width: 206px;
      height: 86px;
      z-index: 1; }
  @media (min-width: 991px) {
    section.about {
      margin: 140px 0 150px 0;
      padding: 0; }
      section.about .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      section.about .intro {
        width: 40%;
        margin: 0; }
      section.about .about__image {
        width: 50%; }
        section.about .about__image:before {
          content: "";
          background: transparent url(./../img/add-on-dots.png) no-repeat 0 0;
          background-position: top right;
          position: absolute;
          top: -50px;
          right: 100px;
          width: 206px;
          height: 86px;
          z-index: 1; }
        section.about .about__image:after {
          content: "";
          background: transparent url(./../img/dots-vertical.png) no-repeat 0 0;
          background-position: top right;
          position: absolute;
          bottom: -21px;
          left: -50px;
          width: 86px;
          height: 204px;
          z-index: 1; } }
