@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*! 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 */
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body.open-mob-nav, body.map-open {
  overflow: hidden;
}

body.toolbar-horizontal, body.toolbar-fixed, body.user-logged-in {
  padding-top: 0 !important;
}

body:not(.path-frontpage) {
  background: #EFF2F9;
}

.visually-hidden {
  display: none;
}

.container-width, .region-header, footer .region-footer {
  width: 100%;
  margin: 0 auto;
  max-width: 1390px;
  padding: 0 25px;
}

.btn, .form-actions .form-submit {
  display: inline-block;
  border-radius: 0 24px 24px 24px;
  border: 0;
  font-weight: 500;
  text-align: center;
  min-width: 120px;
  padding: 15px;
  color: #FFFFFF;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#4EE1AC), to(#3B6BFE));
  background: linear-gradient(90deg, #4EE1AC 0%, #3B6BFE 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
}

.btn:hover, .form-actions .form-submit:hover, .btn:focus, .form-actions .form-submit:focus {
  background: -webkit-gradient(linear, left top, right top, from(#3B6BFE), to(#4EE1AC));
  background: linear-gradient(90deg, #3B6BFE 0%, #4EE1AC 100%);
}

.btn_wh {
  border: 1px solid #FFFFFF;
  border-radius: 24px 24px 0 24px;
  padding: 14px;
  background: transparent;
}

.btn_wh:hover, .btn_wh:focus {
  background: #FFFFFF;
  color: #000;
}

.arrow-btn {
  position: relative;
  display: inline-block;
  padding-left: 65px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.arrow-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../images/sprite/ic_arrow.svg") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1100px) {
  .arrow-btn:before {
    width: 50px;
    height: 50px;
  }
}

.arrow-btn:hover {
  opacity: .75;
}

.page-title, #block-servicespricing h2, .webform-section h2 {
  margin: 0 0 9px 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #08233F;
  text-align: center;
}

@media (min-width: 1100px) {
  .page-title, #block-servicespricing h2, .webform-section h2 {
    font-size: 60px;
  }
}

@media (min-width: 1100px) {
  ._mob {
    display: none;
  }
}

@-webkit-keyframes swipe {
  0% {
    left: 50%;
  }
  50% {
    left: 53%;
  }
  100% {
    left: 50%;
  }
}

.rolling-map {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  width: 100%;
  height: 100vh;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  z-index: 4;
}

@media (max-width: 1169px) {
  .rolling-map:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background: url("../images/ic_swipe.png") no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: linear infinite;
    -webkit-animation-name: swipe;
    -webkit-animation-duration: 2s;
  }
}

.map-open .rolling-map {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.rolling-map .field--type-image {
  height: 100vh;
}

@media (max-width: 1099px) {
  .rolling-map .field--type-image {
    overflow-x: scroll;
  }
}

@media (min-width: 1100px) {
  .rolling-map .field--type-image {
    height: calc(100% - 90px);
  }
}

.rolling-map img {
  height: 100%;
  width: auto;
}

@media (min-width: 1100px) {
  .rolling-map img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.rolling-map__heading {
  height: 54px;
  background: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
}

@media (min-width: 1100px) {
  .rolling-map__heading {
    position: relative;
    height: 90px;
    width: auto;
  }
}

.rolling-map__heading .close-map {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
  height: 54px;
  width: 54px;
  background: #EFF2F9;
  cursor: pointer;
}

@media (min-width: 1100px) {
  .rolling-map__heading .close-map {
    height: 90px;
    width: 90px;
  }
}

.rolling-map__heading .close-map:before, .rolling-map__heading .close-map:after {
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: 50%;
  width: 18px;
  height: 1px;
  background: #3C69FF;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.rolling-map__heading .close-map:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rolling-map__heading .close-map:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rolling-map__heading .close-map:hover:before, .rolling-map__heading .close-map:hover:after {
  opacity: .75;
}

.site-name {
  display: none;
}

.nav-trigger {
  position: relative;
  z-index: 3;
  width: 24px;
  height: 24px;
  border-top: 3px solid #3C6FFC;
  cursor: pointer;
}

.nav-trigger:before, .nav-trigger:after {
  content: '';
  position: absolute;
  height: 3px;
  pointer-events: none;
  background: #3C6FFC;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-trigger:before {
  width: 24px;
  top: 5px;
}

.nav-trigger:after {
  width: 18px;
  top: 12px;
}

.open-mob-nav .nav-trigger {
  border-top: 3px solid transparent;
}

.open-mob-nav .nav-trigger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open-mob-nav .nav-trigger:after {
  width: 24px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1100px) {
  .nav-trigger {
    display: none;
  }
}

.region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

@media (min-width: 1100px) {
  .region-header {
    top: 57px;
  }
}

#block-fluffiness-site-branding {
  width: 48px;
}

#block-fluffiness-site-branding img {
  max-width: 100%;
}

.open-mob-nav #block-fluffiness-site-branding {
  position: relative;
  z-index: 2;
}

