html {
  scroll-behavior: smooth;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline-color: #2472b2;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "icons";
  src: url("/assets/icons-4984ac7c.eot");
  src: url("/assets/icons-4984ac7c.eot") format("embedded-opentype"), url("/assets/icons-90f2784f.woff2") format("woff2"), url("/assets/icons-64fae662.woff") format("woff"), url("/assets/icons-e7c98df0.ttf") format("truetype"), url("/assets/icons-d7ab3080.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("/assets/icons-d7ab3080.svg") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

.icon,
[data-icon]:before,
.icon-activate:before,
.icon-alert:before,
.icon-archive:before,
.icon-calendar:before,
.icon-check:before,
.icon-chevron-down:before,
.icon-chevron-left:before,
.icon-chevron-right:before,
.icon-clock:before,
.icon-close:before,
.icon-controller-play:before,
.icon-controller-stop:before,
.icon-creditcard:before,
.icon-destroy:before,
.icon-download:before,
.icon-edit:before,
.icon-facebook:before,
.icon-flag:before,
.icon-graph-view:before,
.icon-info:before,
.icon-linkedin:before,
.icon-list:before,
.icon-list-view:before,
.icon-lock:before,
.icon-log-out:before,
.icon-menu:before,
.icon-person:before,
.icon-play:before,
.icon-rss:before,
.icon-squared-minus:before,
.icon-squared-plus:before,
.icon-team:before,
.icon-tick:before,
.icon-twitter:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-activate:before {
  content: "\f100";
}

.icon-activate-symbol {
  content: "\f100";
}

.icon-alert:before {
  content: "\f101";
}

.icon-alert-symbol {
  content: "\f101";
}

.icon-archive:before {
  content: "\f102";
}

.icon-archive-symbol {
  content: "\f102";
}

.icon-calendar:before {
  content: "\f10e";
}

.icon-calendar-symbol {
  content: "\f10e";
}

.icon-check:before {
  content: "\f127";
}

.icon-check-symbol {
  content: "\f127";
}

.icon-chevron-down:before {
  content: "\f123";
}

.icon-chevron-down-symbol {
  content: "\f123";
}

.icon-chevron-left:before {
  content: "\f11e";
}

.icon-chevron-left-symbol {
  content: "\f11e";
}

.icon-chevron-right:before {
  content: "\f11f";
}

.icon-chevron-right-symbol {
  content: "\f11f";
}

.icon-clock:before {
  content: "\f10f";
}

.icon-clock-symbol {
  content: "\f10f";
}

.icon-close:before {
  content: "\f103";
}

.icon-close-symbol {
  content: "\f103";
}

.icon-controller-play:before {
  content: "\f11c";
}

.icon-controller-play-symbol {
  content: "\f11c";
}

.icon-controller-stop:before {
  content: "\f11d";
}

.icon-controller-stop-symbol {
  content: "\f11d";
}

.icon-creditcard:before {
  content: "\f110";
}

.icon-creditcard-symbol {
  content: "\f110";
}

.icon-destroy:before {
  content: "\f107";
}

.icon-destroy-symbol {
  content: "\f107";
}

.icon-download:before {
  content: "\f122";
}

.icon-download-symbol {
  content: "\f122";
}

.icon-edit:before {
  content: "\f108";
}

.icon-edit-symbol {
  content: "\f108";
}

.icon-facebook:before {
  content: "\f117";
}

.icon-facebook-symbol {
  content: "\f117";
}

.icon-flag:before {
  content: "\f11b";
}

.icon-flag-symbol {
  content: "\f11b";
}

.icon-graph-view:before {
  content: "\f111";
}

.icon-graph-view-symbol {
  content: "\f111";
}

.icon-info:before {
  content: "\f109";
}

.icon-info-symbol {
  content: "\f109";
}

.icon-linkedin:before {
  content: "\f118";
}

.icon-linkedin-symbol {
  content: "\f118";
}

.icon-list:before {
  content: "\f112";
}

.icon-list-symbol {
  content: "\f112";
}

.icon-list-view:before {
  content: "\f113";
}

.icon-list-view-symbol {
  content: "\f113";
}

.icon-lock:before {
  content: "\f10a";
}

.icon-lock-symbol {
  content: "\f10a";
}

.icon-log-out:before {
  content: "\f120";
}

.icon-log-out-symbol {
  content: "\f120";
}

.icon-menu:before {
  content: "\f121";
}

.icon-menu-symbol {
  content: "\f121";
}

.icon-person:before {
  content: "\f114";
}

.icon-person-symbol {
  content: "\f114";
}

.icon-play:before {
  content: "\f126";
}

.icon-play-symbol {
  content: "\f126";
}

.icon-rss:before {
  content: "\f11a";
}

.icon-rss-symbol {
  content: "\f11a";
}

.icon-squared-minus:before {
  content: "\f124";
}

.icon-squared-minus-symbol {
  content: "\f124";
}

.icon-squared-plus:before {
  content: "\f125";
}

.icon-squared-plus-symbol {
  content: "\f125";
}

.icon-team:before {
  content: "\f115";
}

.icon-team-symbol {
  content: "\f115";
}

.icon-tick:before {
  content: "\f10c";
}

.icon-tick-symbol {
  content: "\f10c";
}

.icon-twitter:before {
  content: "\f119";
}

.icon-twitter-symbol {
  content: "\f119";
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  border: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 12px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  border-radius: 8px;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus {
  border: 1px solid gray;
}

input[type=submit] {
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
}

label {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 5px;
  display: block;
}

.field_with_errors input[type=color], .field_with_errors input[type=date], .field_with_errors input[type=datetime], .field_with_errors input[type=datetime-local], .field_with_errors input[type=email], .field_with_errors input[type=month], .field_with_errors input[type=number], .field_with_errors input[type=password], .field_with_errors input[type=search], .field_with_errors input[type=tel], .field_with_errors input[type=text], .field_with_errors input[type=time], .field_with_errors input[type=url], .field_with_errors input[type=week], .field_with_errors input:not([type]), .field_with_errors textarea {
  border: 1px solid #dc2a4e;
}

#error_explanation {
  padding: 10px;
  background-color: #dc2a4e;
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
}
#error_explanation h2 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
#error_explanation ul {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.009em;
}

h1 {
  width: 100%;
  font-size: 42px;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.35;
}

h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #4a4a4a;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4a4a4a;
}
a:hover {
  text-decoration: none;
  color: #2472b2;
}

