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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::-moz-selection {
  color: #fff;
  background-color: #1FAF90;
}

::selection {
  color: #fff;
  background-color: #1FAF90;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

html {
  background-color: #ffffff;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 22px;
  line-height: 1.36;
  color: #374150;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.container {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  .container {
    max-width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  min-width: 186px;
  min-height: 50px;
  padding: 5px 15px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.btn--accent {
  background-color: #1FAF90;
}
.btn--accent:hover {
  background-color: #23c5a2;
}
.btn--border {
  background-color: #fff;
  border: 2px solid #1FAF90;
  color: #1FAF90;
}
.btn--border:hover {
  border-color: #23c5a2;
  color: #23c5a2;
  background-color: #fdfdfd;
}
.btn.disabled {
  background-color: #F1F5F9;
  color: #737A83;
  border: none;
  pointer-events: none;
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.08;
  color: #114B6D;
}
h1.line span, h2.line span, h3.line span, h4.line span {
  display: inline-block;
  border-bottom: 2px solid #1FAF90;
  padding-bottom: 15px;
}
h1.center, h2.center, h3.center, h4.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 56px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 31.1111111111px;
  }
}

h2 {
  font-size: 44px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 29.3333333333px;
  }
}

h3 {
  font-weight: 600;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 17.7777777778px;
  }
}

h4 {
  font-weight: 400;
  max-width: 600px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  padding-top: 100px;
}
@media only screen and (max-width: 992px) {
  .page-container {
    padding-top: 60px;
  }
}
.page-container header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -3px 0 0 #F1F5F9;
          box-shadow: inset 0 -3px 0 0 #F1F5F9;
}
.page-container header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid {
    height: 60px;
  }
}
.page-container header.header-main .grid .logo-wrap {
  font-size: 0;
}
.page-container header.header-main .grid .logo-wrap a img {
  display: block;
  width: 128px;
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .logo-wrap a img {
    width: 104px;
  }
}
.page-container header.header-main .grid nav {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 80px;
}
@media only screen and (max-width: 1250px) {
  .page-container header.header-main .grid nav {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    bottom: 0;
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.15);
    padding-top: 50px;
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    grid-auto-flow: row;
    grid-gap: 15px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    height: 100%;
    overflow: auto;
  }
  .page-container header.header-main .grid nav.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page-container header.header-main .grid nav ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  height: 100%;
}
@media only screen and (max-width: 1250px) {
  .page-container header.header-main .grid nav ul {
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid nav ul {
    padding: 0 15px;
    text-align: center;
    grid-auto-flow: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: auto;
  }
}
.page-container header.header-main .grid nav ul li {
  list-style-type: none;
}
.page-container header.header-main .grid nav ul li a:not(.btn) {
  text-decoration: none;
  font-size: 18px;
  color: #737A83;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.page-container header.header-main .grid nav ul li a:not(.btn):hover {
  color: #1FAF90;
}
.page-container header.header-main .grid nav ul li a:not(.btn).active {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid nav ul li a:not(.btn).active {
    border-bottom: 2px solid #1FAF90;
  }
}
.page-container header.header-main .grid nav ul li a:not(.btn).active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 6px;
  bottom: -39px;
  background-color: #1FAF90;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid nav ul li a:not(.btn).active:after {
    display: none;
  }
}
.page-container header.header-main .grid .menu-wrap {
  pointer-events: auto;
  position: relative;
  display: none;
}
@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .menu-wrap {
    display: block;
  }
}
.page-container header.header-main .grid .menu-wrap button.menu {
  display: block;
  border: none;
  width: 32px;
  height: 23px;
  position: relative;
  background-color: transparent;
}
.page-container header.header-main .grid .menu-wrap button.menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  opacity: 0;
}
.page-container header.header-main .grid .menu-wrap button.menu.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.page-container header.header-main .grid .menu-wrap button.menu.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.page-container header.header-main .grid .menu-wrap button.menu span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #374150;
  left: 0;
  right: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.page-container header.header-main .grid .menu-wrap button.menu span:nth-child(1) {
  top: 0;
}
.page-container header.header-main .grid .menu-wrap button.menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-container header.header-main .grid .menu-wrap button.menu span:nth-child(3) {
  bottom: 0;
}