@media (min-width: 1100px) {
  #block-fluffiness-site-branding {
    width: 63px;
  }
}

body:not(.path-frontpage) header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  padding: 8px 0 9px;
}

@media (min-width: 1100px) {
  body:not(.path-frontpage) header {
    padding: 6px 0 7px;
  }
}

body:not(.path-frontpage) .region-header {
  position: relative;
  top: 0;
}

body:not(.path-frontpage) #block-fluffiness-site-branding {
  width: 48px;
}

body:not(.path-frontpage) .rolling-map__heading {
  height: 54px;
}

@media (min-width: 1100px) {
  body:not(.path-frontpage) .rolling-map__heading {
    height: 70px;
  }
}

@media (min-width: 1100px) {
  body:not(.path-frontpage) .rolling-map__heading .close-map {
    height: 70px;
    width: 70px;
  }
}

@media (min-width: 1100px) {
  body:not(.path-frontpage) .rolling-map .field--type-image {
    height: calc(100% - 70px);
  }
}

body:not(.path-frontpage) .layout-content {
  padding-top: 54px;
}

@media (min-width: 1100px) {
  body:not(.path-frontpage) .layout-content {
    padding-top: 70px;
  }
}

@media (min-width: 1100px) {
  .block-menu {
    margin-left: 50px;
    margin-right: auto;
  }
}

.block-menu .menu {
  margin: 0;
  list-style: none;
}

@media (min-width: 1100px) {
  .block-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
}

.block-menu .menu-item {
  padding: 6px 0;
}

@media (min-width: 1100px) {
  .block-menu .menu-item {
    padding: 0 20px;
  }
}

.block-menu .menu-item a,
.block-menu .menu-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (min-width: 1100px) {
  .block-menu .menu-item a,
  .block-menu .menu-item span {
    color: #FFFFFF;
  }
}

.block-menu .menu-item a:hover, .block-menu .menu-item a:focus,
.block-menu .menu-item span:hover,
.block-menu .menu-item span:focus {
  opacity: .75;
}

.block-menu .menu-item a.is-active,
.block-menu .menu-item span.is-active {
  color: #000;
}

@media (min-width: 1100px) {
  .block-menu .menu-item a.is-active,
  .block-menu .menu-item span.is-active {
    color: #FFFFFF;
  }
}

.block-menu .menu-item a.map-trigger,
.block-menu .menu-item span.map-trigger {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.block-menu .menu-item a.map-trigger:after,
.block-menu .menu-item span.map-trigger:after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #3C6DFE;
  border-bottom: 2px solid #3C6DFE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-cta {
  padding-bottom: 35px;
  position: relative;
}

.header-cta:before {
  content: '';
  position: absolute;
  height: 1px;
  left: -25px;
  width: 90%;
  background: #E5E5E5;
  bottom: 0;
}

@media (min-width: 1100px) {
  .header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .header-cta:before {
    display: none;
  }
}

@media (max-width: 1099px) {
  .header-cta a, .header-cta .btn, .header-cta .form-actions .form-submit, .form-actions .header-cta .form-submit {
    padding: 0;
    min-width: 1px;
    display: block;
    background: transparent;
    border: 0;
    color: #000;
    text-align: left;
    margin: 7px 0;
  }
}

