/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;400;600;700&display=swap");
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; }

*,
*:before,
*:after {
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer; }

img {
  max-width: 100%; }

a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important; }

a {
  transition: 0.3s; }

.overhide {
  width: 100%; }

iframe {
  border: 0; }

a,
input[type="submit"],
button {
  outline: none; }
  a:hover, a:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  button:hover,
  button:focus {
    outline: none; }

input,
textarea,
select {
  border-radius: 0px; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    outline: none; }

.paf, .df-property-card .graphic img, .df-property-card .graphic .overlay, .team-card .avatar img, .blogOverview-recent .cards .single-card .bg, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .img, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .img:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Light.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Regular.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Regular.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Medium.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Semibold.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Semibold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Bold.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

.body1, html, body, .el-hero .subtitle, .team-card .name {
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  color: #444444;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.015em; }
  .body1 strong, html strong, body strong, .el-hero .subtitle strong, .team-card .name strong, .body1 b, html b, body b, .el-hero .subtitle b, .team-card .name b {
    font-weight: 600; }

.body2, .typo-rules ul.btn-list li a, .el-article ul.btn-list li a, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li a, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li a, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li a, .blogOverview-list .single-card .excerpt ul.btn-list li a, .blogSingle-content .wrap ul.btn-list li a, .site-navigation .nav > li ul, .footer-main, .el-specs-hero .specs .specs-desc, .section-buttons-helper, .team-card .position, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .subcategories, .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card .date, .blogOverview-recent .cards .single-card .information > *, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.019rem; }

.h1, .el-hero .title, .el-stats .single .data, .custom-ira-hero .title, .template-ourstory-grid .grid .item-intro .intro .title, .template-ourstory-founders .typo-rules .title, .template-ourstory-founders .el-article .title, .template-ourstory-founders .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description .title, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .template-ourstory-founders .description .title, .template-ourstory-founders .blogOverview-recent .cards .single-card .content .excerpt .title, .blogOverview-recent .cards .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-list .single-card .excerpt .title, .blogOverview-list .single-card .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogSingle-content .wrap .title, .blogSingle-content .template-ourstory-founders .wrap .title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.3em; }
  @media (max-width: 767.98px) {
    .h1, .el-hero .title, .el-stats .single .data, .custom-ira-hero .title, .template-ourstory-grid .grid .item-intro .intro .title, .template-ourstory-founders .typo-rules .title, .template-ourstory-founders .el-article .title, .template-ourstory-founders .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description .title, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .template-ourstory-founders .description .title, .template-ourstory-founders .blogOverview-recent .cards .single-card .content .excerpt .title, .blogOverview-recent .cards .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-list .single-card .excerpt .title, .blogOverview-list .single-card .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogSingle-content .wrap .title, .blogSingle-content .template-ourstory-founders .wrap .title {
      font-size: 1.75rem; } }

.h1-iteration {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 0.01em;
  line-height: 1.3em; }
  @media (max-width: 767.98px) {
    .h1-iteration {
      font-size: 1.75rem; } }

.h2-iteration, .section-title.iteration .title, .anniversary-hero .container .title, .anniversary-hash .container .content .title, .longform-hero .title, .longform-classic .content .title, .longform-downloadapp .container .content .title, .gtgof-hero .title, .gtgof-intro .container .content .title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 0.01em;
  line-height: 1.2em; }
  @media (max-width: 767.98px) {
    .h2-iteration, .section-title.iteration .title, .anniversary-hero .container .title, .anniversary-hash .container .content .title, .longform-hero .title, .longform-classic .content .title, .longform-downloadapp .container .content .title, .gtgof-hero .title, .gtgof-intro .container .content .title {
      font-size: 38px; } }

.h2, .el-classic .text .title, .el-google-reviews .title, .section-title .title, .glossary-layout .single-glossary .letter, .blogOverview-recent .cards .single-card .content .title, .blogOverview-newsletter-popular .container .popularPosts .sectionLabel, .blogOverview-featuredCategories .featuredCategory .title a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .blog-title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3em; }
  @media (max-width: 767.98px) {
    .h2, .el-classic .text .title, .el-google-reviews .title, .section-title .title, .glossary-layout .single-glossary .letter, .blogOverview-recent .cards .single-card .content .title, .blogOverview-newsletter-popular .container .popularPosts .sectionLabel, .blogOverview-featuredCategories .featuredCategory .title a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .blog-title {
      font-size: 1.6rem; } }

.h3, .el-promo-cards .single-card .title, .blogSingle-hero .title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3em;
  letter-spacing: 0.015em; }

.h3-iteration {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.01em;
  line-height: 1.5em; }
  @media (max-width: 767.98px) {
    .h3-iteration {
      font-size: 42px; } }

.h4, .footer-help .container .title, .el-plan-cards .cards .card .plan-title, .el-features .single .title, .el-ordered-list .single .title, .el-slider .slide .content .title, .newsletter-widget .title, .press-layout .press-list article .content .title a, .template-ourstory-timeline .timeline .single-item .label, .getting-started-step .step-title, .getting-started-step .content .single-article .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .blog-title, .blogOverview-list .single-card .title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.25em; }

.h5, .faq-single .question {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25em; }

.h6, .custom-overview-info-list .overview-single .title, .careers-layout .single-career-category .heading .title, .careers-layout .single-career-category .heading .no, .getting-started-intro .steps li a {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: 0.04em; }

.link, a {
  color: #4A90E2;
  text-decoration: none; }
  .link:hover, a:hover {
    color: #3f7cbf;
    text-decoration: underline; }

