/* This comment is
* several lines long.
* since it uses the CSS comment syntax,
* it will appear in the CSS output. */
/*
RESPONSIVE
-------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,700&amp;family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&amp;display=swap");
.container-width {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.container-width.evolok-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.container-width.evolok-wrapper h1.title {
  width: 30%;
}
@media (max-width: 480px) {
  .container-width.evolok-wrapper h1.title {
    width: 100%;
  }
}
.container-width.evolok-wrapper ev-engagement[group-name] {
  flex: 1;
  max-width: 100%;
}
@media (max-width: 700px) {
  .container-width.evolok-wrapper ev-engagement[group-name] {
    margin: 0 auto;
  }
}
.container-width.evolok-wrapper ev-engagement[group-name=myAccount] #widget-header {
  border-bottom: 0px;
}
.container-width.evolok-wrapper ev-engagement[group-name=myAccount] .widget-container #widget-body {
  padding-top: 5px;
}
.section-width, .single-post-content figure {
  width: 785px;
  max-width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-width.wider, .single-post-content figure.wider {
  width: 100%;
}

@media (max-width: 575px) {
  .container-width {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-width, .single-post-content figure {
    width: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .post-template-default .section-width, .daily_links-template-default .section-width, .deep-dives-page.section-width, .topics-of-interest-page.section-width,
.case-studies-page.section-width, .case-briefs-page.section-width, .weekly-briefings-page.section-width, .proprietary-data-sets-page.section-width {
    width: auto;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 576px) {
  .container-width {
    max-width: 540px;
  }

  .section-width, .single-post-content figure {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-width {
    max-width: 720px;
  }

  .section-width, .single-post-content figure {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-width {
    max-width: 960px;
  }

  .section-width, .single-post-content figure {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-width {
    max-width: 1200px;
  }
}
.d-767-none {
  display: block;
}
@media (max-width: 767px) {
  .d-767-none {
    display: none;
  }
}

.d-767-block {
  display: none;
}
@media (max-width: 767px) {
  .d-767-block {
    display: block;
  }
}

.d-991-none {
  display: block;
}
@media (max-width: 991px) {
  .d-991-none {
    display: none;
  }
}

.d-991-block {
  display: none;
}
@media (max-width: 991px) {
  .d-991-block {
    display: block;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  position: relative;
  width: 100%;
}

/**** Columns ****/
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/**** Small Columns ****/
@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**** Medium Columns ****/
@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**** Large Columns ****/
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**** Extra Large Columns ****/
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

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

blockquote, q {
  quotes: none;
}

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

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

html {
  overflow-y: auto;
}

ul, li {
  list-style-type: none;
}

/*
IMPORT FONTS
-------------------------------------------- */
/*
    extralight - 100
    thin - 200
    light - 300
    regular - 400
    medium - 500
    semibold - 600
    bold - 700 
*/
html, body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}
html p, body p {
  line-height: 1.25;
}

/**** Typography ****/
h1 {
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  line-height: 1.15;
}

h2 {
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}

h3 {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  color: #1E1F1A;
}

h4 {
  color: #1E1F1A;
}

h5 {
  color: #1E1F1A;
}

h6 {
  color: #1E1F1A;
}

.main-post h1 {
  font-weight: 300;
}

.main-post h2 {
  font-weight: 400;
}

h2.blog-entries {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
}

h2.general {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}