@media (min-width: 1100px) {
  .header-cta a + a,
  .header-cta a + .btn,
  .header-cta .form-actions a + .form-submit,
  .form-actions .header-cta a + .form-submit, .header-cta .btn + a, .header-cta .form-actions .form-submit + a, .form-actions .header-cta .form-submit + a,
  .header-cta .btn + .btn,
  .header-cta .form-actions .form-submit + .btn,
  .form-actions .header-cta .form-submit + .btn,
  .header-cta .form-actions .btn + .form-submit,
  .form-actions .header-cta .btn + .form-submit,
  .header-cta .form-actions .form-submit + .form-submit,
  .form-actions .header-cta .form-submit + .form-submit {
    margin-left: 15px;
  }
}

.mini-chart {
  display: none;
}

@media (min-width: 1100px) {
  .mini-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 2%;
  }
  .mini-chart__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 215px;
  }
  .mini-chart__description-item {
    -ms-flex-preferred-size: 77px;
        flex-basis: 77px;
    margin-left: 25px;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
  }
}

#mini-chart {
  width: 125px !important;
  height: 57px !important;
}

.menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  padding: 80px 25px 25px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #EFF2F9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.open-mob-nav .menu-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1100px) {
  .menu-wrapper {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.mobile-additional-nav__title {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding: 30px 0 15px;
  font-weight: 600;
}

.mobile-additional-nav .menu {
  margin: 0;
}

.mobile-additional-nav .menu-item {
  padding: 3px 0;
}

.mobile-additional-nav .menu a {
  font-weight: 300;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .mobile-additional-nav {
    display: none;
  }
}

.mobile-additional-nav .contacts {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.mobile-additional-nav .contacts p {
  margin: 3px 0;
}

.mobile-additional-nav .contacts a {
  color: inherit;
  text-decoration: none;
}

.mobile-additional-nav .contacts strong {
  font-weight: 500;
}

#block-buttonjoin .btn_wh {
  display: none;
}

.banner-section {
  background: #03010d url("../images/mobile_hero.jpg") no-repeat;
  background-position: center -95px;
  background-size: auto 73%;
  color: #fff;
  min-height: 100vh;
}

@media (min-width: 1100px) {
  .banner-section {
    background: #03010d url("../images/banner-bg.png") no-repeat;
    padding-top: 110px;
    background-size: contain;
    background-position: center -11px;
  }
}

@media (min-width: 1100px) {
  .banner-section .container-width, .banner-section .region-header, .banner-section footer .region-footer, footer .banner-section .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: calc(100vh - 110px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#block-allinterconnectionbenefits {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-top: 70px;
}

@media (min-width: 1100px) {
  #block-allinterconnectionbenefits {
    padding-top: 90px;
  }
}

#block-allinterconnectionbenefits .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1100px) {
  #block-allinterconnectionbenefits .field {
    display: block;
  }
}

#block-allinterconnectionbenefits h1,
#block-allinterconnectionbenefits .banner-section__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  background: -webkit-gradient(linear, left top, right top, from(#4FE1AC), color-stop(106.13%, #3C6DFE));
  background: linear-gradient(90deg, #4FE1AC 0%, #3C6DFE 106.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 260px;
}

@media (min-width: 1100px) {
  #block-allinterconnectionbenefits h1,
  #block-allinterconnectionbenefits .banner-section__title {
    font-size: 72px;
    margin-bottom: 30px;
  }
}

#block-allinterconnectionbenefits p,
#block-allinterconnectionbenefits .banner-section__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: 100%;
  width: 478px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 300;
}

@media (min-width: 1100px) {
  #block-allinterconnectionbenefits p,
  #block-allinterconnectionbenefits .banner-section__text {
    font-size: 24px;
  }
}

#block-allinterconnectionbenefits .btn, #block-allinterconnectionbenefits .form-actions .form-submit, .form-actions #block-allinterconnectionbenefits .form-submit {
  min-width: 320px;
}

#block-allinterconnectionbenefits .map-trigger {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  #block-allinterconnectionbenefits .map-trigger {
    display: none;
  }
}

#block-seemap {
  display: none;
}

@media (min-width: 1100px) {
  #block-seemap {
    display: block;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-bottom: 7%;
    text-align: right;
    -ms-flex-item-align: end;
        align-self: end;
  }
}