p {
  margin-bottom: 25px;
  line-height: 28px;
}

strong {
  font-weight: 500;
}

ul {
  line-height: 1.3;
  margin-bottom: 25px;
}

.text p,
.text li {
  font-size: 18px;
  line-height: 30px;
}
.text a {
  font-size: 18px;
}
.text h3 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  .text p,
  .text li {
    font-size: 16px;
  }
}
.btn {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 30px 10px 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #4a4a4a;
  -webkit-appearance: none;
}
.btn:hover {
  background: #ebebeb;
  color: #4a4a4a;
}
.btn.primary {
  background: #018747;
  border: none;
  color: white;
}
.btn.primary:hover {
  background: #016e3a;
}
.btn.red {
  background: #dc2a4e;
  border: none;
  color: white;
}
.btn.red:hover {
  background: #cb2144;
}
.btn.red a {
  color: white;
}
.btn.red a:hover {
  color: white;
}
.btn a {
  text-decoration: none;
}
.btn a:hover {
  color: #4a4a4a;
}

.lock:before {
  content: "";
  width: 16px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -8px;
  background-image: url("/assets/homepage/lock-755f03b1.svg");
  background-repeat: no-repeat;
}

.btn.google {
  background-image: url("/assets/homepage/google-e8f56c30.svg");
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 15px center;
}

.checklist.grey li:before, .mod-blog .blogpost .main ul.grey li:before {
  background-image: url("/assets/homepage/check-bfddebc6.svg");
  top: 2px;
}
.checklist.circle, .mod-blog .blogpost .main ul.circle,
.checklist li,
.mod-blog .blogpost .main ul li {
  margin-left: 20px;
}
.checklist.circle:before, .mod-blog .blogpost .main ul.circle:before,
.checklist li:before,
.mod-blog .blogpost .main ul li:before {
  background-image: url("/assets/homepage/circle-list-00ba5499.svg");
  top: 6px;
  left: -19px;
  width: 12px;
  height: 12px;
}
.checklist em, .mod-blog .blogpost .main ul em {
  color: #2472b2;
  font-style: normal;
}
.checklist li, .mod-blog .blogpost .main ul li {
  margin-bottom: 15px;
  margin-left: 28px;
  position: relative;
}
.checklist li:before, .mod-blog .blogpost .main ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: -28px;
  background-image: url("/assets/homepage/circle-check-green-6f962ad8.svg");
  background-repeat: no-repeat;
}
.checklist.dark-circle li, .mod-blog .blogpost .main ul li {
  margin-left: 20px;
}
.checklist.dark-circle li:before, .mod-blog .blogpost .main ul li:before {
  background-image: url("/assets/homepage/dark-circle-list-d46d4332.svg");
  top: 9px;
  left: -19px;
  width: 12px;
  height: 12px;
}
.checklist.questions, .mod-blog .blogpost .main ul.questions {
  color: #757575;
}
.checklist.questions li:before, .mod-blog .blogpost .main ul.questions li:before {
  background-image: url("/assets/homepage/help-5406c2ef.svg");
  top: 2px;
}
.checklist.euro, .mod-blog .blogpost .main ul.euro {
  margin-bottom: 35px;
}
.checklist.euro li:before, .mod-blog .blogpost .main ul.euro li:before {
  background-image: url("/assets/homepage/euro-9c3c4194.svg");
  top: 2px;
}
.checklist.plain li, .mod-blog .blogpost .main ul.plain li {
  list-style: outside;
  color: #4a4a4a;
}
.checklist.plain li:before, .mod-blog .blogpost .main ul.plain li:before {
  background-image: none;
}