.category-article {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.category-article a {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
}

.price p {
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}

/* Font Responsive Calculation */
h1 {
  font-size: 33px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h1 {
    font-size: calc( 33px + (50 - 33) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 50px;
  }
}
h2 {
  font-size: 16px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h2 {
    font-size: calc( 16px + (19 - 16) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 19px;
  }
}
h3 {
  font-size: 13px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h3 {
    font-size: calc( 13px + (15 - 13) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 15px;
  }
}
h4 {
  font-size: 24px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h4 {
    font-size: calc( 24px + (32 - 24) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 32px;
  }
}
h5 {
  font-size: 18px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h5 {
    font-size: calc( 18px + (24 - 18) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 24px;
  }
}
h6 {
  font-size: 16px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h6 {
    font-size: calc( 16px + (20 - 16) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h6 {
    font-size: 20px;
  }
}
body {
  font-size: 14px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  body {
    font-size: calc( 14px + (15 - 14) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 15px;
  }
}
.main-post h1 {
  font-size: 26px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  .main-post h1 {
    font-size: calc( 26px + (34 - 26) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  .main-post h1 {
    font-size: 34px;
  }
}
h1.post-font {
  font-size: 28px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h1.post-font {
    font-size: calc( 28px + (45 - 28) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h1.post-font {
    font-size: 45px;
  }
}
h2.blog-entries {
  font-size: 22px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h2.blog-entries {
    font-size: calc( 22px + (18 - 22) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h2.blog-entries {
    font-size: 18px;
  }
}
h2.general {
  font-size: 22px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  h2.general {
    font-size: calc( 22px + (28 - 22) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  h2.general {
    font-size: 28px;
  }
}
.category-article {
  font-size: 10px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  .category-article {
    font-size: calc( 10px + (12 - 10) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  .category-article {
    font-size: 12px;
  }
}
.price p {
  font-size: 33px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  .price p {
    font-size: calc( 33px + (50 - 33) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  .price p {
    font-size: 50px;
  }
}
.color-btn {
  font-size: 13px;
}

@media (min-width: 480px) and (max-width: 1440px) {
  .color-btn {
    font-size: calc( 13px + (15 - 13) * ( (100vw - 480px) / ( 1440 - 480) ));
  }
}
@media (min-width: 1440px) {
  .color-btn {
    font-size: 15px;
  }
}
/*
GLOBAL STYLES
-------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  overflow-x: hidden;
  background-color: #eff0f2;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
}

strong {
  font-weight: bold;
}

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.home header {
  position: relative;
}
.home #main {
  padding-top: 10px;
}
@media (max-width: 700px) {
  .home #main {
    padding-top: 0;
  }
}

.archive #main {
  padding-top: 85px;
}
@media (max-width: 767px) {
  .archive #main {
    padding-top: 125px;
  }
}

.page-id-36611 #main {
  padding-top: 85px;
}
@media (max-width: 767px) {
  .page-id-36611 #main {
    padding-top: 125px;
  }
}

.single #main {
  padding-top: 85px;
}
@media (max-width: 767px) {
  .single #main {
    padding-top: 125px;
  }
}

#main {
  padding-top: 155px;
}

.ev * {
  font-family: "IBM Plex Sans", sans-serif;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.blue-box-title {
  border-bottom: 1px solid #A2BDEA;
}
.blue-box-title p {
  background: #3279E8;
  width: max-content;
  padding: 10px 33px;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.date-author p {
  line-height: normal;
}
.date-author p a {
  color: #B2BCB7;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.date-author p a:hover {
  color: #1E1F1A;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .date-author p a {
    font-size: 11px;
  }
}
.date-author p a span {
  text-transform: capitalize;
}

.read-time {
  display: flex;
  align-items: center;
}
.read-time p {
  color: #B2BCB7 !important;
  font-size: 12px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  .read-time p {
    font-size: 11px;
  }
}
.read-time p span {
  margin: 0 10px;
}

p a {
  color: #1E3999;
  text-decoration: none;
}
p a:hover {
  color: #1E3999;
  text-decoration: underline;
}

/***** Toggle Show Hide *****/
.showBtn {
  transition: 0.3s;
  display: flex;
  align-items: start;
  cursor: pointer;
  position: relative;
}
.showBtn::after {
  content: "";
  background: url("../png/plus.png") no-repeat center right;
  display: block;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  position: absolute;
  top: 0;
  right: 0;
}

.showBtn.active::after {
  content: "";
  background: url("../png/minus.png") no-repeat center right;
  display: block;
  width: 16px;
  height: 16px;
  background-size: auto;
}

.hideme {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .hideme {
    padding-bottom: 10px;
  }
}

/**** Slick Slider ****/
.slick-prev {
  left: 97% !important;
  top: -20px !important;
}
@media (max-width: 1199px) {
  .slick-prev {
    left: 96% !important;
  }
}
@media (max-width: 991px) {
  .slick-prev {
    left: 95% !important;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: 93% !important;
  }
}
@media (max-width: 575px) {
  .slick-prev {
    left: 81% !important;
  }
}
.slick-prev::before {
  content: "" !important;
  display: block;
  background: url("../svg/black-arrow-left.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  margin: 0 auto;
}

.slick-next {
  top: -20px !important;
  right: -5px !important;
}
.slick-next::before {
  content: "" !important;
  display: block;
  background: url("../svg/black-arrow-right.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  margin: 0 auto;
}

.slick-dots li {
  margin: 0 3px;
  width: 12px !important;
  height: 12px !important;
}
.slick-dots li button {
  width: 12px !important;
  height: 12px !important;
}
.slick-dots li button::before {
  color: transparent !important;
  opacity: 1 !important;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50px;
}
.slick-dots li.slick-active button::before {
  color: #FFFFFF !important;
  opacity: 1;
  font-size: 12px;
  line-height: 12px !important;
}

/**** Homepage ****/
.home-header {
  margin-bottom: 0;
}

.home .home-box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 991px) {
  .home .home-box {
    flex-wrap: wrap;
    gap: 0;
  }
}
.home .home-box .main-post {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .home .home-box .main-post {
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  .home .home-box .main-post .main-post-box {
    min-height: unset;
  }
}
.home .home-box .main-post .main-post-box .main-bg-box {
  background: #FFFFFF;
  margin-top: -90px;
  position: relative;
  width: 555px;
  max-width: 100%;
  padding: 30px;
  border-left: 2px solid #A2BDEA;
}
@media (max-width: 767px) {
  .home .home-box .main-post .main-post-box .main-bg-box {
    width: auto;
    margin-top: -40px;
  }
}
.home .home-box .main-post .main-post-box .main-bg-box .big-title {
  margin-bottom: 5px;
}
.home .home-box .main-post .main-post-box .main-bg-box .big-title h1 {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .home-box .main-post .main-post-box .main-bg-box .big-title h1:hover {
  text-decoration: none;
  color: #3279E8;
}
@media (max-width: 700px) {
  .home .home-box .main-post .main-post-box .img-fluid {
    width: calc(100% + 50px);
    margin-left: -25px;
    max-width: unset;
  }
}
.home .home-box .main-post a {
  text-decoration: none;
}
.home .home-box .main-post .image {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .home-box .main-post .image img {
  height: auto;
  aspect-ratio: 819/572;
  object-fit: cover;
}
.home .home-box .main-post .image:hover {
  opacity: 0.7;
}
.home .home-box .main-post .date-author {
  margin-top: 10px;
}
.home .home-box .main-post .date-author:after {
  content: none;
}
.home .home-box .col-left {
  width: 820px;
  max-width: 100%;
}
.home .home-box .col-right {
  width: 328px;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .home .home-box .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
.home .blue_green {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
.home .blue_green .blue-green-box {
  padding: 25px 0 30px 85px;
}
@media (max-width: 767px) {
  .home .blue_green .blue-green-box {
    padding: 35px 30px 35px 35px;
  }
}
.home .blue_green .blue-green-box .text {
  width: 385px;
}
@media (max-width: 991px) {
  .home .blue_green .blue-green-box .text {
    width: auto;
  }
}
.home .blue_green .blue-green-box .link h3 a {
  color: #FFFFFF;
}
.home .blue_green .blue-green-box .link h3:hover::before {
  left: calc(100% + 10px);
}
.home .blue-box-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home .blue-box-title .cat-tabs {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home .updated-posts {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .home .updated-posts {
    margin-bottom: -30px;
  }
}
.home .updated-posts .updated-slider {
  border-bottom: 1px solid #A2BDEA;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.home .updated-posts .updated-blog-post {
  padding: 25px 10px 0 35px;
  position: relative;
}
@media (max-width: 991px) {
  .home .updated-posts .updated-blog-post {
    margin-bottom: 25px;
  }
}
.home .updated-posts .updated-blog-post::before {
  content: "";
  background: #3279E8;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 35px;
  left: 0;
}
.home .updated-posts .updated-blog-post a {
  text-decoration: none;
  color: #1E1F1A;
}
.home .updated-posts .updated-blog-post a:hover {
  text-decoration: underline;
  color: #1E1F1A;
}
.home .updated-posts .updated-blog-post .big-title {
  margin-bottom: 0;
}
.home .updated-posts .updated-blog-post .big-title h3 {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
}
.home .updated-posts .slick-slide {
  margin: 0 27px;
}
.home .updated-posts .slick-list {
  margin: 0 -27px;
}
.home .news-side-box {
  margin-bottom: 45px;
  padding-left: 30px;
}
@media (max-width: 1000px) {
  .home .news-side-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 700px) {
  .home .news-side-box {
    padding-left: 0px;
  }
}
.home .news-side-box a {
  text-decoration: none;
}
.home .news-side-box .single-news-post {
  border-bottom: 1px solid #A2BDEA;
  padding: 18px 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .news-side-box .single-news-post .big-title {
  margin-bottom: 5px;
}
.home .news-side-box .single-news-post .big-title h2 {
  line-height: 1.15;
}
.home .news-side-box .single-news-post:hover {
  background-color: #f1f1f1;
}
.home .news-side-box .single-news-post .date-author {
  margin-top: 10px;
}
.home .news-side-box .single-news-post .date-author::after {
  content: none;
}
.home .popular-side-box {
  margin-bottom: 50px;
  padding-left: 30px;
}
@media (max-width: 700px) {
  .home .popular-side-box {
    padding-left: 0px;
  }
}
.home .popular-side-box a {
  text-decoration: none;
}
.home .popular-side-box .blue-box-title {
  margin-bottom: 25px;
}
.home .popular-side-box .single-popular-post {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #A2BDEA;
  padding: 18px 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .popular-side-box .single-popular-post:hover {
  background-color: #f1f1f1;
}
.home .popular-side-box .single-popular-post .post-number {
  margin-right: 10px;
  margin-top: 2px;
}
.home .popular-side-box .single-popular-post .post-number p {
  color: #1E1F1A;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.home .popular-side-box .single-popular-post .big-title {
  margin-bottom: 0;
}
.home .button-box {
  padding-left: 30px;
}
@media (max-width: 700px) {
  .home .button-box {
    padding-left: 0;
  }
}
.home .button-box .button-box-title {
  border: 1px solid #3279E8;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 65px 40px 100px 40px;
}
@media (max-width: 700px) {
  .home .button-box .button-box-title {
    padding: 65px 30px;
  }
}
@media (max-width: 700px) {
  .home .button-box .button-box-title h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
  }
}
@media (max-width: 700px) {
  .home .tabs-top.mob-tab .blue-box-title .mob-nav {
    display: none;
  }
}
/**** Archive Page ****/
.archive header {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .archive .archive-box .main-post-box .blue-box-title {
    padding-left: 0px;
    margin-top: -39px;
    border-bottom: 0;
    margin-bottom: -25px;
  }
}
.archive .archive-box .blue-box-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .archive .archive-box .blue-box-title {
    display: block;
  }
}
.archive .archive-box .blue-box-title .cat-tabs {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .archive .archive-box .blue-box-title .cat-tabs {
    margin-left: 20px;
  }
}
.archive .archive-box .archive-main-post .main-post-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.archive .archive-box .archive-main-post .main-post-box a {
  text-decoration: none;
}
.archive .archive-box .archive-main-post .main-post-box .image {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.archive .archive-box .archive-main-post .main-post-box .image:hover {
  opacity: 0.7;
}
.archive .archive-box .archive-main-post .main-post-box .image img {
  height: 445px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .archive .archive-box .archive-main-post .main-post-box .image img {
    display: block;
    height: auto;
    aspect-ratio: 375/262;
    margin-left: -24px;
    width: calc(100% + 48px);
    max-width: unset;
  }
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content {
  padding: 65px 0 0 30px;
}
@media (max-width: 700px) {
  .archive .archive-box .archive-main-post .main-post-box .archive-post-content {
    padding: 65px 0 0 0;
  }
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .big-title {
  margin-bottom: 25px;
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .big-title:hover {
  text-decoration: none;
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .big-title a h1 {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 700px) {
  .archive .archive-box .archive-main-post .main-post-box .archive-post-content .big-title a h1 {
    font-size: 33px;
    font-weight: 400;
    line-height: 115%;
  }
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .big-title a h1:hover {
  color: #3279E8;
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .description h2 {
  font-size: 15px;
  font-weight: 400;
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .date-author {
  position: relative;
  margin-top: 45px;
}
.archive .archive-box .archive-main-post .main-post-box .archive-post-content .date-author::after {
  content: "";
  background: #3279E8;
  width: 32px;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 0;
}
.archive .archive-box .small-posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.archive .archive-box .small-posts .small-post-box {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .archive .archive-box .small-posts .small-post-box {
    margin-bottom: 25px;
  }
}
.archive .archive-box .small-posts .small-post-box:hover {
  transform: scale(0.94);
}
.archive .archive-box .small-posts .small-post-box a {
  text-decoration: none;
}
.archive .archive-box .small-posts .small-post-box .small-title {
  padding: 0 10px;
}
@media (max-width: 700px) {
  .archive .archive-box .small-posts .small-post-box .small-title {
    padding: 0;
  }
}
.archive .archive-box .small-posts .small-post-box .image {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .archive .archive-box .small-posts .small-post-box .image {
    padding: 0;
  }
}
.archive .archive-box .small-posts .small-post-box .image img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .archive .archive-box .small-posts .small-post-box .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.archive .archive-box .small-posts .small-post-box .big-title {
  padding: 0 10px;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .archive .archive-box .small-posts .small-post-box .big-title {
    padding: 0;
  }
}
.archive .archive-box .small-posts .small-post-box .date-author {
  padding: 0 10px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .archive .archive-box .small-posts .small-post-box .date-author {
    padding: 0;
  }
}
.archive .archive-box .small-posts .small-post-box .date-author:after {
  content: none;
}
.archive .archive-box .tab-pane {
  padding: 25px 95px 0 95px;
}
@media (max-width: 991px) {
  .archive .archive-box .tab-pane {
    padding: 25px 30px 0 30px;
  }
}
@media (max-width: 700px) {
  .archive .archive-box .tab-pane {
    padding: 25px 0px 0 30px;
  }
}
.archive .archive-box .tab-pane .image img {
  height: 195px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .archive .archive-box .tab-pane .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 295/169;
  }
}
.archive .archive-box .post-tags {
  border-left: 1px solid #A2BDEA;
  padding: 35px 95px 0 95px;
}
@media (max-width: 991px) {
  .archive .archive-box .post-tags {
    padding: 30px 40px 0 40px;
  }
}
@media (max-width: 700px) {
  .archive .archive-box .post-tags {
    display: none;
  }
}
.archive .archive-box .post-tags .tags {
  column-count: 6;
  padding: 25px 0;
}
@media (max-width: 1280px) {
  .archive .archive-box .post-tags .tags {
    column-count: 5;
  }
}
@media (max-width: 991px) {
  .archive .archive-box .post-tags .tags {
    column-count: 4;
  }
}
@media (max-width: 767px) {
  .archive .archive-box .post-tags .tags {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .archive .archive-box .post-tags .tags {
    column-count: 1;
  }
}
.archive .archive-box .post-tags .tags .single-tag {
  font-size: 11px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.archive .archive-box .post-tags .tags .single-tag input {
  margin-right: 5px;
  margin-top: 0;
}
.archive .archive-box .post-tags .tags .single-tag label {
  display: inline;
  cursor: pointer;
}
.archive .archive-box .post-tags .filter-trigger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.archive .archive-box .post-tags .filter-trigger .btn-blue {
  text-transform: uppercase;
}
.archive .archive-box .post-tags .content-tags {
  display: none;
  border-top: 1px solid #A2BDEA;
  border-bottom: 1px solid #A2BDEA;
}
.archive .archive-box .post-tags #toggleButton {
  height: 35px;
}
.archive .archive-box .post-tags #toggleButton.active span:after {
  opacity: 0;
}

.wp-block-separator {
  border-bottom: 0px;
  border-color: #A2BDEA;
  margin-bottom: 25px;
}

.tabs-top {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .tabs-top .blue-box-title {
    border-left: 1px solid #3279E8;
  }
}
.tabs-top h6 {
  color: #3279E8;
  font-size: 10px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  margin-right: 15px;
}
.tabs-top .showBtn {
  transition: 0.3s;
  display: flex;
  align-items: start;
  width: max-content;
  margin-left: 40px;
  padding: 15px 0;
}
.tabs-top .showBtn::after {
  content: "";
  background: url("../png/blue-arrow-bottom.png") no-repeat center right;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 15px;
  right: 0;
}
.tabs-top .showBtn.active::after {
  content: "";
  background: url("../png/blue-arrow-top.png") no-repeat center right;
  width: 12px;
  height: 12px;
  background-size: contain;
}
.tabs-top .hideme {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .tabs-top .hideme {
    padding-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .tabs-top .hideme {
    padding-top: 0;
  }
}
.tabs-top.mob-tab .blue-box-title {
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .tabs-top.mob-tab .blue-box-title .mob-nav {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .tabs-top.mob-tab .blue-box-title .mob-nav .cat-tabs {
    margin-left: 20px;
  }
}

/**** Pagination ****/
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}
.custom-pagination a {
  margin: 0 10px;
  text-decoration: none;
  color: #B2BCB7;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .custom-pagination a {
    margin: 0 10px;
  }
}
.custom-pagination a:hover {
  color: #3279E8;
  text-decoration: underline;
}
.custom-pagination span {
  margin: 0 10px;
  color: #B2BCB7;
}
@media (max-width: 767px) {
  .custom-pagination span {
    margin: 0 10px;
  }
}
.custom-pagination .current {
  color: #3279E8;
  text-decoration: underline;
  box-shadow: none;
}
.custom-pagination .next {
  margin-left: 35px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .custom-pagination .next {
    margin-left: 20px;
  }
}
.custom-pagination .prev {
  margin-right: 35px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .custom-pagination .prev {
    margin-right: 20px;
  }
}

/**** Category Tabs ****/
.cat-tabs li {
  margin-left: 32px;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .cat-tabs li {
    width: 100%;
    margin-left: 21px;
  }
}
.cat-tabs li a {
  color: #B2BCB7;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cat-tabs li a:hover {
  color: #3279E8;
}
.cat-tabs li.active a {
  color: #3279E8;
}

.tabs-content .tab-pane:not(:first-child) {
  display: none;
}

.tabs-content {
  border-left: 1px solid #A2BDEA;
}

.tab-pane {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 0 0 45px;
}
@media (max-width: 1199px) {
  .tab-pane {
    padding: 30px 0 0 20px;
  }
}
.tab-pane .single-blog-post {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .tab-pane .single-blog-post {
    margin-bottom: 25px;
  }
}
.tab-pane .single-blog-post:hover {
  transform: scale(0.94);
}
.tab-pane .single-blog-post a {
  text-decoration: none;
}
.tab-pane .single-blog-post .small-title {
  padding: 0 10px;
}
@media (max-width: 700px) {
  .tab-pane .single-blog-post .small-title {
    padding: 0;
  }
}
.tab-pane .single-blog-post .image {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .tab-pane .single-blog-post .image {
    padding: 0;
  }
}
.tab-pane .single-blog-post .image img {
  height: 135px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .tab-pane .single-blog-post .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 295/169;
  }
}
.tab-pane .single-blog-post .big-title {
  padding: 0 10px;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .tab-pane .single-blog-post .big-title {
    padding: 0;
  }
}
.tab-pane .single-blog-post .big-title h2 {
  line-height: 1.15;
}
.tab-pane .single-blog-post .date-author {
  padding: 0 10px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .tab-pane .single-blog-post .date-author {
    padding: 0;
  }
}
.tab-pane .single-blog-post .date-author::after {
  content: none;
}

/**** Small Blue Title ****/
.small-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.small-title p {
  color: #3279E8;
}
.small-title p a {
  color: #3279E8;
}
.small-title p a:hover {
  text-decoration: underline !important;
}

/**** Big Title ****/
.big-title {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .big-title {
    margin-bottom: 30px;
  }
}

/**** Description p 19px ****/
.description.font-19 {
  text-align: justify;
}
.description.font-19 p {
  font-size: 19px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .description.font-19 p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .description.font-19 p {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
  }
}

.date-author {
  position: relative;
  margin-top: 30px;
}
.date-author::after {
  content: "";
  background: #3279E8;
  width: 32px;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 0;
}
.date-author p {
  color: #B2BCB7;
  font-size: 12px;
}
@media (max-width: 575px) {
  .date-author p {
    font-size: 11px;
  }
}
.date-author p span {
  text-transform: capitalize;
}

/**** Blog and Single Post ****/
.post-banner {
  border-bottom: 1px solid #A2BDEA;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .post-banner {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .post-banner {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.post-banner .post-banner-box {
  margin-bottom: 45px;
  display: flex;
  align-items: flex-end;
  gap: 0;
}
@media (max-width: 575px) {
  .post-banner .post-banner-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .post-banner .post-banner-box {
    flex-wrap: wrap;
    gap: 0;
  }
}
.post-banner .post-banner-box .left-col {
  flex: 1;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .post-banner .post-banner-box .left-col {
    padding: 0;
  }
}
.post-banner .post-banner-box .left-col .description h2 {
  font-size: 15px;
  font-weight: 400;
}
.post-banner .post-banner-box .right-col {
  width: 690px;
  max-width: 60%;
}
@media (max-width: 991px) {
  .post-banner .post-banner-box .right-col {
    display: none;
  }
}
.post-banner .post-banner-box .big-title {
  margin-bottom: 30px;
}
.post-banner .post-banner-box .date-author {
  margin-top: 40px;
}
.post-banner .post-banner-box .image img {
  height: auto;
  aspect-ratio: 16/11;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .post-banner .post-banner-box .image img {
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .post-banner .post-banner-box .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/13;
  }
}
.post-banner .post-banner-box .image figcaption {
  text-align: right;
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 13px;
}
@media (max-width: 575px) {
  .post-banner .post-banner-box .image figcaption {
    font-size: 11px;
  }
}
.post-banner .post-banner-box .image figcaption p {
  text-transform: capitalize;
  font-size: 13px;
}
@media (max-width: 575px) {
  .post-banner .post-banner-box .image figcaption p {
    font-size: 11px;
  }
}
.post-banner .key-points .key-points-box {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 991px) {
  .post-banner .key-points .key-points-box {
    display: block;
  }
}
@media (max-width: 700px) {
  .post-banner .key-points .key-points-box {
    margin-bottom: 20px;
  }
}
.post-banner .key-points .key-points-box .single-key-box {
  flex: 1 1 0;
  padding: 25px 20px 0 40px;
  position: relative;
}
@media (max-width: 991px) {
  .post-banner .key-points .key-points-box .single-key-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .post-banner .key-points .key-points-box .single-key-box {
    margin-bottom: 5px;
  }
}
.post-banner .key-points .key-points-box .single-key-box p {
  font-weight: 400;
}
.post-banner .key-points .key-points-box .single-key-box::before {
  content: "";
  background: url(../svg/blue-arrow-right.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1, 1);
}

.single-post-content .text_description .title {
  margin-bottom: 10px;
}
.single-post-content figure {
  margin-bottom: 40px;
}
.single-post-content .updated-post {
  border: 1px solid #3279E8;
  padding: 0 15px 35px 25px;
  margin-bottom: 35px;
}
.single-post-content .updated-post .updated-title {
  margin-bottom: 15px;
}
.single-post-content .updated-post .updated-title p {
  background: #3279E8;
  width: max-content;
  padding: 7px 4px;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .single-post-content .updated-post .updated-title p {
    line-height: 1.45;
  }
}
.single-post-content .updated-post .category-article {
  margin-bottom: 10px;
  text-transform: none;
}
.single-post-content .updated-post .updated-desc {
  text-align: justify;
}
.single-post-content .default-post-style {
  text-align: justify;
}
.single-post-content .default-post-style p {
  font-weight: 400;
  line-height: 1.6;
}
.single-post-content .default-post-style p em {
  font-style: italic;
}

.single-post .realted-posts-box {
  padding-bottom: 0 !important;
}

.realted-posts {
  margin-top: 55px;
}
.realted-posts .realted-posts-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 45px 50px;
}
@media (max-width: 991px) {
  .realted-posts .realted-posts-box {
    display: block;
  }
}
@media (max-width: 575px) {
  .realted-posts .realted-posts-box {
    padding: 35px 0px;
  }
}
.realted-posts .realted-posts-box .single-related-post {
  flex: 1 1 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
  padding: 0 10px;
}
@media (max-width: 991px) {
  .realted-posts .realted-posts-box .single-related-post {
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .realted-posts .realted-posts-box .single-related-post {
    padding: 0;
  }
}
.realted-posts .realted-posts-box .single-related-post:hover {
  transform: scale(1.04);
}
.realted-posts .realted-posts-box .single-related-post a {
  text-decoration: none;
}
.realted-posts .realted-posts-box .single-related-post .image {
  margin-bottom: 10px;
}
.realted-posts .realted-posts-box .single-related-post .image img {
  height: 135px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .realted-posts .realted-posts-box .single-related-post .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.realted-posts .realted-posts-box .single-related-post .big-title {
  margin-bottom: 5px;
}
.realted-posts .realted-posts-box .single-related-post .date-author {
  margin-top: 10px;
}
.realted-posts .realted-posts-box .single-related-post .date-author::after {
  content: none;
}

.default-post-style h2, .default-post-style h3, .default-post-style h4, .default-post-style h5, .default-post-style h6 {
  margin-bottom: 10px;
  font-weight: 400;
}
.default-post-style p {
  text-align: justify;
  padding-bottom: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 700px) {
  .default-post-style p {
    font-size: 15px;
    line-height: 20px;
  }
}
.default-post-style p, .default-post-style div {
  max-width: 100%;
}
.default-post-style p img, .default-post-style div img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.default-post-style figure {
  margin: 20px auto;
  padding: 0px !important;
}
.default-post-style figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.default-post-style ul {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: auto;
}
.default-post-style ul li {
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  list-style: auto;
}
.default-post-style ul li a {
  color: #1E1F1A;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}
.default-post-style ul li a:hover {
  text-decoration: underline;
  color: #3279E8;
}
.default-post-style ol {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: auto;
}
.default-post-style ol li {
  list-style: auto;
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  list-style: auto;
}
.default-post-style ol li a {
  color: #1E1F1A;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}
.default-post-style ol li a:hover {
  text-decoration: underline;
  color: #3279E8;
}
.default-post-style .two_columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 120px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .default-post-style .two_columns {
    margin-top: 80px;
  }
}
@media (max-width: 700px) {
  .default-post-style .two_columns {
    margin-top: 60px;
  }
}
.default-post-style .two_columns .left {
  width: 50%;
}
@media (max-width: 700px) {
  .default-post-style .two_columns .left {
    width: 100%;
  }
}
.default-post-style .two_columns .wpcf7 {
  width: 45%;
}
@media (max-width: 700px) {
  .default-post-style .two_columns .wpcf7 {
    width: 100%;
  }
}

.share-media {
  display: flex;
  align-items: flex-start;
}
.share-media p {
  margin-right: 15px;
}
.share-media .media-icons img {
  width: 25px;
  margin-right: 10px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
.share-media .media-icons img:hover {
  transform: scale(0.94);
}

/**** Search ****/
.linear-box {
  padding: 0 100px;
}
@media (max-width: 700px) {
  .linear-box {
    padding: 0;
  }
}
.linear-box .blue-box-title {
  border-bottom: 1px solid #A2BDEA;
}
.linear-box a {
  text-decoration: none;
}
.linear-box .single-blog-post {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #A2BDEA;
  padding: 18px 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 991px) {
  .linear-box .single-blog-post {
    display: block;
  }
}
.linear-box .single-blog-post:hover {
  background-color: #f1f1f1;
}
.linear-box .single-blog-post .linear-single-content {
  width: 500px;
  padding: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .linear-box .single-blog-post .linear-single-content {
    width: 100%;
    padding: 0;
  }
}
.linear-box .single-blog-post .linear-single-content .big-title {
  margin-bottom: 10px;
}
.linear-box .single-blog-post .linear-single-content .big-title h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 700px) {
  .linear-box .single-blog-post .linear-single-content .big-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .linear-box .single-blog-post .image {
    margin-bottom: 15px;
  }
}
.linear-box .single-blog-post .image img {
  min-width: 400px;
  width: 400px;
  max-width: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 700px) {
  .linear-box .single-blog-post .image img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .linear-box .single-blog-post .image img {
    min-width: 100%;
  }
}
@media (max-width: 700px) {
  .linear-box .single-blog-post .image img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.linear-box .single-blog-post .date-author {
  margin-top: 10px;
}
.linear-box .single-blog-post .date-author::after {
  content: none;
}
.linear-box .custom-pagination {
  margin-top: 65px;
}
@media (max-width: 991px) {
  .linear-box .custom-pagination {
    margin-top: 35px;
  }
}

/**** Daily LInks ****/
.link-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #A2BDEA;
  padding-bottom: 5px;
}
.link-post-box a {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-post-box a h1 {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-post-box a:hover h1 {
  color: #3279E8;
}
.link-post-box .big-title {
  margin-bottom: 40px;
}
.link-post-box .single-links-content p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single-links-banner .link-post-box {
  border-bottom: none;
}

.realted-posts a {
  text-decoration: none;
}
.realted-posts .realted-posts-box {
  gap: 0;
  padding: 45px 50px;
}
@media (max-width: 575px) {
  .realted-posts .realted-posts-box {
    padding: 35px 0px;
  }
}
.realted-posts .realted-posts-box .single-links-desc {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 10px;
}
.realted-posts .realted-posts-box .single-links-desc:hover {
  transform: scale(1.06);
}
.realted-posts .realted-posts-box .single-links-desc .big-title {
  margin-bottom: 10px;
}
.realted-posts .realted-posts-box .single-links-desc .single-links-content {
  margin-bottom: 5px;
}
.realted-posts .realted-posts-box .single-links-desc .single-links-content p {
  color: #1E1F1A;
}

.row-width {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 200px;
}
@media (max-width: 991px) {
  .row-width {
    display: block;
  }
}
.row-width .col-width {
  flex: 1 1 0;
}
@media (max-width: 700px) {
  .row-width .col-width {
    margin-bottom: 30px;
  }
}
.row-width .text {
  max-width: 340px;
}
@media (max-width: 991px) {
  .row-width .text {
    max-width: 100%;
  }
}
.row-width .text h1 {
  font-size: 35px;
  margin-bottom: 30px;
}
.row-width .text h2 {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}
.row-width .post-year-box {
  margin-bottom: 35px;
}
.row-width .post-year-box .post-month-box .month-posts h3 {
  margin-bottom: 5px;
}
.row-width .post-year-box .post-month-box .month-posts h3 a {
  color: #002A40;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms 0ms ease-in-out;
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms 0ms ease-in-out;
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms 0ms ease-in-out;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms 0ms ease-in-out;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms 0ms ease-in-out;
}
.row-width .post-year-box .post-month-box .month-posts h3 a:hover {
  color: #3279E8;
}
.row-width .content h6 {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #3279E8;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.row-width .content h6 a {
  text-decoration: none;
  color: #1E1F1A;
}
.row-width .content h6 a:hover {
  color: #3279E8;
  text-decoration: underline;
}

.alphabet {
  gap: 60px;
}
.alphabet .page-banner-letters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A2BDEA;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .alphabet .page-banner-letters {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.alphabet .page-banner-letters h6 {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  color: #1E1F1A;
  border: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .alphabet .page-banner-letters h6 {
    width: 45px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .alphabet .page-banner-letters h6 {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .alphabet .page-banner-letters h6 {
    width: 25px;
  }
}
.alphabet .page-banner-letters h6:hover {
  padding: 0;
  background-color: transparent;
}
.alphabet .page-banner-letters h6 a {
  text-decoration: none;
  color: #1E1F1A;
}
.alphabet .page-banner-letters h6 a:hover {
  text-decoration: underline;
}
.alphabet .page-content-letter h2 {
  margin-bottom: 15px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.alphabet .page-content-letter h2 a {
  text-decoration: none;
  color: #1E1F1A;
}
.alphabet .page-content-letter h2 a:hover {
  color: #3279E8;
  text-decoration: underline;
}
.alphabet .page-content-letter .single-page-content-letter {
  margin-top: 45px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .alphabet .page-content-letter .single-page-content-letter {
    margin-top: 30px;
  }
}
.alphabet .page-content-letter .single-page-content-letter h6 {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  color: #1E1F1A;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  width: max-content;
}
.alphabet .page-content-letter .single-page-content-letter h6:hover {
  padding: 0;
  background-color: transparent;
}
.alphabet .page-content-letter .single-page-content-letter h6 a {
  text-decoration: none;
  color: #3279E8;
}
.alphabet .page-content-letter .single-page-content-letter h6 a:hover {
  text-decoration: underline;
}
.alphabet .page-content-letter .single-page-content-letter .letter-position {
  position: absolute;
  margin-top: -100px;
  visibility: hidden;
  color: transparent;
}
@media (max-width: 575px) {
  .alphabet .page-content-letter .single-page-content-letter .letter-position {
    margin-top: -80px;
  }
}

.daily_links-template-default .addtoany_content {
  display: none;
}

.default-post-style .daily_links .link-post-box .single-links-content p {
  padding-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
}
.default-post-style .daily_links .link-post-box .single-links-content p strong {
  font-weight: 400;
}
.default-post-style .daily_links .small-title .category-article {
  padding-bottom: 0;
}

/**** Weekly Brief ****/
.weekly_briefings .row-width {
  gap: 60px;
}
@media (max-width: 991px) {
  .weekly_briefings .row-width .content {
    margin-top: 30px;
  }
}
.weekly_briefings .row-width h6.toggle-month {
  font-size: 15px;
  padding: 15px 0 8px;
}
.weekly_briefings .row-width .showBtn::after {
  top: 14px;
}

/**** Deep Dives ****/
@media (max-width: 991px) {
  .deep_dives .row-width .content {
    margin-top: 30px;
  }
}
.deep_dives .row-width h6 {
  font-size: 15px;
  padding: 15px 0 8px;
  border-bottom: 0;
}

/**** Gravity Form ****/
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_body ul li {
  margin-top: 0 !important;
  padding-right: 0 !important;
}
.gform_wrapper .gform_body ul li .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .gform_body ul li .ginput_container input {
  margin-top: 0 !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
}

.gform_confirmation_message {
  color: #eff0f2;
}

/**** Post PDF ****/
.pdf-post-banner {
  display: none;
}

.single-case-pdf .post-banner {
  display: none;
}
.single-case-pdf .pdf-post-banner {
  display: block;
}
.single-case-pdf .pdf-post-banner .big-title {
  margin-bottom: 10px;
}
.single-case-pdf .pdf-post-banner .date-author {
  margin-bottom: 55px;
}
.single-case-pdf .pdf-post-banner .date-author p {
  color: #B2BCB7;
  font-size: 12px;
  line-height: 1.6;
}
.single-case-pdf .pdf-post-banner .date-author p a {
  color: #B2BCB7;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single-case-pdf .pdf-post-banner .date-author p a:hover {
  color: #1E1F1A;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .single-case-pdf .pdf-post-banner .date-author p a {
    font-size: 11px;
  }
}
.single-case-pdf .pdf-post-banner .date-author p a span {
  text-transform: capitalize;
}
.single-case-pdf .realted-posts {
  display: none;
}
.single-case-pdf .share-media {
  display: none;
}

/**** Case Documentation Page ****/
.case-documentation-page.container-width {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: start;
}
.case-documentation-page.container-width h1 {
  order: 2;
  width: 390px;
  max-width: 390px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.25;
  font-size: 24px !important;
}
@media (max-width: 1280px) {
  .case-documentation-page.container-width h1 {
    width: 330px;
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .case-documentation-page.container-width h1 {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    margin-bottom: 20px;
    order: 1;
  }
}
.case-documentation-page.container-width h1 span {
  line-height: 1.25;
  font-size: 24px !important;
}
.case-documentation-page.container-width h1 a {
  color: #1E1F1A;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}
.case-documentation-page.container-width h1 a:hover {
  color: #3279E8;
  text-decoration: underline;
}
.case-documentation-page.container-width p {
  line-height: 1.6;
}
.case-documentation-page.container-width p:first-of-type {
  order: 2;
  width: 390px;
  max-width: 390px;
  position: absolute;
  left: 0;
  top: 100px;
  line-height: 1.6;
}
@media (max-width: 1280px) {
  .case-documentation-page.container-width p:first-of-type {
    width: 330px;
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .case-documentation-page.container-width p:first-of-type {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    margin-bottom: 20px;
    order: 1;
  }
}
.case-documentation-page.container-width p:not(:first-of-type) {
  align-self: flex-end;
  width: 750px;
  max-width: 750px;
  margin-bottom: 10px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  font-size: 15px;
  order: 1;
  line-height: 2;
}
@media (max-width: 1280px) {
  .case-documentation-page.container-width p:not(:first-of-type) {
    width: 600px;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .case-documentation-page.container-width p:not(:first-of-type) {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}
.case-documentation-page.container-width p:not(:first-of-type) a {
  color: #1E1F1A;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.case-documentation-page.container-width p:not(:first-of-type) a:hover {
  color: #3279E8;
  text-decoration: underline;
}

/**** Deep Dives Page ****/
.deep-dives-page.default-post-style h1 {
  margin-bottom: 30px;
}
.deep-dives-page.default-post-style .small-title .category-article {
  padding-bottom: 0;
}

/**** Topics Of Interest Page ****/
.topics-of-interest-page.default-post-style h1 {
  margin-bottom: 30px;
}

.topics_of_interest .text h2 {
  line-height: 140%;
}

/**** Weekly Briefings Page ****/
.weekly-briefings-page.default-post-style h1 {
  margin-bottom: 30px;
}

/**** Case Studies Page ****/
.case-studies-page.default-post-style h1 {
  margin-bottom: 30px;
}
.case-studies-page.default-post-style .small-title .category-article {
  padding-bottom: 0;
}

/**** Proprietary Data Sets Page ****/
.proprietary-data-sets-page.default-post-style h1 {
  margin-bottom: 30px;
}
.proprietary-data-sets-page.default-post-style .small-title .category-article {
  padding-bottom: 0;
}

/**** Case Briefs ****/
.case-briefs-page.default-post-style h1 {
  margin-bottom: 30px;
}
.case-briefs-page.default-post-style .small-title .category-article {
  padding-bottom: 0;
}

/**** Textual Editor Section ****/
.page-id-36606 .textual-editor h2, .page-id-36606 .textual-editor h3, .page-id-36606 .textual-editor h4, .page-id-36606 .textual-editor h5, .page-id-36606 .textual-editor h6 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-id-36606 .textual-editor h2, .page-id-36606 .textual-editor h3, .page-id-36606 .textual-editor h4, .page-id-36606 .textual-editor h5, .page-id-36606 .textual-editor h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-id-36606 .textual-editor h2, .page-id-36606 .textual-editor h3, .page-id-36606 .textual-editor h4, .page-id-36606 .textual-editor h5, .page-id-36606 .textual-editor h6 {
    font-size: 20px;
  }
}
.page-id-36606 .textual-editor p {
  position: relative;
  margin-bottom: 75px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .page-id-36606 .textual-editor p {
    margin-bottom: 60px;
  }
}
.page-id-36606 .textual-editor p::after {
  content: "";
  background: #3279E8;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/**** TTAB Tracker Section ****/
.ttab-tracker-page.default-post-style h1 {
  margin-bottom: 30px;
}

/**** Popup ****/
.pum-theme-884 .pum-container, .pum-theme-lightbox .pum-container {
  padding: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html .pum-active {
  background-color: rgba(30, 31, 26, 0.5);
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 575px) {
  #popmake-889 {
    max-width: calc(100% - 50px);
    width: 100% !important;
    -webkit-transform: translateX(-25px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(-25px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(-25px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(-25px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(-25px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  }
}
#popmake-889 .gform_wrapper {
  max-width: 220px;
  margin: 40px auto 0 auto;
}
@media (max-width: 700px) {
  #popmake-889 .gform_wrapper {
    max-width: 80%;
  }
}
#popmake-889 .popup-top {
  padding: 75px 52px 52px 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #popmake-889 .popup-top {
    padding: 60px 30px 40px 30px;
  }
}
#popmake-889 .popmake-content .fnote {
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #CBD6D1;
}
@media (max-width: 700px) {
  #popmake-889 .popmake-content .fnote {
    padding: 20px;
  }
}
#popmake-889 .popmake-content .fnote p {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  font-size: 8px;
  max-width: unset;
}
#popmake-889 .popmake-content .fnote p a {
  text-decoration: underline;
  color: #1E1F1A;
}
#popmake-889 .popmake-content .fnote p a:hover {
  text-decoration: none;
}
#popmake-889 .popmake-content h6 {
  font-size: 45px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 700px) {
  #popmake-889 .popmake-content h6 {
    font-size: 28px;
  }
}
#popmake-889 .popmake-content p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  #popmake-889 .popmake-content p {
    font-size: 16px;
  }
}
#popmake-889 .popmake-content form {
  position: relative;
}
#popmake-889 .popmake-content form input {
  border: 1px solid #1E1F1A;
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: transparent;
  padding: 5px;
  border-radius: 0px;
}
@media (max-width: 480px) {
  #popmake-889 .popmake-content form input {
    font-size: 14px;
  }
}
#popmake-889 .popmake-content form input::placeholder {
  color: #1E1F1A;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 480px) {
  #popmake-889 .popmake-content form input::placeholder {
    font-size: 14px;
  }
}
#popmake-889 .popmake-content form input:focus {
  outline: none;
}
@media (max-width: 575px) {
  #popmake-889 .popmake-content form .gform_footer {
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: -15px;
  }
}
#popmake-889 .popmake-content form .gform_footer input[type=submit] {
  background-image: url(../svg/white-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  color: transparent;
  background-color: #3279E8;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0;
  margin-right: 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  #popmake-889 .popmake-content form .gform_footer input[type=submit] {
    margin-bottom: 0;
  }
}
#popmake-889 .popmake-content form .gform_footer input[type=submit]:hover {
  opacity: 0.8;
}
#popmake-889 .popmake-content form .gform_footer input[type=submit]:focus {
  outline: none;
}
#popmake-889 .popmake-close {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
#popmake-889 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
#popmake-889 .gform_wrapper div.validation_error {
  display: none;
}
#popmake-889 .gform_confirmation_message {
  color: inherit;
  margin-top: 10px;
}
#popmake-889 .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

#popmake-6894 p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
#popmake-6894 p .cookie-close {
  border: 1px solid #3279E8;
  background-color: #3279E8;
  padding: 12px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF;
  cursor: pointer;
}
#popmake-6894 p .cookie-close:hover {
  background-color: #A2BDEA;
  border: 1px solid #A2BDEA;
}
#popmake-6894 p .cookie-close:focus {
  outline: none;
}
#popmake-6894 .popmake-close {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

body #pum-6894.pum-theme-884 .pum-container, body #pum-6894 .pum-theme-lightbox .pum-container {
  background-color: #CBD6D1;
}
body #pum-6894.pum-theme-884 .pum-content, body #pum-6894 .pum-theme-lightbox .pum-content {
  padding: 20px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  body #pum-6894.pum-theme-884 .pum-content, body #pum-6894 .pum-theme-lightbox .pum-content {
    padding: 20px 30px;
  }
}
body #pum-6894.pum-theme-884 .pum-content p, body #pum-6894 .pum-theme-lightbox .pum-content p {
  margin-bottom: 10px;
}
body #pum-6894.pum-theme-884 .pum-content p a, body #pum-6894 .pum-theme-lightbox .pum-content p a {
  color: inherit;
  text-decoration: underline;
}
body #pum-6894.pum-theme-884 .pum-content .btns-holder, body #pum-6894 .pum-theme-lightbox .pum-content .btns-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body #pum-6894.pum-theme-884 .pum-content .btns-holder button, body #pum-6894 .pum-theme-lightbox .pum-content .btns-holder button {
  display: inline-block;
  border: 1px solid #3279E8;
  background-color: #3279E8;
  padding: 12px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF;
  cursor: pointer;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
  text-transform: uppercase;
}
body #pum-6894.pum-theme-884 .pum-content .btns-holder button:hover, body #pum-6894 .pum-theme-lightbox .pum-content .btns-holder button:hover {
  background-color: #A2BDEA;
  border: 1px solid #A2BDEA;
  color: #FFFFFF;
}
body #pum-6894.pum-theme-884 .pum-content .btns-holder button.transparent, body #pum-6894 .pum-theme-lightbox .pum-content .btns-holder button.transparent {
  background-color: transparent;
  border: 1px solid #3279E8;
  color: #3279E8;
}
body #pum-6894.pum-theme-884 .pum-content .btns-holder button:focus, body #pum-6894 .pum-theme-lightbox .pum-content .btns-holder button:focus {
  outline: none;
}
body #pum-6894.pum-theme-884 .pum-content .btns-holder button:first-child, body #pum-6894 .pum-theme-lightbox .pum-content .btns-holder button:first-child {
  margin-right: 10px;
}
body #pum-6894.pum-theme-884 .pum-container .pum-close {
  display: none;
}

/**** Login Page ****/
h1.title {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .widget-container {
    max-width: 700px;
    margin: auto;
  }
}
.widget-container .widget-header, .widget-container .widget-header.text-lt {
  padding: 0 0 5px 0;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.widget-container .ev-notifier-template #userIdentifier-widget, .widget-container .ev-notifier-template #evLogin, .widget-container .ev-notifier-template #evRegistration {
  position: relative;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-header, .widget-container .ev-notifier-template #evLogin #widget-header, .widget-container .ev-notifier-template #evRegistration #widget-header {
  text-align: center;
  border-bottom: 1px solid #3279E8;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-header, .widget-container .ev-notifier-template #evLogin #widget-header, .widget-container .ev-notifier-template #evRegistration #widget-header {
    padding-bottom: 15px;
  }
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-header span, .widget-container .ev-notifier-template #evLogin #widget-header span, .widget-container .ev-notifier-template #evRegistration #widget-header span {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #1E1F1A;
}
@media (max-width: 991px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-header span, .widget-container .ev-notifier-template #evLogin #widget-header span, .widget-container .ev-notifier-template #evRegistration #widget-header span {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-header span, .widget-container .ev-notifier-template #evLogin #widget-header span, .widget-container .ev-notifier-template #evRegistration #widget-header span {
    font-size: 20px;
  }
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body, .widget-container .ev-notifier-template #evLogin #widget-body, .widget-container .ev-notifier-template #evRegistration #widget-body {
  padding: 30px 0;
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-body, .widget-container .ev-notifier-template #evLogin #widget-body, .widget-container .ev-notifier-template #evRegistration #widget-body {
    padding: 15px 0;
  }
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body .ev-error-field, .widget-container .ev-notifier-template #evLogin #widget-body .ev-error-field, .widget-container .ev-notifier-template #evRegistration #widget-body .ev-error-field {
  color: #F03D3E !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 3;
}
@media (max-width: 700px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-body .ev-error-field, .widget-container .ev-notifier-template #evLogin #widget-body .ev-error-field, .widget-container .ev-notifier-template #evRegistration #widget-body .ev-error-field {
    position: absolute;
    bottom: -10px;
    left: 50px;
  }
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #login-divider .ng-binding, .widget-container .ev-notifier-template #evLogin #widget-body #login-divider .ng-binding, .widget-container .ev-notifier-template #evRegistration #widget-body #login-divider .ng-binding {
  color: #3279E8;
  font-family: "IBM Plex Sans", sans-serif;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #login-divider .spacer::after, .widget-container .ev-notifier-template #evLogin #widget-body #login-divider .spacer::after, .widget-container .ev-notifier-template #evRegistration #widget-body #login-divider .spacer::after {
  background: #B2BCB7;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns {
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns {
    flex-direction: column;
  }
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .ev-social-btn-icon, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .ev-social-btn-icon, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .ev-social-btn-icon {
  display: none;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group {
  width: auto !important;
  flex: unset !important;
  margin: 0;
}
@media (max-width: 767px) {
  .widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper {
  box-shadow: none;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper:hover, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper:hover, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper:hover {
  box-shadow: none;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn {
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #A2BDEA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn:hover, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn:hover, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn:hover {
  background-color: #A2BDEA !important;
  color: #FFFFFF !important;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn:focus, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn:focus, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn:focus {
  outline: none;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn .ev-social-btn-text, .widget-container .ev-notifier-template #evLogin #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn .ev-social-btn-text, .widget-container .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns .btn-group .ev-social-btn-wrapper .ev-social-btn .ev-social-btn-text {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", sans-serif;
  line-height: 40px;
  padding: 0 12px;
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body .forgot-password, .widget-container .ev-notifier-template #evLogin #widget-body .forgot-password, .widget-container .ev-notifier-template #evRegistration #widget-body .forgot-password {
  color: #B2BCB7;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.widget-container .ev-notifier-template #userIdentifier-widget #widget-body .forgot-password:hover, .widget-container .ev-notifier-template #evLogin #widget-body .forgot-password:hover, .widget-container .ev-notifier-template #evRegistration #widget-body .forgot-password:hover {
  color: #3279E8;
  text-decoration: underline !important;
}
.widget-container .ev-notifier-template #registrationCaptureAttrs #buttonPanel {
  clear: both;
}
.widget-container .ev-notifier-template input.ng-invalid.ng-dirty, .widget-container .ev-notifier-template .ev .has-error .form-control {
  background-color: #fff !important;
  border: 1px solid #F03D3E !important;
}
.widget-container .ev-notifier-template .alert-success {
  background: #CBD6D1;
  color: #1E1F1A;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  margin-left: 0;
  border-radius: 0;
  border: none;
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template .alert-success {
    font-size: 14px;
  }
}
.widget-container .ev-notifier-template .alert-success span {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template .alert-success span {
    font-size: 14px;
  }
}
.widget-container .ev-notifier-template .alert-info {
  text-shadow: none;
  background-image: none;
  border: none;
  color: #CBD6D1;
  background: #CAF8FD;
  border-radius: 0;
  margin: 0px 0 30px;
}
.widget-container .ev-notifier-template .alert-info span {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template .alert-info span {
    font-size: 14px;
  }
}
.widget-container .ev-notifier-template .alert-msg-close span:before {
  content: "X";
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #1E1F1A;
}
@media (max-width: 575px) {
  .widget-container .ev-notifier-template .alert-msg-close span:before {
    font-size: 14px;
  }
}
.widget-container .ev-notifier-template #login-flip {
  display: block !important;
}
.widget-container .ev-notifier-template .flip {
  min-width: 100%;
}
.widget-container .ev-notifier-template .flip-front {
  position: relative;
  margin: 0 auto;
  min-width: 100% !important;
  width: auto !important;
}
.widget-container .ev-notifier-template .flip-back {
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.widget-container .ev.btn.btn-success {
  border: 1px solid #3279E8 !important;
  background-color: #3279E8 !important;
  padding: 12px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF !important;
  cursor: pointer;
  line-height: 1;
  opacity: 1;
  text-shadow: none !important;
}
.widget-container .ev.btn.btn-success:hover {
  background-color: #A2BDEA !important;
  border: 1px solid #A2BDEA !important;
  color: #FFFFFF !important;
}
.widget-container .ev.btn.btn-success:focus {
  outline: none;
}
.widget-container .ev .input-group-addon {
  background-color: #FFFFFF;
  border: 1px solid #B2BCB7 !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  color: #1E1F1A !important;
}
.widget-container .ev.col-sm-9, .widget-container .ev .col-sm-4, .widget-container .ev .col-sm-8 {
  float: none;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.widget-container .ev.col-sm-4.control-label.widget-label.ng-binding {
  padding: 10px 0 !important;
}
.widget-container .btn-default {
  border: 1px solid #3279E8 !important;
  background-color: #FFFFFF !important;
  padding: 0px 30px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #3279E8 !important;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-image: none !important;
  box-shadow: none;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .widget-container .btn-default {
    margin-left: 0;
  }
}
.widget-container .btn-default:hover {
  background-color: #FFFFFF !important;
  border: 1px solid #3279E8;
  color: #3279E8 !important;
}
.widget-container .btn-default:focus {
  outline: none;
}
.widget-container .btn-default .ev-social-btn-text {
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 44px;
}
.widget-container .ev .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .widget-container .ev .form-horizontal .form-group {
    padding: 0;
    flex: 0 0 100%;
  }
}
.widget-container .ev .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF;
  border: 1px solid #A2BDEA;
}
.widget-container .ev .table-striped > tbody > tr:nth-of-type(odd) th {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.widget-container .ev .table-striped > tbody > tr:first-of-type {
  background-color: #A2BDEA;
}
.widget-container tr {
  border: 1px solid #A2BDEA;
}
.widget-container tr td span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: normal;
  color: #1E1F1A;
}

/**** Gravity form and Contact Form 7 ****/
.pelcro-offline-subscribe-button {
  border: 1px solid #A2BDEA !important;
  background-color: #A2BDEA !important;
  padding: 12px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF !important;
  font-family: "IBM Plex Sans", sans-serif;
  cursor: pointer;
  line-height: 1;
  opacity: 1;
  text-shadow: none !important;
}
.pelcro-offline-subscribe-button:hover {
  background-color: #3279E8 !important;
  border: 1px solid #3279E8 !important;
  color: #FFFFFF !important;
}
.pelcro-offline-subscribe-button:focus {
  outline: none;
}

.wpcf7 ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.wpcf7 ul li {
  width: 100%;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wpcf7 ul li p {
  padding-bottom: 0;
  text-align: left;
}
.wpcf7 ul li span {
  display: block;
}
.wpcf7 ul li.half {
  width: 49%;
}
@media (max-width: 1280px) {
  .wpcf7 ul li.half {
    width: 48%;
  }
}
@media (max-width: 1023px) {
  .wpcf7 ul li.half {
    width: 100%;
  }
}
.wpcf7 ul li.center p {
  text-align: center;
}
.wpcf7 label {
  color: #1E1F1A !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  font-family: "IBM Plex Mono", sans-serif !important;
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  color: #1E1F1A !important;
  border: 1px solid #1E1F1A !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: normal !important;
  padding: 8px !important;
  border-radius: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  color: #1E1F1A !important;
  font-size: 15px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #3279E8 !important;
}
.wpcf7 textarea {
  height: 90px;
}
@media (max-width: 700px) {
  .wpcf7 textarea {
    height: 60px;
  }
}
.wpcf7 button {
  border: 1px solid #3279E8 !important;
  background-color: #3279E8 !important;
  padding: 12px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF !important;
  font-family: "IBM Plex Mono", sans-serif;
  cursor: pointer;
  line-height: 1;
  opacity: 1;
  text-shadow: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.wpcf7 button:hover {
  background-color: #A2BDEA !important;
  border: 1px solid #A2BDEA !important;
  color: #FFFFFF !important;
}
.wpcf7 button:focus {
  outline: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin: -10px 0 15px 0;
}

.page-id-41378 .year_month_subscribe .year-month-box .main-tabs {
  display: none;
}

.loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  pointer-events: all;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -ms-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.loading-holder .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E9E5DF;
}
.loading-holder .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading-holder .progress-notification {
  display: none;
}
.loading-holder .progress-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}
.loading-holder .progress-loaded {
  position: relative;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #002A40;
}
.loading-holder.transparent {
  background: none;
}
.loading-holder.finished {
  opacity: 0;
  pointer-events: none;
}

.highlighted {
  display: inline-block;
}

.no-results {
  margin-top: 50px;
}

@media (max-width: 700px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 700px) {
  .hide-desktop {
    display: block !important;
  }
}

#faq-section {
  margin-top: -60px;
}

/*# sourceMappingURL=main.css.map */
.proprietary_data_sets .content h6 {
  font-size: 19px;
}
@media (max-width: 700px) {
  .proprietary_data_sets .content h6 {
    font-size: 16px;
  }
}

.page-template-tpl-enterprise {
  font-weight: 400;
}
.page-template-tpl-enterprise .wrapper {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}
.page-template-tpl-enterprise section {
  padding: 60px 0;
  border-bottom: 1px solid #3279E8;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise section {
    padding: 40px 0;
  }
}
.page-template-tpl-enterprise section:first-child {
  padding-top: 0;
}
.page-template-tpl-enterprise section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-template-tpl-enterprise .features-enterprise h1 {
  color: #3279E8;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "IBM Plex Mono", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .features-enterprise h1 {
    margin-bottom: 15px;
  }
}
.page-template-tpl-enterprise .features-enterprise h2 {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .features-enterprise h2 {
    font-size: 26px;
  }
}
.page-template-tpl-enterprise .features-enterprise .bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.page-template-tpl-enterprise .features-enterprise .bottom-section .box {
  width: 570px;
  max-width: 57%;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .features-enterprise .bottom-section .box {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-tpl-enterprise .features-enterprise .bottom-section .text-cf {
  width: 310px;
  max-width: 40%;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .features-enterprise .bottom-section .text-cf {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.page-template-tpl-enterprise .features-enterprise .bottom-section .text-cf .wpcf7 ul {
  margin-top: 15px;
}
.page-template-tpl-enterprise .features-enterprise .bottom-section .text-cf .wpcf7 textarea {
  height: 65px;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .features-enterprise .bottom-section .text-cf .wpcf7 textarea {
    height: 40px;
  }
}
.page-template-tpl-enterprise .trusted-enterprise .cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.page-template-tpl-enterprise .trusted-enterprise .cards li {
  width: 31%;
  border: 1px solid #3279E8;
  padding: 0 35px 35px 35px;
  min-height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .trusted-enterprise .cards li {
    width: 100%;
    padding: 0 25px 35px 25px;
    min-height: 150px;
    margin-bottom: 20px;
  }
  .page-template-tpl-enterprise .trusted-enterprise .cards li:last-child {
    margin-bottom: 0;
  }
}
.page-template-tpl-enterprise .trusted-enterprise .cards li .count-number {
  background: #CBD6D1;
  width: max-content;
  padding: 4px 8px;
}
.page-template-tpl-enterprise .trusted-enterprise .cards li .count-number p {
  color: #FFFFFF;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.page-template-tpl-enterprise .trusted-enterprise .cards li .title {
  text-transform: uppercase;
  margin: 30px 0 20px;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .trusted-enterprise .cards li .title {
    margin: 20px 0 12px;
  }
}
.page-template-tpl-enterprise .trusted-enterprise .cards li .text {
  line-height: 1.6;
}
.page-template-tpl-enterprise .unlimited-enterprise .bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.page-template-tpl-enterprise .unlimited-enterprise .bottom-section .btn-holder {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .unlimited-enterprise .bottom-section .btn-holder {
    margin-top: 10px;
  }
}
.page-template-tpl-enterprise .unlimited-enterprise .box {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .unlimited-enterprise .box {
    margin-bottom: 30px;
  }
}
.page-template-tpl-enterprise .unlimited-enterprise .box.full {
  width: 100%;
}
.page-template-tpl-enterprise .unlimited-enterprise .box.half {
  width: 47%;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .unlimited-enterprise .box.half {
    width: 100%;
  }
}
.page-template-tpl-enterprise .unlimited-enterprise .box p {
  line-height: 1.6;
}
.page-template-tpl-enterprise .unlimited-enterprise .box ul li {
  margin-bottom: 7px;
}
.page-template-tpl-enterprise .unlimited-enterprise .box ul li:last-child {
  margin-bottom: 0;
}
.page-template-tpl-enterprise .box {
  border: 1px solid #3279E8;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .box {
    padding: 15px;
  }
}
.page-template-tpl-enterprise .box p {
  margin-bottom: 5px;
}
.page-template-tpl-enterprise .box ul li {
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .box ul li {
    padding-left: 20px;
  }
}
.page-template-tpl-enterprise .box ul li.tick:before {
  content: url("../svg/blue-checkmark.svg");
}
.page-template-tpl-enterprise .box ul li:before {
  content: url("../svg/blue-plus.svg");
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .box ul li:before {
    top: 3px;
  }
}
.page-template-tpl-enterprise .title-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-template-tpl-enterprise .title-text h3 {
  width: 340px;
  max-width: 35%;
  font-size: 28px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .title-text h3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-tpl-enterprise .title-text p {
  width: 530px;
  max-width: 60%;
  padding-left: 30px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .title-text p {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.page-template-tpl-enterprise .top-section {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .page-template-tpl-enterprise .top-section {
    margin-bottom: 22px;
  }
}

html body .content-styleguide h1 {
  margin-bottom: 25px;
  text-align: left !important;
}
html body .content-styleguide h2 {
  font-size: 18px;
  font-family: "IBM Plex Mono", sans-serif;
}
html body .content-styleguide h3 {
  font-size: 16px;
  font-family: "IBM Plex Mono", sans-serif;
}
html body .content-styleguide h4 {
  font-size: 18px;
}
html body .content-styleguide h5 {
  font-size: 16px;
}
html body .content-styleguide h6 {
  font-size: 24px;
}

.has-background {
  padding: 10px;
}

/*
BUTTONS GLOBAL
-------------------------------------------- */
.btn-white-arrow {
  border: 1px solid #3279E8;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 12px;
  min-width: 220px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #3279E8;
  cursor: pointer;
}
.btn-white-arrow:hover {
  background-color: #3279E8;
  color: #FFFFFF;
}
.btn-white-arrow:focus {
  outline: none;
}
.btn-white-arrow span {
  position: relative;
  height: 100%;
  background: #3279E8;
  padding: 5px 15px;
  margin-left: 5px;
  border: 1px solid #3279E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-white-arrow span:before, .btn-white-arrow span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  background-color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-white-arrow span:before {
  width: 12px;
  height: 1px;
}
.btn-white-arrow span:after {
  height: 12px;
  width: 1px;
}

.btn-blue {
  border: 1px solid #3279E8;
  background-color: #3279E8;
  padding: 12px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-blue:hover {
  background-color: #A2BDEA;
  border: 1px solid #A2BDEA;
}
.btn-blue:focus {
  outline: none;
}

.color-btn {
  border: 0;
  background: #b8cdf4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b8cdf4 0%, #c0d1eb 34%, #bcc9d6 64%, #c8d1ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b8cdf4 0%, #c0d1eb 34%, #bcc9d6 64%, #c8d1ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b8cdf4 0%, #c0d1eb 34%, #bcc9d6 64%, #c8d1ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b8cdf4", endColorstr="#c8d1ce",GradientType=1 );
  /* IE6-9 */
  padding: 18px 16px;
  min-width: max-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFFFFF;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-btn:hover {
  text-decoration: underline;
}
.color-btn:focus {
  outline: none;
}
.color-btn span img {
  margin-left: 10px;
  margin-top: 4px;
}

/*
HERO
-------------------------------------------- */
/*
FORMS GLOBAL
-------------------------------------------- */
.widget-container.ev .row.student-form {
  margin: 0;
}
.widget-container.ev .row.student-form .row {
  margin: 0;
}
.widget-container .ps-headings.student-form {
  text-align: left;
}
.widget-container .ps-links.student-form a:active, .widget-container .ps-links.student-form a:visited, .widget-container .ps-links.student-form a:hover {
  font-size: 1rem;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out 1000ms 0ms ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out 1000ms 0ms ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out 1000ms 0ms ease-in-out;
  -o-transition: opacity 0.3s ease-in-out 1000ms 0ms ease-in-out;
  transition: opacity 0.3s ease-in-out 1000ms 0ms ease-in-out;
}
.widget-container .ev-product-profile .profile-section-title {
  font-family: "IBM Plex Mono", sans-serif !important;
  font-weight: 400;
}
.widget-container.ev .form-horizontal .control-label {
  padding: 0;
}
.widget-container .personal-details.profile-section .form-horizontal .form-group {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .widget-container .widget-body, .widget-container .product-item-container.productStyle {
    max-width: 100% !important;
  }
}

#widget-body #registration-widget label {
  display: none;
}

.small_title_description {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .small_title_description {
    margin-bottom: 30px;
  }
}
.small_title_description .wrapper {
  border-bottom: 1px solid #3279E8;
  padding-bottom: 35px;
}

.count_columns {
  padding-top: 45px;
}
@media (max-width: 700px) {
  .count_columns {
    padding-top: 0;
  }
}
.count_columns .count-content {
  display: flex;
  align-items: start;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .count_columns .count-content {
    display: block;
  }
}
.count_columns .count-content .count-title {
  min-width: 270px;
}
@media (max-width: 991px) {
  .count_columns .count-content .count-title {
    min-width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .count_columns .count-content .count-title {
    margin-bottom: 15px;
  }
}
.count_columns .count-box {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 991px) {
  .count_columns .count-box {
    display: block;
  }
}
.count_columns .count-box p {
  padding-bottom: 0;
}
.count_columns .count-box .single-count-box {
  flex: 1 1 0;
  border: 1px solid #3279E8;
  padding: 0 35px 35px 35px;
  min-height: 195px;
}
@media (max-width: 991px) {
  .count_columns .count-box .single-count-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .count_columns .count-box .single-count-box {
    padding: 0 35px 55px 35px;
    min-height: auto;
  }
}
.count_columns .count-box .single-count-box .count-description p {
  text-align: left;
}
.count_columns .count-box .single-count-box .count-number {
  background: #CBD6D1;
  width: max-content;
  padding: 4px 8px;
}
.count_columns .count-box .single-count-box .count-number p {
  color: #FFFFFF;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.count_columns .count-box .single-count-box .count-title {
  margin: 30px 0 20px;
}
.count_columns .count-box .single-count-box .count-title p {
  text-transform: uppercase;
}

.text_description {
  margin-top: 25px;
  margin-bottom: 30px;
}
.text_description .title {
  margin-bottom: 20px;
}
.text_description .description p {
  text-align: justify;
  padding-bottom: 20px;
}

.quote {
  margin-top: 25px;
  margin-bottom: 55px;
}
.quote .quote-box {
  border-left: 1px solid #3279E8;
  padding: 10px 5px 10px 20px;
}
.quote .quote-box p {
  font-style: italic;
  text-align: justify;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 25px;
  border-left: 1px solid #3279E8;
  padding: 10px 5px 10px 20px;
}
blockquote p {
  font-style: italic;
  text-align: justify;
}

.text_image .big-title {
  margin-bottom: 40px;
}
.text_image .text-image-box {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 991px) {
  .text_image .text-image-box {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .text_image .text-image-box .image {
    margin-bottom: 30px;
  }
}
.text_image .text-image-box .image img {
  width: 100vw;
  position: relative;
  margin-right: -50vw;
  right: -90px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .text_image .text-image-box .image img {
    right: 0px;
  }
}
.text_image .text-image-box .image figcaption {
  margin-left: 90px;
}
@media (max-width: 1280px) {
  .text_image .text-image-box .image figcaption {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .text_image .text-image-box .image figcaption {
    text-align: right;
  }
}
.text_image.wider .text-image-box {
  gap: 0;
}
.text_image.wider .text-image-box > div:last-child {
  flex: 0 0 45%;
  max-width: 45%;
}

.year_month_subscribe p {
  padding-bottom: 0;
}
.year_month_subscribe .year-month-box {
  display: flex;
  align-items: start;
  gap: 110px;
  /* Tabs & Tab content */
}
@media (max-width: 1280px) {
  .year_month_subscribe .year-month-box {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .year_month_subscribe .year-month-box {
    flex-wrap: wrap;
    gap: 0;
  }
}
.year_month_subscribe .year-month-box .text .big-title {
  margin-bottom: 25px;
}
.year_month_subscribe .year-month-box .text .description {
  padding-right: 15px;
}
.year_month_subscribe .year-month-box .text .description:first-child p {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .year_month_subscribe .year-month-box .main-btns {
    margin-top: 35px;
  }
}
.year_month_subscribe .year-month-box .main-btns .btns-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.year_month_subscribe .year-month-box .main-btns .single-btn {
  margin-bottom: 5px;
}
.year_month_subscribe .year-month-box .year-month-single-box .content {
  padding: 0px 50px 35px 40px;
  border-bottom: 1px solid #A2BDEA;
}
@media (max-width: 1280px) {
  .year_month_subscribe .year-month-box .year-month-single-box .content {
    padding: 0px 30px 20px 20px;
  }
}
.year_month_subscribe .year-month-box .year-month-single-box .content .top-title {
  background: #CBD6D1;
  color: #FFFFFF;
  width: max-content;
  padding: 5px 10px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .year_month_subscribe .year-month-box .year-month-single-box .content .top-title {
    margin: 0 auto 15px;
  }
}
.year_month_subscribe .year-month-box .year-month-single-box .content .description {
  margin: 15px 0 50px;
}
.year_month_subscribe .year-month-box .year-month-single-box .content .description p {
  padding-bottom: 15px;
}
.year_month_subscribe .year-month-box .year-month-single-box .content .btn button {
  min-width: 130px;
}
.year_month_subscribe .year-month-box .year-month-single-box .features {
  padding: 25px 50px 35px 40px;
}
@media (max-width: 1280px) {
  .year_month_subscribe .year-month-box .year-month-single-box .features {
    padding: 20px 30px 20px 20px;
  }
}
.year_month_subscribe .year-month-box .year-month-single-box .features .category-article {
  margin-bottom: 10px;
}
.year_month_subscribe .year-month-box .year-month-single-box .features .single-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.year_month_subscribe .year-month-box .year-month-single-box .features .single-feature .icon {
  margin-right: 10px;
}
.year_month_subscribe .year-month-box .main-tabs {
  margin-top: 25px;
  margin-bottom: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .year_month_subscribe .year-month-box .main-tabs {
    margin-bottom: 30px;
  }
}
.year_month_subscribe .year-month-box .main-tabs .tab {
  text-decoration: none;
  border: 1px solid #A2BDEA;
  padding: 10px 25px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #A2BDEA;
}
.year_month_subscribe .year-month-box .main-tabs .tab:hover {
  background: #A2BDEA;
  color: #FFFFFF;
}
.year_month_subscribe .year-month-box .main-tabs .tab.active {
  background: #A2BDEA;
  color: #FFFFFF;
}
.year_month_subscribe .year-month-box .tab-content {
  display: none;
}
.year_month_subscribe .year-month-box .tab-content .year-month-single-box {
  width: 380px;
  max-width: 100%;
  border: 1px solid #A2BDEA;
}
@media (max-width: 1280px) {
  .year_month_subscribe .year-month-box .tab-content .year-month-single-box {
    width: 333px;
  }
}
@media (max-width: 991px) {
  .year_month_subscribe .year-month-box .tab-content .year-month-single-box {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .year_month_subscribe .year-month-box .tab-content .year-month-single-box {
    width: 100%;
  }
}
.year_month_subscribe .year-month-box .tab-content.active {
  display: flex;
  align-items: start;
  gap: 25px;
}
@media (max-width: 991px) {
  .year_month_subscribe .year-month-box .tab-content.active {
    flex-wrap: wrap;
  }
}
@media (max-width: 777px) {
  .year_month_subscribe .year-month-box .tab-content.active {
    margin-top: 35px;
    gap: 15px;
  }
}
.year_month_subscribe button span::before, .year_month_subscribe button span::after {
  content: none;
}

.tab-row {
  display: flex;
  align-items: start;
  gap: 25px;
}
@media (max-width: 991px) {
  .tab-row {
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
@media (max-width: 777px) {
  .tab-row {
    gap: 15px;
  }
}
.tab-row .single-box {
  width: 380px;
  max-width: 100%;
  border: 1px solid #3279E8;
}
@media (max-width: 1280px) {
  .tab-row .single-box {
    width: 333px;
  }
}
@media (max-width: 991px) {
  .tab-row .single-box {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .tab-row .single-box {
    width: 100%;
  }
}

.blue_green {
  margin-top: 75px;
}
.blue_green .blue-green-box {
  background: #afc6f0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #afc6f0 0%, #c9d5d3 55%, #cdefea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #afc6f0 0%, #c9d5d3 55%, #cdefea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #afc6f0 0%, #c9d5d3 55%, #cdefea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#afc6f0", endColorstr="#cdefea",GradientType=1 );
  /* IE6-9 */
  display: flex;
  align-items: flex-end;
  padding: 50px 0 45px 145px;
}
@media (max-width: 1280px) {
  .blue_green .blue-green-box {
    padding: 50px 30px 45px 50px;
  }
}
@media (max-width: 991px) {
  .blue_green .blue-green-box {
    display: block;
    padding: 40px 30px 45px 40px;
  }
}
@media (max-width: 767px) {
  .blue_green .blue-green-box {
    padding: 30px 30px 45px 30px;
  }
}
.blue_green .blue-green-box .text {
  width: 600px;
}
@media (max-width: 767px) {
  .blue_green .blue-green-box .text {
    width: auto;
  }
}
.blue_green .blue-green-box .text .big-title {
  margin-bottom: 0;
}
.blue_green .blue-green-box .text .big-title h4 {
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .blue_green .blue-green-box .text .big-title h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
  }
}
.blue_green .blue-green-box .link {
  margin-left: 80px;
  position: relative;
}
@media (max-width: 1280px) {
  .blue_green .blue-green-box .link {
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .blue_green .blue-green-box .link {
    margin-top: 25px;
  }
}
.blue_green .blue-green-box .link h3 {
  margin-bottom: 0;
}
.blue_green .blue-green-box .link h3::before {
  content: "";
  background-color: #3279E8;
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: -40px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blue_green .blue-green-box .link h3:hover::before {
  left: calc(100% + 10px);
}
.blue_green .blue-green-box .link h3 a {
  text-decoration: none;
  color: #1E1F1A;
}

.main_faq {
  margin-top: 85px;
}
.main_faq .faq-box {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main_faq .faq-box .content {
    width: 300px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .main_faq .faq-box .content {
    width: 100%;
  }
}
.main_faq .faq-box .faq {
  padding-left: 105px;
}
@media (max-width: 991px) {
  .main_faq .faq-box .faq {
    padding-left: 0px;
  }
}
.main_faq .faq-box .faq .single-faq {
  border-bottom: 1px solid #cbd6d1;
  padding: 20px 15px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 991px) {
  .main_faq .faq-box .faq .single-faq {
    padding: 15px 10px;
  }
}
.main_faq .faq-box .faq .single-faq:hover {
  background-color: #f1f1f1;
}
.main_faq .faq-box .faq .single-faq .showBtn {
  align-items: baseline;
}
.main_faq .faq-box .faq .single-faq .hideme {
  padding: 5px 0;
}
.main_faq .faq-box .faq .single-faq .number {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .main_faq .faq-box .faq .single-faq .number {
    margin-right: 15px;
  }
}
.main_faq .faq-box .faq .single-faq .question h3 {
  padding-right: 35px;
}
.main_faq .faq-box .faq .single-faq .answer {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .main_faq .faq-box .faq .single-faq .answer {
    padding: 0 30px;
  }
}
.main_faq .faq-box .faq .single-faq .answer p {
  padding-bottom: 15px;
}
.main_faq .faq-box .faq .single-faq .answer p:last-child {
  padding-bottom: 0;
}
.main_faq .faq-box .faq .single-faq .answer p a {
  color: #1E1F1A;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main_faq .faq-box .faq .single-faq .answer p a:hover {
  color: #3279E8;
  text-decoration: none;
}

.page-id-70560 .main_faq {
  margin-top: 0;
}

.list_text .single-text {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .list_text .single-text {
    margin-bottom: 20px;
  }
}
.list_text .single-text h2.general a {
  color: #1E1F1A;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list_text .single-text h2.general a:hover {
  color: #3279E8;
  text-decoration: underline;
}

.deep_dives .row-width {
  gap: 60px;
}

.case_documentation_content {
  width: 100%;
}
.case_documentation_content .holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.case_documentation_content .holder .left h1, .case_documentation_content .holder .left p, .case_documentation_content .holder .right h1, .case_documentation_content .holder .right p {
  order: unset;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
}
.case_documentation_content .holder .left h1, .case_documentation_content .holder .right h1 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .case_documentation_content .holder .left h1, .case_documentation_content .holder .right h1 {
    margin-bottom: 20px;
  }
}
.case_documentation_content .holder .left p, .case_documentation_content .holder .right p {
  text-align: left;
}
.case_documentation_content .holder .left p:first-of-type, .case_documentation_content .holder .right p:first-of-type {
  align-self: auto;
}
.case_documentation_content .holder .left {
  width: 390px;
}
@media (max-width: 992px) {
  .case_documentation_content .holder .left {
    width: 100%;
  }
}
.case_documentation_content .holder .right {
  flex: 1;
  max-width: 750px;
}
@media (max-width: 992px) {
  .case_documentation_content .holder .right {
    flex: unset;
    width: 100%;
  }
}
.case_documentation_content .holder .right p {
  margin-bottom: 15px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
}
.case_documentation_content .holder .right p a {
  color: #1E1F1A;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.case_documentation_content .holder .right p a:hover {
  color: #3279E8;
  text-decoration: underline;
}

.two_columns_text {
  margin-top: 100px;
}
.two_columns_text .holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
}
.two_columns_text .holder .column {
  width: 45%;
}
@media (max-width: 700px) {
  .two_columns_text .holder .column {
    width: 100%;
  }
}

body .ev .pm2 .product-title {
  text-transform: uppercase;
}
body .product-item .product-description,
body .default-post-style ul li,
body .ev .pm2 .product-title,
body .ev .pm2 label,
body .ev .pm2 .profile-section-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  font-family: "IBM Plex Sans", sans-serif;
}
body .ev .pm2 .product-features li {
  position: relative;
  padding-left: 22px;
}
body .ev .pm2 .product-features li .plus {
  display: none;
}
body .ev .pm2 .product-features li:before,
body .ev .pm2 .product-features .plus-feature:after {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
}
body .ev .pm2 .product-features li:before {
  content: url("../svg/blue-checkmark.svg");
}
body .ev .pm2 #product-enterprise_annual .product-features li:before, body .ev .pm2 #product-enterprise_monthly .product-features li:before, body .ev .pm2 #product-student_monthly .product-features li:before {
  content: url("../svg/blue-plus.svg");
}
body .ev .pm2 #product-enterprise_annual .product-features li:first-child:before, body .ev .pm2 #product-enterprise_monthly .product-features li:first-child:before, body .ev .pm2 #product-student_monthly .product-features li:first-child:before {
  content: none;
}
body .ev .pm2 #product-enterprise_annual .product-features li:nth-child(2):before, body .ev .pm2 #product-enterprise_monthly .product-features li:nth-child(2):before, body .ev .pm2 #product-student_monthly .product-features li:nth-child(2):before {
  content: url("../svg/blue-checkmark.svg");
}
body .ev .pm2 .product-features .plus-feature:after {
  content: url("../svg/blue-plus.svg");
}
body .ev .pm2 .product-features ul li:first-child {
  border: none;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500 !important;
  text-align: left;
  top: auto;
  left: auto;
  margin: 0;
  padding-left: 0;
}
body .ev .pm2 .product-features ul {
  margin-left: 0;
}
body .ev .pm2 .product-item {
  padding: 0 25px 40px 25px;
}
body .ev .ev-gift-option {
  display: none;
  position: relative;
  align-items: center;
}
body .ev .ev-gift-option input {
  order: 1;
  margin: 0;
}
body .ev .ev-gift-option label {
  order: 2;
  margin-bottom: 0;
  margin-left: 10px;
}
body .widget-container.ev .form-horizontal .control-label {
  font-family: "IBM Plex Sans", sans-serif;
}
body .widget-container .widget-label {
  color: #002A40;
}
body .widget-container .ev-notifier-template .alert-info {
  color: #002A40;
  background-color: #CBD6D1;
}
body ev-login #loader-1:after, body #loader-1:before {
  top: 50% !important;
  left: 50% !important;
}
body .ev .form-group {
  float: unset;
  text-align: center;
}
body .ev .form-group .ng-scope {
  position: relative;
}
body .ev .form-group .ng-scope .forgot-password {
  position: absolute;
  bottom: 4px;
  right: 0;
}
body #buttonPanel:first-of-type .ev .col-sm-offset-2 {
  margin-left: 18px;
}
@media (max-width: 700px) {
  body #buttonPanel:first-of-type .ev .col-sm-offset-2 {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  body #buttonPanel .ev .col-sm-offset-2 {
    padding: 0;
  }
}
body .ev .personal-details .ng-scope > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  body ev-engagement[group-name=myAccount] .widget-container .ev .form-horizontal .form-group {
    text-align: left !important;
  }
}
body ev-product-summary tbody tr.product-summary-item {
  text-align: left;
}
body .ev .pm2 .profile-section-title {
  font-family: "IBM Plex Mono", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
body ev-product-profile .ev.pm2 {
  margin-top: 30px;
}
body ev-product-profile .personal-details.profile-section {
  margin: 0;
}
@media (max-width: 700px) {
  body ev-product-summary .mobile-table-body .no-border-top {
    display: flex;
    flex-wrap: wrap;
  }
  body ev-product-summary .mobile-table-body .no-border-top span {
    position: relative;
    width: 100%;
  }
}
body ev-product-profile .row .col-lg-12 {
  padding: 0 !important;
}
body ev-product-profile .form-group {
  padding: 0 !important;
}
body .ev #product-profile-login {
  display: none;
}
body .ev .row {
  margin: 0;
}
body .ev .pm2 .stripe-payment .error svg {
  margin: 0 10px 0 0 !important;
}
body .ev .pm2 .payment-stripe-footer {
  display: none;
}
body .ev .stripe-payment-form .error {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body .widget-body.pm2 {
  padding: 0 !important;
}
body .ev .widget-input {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "IBM Plex Sans", sans-serif !important;
  border: 1px solid #002A40;
  border-radius: 0px;
}
body #widget-body button, body .ev .btn.btn-success {
  text-transform: uppercase;
  font-family: "IBM Plex Mono", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 0px;
  border: none;
  text-shadow: none !important;
}
body .ev .btn.btn-success {
  background-color: #3279E8 !important;
  background-image: none !important;
}
body .mobile-table-item-attribute {
  text-align: left !important;
}
body ev-engagement[group-name=myAccount] .ev #widget-body .widget-input {
  margin-bottom: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "IBM Plex Sans", sans-serif !important;
  border: 1px solid #002A40;
  border-radius: 0px;
}
body ev-engagement[group-name=myAccount] [service-name=resetpassword] .ev.widget-container, body ev-engagement[group-name=myAccount] [service-name=myaccount] .ev.widget-container {
  width: 425px;
  max-width: 100%;
  margin: 0 auto 0 0;
}
body ev-engagement[group-name=subscribe] .ev .auth .ng-isolate-scope > div, body ev-engagement[group-name=student_subscribe] .ev .auth .ng-isolate-scope > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body ev-engagement[group-name=subscribe] .ps-headings, body ev-engagement[group-name=student_subscribe] .ps-headings {
  display: none;
}
body ev-engagement[group-name=subscribe] .ev.widget-container.ev-engagement, body ev-engagement[group-name=student_subscribe] .ev.widget-container.ev-engagement {
  max-width: 100% !important;
}
body ev-engagement[group-name=subscribe] .ev h1, body ev-engagement[group-name=student_subscribe] .ev h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 25px;
  margin-top: 0;
}
body ev-engagement[group-name=subscribe] .ev .row.ps-container .friquency-div, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .friquency-div {
  width: 280px;
  flex: unset;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  body ev-engagement[group-name=subscribe] .ev .row.ps-container .friquency-div, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .friquency-div {
    width: 100%;
  }
}
body ev-engagement[group-name=subscribe] .ev .row.ps-container .friquency-div > span, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .friquency-div > span {
  color: #3279E8;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body ev-engagement[group-name=subscribe] .ev .row.ps-container .friquency-div p, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .friquency-div p {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: left;
}
body ev-engagement[group-name=subscribe] .ev .row.ps-container .col-md-7, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .col-md-7 {
  width: auto;
  flex: 1;
  margin-top: 0 !important;
  padding-left: 130px;
  padding-right: 0;
}
@media screen and (max-width: 1280px) {
  body ev-engagement[group-name=subscribe] .ev .row.ps-container .col-md-7, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .col-md-7 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  body ev-engagement[group-name=subscribe] .ev .row.ps-container .col-md-7, body ev-engagement[group-name=student_subscribe] .ev .row.ps-container .col-md-7 {
    width: 100%;
    flex: unset;
    padding-left: 0;
    margin-top: 50px !important;
  }
}
body ev-engagement[group-name=subscribe] .product-list.row, body ev-engagement[group-name=student_subscribe] .product-list.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
body ev-engagement[group-name=subscribe] .product-list.row:before, body ev-engagement[group-name=subscribe] .product-list.row:after, body ev-engagement[group-name=student_subscribe] .product-list.row:before, body ev-engagement[group-name=student_subscribe] .product-list.row:after {
  content: none;
}
body ev-engagement[group-name=subscribe] .product-list.row > div, body ev-engagement[group-name=student_subscribe] .product-list.row > div {
  align-self: flex-start;
  width: 385px;
  max-width: 49%;
  flex: unset;
  min-width: unset !important;
  padding: 0;
  border: 1px solid #3279E8;
  padding: 0px 40px 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  body ev-engagement[group-name=subscribe] .product-list.row > div, body ev-engagement[group-name=student_subscribe] .product-list.row > div {
    padding: 0px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  body ev-engagement[group-name=subscribe] .product-list.row > div, body ev-engagement[group-name=student_subscribe] .product-list.row > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
body ev-engagement[group-name=subscribe] .ev-product-selection .product-item .product-description, body ev-engagement[group-name=student_subscribe] .ev-product-selection .product-item .product-description {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
body ev-engagement[group-name=subscribe] .periodtoggle, body ev-engagement[group-name=student_subscribe] .periodtoggle {
  padding: 0;
  height: auto;
  justify-content: flex-start;
}
body ev-engagement[group-name=subscribe] .periodtoggle span, body ev-engagement[group-name=student_subscribe] .periodtoggle span {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "IBM Plex Mono", sans-serif;
  padding: 9px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #A2BDEA;
  border: 1px solid #A2BDEA;
}
body ev-engagement[group-name=subscribe] .periodtoggle span.period-selected, body ev-engagement[group-name=student_subscribe] .periodtoggle span.period-selected {
  color: #FFFFFF;
  background-color: #A2BDEA;
}
body ev-engagement[group-name=subscribe] .periodtoggle span#monthlytogglebutton, body ev-engagement[group-name=student_subscribe] .periodtoggle span#monthlytogglebutton {
  border-left: 0px;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-list .payment-content div[id^=payment-plan-][id$=-row].row, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-list .payment-content div[id^=payment-plan-][id$=-row].row {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
body ev-engagement[group-name=subscribe] .moreInfo1, body ev-engagement[group-name=student_subscribe] .moreInfo1 {
  display: block;
}
@media screen and (max-width: 991px) {
  body ev-engagement[group-name=subscribe] .moreInfo1, body ev-engagement[group-name=student_subscribe] .moreInfo1 {
    margin-top: 20px;
  }
}
body ev-engagement[group-name=subscribe] .moreInfo1 h4, body ev-engagement[group-name=student_subscribe] .moreInfo1 h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 17.25px */
  text-transform: uppercase;
}
body ev-engagement[group-name=subscribe] .moreInfo1 div, body ev-engagement[group-name=student_subscribe] .moreInfo1 div {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 17.25px */
  text-transform: uppercase;
  position: relative;
  padding: 5px 58px 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border: 1px solid #3279E8;
  color: #3279E8;
}
body ev-engagement[group-name=subscribe] .moreInfo1 div.arrow-div, body ev-engagement[group-name=student_subscribe] .moreInfo1 div.arrow-div {
  display: none;
}
body ev-engagement[group-name=subscribe] .moreInfo1 div:after, body ev-engagement[group-name=student_subscribe] .moreInfo1 div:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #3279E8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
body ev-engagement[group-name=subscribe] .moreInfo1 div:before, body ev-engagement[group-name=student_subscribe] .moreInfo1 div:before {
  content: url("../svg/white-arrow.svg");
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  z-index: 2;
}
body ev-engagement[group-name=subscribe] .moreInfo1 > a, body ev-engagement[group-name=student_subscribe] .moreInfo1 > a {
  border: 1px solid #3279E8;
  width: auto;
  height: auto;
  text-decoration: none;
  border: none;
}
body ev-engagement[group-name=subscribe] .moreInfo1 > a:nth-of-type(2) .next-arrow-div, body ev-engagement[group-name=student_subscribe] .moreInfo1 > a:nth-of-type(2) .next-arrow-div {
  padding: 5px 70px 5px 15px;
}
body ev-engagement[group-name=subscribe] ev-product-selection .product-footer, body ev-engagement[group-name=student_subscribe] ev-product-selection .product-footer {
  top: 200px;
  left: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body ev-engagement[group-name=subscribe] ev-product-selection .product-footer, body ev-engagement[group-name=student_subscribe] ev-product-selection .product-footer {
    top: 180px;
  }
}
body ev-engagement[group-name=subscribe] ev-product-selection .product-footer .btn-lg, body ev-engagement[group-name=student_subscribe] ev-product-selection .product-footer .btn-lg {
  margin-left: 0;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 60px 6px 12px;
  position: relative;
  border-radius: 0px !important;
}
body ev-engagement[group-name=subscribe] ev-product-selection .product-footer .btn-lg:after, body ev-engagement[group-name=student_subscribe] ev-product-selection .product-footer .btn-lg:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #3279E8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
body ev-engagement[group-name=subscribe] ev-product-selection .product-footer .btn-lg:before, body ev-engagement[group-name=student_subscribe] ev-product-selection .product-footer .btn-lg:before {
  content: url("../svg/white-arrow.svg");
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  z-index: 2;
}
body ev-engagement[group-name=subscribe] .product-body, body ev-engagement[group-name=student_subscribe] .product-body {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body ev-engagement[group-name=subscribe] .product-body, body ev-engagement[group-name=student_subscribe] .product-body {
    margin-bottom: 80px;
  }
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-item.secondVersion, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-item.secondVersion {
  position: relative;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-header, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-header {
  position: relative;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-header:before, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-header:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #3279E8;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-20px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-20px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-20px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-20px) translateZ(0px) rotate(0deg) scale(1, 1);
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-features ul, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-features ul {
  margin-top: 60px;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-features ul li, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-features ul li {
  line-height: normal;
  padding-bottom: 0px;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-features ul li:first-child, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-features ul li:first-child {
  font-weight: 600 !important;
  margin-bottom: 8px;
  padding-top: 0px;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .product-features ul li:first-child:before, body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-features ul li:first-child:before {
  content: none;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .payment-price, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-price {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  body ev-engagement[group-name=subscribe] .ev .pm2 .payment-price, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-price {
    font-size: 44px;
  }
}
body ev-engagement[group-name=subscribe] .ev .pm2 .payment-price:after, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-price:after {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .payment-frequency, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-frequency {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .payment-text, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-text {
  margin-top: 25px;
  margin-left: 0;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .payment-text span, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-text span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
body ev-engagement[group-name=subscribe] .ev .pm2 .payment-text span:last-child, body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-text span:last-child {
  margin-bottom: 0;
}
body ev-engagement[group-name=subscribe] #selectionContainer, body ev-engagement[group-name=student_subscribe] #selectionContainer {
  flex-wrap: wrap;
}
body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-item {
  padding: 0 !important;
  border: none !important;
}
body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-text {
  margin-top: 25px !important;
}
body ev-engagement[group-name=student_subscribe] .product-body {
  margin-bottom: 80px;
  border: 0px;
}
@media screen and (max-width: 768px) {
  body ev-engagement[group-name=student_subscribe] .product-body {
    margin-bottom: 60px;
  }
}
body ev-engagement[group-name=student_subscribe] .ev .pm2 .product-list .payment-content div[id^=payment-plan-][id$=-row].row {
  padding: 0 !important;
}
body ev-engagement[group-name=student_subscribe] .ev .pm2 .payment-price {
  margin-right: 10px !important;
}
body ev-engagement[group-name=student_subscribe] .product-item .product-description {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 12px;
  font-style: normal;
  color: white;
  background: lightgray;
  padding: 2px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 700px) {
  body ev-engagement[group-name=subscribe] #subContainer {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
body ev-engagement[group-name=myAccount] .widget-body,
body ev-engagement[group-name=login] .widget-body {
  padding: 0;
  margin-bottom: 30px;
}
body ev-engagement[group-name=myAccount] #widget-header,
body ev-engagement[group-name=login] #widget-header {
  text-transform: uppercase;
  font-family: "IBM Plex Mono", sans-serif;
}
body ev-engagement[group-name=myAccount] #widget-body .widget-label,
body ev-engagement[group-name=login] #widget-body .widget-label {
  display: none;
}
body ev-engagement[group-name=myAccount] .widget-container,
body ev-engagement[group-name=login] .widget-container {
  margin-bottom: 30px;
}
body ev-engagement[group-name=myAccount] .ev .btn-success,
body ev-engagement[group-name=login] .ev .btn-success {
  background-image: none;
}
body ev-engagement[group-name=myAccount] .widget-body.pm2,
body ev-engagement[group-name=login] .widget-body.pm2 {
  padding: 0;
  margin-top: 10px;
}
body ev-engagement[group-name=myAccount] #social_box,
body ev-engagement[group-name=login] #social_box {
  border-top: 0px;
}
body ev-engagement[group-name=login] .ev.widget-container.ev-engagement {
  max-width: 420px !important;
}
@media (max-width: 700px) {
  body ev-engagement[group-name=login] .ev.widget-container.ev-engagement {
    max-width: 100% !important;
  }
}
body ev-engagement[group-name=login] #registration-widget {
  max-width: 100%;
  width: 485px;
}
body ev-engagement[group-name=login] #registration-widget .ev-notifier-template #evRegistration #widget-body #widget_social_txt_btns {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
body ev-engagement[group-name=login] #widget-header {
  text-transform: unset;
}
body ev-engagement[group-name=login] .ev .col-lg-1, body ev-engagement[group-name=login] .ev .col-lg-10, body ev-engagement[group-name=login] .ev .col-lg-11, body ev-engagement[group-name=login] .ev .col-lg-12, body ev-engagement[group-name=login] .ev .col-lg-2, body ev-engagement[group-name=login] .ev .col-lg-3, body ev-engagement[group-name=login] .ev .col-lg-4, body ev-engagement[group-name=login] .ev .col-lg-5, body ev-engagement[group-name=login] .ev .col-lg-6, body ev-engagement[group-name=login] .ev .col-lg-7, body ev-engagement[group-name=login] .ev .col-lg-8, body ev-engagement[group-name=login] .ev .col-lg-9, body ev-engagement[group-name=login] .ev .col-md-1, body ev-engagement[group-name=login] .ev .col-md-10, body ev-engagement[group-name=login] .ev .col-md-11, body ev-engagement[group-name=login] .ev .col-md-12, body ev-engagement[group-name=login] .ev .col-md-2, body ev-engagement[group-name=login] .ev .col-md-3, body ev-engagement[group-name=login] .ev .col-md-4, body ev-engagement[group-name=login] .ev .col-md-5, body ev-engagement[group-name=login] .ev .col-md-6, body ev-engagement[group-name=login] .ev .col-md-7, body ev-engagement[group-name=login] .ev .col-md-8, body ev-engagement[group-name=login] .ev .col-md-9, body ev-engagement[group-name=login] .ev .col-sm-1, body ev-engagement[group-name=login] .ev .col-sm-10, body ev-engagement[group-name=login] .ev .col-sm-11, body ev-engagement[group-name=login] .ev .col-sm-12, body ev-engagement[group-name=login] .ev .col-sm-2, body ev-engagement[group-name=login] .ev .col-sm-3, body ev-engagement[group-name=login] .ev .col-sm-4, body ev-engagement[group-name=login] .ev .col-sm-5, body ev-engagement[group-name=login] .ev .col-sm-6, body ev-engagement[group-name=login] .ev .col-sm-7, body ev-engagement[group-name=login] .ev .col-sm-8, body ev-engagement[group-name=login] .ev .col-sm-9, body ev-engagement[group-name=login] .ev .col-xs-1, body ev-engagement[group-name=login] .ev .col-xs-10, body ev-engagement[group-name=login] .ev .col-xs-11, body ev-engagement[group-name=login] .ev .col-xs-12, body ev-engagement[group-name=login] .ev .col-xs-2, body ev-engagement[group-name=login] .ev .col-xs-3, body ev-engagement[group-name=login] .ev .col-xs-4, body ev-engagement[group-name=login] .ev .col-xs-5, body ev-engagement[group-name=login] .ev .col-xs-6, body ev-engagement[group-name=login] .ev .col-xs-7, body ev-engagement[group-name=login] .ev .col-xs-8, body ev-engagement[group-name=login] .ev .col-xs-9 {
  padding: 0;
}
body ev-engagement[group-name=login] #widget-body button {
  margin-top: 0;
}
body ev-engagement[group-name=login] .ev .form-group {
  margin-bottom: 0;
}
body ev-engagement[group-name=login] .widget-form #buttonPanel {
  margin-top: 10px;
}
body ev-engagement[group-name=login] #inline_password {
  margin-bottom: 20px;
}
body .flip-back, body .flip-front {
  min-width: 100%;
}
body #widget-body .widget-input {
  border: 1px solid black;
}
body ev-registration #social_box {
  border-bottom: 2px solid #A2BDEA;
}
body #loader-1:after, body #loader-1:before {
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  box-sizing: border-box;
}
body #loader-1:before {
  top: 22px !important;
  left: 22px !important;
}
body [ng-show=showSpinner] {
  margin-bottom: 20px;
}
body ev-purchases-list {
  margin-top: 80px;
  display: block;
}
@media (max-width: 700px) {
  body ev-purchases-list {
    margin-top: 60px;
  }
}
body #registration-widget .col-sm-9 {
  margin-bottom: 20px;
}
body #registration-widget .form-group .col-sm-offset-2 {
  margin-left: 0 !important;
  padding: 0;
  width: 100%;
}
body #registration-widget .form-group .col-sm-offset-2 button {
  display: inline-block;
  width: auto;
}
body #login-flip #buttonPanel {
  text-align: center;
}
body .table-responsive .btn {
  border-radius: 0;
}
body ev-product-summary tbody tr.product-summary-item {
  height: auto;
}
body .default-post-style #conditionText {
  border: 1px solid #D3D3D3;
  padding: 11px 20px 11px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  body .default-post-style #conditionText {
    margin-top: 40px;
  }
}
body .default-post-style #conditionText p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}

ev-engagement[group-name=resetPassword] .ev.widget-container.ev-engagement {
  width: 420px !important;
  max-width: 100% !important;
}
ev-engagement[group-name=resetPassword] .widget-container .ev .form-horizontal .form-group {
  margin-bottom: 12px;
}
ev-engagement[group-name=resetPassword] .widget-container .ev .form-horizontal .form-group label {
  display: none !important;
}
ev-engagement[group-name=resetPassword] #buttonPanel .ev .col-sm-8 {
  margin: 0 !important;
}
ev-engagement[group-name=resetPassword] #buttonPanel .ev .col-sm-8 button {
  width: auto !important;
  height: auto !important;
}

.paywall-overlay {
  background-color: #CBD6D1;
  padding: 40px 100px 30px 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-height: 800px) {
  .paywall-overlay {
    padding: 30px 80px;
  }
}
@media (max-width: 1200px) {
  .paywall-overlay {
    padding: 45px 70px 40px 70px;
  }
}
@media (max-width: 700px) {
  .paywall-overlay {
    padding: 30px 0px 10px 0px;
  }
}
.paywall-overlay .paywall-info-top {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-info-top {
    margin-bottom: 15px;
  }
}
.paywall-overlay .paywall-info-top p {
  font-weight: 400;
  margin-bottom: 15px;
}
.paywall-overlay .paywall-info-top p a {
  color: #1E1F1A;
  font-weight: 500;
  text-decoration: underline;
}
.paywall-overlay .paywall-info-top h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-info-top h3 {
    max-width: 90%;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .paywall-overlay .paywall-info-top h3 br {
    display: none;
  }
}
.paywall-overlay .paywall-info-top h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-info-top h6 {
    max-width: 90%;
    font-size: 16px;
    margin: 0 auto;
  }
  .paywall-overlay .paywall-info-top h6 br {
    display: none;
  }
}
.paywall-overlay .paywall-message-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.paywall-overlay .paywall-message-box .col {
  width: 440px;
  max-width: 45%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  flex-grow: unset;
  flex-basis: unset;
  border: 1px solid #3279E8;
}
@media screen and (max-height: 800px) {
  .paywall-overlay .paywall-message-box .col {
    padding: 10px 30px 30px 40px;
  }
}
@media (max-width: 1200px) {
  .paywall-overlay .paywall-message-box .col {
    padding: 30px;
  }
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col {
    width: 100%;
    max-width: 100%;
    padding: 10px 30px 20px 30px;
  }
}
.paywall-overlay .paywall-message-box .col.narrow {
  width: 340px;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col.narrow {
    width: 90%;
  }
}
.paywall-overlay .paywall-message-box .col.center {
  text-align: center;
}
.paywall-overlay .paywall-message-box .col.right-col {
  margin-left: 60px;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col.right-col {
    margin-left: 0;
    margin-top: 10px;
  }
}
.paywall-overlay .paywall-message-box .col h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col h3 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.paywall-overlay .paywall-message-box .col h3 .small {
  font-size: 12px;
  margin-left: 5px;
}
.paywall-overlay .paywall-message-box .col h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col h5 {
    font-size: 18px;
  }
}
.paywall-overlay .paywall-message-box .col p {
  margin-top: 25px;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col p {
    margin-top: 10px;
  }
}
.paywall-overlay .paywall-message-box .col .button {
  margin-top: 40px;
}
@media screen and (max-height: 800px) {
  .paywall-overlay .paywall-message-box .col .button {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box .col .button {
    margin-top: 5px;
  }
}
.paywall-overlay .paywall-message-box .col .plus li {
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}
.paywall-overlay .paywall-message-box .col .plus li:last-child {
  margin-bottom: 0;
}
.paywall-overlay .paywall-message-box .col .plus li:before {
  content: url("../svg/blue-plus.svg");
  position: absolute;
  top: 2px;
  left: 0;
}
.paywall-overlay .paywall-message-box .col .price-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 115%;
}
.paywall-overlay .paywall-message-box .col .price-title .small {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.paywall-overlay .paywall-message-box .col .title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.paywall-overlay .paywall-message-box.merged-columns {
  width: 805px;
  max-width: 90%;
  text-align: left;
  margin: 0 auto;
}
.paywall-overlay .paywall-message-box.merged-columns .col {
  max-width: unset;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box.merged-columns .col {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box.merged-columns .col .plus {
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box.merged-columns .col .plus li {
    margin-bottom: 5px;
  }
}
.paywall-overlay .paywall-message-box.merged-columns .left-col {
  width: 32%;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box.merged-columns .left-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.paywall-overlay .paywall-message-box.merged-columns .left-col h5 {
  font-size: 28px;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box.merged-columns .left-col h5 {
    font-size: 20px;
    margin-top: 0;
  }
}
.paywall-overlay .paywall-message-box.merged-columns .right-col {
  width: 68%;
  margin-left: 0;
  border-left: 0;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-box.merged-columns .right-col {
    width: 100%;
    margin-top: 0;
    border: 1px solid #3279E8;
  }
}
.paywall-overlay .paywall-widget-footnote {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-height: 800px) {
  .paywall-overlay .paywall-widget-footnote {
    margin-top: 35px;
  }
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-widget-footnote {
    margin-top: 20px;
  }
}
.paywall-overlay .paywall-widget-footnote p {
  font-weight: 400;
}
.paywall-overlay .paywall-widget-footnote p a {
  color: #1E1F1A;
  font-weight: 500;
  text-decoration: underline;
}
.paywall-overlay .paywall-message-additional {
  margin: 15px auto 95px auto;
  text-align: center;
  width: 440px;
  max-width: 100%;
}
@media (max-width: 700px) {
  .paywall-overlay .paywall-message-additional {
    margin: 15px auto 60px auto;
  }
}
.paywall-overlay .paywall-message-additional p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
.paywall-overlay .paywall-message-additional p a {
  color: #1E1F1A;
  text-decoration: underline;
}
.paywall-overlay .button {
  display: inline-block;
  color: #3279E8;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 68px 8px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #3279E8;
  text-decoration: none;
}
.paywall-overlay .button:before {
  content: "";
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3279E8;
}
.paywall-overlay .button:after {
  content: url("../svg/white-arrow.svg");
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
body #engagement-top {
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: end;
}
body .ev-em-modals .ev-em-modal-dialog {
  position: relative;
  margin: 0;
  width: 100%;
}
body .ev-em-modals .ev-em-modal-content {
  background-color: #CBD6D1;
}
@media (max-width: 700px) {
  body .ev-em-modals .ev-em-modal-content {
    max-height: 90dvh;
    overflow-y: auto;
  }
}
body .ev.widget-container.ev-engagement {
  max-width: unset;
}
body .ev a:hover, body .ev a:focus {
  color: #3279E8;
  text-decoration: none;
}
body .paywall-overlay .button {
  color: #3279E8;
  text-decoration: none;
}

/*
+ Landscape message */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background: url(../bgr-landscape-message.html) center no-repeat #000000;
  background-size: contain;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  transform: translateY(-25%);
}

.mobile.landscape .landscape-message {
  display: block !important;
}

/*
HEADER
-------------------------------------------- */
@media (max-width: 992px) {
  header.home-header .main-menu.home-cat-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  header.home-header #menuToggle {
    display: none;
  }
}
@media (min-width: 992px) {
  header.home-header .search-icon {
    margin-right: 0px !important;
  }
}

header {
  padding: 20px 0 17px;
  margin-bottom: 65px;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
@media (max-width: 767px) {
  header {
    padding-top: 0;
  }
}
header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .logo img {
  width: 115px;
  height: auto;
}
@media (max-width: 700px) {
  header .header-box .logo img {
    width: 70px;
  }
}
header .header-box .header-content {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
header .header-box .header-content .main-header {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  header .header-box .header-content .main-header {
    padding-left: 70px;
  }
}
@media (max-width: 1000px) {
  header .header-box .header-content .main-header {
    justify-content: flex-end;
  }
}
header .header-box .header-content .inner-main-header {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  align-items: center;
}
header .header-box .header-content .main-menu nav {
  display: flex;
}
header .header-box .header-content .main-menu ul {
  display: flex;
  align-items: center;
}
header .header-box .header-content .main-menu ul li {
  margin-right: 40px;
}
@media (max-width: 1280px) {
  header .header-box .header-content .main-menu ul li {
    margin-right: 20px;
  }
}
header .header-box .header-content .main-menu ul li.locked {
  position: relative;
  padding-right: 15px;
  margin-right: 25px;
}
header .header-box .header-content .main-menu ul li.locked:after {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  color: #1E1F1A;
}
header .header-box .header-content .main-menu ul li a {
  color: #1E1F1A;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header-box .header-content .main-menu ul li a:hover {
  color: #3279E8;
}
header .header-box .header-content .main-menu ul .current-menu-item {
  color: #3279E8;
  font-weight: 600;
}
header .header-box .header-content .search-icon {
  margin-right: 40px;
}
header .header-box .header-content .search-icon img {
  cursor: pointer;
}
header .header-box .header-content .home-cat-menu ul li {
  margin-right: 35px;
}
@media (max-width: 1280px) {
  header .header-box .header-content .home-cat-menu ul li {
    margin-right: 25px;
  }
}
header .header-box .header-content .home-cat-menu ul li:last-child {
  margin-right: 0;
}
header .header-box .header-content .home-cat-menu ul li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
header .mob-logo {
  display: none;
}
@media (max-width: 767px) {
  header .mob-logo {
    display: block;
    margin-top: -55px;
    margin-bottom: 55px;
  }
}
@media (max-width: 575px) {
  header .mob-logo {
    margin-bottom: 30px;
  }
}

.header-top {
  background: #3279E8;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header-top {
    margin-bottom: 20px;
  }
}
.header-top .header-top-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-top .header-top-box .main-menu {
  margin-right: 15px;
}
.header-top .header-top-box .main-menu ul {
  display: flex;
  align-items: center;
}
.header-top .header-top-box .main-menu ul li {
  margin-left: 10px;
}
.header-top .header-top-box .main-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.header-top .header-top-box .main-menu ul li a:hover {
  text-decoration: underline;
}
.header-top .header-top-box .search-icon .toggle {
  cursor: pointer;
}

/**** Search ****/
#target {
  display: none;
  padding: 25px 0;
}
@media (max-width: 767px) {
  #target {
    text-align: right;
  }
}
@media (max-width: 700px) {
  #target {
    padding: 15px 0;
  }
}
#target input {
  font-size: 22px;
  width: 80%;
  padding: 2px 20px 2px 5px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #1E1F1A;
  color: #1E1F1A;
  margin-right: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  border-radius: 0px;
}
@media (max-width: 1000px) {
  #target input {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #target input {
    margin-right: 0;
    margin-bottom: 15px;
    width: 90%;
    padding: 8px;
  }
}
@media (max-width: 700px) {
  #target input {
    width: calc(90% - 55px);
    font-size: 18px;
    margin-left: 40px;
  }
}
#target input::placeholder {
  color: #1E1F1A;
}
#target input:focus {
  outline: none;
}