#block-graphofstatistics {
  margin-top: auto;
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.statistics__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}

@media (min-width: 1100px) {
  .statistics__item {
    padding-top: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media (min-width: 1100px) {
  .statistics__item + .statistics__item {
    border-left: 1px solid rgba(227, 230, 235, 0.5);
  }
}

.statistics__text {
  position: relative;
  text-align: center;
}

.statistics__text p {
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}

@media (min-width: 1100px) {
  .statistics__text p {
    font-size: 18px;
  }
}

.statistics__text p:first-of-type {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #3C68FF;
}

@media (min-width: 1100px) {
  .statistics__text p:first-of-type {
    font-size: 48px;
  }
}

.statistics__text p:first-of-type span {
  font-size: 18px;
}

@media (min-width: 1100px) {
  .statistics__text p:first-of-type span {
    font-size: 24px;
  }
}

@media (min-width: 1100px) {
  .statistics__icon {
    position: absolute;
    right: calc(100% + 20px);
  }
}

.statistics__icon .svg-ic {
  width: 29px;
  height: 29px;
}

@media (min-width: 1100px) {
  .statistics__icon .svg-ic {
    width: 39px;
    height: 39px;
  }
}

.networks-section {
  background: #EFF2F9;
  padding: 40px 0 60px;
}

@media (min-width: 1100px) {
  .networks-section {
    padding: 125px 0 150px;
  }
}

.networks-section .field--type-text-with-summary {
  font-size: 18px;
  line-height: 1.71;
  text-align: center;
  color: #000000;
  width: 882px;
  max-width: 100%;
  margin: 0 auto 30px;
}

@media (min-width: 1100px) {
  .networks-section .field--type-text-with-summary {
    font-size: 21px;
  }
}

.networks-section .field--type-text-with-summary p {
  margin: 0;
}

#block-connectednetworks {
  position: relative;
}

#block-connectednetworks .dataTables_filter {
  float: none;
  text-align: center;
  font-size: 0;
}

#block-connectednetworks .dataTables_filter input {
  background: #FFFFFF;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #AAAAAA;
  border: 0;
  padding: 14px 19px;
  outline: none;
  margin-bottom: 30px;
  max-width: 100%;
  width: 325px;
}

#block-connectednetworks .dataTables_processing {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #AAAAAA;
}

#block-connectednetworks .dataTable {
  margin: 0 auto;
  max-width: 100%;
  width: 100% !important;
}

@media (min-width: 1100px) {
  #block-connectednetworks .dataTable {
    margin: 50px auto 0;
    width: 1112px !important;

  }
}

#block-connectednetworks .dataTable.no-footer {
  border-bottom: 0;
}

#block-connectednetworks .dataTable tbody tr {
  background: transparent;
}

#block-connectednetworks .dataTable th {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #AAAAAA;
  text-align: left;
  padding: 15px 5px;
  border-bottom: 1px solid #DADBDE;
  display: none;
}

@media (min-width: 1100px) {
  #block-connectednetworks .dataTable th {
    display: table-cell;
  }
}

#block-connectednetworks .dataTable th:first-child {
  padding-left: 0;
}

#block-connectednetworks .dataTable th:nth-child(5) {
  max-width: 100px;
}

#block-connectednetworks .dataTable td {
  padding: 5px 5px 5px 0;
  vertical-align: middle;
  font-weight: 300;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media (min-width: 1100px) {
  #block-connectednetworks .dataTable td {
    font-size: 16px;
    padding: 15px 5px;
    display: table-cell;
    border-bottom: 1px solid #DADBDE;
  }
}

#block-connectednetworks .dataTable td:first-child {
  padding-top: 15px;
  padding-left: 0;
}

#block-connectednetworks .dataTable td:last-child {
  padding-bottom: 15px;
}

#block-connectednetworks .dataTable td:nth-child(5) {
  border-bottom: 1px solid #DADBDE;
}

#block-connectednetworks .dataTable td a {
  vertical-align: middle;
  font-size: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/sprite/ic_link.svg") no-repeat center;
  background-size: contain;
}

#block-connectednetworks .dataTable td:before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
  padding-right: 5px;
}

@media (min-width: 1100px) {
  #block-connectednetworks .dataTable td:before {
    display: none;
  }
}