.container {
  max-width: 970px;
  margin: 0 auto;
  padding: 10px;
}
.container.text {
  max-width: 800px;
  padding: 0 20px 70px 20px;
}

.dark {
  padding: 40px 0 0;
  background-color: #f5f5f5;
  margin-bottom: 80px;
  overflow: auto;
  text-align: center;
}

hr,
.hr {
  border: none;
  border-top: 1px solid #dadada;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  height: 0;
}

.hr .label {
  display: inline-block;
  background-color: white;
  position: relative;
  top: -10px;
  padding: 0 10px;
  font-style: italic;
  font-size: 15px;
  color: #757575;
}

.secondary-list {
  font-size: 14px;
  color: #757575;
}
.secondary-list h5 {
  color: #757575;
}

.pdf .table tr:nth-child(odd) {
  background-color: #efefef;
}
.pdf .table tr:nth-child(even) span.amount-badge {
  background-color: #efefef;
}
.pdf .table tr:nth-child(even) span.alias-tag {
  background-color: #efefef;
}
.pdf .table th {
  background-color: #dadada !important;
  border-bottom: solid 1px #757575;
}

.table {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
}
.table td, .table th {
  padding: 5px;
  vertical-align: middle;
}
.table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table tr:nth-child(even) span.amount-badge {
  background-color: #f5f5f5;
}
.table tr:nth-child(even) span.alias-tag {
  background-color: #f5f5f5;
}
.table th {
  font-weight: 500;
  color: #4a4a4a;
}

tr.deactivated {
  color: #dadada;
  background-color: white !important;
  border-top: dotted 2px #efefef;
}
tr.deactivated a {
  color: #dadada;
}
tr.deactivated .actions i {
  color: #dadada;
}

.icon-with-label {
  margin-right: 10px;
  font-style: normal;
}
.icon-with-label:before {
  padding-right: 10px;
}

.table td, .table th {
  padding-left: 15px;
  vertical-align: middle;
  height: 45px;
}

.table p {
  margin: 0;
}

.table thead tr {
  background-color: #efefef !important;
  text-align: left;
  color: black;
  border-bottom: #ccc solid 1px;
}

.amount-badge,
.alias-tag {
  height: 25px;
  min-width: 20px;
  padding: 0 10px;
  background-color: white;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 13px;
  margin: 5px 15px;
}

@media screen and (max-width: 800px) {
  .table .aliases {
    display: none;
  }
  .table .desktop-only {
    display: none;
  }
}
.video-player {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
}
.video-player.playing .video {
  display: block;
}
.video-player.playing .still {
  display: none;
}
.video-player .video {
  display: none;
}
.video-player .video,
.video-player iframe {
  width: 100%;
  height: 486px;
  border-radius: 10px;
  overflow: hidden;
}
.video-player img {
  width: 100%;
  display: block;
}
.video-player .still:after {
  background-image: url("/assets/homepage/play-button-b97a981b.svg");
  content: "";
  width: 130px;
  height: 130px;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  opacity: 0.6;
}
.video-player .still:hover:after {
  opacity: 0.7;
}