.header-search-form {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0 0 18px 10px #ebebeb;
}
.header-search-form form {
  text-align: center;
}
.header-search-form .close-form {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  color: #1E1F1A;
  text-transform: uppercase;
  margin-left: 20px;
  cursor: pointer;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header-search-form .close-form {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .header-search-form .close-form {
    top: 35px;
    left: 10px;
    margin-right: 0;
  }
}
.header-search-form .close-form:after, .header-search-form .close-form:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: black;
  border-radius: 3px;
  z-index: 1;
  background-color: #002A40;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1, 1);
}
.header-search-form .close-form:before {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1, 1);
}

/**** Hamburger Menu ****/
#menuToggle {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 6px;
}
#menuToggle input {
  display: block;
  width: 24px;
  height: 20px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 2px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}
#menuToggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle.fixed-toggle #menu {
  opacity: 1;
  pointer-events: all;
}

#menu {
  display: none;
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 125px 40px 40px 40px;
  right: 0px;
  background: #FFFFFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  opacity: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #menu {
    position: fixed;
    padding: 125px 40px 40px 40px;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  #menu {
    padding: 125px 25px 25px 25px;
  }
}
#menu #menu-category_menu, #menu #menu-category_menu-1 {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  #menu #menu-category_menu, #menu #menu-category_menu-1 {
    margin-bottom: 25px;
  }
}
#menu #menu-category_menu li, #menu #menu-category_menu-1 li {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  #menu #menu-category_menu li, #menu #menu-category_menu-1 li {
    margin-bottom: 8px;
  }
}
#menu #menu-category_menu li a, #menu #menu-category_menu-1 li a {
  font-size: 28px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #1E1F1A;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #menu #menu-category_menu li a, #menu #menu-category_menu-1 li a {
    font-size: 26px;
    font-weight: 500;
  }
}
#menu #menu-category_menu li a:hover, #menu #menu-category_menu-1 li a:hover {
  color: #3279E8;
}
#menu #menu-mobile_menu {
  border-top: 1px solid #3279E8;
  padding-top: 25px;
  margin-bottom: 25px;
  width: max-content;
}
#menu #menu-mobile_menu li {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  #menu #menu-mobile_menu li {
    margin-bottom: 8px;
  }
}
#menu #menu-mobile_menu li a {
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #1E1F1A;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  #menu #menu-mobile_menu li a {
    font-size: 15px;
  }
}
#menu #menu-mobile_menu li a:hover {
  color: #3279E8;
}
#menu .social-media {
  display: flex;
  align-items: center;
}
#menu .social-media .single-media {
  margin-right: 15px;
}
#menu .social-media .single-media a {
  text-decoration: none;
}
#menu .social-media .single-media a img {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
#menu .social-media .single-media a img:hover {
  transform: scale(0.94);
}