#block-connectednetworks .dataTables_paginate {
  padding: 30px 0;
  text-align: center;
  float: none;
}

#block-connectednetworks .dataTables_paginate a {
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  border: solid 2px #3D6AFF;
  margin: 0 8px 16px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

#block-connectednetworks .dataTables_paginate a.current {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#4FE2AB), color-stop(100.01%, #3C69FF));
  background: linear-gradient(90deg, #4FE2AB 0%, #3C69FF 100.01%);
}

#block-connectednetworks .dataTables_paginate a.previous, #block-connectednetworks .dataTables_paginate a.next {
  width: auto;
  border: 0;
}

@media (max-width: 1023px) {
  #block-connectednetworks .dataTables_paginate a.previous, #block-connectednetworks .dataTables_paginate a.next {
    display: none;
  }
}

#block-connectednetworks .dataTables_paginate a.previous.disabled, #block-connectednetworks .dataTables_paginate a.next.disabled {
  opacity: .5;
  pointer-events: none;
}

.loadMore {
  display: block;
  width: 44px;
  height: 44px;
  margin: 60px auto 0;
  background: url("../images/sprite/ic_more.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.services-section {
  padding: 48px 0 30px;
}

@media (min-width: 1100px) {
  .services-section {
    padding: 130px 0 150px;
  }
}

@media (min-width: 1100px) {
  .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
  }
}

.services__item {
  width: 325px;
  max-width: 100%;
  margin: 0 auto 40px;
}

@media (min-width: 1100px) {
  .services__item {
    width: 33.33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    padding: 0 16px;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .services__item:nth-child(1) .service {
    border-radius: 50px 0 0 50px;
  }
}

.services__item:nth-child(2) {
  margin-bottom: 60px;
}

@media (min-width: 1100px) {
  .services__item:nth-child(2) {
    position: relative;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .services__item:nth-child(2) .service {
    padding: 78px 38px 58px;
  }
}

@media (min-width: 1100px) {
  .services__item:nth-child(3) .service {
    border-radius: 0 50px 50px 0;
  }
}

.service {
  background: #EFF2F9;
  border-radius: 50px;
  position: relative;
  padding: 38px;
}

.service .double-field-unformatted-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .double-field-unformatted-list.field__items .container-inline {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.service .double-field-unformatted-list.field__items .container-inline:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}

.service .double-field-unformatted-list.field__items .container-inline .double-field-first {
  font-weight: 300;
  line-height: 1;
  color: #000000;
  background: url("../images/sprite/ic_arrow_grows.svg") no-repeat left top;
  padding-left: 30px;
}

.service .double-field-unformatted-list.field__items .container-inline .double-field-second {
  font-weight: 500;
  text-align: right;
  padding-left: 10px;
}

.service .svg-ic {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}

.service__title,
.service h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  margin: 0 0 14px 0;
}

.service__head {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #AAAAAA;
  margin-bottom: 16px;
}

.service .field--type-text-with-summary {
  font-weight: 300;
  line-height: 1.5;
}

.service .map-trigger {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#block-servicespricing h2 {
  margin-bottom: 50px;
}

@media (min-width: 1100px) {
  #block-servicespricing h2 {
    margin-bottom: 116px;
  }
}

.chart-section {
  padding: 60px 0 30px;
  background: #0A0018;
  color: #fff;
}

@media (min-width: 1100px) {
  .chart-section {
    padding: 140px 0 110px;
  }
}