.block-btns {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .block-btns {
    grid-auto-flow: row;
    grid-gap: 10px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.block-btns--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .block-btns--right {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}

.bg-circles {
  position: relative;
  background-color: #f1f5f9;
  overflow: hidden;
  z-index: 1;
}
.bg-circles img.part {
  position: absolute;
  display: block;
  width: 600px;
  z-index: -1;
}
.bg-circles img.part.part-1 {
  top: -142px;
  left: calc(50% + 250px);
}
.bg-circles img.part.part-2 {
  top: 800px;
  left: calc(50% - 900px);
}
.bg-circles img.part.part-3 {
  bottom: 350px;
  left: calc(50% + 200px);
}

@-webkit-keyframes tabFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tabFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block-items-popup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 30px 20px;
  padding: 50px 0;
}
.block-items-popup--shadow .item {
  -webkit-box-shadow: 0px 0px 6px rgba(17, 75, 109, 0.2);
          box-shadow: 0px 0px 6px rgba(17, 75, 109, 0.2);
}
@media only screen and (max-width: 992px) {
  .block-items-popup {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .block-items-popup {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .block-items-popup {
    grid-template-columns: 1fr;
  }
}
.block-items-popup .item {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1.18;
}
.block-items-popup .item:hover .popup {
  opacity: 1;
}
.block-items-popup .item .content {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.block-items-popup .item .content img {
  display: block;
  margin: 0 auto;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .block-items-popup .item .content img {
    width: 80px;
  }
}
.block-items-popup .item .content p {
  text-align: center;
  margin-top: auto;
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .block-items-popup .item .content p {
    padding-top: 15px;
  }
}
.block-items-popup .item .popup {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 26px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(30, 41, 59, 0.3);
          box-shadow: 0px 0px 10px rgba(30, 41, 59, 0.3);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.block-items-popup .item .popup .title {
  color: #114B6D;
  font-weight: 500;
}
.block-items-popup .item .popup p {
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .block-items-popup .item .popup p {
    font-size: 14px;
  }
}

.article-header {
  text-align: center;
  margin: 4rem 2rem 2rem 0;
}
.article-header h4 {
  margin-bottom: 0.5rem;
}

.article-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2rem;
  padding: 3rem 0;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
}

.article-article {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 16px rgba(17, 75, 109, 0.1);
          box-shadow: 0 0 16px rgba(17, 75, 109, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.article-article:hover {
  -webkit-box-shadow: 0 8px 32px rgba(17, 75, 109, 0.18);
          box-shadow: 0 8px 32px rgba(17, 75, 109, 0.18);
}
.article-article:hover .article-article-title {
  color: #1FAF90;
}
.article-article:hover .article-article-btn {
  background: #23c5a2;
}

.article-article-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.article-article-content {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.article-article-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #114B6D;
  margin-bottom: 0.7rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.article-article-date {
  font-size: 1rem;
  color: #737A83;
  margin-bottom: 1rem;
}

.article-article-desc {
  font-size: 1.1rem;
  color: #374150;
  margin-bottom: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.article-article-btn {
  display: inline-block;
  background: #1FAF90;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  min-width: 120px;
  min-height: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.5rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.article-article-btn:hover {
  background: #23c5a2;
}

@media (max-width: 1100px) {
  .article-articles {
    gap: 1.2rem;
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }
  .article-article-img {
    height: 180px;
  }
  .article-article-content {
    padding: 1rem 1rem 1rem 1rem;
  }
  .article-article-title {
    font-size: 1.2rem;
  }
  .article-article-desc {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .article-articles {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0.5rem 0;
  }
  .article-article-img {
    height: 120px;
  }
  .article-article-content {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  .article-article-title {
    font-size: 1rem;
  }
  .article-article-desc {
    font-size: 0.95rem;
  }
}
.article-image-full {
  width: 100%;
  margin: 0 auto 2.5rem auto;
}
.article-image-full img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.article-main-content {
  max-width: 1100px;
  margin: 0 auto 2rem auto;
  padding: 0 2rem;
}

.article-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a3a4b;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.article-date {
  font-size: 1.1rem;
  color: #7a8a99;
  margin-bottom: 1.2rem;
}

.article-content {
  font-size: 1.2rem;
  color: #222;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.article-back {
  text-align: left;
  margin: 2rem 0 2rem 2rem;
}
.article-back a {
  color: #1abc9c;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
}
.article-back a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .article-articles {
    gap: 1.2rem;
  }
  .article-article {
    width: 280px;
  }
}
@media (max-width: 900px) {
  .article-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-article {
    width: 90%;
  }
}
.home-1 {
  padding: 240px 0;
  position: relative;
  overflow: hidden;
}
.home-1 .text-wrap {
  max-width: 620px;
}
@media only screen and (max-width: 1250px) {
  .home-1 .text-wrap {
    max-width: 510px;
  }
}
@media only screen and (max-width: 992px) {
  .home-1 .text-wrap {
    max-width: 100%;
  }
}
.home-1 .text-wrap h1 {
  font-size: 53px;
}
.home-1 .text-wrap p {
  margin: 10px 0 20px;
}
@media only screen and (max-width: 1250px) {
  .home-1 {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-1 {
    padding: 35px 0 50px;
  }
}
.home-1 picture {
  position: absolute;
  display: block;
  width: 757px;
  height: 486px;
  top: 90px;
  left: calc(50% - 2px);
  background: url("../img/home-bg-animation.png") 0 0 no-repeat;
}
@media only screen and (max-width: 992px) {
  .home-1 picture {
    position: relative;
    top: 20px;
    left: inherit;
    float: right;
  }
}
@media only screen and (max-width: 540px) {
  .home-1 picture {
    position: relative;
    width: 375px;
    height: 342px;
    background-image: url("../img/home-bg-animation-mobile.png");
    top: 20px;
    left: inherit;
    float: none;
  }
}
.home-1 picture img {
  position: absolute;
  display: block;
  width: 500px;
  height: 400px;
  right: 140px;
  bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-1 picture img {
    width: 350px;
    height: 280px;
    right: 20px;
    bottom: 30px;
  }
}
.home-1 picture object {
  position: absolute;
  right: 140px;
  bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-1 picture object {
    width: 350px;
    height: 290px;
    right: 20px;
    bottom: 20px;
  }
}

.home-2 {
  padding: 70px 0 10px;
}
@media only screen and (max-width: 768px) {
  .home-2 {
    padding: 50px 0 25px;
  }
}

.home-3 {
  padding: 30px 0 30px;
}
@media only screen and (max-width: 768px) {
  .home-3 {
    padding: 25px 0;
  }
}
.home-3 .tabs-wrap {
  max-width: 972px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 28px;
}
@media only screen and (max-width: 992px) {
  .home-3 .tabs-wrap {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-3 .tabs-wrap {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 992px) {
  .home-3 .tabs-wrap .nav-wrap ul {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 20px;
  }
}
.home-3 .tabs-wrap .nav-wrap ul li {
  display: block;
}
.home-3 .tabs-wrap .nav-wrap ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .home-3 .tabs-wrap .nav-wrap ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.home-3 .tabs-wrap .nav-wrap ul li button {
  padding-right: 39px;
  position: relative;
  text-align: right;
  display: block;
  width: 100%;
  font-weight: 500;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (max-width: 992px) {
  .home-3 .tabs-wrap .nav-wrap ul li button {
    padding-right: 0;
    padding-top: 22px;
  }
}
.home-3 .tabs-wrap .nav-wrap ul li button:hover {
  color: #1FAF90;
}
.home-3 .tabs-wrap .nav-wrap ul li button:hover::after {
  background-color: #1FAF90;
}
.home-3 .tabs-wrap .nav-wrap ul li button.active {
  color: #1FAF90;
}
.home-3 .tabs-wrap .nav-wrap ul li button.active::after {
  background-color: #1FAF90;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.home-3 .tabs-wrap .nav-wrap ul li button::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #737A83;
  border-radius: 50%;
  top: calc(50% - 8px);
  right: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (max-width: 992px) {
  .home-3 .tabs-wrap .nav-wrap ul li button::after {
    top: 0;
    right: auto;
    left: calc(50% - 8px);
  }
}
.home-3 .content-wrap {
  -webkit-box-shadow: 0 0 6px rgba(17, 75, 109, 0.2);
          box-shadow: 0 0 6px rgba(17, 75, 109, 0.2);
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 60px;
  width: 860px;
  height: 370px;
}
@media only screen and (max-width: 992px) {
  .home-3 .content-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap {
    padding: 30px 15px;
    height: 440px;
  }
}
.home-3 .content-wrap .item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 25px 55px;
  -webkit-animation: tabFadeIn 0.25s;
          animation: tabFadeIn 0.25s;
}
@media only screen and (max-width: 992px) {
  .home-3 .content-wrap .item {
    grid-gap: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item {
    grid-template-columns: 1fr;
  }
}
.home-3 .content-wrap .item:not(.active) {
  display: none;
}
.home-3 .content-wrap .item h3 {
  grid-column-end: span 2;
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item h3 {
    grid-column-end: unset;
    text-align: center;
  }
}
.home-3 .content-wrap .item .img-wrap img {
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item .img-wrap img {
    margin: 0 auto;
  }
}
.home-3 .content-wrap .item .img-wrap span {
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  line-height: 140px;
  background-color: #F1F5F9;
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item .img-wrap span {
    margin: 0 auto;
  }
}
.home-3 .content-wrap .item .table-wrap {
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  border-left: 2px solid #1FAF90;
}
.home-3 .content-wrap .item .table-wrap .empty {
  height: 27px;
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item .table-wrap {
    font-size: 16px;
    border-left: none;
    border-top: 2px solid #1FAF90;
    padding-top: 15px;
    padding-left: 0;
  }
}
.home-3 .content-wrap .item .table-wrap .tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 75px;
}
@media only screen and (max-width: 992px) {
  .home-3 .content-wrap .item .table-wrap .tr {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item .table-wrap .tr {
    grid-gap: 15px;
  }
}
.home-3 .content-wrap .item .table-wrap .tr:not(:last-child) {
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .home-3 .content-wrap .item .table-wrap .tr:not(:last-child) {
    margin-bottom: 10px;
  }
}

.home-4 {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .home-4 {
    padding: 25px 0;
  }
}
.home-4 .block-wrap {
  background-color: #fff;
  margin: 60px 0;
  padding: 60px 40px;
  -webkit-box-shadow: 0 0 6px rgba(17, 75, 109, 0.2);
          box-shadow: 0 0 6px rgba(17, 75, 109, 0.2);
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .home-4 .block-wrap {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-4 .block-wrap {
    padding: 30px 15px;
  }
}
.home-4 .block-wrap .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .home-4 .block-wrap .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .home-4 .block-wrap .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-4 .block-wrap .items:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .home-4 .block-wrap .items:not(:last-child) {
    margin-bottom: 50px;
  }
}
.home-4 .block-wrap .items .item img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home-4 .block-wrap .items .item img {
    width: 30px;
  }
}
.home-4 .block-wrap .items .item p {
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (max-width: 768px) {
  .home-4 .block-wrap .items .item p {
    font-size: 14px;
  }
}
.home-4 .bottom-text {
  margin-bottom: 60px;
}

.home-5 {
  padding: 50px 0 90px;
}
@media only screen and (max-width: 768px) {
  .home-5 {
    padding: 25px 0 50px;
  }
}
.home-5 .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 905px;
  margin: 60px auto;
}
@media only screen and (max-width: 768px) {
  .home-5 .items {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home-5 .items {
    grid-template-columns: 1fr;
  }
}
.home-5 .items .item {
  background-color: #fff;
  padding: 20px 15px 30px;
}
.home-5 .items .item img {
  display: block;
  width: 116px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home-5 .items .item img {
    width: 80px;
  }
}
.home-5 .items .item p {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .home-5 .items .item p {
    margin-top: 35px;
  }
}

.home-6 {
  background-color: #1FAF90;
  color: #fff;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .home-6 {
    padding: 40px 0;
  }
}
.home-6 .btns-wrap {
  margin-bottom: 60px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 70px;
}
@media only screen and (max-width: 768px) {
  .home-6 .btns-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .home-6 .btns-wrap {
    grid-gap: 25px;
  }
}
.home-6 .btns-wrap button, .home-6 .btns-wrap a {
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (max-width: 480px) {
  .home-6 .btns-wrap button, .home-6 .btns-wrap a {
    font-size: 14px;
  }
}
.home-6 .btns-wrap button:hover, .home-6 .btns-wrap a:hover {
  border-color: #fff;
}
.home-6 .btns-wrap button.active, .home-6 .btns-wrap a.active {
  border-color: #fff;
}
.home-6 .content-wrap {
  -webkit-animation: tabFadeIn 0.25s;
          animation: tabFadeIn 0.25s;
}
.home-6 .content-wrap:not(.active) {
  display: none;
}
.home-6 .content-wrap h2 {
  color: #fff;
}
.home-6 .content-wrap p {
  margin: 11px 0;
}
.home-6 .block-btns {
  margin-top: 70px;
}
@media only screen and (max-width: 992px) {
  .home-6 .block-btns {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .home-6 .block-btns {
    margin-top: 50px;
  }
}

.products-1 {
  padding: 60px 0;
}
.products-1 h2 {
  text-align: center;
}

.connectors-1 {
  padding: 60px 0;
}
.connectors-1 .grid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 60px;
}
@media only screen and (max-width: 1250px) {
  .connectors-1 .grid {
    grid-template-columns: 1fr;
  }
}
.connectors-1 .block {
  background-color: #f1f5f9;
  border-radius: 5px;
  padding: 30px 60px 20px;
}
@media only screen and (max-width: 768px) {
  .connectors-1 .block {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .connectors-1 .block {
    padding: 30px 15px;
  }
}
.connectors-1 .block:not(:last-child) {
  margin-bottom: 20px;
}
.connectors-1 .block .items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px 5px;
}
@media only screen and (max-width: 768px) {
  .connectors-1 .block .items {
    grid-gap: 30px 5px;
  }
}
@media only screen and (max-width: 480px) {
  .connectors-1 .block .items {
    grid-template-columns: 1fr 1fr;
  }
}
.connectors-1 .block .items .item {
  text-align: center;
}
.connectors-1 .block .items .item:hover p {
  color: #1FAF90;
}
.connectors-1 .block .items .item img {
  display: block;
  width: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .connectors-1 .block .items .item img {
    width: 30px;
  }
}
.connectors-1 .block .items .item p {
  font-size: 18px;
  margin-top: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  min-height: 49px;
}
@media only screen and (max-width: 768px) {
  .connectors-1 .block .items .item p {
    font-size: 14px;
    min-height: auto;
  }
}

.case-1 {
  padding: 60px 0;
}
.case-1 .block-wrap {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .case-1 .block-wrap {
    margin-top: 40px;
  }
}
.case-1 .block-wrap .block:not(:last-child) {
  margin-bottom: 90px;
}
.case-1 .block-wrap .block .blue-block {
  background-color: #f1f5f9;
  padding: 30px 60px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .case-1 .block-wrap .block .blue-block {
    padding: 30px 15px;
  }
}
.case-1 .block-wrap .block h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .case-1 .block-wrap .block h3 {
    margin-bottom: 25px;
  }
}
.case-1 .block-wrap .block p:not(:last-child) {
  margin-bottom: 10px;
}
.case-1 .block-wrap .block .list-wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 576px) {
  .case-1 .block-wrap .block .list-wrap {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.case-1 .block-wrap .block .list-wrap .item h4 {
  color: #114B6D;
}
.case-1 .block-wrap .block .list-wrap .item ul {
  margin-top: 25px;
  padding-left: 30px;
}
.case-1 .block-wrap .block .list-wrap .item ul li {
  list-style-type: disc;
}
.case-1 .block-wrap .block .list-wrap .item ul li:not(:last-child) {
  margin-bottom: 20px;
}

.pricing-1 {
  padding: 60px 0;
}
.pricing-1 .table-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pricing-1 .table-wrapper {
    width: calc(100vw - 30px);
    overflow: auto;
  }
}
.pricing-1 .table-wrapper .table-wrap {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .pricing-1 .table-wrapper .table-wrap {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-1 .table-wrapper .table-wrap {
    width: 900px;
  }
}
.pricing-1 .table-wrapper .table-wrap .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding: 5px 0;
  border-bottom: 2px solid #F1F5F9;
}
@media only screen and (max-width: 992px) {
  .pricing-1 .table-wrapper .table-wrap .tr {
    min-height: 60px;
    grid-gap: 10px;
  }
}
.pricing-1 .table-wrapper .table-wrap .tr.header {
  border-color: #374150;
  padding-bottom: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pricing-1 .table-wrapper .table-wrap .tr .td:first-child {
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .pricing-1 .table-wrapper .table-wrap .tr .td:first-child {
    font-size: 16px;
  }
}
.pricing-1 .table-wrapper .table-wrap .tr .td .block {
  height: 100%;
  min-height: 265px;
  background-color: #F1F5F9;
  border-radius: 5px;
  padding: 35px 30px 30px;
  display: grid;
  grid-template-rows: 1fr auto;
}
@media only screen and (max-width: 992px) {
  .pricing-1 .table-wrapper .table-wrap .tr .td .block {
    min-height: 240px;
    padding: 30px 15px;
  }
}
.pricing-1 .table-wrapper .table-wrap .tr .td .block .top-wrap .label {
  color: #114B6D;
}
.pricing-1 .table-wrapper .table-wrap .tr .td .block .top-wrap .small {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .pricing-1 .table-wrapper .table-wrap .tr .td .block .top-wrap .small {
    font-size: 16px;
  }
}
.pricing-1 .table-wrapper .table-wrap .tr .td .block .bottom-wrap {
  padding-top: 15px;
}
.pricing-1 .table-wrapper .table-wrap .tr .td .block .bottom-wrap p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 1250px) {
  .pricing-1 .table-wrapper .table-wrap .tr .td .block .bottom-wrap p {
    font-size: 22px;
  }
}
.pricing-1 .table-wrapper .table-wrap .tr .td .block .bottom-wrap p span {
  font-size: 18px;
  font-weight: 500;
  color: #374150;
}
@media only screen and (max-width: 1250px) {
  .pricing-1 .table-wrapper .table-wrap .tr .td .block .bottom-wrap p span {
    font-size: 16px;
  }
}

.brands-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 30px 20px;
  padding: 50px 0;
}
.brands-items .item {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1.18;
}
.brands-items .item .content {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands-items .item .content img {
  display: block;
  margin: 0 auto;
  width: 120px;
}
.brands-items .item .content p {
  text-align: center;
  margin-top: auto;
  padding-top: 25px;
}

.brands-items--shadow .item {
  -webkit-box-shadow: 0 0 6px rgba(17, 75, 109, 0.2);
  box-shadow: 0 0 6px rgba(17, 75, 109, 0.2);
}

/* === style in Audience Development Capabilities.html === */
.article-header-flex {
  display: flex;
  align-items: stretch;
  background: #f3f6f9;
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 220px;
  overflow: hidden;
}
.article-header-left {
  flex: 1 1 60%;
  padding: 2.5rem 2rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-header-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2a3a4b;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.article-header-date {
  font-size: 1.1rem;
  color: #7a8a99;
  margin-bottom: 1.2rem;
}
.article-header-link {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 0.5rem;
}
.article-header-link a {
  color: #1a7bbd;
  text-decoration: underline;
  word-break: break-all;
}
.article-header-right {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.5rem 1.5rem 0;
}
.article-header-img {
  max-width: 100%;
  max-height: 180px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.at-a-glance-flex {
  display: flex;
  border-top: 2px solid #2a3a4b;
  border-bottom: 2px solid #2a3a4b;
  border-radius: 0;
  margin-bottom: 2.5rem;
  background: #fff;
  overflow: hidden;
}
.at-a-glance-label {
  flex: 0 0 180px;
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #2a3a4b;
  background: #f3f6f9;
  padding: 1.1rem 0;
}
.at-a-glance-desc {
  flex: 1 1 auto;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  background: #fff;
}
.main-flex-row {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.main-flex-left {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main-flex-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 260px;
}
.gear-img {
  width: 320px;
  margin-bottom: 1.2rem;
}
.fueled-label {
  font-size: 1.01rem;
  color: #222;
  font-weight: 600;
  margin-top: 0.7rem;
  text-align: right;
  width: 100%;
}
.section-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2a3a4b;
  margin-top: 2.5rem;
  margin-bottom: 0.7rem;
  border-bottom: 3px solid #1a7bbd;
  padding-bottom: 0.2rem;
  display: inline-block;
}
.article-body {
  font-size: 1.07rem;
  color: #222;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}
.article-list {
  margin: 0.7rem 0 0.7rem 2rem;
  padding: 0;
}
.article-list li {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
  line-height: 1.7;
}
.article-link {
  color: #1a7bbd;
  text-decoration: underline;
  font-weight: 500;
}
.laptop-img {
  max-width: 240px;
  margin: 0.5rem 0 0.5rem 0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.img-caption {
  text-align: center;
  font-size: 0.98rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* === styles in measurement-capabilities-methodology.html === */
.a11-flex-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f3f6f9;
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 280px;
  overflow: hidden;
}
.a11-header-left {
  flex: 1 1 65%;
  padding: 2.5rem 2rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a11-header-right {
  flex: 1 1 35%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}
.a11-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.a11-headline-flex {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0.7rem;
}
.a11-headline-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2a3a4b;
  margin-right: 1.2rem;
  line-height: 1.1;
  flex: 0 1 auto;
  z-index: 1;
  font-family: Raleway, Arial, sans-serif;
  text-shadow: 1px 1px 2px #bfcad6;
}
.a11-headline-bar {
  flex: 1 1 auto;
  border-bottom: 3px solid #23496a;
  height: 0;
  margin-right: 1.2rem;
}
.a11-headline-icon {
  width: 86px;
  height: 52px;
  background: #23496a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a11-img-86-52 {
  width: 86px;
  height: 52px;
}
.a11-main-flex-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.a11-main-flex-left-70 {
  flex: 1 1 70%;
}
.a11-main-flex-right-30 {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.a11-article-body-mb12 {
  margin-bottom: 1.2rem;
}
.a11-img-maxwidth100 {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.a11-block-items-popup {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin: 2.5rem 0 3.5rem 0;
}
.a11-item-320 {
  width: 320px;
}
.a11-content {
  background: #23496a;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 220px;
  position: relative;
}
.a11-content-mta {
  background: #2b8c8c;
}
.a11-content-title {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 500;
  text-align: center;
}
.a11-popup {
  background: #23496a;
  border-radius: 4px;
  color: #fff;
  padding: 1.2rem 1.1rem;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a11-popup-mta {
  background: #2b8c8c;
}
.a11-popup-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.7rem;
}
.a11-popup-title-mta {
  margin-bottom: 1.7em;
}
.a11-popup-desc {
  font-size: 1.00rem;
  text-align: left;
  margin-bottom: 1.7rem;
}
.a11-popup-desc-center {
  text-align: center;
  margin-bottom: 2.2rem;
}
.a11-popup-bold {
  font-size: 1.08rem;
  font-weight: 700;
  text-align: left;
}
.a11-main-flex-left-60 {
  flex: 1 1 60%;
}
.a11-main-flex-right-40 {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.a11-article-body-mb0 {
  margin-bottom: 0;
}

/* === styles in audience-development-capabilities.html === */
.a11-flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a11-mb-07 {
  margin-bottom: 0.7rem;
}
.a11-mb-15 {
  margin-bottom: 1.5rem;
}
.a11-mb-22 {
  margin-bottom: 2.2rem;
}
.a11-mb-25 {
  margin-bottom: 2.5rem;
}
.a11-img-maxwidth100-mb05 {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 0.5rem;
}
.a11-img-60 {
  width: 60px;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
.a11-popup-title-mb17 {
  margin-bottom: 1.7rem;
}
.a11-popup-title-mb1em {
  margin-bottom: 1.7em;
}
.a11-popup-desc-center {
  text-align: center;
  margin-bottom: 2.2rem;
}
.a11-popup-bold {
  font-size: 1.08rem;
  font-weight: 700;
  text-align: left;
}
.a11-flex-row-align-start {
  display: flex;
  align-items: flex-start;
}
.a11-main-flex-left-60 {
  flex: 1 1 60%;
}
.a11-main-flex-right-40-center {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a11-main-flex-left-flex1 {
  flex: 1 1 60%;
}
.a11-main-flex-right-flex1 {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* === styles in a11-cross-channel-optimization.html === */
.a11-flex-row-align-stretch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.a11-flex-row-align-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.a11-flex-col-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a11-mt-25 {
  margin-top: 2.5rem;
}
.a11-mb-12 {
  margin-bottom: 1.2rem;
}
.a11-mb-07 {
  margin-bottom: 0.7rem;
}
.a11-mb-22 {
  margin-bottom: 2.2rem;
}
.a11-mb-25 {
  margin-bottom: 2.5rem;
}
.a11-mb-15 {
  margin-bottom: 1.5rem;
}
.a11-mb-05 {
  margin-bottom: 0.5rem;
}
.a11-ml-25 {
  margin-left: 2.5rem;
}
.a11-img-maxwidth700 {
  max-width: 700px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: block;
  margin: 0 auto;
}
.a11-img-maxwidth800 {
  max-width: 800px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: block;
  margin: 0 auto;
}
.a11-img-width80 {
  width: 80%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 1.2rem;
}
.a11-img-width90 {
  width: 90%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 1.2rem;
}
.a11-img-width100 {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 1.2rem;
}
.a11-img-width60 {
  width: 60%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 1.2rem;
}
.a11-img-maxwidth100-mb05 {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 0.5rem;
}
.a11-pl-25 {
  padding-left: 2.5rem;
}
.a11-fw-600 {
  font-weight: 600;
}
.a11-fc-23496a {
  color: #23496a;
}
.a11-fs-118 {
  font-size: 1.18rem;
}
.a11-fs-125 {
  font-size: 1.25rem;
}
.a11-fs-100 {
  font-size: 1.00rem;
}
.a11-fs-108 {
  font-size: 1.08rem;
}
.a11-fs-17 {
  font-size: 1.7rem;
}
.a11-fs-18 {
  font-size: 1.8rem;
}
.a11-fs-11 {
  font-size: 1.1rem;
}
.a11-fs-13 {
  font-size: 1.3rem;
}
.a11-fs-14 {
  font-size: 1.4rem;
}
.a11-fs-15 {
  font-size: 1.5rem;
}
.a11-fs-16 {
  font-size: 1.6rem;
}
.a11-fs-22 {
  font-size: 2.2rem;
}
.a11-fw-700 {
  font-weight: 700;
}
.a11-fw-500 {
  font-weight: 500;
}
.a11-fw-400 {
  font-weight: 400;
}
.a11-fw-300 {
  font-weight: 300;
}

.audience11-link {
  color: #1a7bbd;
  text-decoration: underline;
}

/* === 3D Flip for block-items-popup structure === */
.a11-block-items-popup .item {
  perspective: 1000px;
  position: relative;
  height: 220px;
  overflow: visible;
}
.a11-block-items-popup .item .content,
.a11-block-items-popup .item .popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.4,0.2,0.2,1);
  border-radius: 4px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.a11-block-items-popup .item .content {
  transform: rotateY(0deg);
  z-index: 2;
}
.a11-block-items-popup .item .popup {
  transform: rotateY(-180deg);
  z-index: 3;
}
.a11-block-items-popup .item:hover .content,
.a11-block-items-popup .item:focus-within .content {
  transform: rotateY(180deg);
}
.a11-block-items-popup .item:hover .popup,
.a11-block-items-popup .item:focus-within .popup {
  transform: rotateY(0deg);
}
.a11-block-items-popup .item .popup {
  /* Ensure popup is above content when flipped */
  pointer-events: none;
}
.a11-block-items-popup .item:hover .popup,
.a11-block-items-popup .item:focus-within .popup {
  pointer-events: auto;
}
@media (max-width: 480px) {
  .a11-block-items-popup .item {
    width: 100%;
    min-width: 0;
    height: 220px;
  }
}

/* === styles in terms-of-service.html === */
.a11-mb-0 { margin-bottom: 0; }
.a11-mb-12 { margin-bottom: 1.2rem; }
.a11-mb-15 { margin-bottom: 1.5rem; }
.a11-mb-22 { margin-bottom: 2.2rem; }
.a11-fw-600 { font-weight: 600; }
.a11-fc-23496a { color: #23496a; }
.a11-ta-left { text-align: left; }

.a11-mt-15em {
  margin-top: 1.5em;
}
.a11-fc-222 {
  color: #222;
}
.a11-fc-fff {
  color: #fff;
}
.a11-fc-2a3a4b {
  color: #2a3a4b;
}
.a11-fc-7a8a99 {
  color: #7a8a99;
}
.a11-fc-374150 {
  color: #374150;
}
.a11-fw-bold {
  font-weight: bold;
}
.a11-fw-bolder {
  font-weight: bolder;
}
.a11-fw-normal {
  font-weight: normal;
}
.a11-fw-light {
  font-weight: 300;
}
.a11-fw-medium {
  font-weight: 500;
}
.a11-fw-semibold {
  font-weight: 600;
}

/* === styles in 1to1-effective-conversations-scale.html === */
.a11-img-maxwidth800 {
  max-width: 800px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: block;
  margin: 0 auto;
}
.a11-flex-row-align-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.a11-mt-25 {
  margin-top: 2.5rem;
}
.a11-mb-25 {
  margin-bottom: 2.5rem;
}
.a11-mb-12 {
  margin-bottom: 1.2rem;
}
.a11-mb-07 {
  margin-bottom: 0.7rem;
}
.a11-fw-600 {
  font-weight: 600;
}
.a11-fc-23496a {
  color: #23496a;
}
.a11-fs-118 {
  font-size: 1.18rem;
}