@media (max-width: 767px) {
  .fixed-toggle input {
    position: fixed !important;
    top: 76px;
    right: 78px;
  }
}
@media (max-width: 575px) {
  .fixed-toggle input {
    top: 70px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .fixed-toggle input:checked ~ span {
    top: 79px;
    right: 74px;
    position: fixed !important;
  }
}
@media (max-width: 575px) {
  .fixed-toggle input:checked ~ span {
    top: 78px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .fixed-toggle input:checked ~ span:nth-last-child(2) {
    top: 95px;
    right: 74px;
  }
}
@media (max-width: 575px) {
  .fixed-toggle input:checked ~ span:nth-last-child(2) {
    top: 94px;
    right: 24px;
  }
}

/**** Active Menu Class ****/
.current {
  -webkit-box-shadow: 0px 2px 15px 0px #CBD6D1;
  box-shadow: 0px 2px 15px 0px #CBD6D1;
  background: #FFFFFF;
}

/*
FOOTER
-------------------------------------------- */
@media (max-width: 991px) {
  footer.footer-home .footer-menu {
    display: block !important;
    margin-top: 65px !important;
    margin-bottom: 45px !important;
  }
  footer.footer-home .footer-content-box {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  footer.footer-home .footer-content-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer.footer-home .footer-content {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  footer.footer-home .footer-content .footer-desc::before {
    content: "" !important;
    border-bottom: 1px solid #FFFFFF;
    width: 1000vh;
    position: absolute;
    bottom: -30px;
    left: -350px;
    right: 0;
  }
}
@media (max-width: 575px) {
  footer.footer-home .footer-box .footer-desc {
    width: 65%;
  }
}
footer {
  background: #3279E8;
  margin-top: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
footer p {
  color: #FFFFFF;
}
footer .footer-box {
  display: flex;
}
@media (max-width: 991px) {
  footer .footer-box {
    display: block;
    position: relative;
  }
}
footer .footer-box .footer-box-logo {
  min-width: 260px;
  border-right: 1px solid #FFFFFF;
  padding-top: 55px;
}
footer .footer-box .footer-box-logo::before {
  content: none;
}
@media (max-width: 1280px) {
  footer .footer-box .footer-box-logo {
    min-width: 180px;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-box-logo {
    min-width: auto;
    border: 0;
    padding-top: 0px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 55px;
    position: relative;
  }
}
@media (max-width: 575px) {
  footer .footer-box .footer-box-logo {
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-box-logo .footer-logo {
    margin-right: 20px;
  }
}
footer .footer-box .footer-box-logo .footer-logo a {
  display: inline-block;
}
footer .footer-box .footer-box-logo .footer-logo img {
  width: 145px;
}
@media (max-width: 767px) {
  footer .footer-box .footer-box-logo .footer-logo img {
    width: 100px;
  }
}
@media (max-width: 700px) {
  footer .footer-box .footer-box-logo .footer-logo img {
    width: 85px;
  }
}
footer .footer-box .footer-content {
  padding-top: 55px;
}
@media (max-width: 991px) {
  footer .footer-box .footer-content {
    padding-top: 0px;
  }
}
footer .footer-box .footer-content .footer-content-box {
  display: flex;
  align-items: start;
  padding-left: 55px;
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  footer .footer-box .footer-content .footer-content-box {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box {
    display: block;
    padding-left: 0;
    padding-bottom: -35px;
    width: 100%;
    margin-top: -100px;
  }
}
@media (max-width: 375px) {
  footer .footer-box .footer-content .footer-content-box {
    width: 100%;
  }
}
footer .footer-box .footer-content .footer-content-box .category-article {
  margin-bottom: 15px;
}
footer .footer-box .footer-content .footer-content-box .footer-menu {
  width: 140px;
  max-width: 100%;
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box .footer-menu {
    width: 100px;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box .footer-menu {
    width: 50%;
    float: left;
    margin-top: 35px;
    margin-bottom: 45px;
    display: none;
    margin: 0;
  }
}
footer .footer-box .footer-content .footer-content-box .footer-menu ul li {
  padding-bottom: 10px;
}
footer .footer-box .footer-content .footer-content-box .footer-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-box .footer-content .footer-content-box .footer-menu ul li a:hover {
  text-decoration: underline;
}
footer .footer-box .footer-content .footer-content-box .footer-menu ul .current-menu-item {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box .footer-media {
    display: flex;
    align-items: center;
    clear: both;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box .footer-media .category-article {
    display: none;
  }
}
footer .footer-box .footer-content .footer-content-box .footer-media .single-media {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box .footer-media .single-media {
    padding-bottom: 0;
    margin-right: 10px;
  }
}
footer .footer-box .footer-content .footer-content-box .footer-media .single-media a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-box .footer-content .footer-content-box .footer-media .single-media a:hover {
  text-decoration: underline;
}
footer .footer-box .footer-content .footer-content-box .footer-media .single-media a img {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
footer .footer-box .footer-content .footer-content-box .footer-media .single-media a img:hover {
  transform: scale(0.94);
}
@media (max-width: 991px) {
  footer .footer-box .footer-content .footer-content-box .footer-media.d-991-none {
    display: none;
  }
}
footer .footer-box .copyright {
  display: flex;
  align-items: baseline;
  padding-left: 55px;
  padding: 10px 10px 10px 55px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  position: relative;
}
@media (max-width: 991px) {
  footer .footer-box .copyright {
    clear: both;
    padding-left: 0;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
  }
}
footer .footer-box .copyright p {
  font-size: 10px;
}
@media (max-width: 575px) {
  footer .footer-box .copyright p {
    font-size: 9px;
  }
}
@media (max-width: 375px) {
  footer .footer-box .copyright p {
    font-size: 8px;
  }
}
footer .footer-box .copyright::before {
  content: "";
  border-top: 1px solid #FFFFFF;
  width: 1000vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  footer .footer-box .copyright::before {
    left: -350px;
  }
}
footer .footer-box .copyright .copyright-menu {
  margin-left: 15px;
  border-left: 1px solid #FFFFFF;
}
footer .footer-box .copyright .copyright-menu ul {
  display: flex;
  align-items: center;
}
footer .footer-box .copyright .copyright-menu ul li {
  padding-left: 10px;
}
footer .footer-box .copyright .copyright-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  footer .footer-box .copyright .copyright-menu ul li a {
    display: block;
    font-size: 9px;
  }
}
@media (max-width: 375px) {
  footer .footer-box .copyright .copyright-menu ul li a {
    font-size: 8px;
  }
}
footer .footer-box .copyright .copyright-menu ul li a:hover {
  text-decoration: underline;
}
footer .footer-box .footer-desc {
  width: 390px;
  max-width: 100%;
  position: relative;
  margin-right: 70px;
}
@media (max-width: 1280px) {
  footer .footer-box .footer-desc {
    width: 380px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-desc {
    width: 70%;
    margin-right: 0px;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-desc {
    width: 65%;
  }
}
footer .footer-box .footer-desc h2 {
  color: #FFFFFF;
}
@media (max-width: 700px) {
  footer .footer-box .footer-desc h2 {
    position: absolute;
    top: 0;
  }
}
footer .footer-box .newsletter {
  padding-top: 50px;
}
@media (max-width: 991px) {
  footer .footer-box .newsletter {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-box .newsletter {
    padding-top: 75px;
  }
}
@media (max-width: 567px) {
  footer .footer-box .newsletter {
    padding-top: 90px;
  }
}
footer .footer-box .newsletter .category-article {
  padding-bottom: 15px;
  margin-bottom: 0 !important;
}
footer .footer-box .newsletter form {
  position: relative;
  width: 60%;
  text-align: left;
  margin: 0;
}
@media (max-width: 700px) {
  footer .footer-box .newsletter form {
    width: 100%;
    border-radius: 0px;
  }
}
footer .footer-box .newsletter form input {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: transparent;
  padding: 5px;
}
@media (max-width: 480px) {
  footer .footer-box .newsletter form input {
    font-size: 14px;
  }
}
footer .footer-box .newsletter form input::placeholder {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 480px) {
  footer .footer-box .newsletter form input::placeholder {
    font-size: 14px;
  }
}
footer .footer-box .newsletter form input:focus {
  outline: none;
}
footer .footer-box .newsletter form input[type=submit] {
  background-image: url("../svg/blue-arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  color: transparent;
  background-color: #FFFFFF;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
  cursor: pointer;
}
@media (max-width: 634px) {
  footer .footer-box .newsletter form input[type=submit] {
    margin-bottom: 0;
    bottom: 0px;
    border-radius: 0px;
  }
}
footer .footer-box .newsletter form input[type=submit]:focus {
  outline: none;
}
footer .footer-box .newsletter .gform_wrapper {
  margin: 0;
}
footer .footer-box .newsletter .gform_wrapper div.validation_error {
  color: #FFFFFF;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
@media (max-width: 700px) {
  footer .footer-box .newsletter .gform_wrapper div.validation_error {
    text-align: left;
    padding: 6px 0;
  }
}
footer .footer-box .newsletter .gform_wrapper li.gfield.gfield_error, footer .footer-box .newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: 0;
  padding: 0;
}
footer .footer-box .newsletter .gform_wrapper .validation_message {
  color: #FFFFFF;
}
footer .footer-box .newsletter .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
  position: absolute;
}
footer .footer-box .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 5px 5px 10px;
  margin-bottom: 0;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}

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