@media (min-width: 1100px) {
  .chart-section .container-width, .chart-section .region-header, .chart-section footer .region-footer, footer .chart-section .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.chart-section__title {
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}

@media (min-width: 1100px) {
  .chart-section__title {
    font-size: 24px;
  }
}

.chart-section__half {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (min-width: 1100px) {
  .chart-section__half {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
}

.chart-section__description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 1100px) {
  .chart-section__description-text {
    padding-left: 115px;
  }
}

.chart-section__description-text-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.chart-section__description-text .description-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  color: #AAAAAA;
}

@media (min-width: 1100px) {
  .chart-section__description-text .description-label {
    font-size: 18px;
  }
}

.chart-section__description-text .description-data {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 72px;
  letter-spacing: -2px;
  color: #3C68FF;
}

@media (min-width: 1100px) {
  .chart-section__description-text .description-data {
    font-size: 48px;
  }
}

.chart-section__description-text .description-data span {
  font-size: 18px;
}

@media (min-width: 1100px) {
  .chart-section__description-text .description-data span {
    font-size: 24px;
  }
}

.webform-section {
  padding: 50px 0 0;
}

@media (min-width: 1100px) {
  .webform-section {
    padding: 127px 0 130px;
  }
}

.webform-section .container-width, .webform-section .region-header, .webform-section footer .region-footer, footer .webform-section .region-footer {
  width: 654px;
  max-width: 100%;
}

.webform-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .webform-section h2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1100px) {
  .webform-section .webform-submission-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -17px;
  }
}

.webform-section .form-item {
  margin: 0;
}

@media (min-width: 1100px) {
  .webform-section .form-item {
    padding: 0 17px;
  }
}

@media (min-width: 1100px) {
  .webform-section .form-item:nth-child(1), .webform-section .form-item:nth-child(2), .webform-section .form-item:nth-child(3), .webform-section .form-item:nth-child(4) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.form-item label {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 0 0 14px 0;
}

.form-item .form-text,
.form-item .form-email,
.form-item .form-textarea {
  background: #EFF2F9;
  border-radius: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #AAAAAA;
  width: 100%;
  max-width: 100%;
  padding: 14px 17px 13px;
  border: 1px solid #EFF2F9;
  margin-bottom: 15px;
}

@media (min-width: 1100px) {
  .form-item .form-text,
  .form-item .form-email,
  .form-item .form-textarea {
    margin-bottom: 30px;
  }
}

.form-item .form-text:focus,
.form-item .form-email:focus,
.form-item .form-textarea:focus {
  outline: none;
}

.form-item .form-textarea {
  height: 120px;
}

.form-item.form-type-checkbox .description {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
}

.form-item .form-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #EFF2F9;
  border-radius: 15px;
  vertical-align: top;
}

.form-item a {
  color: #3C6AFE;
  text-decoration: none;
}

.form-item a:hover {
  text-decoration: underline;
}

.form-actions {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding-top: 5px;
  margin: 0;
  position: relative;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}

@media (min-width: 1100px) {
  .form-actions {
    padding-top: 55px;
  }
}

.form-actions .form-submit {
  min-width: 100%;
}

@media (min-width: 1100px) {
  .form-actions .form-submit {
    min-width: 320px;
    padding: 23px 15px;
    border-radius: 0 32px 32px 32px;
  }
}

.user-login-form .form-item .form-text,
.user-login-form .form-item .form-email,
.user-login-form .form-item .form-textarea {
  border: 1px solid #000;
}

.user-login-form .form-item input {
  border: 1px solid #000;
}

footer {
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0 40px;
}

@media (min-width: 1100px) {
  footer {
    padding: 200px 0 80px;
  }
}

@media (min-width: 1100px) {
  footer .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer p {
  margin: 0;
}

footer h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media (min-width: 1100px) {
  footer h2 {
    margin-bottom: 20px;
  }
}

footer .site-logo {
  display: inline-block;
  margin-bottom: 30px;
}

footer .menu--footer {
  margin: 0 0 30px 0;
}

@media (min-width: 1100px) {
  footer .menu--footer {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin: 0 0 0 20px;
  }
}

footer .menu--footer .menu {
  display: block;
  margin: 0;
}

footer .menu--footer .menu-item {
  padding: 0;
}

footer .menu--footer .menu-item a {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #FFFFFF;
}

@media (min-width: 1100px) {
  footer .menu--footer .menu-item a {
    line-height: 2.6;
  }
}

footer .block-block-content {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

footer .block-block-content a {
  color: #fff;
  text-decoration: none;
}

footer .block-block-content a:hover {
  text-decoration: underline;
}

#block-contactus a {
  line-height: 1.7;
}

@media (min-width: 1100px) {
  #block-contactus a {
    line-height: 2;
  }
}