.overline, .el-hero .ribbon span, .el-hero .secondary-link, .el-promo-cards .single-card .info .single .label, .el-plan-cards .cards .card .plan-value-desc, .el-plan-cards .description, .el-stats .single .label, .el-specs-hero .specs .single-spec .label, .el-quiz .question-wrap .question, .el-quiz .question-wrap .answer .wrong, .df-property-card .info .single .label, .press-layout aside .contact .title, .press-layout .press-list article .content .date, .faq-page .sidebar nav ul li button, .faq-page .sidebar nav ul li a, .template-team .team-navigation li, .template-ourstory-timeline .timeline .single-item .date, .anniversary-hero .container .stats .single-stat .label, .blogOverview-list .single-card .information, .blogOverview-list .single-card .information a, .blogSingle-hero .information, .blogSingle-hero .information a {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1.5em;
  color: #818D9C; }

.caption1, .footer-main .columns .column-title, .el-promo-cards .single-card .info .single .data, .df-property-card .info .single .data, .careers-layout .single-career-category .single-job .name, .careers-layout .single-career-category .single-job .location, .template-team .other-members .mini-card .name, .template-team .other-members .mini-card .position {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  color: #333333; }

hr {
  border-style: dotted;
  border-color: #e6e6e6;
  border-width: 3px 0 0 0; }

.typo-rules > *:first-child, .el-article > *:first-child, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description > *:first-child, .blogOverview-recent .cards .single-card .content .excerpt > *:first-child, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt > *:first-child, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt > *:first-child, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt > *:first-child, .blogOverview-list .single-card .excerpt > *:first-child, .blogSingle-content .wrap > *:first-child {
  margin-top: 0px; }

.typo-rules > *:last-child, .el-article > *:last-child, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description > *:last-child, .blogOverview-recent .cards .single-card .content .excerpt > *:last-child, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt > *:last-child, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt > *:last-child, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt > *:last-child, .blogOverview-list .single-card .excerpt > *:last-child, .blogSingle-content .wrap > *:last-child {
  margin-bottom: 0px; }

.typo-rules strong, .el-article strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description strong, .blogOverview-recent .cards .single-card .content .excerpt strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt strong, .blogOverview-list .single-card .excerpt strong, .blogSingle-content .wrap strong, .typo-rules b, .el-article b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description b, .blogOverview-recent .cards .single-card .content .excerpt b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt b, .blogOverview-list .single-card .excerpt b, .blogSingle-content .wrap b {
  font-weight: 600; }

.typo-rules h1, .el-article h1, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1, .blogOverview-recent .cards .single-card .content .excerpt h1, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1, .blogOverview-list .single-card .excerpt h1, .blogSingle-content .wrap h1, .typo-rules h2, .el-article h2, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h2, .blogOverview-recent .cards .single-card .content .excerpt h2, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h2, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h2, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h2, .blogOverview-list .single-card .excerpt h2, .blogSingle-content .wrap h2, .typo-rules h3, .el-article h3, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h3, .blogOverview-recent .cards .single-card .content .excerpt h3, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h3, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h3, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h3, .blogOverview-list .single-card .excerpt h3, .blogSingle-content .wrap h3, .typo-rules h4, .el-article h4, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h4, .blogOverview-recent .cards .single-card .content .excerpt h4, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h4, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h4, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h4, .blogOverview-list .single-card .excerpt h4, .blogSingle-content .wrap h4, .typo-rules h5, .el-article h5, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h5, .blogOverview-recent .cards .single-card .content .excerpt h5, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h5, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h5, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h5, .blogOverview-list .single-card .excerpt h5, .blogSingle-content .wrap h5, .typo-rules h6, .el-article h6, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h6, .blogOverview-recent .cards .single-card .content .excerpt h6, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h6, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h6, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h6, .blogOverview-list .single-card .excerpt h6, .blogSingle-content .wrap h6 {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500; }
  .typo-rules h1 strong, .el-article h1 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1 strong, .blogOverview-recent .cards .single-card .content .excerpt h1 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1 strong, .blogOverview-list .single-card .excerpt h1 strong, .blogSingle-content .wrap h1 strong, .typo-rules h1 b, .el-article h1 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1 b, .blogOverview-recent .cards .single-card .content .excerpt h1 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1 b, .blogOverview-list .single-card .excerpt h1 b, .blogSingle-content .wrap h1 b, .typo-rules h2 strong, .el-article h2 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h2 strong, .blogOverview-recent .cards .single-card .content .excerpt h2 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h2 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h2 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h2 strong, .blogOverview-list .single-card .excerpt h2 strong, .blogSingle-content .wrap h2 strong, .typo-rules h2 b, .el-article h2 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h2 b, .blogOverview-recent .cards .single-card .content .excerpt h2 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h2 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h2 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h2 b, .blogOverview-list .single-card .excerpt h2 b, .blogSingle-content .wrap h2 b, .typo-rules h3 strong, .el-article h3 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h3 strong, .blogOverview-recent .cards .single-card .content .excerpt h3 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h3 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h3 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h3 strong, .blogOverview-list .single-card .excerpt h3 strong, .blogSingle-content .wrap h3 strong, .typo-rules h3 b, .el-article h3 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h3 b, .blogOverview-recent .cards .single-card .content .excerpt h3 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h3 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h3 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h3 b, .blogOverview-list .single-card .excerpt h3 b, .blogSingle-content .wrap h3 b, .typo-rules h4 strong, .el-article h4 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h4 strong, .blogOverview-recent .cards .single-card .content .excerpt h4 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h4 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h4 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h4 strong, .blogOverview-list .single-card .excerpt h4 strong, .blogSingle-content .wrap h4 strong, .typo-rules h4 b, .el-article h4 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h4 b, .blogOverview-recent .cards .single-card .content .excerpt h4 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h4 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h4 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h4 b, .blogOverview-list .single-card .excerpt h4 b, .blogSingle-content .wrap h4 b, .typo-rules h5 strong, .el-article h5 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h5 strong, .blogOverview-recent .cards .single-card .content .excerpt h5 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h5 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h5 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h5 strong, .blogOverview-list .single-card .excerpt h5 strong, .blogSingle-content .wrap h5 strong, .typo-rules h5 b, .el-article h5 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h5 b, .blogOverview-recent .cards .single-card .content .excerpt h5 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h5 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h5 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h5 b, .blogOverview-list .single-card .excerpt h5 b, .blogSingle-content .wrap h5 b, .typo-rules h6 strong, .el-article h6 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h6 strong, .blogOverview-recent .cards .single-card .content .excerpt h6 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h6 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h6 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h6 strong, .blogOverview-list .single-card .excerpt h6 strong, .blogSingle-content .wrap h6 strong, .typo-rules h6 b, .el-article h6 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h6 b, .blogOverview-recent .cards .single-card .content .excerpt h6 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h6 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h6 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h6 b, .blogOverview-list .single-card .excerpt h6 b, .blogSingle-content .wrap h6 b {
    font-weight: 600; }

.typo-rules h1, .el-article h1, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1, .blogOverview-recent .cards .single-card .content .excerpt h1, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1, .blogOverview-list .single-card .excerpt h1, .blogSingle-content .wrap h1 {
  line-height: 1.25; }

.typo-rules ul li:not(:last-child), .el-article ul li:not(:last-child), .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul li:not(:last-child), .blogOverview-recent .cards .single-card .content .excerpt ul li:not(:last-child), .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul li:not(:last-child), .blogOverview-list .single-card .excerpt ul li:not(:last-child), .blogSingle-content .wrap ul li:not(:last-child), .typo-rules ol li:not(:last-child), .el-article ol li:not(:last-child), .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ol li:not(:last-child), .blogOverview-recent .cards .single-card .content .excerpt ol li:not(:last-child), .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ol li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ol li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ol li:not(:last-child), .blogOverview-list .single-card .excerpt ol li:not(:last-child), .blogSingle-content .wrap ol li:not(:last-child) {
  margin-bottom: 12px; }

.typo-rules ul.btn-list, .el-article ul.btn-list, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list, .blogOverview-list .single-card .excerpt ul.btn-list, .blogSingle-content .wrap ul.btn-list {
  list-style-type: none;
  padding: 0; }
  .typo-rules ul.btn-list li, .el-article ul.btn-list li, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li, .blogOverview-list .single-card .excerpt ul.btn-list li, .blogSingle-content .wrap ul.btn-list li {
    display: inline-block;
    margin-right: 8px; }
    .typo-rules ul.btn-list li a, .el-article ul.btn-list li a, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li a, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li a, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li a, .blogOverview-list .single-card .excerpt ul.btn-list li a, .blogSingle-content .wrap ul.btn-list li a {
      font-weight: 500;
      color: #333333;
      display: block;
      background-color: #f7f7f7;
      padding: 8px 16px;
      border-radius: 5px; }
      .typo-rules ul.btn-list li a:hover, .el-article ul.btn-list li a:hover, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li a:hover, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li a:hover, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li a:hover, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li a:hover, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li a:hover, .blogOverview-list .single-card .excerpt ul.btn-list li a:hover, .blogSingle-content .wrap ul.btn-list li a:hover {
        background-color: #4A90E2;
        color: white;
        text-decoration: none; }

.typo-rules img.aligncenter, .el-article img.aligncenter, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description img.aligncenter, .blogOverview-recent .cards .single-card .content .excerpt img.aligncenter, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt img.aligncenter, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt img.aligncenter, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt img.aligncenter, .blogOverview-list .single-card .excerpt img.aligncenter, .blogSingle-content .wrap img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.df-btn {
  display: inline-block;
  text-align: center;
  padding: 12px 24px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  transition: 0.3s; }
  .df-btn.muli {
    padding: 8px 24px;
    font-family: 'Muli', 'Barlow', sans-serif;
    font-weight: 400; }
  .df-btn.mini {
    padding: 8px 16px;
    font-size: 0.75em; }
  .df-btn.primary, .el-plan-cards .cards .card:not(.highlight) .df-btn {
    border-color: #4A90E2;
    background-color: #4A90E2;
    color: #ffffff; }
    .df-btn.primary:hover, .el-plan-cards .cards .card:not(.highlight) .df-btn:hover {
      border-color: #3f7cbf;
      background-color: #3f7cbf; }
  .df-btn.secondary {
    border-color: #FF9200;
    background-color: #FF9200;
    color: #ffffff; }
    .df-btn.secondary:hover {
      border-color: #d97c00;
      background-color: #d97c00; }
  .df-btn.tertiary {
    border-color: #b4bbc4;
    color: #444444; }
    .df-btn.tertiary:hover {
      background-color: #b4bbc4;
      color: #ffffff; }
    .df-btn.tertiary.white {
      color: #ffffff; }
      .df-btn.tertiary.white:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #333333; }
  .df-btn.weak {
    border-color: white;
    background: white;
    color: #444444; }
    .df-btn.weak:hover {
      background-color: #b4bbc4;
      color: #ffffff; }
  .df-btn.offbrand_yellow {
    border-color: #efce5c;
    background-color: #efce5c;
    color: #333333; }
    .df-btn.offbrand_yellow:hover {
      border-color: #edc745;
      background-color: #edc745; }
  .df-btn.offbrand_neon {
    border-color: #00f1d6;
    background-color: #00f1d6;
    color: #333333; }
    .df-btn.offbrand_neon:hover {
      border-color: #00d8bf;
      background-color: #00d8bf; }
  .df-btn.loading {
    color: rgba(255, 255, 255, 0) !important;
    background-image: url("../images/general/loader.gif");
    background-size: auto 65%;
    background-position: center;
    background-repeat: no-repeat; }
  .df-btn:disabled, .df-btn.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    opacity: 0.5; }
  .df-btn:hover {
    text-decoration: none; }

.df-btn-big {
  display: inline-block;
  font-family: 'Muli', 'Barlow', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 24px;
  min-width: 265px;
  border: none; }
  .df-btn-big.primary, .el-plan-cards .cards .card:not(.highlight) .df-btn-big.df-btn {
    background-color: #36bdad;
    color: white; }
  .df-btn-big.blue {
    background-color: #5288FE;
    color: white; }
  .df-btn-big.teal {
    background-color: #42ECD7;
    color: black; }
  .df-btn-big.red {
    background-color: #C9492F;
    color: white; }
  .df-btn-big.outline {
    background: none;
    background-color: none;
    border: 3px solid white;
    color: white; }
  .df-btn-big:hover {
    text-decoration: none; }
  @media (max-width: 575.98px) {
    .df-btn-big {
      padding: 16px 16px;
      min-width: 200px;
      font-size: 16px;
      line-height: 24px; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.addAnimation, .addAnimationStep {
  visibility: hidden; }

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInRight {
  animation-name: zoomInRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInLeft {
  animation-name: zoomInLeft;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInDown {
  animation-name: zoomInDown;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInUp {
  animation-name: zoomInUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.pulsemax {
  animation-name: pulsemax;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes pulsemax {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulsemax {
  animation-name: pulsemax; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

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

*,
*:before,
*:after {
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer; }

img {
  max-width: 100%; }

a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important; }

a {
  transition: 0.3s; }

.overhide {
  width: 100%; }

iframe {
  border: 0; }

a,
input[type="submit"],
button {
  outline: none; }
  a:hover, a:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  button:hover,
  button:focus {
    outline: none; }

input,
textarea,
select {
  border-radius: 0px; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    outline: none; }

.paf, .df-property-card .graphic img, .df-property-card .graphic .overlay, .team-card .avatar img, .blogOverview-recent .cards .single-card .bg, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .img, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .img:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Light.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Regular.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Regular.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Medium.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Semibold.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Semibold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Tiempos Headline";
  src: url("core-ui/fonts/TiemposHeadline-Bold.woff2") format("woff2"), url("core-ui/fonts/TiemposHeadline-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

.body1, html, body, .el-hero .subtitle, .team-card .name {
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  color: #444444;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.015em; }
  .body1 strong, html strong, body strong, .el-hero .subtitle strong, .team-card .name strong, .body1 b, html b, body b, .el-hero .subtitle b, .team-card .name b {
    font-weight: 600; }

.body2, .typo-rules ul.btn-list li a, .el-article ul.btn-list li a, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li a, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li a, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li a, .blogOverview-list .single-card .excerpt ul.btn-list li a, .blogSingle-content .wrap ul.btn-list li a, .site-navigation .nav > li ul, .footer-main, .el-specs-hero .specs .specs-desc, .section-buttons-helper, .team-card .position, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .subcategories, .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card .date, .blogOverview-recent .cards .single-card .information > *, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.019rem; }

.h1, .el-hero .title, .el-stats .single .data, .custom-ira-hero .title, .template-ourstory-grid .grid .item-intro .intro .title, .template-ourstory-founders .typo-rules .title, .template-ourstory-founders .el-article .title, .template-ourstory-founders .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description .title, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .template-ourstory-founders .description .title, .template-ourstory-founders .blogOverview-recent .cards .single-card .content .excerpt .title, .blogOverview-recent .cards .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-list .single-card .excerpt .title, .blogOverview-list .single-card .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogSingle-content .wrap .title, .blogSingle-content .template-ourstory-founders .wrap .title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.3em; }
  @media (max-width: 767.98px) {
    .h1, .el-hero .title, .el-stats .single .data, .custom-ira-hero .title, .template-ourstory-grid .grid .item-intro .intro .title, .template-ourstory-founders .typo-rules .title, .template-ourstory-founders .el-article .title, .template-ourstory-founders .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description .title, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .template-ourstory-founders .description .title, .template-ourstory-founders .blogOverview-recent .cards .single-card .content .excerpt .title, .blogOverview-recent .cards .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-list .single-card .excerpt .title, .blogOverview-list .single-card .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogSingle-content .wrap .title, .blogSingle-content .template-ourstory-founders .wrap .title {
      font-size: 1.75rem; } }

.h1-iteration {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 0.01em;
  line-height: 1.3em; }
  @media (max-width: 767.98px) {
    .h1-iteration {
      font-size: 1.75rem; } }

.h2-iteration, .section-title.iteration .title, .anniversary-hero .container .title, .anniversary-hash .container .content .title, .longform-hero .title, .longform-classic .content .title, .longform-downloadapp .container .content .title, .gtgof-hero .title, .gtgof-intro .container .content .title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 0.01em;
  line-height: 1.2em; }
  @media (max-width: 767.98px) {
    .h2-iteration, .section-title.iteration .title, .anniversary-hero .container .title, .anniversary-hash .container .content .title, .longform-hero .title, .longform-classic .content .title, .longform-downloadapp .container .content .title, .gtgof-hero .title, .gtgof-intro .container .content .title {
      font-size: 38px; } }

.h2, .el-classic .text .title, .el-google-reviews .title, .section-title .title, .glossary-layout .single-glossary .letter, .blogOverview-recent .cards .single-card .content .title, .blogOverview-newsletter-popular .container .popularPosts .sectionLabel, .blogOverview-featuredCategories .featuredCategory .title a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .blog-title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3em; }
  @media (max-width: 767.98px) {
    .h2, .el-classic .text .title, .el-google-reviews .title, .section-title .title, .glossary-layout .single-glossary .letter, .blogOverview-recent .cards .single-card .content .title, .blogOverview-newsletter-popular .container .popularPosts .sectionLabel, .blogOverview-featuredCategories .featuredCategory .title a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .blog-title {
      font-size: 1.6rem; } }

.h3, .el-promo-cards .single-card .title, .blogSingle-hero .title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3em;
  letter-spacing: 0.015em; }

.h3-iteration {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.01em;
  line-height: 1.5em; }
  @media (max-width: 767.98px) {
    .h3-iteration {
      font-size: 42px; } }

.h4, .footer-help .container .title, .el-plan-cards .cards .card .plan-title, .el-features .single .title, .el-ordered-list .single .title, .el-slider .slide .content .title, .newsletter-widget .title, .press-layout .press-list article .content .title a, .template-ourstory-timeline .timeline .single-item .label, .getting-started-step .step-title, .getting-started-step .content .single-article .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .blog-title, .blogOverview-list .single-card .title {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.25em; }

.h5, .faq-single .question {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25em; }

.h6, .custom-overview-info-list .overview-single .title, .careers-layout .single-career-category .heading .title, .careers-layout .single-career-category .heading .no, .getting-started-intro .steps li a {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: 0.04em; }

.link, a {
  color: #4A90E2;
  text-decoration: none; }
  .link:hover, a:hover {
    color: #3f7cbf;
    text-decoration: underline; }

.overline, .el-hero .ribbon span, .el-hero .secondary-link, .el-promo-cards .single-card .info .single .label, .el-plan-cards .cards .card .plan-value-desc, .el-plan-cards .description, .el-stats .single .label, .el-specs-hero .specs .single-spec .label, .el-quiz .question-wrap .question, .el-quiz .question-wrap .answer .wrong, .df-property-card .info .single .label, .press-layout aside .contact .title, .press-layout .press-list article .content .date, .faq-page .sidebar nav ul li button, .faq-page .sidebar nav ul li a, .template-team .team-navigation li, .template-ourstory-timeline .timeline .single-item .date, .anniversary-hero .container .stats .single-stat .label, .blogOverview-list .single-card .information, .blogOverview-list .single-card .information a, .blogSingle-hero .information, .blogSingle-hero .information a {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1.5em;
  color: #818D9C; }

.caption1, .footer-main .columns .column-title, .el-promo-cards .single-card .info .single .data, .df-property-card .info .single .data, .careers-layout .single-career-category .single-job .name, .careers-layout .single-career-category .single-job .location, .template-team .other-members .mini-card .name, .template-team .other-members .mini-card .position {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  color: #333333; }

hr {
  border-style: dotted;
  border-color: #e6e6e6;
  border-width: 3px 0 0 0; }

.typo-rules > *:first-child, .el-article > *:first-child, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description > *:first-child, .blogOverview-recent .cards .single-card .content .excerpt > *:first-child, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt > *:first-child, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt > *:first-child, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt > *:first-child, .blogOverview-list .single-card .excerpt > *:first-child, .blogSingle-content .wrap > *:first-child {
  margin-top: 0px; }

.typo-rules > *:last-child, .el-article > *:last-child, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description > *:last-child, .blogOverview-recent .cards .single-card .content .excerpt > *:last-child, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt > *:last-child, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt > *:last-child, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt > *:last-child, .blogOverview-list .single-card .excerpt > *:last-child, .blogSingle-content .wrap > *:last-child {
  margin-bottom: 0px; }

.typo-rules strong, .el-article strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description strong, .blogOverview-recent .cards .single-card .content .excerpt strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt strong, .blogOverview-list .single-card .excerpt strong, .blogSingle-content .wrap strong, .typo-rules b, .el-article b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description b, .blogOverview-recent .cards .single-card .content .excerpt b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt b, .blogOverview-list .single-card .excerpt b, .blogSingle-content .wrap b {
  font-weight: 600; }

.typo-rules h1, .el-article h1, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1, .blogOverview-recent .cards .single-card .content .excerpt h1, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1, .blogOverview-list .single-card .excerpt h1, .blogSingle-content .wrap h1, .typo-rules h2, .el-article h2, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h2, .blogOverview-recent .cards .single-card .content .excerpt h2, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h2, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h2, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h2, .blogOverview-list .single-card .excerpt h2, .blogSingle-content .wrap h2, .typo-rules h3, .el-article h3, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h3, .blogOverview-recent .cards .single-card .content .excerpt h3, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h3, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h3, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h3, .blogOverview-list .single-card .excerpt h3, .blogSingle-content .wrap h3, .typo-rules h4, .el-article h4, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h4, .blogOverview-recent .cards .single-card .content .excerpt h4, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h4, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h4, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h4, .blogOverview-list .single-card .excerpt h4, .blogSingle-content .wrap h4, .typo-rules h5, .el-article h5, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h5, .blogOverview-recent .cards .single-card .content .excerpt h5, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h5, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h5, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h5, .blogOverview-list .single-card .excerpt h5, .blogSingle-content .wrap h5, .typo-rules h6, .el-article h6, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h6, .blogOverview-recent .cards .single-card .content .excerpt h6, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h6, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h6, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h6, .blogOverview-list .single-card .excerpt h6, .blogSingle-content .wrap h6 {
  font-family: 'Tiempos Headline', sans-serif;
  font-weight: 500; }
  .typo-rules h1 strong, .el-article h1 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1 strong, .blogOverview-recent .cards .single-card .content .excerpt h1 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1 strong, .blogOverview-list .single-card .excerpt h1 strong, .blogSingle-content .wrap h1 strong, .typo-rules h1 b, .el-article h1 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1 b, .blogOverview-recent .cards .single-card .content .excerpt h1 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1 b, .blogOverview-list .single-card .excerpt h1 b, .blogSingle-content .wrap h1 b, .typo-rules h2 strong, .el-article h2 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h2 strong, .blogOverview-recent .cards .single-card .content .excerpt h2 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h2 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h2 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h2 strong, .blogOverview-list .single-card .excerpt h2 strong, .blogSingle-content .wrap h2 strong, .typo-rules h2 b, .el-article h2 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h2 b, .blogOverview-recent .cards .single-card .content .excerpt h2 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h2 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h2 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h2 b, .blogOverview-list .single-card .excerpt h2 b, .blogSingle-content .wrap h2 b, .typo-rules h3 strong, .el-article h3 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h3 strong, .blogOverview-recent .cards .single-card .content .excerpt h3 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h3 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h3 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h3 strong, .blogOverview-list .single-card .excerpt h3 strong, .blogSingle-content .wrap h3 strong, .typo-rules h3 b, .el-article h3 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h3 b, .blogOverview-recent .cards .single-card .content .excerpt h3 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h3 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h3 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h3 b, .blogOverview-list .single-card .excerpt h3 b, .blogSingle-content .wrap h3 b, .typo-rules h4 strong, .el-article h4 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h4 strong, .blogOverview-recent .cards .single-card .content .excerpt h4 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h4 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h4 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h4 strong, .blogOverview-list .single-card .excerpt h4 strong, .blogSingle-content .wrap h4 strong, .typo-rules h4 b, .el-article h4 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h4 b, .blogOverview-recent .cards .single-card .content .excerpt h4 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h4 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h4 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h4 b, .blogOverview-list .single-card .excerpt h4 b, .blogSingle-content .wrap h4 b, .typo-rules h5 strong, .el-article h5 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h5 strong, .blogOverview-recent .cards .single-card .content .excerpt h5 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h5 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h5 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h5 strong, .blogOverview-list .single-card .excerpt h5 strong, .blogSingle-content .wrap h5 strong, .typo-rules h5 b, .el-article h5 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h5 b, .blogOverview-recent .cards .single-card .content .excerpt h5 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h5 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h5 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h5 b, .blogOverview-list .single-card .excerpt h5 b, .blogSingle-content .wrap h5 b, .typo-rules h6 strong, .el-article h6 strong, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h6 strong, .blogOverview-recent .cards .single-card .content .excerpt h6 strong, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h6 strong, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h6 strong, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h6 strong, .blogOverview-list .single-card .excerpt h6 strong, .blogSingle-content .wrap h6 strong, .typo-rules h6 b, .el-article h6 b, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h6 b, .blogOverview-recent .cards .single-card .content .excerpt h6 b, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h6 b, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h6 b, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h6 b, .blogOverview-list .single-card .excerpt h6 b, .blogSingle-content .wrap h6 b {
    font-weight: 600; }

.typo-rules h1, .el-article h1, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description h1, .blogOverview-recent .cards .single-card .content .excerpt h1, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt h1, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt h1, .blogOverview-list .single-card .excerpt h1, .blogSingle-content .wrap h1 {
  line-height: 1.25; }

.typo-rules ul li:not(:last-child), .el-article ul li:not(:last-child), .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul li:not(:last-child), .blogOverview-recent .cards .single-card .content .excerpt ul li:not(:last-child), .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul li:not(:last-child), .blogOverview-list .single-card .excerpt ul li:not(:last-child), .blogSingle-content .wrap ul li:not(:last-child), .typo-rules ol li:not(:last-child), .el-article ol li:not(:last-child), .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ol li:not(:last-child), .blogOverview-recent .cards .single-card .content .excerpt ol li:not(:last-child), .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ol li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ol li:not(:last-child), .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ol li:not(:last-child), .blogOverview-list .single-card .excerpt ol li:not(:last-child), .blogSingle-content .wrap ol li:not(:last-child) {
  margin-bottom: 12px; }

.typo-rules ul.btn-list, .el-article ul.btn-list, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list, .blogOverview-list .single-card .excerpt ul.btn-list, .blogSingle-content .wrap ul.btn-list {
  list-style-type: none;
  padding: 0; }
  .typo-rules ul.btn-list li, .el-article ul.btn-list li, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li, .blogOverview-list .single-card .excerpt ul.btn-list li, .blogSingle-content .wrap ul.btn-list li {
    display: inline-block;
    margin-right: 8px; }
    .typo-rules ul.btn-list li a, .el-article ul.btn-list li a, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li a, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li a, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li a, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li a, .blogOverview-list .single-card .excerpt ul.btn-list li a, .blogSingle-content .wrap ul.btn-list li a {
      font-weight: 500;
      color: #333333;
      display: block;
      background-color: #f7f7f7;
      padding: 8px 16px;
      border-radius: 5px; }
      .typo-rules ul.btn-list li a:hover, .el-article ul.btn-list li a:hover, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description ul.btn-list li a:hover, .blogOverview-recent .cards .single-card .content .excerpt ul.btn-list li a:hover, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt ul.btn-list li a:hover, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt ul.btn-list li a:hover, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt ul.btn-list li a:hover, .blogOverview-list .single-card .excerpt ul.btn-list li a:hover, .blogSingle-content .wrap ul.btn-list li a:hover {
        background-color: #4A90E2;
        color: white;
        text-decoration: none; }

.typo-rules img.aligncenter, .el-article img.aligncenter, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description img.aligncenter, .blogOverview-recent .cards .single-card .content .excerpt img.aligncenter, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt img.aligncenter, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt img.aligncenter, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt img.aligncenter, .blogOverview-list .single-card .excerpt img.aligncenter, .blogSingle-content .wrap img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.df-btn {
  display: inline-block;
  text-align: center;
  padding: 12px 24px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  transition: 0.3s; }
  .df-btn.muli {
    padding: 8px 24px;
    font-family: 'Muli', 'Barlow', sans-serif;
    font-weight: 400; }
  .df-btn.mini {
    padding: 8px 16px;
    font-size: 0.75em; }
  .df-btn.primary, .el-plan-cards .cards .card:not(.highlight) .df-btn {
    border-color: #4A90E2;
    background-color: #4A90E2;
    color: #ffffff; }
    .df-btn.primary:hover, .el-plan-cards .cards .card:not(.highlight) .df-btn:hover {
      border-color: #3f7cbf;
      background-color: #3f7cbf; }
  .df-btn.secondary {
    border-color: #FF9200;
    background-color: #FF9200;
    color: #ffffff; }
    .df-btn.secondary:hover {
      border-color: #d97c00;
      background-color: #d97c00; }
  .df-btn.tertiary {
    border-color: #b4bbc4;
    color: #444444; }
    .df-btn.tertiary:hover {
      background-color: #b4bbc4;
      color: #ffffff; }
    .df-btn.tertiary.white {
      color: #ffffff; }
      .df-btn.tertiary.white:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #333333; }
  .df-btn.weak {
    border-color: white;
    background: white;
    color: #444444; }
    .df-btn.weak:hover {
      background-color: #b4bbc4;
      color: #ffffff; }
  .df-btn.offbrand_yellow {
    border-color: #efce5c;
    background-color: #efce5c;
    color: #333333; }
    .df-btn.offbrand_yellow:hover {
      border-color: #edc745;
      background-color: #edc745; }
  .df-btn.offbrand_neon {
    border-color: #00f1d6;
    background-color: #00f1d6;
    color: #333333; }
    .df-btn.offbrand_neon:hover {
      border-color: #00d8bf;
      background-color: #00d8bf; }
  .df-btn.loading {
    color: rgba(255, 255, 255, 0) !important;
    background-image: url("../images/general/loader.gif");
    background-size: auto 65%;
    background-position: center;
    background-repeat: no-repeat; }
  .df-btn:disabled, .df-btn.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    opacity: 0.5; }
  .df-btn:hover {
    text-decoration: none; }

.df-btn-big {
  display: inline-block;
  font-family: 'Muli', 'Barlow', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 24px;
  min-width: 265px;
  border: none; }
  .df-btn-big.primary, .el-plan-cards .cards .card:not(.highlight) .df-btn-big.df-btn {
    background-color: #36bdad;
    color: white; }
  .df-btn-big.blue {
    background-color: #5288FE;
    color: white; }
  .df-btn-big.teal {
    background-color: #42ECD7;
    color: black; }
  .df-btn-big.red {
    background-color: #C9492F;
    color: white; }
  .df-btn-big.outline {
    background: none;
    background-color: none;
    border: 3px solid white;
    color: white; }
  .df-btn-big:hover {
    text-decoration: none; }
  @media (max-width: 575.98px) {
    .df-btn-big {
      padding: 16px 16px;
      min-width: 200px;
      font-size: 16px;
      line-height: 24px; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.addAnimation, .addAnimationStep {
  visibility: hidden; }

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInRight {
  animation-name: zoomInRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInLeft {
  animation-name: zoomInLeft;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInDown {
  animation-name: zoomInDown;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomInUp {
  animation-name: zoomInUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important; }

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.pulsemax {
  animation-name: pulsemax;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes pulsemax {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulsemax {
  animation-name: pulsemax; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.gutenberg-table-of-content {
  padding-bottom: 16px; }
  .gutenberg-table-of-content .title {
    margin: 0 0 16px 0; }
  .gutenberg-table-of-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .gutenberg-table-of-content ul li {
      margin: 0 !important; }
      .gutenberg-table-of-content ul li:nth-child(odd) a {
        background-color: #f7f7f7; }
      .gutenberg-table-of-content ul li:nth-child(even) a {
        background-color: #f1f1f1; }
      .gutenberg-table-of-content ul li a {
        color: #333333;
        display: block;
        padding: 8px 16px; }
        .gutenberg-table-of-content ul li a:hover {
          background-color: #4A90E2;
          color: white;
          text-decoration: none; }

.container {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto; }

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888888;
  width: 100%; }
  .fixed-nav > * {
    transition: 0.5s; }

.logged-in .fixed-nav {
  top: 32px; }

#wpadminbar {
  z-index: 999999; }

.notification-banner {
  display: block;
  background-color: #4A90E2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.035em;
  color: white;
  padding: 8px 0; }
  .notification-banner:hover {
    background-color: #3f7cbf;
    color: white;
    text-decoration: none; }

.site-navigation {
  z-index: 99099;
  height: 72px;
  padding: 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px; }
  .site-navigation .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 50%;
    max-width: 220px; }
    .site-navigation .logo img, .site-navigation .logo svg {
      display: block;
      width: 100%; }
  .site-navigation .links {
    width: 100%; }
    .site-navigation .links .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      .site-navigation .links .flex .nav:not(.app-menu) {
        margin-left: auto;
        margin-right: auto; }
  .site-navigation .nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.05em; }
    .site-navigation .nav a,
    .site-navigation .nav #customer_name {
      color: #333333;
      text-decoration: none; }
    .site-navigation .nav > li:not(:last-child) {
      margin-right: 48px; }
    .site-navigation .nav > li > a,
    .site-navigation .nav > li #customer_name {
      display: block;
      text-transform: uppercase;
      font-weight: 500; }
      .site-navigation .nav > li > a:after,
      .site-navigation .nav > li #customer_name:after {
        content: "";
        display: block;
        width: 0%;
        height: 2px;
        background-color: #d2d2d2;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transition: all ease 0.5s; }
    .site-navigation .nav > li.menu-item-has-children > a,
    .site-navigation .nav > li.menu-item-has-children > span {
      padding-right: 16px; }
      .site-navigation .nav > li.menu-item-has-children > a:before,
      .site-navigation .nav > li.menu-item-has-children > span:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 4px);
        right: 0;
        background-image: url("../images/icons/arrow-down.svg");
        opacity: 0.5;
        transition: all ease 0.5s; }
  .site-navigation.simple .links .flex {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .site-navigation .mobile-menu-trigger {
    display: none;
    width: 22px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }
    .site-navigation .mobile-menu-trigger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #333333;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .site-navigation .mobile-menu-trigger span:nth-child(1) {
        top: 0px; }
      .site-navigation .mobile-menu-trigger span:nth-child(2) {
        top: 7px; }
      .site-navigation .mobile-menu-trigger span:nth-child(3) {
        top: 14px; }
    .site-navigation .mobile-menu-trigger.open span:nth-child(1) {
      top: 7px;
      transform: rotate(135deg); }
    .site-navigation .mobile-menu-trigger.open span:nth-child(2) {
      opacity: 0; }
    .site-navigation .mobile-menu-trigger.open span:nth-child(3) {
      top: 7px;
      transform: rotate(-135deg); }
  @media (min-width: 992px) {
    .site-navigation .nav ul {
      list-style-type: none;
      padding: 16px;
      position: absolute;
      top: calc(100% + 16px);
      left: calc(50% - 100px);
      width: 200px;
      background-color: #ffffff;
      border: 1px solid #d2d2d2;
      border-radius: 3px;
      text-align: center;
      visibility: hidden;
      opacity: 0;
      transform: translate(0px, 25px);
      transition: all ease 0.5s; }
      .site-navigation .nav ul:before {
        content: "";
        display: block;
        width: 100%;
        height: 16px;
        position: absolute;
        bottom: 100%;
        left: 0;
        opacity: 0; }
      .site-navigation .nav ul > li:not(:last-child) {
        margin-bottom: 8px; }
      .site-navigation .nav ul > li.current-menu-parent > a:after {
        width: 100%;
        height: 2px;
        background-color: #4A90E2; }
    .site-navigation .nav > li:hover > a:after,
    .site-navigation .nav > li:hover > span:after {
      width: 100%; }
    .site-navigation .nav > li:hover > a:before > span:before {
      background-color: red;
      transform: rotate(180deg); }
    .site-navigation .nav > li:hover ul {
      visibility: visible;
      opacity: 1;
      transform: translate(0px, 0px); } }
  @media (max-width: 991.98px) {
    .site-navigation .links {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: white;
      border-top: 1px solid #d2d2d2; }
      .site-navigation .links .flex {
        display: block; }
      .site-navigation .links:after {
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3); }
    .site-navigation .nav {
      display: block;
      width: 100%; }
      .site-navigation .nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #d2d2d2; }
        .site-navigation .nav > li:not(:last-child) {
          margin-right: 0; }
        .site-navigation .nav > li > a {
          padding: 16px; }
        .site-navigation .nav > li.menu-item-has-children > a:before {
          right: 16px; }
        .site-navigation .nav > li ul {
          list-style-type: none;
          padding: 0 16px 16px 16px;
          display: none; }
          .site-navigation .nav > li ul.show {
            display: block; }
          .site-navigation .nav > li ul li:not(:last-child) {
            margin-bottom: 8px; }
    .site-navigation .buttons {
      padding: 16px;
      display: -ms-flexbox;
      display: flex; }
      .site-navigation .buttons > * {
        width: 100%; }
        .site-navigation .buttons > *:not(:last-child) {
          margin-right: 16px; }
      .site-navigation .buttons .weak {
        border: 2px solid #d2d2d2; }
    .site-navigation .mobile-menu-trigger {
      display: block; } }

.instagram-feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px; }
  .instagram-feed .instalink {
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    z-index: 50;
    background: white;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 20px; }
  .instagram-feed .flex {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .instagram-feed .flex a {
      display: block;
      width: 100%;
      margin: 6px;
      position: relative; }
      .instagram-feed .flex a:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .instagram-feed .flex a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 767.98px) {
      .instagram-feed .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .instagram-feed .flex a {
          width: calc(50% - 12px); }
          .instagram-feed .flex a:nth-child(5) {
            display: none; } }

.footer-help {
  padding: 32px 0;
  color: #ffffff; }
  .footer-help .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .footer-help .container .avatars {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer-help .container .avatars li {
        margin-right: 16px; }
      .footer-help .container .avatars img {
        display: block;
        width: 56px;
        height: 56px;
        border-radius: 100%; }
    .footer-help .container .title {
      font-style: italic;
      margin-right: auto; }
  @media (max-width: 991.98px) {
    .footer-help .container {
      display: block;
      text-align: center; } }

.footer-main {
  background-color: #f7f7f7;
  padding: 100px 0; }
  .footer-main .columns {
    display: -ms-grid;
    display: grid;
    grid-gap: 32px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 48px;
    margin-bottom: 48px; }
    .footer-main .columns .logo {
      width: 100%;
      max-width: 200px;
      display: block; }
      .footer-main .columns .logo svg {
        width: 100%; }
        .footer-main .columns .logo svg * {
          fill: #818D9C !important; }
    .footer-main .columns .social {
      list-style-type: none;
      padding: 0;
      margin: 32px 0 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .footer-main .columns .social li:not(:last-child) {
        margin-right: 24px; }
      .footer-main .columns .social li img, .footer-main .columns .social li svg {
        width: 20px;
        height: 20px; }
        .footer-main .columns .social li img *, .footer-main .columns .social li svg * {
          fill: #b4bbc4 !important; }
    .footer-main .columns .column-title {
      margin: 0; }
    .footer-main .columns ul:not(.social) {
      margin: 16px 0 0 0;
      padding: 0;
      list-style-type: none; }
      .footer-main .columns ul:not(.social) li:not(:last-child) {
        margin-bottom: 8px; }
      .footer-main .columns ul:not(.social) li a {
        color: #333;
        text-decoration: none; }
        .footer-main .columns ul:not(.social) li a:hover {
          color: #4A90E2; }
  .footer-main .disclaimer *,
  .footer-main .copyright * {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #777;
    font-weight: 300; }
    .footer-main .disclaimer * a,
    .footer-main .copyright * a {
      color: #555;
      text-decoration: none;
      font-weight: 500; }
      .footer-main .disclaimer * a:hover,
      .footer-main .copyright * a:hover {
        text-decoration: underline; }
  .footer-main .copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px; }
    .footer-main .copyright span {
      margin: 0; }
  @media (max-width: 991.98px) {
    .footer-main .columns {
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 50px; }
      .footer-main .columns .column {
        -ms-grid-column: span 6;
        grid-column: span 6; }
      .footer-main .columns .social {
        margin: 15px 0 0 0; } }
  @media (max-width: 767.98px) {
    .footer-main {
      padding: 40px 0; }
      .footer-main .columns {
        text-align: center;
        display: block; }
        .footer-main .columns .column:not(:last-child) {
          margin-bottom: 40px; }
        .footer-main .columns .column:first-child .logo, .footer-main .columns .column:first-child .social {
          margin-left: auto;
          margin-right: auto;
          -ms-flex-pack: center;
          justify-content: center; }
      .footer-main .disclaimer {
        text-align: center; }
      .footer-main .copyright {
        display: block;
        text-align: center; }
        .footer-main .copyright span {
          display: block;
          margin-top: 8px; } }

.bg-pattern-white {
  background-image: url("../images/assets/white_dot_pattern.gif"); }

.bg-pattern-grey {
  background-image: url("../images/assets/grey_dot_pattern.gif"); }

.bg-pattern-blue {
  background-image: url("../images/assets/blue_dot_pattern.gif"); }

.bg-primary, .el-referral-for-friend {
  background-color: #4A90E2; }

.bg-grey-light {
  background-color: #f7f7f7; }

.el-section {
  overflow: hidden;
  margin: 96px 0; }
  @media (max-width: 767.98px) {
    .el-section {
      margin: 64px 0; } }
  .el-section.bg-pattern-white, .el-section.bg-pattern-blue, .el-section.bg-pattern-grey, .el-section.bg-grey-light, .el-section.bg-primary, .el-section.el-referral-for-friend, .el-section.bg-border, .el-section.bg-background-image {
    padding: 96px 0; }
    @media (max-width: 767.98px) {
      .el-section.bg-pattern-white, .el-section.bg-pattern-blue, .el-section.bg-pattern-grey, .el-section.bg-grey-light, .el-section.bg-primary, .el-section.el-referral-for-friend, .el-section.bg-border, .el-section.bg-background-image {
        padding: 64px 0; } }
  .el-section.bg-background-image {
    background-size: cover;
    background-position: center;
    color: white !important; }
    .el-section.bg-background-image .overline, .el-section.bg-background-image .el-hero .ribbon span, .el-hero .ribbon .el-section.bg-background-image span, .el-section.bg-background-image .el-hero .secondary-link, .el-hero .el-section.bg-background-image .secondary-link, .el-section.bg-background-image .el-promo-cards .single-card .info .single .label, .el-promo-cards .single-card .info .single .el-section.bg-background-image .label, .el-section.bg-background-image .el-plan-cards .cards .card .plan-value-desc, .el-plan-cards .cards .card .el-section.bg-background-image .plan-value-desc, .el-section.bg-background-image .el-plan-cards .description, .el-plan-cards .el-section.bg-background-image .description, .el-section.bg-background-image .el-stats .single .label, .el-stats .single .el-section.bg-background-image .label, .el-section.bg-background-image .el-specs-hero .specs .single-spec .label, .el-specs-hero .specs .single-spec .el-section.bg-background-image .label, .el-section.bg-background-image .el-quiz .question-wrap .question, .el-quiz .question-wrap .el-section.bg-background-image .question, .el-section.bg-background-image .el-quiz .question-wrap .answer .wrong, .el-quiz .question-wrap .answer .el-section.bg-background-image .wrong, .el-section.bg-background-image .df-property-card .info .single .label, .df-property-card .info .single .el-section.bg-background-image .label, .el-section.bg-background-image .press-layout aside .contact .title, .press-layout aside .contact .el-section.bg-background-image .title, .el-section.bg-background-image .press-layout .press-list article .content .date, .press-layout .press-list article .content .el-section.bg-background-image .date, .el-section.bg-background-image .faq-page .sidebar nav ul li button, .faq-page .sidebar nav ul li .el-section.bg-background-image button, .el-section.bg-background-image .faq-page .sidebar nav ul li a, .faq-page .sidebar nav ul li .el-section.bg-background-image a, .el-section.bg-background-image .template-team .team-navigation li, .template-team .team-navigation .el-section.bg-background-image li, .el-section.bg-background-image .template-ourstory-timeline .timeline .single-item .date, .template-ourstory-timeline .timeline .single-item .el-section.bg-background-image .date, .el-section.bg-background-image .anniversary-hero .container .stats .single-stat .label, .anniversary-hero .container .stats .single-stat .el-section.bg-background-image .label, .el-section.bg-background-image .blogOverview-list .single-card .information, .blogOverview-list .single-card .el-section.bg-background-image .information, .el-section.bg-background-image .blogOverview-list .single-card .information a, .blogOverview-list .single-card .information .el-section.bg-background-image a, .el-section.bg-background-image .blogSingle-hero .information, .blogSingle-hero .el-section.bg-background-image .information, .el-section.bg-background-image .blogSingle-hero .information a, .blogSingle-hero .information .el-section.bg-background-image a {
      color: white !important; }
  .el-section.bg-border {
    border-width: 1px 0;
    border-color: #e6e6e6;
    border-style: solid; }
  .el-section.no-margin-bottom {
    margin-bottom: 0px !important; }
  .el-section.no-margin-top {
    margin-top: 0px !important; }
  .el-section.no-padding-bottom {
    padding-bottom: 0px !important; }
  .el-section.no-padding-top {
    padding-top: 0px !important; }
  .el-section.mini-padding {
    padding: 32px 0; }
  .el-section.mini-margin {
    margin: 48px 0; }

.el-hero {
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .el-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; }
  .el-hero.main-page {
    padding: 250px 0; }
    @media (max-width: 991.98px) {
      .el-hero.main-page {
        padding: 75px 0; } }
  .el-hero.footer {
    padding: 150px 0; }
    @media (max-width: 991.98px) {
      .el-hero.footer {
        padding: 75px 0; } }
  .el-hero.inner-page {
    display: -ms-flexbox;
    display: flex;
    height: 350px; }
    .el-hero.inner-page .container {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    @media (max-width: 991.98px) {
      .el-hero.inner-page {
        height: auto;
        padding: 50px 0; } }
  .el-hero.padding-mini {
    padding: 125px 0; }
  .el-hero.badge {
    height: auto; }
    .el-hero.badge .container {
      padding: 100px 0 20px 0; }
    .el-hero.badge .badge {
      margin-top: 80px;
      max-width: 225px; }
      .el-hero.badge .badge * {
        fill: white; }
    @media (max-width: 991.98px) {
      .el-hero.badge {
        padding: 0; }
        .el-hero.badge .container {
          padding: 75px 0 20px 0; } }
  .el-hero.align-left {
    text-align: left; }
    .el-hero.align-left .container > * {
      max-width: 650px; }
  .el-hero.align-center {
    text-align: center; }
    .el-hero.align-center .subtitle:before {
      margin-left: auto;
      margin-right: auto; }
  .el-hero.align-right {
    text-align: right; }
    .el-hero.align-right .container > * {
      max-width: 650px;
      margin-left: auto; }
    .el-hero.align-right .subtitle:before {
      margin-left: auto; }
  .el-hero .tertiary {
    color: white; }
    .el-hero .tertiary:hover {
      border-color: white;
      background-color: white;
      color: #4A90E2; }
  .el-hero .container {
    max-width: 900px; }
  .el-hero .title {
    margin: 0;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px; }
  .el-hero .subtitle {
    font-weight: 500;
    margin: 0 auto;
    max-width: 600px;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px; }
  .el-hero .ribbon {
    display: inline-block; }
    .el-hero .ribbon span {
      display: block;
      padding: 8px 16px;
      z-index: 10;
      color: white; }
    .el-hero .ribbon:before, .el-hero .ribbon:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FF9200; }
    .el-hero .ribbon:before {
      transform: skew(20deg); }
    .el-hero .ribbon:after {
      transform: skew(-20deg); }
  .el-hero.inner-page .subtitle .el-hero.padding-mini .subtitle {
    margin: 8px 0 0 0; }
  .el-hero.main-page .subtitle:before,
  .el-hero.footer .subtitle:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 16px;
    margin-bottom: 24px;
    background-color: #4A90E2; }
  .el-hero .buttons {
    margin-top: 24px; }
    .el-hero .buttons > *:not(:last-child) {
      margin-right: 16px; }
  .el-hero .secondary-link {
    display: inline-block;
    color: #ffffff;
    margin-top: 16px;
    text-decoration: none; }
    .el-hero .secondary-link .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    .el-hero .secondary-link svg {
      margin-left: 4px;
      width: 1em;
      height: 1em; }
      .el-hero .secondary-link svg * {
        fill: #ffffff; }
  .el-hero.text-dark .title,
  .el-hero.text-dark .subtitle {
    color: #333333; }
  .el-hero.text-dark.badge .badge * {
    fill: #333333; }

@media (min-width: 768px) {
  .el-classic.text-center {
    text-align: center; }
  .el-classic.text-right {
    text-align: right; } }

.el-classic.isGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
  grid-row-gap: 32px;
  -ms-flex-align: center;
  align-items: center; }
  .el-classic.isGrid .text {
    margin-top: auto; }
  .el-classic.isGrid .buttons {
    margin-bottom: auto; }

.el-classic.isFlex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .el-classic.isFlex > * {
    width: calc(50% - 25px); }

.el-classic.text-addon .text {
  -ms-grid-column: span 1;
  grid-column: span 1; }

.el-classic.text-addon .addon {
  grid-column: 2 / -1;
  -ms-grid-row: span 2;
  grid-row: span 2; }

.el-classic.text-addon .buttons {
  -ms-grid-column: span 1;
  grid-column: span 1; }

.el-classic.addon-text .text {
  grid-column: 2 / -1;
  -ms-flex-order: 2;
  order: 2; }

.el-classic.addon-text .addon {
  -ms-grid-column: span 1;
  grid-column: span 1;
  -ms-grid-row: span 2;
  grid-row: span 2;
  -ms-flex-order: 1;
  order: 1; }

.el-classic.addon-text .buttons {
  grid-column: 2 / -1;
  -ms-flex-order: 3;
  order: 3; }

@media (max-width: 991.98px) {
  .el-classic.isGrid {
    display: block;
    text-align: center; }
    .el-classic.isGrid > * {
      margin: 32px auto; }
      .el-classic.isGrid > *:first-child {
        margin-top: 0px; }
      .el-classic.isGrid > *:last-child {
        margin-bottom: 0px; }
  .el-classic.isFlex {
    display: block; }
    .el-classic.isFlex > * {
      width: 100%;
      margin: 32px auto; }
      .el-classic.isFlex > *:first-child {
        margin-top: 0px; }
      .el-classic.isFlex > *:last-child {
        margin-bottom: 0px; }
  .el-classic .addon {
    max-width: 550px; } }

.el-classic .text > *:first-child {
  margin-top: 0px; }

.el-classic .text > *:last-child {
  margin-bottom: 0px; }

.el-classic .text .title {
  margin-top: 0px;
  margin-bottom: 0px; }
  .el-classic .text .title.big {
    font-size: 52px; }

@media (max-width: 767.98px) {
  .el-classic .text {
    text-align: center; }
    .el-classic .text .title.big {
      font-size: 40px; } }

.el-classic .addon .team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .el-classic .addon .team > *:not(:last-child) {
    margin-right: 24px; }

.el-classic .addon .form-wrap {
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 32px; }
  .el-classic .addon .form-wrap .el-form {
    margin-top: 32px; }

@media (min-width: 576px) {
  .el-classic .buttons > *:not(:last-child) {
    margin-right: 16px; } }

@media (max-width: 575.98px) {
  .el-classic .buttons > * {
    display: block;
    width: 100%; }
    .el-classic .buttons > *:not(:last-child) {
      margin-bottom: 16px; } }

.el-promo-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .el-promo-cards .single-card {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
    .el-promo-cards .single-card:not(:last-child) {
      margin-right: 32px; }
    .el-promo-cards .single-card .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      padding: 32px;
      border-top: 3px solid #4A90E2 !important;
      text-align: center; }
    .el-promo-cards .single-card .ribbon {
      margin: 0;
      z-index: 100;
      width: 200px;
      position: absolute;
      top: 40px;
      right: 40px;
      transform: translate(50%, -50%) rotate(45deg);
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
      background-color: #FF9200;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 18px;
      font-weight: 500;
      text-transform: uppercase;
      overflow: hidden;
      padding: 2px 16px 4px 16px;
      text-align: center; }
    .el-promo-cards .single-card .logo {
      display: block;
      margin: 0 auto;
      max-width: 200px; }
    .el-promo-cards .single-card .title {
      margin: 8px 0; }
    .el-promo-cards .single-card .info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      list-style-type: none;
      padding: 0;
      margin: 8px 0; }
      .el-promo-cards .single-card .info .single:not(:last-child) {
        margin-right: 24px; }
      .el-promo-cards .single-card .info .single p {
        margin: 0; }
    .el-promo-cards .single-card .description {
      margin-bottom: 32px; }
    .el-promo-cards .single-card .buttons {
      margin-top: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
      .el-promo-cards .single-card .buttons > *:not(:last-child) {
        margin-right: 16px; }
  @media (max-width: 991.98px) {
    .el-promo-cards {
      display: block; }
      .el-promo-cards .single-card {
        margin: 32px auto !important;
        width: 100%;
        max-width: 550px; } }
  @media (max-width: 767.98px) {
    .el-promo-cards .single-card .inner {
      padding: 16px; }
    .el-promo-cards .single-card .info {
      display: block; }
      .el-promo-cards .single-card .info .single:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px; }
    .el-promo-cards .single-card .buttons {
      display: block; }
      .el-promo-cards .single-card .buttons > * {
        display: block;
        width: 100%; }
      .el-promo-cards .single-card .buttons > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px; } }

.el-plan-cards .cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 32px; }
  .el-plan-cards .cards .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px;
    width: 33.33%;
    padding: 32px;
    border-radius: 8px; }
    .el-plan-cards .cards .card .plan-title {
      margin: 0 0 24px 0;
      padding-bottom: 8px;
      text-align: center;
      border-bottom: 1px dotted #b4bbc4; }
    .el-plan-cards .cards .card .plan-value {
      margin: 0;
      text-align: center;
      font-size: 44px;
      font-weight: 500; }
    .el-plan-cards .cards .card .plan-value-desc {
      text-align: center; }
    .el-plan-cards .cards .card .features {
      list-style-type: none;
      padding: 24px 0 0 0;
      margin: 24px 0;
      border-top: 1px dotted #b4bbc4; }
      .el-plan-cards .cards .card .features li {
        font-weight: 500; }
        .el-plan-cards .cards .card .features li:not(:last-child) {
          margin-bottom: 24px; }
    .el-plan-cards .cards .card.highlight {
      background-color: #4A90E2;
      color: #ffffff;
      margin-top: -32px; }
      .el-plan-cards .cards .card.highlight .plan-title {
        margin-top: 32px; }
      .el-plan-cards .cards .card.highlight .plan-value-desc {
        color: #ffffff; }
      .el-plan-cards .cards .card.highlight .ribbon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        max-width: 300px;
        background-color: #FF9200;
        transform: translate(0%, -50%);
        text-align: center;
        font-weight: 600;
        padding: 4px 16px;
        border-radius: 4px; }
      .el-plan-cards .cards .card.highlight .features li {
        padding-left: 40px; }
        .el-plan-cards .cards .card.highlight .features li .icon {
          position: absolute;
          top: 2px;
          left: 0; }
          .el-plan-cards .cards .card.highlight .features li .icon svg, .el-plan-cards .cards .card.highlight .features li .icon img {
            width: 24px;
            height: 24px; }
            .el-plan-cards .cards .card.highlight .features li .icon svg *, .el-plan-cards .cards .card.highlight .features li .icon img * {
              fill: white; }
      .el-plan-cards .cards .card.highlight .df-btn {
        display: block;
        width: 100%;
        background-color: #ffffff;
        border-color: #ffffff; }
    .el-plan-cards .cards .card:not(.highlight) .features li {
      padding-left: 24px; }
      .el-plan-cards .cards .card:not(.highlight) .features li:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid #4A90E2;
        border-radius: 100%;
        position: absolute;
        top: 8px;
        left: 0; }
    .el-plan-cards .cards .card:not(.highlight) .df-btn {
      display: block;
      width: 100%; }

.el-plan-cards .description {
  margin: 32px 0 0 0;
  text-align: center; }

@media (max-width: 991.98px) {
  .el-plan-cards .cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .el-plan-cards .cards .card {
      width: 100%;
      max-width: 550px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 32px;
      -ms-flex-order: 1;
      order: 1; }
      .el-plan-cards .cards .card.highlight {
        -ms-flex-order: 0;
        order: 0; } }

.el-carousel .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -16px 0; }
  .el-carousel .grid > * {
    width: calc(33.33% - 32px);
    margin: 16px; }
  @media (max-width: 991.98px) {
    .el-carousel .grid > * {
      width: calc(50% - 32px); } }
  @media (max-width: 767.98px) {
    .el-carousel .grid > * {
      width: 100%;
      margin: 16px 0; } }

@media (min-width: 768px) {
  .el-carousel .owl-carousel {
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc((406px * 5) + (30px * 4)) !important; } }

.el-carousel .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex; }

.el-carousel .owl-carousel .owl-item {
  padding: 2px;
  display: -ms-flexbox;
  display: flex; }
  .el-carousel .owl-carousel .owl-item > * {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }

.el-carousel .owl-carousel .owl-nav {
  margin-top: 20px;
  display: block;
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center; }
  .el-carousel .owl-carousel .owl-nav .owl-prev, .el-carousel .owl-carousel .owl-nav .owl-next {
    width: 11px;
    height: 18px;
    margin: 5px 15px;
    background-image: url("../images/icons/back_arrow_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0.4;
    transition: all ease 0.3s;
    font-size: 0px; }
    .el-carousel .owl-carousel .owl-nav .owl-prev:hover, .el-carousel .owl-carousel .owl-nav .owl-next:hover {
      opacity: 1; }
  .el-carousel .owl-carousel .owl-nav .owl-next {
    transform: rotate(180deg); }

.el-article {
  max-width: 970px;
  padding: 4px 0; }
  .el-article > * {
    margin: 24px 0; }
    .el-article > *:first-child {
      margin-top: 0px; }
    .el-article > *:last-child {
      margin-bottom: 0px; }

.el-form form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .el-form form.wide {
    max-width: 750px; }
  .el-form form .input-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .el-form form .input-wrap.half {
        width: calc(50% - 15px); }
      .el-form form .input-wrap.third {
        width: calc(33.33% - 15px); } }
    .el-form form .input-wrap label {
      display: block;
      width: 100%;
      font-weight: 500;
      margin-bottom: 8px; }
    .el-form form .input-wrap input, .el-form form .input-wrap select, .el-form form .input-wrap textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      padding: 12px 16px;
      letter-spacing: 0.025em; }
    .el-form form .input-wrap select {
      background-image: url("../images/dropdown_arrow_black.svg");
      background-size: 9px auto;
      background-position: calc(100% - 10px) center;
      background-repeat: no-repeat; }
  .el-form form .check-wrap {
    display: block;
    margin-bottom: 20px;
    text-align: left; }
    .el-form form .check-wrap .label {
      font-weight: 500;
      margin-bottom: 5px; }
    .el-form form .check-wrap .single {
      text-align: left; }
      .el-form form .check-wrap .single:not(:last-child) {
        margin-bottom: 8px; }
      .el-form form .check-wrap .single label {
        display: block;
        padding-left: 24px; }
        .el-form form .check-wrap .single label:before {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          border: 1px solid #ccc;
          border-radius: 100%;
          background: white;
          position: absolute;
          top: 4px;
          left: 0; }
        .el-form form .check-wrap .single label:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background: #4A90E2;
          position: absolute;
          top: 8px;
          left: 4px;
          opacity: 0;
          transition: all ease 0.35s; }
      .el-form form .check-wrap .single input {
        visibility: hidden;
        position: absolute; }
      .el-form form .check-wrap .single input:checked + label:after {
        opacity: 1; }
  .el-form form input[type="submit"],
  .el-form form button {
    display: block;
    width: 100%;
    margin: 30px 0; }
  .el-form form label.error {
    color: crimson;
    font-size: 13px;
    margin-top: 4px; }
  .el-form form .disclaimer {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 13px;
    line-height: 20px;
    color: #777;
    font-weight: 300;
    text-align: center; }
    .el-form form .disclaimer a {
      color: #555;
      text-decoration: none;
      font-weight: 500; }
      .el-form form .disclaimer a:hover {
        text-decoration: underline; }

.el-form .pfah-done {
  display: none; }

.el-form .pfah-error {
  display: none; }

.el-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .el-features .single {
    width: calc(33.333% - 32px);
    margin: 16px;
    text-align: center; }
    .el-features .single .img {
      display: block; }
    .el-features .single .icon {
      width: 48px;
      height: 48px;
      margin: 0; }
    .el-features .single .illustration {
      width: 96px;
      height: 96px;
      margin: 0; }
      .el-features .single .illustration * {
        fill: #4A90E2; }
    .el-features .single .title {
      display: block;
      margin: 16px;
      color: #333333; }
    .el-features .single .description {
      margin: 0; }
    .el-features .single .readmore {
      display: inline-block;
      margin-top: 8px;
      font-weight: 600;
      font-size: 0.9em; }
    .el-features .single .buttons {
      margin-top: 16px; }
  .el-features.per-row-2 .single {
    width: calc(50% - 32px); }
  .el-features.per-row-3 .single {
    width: calc(33.333% - 32px); }
  .el-features.per-row-4 .single {
    width: calc(25% - 32px); }
  @media (max-width: 767.98px) {
    .el-features.per-row-2 .single,
    .el-features.per-row-3 .single,
    .el-features.per-row-4 .single {
      width: 100%; } }

.el-ordered-list {
  max-width: 818px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: ol-counter; }
  .el-ordered-list .single {
    counter-increment: ol-counter;
    padding-left: 130px; }
    .el-ordered-list .single .title {
      margin: 0 0 16px 0; }
    .el-ordered-list .single .description {
      margin: 0; }
    .el-ordered-list .single:before {
      content: "0" counter(ol-counter);
      font-family: 'Tiempos Headline', sans-serif;
      font-weight: 500;
      color: #4A90E2;
      font-size: 65px;
      line-height: 65px;
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 575.98px) {
      .el-ordered-list .single {
        text-align: center;
        padding-left: 0px; }
        .el-ordered-list .single:before {
          display: block;
          position: static;
          margin-bottom: 8px; } }
    .el-ordered-list .single:nth-child(1n):before {
      color: #618bbd; }
    .el-ordered-list .single:nth-child(2n):before {
      color: #6e9ed5; }
    .el-ordered-list .single:nth-child(3n):before {
      color: #609fe3; }
    .el-ordered-list .single:nth-child(4n):before {
      color: #55a4ff; }
    .el-ordered-list .single:not(:last-child) {
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 40px;
      padding-bottom: 40px; }

.el-slider {
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .el-slider:before {
    content: "";
    z-index: 500;
    display: block;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0; }
  .el-slider:after {
    content: "";
    z-index: 500;
    display: block;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    right: 0; }
  .el-slider .slide {
    width: 100%;
    padding: 20px 100px; }
    .el-slider .slide .flex {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
    .el-slider .slide .content {
      width: 37.5%;
      -ms-flex-order: 1;
      order: 1; }
      .el-slider .slide .content .overline, .el-slider .slide .content .el-hero .ribbon span, .el-hero .ribbon .el-slider .slide .content span, .el-slider .slide .content .el-hero .secondary-link, .el-hero .el-slider .slide .content .secondary-link, .el-slider .slide .content .el-promo-cards .single-card .info .single .label, .el-promo-cards .single-card .info .single .el-slider .slide .content .label, .el-slider .slide .content .el-plan-cards .cards .card .plan-value-desc, .el-plan-cards .cards .card .el-slider .slide .content .plan-value-desc, .el-slider .slide .content .el-plan-cards .description, .el-plan-cards .el-slider .slide .content .description, .el-slider .slide .content .el-stats .single .label, .el-stats .single .el-slider .slide .content .label, .el-slider .slide .content .el-specs-hero .specs .single-spec .label, .el-specs-hero .specs .single-spec .el-slider .slide .content .label, .el-slider .slide .content .el-quiz .question-wrap .question, .el-quiz .question-wrap .el-slider .slide .content .question, .el-slider .slide .content .el-quiz .question-wrap .answer .wrong, .el-quiz .question-wrap .answer .el-slider .slide .content .wrong, .el-slider .slide .content .df-property-card .info .single .label, .df-property-card .info .single .el-slider .slide .content .label, .el-slider .slide .content .press-layout aside .contact .title, .press-layout aside .contact .el-slider .slide .content .title, .el-slider .slide .press-layout .press-list article .content .date, .press-layout .press-list article .el-slider .slide .content .date, .el-slider .slide .content .faq-page .sidebar nav ul li button, .faq-page .sidebar nav ul li .el-slider .slide .content button, .el-slider .slide .content .faq-page .sidebar nav ul li a, .faq-page .sidebar nav ul li .el-slider .slide .content a, .el-slider .slide .content .template-team .team-navigation li, .template-team .team-navigation .el-slider .slide .content li, .el-slider .slide .content .template-ourstory-timeline .timeline .single-item .date, .template-ourstory-timeline .timeline .single-item .el-slider .slide .content .date, .el-slider .slide .content .anniversary-hero .container .stats .single-stat .label, .anniversary-hero .container .stats .single-stat .el-slider .slide .content .label, .el-slider .slide .content .blogOverview-list .single-card .information, .blogOverview-list .single-card .el-slider .slide .content .information, .el-slider .slide .content .blogOverview-list .single-card .information a, .blogOverview-list .single-card .information .el-slider .slide .content a, .el-slider .slide .content .blogSingle-hero .information, .blogSingle-hero .el-slider .slide .content .information, .el-slider .slide .content .blogSingle-hero .information a, .blogSingle-hero .information .el-slider .slide .content a {
        margin: 0 0 4px 0; }
      .el-slider .slide .content .title {
        margin: 4px 0 16px 0; }
      .el-slider .slide .content .description {
        margin: 0; }
    .el-slider .slide .image {
      width: 57.5%;
      -ms-flex-order: 2;
      order: 2; }
      .el-slider .slide .image img {
        display: block;
        width: 100%;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
        border: 1px solid #eee;
        border-radius: 5px; }
  @media (max-width: 991.98px) {
    .el-slider:before, .el-slider:after {
      display: none; }
    .el-slider .slide {
      padding: 20px; }
      .el-slider .slide .flex {
        display: block; }
      .el-slider .slide .content {
        width: 100%;
        text-align: center; }
      .el-slider .slide .image {
        width: 100%;
        margin-bottom: 32px; } }
  .el-slider .el-slider-nav {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .el-slider .el-slider-nav .pager {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      margin: 0 16px;
      font-size: 0px; }
      .el-slider .el-slider-nav .pager span {
        margin: 0 8px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #d2d2d2;
        transition: 0.3s;
        cursor: pointer; }
        .el-slider .el-slider-nav .pager span.cycle-pager-active {
          background-color: #4A90E2; }
    .el-slider .el-slider-nav button {
      border: none;
      background: none;
      top: 2px;
      cursor: pointer; }
      .el-slider .el-slider-nav button.prev {
        transform: rotate(90deg); }
      .el-slider .el-slider-nav button.next {
        transform: rotate(-90deg); }
      .el-slider .el-slider-nav button svg {
        width: 16px;
        height: 16px; }
        .el-slider .el-slider-nav button svg * {
          fill: #b4bbc4;
          transition: 0.3s; }
      .el-slider .el-slider-nav button:hover svg * {
        fill: #4A90E2; }

.el-tiles {
  background-color: #fbfbfb;
  display: -ms-flexbox;
  display: flex; }
  .el-tiles.bg-pattern-white {
    background-image: url("../images/assets/white_dot_pattern.gif"); }
  .el-tiles .image {
    width: 50%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    .el-tiles .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .el-tiles .text {
    width: 50%; }
    .el-tiles .text .wrap {
      margin: 100px auto;
      width: 90%;
      max-width: 600px; }
      @media (min-width: 768px) {
        .el-tiles .text .wrap.left .section-title {
          text-align: left; }
        .el-tiles .text .wrap.left .typo-rules, .el-tiles .text .wrap.left .el-article, .el-tiles .text .wrap.left .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .el-tiles .text .wrap.left .description, .el-tiles .text .wrap.left .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .el-tiles .text .wrap.left .excerpt, .el-tiles .text .wrap.left .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .el-tiles .text .wrap.left .excerpt, .el-tiles .text .wrap.left .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .el-tiles .text .wrap.left .excerpt, .el-tiles .text .wrap.left .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .el-tiles .text .wrap.left .excerpt, .el-tiles .text .wrap.left .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .el-tiles .text .wrap.left .excerpt, .el-tiles .text .wrap.left .blogSingle-content .wrap, .blogSingle-content .el-tiles .text .wrap.left .wrap {
          margin-top: 32px;
          text-align: left; }
        .el-tiles .text .wrap.right .section-title {
          text-align: right; }
        .el-tiles .text .wrap.right .typo-rules, .el-tiles .text .wrap.right .el-article, .el-tiles .text .wrap.right .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .el-tiles .text .wrap.right .description, .el-tiles .text .wrap.right .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .el-tiles .text .wrap.right .excerpt, .el-tiles .text .wrap.right .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .el-tiles .text .wrap.right .excerpt, .el-tiles .text .wrap.right .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .el-tiles .text .wrap.right .excerpt, .el-tiles .text .wrap.right .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .el-tiles .text .wrap.right .excerpt, .el-tiles .text .wrap.right .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .el-tiles .text .wrap.right .excerpt, .el-tiles .text .wrap.right .blogSingle-content .wrap, .blogSingle-content .el-tiles .text .wrap.right .wrap {
          margin-top: 32px;
          text-align: right; } }
    .el-tiles .text .section-buttons {
      margin-top: 0px; }
  .el-tiles.content-image .text {
    -ms-flex-order: 1;
    order: 1; }
  .el-tiles.content-image .image {
    -ms-flex-order: 2;
    order: 2; }
  .el-tiles.image-content .image {
    -ms-flex-order: 1;
    order: 1; }
  .el-tiles.image-content .text {
    -ms-flex-order: 2;
    order: 2; }
  @media (max-width: 767.98px) {
    .el-tiles {
      display: block; }
      .el-tiles .image {
        width: 100%;
        position: relative; }
        .el-tiles .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
      .el-tiles .text {
        width: 100%; }
        .el-tiles .text .wrap {
          margin: 48px auto; } }

.el-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .el-logos {
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 991.98px) {
    .el-logos {
      -ms-flex-pack: center;
      justify-content: center; } }
  .el-logos .logo {
    display: block;
    max-width: 175px;
    margin: 16px; }
    .el-logos .logo img {
      display: block;
      width: 100%; }

.el-testimonials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end; }
  .el-testimonials .image {
    width: calc(50% - 25px); }
    .el-testimonials .image img {
      display: block; }
  .el-testimonials .content {
    width: calc(50% - 25px); }
    .el-testimonials .content .section-title {
      text-align: left;
      margin: 0; }
    .el-testimonials .content .cycle {
      margin: 24px 0 24px 0; }
      .el-testimonials .content .cycle blockquote {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left; }
        .el-testimonials .content .cycle blockquote:not(:first-child) {
          display: none; }
        .el-testimonials .content .cycle blockquote .quote {
          margin: 0;
          padding: 24px;
          background-color: #F5F5F5; }
          .el-testimonials .content .cycle blockquote .quote:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 30px 30px 0;
            border-color: transparent #D8D8D8 transparent transparent;
            position: absolute;
            top: 100%;
            left: 0; }
        .el-testimonials .content .cycle blockquote .author {
          display: block;
          margin: 4px 0 0 40px;
          font-weight: 600; }
    .el-testimonials .content .stars {
      list-style-type: none;
      padding: 0;
      margin: 8px 0; }
      .el-testimonials .content .stars li {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url("../images/icons/star.svg");
        background-size: 100% 100%; }
        .el-testimonials .content .stars li:not(:last-child) {
          margin-right: 4px; }
    .el-testimonials .content .no {
      margin: 8px 0 16px 0; }
  @media (max-width: 991.98px) {
    .el-testimonials {
      display: block; }
      .el-testimonials .image {
        display: none; }
      .el-testimonials .content {
        width: 100%;
        text-align: center; }
        .el-testimonials .content .section-title {
          text-align: center; } }

.el-stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 0; }
  .el-stats .single {
    margin: 16px 32px;
    text-align: center; }
    .el-stats .single .data {
      font-size: 72px;
      margin: 0; }
      .el-stats .single .data span {
        font-size: 0.75em; }
    .el-stats .single .label {
      margin: 0; }
  @media (max-width: 575.98px) {
    .el-stats .single .data {
      font-size: 50px; } }

.el-specs-hero {
  padding: 64px 0;
  background-size: cover;
  background-position: center; }
  .el-specs-hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15); }
  .el-specs-hero .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .el-specs-hero .section-title {
    margin: 0;
    text-align: left;
    color: white; }
  .el-specs-hero .specs {
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    max-width: 380px;
    margin: 0 0 0 auto !important; }
    .el-specs-hero .specs .specs-label {
      text-transform: uppercase;
      margin: 0 0 16px 0;
      font-weight: 600; }
    .el-specs-hero .specs .single-spec {
      border-top: 1px solid #d2d2d2;
      padding-top: 8px;
      margin-top: 8px; }
      .el-specs-hero .specs .single-spec .label {
        margin: 0; }
      .el-specs-hero .specs .single-spec .data {
        margin: 0;
        font-weight: 600; }
    .el-specs-hero .specs .df-btn {
      margin: 16px 0;
      display: block;
      width: 100%;
      text-align: center; }
    .el-specs-hero .specs .specs-desc {
      margin: 0; }
  @media (max-width: 767.98px) {
    .el-specs-hero .container {
      display: block; }
    .el-specs-hero .section-title {
      text-align: center;
      margin-bottom: 32px; }
    .el-specs-hero .specs {
      margin: 0 auto 0 auto !important; } }

.el-quiz {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .el-quiz .question-wrap {
    margin-bottom: 48px; }
    .el-quiz .question-wrap .question {
      max-width: 500px; }
    .el-quiz .question-wrap .answer:not(:last-child) {
      margin-bottom: 16px; }
    .el-quiz .question-wrap .answer input {
      display: none; }
    .el-quiz .question-wrap .answer label {
      display: block;
      border: 1px solid #e6e6e6;
      border-radius: 5px;
      background: white;
      padding: 16px 16px 16px 64px;
      transition: all ease 0.3s; }
      .el-quiz .question-wrap .answer label:before {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        border: 1px solid #b4bbc4;
        border-radius: 100%;
        background: white;
        position: absolute;
        top: calc(50% - 16px);
        left: 16px;
        transition: all ease 0.3s; }
      .el-quiz .question-wrap .answer label:after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background-size: 15% 15%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 16px);
        left: 16px;
        transition: all ease 0.5s; }
      .el-quiz .question-wrap .answer label:hover {
        background: #fbfbfb; }
    .el-quiz .question-wrap .answer .wrong {
      display: none;
      color: crimson;
      margin-top: 8px;
      padding-left: 64px; }
    .el-quiz .question-wrap .answer.true label:after {
      background-image: url("../images/icons/check.svg"); }
    .el-quiz .question-wrap .answer.true input:checked + label:before {
      background: green;
      border: 1px solid green; }
    .el-quiz .question-wrap .answer.true input:checked + label:after {
      background-size: 50% 50%; }
    .el-quiz .question-wrap .answer.false label:after {
      background-image: url("../images/icons/close.svg"); }
    .el-quiz .question-wrap .answer.false input:checked + label:before {
      background: crimson;
      border: 1px solid crimson; }
    .el-quiz .question-wrap .answer.false input:checked + label:after {
      background-size: 50% 50%; }

.custom-dividend-styled-table {
  margin: 48px 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px; }
  @media (min-width: 576px) {
    .custom-dividend-styled-table thead tr th:not(:empty) {
      background: #4A90E2;
      border: 3px solid white;
      color: white;
      font-weight: 500;
      padding: 8px; }
    .custom-dividend-styled-table tbody tr:nth-child(even) td {
      background-color: #f5f5f5; }
    .custom-dividend-styled-table tbody tr th, .custom-dividend-styled-table tbody tr td {
      border: 3px solid white;
      padding: 8px; }
    .custom-dividend-styled-table tbody tr th {
      text-align: right; }
    .custom-dividend-styled-table tbody tr td {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .custom-dividend-styled-table {
      display: block; }
      .custom-dividend-styled-table thead {
        display: none; }
      .custom-dividend-styled-table tbody, .custom-dividend-styled-table tr, .custom-dividend-styled-table td, .custom-dividend-styled-table th {
        display: block;
        width: 100%;
        text-align: center; }
      .custom-dividend-styled-table tbody tr:not(:last-child) {
        margin-bottom: 16px; }
      .custom-dividend-styled-table tbody th {
        background: #4A90E2;
        color: white;
        font-weight: 700;
        padding: 8px;
        text-align: center !important; }
      .custom-dividend-styled-table tbody td {
        padding: 8px;
        color: #4A90E2;
        font-weight: 700; }
        .custom-dividend-styled-table tbody td:before {
          color: #555;
          font-weight: 400;
          font-style: italic; }
        .custom-dividend-styled-table tbody td:nth-child(odd) {
          background: #f7f7f7; }
      .custom-dividend-styled-table tbody tr td:nth-child(2):before {
        content: "September 2019 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(3):before {
        content: "October 2019 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(4):before {
        content: "November 2019 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(5):before {
        content: "December 2019 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(6):before {
        content: "January 2020 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(7):before {
        content: "February 2020 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(8):before {
        content: "March 2020 - "; }
      .custom-dividend-styled-table tbody tr td:nth-child(9):before {
        content: "April 2020 - "; } }

.custom-overview-info-list .overview-single {
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  .custom-overview-info-list .overview-single:not(:last-of-type) {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 35px;
    margin-bottom: 35px; }
  .custom-overview-info-list .overview-single .title, .custom-overview-info-list .overview-single .disclaimer {
    -ms-grid-column: span 2;
    grid-column: span 2; }
  .custom-overview-info-list .overview-single .title {
    margin: 0; }
  .custom-overview-info-list .overview-single .single {
    margin-top: 24px; }
    .custom-overview-info-list .overview-single .single .label {
      margin: 0 0 4px 0;
      font-weight: 600;
      line-height: 24px; }
    .custom-overview-info-list .overview-single .single .data {
      margin: 0; }
  .custom-overview-info-list .overview-single .disclaimer {
    margin: 24px 0 0 0;
    color: #777;
    font-size: 13px;
    line-height: 20px; }

.custom-ira-hero .container {
  z-index: 50;
  width: 80%;
  margin-top: 80px;
  margin-bottom: -175px; }
  @media (max-width: 1150px) {
    .custom-ira-hero .container {
      margin-bottom: -125px; } }
  @media (max-width: 800px) {
    .custom-ira-hero .container {
      margin-bottom: -75px; } }
  @media (max-width: 600px) {
    .custom-ira-hero .container {
      margin-bottom: -25px;
      margin-top: 48px; } }

.custom-ira-hero .title {
  margin: 0;
  max-width: 500px; }

.custom-ira-hero .subtitle {
  margin: 16px 0 24px 0;
  max-width: 600px; }

.quiz-form-style-temp {
  max-width: 275px;
  width: 100%; }
  .quiz-form-style-temp input {
    width: 100%;
    display: block; }
    .quiz-form-style-temp input:not(:last-child) {
      margin-bottom: 16px; }
    .quiz-form-style-temp input[type=email] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      padding: 12px 16px;
      letter-spacing: 0.025em; }

.custom-blackfriday-hero {
  display: -ms-flexbox;
  display: flex; }
  .custom-blackfriday-hero .content {
    width: 45%;
    background-color: #7e3cf5; }
    .custom-blackfriday-hero .content .wrap {
      padding: 100px 0;
      margin: 0 32px 0 auto;
      padding-left: 24px;
      max-width: 525px; }
      .custom-blackfriday-hero .content .wrap .logo {
        display: none;
        width: 100%;
        max-width: 300px; }
        .custom-blackfriday-hero .content .wrap .logo svg * {
          fill: white; }
      .custom-blackfriday-hero .content .wrap .title {
        margin: 0;
        font-family: 'Tiempos Headline', sans-serif;
        color: #edbe00;
        font-weight: 600;
        font-size: 72px;
        line-height: 1; }
      .custom-blackfriday-hero .content .wrap .subtitle {
        margin: 16px 0 0 0;
        color: white;
        font-size: 30px;
        line-height: 1.2; }
  .custom-blackfriday-hero .image {
    width: 55%;
    background-position: center;
    background-size: cover; }
    .custom-blackfriday-hero .image:after {
      content: "";
      display: block;
      width: 45%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(to right, #7e3cf5, rgba(126, 60, 245, 0)); }
  @media (max-width: 767.98px) {
    .custom-blackfriday-hero {
      display: block; }
      .custom-blackfriday-hero .content {
        width: 100%; }
        .custom-blackfriday-hero .content .wrap {
          padding: 75px 0 25px 0;
          margin: 0 auto;
          max-width: 500px;
          text-align: center; }
          .custom-blackfriday-hero .content .wrap .title {
            font-size: 50px; }
          .custom-blackfriday-hero .content .wrap .subtitle {
            font-size: 24px; }
      .custom-blackfriday-hero .image {
        width: 100%;
        position: relative; }
        .custom-blackfriday-hero .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.66667%; }
        .custom-blackfriday-hero .image:after {
          content: "";
          width: 100%;
          height: 50%;
          background: linear-gradient(#7e3cf5, rgba(126, 60, 245, 0)); } }

.custom-comparison-table {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .custom-comparison-table tr th {
    padding: 24px; }
    .custom-comparison-table tr th svg, .custom-comparison-table tr th img {
      display: block;
      width: 175px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
  .custom-comparison-table tr td {
    width: 50%;
    border-top: 1px dotted #aaa;
    text-align: center;
    padding: 16px 24px; }
    .custom-comparison-table tr td:first-child {
      font-weight: 600;
      color: #4A90E2; }

.custom-notification-cta {
  background-color: #EDCC6E;
  padding: 16px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .custom-notification-cta .message {
    margin: 0;
    margin-right: auto; }
  .custom-notification-cta .details {
    margin: 0 16px 0 0;
    color: #333333;
    text-decoration: underline; }
  .custom-notification-cta .df-btn {
    margin: 0;
    background-color: #765F17;
    border-color: #765F17;
    color: white;
    padding: 8px 16px; }
  @media (max-width: 767.98px) {
    .custom-notification-cta {
      display: block;
      text-align: center; }
      .custom-notification-cta .message {
        margin-bottom: 16px; } }

.custom-competitors table {
  width: 100%; }
  .custom-competitors table .logo {
    max-width: 175px; }
  .custom-competitors table thead tr td, .custom-competitors table thead tr th {
    padding: 24px; }
  .custom-competitors table tbody tr td, .custom-competitors table tbody tr th {
    padding: 32px 8px; }
  .custom-competitors table tbody tr th {
    font-weight: 600; }
  .custom-competitors table tbody tr td {
    text-align: center;
    line-height: 1.25; }
    .custom-competitors table tbody tr td .icon {
      position: absolute;
      top: calc(50% - 9px);
      left: 0px;
      width: 18px;
      height: 18px; }
      .custom-competitors table tbody tr td .icon svg {
        width: 18px;
        height: 18px;
        display: block; }
        .custom-competitors table tbody tr td .icon svg.circle-check * {
          fill: #6EC059; }
        .custom-competitors table tbody tr td .icon svg.circle-info * {
          fill: #EEC043; }
        .custom-competitors table tbody tr td .icon svg.circle-close * {
          fill: #F25F3E; }
    .custom-competitors table tbody tr td .txt {
      display: inline-block;
      padding-left: 28px;
      text-align: left; }
  .custom-competitors table tbody tr:first-child th, .custom-competitors table tbody tr:first-child td {
    color: #4A90E2;
    font-weight: 600; }
  @media (min-width: 768px) {
    .custom-competitors table tr td, .custom-competitors table tr th {
      border-bottom: 1px dotted #aaa; }
      .custom-competitors table tr td .label, .custom-competitors table tr th .label {
        display: none; } }
  @media (max-width: 767.98px) {
    .custom-competitors table thead {
      display: none; }
    .custom-competitors table tbody tr {
      display: block;
      border-top: 1px dotted #aaa; }
      .custom-competitors table tbody tr td, .custom-competitors table tbody tr th {
        display: block;
        font-size: 14px; }
      .custom-competitors table tbody tr th {
        padding: 24px 16px;
        font-size: 23px; }
      .custom-competitors table tbody tr td {
        padding: 0px;
        margin-bottom: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .custom-competitors table tbody tr td > span {
          text-align: left;
          display: block;
          width: 50%;
          max-width: 200px; }
        .custom-competitors table tbody tr td .label {
          font-weight: 600;
          color: #333333; } }

.el-google-reviews .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end; }
  .el-google-reviews .container .graphic {
    width: calc(52.5% - 24px); }
  .el-google-reviews .container .content {
    width: calc(47.5% - 24px); }

.el-google-reviews .title {
  margin: 0 0 16px 0; }

.el-google-reviews blockquote {
  margin: 0;
  padding: 0; }
  .el-google-reviews blockquote .quote {
    margin: 0;
    padding: 24px;
    background-color: #f7f7f7; }
    .el-google-reviews blockquote .quote:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 32px 32px 0;
      border-color: transparent #e6e6e6 transparent transparent; }
  .el-google-reviews blockquote .author {
    display: block;
    margin: 8px 0 0 40px;
    font-weight: 600; }

.el-google-reviews .site-rating {
  margin: 32px 0 16px 0; }
  .el-google-reviews .site-rating .logo {
    display: block; }
  .el-google-reviews .site-rating .rating {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .el-google-reviews .site-rating .rating .star {
      margin: 8px 8px 8px 0;
      background-image: url("../images/icons/star.svg");
      background-size: auto 100%;
      height: 24px; }
      .el-google-reviews .site-rating .rating .star[data-rating="1"] {
        width: calc(24px * 1); }
      .el-google-reviews .site-rating .rating .star[data-rating="2"] {
        width: calc(24px * 2); }
      .el-google-reviews .site-rating .rating .star[data-rating="3"] {
        width: calc(24px * 3); }
      .el-google-reviews .site-rating .rating .star[data-rating="4"] {
        width: calc(24px * 4); }
      .el-google-reviews .site-rating .rating .star[data-rating="5"] {
        width: calc(24px * 5); }
    .el-google-reviews .site-rating .rating .text {
      margin: 0; }

.df-property-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px; }
  .df-property-card > *:not(.graphic) {
    padding: 0 8px; }
  .df-property-card .graphic {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 8px; }
    .df-property-card .graphic:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 60%; }
    .df-property-card .graphic .overlay {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      color: white;
      font-size: 14px;
      line-height: 1.6em;
      text-align: center;
      opacity: 0;
      transform: translate(0%, -100%);
      transition: all ease-in-out 0.4s; }
    .df-property-card .graphic:hover .overlay {
      opacity: 1;
      transform: translate(0%, 0%); }
  .df-property-card .heading .name {
    margin: 0;
    font-weight: 700; }
  .df-property-card .heading .location {
    margin: 0; }
  .df-property-card .info {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 16px 0; }
    .df-property-card .info .single {
      width: 50%; }
      .df-property-card .info .single p {
        margin: 0; }

.section-title {
  text-align: center;
  max-width: 815px;
  margin: 0 auto; }
  .section-title.align-left {
    text-align: left; }
  .section-title.align-right {
    text-align: right; }
  .section-title + div {
    margin-top: 64px; }
    @media (max-width: 767.98px) {
      .section-title + div {
        margin-top: 32px; } }
  .section-title + .section-buttons {
    margin-top: 24px; }
  .section-title > * {
    margin: 16px 0; }
    .section-title > *:first-child {
      margin-top: 0px; }
    .section-title > *:last-child {
      margin-bottom: 0px; }
  .section-title.iteration {
    max-width: 1000px; }
    .section-title.iteration .subtitle {
      max-width: 815px;
      margin-left: auto;
      margin-right: auto; }
  .section-title.forlogos + div {
    margin-top: 24px; }
    @media (max-width: 767.98px) {
      .section-title.forlogos + div {
        margin-top: 16px; } }

.section-buttons {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 48px 0 0 0; }
  .section-buttons > * {
    margin: 8px; }
  .section-buttons .desc {
    width: 100%;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .section-buttons .desc svg {
      margin-right: 8px; }

.app-download-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex; }
  .app-download-buttons li:not(:last-child) {
    margin-right: 16px; }
  .app-download-buttons img {
    max-width: 155px; }

.section-buttons-helper {
  max-width: 450px;
  margin: 8px auto 0 auto;
  text-align: center; }

.team-card {
  width: 100%;
  max-width: 285px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  text-align: center; }
  .team-card .wrap {
    padding: 8px; }
  .team-card .avatar {
    width: 100%;
    position: relative; }
    .team-card .avatar:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
  .team-card .name {
    margin: 0;
    font-weight: 600; }
  .team-card .position {
    margin: 0; }

.social-media-list {
  list-style-type: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .social-media-list li:not(:last-child) {
    margin-right: 8px; }
  .social-media-list img, .social-media-list svg {
    width: 20px;
    height: 20px; }
    .social-media-list img *, .social-media-list svg * {
      fill: #b4bbc4 !important; }

.video-inliner {
  width: 100%;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .video-inliner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .video-inliner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.number-nav {
  list-style-type: none;
  padding: 0;
  margin: 80px 0 0 0;
  text-align: center; }
  .number-nav li {
    display: inline-block;
    margin: 0 5px; }
    .number-nav li a {
      display: block;
      width: 50px;
      height: 50px;
      background: white;
      border-radius: 2px;
      line-height: 48px;
      font-size: 18px;
      color: #555;
      font-weight: bold; }
    .number-nav li span {
      margin: 0 10px; }
    .number-nav li.prev img {
      transform: rotate(180deg); }
    .number-nav li.disabled {
      opacity: 0.4;
      pointer-events: none; }
    .number-nav li.active a {
      background: #4A90E2;
      color: white;
      border-radius: 100px;
      border-color: #4A90E2; }
    .number-nav li:hover a {
      border-color: #CCCCCC;
      text-decoration: none; }
  @media (max-width: 575.98px) {
    .number-nav {
      margin: 50px 0; }
      .number-nav li {
        margin: 0 3px; }
        .number-nav li a {
          width: 35px;
          height: 35px;
          line-height: 33px;
          font-size: 16px; } }

.card-style, .el-promo-cards .single-card, .newsletter-widget {
  background-color: white;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: -ms-flexbox;
  display: flex; }
  .card-style .inner, .el-promo-cards .single-card .inner, .newsletter-widget .inner {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6; }

.newsletter-widget {
  width: 100%;
  max-width: 818px;
  margin: 0px auto; }
  .newsletter-widget .inner {
    padding: 40px;
    background-color: white; }
  .newsletter-widget svg, .newsletter-widget img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85px;
    height: 85px; }
    .newsletter-widget svg *, .newsletter-widget img * {
      fill: #4A90E2; }
  .newsletter-widget .title {
    font-style: italic;
    text-align: center; }
  .newsletter-widget .form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .newsletter-widget .form ::-webkit-input-placeholder {
      color: #ccc;
      font-weight: 500; }
    .newsletter-widget .form :-moz-placeholder {
      color: #ccc;
      font-weight: 500; }
    .newsletter-widget .form ::-moz-placeholder {
      color: #ccc;
      font-weight: 500; }
    .newsletter-widget .form :-ms-input-placeholder {
      color: #ccc;
      font-weight: 500; }
    .newsletter-widget .form input[type="text"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: none;
      border-bottom: 1px solid #CCCCCC;
      width: calc(50% - 8px);
      max-width: 300px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      padding: 8px 0;
      margin-bottom: 16px; }
    .newsletter-widget .form input[type="email"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: none;
      border-bottom: 1px solid #CCCCCC;
      width: 65%;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      padding: 8px 0; }
    .newsletter-widget .form button {
      width: calc(35% - 16px);
      margin-left: 16px; }
  @media (max-width: 575.98px) {
    .newsletter-widget .inner {
      padding: 20px; }
    .newsletter-widget__form {
      display: block; }
      .newsletter-widget__form input[type="submit"] {
        margin-left: 0px;
        margin-top: 15px; } }

.video-popup-overlay {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .video-popup-overlay .backdrop, .video-popup-overlay .flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-popup-overlay .backdrop {
    background: rgba(0, 0, 0, 0.75); }
  .video-popup-overlay .flex {
    display: -ms-flexbox;
    display: flex; }
    .video-popup-overlay .flex .video {
      background: #eee;
      width: 90%;
      max-width: 970px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 50px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin: auto; }
      .video-popup-overlay .flex .video .close-popup {
        position: absolute;
        bottom: calc(100% + 20px);
        right: 0;
        width: 15px;
        transform: rotate(0deg);
        transition: all ease 0.25s;
        cursor: pointer; }
        .video-popup-overlay .flex .video .close-popup:hover {
          transform: rotate(90deg); }
      .video-popup-overlay .flex .video .iframe {
        position: relative; }
        .video-popup-overlay .flex .video .iframe:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        .video-popup-overlay .flex .video .iframe iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: auto !important;
          height: auto !important;
          width: 100% !important;
          height: 100% !important; }

.press-layout {
  display: -ms-flexbox;
  display: flex; }
  .press-layout aside {
    width: 300px;
    margin-right: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .press-layout aside .contact > * {
      margin: 4px 0; }
      .press-layout aside .contact > *:first-child {
        margin-top: 0px; }
      .press-layout aside .contact > *:last-child {
        margin-bottom: 0px; }
    .press-layout aside .contact .name {
      font-weight: 600; }
    .press-layout aside .contact .desc {
      margin-top: 8px;
      line-height: 1em; }
  .press-layout .press-list {
    width: 100%; }
    .press-layout .press-list article {
      display: -ms-flexbox;
      display: flex; }
      .press-layout .press-list article:not(:last-child) {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #e6e6e6; }
      .press-layout .press-list article .logo {
        width: 300px;
        margin-right: 32px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #f7f7f7;
        display: -ms-flexbox;
        display: flex; }
        .press-layout .press-list article .logo a {
          display: block;
          margin: auto;
          text-align: center; }
        .press-layout .press-list article .logo img {
          max-height: 50%;
          max-width: 50%; }
      .press-layout .press-list article .content .date {
        margin: 0; }
      .press-layout .press-list article .content .title {
        margin: 16px 0; }
        .press-layout .press-list article .content .title a {
          color: #333333; }
          .press-layout .press-list article .content .title a:hover {
            color: #4A90E2;
            text-decoration: none; }
  @media (max-width: 991.98px) {
    .press-layout {
      display: block; }
      .press-layout aside {
        width: 100%;
        text-align: center;
        margin-bottom: 48px; } }
  @media (max-width: 575.98px) {
    .press-layout .press-list article {
      display: block;
      text-align: center; }
      .press-layout .press-list article .logo {
        width: 100%;
        background: none;
        margin-bottom: 16px; } }

.glossary-layout .single-glossary {
  border-top: 1px solid #E6E6E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0; }
  .glossary-layout .single-glossary:last-child {
    border-bottom: 1px solid #E6E6E6; }
  .glossary-layout .single-glossary .letter {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px 0 0;
    display: block;
    width: 45px;
    text-align: center; }
  .glossary-layout .single-glossary .list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    .glossary-layout .single-glossary .list li {
      display: inline-block;
      margin-top: 7px;
      margin-bottom: 7px; }
      .glossary-layout .single-glossary .list li:not(:last-child) {
        margin-right: 10px; }
      .glossary-layout .single-glossary .list li a, .glossary-layout .single-glossary .list li button {
        background: none;
        display: block;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        color: #333333;
        padding: 10px 20px;
        border: 2px solid #CCCCCC;
        border-radius: 100px;
        transition: all ease 0.3s; }
        .glossary-layout .single-glossary .list li a:hover, .glossary-layout .single-glossary .list li a.active, .glossary-layout .single-glossary .list li button:hover, .glossary-layout .single-glossary .list li button.active {
          text-decoration: none;
          background: #4A90E2;
          border-color: #4A90E2;
          color: white; }
  @media (max-width: 575.98px) {
    .glossary-layout .single-glossary {
      padding: 20px 0;
      -ms-flex-align: start;
      align-items: flex-start; }
      .glossary-layout .single-glossary__list li {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px; }
        .glossary-layout .single-glossary__list li:not(:last-child) {
          margin-bottom: 10px; }
        .glossary-layout .single-glossary__list li a, .glossary-layout .single-glossary__list li button {
          border-radius: 0px;
          border: none;
          padding: 0; }
          .glossary-layout .single-glossary__list li a:hover, .glossary-layout .single-glossary__list li a.active, .glossary-layout .single-glossary__list li button:hover, .glossary-layout .single-glossary__list li button.active {
            background: none;
            color: #333333;
            text-decoration: underline; } }

.glossary-single {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px auto; }

.careers-layout {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .careers-layout .single-career-category {
    border-top: 1px solid #E5E5E5; }
    .careers-layout .single-career-category .heading {
      margin: 40px 0 18px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .careers-layout .single-career-category .heading .title {
        margin: 0;
        text-transform: uppercase; }
      .careers-layout .single-career-category .heading .no {
        margin: 0;
        font-style: italic; }
    .careers-layout .single-career-category .single-job {
      margin-top: 10px;
      background-color: #FAFAFA;
      border: 1px solid #E6E6E6;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      .careers-layout .single-career-category .single-job .name {
        margin: 0; }
      .careers-layout .single-career-category .single-job .location {
        margin: 0;
        font-weight: 400; }
  @media (max-width: 767.98px) {
    .careers-layout .single-career-category .single-job {
      display: block; }
      .careers-layout .single-career-category .single-job .df-btn {
        margin-top: 10px; } }

.faq-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .faq-page .sidebar {
    max-width: 255px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 65px; }
    .faq-page .sidebar nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .faq-page .sidebar nav ul li button, .faq-page .sidebar nav ul li a {
        display: block;
        width: 100%;
        text-align: left;
        background: #FAFAFA;
        padding: 17px 15px;
        border-color: #F0F0F0;
        border-style: solid;
        border-width: 2px; }
        .faq-page .sidebar nav ul li button:hover, .faq-page .sidebar nav ul li a:hover {
          text-decoration: none;
          background: white; }
      .faq-page .sidebar nav ul li.active button, .faq-page .sidebar nav ul li.active a {
        background: white; }
        .faq-page .sidebar nav ul li.active button:before, .faq-page .sidebar nav ul li.active a:before {
          content: "";
          position: absolute;
          top: 0px;
          right: calc(100% - 4px);
          width: 5px;
          height: 100%;
          background: #4A90E2; }
      .faq-page .sidebar nav ul li:not(:last-child) button, .faq-page .sidebar nav ul li:not(:last-child) a {
        border-bottom: none; }
      @media (max-width: 767.98px) {
        .faq-page .sidebar nav ul {
          border: 2px solid #CCCCCC;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; }
          .faq-page .sidebar nav ul li {
            -ms-flex-order: 5;
            order: 5;
            display: none;
            width: 100%;
            margin: 0; }
            .faq-page .sidebar nav ul li button {
              background: none;
              border: none; }
            .faq-page .sidebar nav ul li:not(:last-child) {
              margin-right: 0px; }
            .faq-page .sidebar nav ul li.show {
              display: block; }
            .faq-page .sidebar nav ul li.active {
              -ms-flex-order: 1;
              order: 1;
              width: 100%;
              display: block; }
              .faq-page .sidebar nav ul li.active button {
                display: block;
                width: 100%;
                padding: 15px;
                color: #333333; }
                .faq-page .sidebar nav ul li.active button:before {
                  background: none;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 8px 5px 0 5px;
                  border-color: #333333 transparent transparent transparent;
                  position: absolute;
                  top: calc(50% - 4px);
                  right: 15px;
                  transition: all ease 0.5s; } }
  .faq-page .content {
    width: 100%; }
    .faq-page .content .wrapper {
      display: none; }
      .faq-page .content .wrapper.active {
        display: block; }
      .faq-page .content .wrapper.inactive {
        display: none; }
  @media (max-width: 767.98px) {
    .faq-page {
      display: block; }
      .faq-page .sidebar {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px; }
      .faq-page .content {
        width: 100%; } }

.faq-single {
  text-align: left;
  border-top: 1px solid #E5E5E5; }
  .faq-single:last-child {
    border-bottom: 1px solid #E5E5E5; }
  .faq-single .question {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 22px 70px 22px 25px;
    transition: all ease 0.3s;
    cursor: pointer; }
    .faq-single .question svg {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      margin: 0 16px;
      top: -1px; }
      .faq-single .question svg * {
        fill: #ccc; }
    .faq-single .question .arrow {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #F0F0F0;
      border-radius: 100%;
      position: absolute;
      top: calc(50% - 15px);
      right: 25px; }
      .faq-single .question .arrow:before, .faq-single .question .arrow:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background: #333333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all ease 0.3s; }
      .faq-single .question .arrow:after {
        transform: translate(-50%, -50%) rotate(90deg); }
    .faq-single .question:hover {
      background-color: #FAFAFA; }
  .faq-single .answer {
    padding: 0 75px 30px 25px;
    display: none; }
    .faq-single .answer .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .faq-single .answer .flex .content {
        width: 55%; }
      .faq-single .answer .flex .responsive-video {
        width: 40%; }
    .faq-single .answer .responsive-video {
      margin: 0; }
  .faq-single.active {
    overflow: hidden; }
    .faq-single.active .faq-single__question span:after {
      transform: translate(-50%, -50%) rotate(0deg); }
    .faq-single.active .faq-single__question:after {
      content: "";
      display: block;
      width: 250vw;
      height: 150px;
      position: absolute;
      top: 100%;
      left: -100px;
      background-image: linear-gradient(#fafafa, rgba(250, 250, 250, 0));
      opacity: 0;
      transition: all ease 0.3s; }
    .faq-single.active .faq-single__question:hover:after {
      opacity: 1; }

.review-logos {
  width: 100%;
  list-style-type: none;
  margin: 24px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .review-logos li {
    margin: 8px 16px; }
  .review-logos img {
    max-width: 175px; }

.lpElement-reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
  width: calc(100% + 30px); }
  .lpElement-reviews .single-review {
    width: calc(33.33% - 30px);
    margin: 15px;
    padding: 30px;
    background-color: #F5F5F5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    transition: all ease 0.3s; }
    .lpElement-reviews .single-review:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 30px 0;
      border-color: transparent #D8D8D8 transparent transparent;
      position: absolute;
      top: 100%;
      left: 0; }
    .lpElement-reviews .single-review .external {
      background: #4A90E2;
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.3px;
      padding: 2px 10px;
      position: absolute;
      top: 20px;
      right: -10px; }
      .lpElement-reviews .single-review .external:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #3f7cbf transparent transparent transparent;
        position: absolute;
        top: 100%;
        right: 0; }
    .lpElement-reviews .single-review .author {
      margin: 0 0 15px 0;
      display: -ms-flexbox;
      display: flex; }
      .lpElement-reviews .single-review .author .info {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
      .lpElement-reviews .single-review .author .avatar {
        width: 64px;
        height: 64px;
        border-radius: 64px;
        display: block;
        margin-right: 15px; }
      .lpElement-reviews .single-review .author .name {
        margin: 0;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600; }
      .lpElement-reviews .single-review .author .position {
        margin: 5px 0;
        font-size: 16px;
        line-height: 19px; }
      .lpElement-reviews .single-review .author .rating {
        margin: 5px 0 0 0;
        padding: 0;
        list-style-type: none; }
        .lpElement-reviews .single-review .author .rating li {
          display: inline-block;
          width: 20px;
          height: 20px;
          background-image: url("../images/icons/star.svg");
          background-size: 100% 100%; }
    .lpElement-reviews .single-review .quote {
      margin: 0;
      font-size: 18px;
      line-height: 28px;
      font-style: italic;
      text-align: left; }
    .lpElement-reviews .single-review .readmore {
      padding-top: 24px;
      margin-top: auto;
      font-weight: bold;
      font-style: italic; }
    .lpElement-reviews .single-review .logo {
      transition: all ease 0.3s;
      position: absolute;
      top: calc(100% + 10px);
      left: 40px;
      display: block;
      height: 40px; }
  @media (max-width: 767.98px) {
    .lpElement-reviews {
      padding: 15px; }
      .lpElement-reviews .single-review {
        width: calc(100% - 30px);
        margin-bottom: 30px; } }

.template-team .main-members {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px; }
  .template-team .main-members > * {
    margin: 0 16px 16px 16px; }

.template-team .team-navigation {
  list-style-type: none;
  padding: 0;
  margin: 64px 0 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .template-team .team-navigation li {
    margin: 8px 32px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .template-team .team-navigation li {
        margin: 8px 16px; } }
    .template-team .team-navigation li:not(.active):hover {
      text-decoration: underline; }
    .template-team .team-navigation li.active {
      color: #4A90E2; }

.template-team .other-members {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap; }
  .template-team .other-members .mini-card {
    width: 200px;
    margin: 16px;
    text-align: center; }
    .template-team .other-members .mini-card img {
      display: block;
      margin: 0 auto;
      width: 125px;
      height: 125px;
      object-fit: cover;
      border-radius: 100%; }
    .template-team .other-members .mini-card .name {
      margin: 8px 0; }
    .template-team .other-members .mini-card .position {
      margin: 0;
      font-weight: 400;
      font-style: italic; }
    .template-team .other-members .mini-card .social-media-list {
      margin-top: 16px; }
  @media (max-width: 575.98px) {
    .template-team .other-members .mini-card {
      width: calc(50% - 32px); } }

.template-ourstory-grid {
  margin: 0 0 80px 0; }
  .template-ourstory-grid .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: (auto)[7];
    grid-template-rows: repeat(7, auto);
    grid-column-gap: 16px;
    grid-row-gap: 16px; }
    .template-ourstory-grid .grid .grid-item img {
      border-radius: 4px;
      object-fit: cover;
      filter: grayscale(100%); }
    .template-ourstory-grid .grid .item-intro {
      display: -ms-flexbox;
      display: flex; }
      .template-ourstory-grid .grid .item-intro .intro {
        padding: 32px 32px 32px 0;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
        display: block;
        border-radius: 4px; }
        .template-ourstory-grid .grid .item-intro .intro .title {
          margin: 0;
          color: #333333; }
    .template-ourstory-grid .grid .item-quote blockquote {
      background: #4A90E2;
      color: white;
      margin: 0;
      padding: 32px;
      border-radius: 4px; }
      .template-ourstory-grid .grid .item-quote blockquote p {
        margin: 0;
        color: white;
        font-size: 21px;
        font-weight: 500;
        font-style: italic; }
      .template-ourstory-grid .grid .item-quote blockquote cite {
        display: block;
        padding: 16px 0 0 0;
        margin: 16px 0 0 0;
        border-top: 1px dotted white;
        font-weight: 600; }
    .template-ourstory-grid .grid .grid-item:nth-child(3) img,
    .template-ourstory-grid .grid .grid-item:nth-child(4) img,
    .template-ourstory-grid .grid .grid-item:nth-child(6) img,
    .template-ourstory-grid .grid .grid-item:nth-child(8) img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .template-ourstory-grid .grid .grid-item:nth-child(1) {
      grid-area: 1 / 1 / 3 / 4; }
    .template-ourstory-grid .grid .grid-item:nth-child(2) {
      grid-area: 2 / 4 / 4 / 8; }
    .template-ourstory-grid .grid .grid-item:nth-child(3) {
      grid-area: 3 / 1 / 5 / 2; }
    .template-ourstory-grid .grid .grid-item:nth-child(4) {
      grid-area: 3 / 2 / 5 / 4; }
    .template-ourstory-grid .grid .grid-item:nth-child(5) {
      grid-area: 4 / 4 / 5 / 6; }
    .template-ourstory-grid .grid .grid-item:nth-child(6) {
      grid-area: 4 / 6 / 5 / 8; }
    .template-ourstory-grid .grid .grid-item:nth-child(7) {
      grid-area: 5 / 1 / 6 / 3;
      margin-bottom: 50px; }
    .template-ourstory-grid .grid .grid-item:nth-child(8) {
      grid-area: 5 / 3 / 7 / 5; }
    .template-ourstory-grid .grid .grid-item:nth-child(9) {
      grid-area: 5 / 5 / 7 / 8; }
  @media (max-width: 767.98px) {
    .template-ourstory-grid {
      margin: 50px 0; }
      .template-ourstory-grid .grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -30px; }
        .template-ourstory-grid .grid .grid-item:nth-child(3),
        .template-ourstory-grid .grid .grid-item:nth-child(4),
        .template-ourstory-grid .grid .grid-item:nth-child(6),
        .template-ourstory-grid .grid .grid-item:nth-child(7),
        .template-ourstory-grid .grid .grid-item:nth-child(8) {
          display: none; }
        .template-ourstory-grid .grid .grid-item {
          width: calc(50% - 15px);
          margin-bottom: 30px; }
          .template-ourstory-grid .grid .grid-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
  @media (max-width: 575.98px) {
    .template-ourstory-grid .grid {
      display: block;
      margin-bottom: 0px; }
      .template-ourstory-grid .grid .grid-item:nth-child(5) {
        display: none; }
      .template-ourstory-grid .grid .item-intro .intro {
        padding: 0; }
      .template-ourstory-grid .grid .item-quote blockquote {
        padding: 24px; }
      .template-ourstory-grid .grid .grid-item {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        .template-ourstory-grid .grid .grid-item img {
          position: static;
          width: 100%; } }

.template-ourstory-founders {
  background: #4A90E2;
  padding: 80px 0;
  color: white; }
  .template-ourstory-founders .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%; }
    .template-ourstory-founders .photo:after {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(to right, #4A90E2, rgba(74, 144, 226, 0)); }
    .template-ourstory-founders .photo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      opacity: 0.2; }
  .template-ourstory-founders .typo-rules, .template-ourstory-founders .el-article, .template-ourstory-founders .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .template-ourstory-founders .description, .template-ourstory-founders .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .template-ourstory-founders .excerpt, .template-ourstory-founders .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .template-ourstory-founders .excerpt, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .template-ourstory-founders .excerpt, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .template-ourstory-founders .excerpt, .template-ourstory-founders .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .template-ourstory-founders .excerpt, .template-ourstory-founders .blogSingle-content .wrap, .blogSingle-content .template-ourstory-founders .wrap {
    max-width: 825px;
    color: #ffffff; }
    .template-ourstory-founders .typo-rules .title, .template-ourstory-founders .el-article .title, .template-ourstory-founders .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description .title, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .template-ourstory-founders .description .title, .template-ourstory-founders .blogOverview-recent .cards .single-card .content .excerpt .title, .blogOverview-recent .cards .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt .title, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt .title, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogOverview-list .single-card .excerpt .title, .blogOverview-list .single-card .template-ourstory-founders .excerpt .title, .template-ourstory-founders .blogSingle-content .wrap .title, .blogSingle-content .template-ourstory-founders .wrap .title {
      margin: 0; }
  @media (max-width: 767.98px) {
    .template-ourstory-founders {
      padding: 50px 0; } }
  @media (max-width: 575.98px) {
    .template-ourstory-founders {
      text-align: center; } }

.template-ourstory-timeline .container {
  max-width: 1000px; }

.template-ourstory-timeline .timeline:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #ddd; }

@media (max-width: 767.98px) {
  .template-ourstory-timeline .timeline:before {
    left: 0; } }

.template-ourstory-timeline .timeline .single-item {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 50px;
  padding: 32px;
  border-radius: 10px;
  width: calc(50% - 75px); }
  .template-ourstory-timeline .timeline .single-item:before {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background: #ddd; }
  .template-ourstory-timeline .timeline .single-item:after {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background: #4A90E2;
    border: 5px solid white;
    border-radius: 100%;
    position: absolute;
    top: 50%; }
  .template-ourstory-timeline .timeline .single-item .date {
    background: white;
    position: absolute;
    top: 50%;
    width: 125px;
    margin: 0; }
  .template-ourstory-timeline .timeline .single-item > *:last-child {
    margin-bottom: 0px; }
  .template-ourstory-timeline .timeline .single-item .label {
    margin-top: 0px;
    color: #4A90E2; }
  .template-ourstory-timeline .timeline .single-item.highlight:after {
    background: #FF9200; }
  .template-ourstory-timeline .timeline .single-item.highlight .label {
    color: #FF9200; }
  @media (min-width: 768px) {
    .template-ourstory-timeline .timeline .single-item:not(:first-child) {
      margin-top: -25px; }
    .template-ourstory-timeline .timeline .single-item:nth-child(odd) {
      margin-right: auto;
      text-align: right; }
      .template-ourstory-timeline .timeline .single-item:nth-child(odd) .date {
        text-align: left;
        left: calc(100% + 160px);
        transform: translate(-50%, -50%); }
      .template-ourstory-timeline .timeline .single-item:nth-child(odd):before {
        left: 100%; }
      .template-ourstory-timeline .timeline .single-item:nth-child(odd):after {
        left: calc(100% + 75px);
        transform: translate(-50%, -50%); }
    .template-ourstory-timeline .timeline .single-item:nth-child(even) {
      margin-left: auto; }
      .template-ourstory-timeline .timeline .single-item:nth-child(even) .date {
        text-align: right;
        right: calc(100% + 160px);
        transform: translate(50%, -50%); }
      .template-ourstory-timeline .timeline .single-item:nth-child(even):before {
        right: 100%; }
      .template-ourstory-timeline .timeline .single-item:nth-child(even):after {
        right: calc(100% + 75px);
        transform: translate(50%, -50%); } }
  @media (max-width: 767.98px) {
    .template-ourstory-timeline .timeline .single-item {
      width: calc(100% - 50px);
      margin-left: auto; }
      .template-ourstory-timeline .timeline .single-item:not(:first-child) {
        margin-top: 25px; }
      .template-ourstory-timeline .timeline .single-item:first-child .date:after,
      .template-ourstory-timeline .timeline .single-item:last-child .date:after {
        display: none; }
      .template-ourstory-timeline .timeline .single-item .date {
        text-align: left;
        padding-left: 24px;
        padding-right: 12px;
        width: auto;
        left: -58px;
        transform: translate(0%, 0%) rotate(-90deg);
        transform-origin: top left; }
      .template-ourstory-timeline .timeline .single-item:before {
        right: 100%;
        width: 50px; }
      .template-ourstory-timeline .timeline .single-item:after {
        right: calc(100% + 50px);
        transform: translate(50%, -50%); } }
  @media (max-width: 575.98px) {
    .template-ourstory-timeline .timeline .single-item {
      width: calc(100% - 30px); }
      .template-ourstory-timeline .timeline .single-item .date {
        left: -38px; }
      .template-ourstory-timeline .timeline .single-item:before {
        right: 100%;
        width: 30px; }
      .template-ourstory-timeline .timeline .single-item:after {
        right: calc(100% + 30px); } }

.getting-started-intro .steps {
  list-style-type: none;
  padding: 0;
  margin: 64px auto;
  max-width: 600px; }
  .getting-started-intro .steps li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
    margin-bottom: 16px; }
  .getting-started-intro .steps li a {
    color: #333333; }
    .getting-started-intro .steps li a:hover {
      text-decoration: none; }
    .getting-started-intro .steps li a .number {
      color: #4A90E2;
      margin-right: 8px; }
    .getting-started-intro .steps li a .label {
      font-style: italic; }

.getting-started-step .container {
  max-width: 818px; }

.getting-started-step .step-title {
  padding: 32px 0;
  background-color: #4A90E2;
  color: #ffffff;
  font-style: italic; }
  .getting-started-step .step-title .number {
    font-style: normal;
    opacity: 0.75;
    margin-right: 8px; }

.getting-started-step .content {
  padding: 40px 0; }
  .getting-started-step .content .single-article {
    margin: 64px 0; }
    .getting-started-step .content .single-article:last-child {
      margin-bottom: 0px; }
    .getting-started-step .content .single-article:not(:last-child) {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 64px; }

.referral-hub {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #ccc; }
  .referral-hub .url-label {
    font-weight: 600;
    font-size: 20px; }
  .referral-hub .url-container {
    margin: 16px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .referral-hub .url-container > * {
      margin: 0; }
    .referral-hub .url-container input {
      width: 100%; }
    .referral-hub .url-container button {
      background: none;
      border: none; }
  .referral-hub .share {
    list-style-type: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600; }
    .referral-hub .share li {
      margin: 0 8px !important; }
      .referral-hub .share li:first-child {
        margin-left: 0px !important; }
      .referral-hub .share li:last-child {
        margin-right: 0px !important; }
    .referral-hub .share .label {
      font-size: 18px; }
    .referral-hub .share li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 4px 12px;
      border-radius: 4px;
      color: white; }
      .referral-hub .share li a svg {
        width: 16px;
        height: 16px;
        margin-right: 8px; }
        .referral-hub .share li a svg * {
          fill: white; }
      .referral-hub .share li a.facebook {
        background: #3B5998; }
      .referral-hub .share li a.twitter {
        background: #1DA1F2; }
      .referral-hub .share li a.linkedin {
        background: #007BB5; }
      .referral-hub .share li a.email {
        background: #4285F4; }
      .referral-hub .share li a:hover {
        text-decoration: none; }
  .referral-hub .count {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dashed #ccc; }
    .referral-hub .count .title {
      margin-top: 0px; }
      .referral-hub .count .title span {
        color: #4A90E2;
        font-size: 1.25em;
        display: inline-block;
        margin-left: 8px; }

.el-referral-for-friend {
  color: white; }
  .el-referral-for-friend form * {
    display: block;
    width: 100%; }
    .el-referral-for-friend form *:not(button) {
      border: none;
      border-radius: 4px;
      padding: 16px;
      margin-bottom: 24px; }
  .el-referral-for-friend .addon svg {
    display: block;
    margin: auto;
    max-width: 350px; }
    .el-referral-for-friend .addon svg * {
      fill: white; }

.anniversary-hero {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center; }
  .anniversary-hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(50.58deg, #1D8FFF 1.8%, #8C35FF 75.71%), #C4C4C4;
    opacity: 0.85; }
  .anniversary-hero nav {
    padding: 32px 0 0 0; }
    .anniversary-hero nav svg {
      display: block;
      width: 275px;
      margin: 0 auto; }
      .anniversary-hero nav svg * {
        fill: white; }
  .anniversary-hero .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .anniversary-hero .container {
    margin: 50px auto;
    color: white;
    text-align: center; }
    @media (max-width: 767.98px) {
      .anniversary-hero .container {
        margin: 25px auto 0 auto; } }
    .anniversary-hero .container .title {
      margin: 0 auto; }
    .anniversary-hero .container .description {
      max-width: 807px;
      margin: 40px auto; }
    .anniversary-hero .container .stats {
      margin: 64px auto 0 auto;
      max-width: 950px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .anniversary-hero .container .stats .single-stat {
        border: 4px solid white;
        border-radius: 10px;
        width: 100%;
        padding: 40px 16px; }
        .anniversary-hero .container .stats .single-stat:not(:last-child) {
          margin-right: 70px; }
        .anniversary-hero .container .stats .single-stat .data {
          font-size: 36px;
          font-weight: 800;
          margin: 0 0 16px 0; }
        .anniversary-hero .container .stats .single-stat .label {
          color: white;
          margin: 0 auto;
          max-width: 175px; }
  .anniversary-hero .scroll-down {
    margin: 32px 0;
    cursor: pointer;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 35px;
    box-shadow: inset 0 0 0 3px white;
    border-radius: 25px; }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(23px); } }
    .anniversary-hero .scroll-down:before {
      position: absolute;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      background: white;
      margin-left: -2px;
      top: 4px;
      border-radius: 4px;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-name: scroll; }
  @media (max-width: 767.98px) {
    .anniversary-hero {
      min-height: 300px;
      padding-bottom: 48px; }
      .anniversary-hero nav {
        margin-bottom: 32px; }
      .anniversary-hero .container .stats {
        display: block; }
        .anniversary-hero .container .stats .single-stat {
          max-width: 350px;
          margin-left: auto;
          margin-right: auto; }
          .anniversary-hero .container .stats .single-stat:not(:last-child) {
            margin-right: auto;
            margin-bottom: 24px; }
      .anniversary-hero .scroll-down {
        display: none; } }

.anniversary-charts {
  z-index: 10; }
  .anniversary-charts:before {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    background: #f7f7f7;
    position: absolute;
    top: 7.5%;
    left: 0; }
  .anniversary-charts .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .anniversary-charts .graphic {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 5;
    width: 42.5%;
    margin-left: 5%;
    padding: 32px 48px; }
    @media (max-width: 767.98px) {
      .anniversary-charts .graphic {
        padding: 24px 16px; } }
    .anniversary-charts .graphic .cycle-slideshow {
      width: 100%; }
      .anniversary-charts .graphic .cycle-slideshow .wrap {
        width: 100%; }
        .anniversary-charts .graphic .cycle-slideshow .wrap:not(:first-child) {
          display: none; }
        .anniversary-charts .graphic .cycle-slideshow .wrap.cycle-slide > * {
          opacity: 0;
          transition: 0.2s; }
        .anniversary-charts .graphic .cycle-slideshow .wrap.cycle-slide-active > * {
          opacity: 1; }
    .anniversary-charts .graphic .title {
      margin: 0;
      text-align: center;
      font-weight: 600; }
    .anniversary-charts .graphic .bars {
      margin-top: 24px;
      min-height: 250px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .anniversary-charts .graphic .bars .single-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: calc(25% - 16px); }
        .anniversary-charts .graphic .bars .single-bar:not(:last-child) {
          margin-right: 24px; }
          @media (max-width: 767.98px) {
            .anniversary-charts .graphic .bars .single-bar:not(:last-child) {
              margin-right: 16px; } }
        .anniversary-charts .graphic .bars .single-bar.wide {
          width: calc(40% - 16px); }
          @media (max-width: 767.98px) {
            .anniversary-charts .graphic .bars .single-bar.wide {
              width: calc(50% - 16px); } }
        .anniversary-charts .graphic .bars .single-bar .percent {
          margin-bottom: 16px;
          display: block;
          text-align: center;
          font-weight: 700;
          font-size: 1.25em; }
        .anniversary-charts .graphic .bars .single-bar .bar {
          box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
          border-radius: 6px 6px 0px 0px; }
          .anniversary-charts .graphic .bars .single-bar .bar .nice-label {
            margin: 0;
            padding: 24px 8px 8px 8px;
            text-align: center;
            color: white; }
            .anniversary-charts .graphic .bars .single-bar .bar .nice-label span {
              display: block; }
              .anniversary-charts .graphic .bars .single-bar .bar .nice-label span.l {
                text-transform: uppercase;
                font-size: 32px;
                font-weight: 500; }
              .anniversary-charts .graphic .bars .single-bar .bar .nice-label span.d {
                margin-top: 16px;
                font-size: 45px;
                font-weight: 700; }
        .anniversary-charts .graphic .bars .single-bar .label {
          margin-top: 16px;
          display: block;
          text-align: center;
          text-transform: uppercase;
          font-size: 0.85em; }
        .anniversary-charts .graphic .bars .single-bar .percent {
          opacity: 0;
          transition: 0.75s;
          transition-delay: 0.25s; }
        .anniversary-charts .graphic .bars .single-bar .bar {
          transform: scale(1, 0);
          transform-origin: center bottom;
          transition: 0.75s; }
        .anniversary-charts .graphic .bars .single-bar.active {
          visibility: visible; }
          .anniversary-charts .graphic .bars .single-bar.active .percent {
            opacity: 1; }
          .anniversary-charts .graphic .bars .single-bar.active .bar {
            transform: scale(1, 1); }
    .anniversary-charts .graphic .chart-pager {
      margin-top: 16px;
      width: 100%;
      text-align: center;
      z-index: 500;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
      .anniversary-charts .graphic .chart-pager span {
        font-size: 0px;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background-color: #bdbdbd;
        border-radius: 100%;
        opacity: 0.5;
        cursor: pointer;
        transition: 0.3s; }
        .anniversary-charts .graphic .chart-pager span.cycle-pager-active {
          opacity: 1; }
  .anniversary-charts .content {
    padding: 100px 100px 100px 0;
    background-color: #4A90E2;
    width: 45%; }
    .anniversary-charts .content:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 400px;
      height: 100%;
      background-color: #4A90E2; }
    .anniversary-charts .content .section-title {
      text-align: left;
      color: white; }
    .anniversary-charts .content .typo-rules, .anniversary-charts .content .el-article, .anniversary-charts .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .anniversary-charts .submenu > .content .description, .anniversary-charts .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .anniversary-charts .content .excerpt, .anniversary-charts .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .anniversary-charts .content .excerpt, .anniversary-charts .content .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-charts .content .excerpt, .anniversary-charts .content .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-charts .content .excerpt, .anniversary-charts .content .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-charts .content .excerpt, .anniversary-charts .content .blogSingle-content .wrap, .blogSingle-content .anniversary-charts .content .wrap {
      margin-top: 24px;
      color: white; }
      .anniversary-charts .content .typo-rules a, .anniversary-charts .content .el-article a, .anniversary-charts .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description a, .blogOverview-categoryNavigation .containers .categories li .anniversary-charts .submenu > .content .description a, .anniversary-charts .blogOverview-recent .cards .single-card .content .excerpt a, .blogOverview-recent .cards .single-card .anniversary-charts .content .excerpt a, .anniversary-charts .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt a, .blogOverview-newsletter-popular .container .popularPosts .single-card .anniversary-charts .content .excerpt a, .anniversary-charts .content .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt a, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-charts .content .excerpt a, .anniversary-charts .content .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt a, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-charts .content .excerpt a, .anniversary-charts .content .blogOverview-list .single-card .excerpt a, .blogOverview-list .single-card .anniversary-charts .content .excerpt a, .anniversary-charts .content .blogSingle-content .wrap a, .blogSingle-content .anniversary-charts .content .wrap a {
        color: #00f1d6;
        text-decoration: underline; }
  @media (max-width: 767.98px) {
    .anniversary-charts {
      background-color: #4A90E2; }
      .anniversary-charts:before {
        display: none; }
      .anniversary-charts .container {
        display: block;
        padding: 32px 0; }
      .anniversary-charts .graphic {
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px; }
      .anniversary-charts .content {
        width: 100%;
        padding: 0px;
        text-align: center; }
        .anniversary-charts .content .section-title {
          text-align: center; }
        .anniversary-charts .content:before {
          display: none; } }

.anniversary-pie > svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 200px; }
  .anniversary-pie > svg * {
    fill: white; }

.anniversary-pie .pie-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: 50px auto 50px auto; }
  .anniversary-pie .pie-part .title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #707070;
    font-size: 25px; }
  .anniversary-pie .pie-part .labels, .anniversary-pie .pie-part .percents {
    padding: 0;
    list-style-type: none;
    width: 31%; }
  .anniversary-pie .pie-part .pie {
    width: 38%;
    z-index: 50;
    opacity: 0.2;
    transform: scale(0.5) rotate(90deg);
    transition: 1.5s; }
    .anniversary-pie .pie-part .pie svg {
      display: block;
      width: 100%; }
    .anniversary-pie .pie-part .pie.active {
      visibility: visible;
      opacity: 1;
      transform: scale(1) rotate(0deg); }
  .anniversary-pie .pie-part .labels li {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 65px; }
    .anniversary-pie .pie-part .labels li:not(:last-child) {
      margin-bottom: 32px; }
    .anniversary-pie .pie-part .labels li:nth-child(1):before {
      background-color: #3aa4ff; }
    .anniversary-pie .pie-part .labels li:nth-child(2):before {
      background-color: #5084ff; }
    .anniversary-pie .pie-part .labels li:nth-child(3):before {
      background-color: #00f1d6; }
    .anniversary-pie .pie-part .labels li:nth-child(4):before {
      background-color: #7f79ff; }
    .anniversary-pie .pie-part .labels li:nth-child(5):before {
      background-color: #9900ff; }
    .anniversary-pie .pie-part .labels li:before {
      content: "";
      display: block;
      width: 50px;
      height: 30px;
      position: absolute;
      top: calc(50% - 15px);
      left: 0; }
  .anniversary-pie .pie-part .percents {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px; }
    .anniversary-pie .pie-part .percents li {
      transition: 1s; }
      .anniversary-pie .pie-part .percents li:nth-child(2) {
        margin-top: 75px; }
      .anniversary-pie .pie-part .percents li:nth-child(3) {
        margin-top: 20px; }
      .anniversary-pie .pie-part .percents li:nth-child(4) {
        margin-top: 10px; }
      .anniversary-pie .pie-part .percents li:nth-child(5) {
        margin-top: 25px; }
      .anniversary-pie .pie-part .percents li span {
        text-align: left;
        display: inline-block;
        margin-left: auto;
        width: 75px;
        margin-right: 50px; }
      .anniversary-pie .pie-part .percents li:before {
        content: "";
        display: block;
        height: 1px;
        background-color: #333333;
        position: absolute;
        top: 50%;
        right: 150px; }
      .anniversary-pie .pie-part .percents li:nth-child(1):before {
        width: 85%; }
      .anniversary-pie .pie-part .percents li:nth-child(2):before {
        width: 70%; }
      .anniversary-pie .pie-part .percents li:nth-child(3):before {
        width: 70%; }
      .anniversary-pie .pie-part .percents li:nth-child(4):before {
        width: 85%; }
      .anniversary-pie .pie-part .percents li:nth-child(5):before {
        width: 120%; }
      .anniversary-pie .pie-part .percents li:before {
        transform: scale(0, 1);
        transform-origin: center right;
        transition: 1s; }
      .anniversary-pie .pie-part .percents li span {
        opacity: 0;
        transition: 1s; }
      .anniversary-pie .pie-part .percents li.active {
        visibility: visible; }
        .anniversary-pie .pie-part .percents li.active:before {
          transform: scale(1, 1); }
        .anniversary-pie .pie-part .percents li.active span {
          opacity: 1; }

.anniversary-pie .typo-rules, .anniversary-pie .el-article, .anniversary-pie .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .anniversary-pie .description, .anniversary-pie .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .anniversary-pie .excerpt, .anniversary-pie .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .anniversary-pie .excerpt, .anniversary-pie .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-pie .excerpt, .anniversary-pie .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-pie .excerpt, .anniversary-pie .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-pie .excerpt, .anniversary-pie .blogSingle-content .wrap, .blogSingle-content .anniversary-pie .wrap {
  z-index: 5;
  text-align: center;
  max-width: 700px;
  margin: 80px auto 100px auto;
  font-weight: 500; }

@media (max-width: 991.98px) {
  .anniversary-pie {
    margin-bottom: 0px; }
    .anniversary-pie > svg {
      display: none; }
    .anniversary-pie .pie-part .percents {
      display: none; }
    .anniversary-pie .pie-part .pie {
      width: 50%; }
    .anniversary-pie .pie-part .labels {
      width: 50%; }
    .anniversary-pie .typo-rules, .anniversary-pie .el-article, .anniversary-pie .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .anniversary-pie .description, .anniversary-pie .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .anniversary-pie .excerpt, .anniversary-pie .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .anniversary-pie .excerpt, .anniversary-pie .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-pie .excerpt, .anniversary-pie .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-pie .excerpt, .anniversary-pie .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-pie .excerpt, .anniversary-pie .blogSingle-content .wrap, .blogSingle-content .anniversary-pie .wrap {
      margin: 40px auto 0 auto; } }

@media (max-width: 767.98px) {
  .anniversary-pie {
    margin-bottom: 0px; }
    .anniversary-pie > svg {
      display: none; }
    .anniversary-pie .pie-part {
      display: block; }
      .anniversary-pie .pie-part .percents {
        display: none; }
      .anniversary-pie .pie-part .labels {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
      .anniversary-pie .pie-part .pie {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
    .anniversary-pie .typo-rules, .anniversary-pie .el-article, .anniversary-pie .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .anniversary-pie .description, .anniversary-pie .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .anniversary-pie .excerpt, .anniversary-pie .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .anniversary-pie .excerpt, .anniversary-pie .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-pie .excerpt, .anniversary-pie .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-pie .excerpt, .anniversary-pie .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-pie .excerpt, .anniversary-pie .blogSingle-content .wrap, .blogSingle-content .anniversary-pie .wrap {
      margin: 40px auto 0 auto; } }

.anniversary-timeline .timeline-wrap {
  background-color: #f7f7f7;
  margin-top: 96px;
  padding: 80px 0; }
  .anniversary-timeline .timeline-wrap .container {
    max-width: 1000px; }
  .anniversary-timeline .timeline-wrap .timeline {
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .anniversary-timeline .timeline-wrap .timeline:before, .anniversary-timeline .timeline-wrap .timeline:after {
      font-family: 'Tiempos Headline', sans-serif;
      font-weight: 400;
      font-size: 300px;
      position: absolute;
      top: 52.5%;
      color: #f1f1f1; }
    .anniversary-timeline .timeline-wrap .timeline:before {
      content: "2019";
      left: 0;
      transform: translate(-50%, -50%); }
    .anniversary-timeline .timeline-wrap .timeline:after {
      content: "2020";
      right: 0;
      transform: translate(50%, -50%); }
    .anniversary-timeline .timeline-wrap .timeline .single-item {
      z-index: 5;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(1) .bar {
        background-color: #008dff; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(1) .bar:before {
        border-color: transparent transparent #007bff transparent; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(2) .bar {
        background-color: #5877ff; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(2) .bar:before {
        border-color: #5877ff transparent transparent transparent; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(3) .bar {
        background-color: #00f1d6; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(3) .bar:before {
        border-color: transparent transparent #00f1d6 transparent; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(4) .bar {
        background-color: #7f79ff; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(4) .bar:before {
        border-color: #7f79ff transparent transparent transparent; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(5) .bar {
        background-color: #a359ff; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(5) .bar:before {
        border-color: transparent transparent #a359ff transparent; }
      .anniversary-timeline .timeline-wrap .timeline .single-item .content {
        text-align: center; }
        .anniversary-timeline .timeline-wrap .timeline .single-item .content .date {
          text-transform: uppercase;
          font-weight: 600;
          margin: 0; }
          .anniversary-timeline .timeline-wrap .timeline .single-item .content .date:after {
            content: "";
            display: block;
            width: 50px;
            height: 2px;
            background-color: #4A90E2;
            margin: 16px auto; }
        .anniversary-timeline .timeline-wrap .timeline .single-item .content .desc {
          margin: 0;
          font-size: 0.85em;
          line-height: 1.35; }
      .anniversary-timeline .timeline-wrap .timeline .single-item .bar {
        display: block;
        width: 100%;
        height: 25px;
        margin: 80px 0; }
      .anniversary-timeline .timeline-wrap .timeline .single-item .spacer {
        height: 100px; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(odd) .content {
        -ms-flex-order: 1;
        order: 1; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(odd) .bar {
        -ms-flex-order: 2;
        order: 2; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(odd) .spacer {
        -ms-flex-order: 3;
        order: 3; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(odd) .bar:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: calc(50% - 12px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 10px 12px; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(even) .spacer {
        -ms-flex-order: 1;
        order: 1; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(even) .bar {
        -ms-flex-order: 2;
        order: 2; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(even) .content {
        -ms-flex-order: 3;
        order: 3; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(even) .bar:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: calc(50% - 12px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 12px 0 12px; }
      .anniversary-timeline .timeline-wrap .timeline .single-item .bar {
        transform: scale(0, 1);
        transform-origin: center left;
        transition: 0.6s; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(odd) .content {
        opacity: 0;
        transform: translate(0%, 50%);
        transition: 1s; }
      .anniversary-timeline .timeline-wrap .timeline .single-item:nth-child(even) .content {
        opacity: 0;
        transform: translate(0%, -50%);
        transition: 1s; }
      .anniversary-timeline .timeline-wrap .timeline .single-item.active {
        visibility: visible; }
        .anniversary-timeline .timeline-wrap .timeline .single-item.active .content {
          opacity: 1;
          transform: translate(0%, 0%); }
        .anniversary-timeline .timeline-wrap .timeline .single-item.active .bar {
          transform: scale(1, 1); }
  .anniversary-timeline .timeline-wrap .typo-rules, .anniversary-timeline .timeline-wrap .el-article, .anniversary-timeline .timeline-wrap .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .anniversary-timeline .timeline-wrap .description, .anniversary-timeline .timeline-wrap .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .anniversary-timeline .timeline-wrap .excerpt, .anniversary-timeline .timeline-wrap .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .anniversary-timeline .timeline-wrap .excerpt, .anniversary-timeline .timeline-wrap .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-timeline .timeline-wrap .excerpt, .anniversary-timeline .timeline-wrap .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-timeline .timeline-wrap .excerpt, .anniversary-timeline .timeline-wrap .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-timeline .timeline-wrap .excerpt, .anniversary-timeline .timeline-wrap .blogSingle-content .wrap, .blogSingle-content .anniversary-timeline .timeline-wrap .wrap {
    z-index: 5;
    text-align: center;
    max-width: 700px;
    margin: 80px auto -50px auto;
    font-weight: 500; }
  @media (max-width: 991.98px) {
    .anniversary-timeline .timeline-wrap {
      padding: 48px 0; }
      .anniversary-timeline .timeline-wrap .timeline {
        display: block; }
        .anniversary-timeline .timeline-wrap .timeline:before, .anniversary-timeline .timeline-wrap .timeline:after {
          display: none; }
        .anniversary-timeline .timeline-wrap .timeline .single-item {
          display: block;
          padding-left: 40px; }
          .anniversary-timeline .timeline-wrap .timeline .single-item .bar {
            width: 20px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0; }
            .anniversary-timeline .timeline-wrap .timeline .single-item .bar:before, .anniversary-timeline .timeline-wrap .timeline .single-item .bar:after {
              display: none !important; }
          .anniversary-timeline .timeline-wrap .timeline .single-item .content {
            text-align: left;
            border-bottom: 1px solid #ccc;
            padding: 24px 0; }
            .anniversary-timeline .timeline-wrap .timeline .single-item .content .date:after {
              margin-left: 0px; }
          .anniversary-timeline .timeline-wrap .timeline .single-item .spacer {
            display: none; }
          .anniversary-timeline .timeline-wrap .timeline .single-item:first-child .content {
            padding-top: 0px; } }

.anniversary-slider {
  background-color: #5084ff; }
  .anniversary-slider .triangle {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 200px; }
  .anniversary-slider .content {
    margin-top: 200px; }
  .anniversary-slider .container {
    max-width: 975px;
    padding-bottom: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .anniversary-slider .container .content {
      margin-bottom: 24px;
      width: 55%;
      color: white; }
      .anniversary-slider .container .content .section-title {
        text-align: left; }
      .anniversary-slider .container .content .typo-rules, .anniversary-slider .container .content .el-article, .anniversary-slider .container .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .anniversary-slider .container .submenu > .content .description, .anniversary-slider .container .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .anniversary-slider .container .content .excerpt, .anniversary-slider .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .anniversary-slider .container .popularPosts .single-card .content .excerpt, .anniversary-slider .container .content .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-slider .container .content .excerpt, .anniversary-slider .container .content .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-slider .container .content .excerpt, .anniversary-slider .container .content .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-slider .container .content .excerpt, .anniversary-slider .container .content .blogSingle-content .wrap, .blogSingle-content .anniversary-slider .container .content .wrap {
        margin-top: 32px; }
    .anniversary-slider .container .slider {
      width: 40%;
      max-width: 350px; }
      .anniversary-slider .container .slider .phone {
        display: block; }
      .anniversary-slider .container .slider .slideshow {
        position: absolute;
        top: 52%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 65%; }
        .anniversary-slider .container .slider .slideshow .cycle-slideshow {
          width: 100%;
          border-radius: 5px;
          overflow: hidden;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px; }
          .anniversary-slider .container .slider .slideshow .cycle-slideshow .cycle-pager {
            position: absolute;
            bottom: 16px;
            left: 0;
            width: 100%;
            text-align: center;
            z-index: 500;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center; }
            .anniversary-slider .container .slider .slideshow .cycle-slideshow .cycle-pager span {
              font-size: 0px;
              display: block;
              width: 8px;
              height: 8px;
              margin: 0 4px;
              background-color: #5084ff;
              border-radius: 100%;
              opacity: 0.5;
              cursor: pointer;
              transition: 0.3s; }
              .anniversary-slider .container .slider .slideshow .cycle-slideshow .cycle-pager span.cycle-pager-active {
                opacity: 1; }
          .anniversary-slider .container .slider .slideshow .cycle-slideshow img {
            width: 100%; }
            .anniversary-slider .container .slider .slideshow .cycle-slideshow img:not(:first-child) {
              display: none; }
  @media (max-width: 767.98px) {
    .anniversary-slider .triangle {
      height: 100px; }
    .anniversary-slider .content {
      margin-top: 100px; }
    .anniversary-slider .container {
      display: block; }
      .anniversary-slider .container .content {
        width: 100%;
        text-align: center; }
        .anniversary-slider .container .content .section-title {
          text-align: center; }
      .anniversary-slider .container .slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

.anniversary-hash .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%; }
  .anniversary-hash .particles:after {
    content: "";
    display: block;
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white); }
  .anniversary-hash .particles .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.anniversary-hash .container {
  padding: 200px 0 0 0;
  max-width: 1050px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .anniversary-hash .container .media {
    width: 35%; }
  .anniversary-hash .container .content {
    width: 50%; }
    .anniversary-hash .container .content .title {
      font-size: 50px;
      margin-bottom: 0; }
    .anniversary-hash .container .content .desc {
      margin: 32px 0 48px 0; }

@media (max-width: 767.98px) {
  .anniversary-hash .container {
    padding: 100px 0 0 0;
    display: block; }
    .anniversary-hash .container .media {
      width: 100%;
      text-align: center; }
    .anniversary-hash .container .content {
      width: 100%;
      text-align: center; }
      .anniversary-hash .container .content .title {
        display: none; }
      .anniversary-hash .container .content .desc {
        margin-top: 0px; } }

.anniversary-testimonials .background {
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 0;
  background-size: cover;
  background-position: center; }
  .anniversary-testimonials .background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(50.58deg, #1D8FFF 1.8%, #8C35FF 75.71%), #C4C4C4;
    opacity: 0.85; }

.anniversary-testimonials.svg-clouds {
  padding-bottom: 125px; }
  .anniversary-testimonials.svg-clouds:before {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: linear-gradient(43.51deg, #1D8FFF 1.8%, #8C35FF 95.71%), #C4C4C4; }
  .anniversary-testimonials.svg-clouds .clouds {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/longform/testimonials-bg.svg");
    background-size: 75% auto;
    background-position: bottom left;
    background-repeat: no-repeat; }

.anniversary-testimonials .container {
  padding-bottom: 50px; }

.anniversary-testimonials .cards {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .anniversary-testimonials .cards .single-card {
    width: 100%;
    position: relative;
    perspective: 1000px; }
    .anniversary-testimonials .cards .single-card:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 133.33333%; }
    .anniversary-testimonials .cards .single-card:not(:last-child) {
      margin-right: 60px; }
    .anniversary-testimonials .cards .single-card .wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d; }
    .anniversary-testimonials .cards .single-card:hover .wrap {
      transform: rotateY(180deg); }
    .anniversary-testimonials .cards .single-card .front,
    .anniversary-testimonials .cards .single-card .back {
      position: absolute;
      -webkit-backface-visibility: hidden;
      /* Safari */
      backface-visibility: hidden;
      width: 100%;
      height: 100%;
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px; }
      .anniversary-testimonials .cards .single-card .front img, .anniversary-testimonials .cards .single-card .front blockquote,
      .anniversary-testimonials .cards .single-card .back img,
      .anniversary-testimonials .cards .single-card .back blockquote {
        position: absolute;
        top: 8px;
        left: 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px); }
    .anniversary-testimonials .cards .single-card .front {
      position: absolute;
      -webkit-backface-visibility: hidden;
      /* Safari */
      backface-visibility: hidden;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d; }
      .anniversary-testimonials .cards .single-card .front img {
        object-fit: cover; }
    .anniversary-testimonials .cards .single-card .back {
      transform: rotateY(180deg); }
      .anniversary-testimonials .cards .single-card .back.small-text {
        font-size: 14px;
        line-height: 1.5; }
      .anniversary-testimonials .cards .single-card .back blockquote {
        margin: 0;
        background-color: #f5f5f5;
        padding: 24px;
        display: -ms-flexbox;
        display: flex;
        text-align: center; }
        .anniversary-testimonials .cards .single-card .back blockquote p {
          margin: auto;
          font-weight: 500; }

.anniversary-testimonials .typo-rules, .anniversary-testimonials .el-article, .anniversary-testimonials .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .submenu > .content .anniversary-testimonials .description, .anniversary-testimonials .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .content .anniversary-testimonials .excerpt, .anniversary-testimonials .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .content .anniversary-testimonials .excerpt, .anniversary-testimonials .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .anniversary-testimonials .excerpt, .anniversary-testimonials .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .anniversary-testimonials .excerpt, .anniversary-testimonials .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .anniversary-testimonials .excerpt, .anniversary-testimonials .blogSingle-content .wrap, .blogSingle-content .anniversary-testimonials .wrap {
  margin-top: 64px;
  text-align: center;
  color: white; }

@media (max-width: 991.98px) {
  .anniversary-testimonials .cards {
    display: block; }
    .anniversary-testimonials .cards .single-card {
      position: relative;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 32px; }
      .anniversary-testimonials .cards .single-card:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .anniversary-testimonials .cards .single-card:not(:last-child) {
        margin-right: auto; } }

.longform-hero {
  background: linear-gradient(45.31deg, #1D8FFF 1.8%, #8C35FF 95.71%), #C4C4C4;
  overflow: hidden; }
  .longform-hero .clouds {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/longform/main-hero-bg.svg");
    background-size: 75% auto;
    background-position: bottom left;
    background-repeat: no-repeat; }
  .longform-hero nav {
    padding: 32px 0 0 0; }
    .longform-hero nav svg {
      display: block;
      width: 275px;
      margin: 0 auto; }
      .longform-hero nav svg * {
        fill: white; }
  .longform-hero .container {
    padding: 125px 0 200px 0;
    color: white; }
    .longform-hero .container .wrap {
      max-width: 700px;
      margin-left: auto; }
  .longform-hero .title {
    margin: 0; }
  .longform-hero .subhead {
    max-width: 500px;
    font-size: 21px;
    line-height: 1.5; }
  @media (max-width: 767.98px) {
    .longform-hero .container {
      text-align: center; }
      .longform-hero .container .wrap {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
    .longform-hero .title, .longform-hero .subhead {
      max-width: 800px; } }
  @media (max-width: 575.98px) {
    .longform-hero .clouds {
      background-size: 125% auto;
      background-image: url("../images/longform/testimonials-bg.svg"); }
    .longform-hero .container {
      padding: 50px 0 125px 0; }
    .longform-hero .subhead {
      font-size: 18px; } }

.longform-classic {
  padding: 75px 0; }
  .longform-classic .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px; }
  .longform-classic .content,
  .longform-classic .image {
    width: 50%; }
  .longform-classic .content ul {
    font-size: 25px;
    font-weight: 500; }
    .longform-classic .content ul li:not(:last-child) {
      margin-bottom: 24px; }

.longform-benefits {
  padding: 80px 0; }
  .longform-benefits .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
  .longform-benefits .wrap {
    width: 50%;
    max-width: 500px;
    margin-right: 40px;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 32px; }
    .longform-benefits .wrap .label {
      text-align: center;
      font-weight: 600;
      margin: 0; }
    .longform-benefits .wrap .bars {
      margin-top: 24px;
      min-height: 250px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .longform-benefits .wrap .bars .single-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: calc(25% - 16px); }
        .longform-benefits .wrap .bars .single-bar:not(:last-child) {
          margin-right: 24px; }
          @media (max-width: 767.98px) {
            .longform-benefits .wrap .bars .single-bar:not(:last-child) {
              margin-right: 16px; } }
        .longform-benefits .wrap .bars .single-bar.wide {
          width: calc(40% - 16px); }
          @media (max-width: 767.98px) {
            .longform-benefits .wrap .bars .single-bar.wide {
              width: calc(50% - 16px); } }
        .longform-benefits .wrap .bars .single-bar .percent {
          margin-bottom: 16px;
          display: block;
          text-align: center;
          font-weight: 700;
          font-size: 1.25em; }
        .longform-benefits .wrap .bars .single-bar .bar {
          box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
          border-radius: 6px 6px 0px 0px; }
          .longform-benefits .wrap .bars .single-bar .bar .nice-label {
            margin: 0;
            padding: 24px 8px 8px 8px;
            text-align: center;
            color: white; }
            .longform-benefits .wrap .bars .single-bar .bar .nice-label span {
              display: block; }
              .longform-benefits .wrap .bars .single-bar .bar .nice-label span.l {
                text-transform: uppercase;
                font-size: 32px;
                font-weight: 500; }
              .longform-benefits .wrap .bars .single-bar .bar .nice-label span.d {
                margin-top: 16px;
                font-size: 45px;
                font-weight: 700; }
        .longform-benefits .wrap .bars .single-bar .label {
          margin-top: 16px;
          display: block;
          text-align: center;
          text-transform: uppercase;
          font-size: 0.85em; }
        .longform-benefits .wrap .bars .single-bar .percent {
          opacity: 0;
          transition: 0.75s;
          transition-delay: 0.25s; }
        .longform-benefits .wrap .bars .single-bar .bar {
          transform: scale(1, 0);
          transform-origin: center bottom;
          transition: 0.75s; }
        .longform-benefits .wrap .bars .single-bar.active {
          visibility: visible; }
          .longform-benefits .wrap .bars .single-bar.active .percent {
            opacity: 1; }
          .longform-benefits .wrap .bars .single-bar.active .bar {
            transform: scale(1, 1); }
    .longform-benefits .wrap .desc {
      margin: 16px 0 0 0;
      font-size: 11px;
      line-height: 1.75;
      text-align: center; }
  .longform-benefits .content {
    width: 40%;
    max-width: 400px;
    margin-left: 40px; }
    .longform-benefits .content ul {
      font-size: 21px;
      padding: 0 0 0 25px; }
      .longform-benefits .content ul li:not(:last-child) {
        margin-bottom: 24px; }
    .longform-benefits .content .desc {
      margin-top: 8px;
      font-size: 11px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .longform-benefits .content .desc svg {
        margin-right: 8px; }
  @media (max-width: 991.98px) {
    .longform-benefits .container {
      display: block; }
    .longform-benefits .wrap {
      width: 100%;
      margin: 32px auto; }
    .longform-benefits .content {
      width: 100%;
      max-width: 1000px;
      margin-left: 0px;
      text-align: center; }
      .longform-benefits .content ul {
        list-style-type: none;
        padding: 0; } }

.longform-split {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .longform-split .content, .longform-split .image {
    width: 50%; }
  .longform-split .content {
    padding: 75px 0; }
    .longform-split .content .wrap {
      max-width: 550px;
      width: 90%;
      margin: 0 auto;
      font-size: 24px;
      line-height: 1.5;
      font-weight: 500; }
      .longform-split .content .wrap strong {
        color: #4A90E2;
        font-size: 1.55em;
        line-height: 1.5;
        font-family: Muli;
        font-weight: bold; }
  .longform-split .image {
    background-size: cover;
    background-position: center; }
  @media (min-width: 992px) {
    .longform-split .image.margin {
      margin: 75px; } }
  @media (max-width: 991.98px) {
    .longform-split {
      display: block; }
      .longform-split .content {
        padding: 50px 0;
        width: 100%;
        text-align: center; }
      .longform-split .image {
        width: 100%;
        position: relative; }
        .longform-split .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; } }
  @media (max-width: 575.98px) {
    .longform-split .content {
      padding: 30px 0; }
      .longform-split .content .wrap {
        font-size: 18px; }
        .longform-split .content .wrap strong {
          line-height: 1.25; } }

.longform-downloadapp {
  background-color: #5084ff; }
  .longform-downloadapp.orange {
    background: linear-gradient(80.46deg, #FFA84D -8.46%, #DE4628 95.16%); }
  .longform-downloadapp .container {
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px; }
    .longform-downloadapp .container .content {
      width: 60%;
      color: white; }
      .longform-downloadapp .container .content .title {
        max-width: 450px; }
      .longform-downloadapp .container .content .subtitle {
        font-size: 30px;
        line-height: 1.5;
        font-family: Muli;
        font-weight: bold;
        max-width: 600px; }
      .longform-downloadapp .container .content .download-label {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 22px;
        margin: 48px 0 16px 0; }
      .longform-downloadapp .container .content .buttons {
        list-style-type: none;
        padding: 0;
        display: -ms-flexbox;
        display: flex; }
        .longform-downloadapp .container .content .buttons li:not(:last-child) {
          margin-right: 24px; }
        .longform-downloadapp .container .content .buttons img {
          max-width: 145px; }
    .longform-downloadapp .container .image {
      margin-top: -100px;
      width: 30%; }
    @media (max-width: 991.98px) {
      .longform-downloadapp .container {
        display: block;
        padding: 50px 0; }
        .longform-downloadapp .container .content {
          width: 100%;
          text-align: center; }
          .longform-downloadapp .container .content .buttons {
            -ms-flex-pack: center;
            justify-content: center; }
        .longform-downloadapp .container .image {
          display: none; } }
    @media (max-width: 767.98px) {
      .longform-downloadapp .container .content .title {
        font-size: 32px;
        line-height: 1.25; }
      .longform-downloadapp .container .content .subtitle {
        font-size: 21px;
        margin: 32px 0; } }
    @media (max-width: 575.98px) {
      .longform-downloadapp .container {
        padding: 35px 0 25px 0; }
        .longform-downloadapp .container .content .title {
          font-size: 26px; }
        .longform-downloadapp .container .content .subtitle {
          font-size: 18px;
          margin: 24px 0; } }
  .longform-downloadapp.gtgof .content .title {
    max-width: 100%;
    font-family: Muli;
    font-size: 48px; }
  .longform-downloadapp.gtgof .image {
    width: 35%;
    margin-top: -150px; }

.longform-whoarewe .container {
  padding: 75px 0;
  max-width: 1100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.longform-whoarewe .content {
  width: calc(52.5% - 25px); }
  .longform-whoarewe .content .section-title {
    text-align: left; }
  .longform-whoarewe .content .typo-rules, .longform-whoarewe .content .el-article, .longform-whoarewe .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .longform-whoarewe .submenu > .content .description, .longform-whoarewe .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .longform-whoarewe .content .excerpt, .longform-whoarewe .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .longform-whoarewe .content .excerpt, .longform-whoarewe .content .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .longform-whoarewe .content .excerpt, .longform-whoarewe .content .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .longform-whoarewe .content .excerpt, .longform-whoarewe .content .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .longform-whoarewe .content .excerpt, .longform-whoarewe .content .blogSingle-content .wrap, .blogSingle-content .longform-whoarewe .content .wrap {
    margin: 48px 0; }

.longform-whoarewe .features {
  width: calc(47.5% - 25px); }
  .longform-whoarewe .features .single-feature {
    display: -ms-flexbox;
    display: flex; }
    .longform-whoarewe .features .single-feature .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-top: 0px;
      margin-right: 35px; }
      .longform-whoarewe .features .single-feature .icon svg, .longform-whoarewe .features .single-feature .icon img {
        width: 75px; }
    .longform-whoarewe .features .single-feature .desc {
      margin: 0; }
    .longform-whoarewe .features .single-feature:not(:last-child) .desc:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #828282;
      margin: 32px 0 16px 0; }

@media (max-width: 991.98px) {
  .longform-whoarewe .container {
    display: block; }
  .longform-whoarewe .content {
    width: 100%;
    margin-bottom: 48px;
    text-align: center; }
    .longform-whoarewe .content .section-title {
      text-align: center; }
  .longform-whoarewe .features {
    width: 100%; } }

.longform-charts {
  z-index: 10;
  margin-top: -50px; }
  .longform-charts:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    background: #f7f7f7;
    position: absolute;
    top: 50px;
    left: 0; }
  .longform-charts .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .longform-charts .graphic {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 5;
    width: 42.5%;
    margin-left: 5%;
    padding: 32px 48px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .longform-charts .graphic {
        padding: 24px 16px; } }
  .longform-charts .content {
    padding: 100px 100px 100px 0;
    background-color: #4A90E2;
    width: 45%; }
    .longform-charts .content:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 400px;
      height: 100%;
      background-color: #4A90E2; }
    .longform-charts .content .section-title {
      text-align: left;
      color: white; }
    .longform-charts .content .typo-rules, .longform-charts .content .el-article, .longform-charts .blogOverview-categoryNavigation .containers .categories li .submenu > .content .description, .blogOverview-categoryNavigation .containers .categories li .longform-charts .submenu > .content .description, .longform-charts .blogOverview-recent .cards .single-card .content .excerpt, .blogOverview-recent .cards .single-card .longform-charts .content .excerpt, .longform-charts .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt, .blogOverview-newsletter-popular .container .popularPosts .single-card .longform-charts .content .excerpt, .longform-charts .content .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .longform-charts .content .excerpt, .longform-charts .content .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .excerpt, .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .longform-charts .content .excerpt, .longform-charts .content .blogOverview-list .single-card .excerpt, .blogOverview-list .single-card .longform-charts .content .excerpt, .longform-charts .content .blogSingle-content .wrap, .blogSingle-content .longform-charts .content .wrap {
      margin-top: 24px;
      color: white; }
  @media (max-width: 767.98px) {
    .longform-charts {
      background-color: #4A90E2; }
      .longform-charts:before {
        display: none; }
      .longform-charts .container {
        display: block;
        padding: 32px 0; }
      .longform-charts .graphic {
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px; }
      .longform-charts .content {
        width: 100%;
        padding: 0px;
        text-align: center; }
        .longform-charts .content .section-title {
          text-align: center; }
        .longform-charts .content:before {
          display: none; } }

.longform-cta-tab {
  padding: 48px 0; }
  .longform-cta-tab .container {
    max-width: 1000px;
    padding: 48px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .longform-cta-tab .container .text {
      max-width: 600px;
      margin: 0;
      font-size: 24px;
      line-height: 1.5; }
    .longform-cta-tab .container .df-btn {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 767.98px) {
    .longform-cta-tab {
      padding: 24px; }
      .longform-cta-tab .container {
        display: block;
        padding: 24px;
        text-align: center; }
        .longform-cta-tab .container .text {
          font-size: 21px;
          margin-bottom: 16px; } }

.gtgof-hero {
  background-size: cover;
  background-position: center; }
  .gtgof-hero > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .gtgof-hero .container {
    z-index: 50;
    width: 80%;
    padding: 100px 0 300px 0; }
    @media (max-width: 1150px) {
      .gtgof-hero .container {
        margin-bottom: -125px; } }
    @media (max-width: 800px) {
      .gtgof-hero .container {
        margin-bottom: -75px; } }
    @media (max-width: 600px) {
      .gtgof-hero .container {
        margin-bottom: -25px;
        margin-top: 48px; } }
  .gtgof-hero .wrap {
    background-color: rgba(0, 0, 0, 0.65);
    max-width: 950px;
    padding: 40px;
    border-radius: 10px; }
  .gtgof-hero .title {
    font-size: 60px;
    margin: 0;
    max-width: 850px;
    color: white; }
  .gtgof-hero .subtitle {
    margin: 32px 0 48px 0;
    max-width: 650px;
    font-weight: 400;
    font-size: 36px;
    line-height: 150%;
    color: white; }
  .gtgof-hero .wider .title {
    max-width: 1025px; }
  .gtgof-hero .wider .subtitle {
    max-width: 650px; }
  .gtgof-hero.gow .title, .gtgof-hero.gow .subtitle {
    color: #333; }
  @media (max-width: 767.98px) {
    .gtgof-hero .container {
      padding: 100px 0 125px 0; }
    .gtgof-hero .title {
      font-size: 48px; } }
  @media (max-width: 575.98px) {
    .gtgof-hero .title {
      font-size: 36px; }
    .gtgof-hero .subtitle {
      margin: 24px 0 32px 0;
      font-size: 24px; } }

.gtgof-intro {
  margin: 100px 0; }
  .gtgof-intro .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .gtgof-intro .container .media {
      width: 55%; }
      .gtgof-intro .container .media .leaves1 {
        position: absolute;
        top: 7%;
        left: -18.5%;
        z-index: 100;
        width: 90%; }
        .gtgof-intro .container .media .leaves1 svg {
          display: block;
          width: 100%; }
        .gtgof-intro .container .media .leaves1 .animate-this {
          opacity: 0;
          transform: translate(-20px, 0px);
          transition: all ease 0.5s; }
          .gtgof-intro .container .media .leaves1 .animate-this.active {
            opacity: 1;
            transform: translate(0px, 0px); }
      .gtgof-intro .container .media .leaves2 {
        position: absolute;
        bottom: 18%;
        left: 39%;
        z-index: 100;
        width: 120%; }
        .gtgof-intro .container .media .leaves2 svg {
          display: block;
          width: 100%; }
        .gtgof-intro .container .media .leaves2 .animate-this {
          opacity: 0;
          transform: translate(-20px, 0px);
          transition: all ease 0.5s; }
          .gtgof-intro .container .media .leaves2 .animate-this.active {
            opacity: 1;
            transform: translate(0px, 0px); }
    .gtgof-intro .container .content {
      width: 42.5%;
      z-index: 200; }
      .gtgof-intro .container .content .title {
        margin: 0; }
      .gtgof-intro .container .content .list {
        margin: 32px 0 48px;
        font-size: 21px;
        font-weight: 600; }
        .gtgof-intro .container .content .list li:not(:last-child) {
          margin-bottom: 16px; }
      .gtgof-intro .container .content .ebook-form {
        margin-top: -36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .gtgof-intro .container .content .ebook-form .description {
          width: 100%;
          text-align: center;
          margin-bottom: 24px; }
        .gtgof-intro .container .content .ebook-form input {
          width: calc(50% - 8px);
          margin-bottom: 16px;
          border: 1px solid #ccc;
          background-color: white;
          padding: 16px; }
          .gtgof-intro .container .content .ebook-form input[type="email"] {
            width: 100%; }
        .gtgof-intro .container .content .ebook-form button {
          display: block;
          width: 100%; }
        .gtgof-intro .container .content .ebook-form .success {
          background-color: white;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
          border-radius: 3px;
          text-align: center;
          padding: 32px; }
        .gtgof-intro .container .content .ebook-form .disclaimer {
          font-size: 12px;
          line-height: 1.7;
          text-align: justify; }
      .gtgof-intro .container .content .section-buttons {
        display: block;
        text-align: left; }
        .gtgof-intro .container .content .section-buttons .desc {
          -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767.98px) {
    .gtgof-intro .container {
      display: block; }
      .gtgof-intro .container .media {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 16px auto; }
      .gtgof-intro .container .content {
        width: 100%;
        text-align: center; }
        .gtgof-intro .container .content .list {
          list-style-type: none;
          padding: 0; }
        .gtgof-intro .container .content .section-buttons {
          text-align: center; }
          .gtgof-intro .container .content .section-buttons .desc {
            -ms-flex-pack: center;
            justify-content: center; } }
  @media (max-width: 575.98px) {
    .gtgof-intro {
      margin: 50px 0; } }

.gtgof-form {
  margin: 100px 0 225px 0; }
  .gtgof-form:before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    background: #f8f8f8; }
  .gtgof-form .container {
    max-width: 1100px;
    background: linear-gradient(90deg, #5288FE 0%, #346DEA 100%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    padding: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .gtgof-form .container.orange {
      background: linear-gradient(76.07deg, #FFA647 -9.01%, #B84C3B 94.9%); }
    .gtgof-form .container .content {
      width: 50%; }
    .gtgof-form .container .form {
      width: 42.5%; }
  .gtgof-form .content {
    color: white; }
    .gtgof-form .content .title {
      margin: 0 0 32px 0;
      font-family: Playfair Display;
      font-style: normal;
      font-weight: 600;
      font-size: 60px;
      line-height: 1.1; }
    .gtgof-form .content .description a {
      color: #42ECD7; }
  .gtgof-form .form form input {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #888888;
    padding: 16px;
    margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .gtgof-form .container {
      display: block; }
      .gtgof-form .container .content {
        width: 100%; }
      .gtgof-form .container .form {
        width: 100%; } }
  @media (max-width: 575.98px) {
    .gtgof-form {
      margin: 50px 0 50px 0; }
      .gtgof-form .container {
        padding: 32px; }
      .gtgof-form .content .title {
        font-size: 36px; } }

.blogOverview-categoryNavigation {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  z-index: 5000; }
  .blogOverview-categoryNavigation .containers {
    width: 100%; }
    .blogOverview-categoryNavigation .containers .categories {
      -ms-flex-order: 1;
      order: 1;
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: -ms-flexbox;
      display: flex; }
      .blogOverview-categoryNavigation .containers .categories li {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .blogOverview-categoryNavigation .containers .categories li:not(:last-child) {
          border-right: 1px solid rgba(0, 0, 0, 0.075); }
        .blogOverview-categoryNavigation .containers .categories li > a {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          text-align: center;
          padding: 16px;
          font-size: 16px;
          line-height: 1.2;
          color: #888;
          font-weight: 600; }
          .blogOverview-categoryNavigation .containers .categories li > a span {
            display: block;
            text-align: center;
            margin: auto; }
          .blogOverview-categoryNavigation .containers .categories li > a:hover, .blogOverview-categoryNavigation .containers .categories li > a.active {
            background-color: #4A90E2;
            color: white;
            text-decoration: none; }
        .blogOverview-categoryNavigation .containers .categories li .submenu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          border-top: 1px solid rgba(0, 0, 0, 0.075);
          background: #f7f7f7;
          padding: 40px 60px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px; }
          .blogOverview-categoryNavigation .containers .categories li .submenu:after {
            content: "";
            display: block;
            width: 100%;
            height: 100vh;
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(0, 0, 0, 0.5); }
          .blogOverview-categoryNavigation .containers .categories li .submenu > .content {
            max-width: 400px;
            z-index: 5;
            border-right: 1px solid #ccc;
            padding-right: 24px;
            margin-right: 24px; }
            .blogOverview-categoryNavigation .containers .categories li .submenu > .content .categoryName {
              margin: 0 0 16px 0; }
            .blogOverview-categoryNavigation .containers .categories li .submenu > .content .subcategories {
              list-style-type: none;
              padding: 0;
              margin: 16px 0 0 0;
              font-weight: 600; }
              .blogOverview-categoryNavigation .containers .categories li .submenu > .content .subcategories li:not(:last-child) {
                margin-bottom: 8px; }
          .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts {
            margin-top: auto; }
            .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .label {
              margin: 0 0 24px 0; }
            .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list {
              display: -ms-flexbox;
              display: flex; }
              .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card {
                display: -ms-flexbox;
                display: flex;
                width: 100%; }
                .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card:not(:last-child) {
                  margin-right: 16px; }
                .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card .img {
                  width: 100%;
                  max-width: 150px;
                  border-radius: 10px;
                  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px;
                  background-size: cover;
                  background-position: center;
                  -ms-flex-negative: 0;
                  flex-shrink: 0;
                  margin-right: 16px; }
                .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card .date {
                  font-size: 14px; }
                .blogOverview-categoryNavigation .containers .categories li .submenu .latest-posts .list .single-card .title {
                  margin-top: 0px;
                  margin-bottom: 0px;
                  font-size: 16px;
                  line-height: 1.5; }
          .blogOverview-categoryNavigation .containers .categories li .submenu > .img {
            z-index: 2;
            position: absolute;
            top: 0;
            right: 0;
            width: 75%;
            max-width: 75%;
            height: 100%;
            background-position: center;
            background-size: cover;
            filter: grayscale(100%);
            opacity: 0.2; }
            .blogOverview-categoryNavigation .containers .categories li .submenu > .img:after {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 50%;
              height: 100%;
              background-image: linear-gradient(to right, #f7f77f, rgba(247, 247, 247, 0)); }
        .blogOverview-categoryNavigation .containers .categories li:hover .submenu {
          display: -ms-flexbox;
          display: flex; }
    .blogOverview-categoryNavigation .containers .search {
      background: #f7f7f7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 24px;
      transition: all ease 0.4s; }
      .blogOverview-categoryNavigation .containers .search ::-webkit-input-placeholder {
        color: #aaa;
        font-style: italic;
        font-weight: 400; }
      .blogOverview-categoryNavigation .containers .search :-moz-placeholder {
        color: #aaa;
        font-style: italic;
        font-weight: 400; }
      .blogOverview-categoryNavigation .containers .search ::-moz-placeholder {
        color: #aaa;
        font-style: italic;
        font-weight: 400; }
      .blogOverview-categoryNavigation .containers .search :-ms-input-placeholder {
        color: #aaa;
        font-style: italic;
        font-weight: 400; }
      .blogOverview-categoryNavigation .containers .search input {
        width: 100%;
        margin-right: 16px;
        background: none;
        border: none;
        letter-spacing: 0.025em;
        font-weight: 500; }
      .blogOverview-categoryNavigation .containers .search button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: none;
        border: none;
        font-weight: 600;
        color: #4A90E2;
        text-transform: uppercase;
        font-style: italic;
        font-size: 16px; }
    .blogOverview-categoryNavigation .containers.search .search {
      top: 0;
      box-shadow: rgba(0, 0, 0, 0.2) -10px 0px 10px; }
  @media (min-width: 768px) {
    .blogOverview-categoryNavigation .containers .search {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%; }
    .blogOverview-categoryNavigation .triggers {
      -ms-flex-order: 2;
      order: 2;
      border-left: 1px solid rgba(0, 0, 0, 0.075);
      display: -ms-flexbox;
      display: flex; }
      .blogOverview-categoryNavigation .triggers button svg {
        display: block;
        width: 24px;
        height: 24px; }
        .blogOverview-categoryNavigation .triggers button svg * {
          fill: #aaa; }
      .blogOverview-categoryNavigation .triggers .categories,
      .blogOverview-categoryNavigation .triggers .label {
        display: none; }
      .blogOverview-categoryNavigation .triggers .search {
        border: none;
        background: none;
        width: 70px;
        padding: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .blogOverview-categoryNavigation .triggers .search .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all ease 0.3s; }
          .blogOverview-categoryNavigation .triggers .search .icon.look {
            opacity: 1;
            transform: rotate(0deg) translate(-50%, -50%); }
          .blogOverview-categoryNavigation .triggers .search .icon.close {
            opacity: 0;
            transform: rotate(180deg) translate(-50%, -50%); }
        .blogOverview-categoryNavigation .triggers .search.active .icon.look {
          opacity: 0;
          transform: rotate(-180deg) translate(-50%, -50%); }
        .blogOverview-categoryNavigation .triggers .search.active .icon.close {
          opacity: 1;
          transform: rotate(0deg) translate(-50%, -50%); }
        .blogOverview-categoryNavigation .triggers .search:hover {
          background: #4A90E2; }
          .blogOverview-categoryNavigation .triggers .search:hover svg * {
            fill: white; } }
  @media (max-width: 767.98px) {
    .blogOverview-categoryNavigation {
      display: block; }
      .blogOverview-categoryNavigation .triggers {
        display: -ms-flexbox;
        display: flex; }
        .blogOverview-categoryNavigation .triggers button svg {
          display: block;
          width: 18px;
          height: 18px; }
          .blogOverview-categoryNavigation .triggers button svg * {
            fill: #aaa; }
        .blogOverview-categoryNavigation .triggers button {
          padding: 12px;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 600;
          color: #777;
          border: none;
          background: none; }
          .blogOverview-categoryNavigation .triggers button:not(:last-child) {
            border-right: 1px solid rgba(0, 0, 0, 0.075); }
          .blogOverview-categoryNavigation .triggers button .icon {
            margin-right: 8px; }
            .blogOverview-categoryNavigation .triggers button .icon.look {
              display: block; }
            .blogOverview-categoryNavigation .triggers button .icon.close {
              display: none; }
          .blogOverview-categoryNavigation .triggers button.active {
            background: #4A90E2;
            color: white; }
            .blogOverview-categoryNavigation .triggers button.active svg * {
              fill: white; }
      .blogOverview-categoryNavigation .containers .categories, .blogOverview-categoryNavigation .containers .search {
        display: none; } }

.blogOverview-recent {
  margin: 75px auto;
  max-width: 1170px; }
  .blogOverview-recent .cards.trending {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blogOverview-recent .cards.trending .single-card:first-child {
      width: 100%; }
      .blogOverview-recent .cards.trending .single-card:first-child .content {
        padding-top: 250px; }
    .blogOverview-recent .cards.trending .single-card:not(:first-child) {
      width: calc(50% - 10px);
      margin-top: 20px; }
      .blogOverview-recent .cards.trending .single-card:not(:first-child) .content {
        padding-top: 125px; }
    .blogOverview-recent .cards.trending .single-card .content .title:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.25);
      margin: 16px 0; }
  .blogOverview-recent .cards.category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px; }
    .blogOverview-recent .cards.category .single-card:first-child {
      grid-area: 1 / 1 / 3 / 2; }
    .blogOverview-recent .cards.category .single-card:nth-of-type(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .blogOverview-recent .cards.category .single-card:nth-of-type(3) {
      grid-area: 2 / 2 / 2 / 3; }
    .blogOverview-recent .cards.category .single-card .content .title {
      padding-top: 100px; }
  .blogOverview-recent .cards .single-card {
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px; }
    .blogOverview-recent .cards .single-card:hover {
      transform: scale(1.01);
      text-decoration: none; }
    .blogOverview-recent .cards .single-card .bg {
      background-size: cover;
      background-position: center; }
      .blogOverview-recent .cards .single-card .bg:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.8)); }
    .blogOverview-recent .cards .single-card .information {
      display: -ms-flexbox;
      display: flex;
      color: white; }
      .blogOverview-recent .cards .single-card .information a {
        color: white; }
      .blogOverview-recent .cards .single-card .information > * {
        margin: 0; }
      .blogOverview-recent .cards .single-card .information .categories {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: -ms-flexbox;
        display: flex; }
        .blogOverview-recent .cards .single-card .information .categories:before {
          content: "- ";
          margin-left: 8px;
          margin-right: 8px; }
    .blogOverview-recent .cards .single-card .content {
      margin-top: auto;
      width: 100%;
      color: white; }
      .blogOverview-recent .cards .single-card .content .title {
        margin: 0;
        color: white; }
      .blogOverview-recent .cards .single-card .content .excerpt {
        max-width: 850px; }
  @media (max-width: 767.98px) {
    .blogOverview-recent .cards.trending {
      display: block; }
      .blogOverview-recent .cards.trending .single-card {
        width: 100% !important; }
        .blogOverview-recent .cards.trending .single-card .content {
          padding-top: 125px !important; } }
  @media (max-width: 575.98px) {
    .blogOverview-recent {
      margin: 40px auto; }
      .blogOverview-recent > .title {
        margin-bottom: 40px; }
      .blogOverview-recent .cards.trending {
        display: block; }
        .blogOverview-recent .cards.trending .single-card .content {
          padding-top: 25px !important; }
      .blogOverview-recent .cards .single-card .bg:after {
        background: rgba(0, 0, 0, 0.7); } }

.blogOverview-newsletter-popular {
  background-color: #f7f7f7;
  padding: 125px 0; }
  .blogOverview-newsletter-popular .container {
    max-width: 1170px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .blogOverview-newsletter-popular .container .newsletter-widget {
      min-height: 150px;
      width: calc(50% - 20px); }
      .blogOverview-newsletter-popular .container .newsletter-widget .inner {
        padding: 75px 20px; }
    .blogOverview-newsletter-popular .container .popularPosts {
      width: calc(50% - 20px);
      padding: 0 20px; }
      .blogOverview-newsletter-popular .container .popularPosts .sectionLabel {
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 16px;
        margin-bottom: 24px; }
      .blogOverview-newsletter-popular .container .popularPosts .single-card {
        display: -ms-flexbox;
        display: flex; }
        .blogOverview-newsletter-popular .container .popularPosts .single-card:not(:last-child) {
          border-bottom: 1px solid #ddd;
          padding-bottom: 16px;
          margin-bottom: 16px; }
        .blogOverview-newsletter-popular .container .popularPosts .single-card .img {
          width: 33%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 16px;
          background-size: cover;
          background-position: center;
          border-radius: 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px; }
        .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information {
          font-weight: 600;
          color: #aaa; }
          .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information a {
            color: #aaa; }
          .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information .date {
            margin: 0;
            font-size: 12px;
            font-weight: 400; }
          .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information .categories {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: -ms-flexbox;
            display: flex;
            font-size: 12px;
            font-weight: 400; }
          @media (min-width: 576px) {
            .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information {
              display: -ms-flexbox;
              display: flex; }
              .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information .categories:before {
                content: "- ";
                margin-left: 8px;
                margin-right: 8px; } }
          @media (max-width: 575.98px) {
            .blogOverview-newsletter-popular .container .popularPosts .single-card .content .information > * {
              margin: 0; } }
        .blogOverview-newsletter-popular .container .popularPosts .single-card .content .title {
          margin: 8px 0 0 0; }
          .blogOverview-newsletter-popular .container .popularPosts .single-card .content .title a {
            color: #333333; }
            .blogOverview-newsletter-popular .container .popularPosts .single-card .content .title a:hover {
              color: #4A90E2;
              text-decoration: none; }
        .blogOverview-newsletter-popular .container .popularPosts .single-card .content .excerpt {
          margin: 0;
          display: none; }
  @media (max-width: 767.98px) {
    .blogOverview-newsletter-popular {
      padding: 75px 0; }
      .blogOverview-newsletter-popular .container {
        display: block; }
        .blogOverview-newsletter-popular .container .newsletter-widget,
        .blogOverview-newsletter-popular .container .popularPosts {
          width: 100%;
          padding: 0; }
        .blogOverview-newsletter-popular .container .popularPosts {
          margin-top: 25px; }
        .blogOverview-newsletter-popular .container .newsletter-widget .inner form {
          display: block; }
          .blogOverview-newsletter-popular .container .newsletter-widget .inner form > * {
            display: block;
            width: 100%;
            margin: 12px 0 0 0;
            padding: 8px; } }
  @media (max-width: 575.98px) {
    .blogOverview-newsletter-popular {
      padding: 40px 0; } }

.blogOverview-featuredCategories {
  margin: 75px auto; }
  .blogOverview-featuredCategories .container {
    max-width: 1170px; }
  .blogOverview-featuredCategories .featuredCategory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blogOverview-featuredCategories .featuredCategory:not(:first-child) {
      border-top: 1px solid #ccc;
      padding-top: 75px;
      margin-top: 75px; }
    .blogOverview-featuredCategories .featuredCategory .title {
      width: 100%;
      text-align: center;
      margin: 0 auto 48px auto; }
      .blogOverview-featuredCategories .featuredCategory .title a {
        color: #333333; }
    .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) {
      width: 100%;
      padding: 80px 36px;
      color: white;
      text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 40px; }
      .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .img {
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px; }
        .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .img:after {
          content: "";
          display: block;
          background: rgba(0, 0, 0, 0.35); }
      .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .content {
        max-width: 600px;
        margin: 0 auto;
        text-align: center; }
      .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) .blog-title {
        margin: 0 0 16px 0;
        color: white; }
      .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2):hover {
        transform: scale(1.01);
        text-decoration: none; }
    .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) {
      width: calc(33.333% - 15px);
      margin-top: 20px; }
      .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .img {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px; }
        .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .img:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
      .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .information {
        display: -ms-flexbox;
        display: flex;
        color: #aaa; }
        .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .information a {
          color: #aaa; }
        .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .information .date {
          margin: 0 0 8px 0;
          font-size: 14px; }
      .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .blog-title {
        margin: 0 0 8px 0; }
        .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .blog-title a {
          color: #333333; }
          .blogOverview-featuredCategories .featuredCategory .single-post:not(:nth-child(2)) .blog-title a:hover {
            color: #4A90E2;
            text-decoration: none; }
  @media (max-width: 575.98px) {
    .blogOverview-featuredCategories {
      margin: 50px auto; }
      .blogOverview-featuredCategories .featuredCategory {
        display: block; }
        .blogOverview-featuredCategories .featuredCategory .single-post {
          display: block !important;
          width: 100% !important; }
          .blogOverview-featuredCategories .featuredCategory .single-post:not(:last-child) {
            border-bottom: 1px solid #ccc;
            margin-bottom: 32px;
            padding-bottom: 32px; }
          .blogOverview-featuredCategories .featuredCategory .single-post:nth-child(2) {
            padding: 36px; } }

.blogOverview-list {
  margin: 75px auto; }
  .blogOverview-list .container {
    max-width: 1170px; }
  .blogOverview-list .single-card {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px; }
    .blogOverview-list .single-card:not(:last-child) {
      margin-bottom: 36px; }
    .blogOverview-list .single-card .img {
      width: 40%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 36px;
      background-size: cover;
      background-position: center;
      border-radius: 10px; }
    .blogOverview-list .single-card .content {
      padding: 36px 0; }
    .blogOverview-list .single-card .information {
      margin: 0 0 16px 0;
      display: -ms-flexbox;
      display: flex; }
      .blogOverview-list .single-card .information .date {
        margin: 0; }
      .blogOverview-list .single-card .information .categories {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 768px) {
          .blogOverview-list .single-card .information .categories:before {
            content: "- ";
            margin-left: 8px;
            margin-right: 8px; } }
    .blogOverview-list .single-card .title {
      margin: 8px 0;
      max-width: 500px;
      font-size: 26px; }
      .blogOverview-list .single-card .title a {
        color: #333333; }
        .blogOverview-list .single-card .title a:hover {
          color: #4A90E2;
          text-decoration: none; }
  @media (max-width: 767.98px) {
    .blogOverview-list .single-card .information {
      display: block;
      margin-bottom: 16px; }
      .blogOverview-list .single-card .information > * {
        margin: 0; } }
  @media (max-width: 575.98px) {
    .blogOverview-list .single-card {
      display: block;
      padding: 18px; }
      .blogOverview-list .single-card .img {
        display: block;
        width: calc(100% + 36px);
        margin: -18px;
        position: relative;
        border-radius: 0px; }
        .blogOverview-list .single-card .img:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; } }

.blogSingle-hero {
  margin: 40px auto 0 auto;
  max-width: 1250px;
  text-align: center; }
  .blogSingle-hero .information, .blogSingle-hero .title {
    max-width: 970px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .blogSingle-hero .information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .blogSingle-hero .information .date {
      margin: 0; }
    .blogSingle-hero .information .categories {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex; }
      .blogSingle-hero .information .categories:before {
        content: "- ";
        margin-left: 8px;
        margin-right: 8px; }
  .blogSingle-hero .title {
    text-align: center;
    margin: 24px auto 40px auto; }
  .blogSingle-hero .img {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px; }
    .blogSingle-hero .img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 40%; }
  @media (max-width: 575.98px) {
    .blogSingle-hero {
      width: 100%;
      margin: 24px auto 0 auto; }
      .blogSingle-hero .title {
        margin: 12px auto 24px auto; }
      .blogSingle-hero .img {
        position: relative;
        border-radius: 0px;
        box-shadow: none; }
        .blogSingle-hero .img:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 60%; } }

.blogSingle-content {
  margin: -100px auto 75px auto;
  max-width: 970px;
  width: 80%; }
  .blogSingle-content .social-share {
    z-index: 5;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 150px; }
    .blogSingle-content .social-share li {
      display: block; }
      .blogSingle-content .social-share li a {
        display: inline-block;
        padding: 12px; }
        .blogSingle-content .social-share li a.facebook {
          background: #3b5998; }
        .blogSingle-content .social-share li a.twitter {
          background: #55acee; }
        .blogSingle-content .social-share li a.linkedin {
          background: #0077b5; }
        .blogSingle-content .social-share li a.pocket {
          background: #b31217; }
        .blogSingle-content .social-share li a svg {
          display: block;
          width: 24px;
          height: 24px; }
          .blogSingle-content .social-share li a svg * {
            fill: white; }
        .blogSingle-content .social-share li a:hover {
          padding: 12px 12px 12px 18px;
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px; }
      .blogSingle-content .social-share li:first-child a {
        border-top-right-radius: 8px; }
      .blogSingle-content .social-share li:last-child a {
        border-bottom-right-radius: 8px; }
  .blogSingle-content .wrap {
    z-index: 100;
    background: white;
    padding: 36px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px; }
    .blogSingle-content .wrap img {
      border-radius: 8px; }
    .blogSingle-content .wrap figure.aligncenter img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .blogSingle-content .wrap h1 span.anchor, .blogSingle-content .wrap h2 span.anchor, .blogSingle-content .wrap h3 span.anchor, .blogSingle-content .wrap h4 span.anchor, .blogSingle-content .wrap h5 span.anchor, .blogSingle-content .wrap h6 span.anchor {
      position: absolute;
      top: calc(50% - 20px);
      left: -55px;
      width: 40px;
      height: 40px;
      background-color: white;
      background-image: url("../images/icons/link.svg");
      background-position: center;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 25px;
      border-radius: 100%;
      opacity: 0;
      transform: translate(-30px, 0) scale(0.85);
      transition: all ease 0.3s; }
      .blogSingle-content .wrap h1 span.anchor i, .blogSingle-content .wrap h2 span.anchor i, .blogSingle-content .wrap h3 span.anchor i, .blogSingle-content .wrap h4 span.anchor i, .blogSingle-content .wrap h5 span.anchor i, .blogSingle-content .wrap h6 span.anchor i {
        position: absolute;
        top: 50%;
        right: calc(100% + 10px);
        transform: translate(0%, -50%);
        font-size: 14px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400; }
      .blogSingle-content .wrap h1 span.anchor:after, .blogSingle-content .wrap h2 span.anchor:after, .blogSingle-content .wrap h3 span.anchor:after, .blogSingle-content .wrap h4 span.anchor:after, .blogSingle-content .wrap h5 span.anchor:after, .blogSingle-content .wrap h6 span.anchor:after {
        content: "";
        display: block;
        width: 15px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%; }
    .blogSingle-content .wrap h1:hover span.anchor, .blogSingle-content .wrap h2:hover span.anchor, .blogSingle-content .wrap h3:hover span.anchor, .blogSingle-content .wrap h4:hover span.anchor, .blogSingle-content .wrap h5:hover span.anchor, .blogSingle-content .wrap h6:hover span.anchor {
      cursor: pointer;
      opacity: 1;
      transform: translate(0px, 0) scale(1); }
      .blogSingle-content .wrap h1:hover span.anchor:hover, .blogSingle-content .wrap h2:hover span.anchor:hover, .blogSingle-content .wrap h3:hover span.anchor:hover, .blogSingle-content .wrap h4:hover span.anchor:hover, .blogSingle-content .wrap h5:hover span.anchor:hover, .blogSingle-content .wrap h6:hover span.anchor:hover {
        transform: scale(1.25); }
  .blogSingle-content.inappview {
    margin: 0 auto;
    width: 95%; }
    .blogSingle-content.inappview .wrap {
      padding: 16px 0;
      box-shadow: none; }
  @media (max-width: 575.98px) {
    .blogSingle-content {
      width: 90%;
      margin: -24px auto 50px auto; }
      .blogSingle-content .social-share {
        display: none; }
      .blogSingle-content .wrap {
        padding: 24px; } }

.blogSingle-newsletter {
  margin: 75px auto;
  width: 90%; }
  @media (max-width: 575.98px) {
    .blogSingle-newsletter {
      margin: 50px auto; } }