.mod-before-after {
  margin-bottom: 100px !important;
  padding: 0 150px;
  overflow: auto;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .mod-before-after {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 400px) {
  .mod-before-after {
    padding: 0 20px;
  }
}
.mod-before-after .before-timi {
  color: #757575;
}
.mod-before-after .photo {
  background-image: url("/assets/homepage/eric-paul-lecluse-8182ff41.jpg");
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .mod-before-after .photo {
    margin: 0;
  }
}
.mod-before-after .name {
  font-size: 14px;
  color: #757575;
  position: relative;
  left: 85px;
  top: 38%;
  width: 200px;
}
.mod-before-after .name a {
  color: #757575;
}
.mod-before-after h2 {
  text-align: center;
  margin-bottom: 50px;
}
.mod-before-after .quote {
  padding: 20px;
  background-color: #f5f5f5;
  position: relative;
}
.mod-before-after .quote:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  left: 50%;
  margin-left: -15px;
}
@media only screen and (max-width: 700px) {
  .mod-before-after .quote:after {
    left: 8%;
  }
}
.mod-before-after .before .quote {
  margin-bottom: 30px;
}
.mod-before-after .before .quote:after {
  border-top-color: #f5f5f5;
  bottom: -30px;
}
.mod-before-after .after .quote {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mod-before-after .after .quote:after {
  border-bottom-color: #f5f5f5;
  top: -30px;
}

.mod-blog code {
  padding: 2px 3px;
  color: #333;
  background-color: rgba(245, 217, 149, 0.3);
  text-shadow: 0 0 0.2rem #fff;
  font-weight: lighter;
  font-family: Monaco, "MonacoRegular", monospace;
  display: inline;
  font-size: 14px;
}
.mod-blog h2 {
  line-height: 1.45;
}
.mod-blog h1 a,
.mod-blog h2 a {
  text-decoration: none;
}
.mod-blog .blog-excerpt {
  font-size: 18px;
}
.mod-blog .author {
  border: 1px solid #dadada;
  border-width: 1px 0;
  padding: 25px 20px;
  font-size: 14px;
  margin-bottom: 50px;
}
.mod-blog .author img {
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  margin-right: 10px;
}
.mod-blog .blogpost .main ul li {
  margin-bottom: 8px;
  line-height: 1.4;
}
.mod-blog .blogpost .main img {
  max-width: 100%;
}
.mod-blog .readmore {
  background-color: #2472b2;
  float: right;
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  top: -4px;
  position: relative;
  border-radius: 30px;
}
.mod-blog .readmore:hover {
  background-color: #1b5788;
}
.mod-blog .follow-us li {
  margin-bottom: 10px;
}
.mod-blog .follow-us a {
  text-decoration: none;
}
.mod-blog .follow-us a:hover {
  color: #dc2a4e;
}
.mod-blog .follow-us [class*=icon]:before {
  margin-right: 10px;
  color: #dc2a4e;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.mod-blog .popular-stories a {
  text-decoration: none;
}
@media only screen and (min-width: 850px) {
  .mod-blog .blog {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-blog .blog .main {
    width: 70%;
    padding-right: 80px;
  }
  .mod-blog .blog .aside {
    width: 30%;
  }
}
@media only screen and (max-width: 850px) {
  .mod-blog .blog .aside {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .mod-blog .blog .readmore {
    display: none;
  }
}
.mod-blog .pagination {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.mod-blog .pagination span,
.mod-blog .pagination em,
.mod-blog .pagination a {
  background-color: #f5f5f5;
  padding: 10px 15px;
  text-decoration: none;
  font-style: normal;
  font-size: 15px;
}
.mod-blog .pagination a:hover {
  background-color: #2472b2;
  color: white;
}
.mod-blog .pagination .previous_page {
  border-radius: 30px 0 0 30px;
}
.mod-blog .pagination .next_page {
  border-radius: 0 30px 30px 0;
}
.mod-blog .pagination .current {
  background-color: #2472b2;
  color: white;
}
.mod-blog .pagination .disabled {
  color: #757575;
}
.mod-blog #disqus_thread {
  margin-bottom: 60px;
}

.mod-call-to-action {
  color: #656565;
  text-align: left;
  margin-bottom: 30px;
}
.mod-call-to-action .we-want-to-help,
.mod-call-to-action .did-you-know {
  padding: 10px 20px;
}
.mod-call-to-action .we-want-to-help .btn,
.mod-call-to-action .did-you-know .btn {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .mod-call-to-action {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-call-to-action .we-want-to-help,
  .mod-call-to-action .did-you-know {
    width: 50%;
  }
}
.mod-call-to-action .team-timi {
  width: 158px;
  margin-right: 20px;
}
.mod-call-to-action .call-to-action {
  width: 100%;
  text-align: center;
}

.code {
  padding: 2px 3px;
  color: #333;
  background-color: rgba(245, 217, 149, 0.3);
  text-shadow: 0 0 0.2rem #fff;
  font-weight: lighter;
  font-family: Monaco, "MonacoRegular", monospace;
  display: inline;
  font-size: 14px;
}

.highlight {
  margin-bottom: 25px;
}

code {
  font-size: 14px !important;
  display: block;
  padding: 10px 20px;
}

pre {
  overflow-x: auto;
}

.mod-contact h1 {
  font-size: 22px;
  margin-bottom: 20px;
}
.mod-contact h4 {
  margin-top: 43px;
}
.mod-contact li {
  margin-bottom: 15px;
}
.mod-contact .contact {
  display: block;
  background: #E1ECE7;
  border: 1px solid #018747;
  color: #018747;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 10px;
  font-size: 32px;
  text-decoration: none;
}
@media only screen and (max-width: 450px) {
  .mod-contact .contact {
    font-size: 20px;
  }
}
.mod-contact .mail {
  padding-left: 100px;
  background-image: url("/assets/homepage/mail-green-97babc61.svg");
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.mod-contact .maps,
.mod-contact .maps iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 900px) {
  .mod-contact .columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-contact .columns .right,
  .mod-contact .columns .left {
    padding: 20px 40px 10px 18px;
    width: 50%;
  }
}

.mod-features {
  text-align: center;
}
.mod-features .mod-header.with-background-image {
  background-image: url("/assets/homepage/short-header-c65976ac.jpg");
  height: 350px;
}
.mod-features .bottom-aligned-title {
  margin-bottom: 100px;
}
.mod-features .video-player {
  margin-top: -100px;
  z-index: 10;
}
.mod-features .call-to-action {
  text-align: center;
}
.mod-features h2 {
  margin-bottom: 40px;
}
.mod-features .more-features {
  padding: 20px 50px 20px;
  text-align: left;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.mod-features .more-features h3 {
  margin-bottom: 40px;
}
.mod-features .more-features ul {
  display: block;
  margin-bottom: 40px;
  -webkit-columns: auto;
  -moz-columns: auto;
  columns: auto;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.mod-features .more-features li {
  display: block;
}
@media only screen and (max-width: 800px) {
  .mod-features .more-features ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 600px) {
  .mod-features .more-features ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.mod-features-list {
  font-size: 14px;
  line-height: 24px;
}
.mod-features-list article {
  vertical-align: top;
  width: 250px;
  margin: 0 30px 40px 30px;
  display: inline-block;
}
.mod-features-list img {
  width: 100%;
  margin-bottom: 15px;
}
.mod-features-list .call-to-action {
  position: relative;
  bottom: 25px;
}

.mod-footer {
  text-align: center;
  padding: 10px 0 10px;
}
.mod-footer h2 {
  margin-bottom: 40px;
}
.mod-footer .social-media span {
  font-size: 30px;
  color: #dc2a4e;
  margin: 0 5px;
}
.mod-footer .social-media span:hover {
  color: #4a4a4a;
}
.mod-footer ul {
  margin-bottom: 40px;
}
.mod-footer a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.mod-footer a:hover {
  color: #dc2a4e;
}
.mod-footer .copyrights {
  color: #757575;
  font-size: 14px;
}

.mod-frequently-asked-questions .api-call {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 10px 0;
  background-color: #efefef;
  padding: 10px;
}
.mod-frequently-asked-questions .checklist.plain li, .mod-frequently-asked-questions .mod-blog .blogpost .main ul.plain li, .mod-blog .blogpost .main .mod-frequently-asked-questions ul.plain li {
  margin-bottom: 6px;
}
.mod-frequently-asked-questions .checklist.link li, .mod-frequently-asked-questions .mod-blog .blogpost .main ul.link li, .mod-blog .blogpost .main .mod-frequently-asked-questions ul.link li {
  color: #2472b2;
}
.mod-frequently-asked-questions .checklist.link li a, .mod-frequently-asked-questions .mod-blog .blogpost .main ul.link li a, .mod-blog .blogpost .main .mod-frequently-asked-questions ul.link li a {
  color: #2472b2;
}
.mod-frequently-asked-questions ul:last-of-type {
  margin-bottom: 40px;
}
.mod-frequently-asked-questions .index h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.mod-frequently-asked-questions .back-to-top {
  position: relative;
  top: -10px;
  text-decoration: none;
  color: #2472b2;
  margin-bottom: 50px;
  display: inline-block;
}
.mod-frequently-asked-questions .back-to-top:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/homepage/arrow-bold-up-f09aa9f6.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  left: 10px;
}
.mod-frequently-asked-questions hr {
  margin-bottom: 40px;
}
.mod-frequently-asked-questions .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.mod-frequently-asked-questions .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-google-account-creation h4 {
  font-size: 17px;
}
.mod-google-account-creation p {
  line-height: 22px;
  font-size: 14px;
}
.mod-google-account-creation .confirm {
  margin-bottom: 12px;
}
.mod-google-account-creation .cancel {
  font-size: 14px;
}

.mod-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 180px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
.mod-header h1 {
  padding-top: 70px;
}
.mod-header em {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.mod-header em:after {
  display: block;
  content: "";
  position: relative;
  bottom: 5px;
  left: 3px;
  width: 302px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mod-header.with-background-image {
  color: white;
  height: 560px;
  margin-bottom: 0px;
}
.mod-header.with-background-image a {
  color: white;
  text-decoration: none;
}
.mod-header.with-background-image h1 {
  font-size: 56px;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
  .mod-header.with-background-image h1 {
    font-size: 42px;
  }
}
.mod-header.with-background-image h3 {
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mod-header.with-background-image:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mod-header .bottom-aligned-title {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}

.mod-homepage .mod-header {
  z-index: 0;
}
.mod-homepage .mega-title {
  z-index: 2;
  width: 100%;
  padding-left: 20px;
}
.mod-homepage .sign-up {
  z-index: 1;
}
.mod-homepage .sign-up .left,
.mod-homepage .sign-up .right {
  padding: 20px 18px 10px 18px;
}
@media only screen and (max-width: 500px) {
  .mod-homepage .sign-up .left,
  .mod-homepage .sign-up .right {
    padding: 20px 0px 10px 0px;
  }
}
@media only screen and (min-width: 900px) {
  .mod-homepage .sign-up {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .mod-homepage .sign-up .left {
    width: 80%;
  }
  .mod-homepage .sign-up .mod-sign-up-form {
    position: relative;
    top: -90px;
  }
}
.mod-homepage .mod-header.wbso {
  background-image: url("/assets/homepage/homepage-wbso-9763a5b4.jpg");
}
.mod-homepage .mod-header {
  background-image: url("/assets/homepage/homepage-2b5089d7.jpg");
  text-align: left;
}
.mod-homepage .mod-header .video {
  font-size: 15px;
  text-align: left;
  display: block;
  margin-top: 90px;
}
.mod-homepage .mod-header .video:before {
  margin-right: 5px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f126";
}
.mod-homepage .mod-header h1 {
  padding-top: 130px;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 84px;
}
.mod-homepage .mod-header h3 {
  max-width: 666px;
  font-size: 24px;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .mod-homepage .mod-header .mega-title {
    padding-left: 20px;
  }
  .mod-homepage .mod-header h1 {
    font-size: 65px;
    line-height: 68px;
  }
  .mod-homepage .mod-header .video {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 625px) {
  .mod-homepage .mod-header h1 {
    font-size: 55px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 550px) {
  .mod-homepage .mod-header h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .mod-homepage .mod-header h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .mod-homepage .mod-header h1 {
    font-size: 46px;
    line-height: 48px;
  }
  .mod-homepage .mod-header .video {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 370px) {
  .mod-homepage .mod-header h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .mod-homepage .mod-header h3 {
    font-size: 20px;
  }
}

.comp-logo {
  width: 70px;
  height: 35px;
  background-image: url("/assets/logo-grey-e0e3b9e0.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
}

.mod-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mod-nav .logo {
  padding: 22px 50px 14px 30px;
}
.mod-nav a {
  text-decoration: none;
}
.mod-nav a.current {
  border-bottom: 2px solid #dc2a4e;
}
.mod-nav a.btn:first-of-type {
  margin-left: 0;
}
.mod-nav a.btn {
  margin-bottom: 0;
  margin-left: 10px;
}
.mod-nav .buttons,
.mod-nav .menu-items {
  padding: 18px 10px;
  font-size: 18px;
}
.mod-nav .menu-items {
  text-align: right;
  flex-grow: 1;
}
.mod-nav .menu-items .menu-item {
  display: inline-block;
}
.mod-nav .menu-items .menu-item a {
  display: inline-block;
  margin: 0 40px 0 0;
  height: 45px;
  line-height: 45px;
}
.mod-nav .btn {
  padding: 11px 20px 9px 20px;
}
.mod-nav .primary {
  background-color: #2472b2;
  margin-right: 30px;
}
.mod-nav .primary:hover {
  background: #20649d;
}
@media only screen and (max-width: 1070px) {
  .mod-nav .menu-items {
    font-size: 16px;
  }
  .mod-nav .menu-items .menu-item a {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 970px) {
  .mod-nav {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-nav .buttons {
    text-align: right;
    width: 100%;
  }
  .mod-nav .primary {
    margin-right: 10px;
  }
  .mod-nav .logo {
    flex-grow: 10;
  }
  .mod-nav .menu-items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-width: 1px 0;
    border: 1px solid #efefef;
    width: 100%;
    background-color: #f5f5f5;
  }
  .mod-nav .menu-items .menu-item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: auto;
  }
}
@media only screen and (max-width: 400px) {
  .mod-nav .logo {
    padding: 22px 10px 14px 30px;
  }
  .mod-nav .primary {
    margin-right: 0px;
  }
}

.mod-podcast-overlay-background {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #233C52;
}

.mod-podcast-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 10px;
}
.mod-podcast-overlay .content {
  position: relative;
  max-width: 700px;
  margin: 20px auto 0;
  padding: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
.mod-podcast-overlay .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 500px) {
  .mod-podcast-overlay .content {
    padding: 35px 25px;
    margin: 10px auto 0;
  }
  .mod-podcast-overlay p {
    font-size: 15px;
    line-height: 20px;
  }
}
.mod-podcast-overlay h1 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  color: #4A4A4A;
}
.mod-podcast-overlay h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #4A4A4A;
  font-weight: 400;
}
.mod-podcast-overlay h2 em {
  font-style: normal;
  font-weight: 500;
  border-bottom: 2px solid #6AD3A1;
}
.mod-podcast-overlay p {
  margin-bottom: 15px;
}
.mod-podcast-overlay .what-you-get {
  margin-bottom: 20px;
}
.mod-podcast-overlay .price {
  font-size: 70px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #6AD3A1;
}
.mod-podcast-overlay .sub-price {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  color: #999999;
}
.mod-podcast-overlay .details {
  margin-bottom: 10px;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #6AD3A1;
  border-radius: 5px;
  background: rgba(106, 211, 161, 0.1);
}
.mod-podcast-overlay .more-info {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0;
  color: #999999;
}
.mod-podcast-overlay .action {
  margin-bottom: 20px;
  text-align: center;
}
.mod-podcast-overlay .btn.primary {
  background-color: #2472b2;
  box-shadow: 0 2px 0 0 #133c5d;
  font-size: 16px;
}
.mod-podcast-overlay .secondary-action {
  text-align: center;
}
.mod-podcast-overlay a.secondary {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  opacity: 0.9;
  color: #999999;
}

.mod-pricing .mod-header {
  background-image: url("/assets/homepage/short-header-c65976ac.jpg");
  height: 350px;
}
.mod-pricing .pricing .left,
.mod-pricing .pricing .right {
  padding: 20px 18px 10px 18px;
}
@media only screen and (min-width: 900px) {
  .mod-pricing .pricing {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .mod-pricing .pricing .left {
    z-index: 1;
    max-width: 450px;
  }
  .mod-pricing .pricing .mod-sign-up-form {
    position: relative;
    top: -350px;
    margin-bottom: -350px;
  }
}
.mod-pricing .pricing .did-you-know .btn {
  width: 100%;
  margin-bottom: 40px;
}

.mod-registration .form {
  margin-bottom: 100px;
}
@media only screen and (min-width: 900px) {
  .mod-registration .form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .mod-registration .form .left {
    padding-right: 20px;
  }
  .mod-registration .form .left h4,
  .mod-registration .form .left p,
  .mod-registration .form .left a {
    color: #757575;
  }
  .mod-registration .form .left p,
  .mod-registration .form .left h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .mod-registration .form .left,
  .mod-registration .form .center,
  .mod-registration .form .right {
    width: 33.3333333333%;
  }
  .mod-registration .form .center {
    width: 480px;
    position: relative;
    top: -80px;
    margin-bottom: -60px;
  }
}

.mod-sign-in-form {
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  background-color: white;
}
@media only screen and (max-width: 400px) {
  .mod-sign-in-form {
    padding: 15px 15px;
  }
}
.mod-sign-in-form .cancel {
  text-align: center;
  width: 100%;
}
.mod-sign-in-form .cancel a {
  color: #757575;
}
.mod-sign-in-form .btn {
  width: 100%;
}
.mod-sign-in-form .forgot-password {
  text-align: center;
  margin-bottom: 20px;
}
.mod-sign-in-form .forgot-password a {
  color: #757575;
  font-size: 14px;
}

.mod-sign-up-form {
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  background-color: white;
}
@media only screen and (max-width: 400px) {
  .mod-sign-up-form {
    padding: 15px 15px;
  }
}
.mod-sign-up-form label[for=user_username] {
  display: none;
}
.mod-sign-up-form input#user_username {
  display: none;
}
.mod-sign-up-form h3 {
  margin-bottom: 15px;
}
.mod-sign-up-form .pricing-information {
  margin-bottom: 30px;
}
.mod-sign-up-form .pricing-information h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.mod-sign-up-form .pricing-box {
  background: rgba(106, 211, 161, 0.1);
  border: 1px solid #018747;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 20px;
}
.mod-sign-up-form .pricing-box .price {
  font-size: 70px;
  color: #018747;
  line-height: 62px;
  margin-bottom: 20px;
}
.mod-sign-up-form .pricing-box .vat {
  font-size: 14px;
  color: #757575;
  margin-bottom: 10px;
}
.mod-sign-up-form .btn {
  width: 100%;
}
.mod-sign-up-form .btn.google {
  margin-bottom: 25px;
}
.mod-sign-up-form .btn.primary {
  margin-bottom: 10px;
}
.mod-sign-up-form .disclaimer {
  text-align: center;
  font-size: 12px;
  color: #757575;
  padding: 0 50px;
}
@media only screen and (max-width: 400px) {
  .mod-sign-up-form .disclaimer {
    padding: 0 10px;
  }
}
.mod-sign-up-form .disclaimer a {
  color: #757575;
}
.mod-sign-up-form .twin-fields {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.mod-testimonials .mod-header {
  min-height: 100px;
}
.mod-testimonials h2 {
  text-align: center;
}

.mod-testimonials-list {
  text-align: center;
  margin-bottom: 100px !important;
}
.mod-testimonials-list article {
  max-width: 425px;
  position: relative;
  padding: 35px 0 0 35px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 30px;
  color: #656565;
}
.mod-testimonials-list .quote {
  text-align: left;
  background-color: #f5f5f5;
  padding: 35px 35px 15px;
}
.mod-testimonials-list .name {
  color: #757575;
}
.mod-testimonials-list .name a {
  color: #757575;
}
.mod-testimonials-list img {
  width: 81px;
  border-radius: 50%;
  border: 8px solid white;
  position: absolute;
  top: 0;
  left: 0;
}

.mod-tweet-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  text-align: center;
  margin-bottom: 60px;
}
.mod-tweet-list .tweet {
  display: inline-block;
  width: 450px !important;
  margin: 10px;
}
.mod-tweet-list .tweet iframe {
  margin: 0 auto;
  width: 450px !important;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight {
  background: #ffffff;
}

.highlight .c {
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  font-weight: bold;
} /* Keyword */
.highlight .ch {
  font-style: italic;
} /* Comment.Hashbang */
.highlight .cm {
  font-style: italic;
} /* Comment.Multiline */
.highlight .cpf {
  font-style: italic;
} /* Comment.PreprocFile */
.highlight .c1 {
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  font-style: italic;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  font-weight: bold;
} /* Generic.Heading */
.highlight .gp {
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kr {
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .s {
  font-style: italic;
} /* Literal.String */
.highlight .nc {
  font-weight: bold;
} /* Name.Class */
.highlight .ni {
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  font-weight: bold;
} /* Name.Exception */
.highlight .nn {
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  font-weight: bold;
} /* Name.Tag */
.highlight .ow {
  font-weight: bold;
} /* Operator.Word */
.highlight .sa {
  font-style: italic;
} /* Literal.String.Affix */
.highlight .sb {
  font-style: italic;
} /* Literal.String.Backtick */
.highlight .sc {
  font-style: italic;
} /* Literal.String.Char */
.highlight .dl {
  font-style: italic;
} /* Literal.String.Delimiter */
.highlight .sd {
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  font-style: italic;
} /* Literal.String.Double */
.highlight .se {
  font-weight: bold;
  font-style: italic;
} /* Literal.String.Escape */
.highlight .sh {
  font-style: italic;
} /* Literal.String.Heredoc */
.highlight .si {
  font-weight: bold;
  font-style: italic;
} /* Literal.String.Interpol */
.highlight .sx {
  font-style: italic;
} /* Literal.String.Other */
.highlight .sr {
  font-style: italic;
} /* Literal.String.Regex */
.highlight .s1 {
  font-style: italic;
} /* Literal.String.Single */
.highlight .ss {
  font-style: italic;
} /* Literal.String.Symbol */
.code {
  padding: 2px 3px;
  color: #333;
  background-color: rgba(245, 217, 149, 0.3);
  text-shadow: 0 0 0.2rem #fff;
  font-weight: lighter;
  font-family: Monaco, "MonacoRegular", monospace;
  display: inline;
  font-size: 14px;
}

.highlight {
  margin-bottom: 25px;
  padding: 10px 10px;
  background-color: #f8f8f8;
}

code {
  margin-top: 5px;
  font-size: 14px !important;
  display: block;
  padding: 10px 20px;
}

pre {
  margin-top: 5px;
  overflow-x: auto;
  margin: auto;
}