#block-wanttojoin1ix .btn, #block-wanttojoin1ix .form-actions .form-submit, .form-actions #block-wanttojoin1ix .form-submit {
  min-width: 140px;
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  #block-wanttojoin1ix .btn, #block-wanttojoin1ix .form-actions .form-submit, .form-actions #block-wanttojoin1ix .form-submit {
    margin-bottom: 70px;
  }
}

#block-wanttojoin1ix p:nth-of-type(2) {
  font-weight: 500;
}

.copyright-row {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding-top: 40px;
  margin-top: 45px;
  position: relative;
}

.copyright-row:before {
  content: '';
  height: 1px;
  background: rgba(219, 221, 223, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.copyright-row .container-width, .copyright-row .region-header, .copyright-row footer .region-footer, footer .copyright-row .region-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.social a {
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.social a + a {
  margin-left: 20px;
}

.social a:hover {
  text-decoration: none;
  opacity: .75;
}

.social .svg-ic {
  width: 23px;
  height: 23px;
}

.popup {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 39, 85, 0.75);
  padding-top: 60px;
  z-index: 9;
  overflow-y: auto;
  color: #000;
}

.toolbar-horizontal .popup,
.toolbar-fixed .popup,
.user-logged-in .popup {
  display: none !important;
}

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

.popup__container {
  width: 668px;
  max-width: 98%;
  padding: 47px;
  position: relative;
  background: #3C69FF;
}

@media (min-width: 1100px) {
  .popup__container {
    padding: 84px;
  }
}

.popup__container:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: #FFD300;
}

.popup__close {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: calc(100% + 17px);
  right: 0;
  cursor: pointer;
}

.popup__close:before, .popup__close:after {
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.popup__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  min-height: calc(100vh - 264px);
}

@media (min-width: 1100px) {
  .popup__inner {
    padding: 70px 50px;
    font-size: 18px;
    min-height: 500px;
  }
}

.popup__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .popup__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.popup__title span {
  display: inline-block;
}

.popup__title span:before, .popup__title span:after {
  content: '';
  width: 13px;
  height: 17px;
  display: inline-block;
  vertical-align: baseline;
}

.popup__title span:before {
  margin-right: 3px;
  background: url("../images/sprite/ic_fl_blue.svg");
}

.popup__title span:after {
  margin-left: 3px;
  background: url("../images/sprite/ic_fl_yellow.svg");
}

.popup__footer {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #3C68FF;
}

@media (min-width: 1100px) {
  .popup__footer {
    font-size: 24px;
    top: calc(100% + 24px);
  }
}

#block-popup {
  position: absolute;
}

body:not(.path-frontpage) .node__content,
body:not(.path-frontpage) .field--type-text-with-summary {
  font-size: 16px;
  text-align: left;
}

body:not(.path-frontpage) .node__content h1,
body:not(.path-frontpage) .field--type-text-with-summary h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

body:not(.path-frontpage) .node__content h2,
body:not(.path-frontpage) .field--type-text-with-summary h2 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

body:not(.path-frontpage) .node__content h3,
body:not(.path-frontpage) .field--type-text-with-summary h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

body:not(.path-frontpage) .node__content p,
body:not(.path-frontpage) .field--type-text-with-summary p {
  margin: 0 0 10px;
}

body:not(.path-frontpage) .node__content strong, body:not(.path-frontpage) .node__content b,
body:not(.path-frontpage) .field--type-text-with-summary strong,
body:not(.path-frontpage) .field--type-text-with-summary b {
  font-weight: bold;
}

body:not(.path-frontpage) .node__content em,
body:not(.path-frontpage) .field--type-text-with-summary em {
  font-style: italic;
}

body:not(.path-frontpage) .node__content u,
body:not(.path-frontpage) .field--type-text-with-summary u {
  text-decoration: underline;
}

body:not(.path-frontpage) .node__content del,
body:not(.path-frontpage) .field--type-text-with-summary del {
  text-decoration: line-through;
}

body:not(.path-frontpage) .node__content sup,
body:not(.path-frontpage) .field--type-text-with-summary sup {
  vertical-align: super;
  font-size: smaller;
}

body:not(.path-frontpage) .node__content sub,
body:not(.path-frontpage) .field--type-text-with-summary sub {
  vertical-align: sub;
  font-size: smaller;
}
