@charset "UTF-8";
/*
* Sass mobile-first media queries mixins
* @author Franco Moya - @iamravenous
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

/* 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; }

/*
* Sass mobile-first media queries mixins
* @author Franco Moya - @iamravenous
*/
/* Layout */
/* Fonts */
/* Colors */
/**
 *
 */
@font-face {
  font-family: FbShiri;
  src: url("../fonts/shiriblackwebfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/shiriblackwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/shiriblackwebfont.woff") format("woff"), url("../fonts/shiriblackwebfont.ttf") format("truetype"), url("../fonts/shiriblackwebfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: FbShiri;
  src: url("../fonts/shiriblackwebfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/shiriblackwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/shiriblackwebfont.woff") format("woff"), url("../fonts/shiriblackwebfont.ttf") format("truetype"), url("../fonts/shiriblackwebfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
  margin: 0;
  line-height: 1em; }

h2 {
  font-size: 28px; }

a {
  color: #414141;
  text-decoration: none;
  outline: none; }

a.button-link {
  font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  color: inherit;
  border: 1px solid #969696;
  border-radius: 40px;
  padding: 15px 40px; }
  @media (min-width: 992px) {
    a.button-link {
      padding: 30px 40px 25px;
      border: 1px solid #000;
      border-radius: 70px;
      -webkit-box-shadow: 4px 4px 4px #222;
              box-shadow: 4px 4px 4px #222; } }
  a.button-link:after {
    content: "\0000a0»";
    font-size: 1.1em; }

button {
  outline: none;
  cursor: pointer; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: Assistant, "Arial Hebrew", Arial, sans-serif;
  font-size: 16px;
  color: #333; }
  @media (min-width: 992px) {
    body {
      font-size: 28px; } }

.inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
  height: 100%;
  width: 100%; }
  @media (min-width: 992px) {
    .inner {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .inner {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .inner {
      max-width: 1366px; } }

/* Blocks */
.vf-block {
  overflow: hidden; }

/* Slider */
.slick-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 50px / 2);
  z-index: 10;
  width: 50px;
  height: 50px;
  background: url("../images/icons/icon-prev-white.svg") 50% 50% no-repeat transparent;
  background-size: 40px;
  border: 0 none;
  border-radius: 50px;
  text-indent: -9999px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .slick-arrow {
      top: calc(50% - 80px / 2);
      width: 80px;
      height: 80px;
      border-radius: 40px;
      background: url("../images/icons/icon-prev-white.svg") 50% 50% no-repeat rgba(73, 73, 73, 0.1);
      background-size: auto 55px; } }
  @media (min-width: 1600px) {
    .slick-arrow {
      top: calc(50% - 130px / 2);
      width: 130px;
      height: 130px;
      border-radius: 70px;
      background-size: 100px; } }

.slick-arrow.slick-prev {
  right: 0; }
  @media (min-width: 992px) {
    .slick-arrow.slick-prev {
      right: 20px; } }
  @media (min-width: 1600px) {
    .slick-arrow.slick-prev {
      right: 35px; } }
  @media (min-width: 1800px) {
    .slick-arrow.slick-prev {
      right: 65px; } }

.slick-arrow.slick-next {
  left: 0;
  background-image: url("../images/icons/icon-next-white.svg"); }
  @media (min-width: 992px) {
    .slick-arrow.slick-next {
      left: 20px; } }
  @media (min-width: 1600px) {
    .slick-arrow.slick-next {
      left: 35px; } }
  @media (min-width: 1800px) {
    .slick-arrow.slick-next {
      left: 65px; } }

.slick-dots {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0 10px; }
  .slick-dots li {
    display: inline-block;
    margin: 0 2px; }
    .slick-dots li button {
      display: block;
      width: 15px;
      height: 15px;
      background: none;
      border: 1px solid #000;
      border-radius: 15px;
      text-indent: -9999px; }
    .slick-dots li.slick-active button {
      background-color: #000; }

.breadcrumbs {
  font-size: 22px; }
  .breadcrumbs ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: none; }
    @media (min-width: 992px) {
      .breadcrumbs ul {
        display: block;
        margin: 10px 0 65px; } }
    .breadcrumbs ul li {
      display: inline-block; }
      .breadcrumbs ul li:before {
        content: "//"; }
      .breadcrumbs ul li a {
        color: inherit;
        padding: 0 20px; }
      .breadcrumbs ul li:first-child:before {
        content: ""; }
      .breadcrumbs ul li:first-child a {
        padding-right: 0; }

@media (min-width: 992px) {
  #masthead {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%; } }

.site-branding {
  background: #fff; }
  @media (min-width: 992px) {
    .site-branding {
      background: rgba(255, 255, 255, 0.9); } }

.site-branding-container {
  position: relative;
  text-align: center;
  height: 65px;
  padding-top: 10px; }
  @media (min-width: 576px) {
    .site-branding-container {
      height: 75px; } }
  @media (min-width: 768px) {
    .site-branding-container {
      height: 85px; } }
  @media (min-width: 992px) {
    .site-branding-container {
      height: 150px; } }

.site-logo {
  display: block;
  width: 105px;
  height: auto; }
  @media (min-width: 576px) {
    .site-logo {
      width: 135px; } }
  @media (min-width: 768px) {
    .site-logo {
      width: 155px; } }
  @media (min-width: 992px) {
    .site-logo {
      position: absolute;
      top: 25px;
      left: calc(50% - 243px / 2);
      z-index: 1;
      width: 243px;
      margin-top: 0; } }
  .site-logo img {
    width: 100%;
    height: auto; }

.share-links {
  display: none; }
  @media (min-width: 992px) {
    .share-links {
      display: inline-block;
      float: right;
      margin-top: 43px; } }
  .share-links ul {
    display: inline-block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0; }
    .share-links ul li {
      display: inline-block;
      float: right;
      padding: 10px; }
      .share-links ul li:first-child {
        padding-right: 0; }
      .share-links ul li a {
        display: block;
        height: 37px;
        width: 37px;
        background-size: 37px;
        text-indent: -9999px; }
      .share-links ul li a.share-fb {
        background: url("../images/icons/facebook.svg") 0 0 no-repeat transparent; }
      .share-links ul li a.share-wa {
        background: url("../images/icons/whatsapp.svg") 0 0 no-repeat transparent; }

/**
 * General navigation styles
 */
nav {
  display: inline-block; }
  nav > div {
    display: inline-block; }
  nav ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    nav ul li.menu-item {
      display: inline-block;
      position: relative;
      list-style: none; }
      nav ul li.menu-item:first-child a {
        padding-right: 0; }

.section-navigation {
  display: none;
  background-color: #7e81be; }
  @media (min-width: 992px) {
    .section-navigation {
      display: block !important;
      height: 55px; } }
  @media (min-width: 1200px) {
    .section-navigation {
      height: 65px; } }
  .section-navigation.open {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: calc(100% - 65px);
    margin-right: 65px; }
    @media (min-width: 576px) {
      .section-navigation.open {
        width: calc(100% - 65px);
        margin-right: 75px; } }
    @media (min-width: 768px) {
      .section-navigation.open {
        width: calc(100% - 85px);
        margin-right: 85px; } }
  @media (min-width: 992px) {
    .section-navigation {
      position: static;
      width: 100%; } }
  .section-navigation .inner {
    overflow: visible;
    padding: 0;
    width: auto; }
    @media (min-width: 992px) {
      .section-navigation .inner {
        padding: 0 20px; } }

/**
 * Hamburger
 */
#hamburger {
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 30px;
  z-index: 2;
  cursor: pointer; }
  @media (min-width: 576px) {
    #hamburger {
      top: 20px;
      left: 5px;
      width: 40px; } }
  @media (min-width: 768px) {
    #hamburger {
      top: 22px;
      left: 5px;
      width: 50px; } }
  @media (min-width: 992px) {
    #hamburger {
      display: none; } }
  #hamburger .title {
    position: absolute;
    top: 3px;
    right: -40px;
    color: #414141;
    font-size: 14px; }
    @media (min-width: 576px) {
      #hamburger .title {
        top: 10px;
        right: -50px;
        font-size: 16px; } }
    @media (min-width: 768px) {
      #hamburger .title {
        top: 15px; } }
    @media (min-width: 992px) {
      #hamburger .title {
        top: 0;
        right: -85px;
        font-size: 28px;
        color: #7e81be; } }
  #hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #000;
    border-radius: 2px; }
    @media (min-width: 576px) {
      #hamburger span {
        height: 7px;
        border-radius: 4px; } }
    @media (min-width: 768px) {
      #hamburger span {
        height: 8px;
        border-radius: 4px; } }
    @media (min-width: 992px) {
      #hamburger span {
        height: 7px;
        border-radius: 4px; } }
  #hamburger span.line-middle {
    margin: 5px 0; }
    @media (min-width: 576px) {
      #hamburger span.line-middle {
        margin: 8px 0; } }
    @media (min-width: 768px) {
      #hamburger span.line-middle {
        margin: 10px 0; } }
    @media (min-width: 992px) {
      #hamburger span.line-middle {
        margin: 8px 0; } }

#close-nav {
  display: none;
  cursor: pointer; }

.open #close-nav {
  display: block;
  position: absolute;
  right: 0;
  top: auto;
  width: 65px;
  height: 65px;
  margin-right: -65px;
  background: url("../images/icons/icon-close.svg") 20px 20px no-repeat #52558b;
  background-size: 20px; }
  @media (min-width: 576px) {
    .open #close-nav {
      width: 75px;
      height: 75px;
      margin-right: -75px;
      background-position: 20px 20px;
      background-size: 25px; } }
  @media (min-width: 768px) {
    .open #close-nav {
      width: 85px;
      height: 85px;
      margin-right: -85px;
      background-position: 25px 25px;
      background-size: 30px; } }

/**
 *  Main navigation
 */
nav.main-navigation {
  display: block; }
  @media (min-width: 992px) {
    nav.main-navigation {
      display: inline-block; } }
  nav.main-navigation .menu-main-container {
    display: block; }
    @media (min-width: 992px) {
      nav.main-navigation .menu-main-container {
        display: inline-block; } }
  nav.main-navigation ul {
    display: block; }
    @media (min-width: 992px) {
      nav.main-navigation ul {
        display: inline-block; } }
    nav.main-navigation ul li.menu-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0;
      padding: 0 25px 0 20px;
      height: 65px;
      border-top: 1px solid #52558b;
      border-bottom: 1px solid #eee;
      text-align: right;
      font-family: Assistant, Tahoma, Arial, sans-serif;
      font-size: 20px;
      line-height: 1em;
      color: #fff; }
      @media (min-width: 576px) {
        nav.main-navigation ul li.menu-item a {
          height: 75px;
          font-size: 25px; } }
      @media (min-width: 768px) {
        nav.main-navigation ul li.menu-item a {
          height: 85px;
          font-size: 28px; } }
      @media (min-width: 992px) {
        nav.main-navigation ul li.menu-item a {
          height: 75px;
          border-top: none;
          border-bottom: none; } }
    nav.main-navigation ul li.menu-item.menu-item-has-children > a {
      padding-left: 40px; }
      nav.main-navigation ul li.menu-item.menu-item-has-children > a::after {
        content: "";
        position: absolute;
        left: 15px;
        width: 18px;
        height: 15px;
        background: url("../images/icons/icon-down-white.svg") 0 50% no-repeat transparent;
        background-size: 18px auto; }
        @media (min-width: 992px) {
          nav.main-navigation ul li.menu-item.menu-item-has-children > a::after {
            left: 10px;
            top: 25px; } }
  @media (min-width: 992px) {
    nav.main-navigation ul.main-menu {
      display: inline-block; } }
  @media (min-width: 992px) {
    nav.main-navigation ul.main-menu li:hover > ul {
      display: block; } }
  nav.main-navigation ul.main-menu > li {
    display: block; }
    @media (min-width: 992px) {
      nav.main-navigation ul.main-menu > li {
        display: inline-block;
        text-align: center;
        vertical-align: top; }
        nav.main-navigation ul.main-menu > li:before {
          content: "";
          background: #bfc0df;
          position: absolute;
          top: 15px;
          right: 0;
          height: 40px;
          width: 1px; } }
    @media (min-width: 992px) and (min-width: 992px) {
      nav.main-navigation ul.main-menu > li:before {
        height: 30px; } }
    @media (min-width: 992px) {
        nav.main-navigation ul.main-menu > li:first-child:before {
          display: none; } }
    nav.main-navigation ul.main-menu > li > a {
      font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
      line-height: 1em;
      color: #fff; }
      @media (min-width: 992px) {
        nav.main-navigation ul.main-menu > li > a {
          display: inline-block;
          font-size: 25px;
          padding: 20px 15px 15px; } }
      @media (min-width: 1400px) {
        nav.main-navigation ul.main-menu > li > a {
          font-size: 28px;
          padding: 20px 25px 15px; } }
      nav.main-navigation ul.main-menu > li > a.link-active + ul {
        display: block; }
    @media (min-width: 992px) {
      nav.main-navigation ul.main-menu > li:first-child > a {
        padding-right: 0; } }
    nav.main-navigation ul.main-menu > li ul {
      display: none; }
      @media (min-width: 992px) {
        nav.main-navigation ul.main-menu > li ul {
          position: absolute;
          top: 55px;
          right: 0;
          z-index: 10; } }
      @media (min-width: 1200px) {
        nav.main-navigation ul.main-menu > li ul {
          top: 65px; } }
      nav.main-navigation ul.main-menu > li ul li {
        display: block;
        background-color: #989bd3; }
        @media (min-width: 992px) {
          nav.main-navigation ul.main-menu > li ul li {
            background-color: #e5e6f1; } }
        nav.main-navigation ul.main-menu > li ul li:first-child {
          border-top: 0 none; }
        nav.main-navigation ul.main-menu > li ul li:hover {
          background-color: #999cc9; }
        @media (min-width: 992px) {
          nav.main-navigation ul.main-menu > li ul li {
            width: 300px; } }
        @media (min-width: 1200px) {
          nav.main-navigation ul.main-menu > li ul li {
            width: 350px; } }
        nav.main-navigation ul.main-menu > li ul li a {
          height: 65px;
          padding: 5px 40px 5px 20px; }
          nav.main-navigation ul.main-menu > li ul li a.link-active + ul {
            display: block; }
          @media (min-width: 992px) {
            nav.main-navigation ul.main-menu > li ul li a {
              color: #333;
              padding: 5px 10px;
              height: 60px; } }
          @media (min-width: 992px) {
            nav.main-navigation ul.main-menu > li ul li a:hover {
              color: #fff; } }
        nav.main-navigation ul.main-menu > li ul li ul {
          top: 0;
          right: 100%; }
          nav.main-navigation ul.main-menu > li ul li ul li a {
            padding: 5px 60px 5px 20px; }
            @media (min-width: 992px) {
              nav.main-navigation ul.main-menu > li ul li ul li a {
                padding: 5px 10px; } }

/**
 * Service navigation
 */
nav.service-navigation {
  display: none; }
  @media (min-width: 992px) {
    nav.service-navigation {
      float: left;
      margin-top: 55px;
      display: inline-block; } }
  nav.service-navigation ul li:before {
    content: "";
    background: #3a3a3a;
    position: absolute;
    top: 2px;
    right: 0;
    height: 25px;
    width: 2px; }
    @media (min-width: 992px) {
      nav.service-navigation ul li:before {
        height: 20px; } }
    @media (min-width: 1200px) {
      nav.service-navigation ul li:before {
        display: inline-block; } }
  nav.service-navigation ul li:first-child:before {
    display: none; }
  nav.service-navigation ul li a {
    padding: 20px; }
    @media (min-width: 992px) {
      nav.service-navigation ul li a {
        padding: 20px 15px;
        display: inline-block;
        width: 40px;
        text-indent: -9999px; } }
    @media (min-width: 1200px) {
      nav.service-navigation ul li a {
        display: inline;
        width: auto;
        text-indent: unset; } }
  nav.service-navigation ul li:first-child a {
    padding-right: 50px;
    background: url("../images/icons/home.svg") 100% 15px no-repeat transparent;
    background-size: auto 40px; }
    @media (min-width: 992px) {
      nav.service-navigation ul li:first-child a {
        padding-right: 0;
        background-size: auto 30px;
        background-position: 50% 0; } }
    @media (min-width: 1200px) {
      nav.service-navigation ul li:first-child a {
        padding-right: 40px;
        background-position: 100% 15px; } }
  nav.service-navigation ul li:last-child a {
    padding-left: 50px;
    background: url("../images/icons/printer.svg") 0 20px no-repeat transparent;
    background-size: auto 38px; }
    @media (min-width: 992px) {
      nav.service-navigation ul li:last-child a {
        padding-left: 0;
        background-size: auto 30px;
        background-position: 0 0; } }
    @media (min-width: 1200px) {
      nav.service-navigation ul li:last-child a {
        padding-left: 40px;
        background-position: 0 20px; } }

/**
 * Search navigation
 */
nav.search-navigation {
  display: block;
  position: relative; }
  @media (min-width: 992px) {
    nav.search-navigation {
      display: inline-block; } }
  @media (min-width: 992px) {
    nav.search-navigation {
      float: left; } }
  nav.search-navigation .menu-search-container {
    display: block;
    height: 65px;
    border-bottom: 1px solid #eee; }
    @media (min-width: 576px) {
      nav.search-navigation .menu-search-container {
        height: 75px; } }
    @media (min-width: 768px) {
      nav.search-navigation .menu-search-container {
        height: 85px; } }
    @media (min-width: 992px) {
      nav.search-navigation .menu-search-container {
        height: auto;
        border: 0 none; } }
    nav.search-navigation .menu-search-container .search-menu.hidden {
      display: none; }
  nav.search-navigation ul {
    display: block; }
    @media (min-width: 992px) {
      nav.search-navigation ul {
        display: inline-block; } }
    nav.search-navigation ul li.menu-item {
      display: block; }
      @media (min-width: 992px) {
        nav.search-navigation ul li.menu-item {
          display: inline-block; } }
      nav.search-navigation ul li.menu-item.search-close {
        display: none; }
      nav.search-navigation ul li.menu-item a {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 65px;
        font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
        font-size: 20px;
        line-height: 1em;
        color: #fff;
        padding: 22px 20px 15px 20px;
        background-size: auto 25px !important; }
        @media (min-width: 576px) {
          nav.search-navigation ul li.menu-item a {
            height: 75px;
            font-size: 25px;
            padding-top: 28px; } }
        @media (min-width: 768px) {
          nav.search-navigation ul li.menu-item a {
            height: 85px;
            font-size: 28px;
            padding-top: 30px; } }
        @media (min-width: 992px) {
          nav.search-navigation ul li.menu-item a {
            height: 55px;
            width: 30px;
            font-size: 25px;
            text-indent: -9999px;
            display: inline-block;
            padding: 20px 15px 15px;
            background-size: auto 30px !important;
            border: none; } }
        @media (min-width: 1200px) {
          nav.search-navigation ul li.menu-item a {
            width: auto;
            padding: 20px 20px 15px 45px;
            text-indent: unset; } }
        @media (min-width: 1400px) {
          nav.search-navigation ul li.menu-item a {
            font-size: 28px; } }
      nav.search-navigation ul li.menu-item.search-link a {
        background: url("../images/icons/search-white.svg") 30px 19px no-repeat; }
        @media (min-width: 576px) {
          nav.search-navigation ul li.menu-item.search-link a {
            background-size: 30px !important;
            background-position: 30px 22px; } }
        @media (min-width: 768px) {
          nav.search-navigation ul li.menu-item.search-link a {
            background-position: 30px 25px; } }
        @media (min-width: 992px) {
          nav.search-navigation ul li.menu-item.search-link a {
            background-position: 0 15px; } }
      nav.search-navigation ul li.menu-item.search-close a {
        background: url("../images/icons/icon-close-white.svg") 0 8px no-repeat; }
        @media (min-width: 992px) {
          nav.search-navigation ul li.menu-item.search-close a {
            background-position: 0 18px;
            background-size: auto 25px !important; } }
    nav.search-navigation ul.expanded li.search-close {
      display: inline-block; }
    nav.search-navigation ul.expanded li.search-link {
      display: none; }

/**
 * Share navigation
 */
nav.share-navigation {
  display: block; }
  @media (min-width: 992px) {
    nav.share-navigation {
      display: none; } }
  nav.share-navigation .share-links {
    display: block;
    padding: 10px 0 5px;
    text-align: center; }

/**
 * Footer navigation
 */
nav.footer-navigation ul li:before {
  content: "|"; }

nav.footer-navigation ul li:first-child:before {
  content: ""; }

nav.footer-navigation ul li a {
  padding-left: 20px;
  padding-right: 20px; }

.with-sticky-menu {
  padding-top: 62px;
  /**
   * Branding
   */
  /**
   * Share navigation
   */
  /**
   * Search navigation
   */
  /**
   * Search form
   */ }
  @media (min-width: 576px) {
    .with-sticky-menu {
      padding-top: 87px; } }
  @media (min-width: 768px) {
    .with-sticky-menu {
      padding-top: 96px; } }
  @media (min-width: 992px) {
    .with-sticky-menu {
      padding-top: 0; } }
  .with-sticky-menu #masthead {
    position: fixed;
    z-index: 20;
    top: -250px;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #7e81be;
    -webkit-transition: visibility 3s, opacity 0.5s linear;
    -o-transition: visibility 3s, opacity 0.5s linear;
    transition: visibility 3s, opacity 0.5s linear;
    -webkit-animation: slide-down 0.7s;
            animation: slide-down 0.7s; }
    .with-sticky-menu #masthead.visible {
      top: 0;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
  .with-sticky-menu .site-branding {
    background-color: #fff; }
  @media (min-width: 992px) {
    .with-sticky-menu .site-branding-container {
      height: 85px; } }
  @media (min-width: 992px) {
    .with-sticky-menu .service-navigation,
    .with-sticky-menu .share-links {
      display: none; } }
  @media (min-width: 992px) {
    .with-sticky-menu .site-logo {
      position: static;
      float: right;
      width: 175px;
      height: auto; } }
  @media (min-width: 992px) {
    .with-sticky-menu #hamburger {
      display: block;
      top: 25px; } }
  .with-sticky-menu #hamburger span {
    background-color: #7e81be; }
  .with-sticky-menu #hamburger .title {
    color: #7e81be; }
  @media (min-width: 992px) {
    .with-sticky-menu .section-navigation {
      display: none !important;
      height: auto !important; }
      .with-sticky-menu .section-navigation.open {
        display: block !important;
        position: absolute;
        width: 600px; } }
  @media (min-width: 992px) {
    .with-sticky-menu .section-navigation .inner {
      padding: 0; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation .menu-main-container {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul li.menu-item a {
      height: 85px;
      border-top: 1px solid #52558b;
      border-bottom: 1px solid #eee; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul li.menu-item.menu-item-has-children > a {
      padding-left: 40px; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul li.menu-item.menu-item-has-children > a::after {
      left: 30px;
      top: 28px;
      width: 30px;
      height: 25px;
      background-size: 30px auto; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu li:hover > ul {
      display: none; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu li.link-active:hover > ul {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li {
      display: block;
      text-align: right; }
      .with-sticky-menu nav.main-navigation ul.main-menu > li:before {
        display: none; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li > a {
      display: block;
      font-size: 40px; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li > a.link-active + ul {
      display: block; } }
  .with-sticky-menu nav.main-navigation ul.main-menu > li:first-child > a {
    padding-right: 25px; }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li ul {
      position: static; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li ul li {
      width: 100%;
      background-color: #989bd3; } }
  @media (min-width: 1200px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li ul li {
      width: 100%; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.main-navigation ul.main-menu > li ul li a {
      color: #fff;
      font-size: 40px;
      padding: 10px 50px 15px 25px; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.share-navigation {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.share-navigation .share-links {
      float: none;
      margin-top: 0;
      padding: 20px 0 15px; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.share-navigation .share-links a {
      height: 50px;
      width: 50px;
      background-size: 50px; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.search-navigation {
      display: block;
      float: none;
      border-bottom: 1px solid #eee; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.search-navigation ul {
      display: block; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.search-navigation ul li.menu-item {
      width: 100%; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.search-navigation ul li.menu-item a {
      display: block;
      font-size: 40px;
      height: 85px;
      width: auto;
      text-indent: 0;
      border-bottom: 1px solid #eee; } }
  @media (min-width: 992px) {
    .with-sticky-menu nav.search-navigation ul li.menu-item.search-link a {
      background-position: 30px 20px;
      background-size: 40px !important; } }
  @media (min-width: 992px) {
    .with-sticky-menu .search-form-wrapper.mobile-search {
      position: static;
      height: 85px; } }
  @media (min-width: 992px) {
    .with-sticky-menu .search-form-wrapper.mobile-search input[type="submit"] {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.page-header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 190px;
  background-color: #e5e6f1;
  padding-top: 100px; }
  @media (min-width: 992px) {
    .page-header {
      height: 290px;
      margin-top: 215px;
      padding-top: 0; } }
  @media (min-width: 992px) {
    .page-header .page-description {
      font-size: 40px; } }

.page-content {
  padding: 0; }
  @media (min-width: 992px) {
    .page-content {
      padding: 50px 0 100px; } }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-bottom: 0.5em;
    margin-top: 0.5em; }

.search-form-wrapper {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 10; }
  @media (min-width: 576px) {
    .search-form-wrapper {
      height: 75px; } }
  @media (min-width: 768px) {
    .search-form-wrapper {
      height: 85px; } }
  .search-form-wrapper.visible {
    display: inline-block; }
  @media (min-width: 992px) {
    .search-form-wrapper {
      top: 55px; } }
  @media (min-width: 1200px) {
    .search-form-wrapper {
      top: 65px; } }
  .search-form-wrapper form {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    width: 785px;
    height: 100px;
    padding: 15px 20px 20px 40px;
    background-color: #fff; }
    @media (min-width: 992px) {
      .search-form-wrapper form {
        width: 500px;
        height: 70px;
        padding: 12px 15px; } }
  @media (min-width: 992px) {
    .search-form-wrapper label {
      float: right; } }
  .search-form-wrapper label span {
    display: none; }
  .search-form-wrapper label input[type="search"] {
    display: block;
    border: 0 none; }
    @media (min-width: 992px) {
      .search-form-wrapper label input[type="search"] {
        width: 270px;
        margin-top: 12px;
        padding: 0 15px; } }
  .search-form-wrapper input[type="submit"] {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 245px;
    height: 57px;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: url("../images/icons/search-white.svg") 20px 10px no-repeat #7e81be;
    background-size: auto 37px;
    text-align: right;
    cursor: pointer;
    color: #fff; }
    @media (min-width: 992px) {
      .search-form-wrapper input[type="submit"] {
        width: 160px;
        height: 40px;
        padding: 0 15px;
        background-position: 15px 5px;
        background-size: auto 28px;
        -webkit-box-shadow: 4px 4px 4px #222;
                box-shadow: 4px 4px 4px #222; } }

.search-form-wrapper.mobile-search {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 65px; }
  .search-form-wrapper.mobile-search form {
    position: relative;
    height: auto;
    width: auto;
    padding: 12px 20px;
    background: transparent; }
    @media (min-width: 576px) {
      .search-form-wrapper.mobile-search form {
        padding: 10px 20px; } }
    @media (min-width: 768px) {
      .search-form-wrapper.mobile-search form {
        padding: 15px 20px; } }
  .search-form-wrapper.mobile-search input[type="submit"] {
    position: absolute;
    top: 12px;
    left: 30px;
    width: 25px;
    height: 25px;
    padding: 20px 0;
    background: url("../images/icons/search-white.svg") 0 7px no-repeat transparent;
    border: 0 none;
    border-radius: 0;
    text-indent: -9999px; }
    @media (min-width: 576px) {
      .search-form-wrapper.mobile-search input[type="submit"] {
        top: 15px;
        width: 30px;
        height: 30px; } }
    @media (min-width: 768px) {
      .search-form-wrapper.mobile-search input[type="submit"] {
        top: 20px; } }
  .search-form-wrapper.mobile-search input[type="search"] {
    width: 100%;
    padding: 10px 10px 10px 40px;
    background: transparent;
    color: #fff; }
    @media (min-width: 576px) {
      .search-form-wrapper.mobile-search input[type="search"] {
        padding-left: 60px;
        font-size: 25px; } }
    @media (min-width: 768px) {
      .search-form-wrapper.mobile-search input[type="search"] {
        font-size: 28px; } }
  .search-form-wrapper.mobile-search ::-webkit-input-placeholder {
    color: #fff; }
  .search-form-wrapper.mobile-search ::-ms-input-placeholder {
    color: #fff; }
  .search-form-wrapper.mobile-search ::placeholder {
    color: #fff; }

/* Search result */
.search-result {
  padding: 35px 0;
  border-top: 1px solid #c5c5c5; }
  .search-result:first-child {
    padding-top: 10px;
    border-top: 0 none; }
  .search-result h2 {
    font-family: Assistant, "Arial Hebrew", Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0; }
  .search-result p {
    margin-bottom: 0; }

.block-blur {
  overflow: hidden;
  position: relative;
  color: #414141; }
  .block-blur .content-holder {
    background-size: 0; }
    @media (min-width: 992px) {
      .block-blur .content-holder {
        height: 100%;
        overflow: hidden;
        padding: 25px 0;
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: cover; } }
  .block-blur .content-inner {
    background-color: #ebebeb; }
    @media (min-width: 992px) {
      .block-blur .content-inner {
        background-color: transparent; } }
  .block-blur.layout-left .content-holder {
    background-position: 0 50%; }
  .block-blur .image-holder {
    height: 180px;
    background-position: 50%;
    background-size: cover; }
    @media (min-width: 768px) {
      .block-blur .image-holder {
        height: 360px; } }
    @media (min-width: 992px) {
      .block-blur .image-holder {
        display: none; } }
  .block-blur .text-wrapper {
    width: 100%;
    height: auto;
    padding-top: 20px; }
    @media (min-width: 992px) {
      .block-blur .text-wrapper {
        float: right;
        overflow: hidden;
        height: 100%;
        width: 50%;
        padding-top: 0; } }
    .block-blur .text-wrapper h2 {
      font-size: 25px;
      line-height: 1em;
      text-align: center; }
      @media (min-width: 992px) {
        .block-blur .text-wrapper h2 {
          font-size: 75px;
          text-align: right;
          margin-top: 100px; } }
    .block-blur .text-wrapper .subtitle {
      text-align: center; }
      @media (min-width: 992px) {
        .block-blur .text-wrapper .subtitle {
          font-size: 28px;
          font-weight: 700;
          text-align: right; } }
    @media (min-width: 992px) {
      .block-blur .text-wrapper .description-wrapper {
        margin-bottom: 50px;
        font-size: 25px; } }
    .block-blur .text-wrapper .description-wrapper p:first-child {
      margin-top: 0; }
    @media (min-width: 992px) {
      .block-blur .text-wrapper .description-wrapper {
        margin-top: 1em; } }
    .block-blur .text-wrapper .button-wrapper {
      text-align: center; }
      @media (min-width: 992px) {
        .block-blur .text-wrapper .button-wrapper {
          text-align: right;
          padding-right: 10px; } }
    .block-blur .text-wrapper .button-link {
      margin-bottom: 50px; }
      @media (min-width: 992px) {
        .block-blur .text-wrapper .button-link {
          font-size: 28px; } }
      .block-blur .text-wrapper .button-link:hover {
        background-color: #7e81be; }
  @media (min-width: 992px) {
    .block-blur.layout-right .text-wrapper {
      margin-right: 50%; } }
  .block-blur.extra-style .image-holder {
    background-position: 100% 50%; }
  @media (min-width: 992px) {
    .block-blur.extra-style .text-wrapper {
      width: 764px;
      margin-right: 45%;
      padding: 25px 0 25px 50px;
      font-size: 20px; } }

.block-branding {
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #fff; }
  .block-branding .breadcrumbs {
    display: none; }
    @media (min-width: 992px) {
      .block-branding .breadcrumbs {
        display: block;
        position: absolute;
        top: 235px; } }
  .block-branding .image-holder {
    height: 235px;
    background-size: cover !important; }
    @media (min-width: 992px) {
      .block-branding .image-holder {
        height: 835px; } }
  @media (min-width: 992px) {
    .block-branding .text-wrapper {
      position: absolute;
      top: 325px;
      width: 60%;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .block-branding .text-wrapper {
      width: 55%; } }
  @media (min-width: 1400px) {
    .block-branding .text-wrapper {
      width: 50%;
      max-width: 700px; } }
  .block-branding h1 {
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .block-branding h1 {
        font-size: 65px;
        line-height: 0.875em; } }
  .block-branding .description-wrapper {
    line-height: 1em;
    width: 200px; }
    @media (min-width: 576px) {
      .block-branding .description-wrapper {
        width: 300px; } }
    @media (min-width: 992px) {
      .block-branding .description-wrapper {
        width: 100%;
        font-size: 40px; } }

.block-complex {
  padding: 50px 0; }
  .block-complex h2 {
    text-align: center;
    margin: 0 auto 30px; }
    @media (min-width: 992px) {
      .block-complex h2 {
        font-size: 75px;
        max-width: 970px; } }
  .block-complex .image-holder img {
    width: 100%;
    margin-bottom: 20px; }
  .block-complex .image-wrapper {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .block-complex .image-wrapper {
        float: right;
        width: 50%;
        padding-left: 10px; } }
    .block-complex .image-wrapper img {
      width: 100%;
      height: auto; }
  @media (min-width: 992px) {
    .block-complex .text-wrapper {
      width: 50%;
      float: right;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .block-complex .description-wrapper {
      font-size: 25px; } }
  .block-complex .description-wrapper p {
    margin-top: 0; }
  .block-complex .buttons-wrapper {
    display: block;
    width: 100%; }
  .block-complex .button-wrapper {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    padding-bottom: 10px; }
    .block-complex .button-wrapper:first-child {
      float: right; }
    .block-complex .button-wrapper:last-child {
      float: left;
      text-align: left; }
  .block-complex .button-link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .block-complex .button-link:hover {
      background-color: #7e81be;
      color: #fff; }

.block-icons {
  background-color: #e5e6f1;
  padding: 50px 0 0; }
  @media (min-width: 992px) {
    .block-icons {
      padding: 70px 0 0; } }
  .block-icons .text-wrapper {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .block-icons .text-wrapper {
        margin-bottom: 50px; } }
    .block-icons .text-wrapper h2 {
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .block-icons .text-wrapper h2 {
          font-size: 75px; } }
    .block-icons .text-wrapper .description-wrapper strong {
      display: block; }
  .block-icons .icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .block-icons .icons-wrapper {
        margin-bottom: 50px; } }
  .block-icons .icon-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    width: 100px;
    height: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    @media (min-width: 992px) {
      .block-icons .icon-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 25%;
                flex: 1 0 25%;
        width: 270px; } }
    .block-icons .icon-wrapper:last-child {
      margin-bottom: 20px; }
    .block-icons .icon-wrapper:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .block-icons .icon-wrapper .icon {
      height: 50px;
      width: 100%;
      margin: 0 auto 10px; }
      @media (min-width: 992px) {
        .block-icons .icon-wrapper .icon {
          height: 120px; } }
      .block-icons .icon-wrapper .icon img, .block-icons .icon-wrapper .icon svg {
        height: 100%;
        width: auto;
        fill: #333; }
    .block-icons .icon-wrapper:first-child .icon img, .block-icons .icon-wrapper:first-child .icon svg, .block-icons .icon-wrapper:nth-child(3) .icon img, .block-icons .icon-wrapper:nth-child(3) .icon svg {
      height: 90%; }
    .block-icons .icon-wrapper .title {
      display: inline-block;
      font-family: Assistant, "Arial Hebrew", Arial, sans-serif;
      line-height: 1em;
      max-width: 200px; }
      @media (min-width: 992px) {
        .block-icons .icon-wrapper .title {
          font-family: FbShiri, "Arial Hebrew", Arial, sans-serif; } }
  .block-icons .button-wrapper {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .block-icons .button-wrapper {
        margin-bottom: 70px; } }
  .block-icons .button-link {
    border-color: #000; }
    .block-icons .button-link:hover {
      background-color: #7e81be; }

.block-image-slider {
  position: relative;
  color: #fff;
  max-height: 260px;
  overflow: hidden; }
  @media (min-width: 576px) {
    .block-image-slider {
      max-height: 360px; } }
  @media (min-width: 992px) {
    .block-image-slider {
      max-height: 835px; } }
  .block-image-slider .slide {
    position: relative;
    overflow: hidden; }
    .block-image-slider .slide .image-holder {
      width: 100%;
      height: 260px;
      background-size: 250%;
      background-position: 15% 50%; }
      @media (min-width: 576px) {
        .block-image-slider .slide .image-holder {
          height: 360px;
          background-size: 200%;
          background-position: 10% 50%; } }
      @media (min-width: 992px) {
        .block-image-slider .slide .image-holder {
          height: 835px;
          background-size: cover;
          background-position: 40% 0; } }
      @media (min-width: 1200px) {
        .block-image-slider .slide .image-holder {
          background-position: 50% 0; } }
      @media (min-width: 1400px) {
        .block-image-slider .slide .image-holder {
          background-position: 60% 0; } }
      @media (min-width: 1600px) {
        .block-image-slider .slide .image-holder {
          background-position: 70% 0; } }
    .block-image-slider .slide .text-wrapper {
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      width: 100%;
      height: 96px;
      bottom: 0;
      padding: 0px 30px 0;
      background: rgba(180, 180, 180, 0.5);
      text-align: center; }
      @media (min-width: 992px) {
        .block-image-slider .slide .text-wrapper {
          display: block;
          width: 520px;
          height: auto;
          top: 340px;
          right: 12%;
          padding: 0;
          background: none;
          text-align: right; } }
      @media (min-width: 1400px) {
        .block-image-slider .slide .text-wrapper {
          width: 640px; } }
      @media (min-width: 1800px) {
        .block-image-slider .slide .text-wrapper {
          width: 700px;
          right: 15%; } }
    .block-image-slider .slide h2 {
      font-size: 25px;
      line-height: 1em;
      margin: 0; }
      @media (min-width: 992px) {
        .block-image-slider .slide h2 {
          font-size: 75px; } }
      @media (min-width: 1400px) {
        .block-image-slider .slide h2 {
          font-size: 85px; } }
    .block-image-slider .slide .description-wrapper {
      font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
      font-size: 12px;
      line-height: 1em; }
      @media (min-width: 576px) {
        .block-image-slider .slide .description-wrapper {
          font-size: 14px; } }
      @media (min-width: 768px) {
        .block-image-slider .slide .description-wrapper {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .block-image-slider .slide .description-wrapper {
          font-family: Assistant, "Arial Hebrew", Arial, sans-serif;
          font-size: 35px;
          margin-bottom: 30px; } }
      @media (min-width: 1400px) {
        .block-image-slider .slide .description-wrapper {
          font-size: 45px;
          margin-bottom: 40px; } }
      .block-image-slider .slide .description-wrapper p {
        margin: 0; }
    @media (min-width: 992px) {
      .block-image-slider .slide .button-wrapper {
        display: block; } }
    .block-image-slider .slide .button-link {
      font-size: 11px;
      padding: 0;
      border: 0 none; }
      .block-image-slider .slide .button-link:hover {
        background-color: #7e81be; }
      @media (min-width: 992px) {
        .block-image-slider .slide .button-link {
          font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
          font-size: inherit;
          padding: 25px 50px 20px;
          border: 1px solid #fff;
          border-radius: 70px;
          -webkit-box-shadow: 2px 2px 2px #000;
                  box-shadow: 2px 2px 2px #000; } }
      @media (min-width: 1400px) {
        .block-image-slider .slide .button-link {
          padding: 25px 90px 20px; } }
  @media (min-width: 992px) {
    .block-image-slider .slick-arrow {
      top: calc((835px - 150px) / 2 - 80px / 2 + 150px); } }
  @media (min-width: 992px) {
    .block-image-slider .slick-dots {
      display: block;
      position: absolute;
      right: 12%;
      top: 285px; } }
  @media (min-width: 1800px) {
    .block-image-slider .slick-dots {
      right: 15%; } }
  .block-image-slider .slick-dots li button {
    border-color: #fff; }
  .block-image-slider .slick-dots li.slick-active button {
    background-color: #fff; }

.block-image-text {
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .block-image-text {
      text-align: right; } }
  .block-image-text .image-wrapper {
    height: 180px;
    width: 100%; }
    @media (min-width: 576px) {
      .block-image-text .image-wrapper {
        height: 300px; } }
    @media (min-width: 576px) {
      .block-image-text .image-wrapper {
        height: 360px; } }
    @media (min-width: 992px) {
      .block-image-text .image-wrapper {
        position: absolute;
        right: 0;
        height: 100%;
        width: 39%; } }
    .block-image-text .image-wrapper .image-holder {
      height: 100%;
      background-size: cover !important; }
  .block-image-text .text-wrapper {
    padding: 50px 20px; }
    @media (min-width: 992px) {
      .block-image-text .text-wrapper {
        width: 61%;
        float: right;
        margin-right: 39%;
        padding: 100px 6% 120px 13%; } }
    .block-image-text .text-wrapper h2 {
      font-size: 28px;
      line-height: 1em;
      margin-top: 0; }
      @media (min-width: 992px) {
        .block-image-text .text-wrapper h2 {
          font-size: 75px;
          text-align: right; } }
    .block-image-text .text-wrapper .description-wrapper {
      margin-bottom: 50px; }
      .block-image-text .text-wrapper .description-wrapper ul {
        padding-right: 0;
        margin-right: 15px; }
        @media (min-width: 992px) {
          .block-image-text .text-wrapper .description-wrapper ul {
            margin-right: 20px; } }
  @media (min-width: 992px) {
    .block-image-text .button-wrapper {
      text-align: right; } }
  .block-image-text .button-wrapper .button-link {
    border-color: #fff;
    font-weight: 700; }
    @media (min-width: 992px) {
      .block-image-text .button-wrapper .button-link {
        font-weight: 400;
        padding: 30px 40px; } }
    .block-image-text .button-wrapper .button-link:hover {
      background-color: #fff;
      color: #333; }
  @media (min-width: 992px) {
    .block-image-text.layout-left .image-wrapper {
      width: 55%;
      right: auto;
      left: 0; } }
  @media (min-width: 992px) {
    .block-image-text.layout-left .text-wrapper {
      width: 45%;
      margin-right: 0;
      padding-right: 7%;
      padding-left: 4%; } }
  @media (min-width: 1200px) {
    .block-image-text.layout-left .text-wrapper {
      padding-right: 9%; } }
  @media (min-width: 1600px) {
    .block-image-text.layout-left .text-wrapper {
      width: 45%;
      margin-right: 0;
      padding-right: 15.6%;
      padding-left: 4%; } }

.block-list-items {
  overflow: hidden;
  padding-top: 50px;
  color: #272727; }
  .block-list-items header {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .block-list-items header {
        margin-bottom: 60px; } }
  .block-list-items h2 {
    text-align: center;
    color: inherit; }
    @media (min-width: 992px) {
      .block-list-items h2 {
        font-size: 65px; } }
  .block-list-items .subtitle {
    text-align: center; }
    @media (min-width: 992px) {
      .block-list-items .subtitle {
        font-size: 40px; } }
  .block-list-items .list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block-list-items .item {
    width: 50% !important;
    padding: 0 10px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .block-list-items .item {
        width: 33.3% !important;
        margin-bottom: 60px; } }
  .block-list-items .number {
    font-size: 20px;
    text-align: center;
    height: 40px;
    width: 40px;
    padding-top: 8px;
    margin: 0 auto 10px;
    border: 2px solid #272727;
    border-radius: 30px; }
    @media (min-width: 992px) {
      .block-list-items .number {
        font-size: 50px;
        height: 100px;
        width: 100px;
        padding-top: 18px;
        border-radius: 50px; } }
  .block-list-items .text-wrapper {
    text-align: center; }
    @media (min-width: 992px) {
      .block-list-items .text-wrapper {
        font-size: 25px; } }
    .block-list-items .text-wrapper .title {
      font-weight: 700;
      min-height: 80px; }
      @media (min-width: 576px) {
        .block-list-items .text-wrapper .title {
          min-height: 40px; } }

.block-percents {
  max-height: 250px; }
  @media (min-width: 992px) {
    .block-percents {
      max-height: 640px; } }
  .block-percents .slide {
    color: #fff;
    text-align: center;
    width: 260px !important;
    height: 250px; }
    @media (min-width: 992px) {
      .block-percents .slide {
        width: 665px !important;
        height: 640px; } }
  .block-percents .percents,
  .block-percents .header {
    font-family: Assistant, "Arial Hebrew", Arial, sans-serif; }
    @media (min-width: 992px) {
      .block-percents .percents,
      .block-percents .header {
        font-family: FbShiri, "Arial Hebrew", Arial, sans-serif; } }
  .block-percents .percents {
    display: inline-block;
    position: relative;
    font-size: 90px;
    line-height: 0.8em;
    margin-top: 25px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .block-percents .percents {
        font-size: 225px;
        font-weight: 700;
        margin-top: 60px;
        margin-bottom: 0; } }
  .block-percents .header {
    font-size: 32px;
    line-height: 0.8em;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 15px; }
    @media (min-width: 992px) {
      .block-percents .header {
        font-size: 90px;
        line-height: 0.875em;
        margin-top: 55px;
        margin-bottom: 0; } }
  .block-percents .image-wrapper {
    text-align: center;
    height: 60px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .block-percents .image-wrapper {
        height: 165px;
        margin-bottom: 10px; } }
    .block-percents .image-wrapper img, .block-percents .image-wrapper svg {
      display: inline-block;
      height: 100%;
      width: auto;
      fill: #fff; }
  .block-percents.layout-5 .image-wrapper {
    height: 115px; }
  .block-percents .title {
    font-size: 20px;
    line-height: 0.875em;
    max-width: 90%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .block-percents .title {
        font-size: 55px; } }
  .block-percents .description-wrapper {
    font-size: 16px;
    line-height: 1em;
    max-width: 80%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .block-percents .description-wrapper {
        font-size: 40px; } }
  .block-percents .small-text {
    font-size: 10px; }
    @media (min-width: 992px) {
      .block-percents .small-text {
        font-size: 20px; } }
  .block-percents .layout-2 .title {
    margin-bottom: 40px; }
  @media (min-width: 992px) {
    .block-percents .layout-3 .description-wrapper {
      max-width: 50%; } }
  @media (min-width: 992px) {
    .block-percents .layout-3 .description-wrapper + .image-wrapper {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .block-percents .layout-3 .title {
      margin-bottom: 20px; } }
  .block-percents .layout-6 .percents {
    margin-bottom: 0; }
  .block-percents .layout-6 .pct {
    font-size: 50px; }
    @media (min-width: 992px) {
      .block-percents .layout-6 .pct {
        font-size: 124px; } }
  .block-percents .layout-6 .suffix {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 25px; }
    @media (min-width: 992px) {
      .block-percents .layout-6 .suffix {
        font-size: 55px;
        top: -65px;
        right: 10px; } }
  .block-percents .layout-6 .description-wrapper {
    margin-top: -3px; }
    @media (min-width: 992px) {
      .block-percents .layout-6 .description-wrapper {
        margin-top: -10px; } }
  .block-percents .layout-6 .title {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .block-percents .layout-6 .title {
        margin-bottom: 20px; } }
  .block-percents .layout-6 .image-wrapper {
    height: 50px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .block-percents .layout-6 .image-wrapper {
        height: 130px;
        margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .block-percents .slick-arrow {
      background-color: rgba(73, 73, 73, 0.3); } }

.block-qa-boxes {
  overflow: hidden; }
  .block-qa-boxes .box {
    overflow: hidden;
    text-align: center;
    padding: 50px 0 30px; }
    @media (min-width: 992px) {
      .block-qa-boxes .box {
        float: right;
        height: auto;
        width: 50%;
        padding: 100px 0; } }
  .block-qa-boxes .text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    color: #fff; }
    .block-qa-boxes .text-wrapper h2 {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .block-qa-boxes .text-wrapper h2 {
          font-size: 55px; } }
      @media screen and (min-width: 1024px) {
        .block-qa-boxes .text-wrapper h2 {
          font-size: 65px; } }
    .block-qa-boxes .text-wrapper .subtitle {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .block-qa-boxes .text-wrapper .subtitle {
          font-size: 25px; } }
      @media screen and (min-width: 1024px) {
        .block-qa-boxes .text-wrapper .subtitle {
          font-size: 28px; } }
  .block-qa-boxes .image-wrapper {
    height: 115px;
    text-align: center;
    margin-bottom: 30px; }
    .block-qa-boxes .image-wrapper svg {
      height: 100%;
      width: auto;
      fill: #fff; }
  .block-qa-boxes .button-wrapper {
    text-align: center; }
  .block-qa-boxes .button-link {
    border-color: #fff; }
    .block-qa-boxes .button-link:hover {
      background-color: #fff;
      color: #333; }

.block-text {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .block-text .text-wrapper h2 {
      font-size: 40px; } }
  @media (min-width: 992px) {
    .block-text .text-wrapper > h2 {
      font-size: 65px; } }
  @media (min-width: 992px) {
    .block-text .text-wrapper {
      font-size: 25px;
      overflow: hidden; } }
  .block-text .column img {
    max-width: 100%;
    height: auto; }
  .block-text.columns-one .column img {
    display: block;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .block-text.columns-two .column {
      width: 50%;
      float: right; } }
  @media (min-width: 992px) {
    .block-text.columns-two .column + .column {
      padding-right: 10px; } }

.block-video-slider {
  background-color: #e6e2dc;
  padding: 50px 0 30px;
  text-align: center; }
  .block-video-slider .slide {
    position: relative;
    overflow: hidden; }
    .block-video-slider .slide .title-wrapper {
      height: 30px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .block-video-slider .slide .title-wrapper {
          height: 75px;
          margin-bottom: 50px; } }
    .block-video-slider .slide h2 {
      text-align: center; }
      @media (min-width: 992px) {
        .block-video-slider .slide h2 {
          font-size: 65px; } }
    .block-video-slider .slide .video-wrapper {
      text-align: center; }
      .block-video-slider .slide .video-wrapper iframe,
      .block-video-slider .slide .video-wrapper .wp-video,
      .block-video-slider .slide .video-wrapper .wp-video > div {
        width: 285px !important;
        height: 160px !important; }
        @media screen and (min-device-width: 375px) {
          .block-video-slider .slide .video-wrapper iframe,
          .block-video-slider .slide .video-wrapper .wp-video,
          .block-video-slider .slide .video-wrapper .wp-video > div {
            width: 350px !important;
            height: 200px !important; } }
        @media (min-width: 576px) {
          .block-video-slider .slide .video-wrapper iframe,
          .block-video-slider .slide .video-wrapper .wp-video,
          .block-video-slider .slide .video-wrapper .wp-video > div {
            width: 534px !important;
            height: 300px !important; } }
        @media (min-width: 768px) {
          .block-video-slider .slide .video-wrapper iframe,
          .block-video-slider .slide .video-wrapper .wp-video,
          .block-video-slider .slide .video-wrapper .wp-video > div {
            width: 712px !important;
            height: 400px !important; } }
        @media (min-width: 992px) {
          .block-video-slider .slide .video-wrapper iframe,
          .block-video-slider .slide .video-wrapper .wp-video,
          .block-video-slider .slide .video-wrapper .wp-video > div {
            width: 854px !important;
            height: 480px !important; } }
      .block-video-slider .slide .video-wrapper .wp-video {
        margin: 0 auto; }

.block-external-links {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .block-external-links {
      padding: 50px 0; } }

.external-link {
  padding: 30px 0;
  border-top: 1px solid #c5c5c5;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 992px) {
    .external-link {
      padding: 35px 0 15px;
      text-align: right; } }
  .external-link:first-child {
    padding-top: 10px;
    border-top: 0 none; }
  .external-link .image-wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 30px; }
    @media (min-width: 992px) {
      .external-link .image-wrapper {
        float: right;
        width: 100px;
        height: 100px;
        margin: 0 0 0 45px; } }
    .external-link .image-wrapper img {
      width: 100%;
      height: auto; }
  .external-link .title {
    font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
    font-size: 28px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .external-link .title {
        display: inline-block;
        font-family: Assistant, "Arial Hebrew", Arial, sans-serif;
        font-weight: 700;
        font-size: 40px;
        margin-bottom: 0;
        padding-top: 20px; } }
  .external-link .button-link {
    width: auto;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 50px;
    text-align: center; }
    @media (min-width: 992px) {
      .external-link .button-link {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        padding: 30px 70px; } }
    .external-link .button-link:hover {
      background-color: #7e81be;
      color: #fff; }

.block-percents-infographics {
  padding: 50px 0;
  background-color: #e5e6f1; }
  @media (min-width: 992px) {
    .block-percents-infographics {
      font-size: 25px; } }
  .block-percents-infographics h2 {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .block-percents-infographics h2 {
        font-size: 40px;
        margin-bottom: 30px; } }
  .block-percents-infographics .info-row {
    margin-bottom: 50px; }
    .block-percents-infographics .info-row:last-child {
      margin-bottom: 10px; }
  .block-percents-infographics .info-items {
    overflow: hidden;
    padding: 0 -12px; }
    @media (min-width: 992px) {
      .block-percents-infographics .info-items {
        padding: 0; } }
  .block-percents-infographics .info-item {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: center; }
    .block-percents-infographics .info-item .header {
      min-height: 72px;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .block-percents-infographics .info-item .header {
          min-height: 55px; } }
      @media (min-width: 768px) {
        .block-percents-infographics .info-item .header {
          min-height: initial; } }
    .block-percents-infographics .info-item .title {
      font-weight: 700; }
    .block-percents-infographics .info-item .percents {
      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;
      font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
      font-size: 25px;
      height: 130px;
      margin-bottom: 20px;
      background: url("../images/male-female.png") 50% 0 no-repeat;
      background-size: auto 130px; }
      @media (min-width: 992px) {
        .block-percents-infographics .info-item .percents {
          font-size: 60px;
          height: 290px;
          background-size: auto auto; } }
      .block-percents-infographics .info-item .percents span {
        color: #fff;
        padding: 0 10px 8px; }
        @media (min-width: 992px) {
          .block-percents-infographics .info-item .percents span {
            padding: 0 22px 15px; } }

/**
 * Key parameters
 *
 * height = box-radius * 2
 */
.block-curve-numbers {
  position: relative;
  background-color: #e5e6f1;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .block-curve-numbers .inner {
      overflow: initial;
      position: relative;
      padding-top: 90px; } }
  @media (min-width: 1200px) {
    .block-curve-numbers .inner {
      padding-top: 70px; } }
  .block-curve-numbers .lines {
    position: absolute;
    z-index: 0;
    width: calc(100% - 40px);
    height: auto;
    padding: 0 10%; }
    .block-curve-numbers .lines .line {
      position: absolute;
      z-index: 0;
      width: 50%;
      height: 130px;
      border-top: 1px solid #333; }
      @media (min-width: 992px) {
        .block-curve-numbers .lines .line {
          height: 250px; } }
      .block-curve-numbers .lines .line:first-child {
        top: 20px;
        right: 0; }
        @media (min-width: 992px) {
          .block-curve-numbers .lines .line:first-child {
            top: 33px; } }
      .block-curve-numbers .lines .line:last-child {
        top: calc(20px + 130px * 4);
        left: 0; }
        @media (min-width: 992px) {
          .block-curve-numbers .lines .line:last-child {
            top: calc(33px + 250px * 2); } }
  .block-curve-numbers .curves {
    position: absolute;
    z-index: 0;
    width: calc(100% - 40px);
    height: 100%;
    padding: 20px 10% 0;
    overflow: hidden; }
    @media (min-width: 992px) {
      .block-curve-numbers .curves {
        padding: 33px 10% 0;
        min-height: calc(250px * 3); } }
    .block-curve-numbers .curves .curve {
      position: absolute;
      top: 20px;
      left: -50%;
      width: 100%;
      height: calc(130px + 1px);
      z-index: 0;
      overflow: hidden; }
      @media (min-width: 992px) {
        .block-curve-numbers .curves .curve {
          top: 33px;
          height: calc(250px + 1px); } }
      .block-curve-numbers .curves .curve .borders {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        border: 1px solid #333;
        border-radius: 65px; }
        @media (min-width: 992px) {
          .block-curve-numbers .curves .curve .borders {
            border-radius: 125px; } }
      .block-curve-numbers .curves .curve:nth-child(even) {
        top: calc(20px + 130px);
        left: auto;
        right: -50%; }
        @media (min-width: 992px) {
          .block-curve-numbers .curves .curve:nth-child(even) {
            top: calc(33px + 250px); } }
        .block-curve-numbers .curves .curve:nth-child(even) .borders {
          left: auto;
          right: 50%; }
      .block-curve-numbers .curves .curve:nth-child(3) {
        top: calc(20px + 130px * 2); }
        @media (min-width: 992px) {
          .block-curve-numbers .curves .curve:nth-child(3) {
            display: none; } }
      .block-curve-numbers .curves .curve:nth-child(4) {
        top: calc(20px + 130px * 3); }
        @media (min-width: 992px) {
          .block-curve-numbers .curves .curve:nth-child(4) {
            display: none; } }
  .block-curve-numbers .items {
    padding: 0 10%; }
  .block-curve-numbers .item {
    position: relative;
    height: 130px;
    width: 50%;
    padding: 0 5px;
    float: right; }
    .block-curve-numbers .item:nth-child(3), .block-curve-numbers .item:nth-child(4), .block-curve-numbers .item:nth-child(7), .block-curve-numbers .item:nth-child(8) {
      float: left; }
    .block-curve-numbers .item:last-child {
      float: none;
      clear: both;
      margin: 0 auto;
      height: auto; }
    @media (min-width: 992px) {
      .block-curve-numbers .item {
        width: 33.3%;
        height: 250px;
        float: right; }
        .block-curve-numbers .item:nth-child(1), .block-curve-numbers .item:nth-child(2), .block-curve-numbers .item:nth-child(3) {
          float: right; }
        .block-curve-numbers .item:nth-child(4), .block-curve-numbers .item:nth-child(5), .block-curve-numbers .item:nth-child(6) {
          float: left; }
        .block-curve-numbers .item:nth-child(7), .block-curve-numbers .item:nth-child(8) {
          float: right;
          height: auto; }
        .block-curve-numbers .item:nth-child(7) {
          margin-right: 25%; }
        .block-curve-numbers .item:first-child {
          margin-right: -25%; }
          .block-curve-numbers .item:first-child .title {
            padding: 0 25%; }
        .block-curve-numbers .item:last-child {
          float: left;
          clear: none;
          margin-left: -25%; }
          .block-curve-numbers .item:last-child .title {
            padding: 0 25%; } }
    @media (min-width: 1200px) {
      .block-curve-numbers .item:first-child {
        margin-right: -26%; }
      .block-curve-numbers .item:last-child {
        margin-left: -26%; } }
    @media (min-width: 992px) {
      .block-curve-numbers .item {
        float: left;
        clear: none; } }
    .block-curve-numbers .item .number {
      overflow: hidden;
      text-align: center;
      font-size: 20px;
      height: 40px;
      width: 40px;
      margin: 0 auto 10px;
      padding-top: 8px;
      border: 1px solid #333;
      border-radius: 35px;
      background-color: #e5e6f1; }
      @media (min-width: 992px) {
        .block-curve-numbers .item .number {
          width: 65px;
          height: 65px;
          font-size: 50px;
          padding-top: 4px; } }
    .block-curve-numbers .item .title {
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 992px) {
        .block-curve-numbers .item .title {
          font-size: 25px;
          width: 100%;
          padding: 0 15px; } }
    @media (min-width: 992px) {
      .block-curve-numbers .item:nth-child(1) .title, .block-curve-numbers .item:nth-child(2) .title, .block-curve-numbers .item:nth-child(3) .title {
        position: absolute;
        top: -90px; } }
    @media (min-width: 1200px) {
      .block-curve-numbers .item:nth-child(1) .title, .block-curve-numbers .item:nth-child(2) .title, .block-curve-numbers .item:nth-child(3) .title {
        position: absolute;
        top: -70px; } }

.block-teasers {
  overflow: hidden;
  position: relative;
  padding: 55px 0; }
  @media (min-width: 992px) {
    .block-teasers h2 {
      font-size: 40px; } }
  .block-teasers .subtitle {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .block-teasers .subtitle {
        font-size: 25px; } }
  .block-teasers .teasers {
    overflow: hidden; }
    .block-teasers .teasers.layout-4 {
      margin: 0 -12px; }
    @media (min-width: 992px) {
      .block-teasers .teasers.layout-3 {
        margin: 0 -12px; } }
  .block-teasers .teaser {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .block-teasers .teaser {
        float: right;
        padding: 0 12px; }
        .block-teasers .teaser:first-child {
          margin-right: 0; } }
    .block-teasers .teaser .title {
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .block-teasers .teaser .title {
          font-size: 25px; } }
    .block-teasers .teaser img {
      width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .block-teasers .teaser .description-wrapper {
        font-size: 25px; } }
  @media (min-width: 992px) {
    .block-teasers .layout-3 .teaser {
      width: 33.3%; } }
  .block-teasers .layout-4 .teaser {
    width: 50%;
    float: right;
    padding: 0 12px; }
    @media (min-width: 992px) {
      .block-teasers .layout-4 .teaser {
        width: 25%; } }
    .block-teasers .layout-4 .teaser .title {
      font-size: 20px;
      text-align: center; }
      @media (min-width: 992px) {
        .block-teasers .layout-4 .teaser .title {
          font-size: 45px; } }
    .block-teasers .layout-4 .teaser .description-wrapper {
      text-align: center; }

.vf-popup-layout h3 {
  font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
  font-size: 25px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .vf-popup-layout h3 {
      font-size: 55px; } }

.vf-popup-layout .image-wrapper {
  height: 100px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .vf-popup-layout .image-wrapper {
      height: 170px;
      margin-bottom: 30px; } }
  .vf-popup-layout .image-wrapper img {
    height: 100%;
    width: auto; }

.vf-popup-layout.popup-layout-4 .image-wrapper img {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .vf-popup-layout.popup-layout-4 .image-wrapper img {
      height: 100%;
      max-height: 150px;
      width: auto;
      max-width: 100%; } }

.vf-popup-layout .icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin: 0 10% auto; }

.vf-popup-layout .icon-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-bottom: 5px; }
  @media (min-width: 576px) {
    .vf-popup-layout .icon-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%; } }
  .vf-popup-layout .icon-wrapper .title {
    font-family: FbShiri, "Arial Hebrew", Arial, sans-serif; }
    @media (min-width: 992px) {
      .vf-popup-layout .icon-wrapper .title {
        font-size: 28px; } }
  .vf-popup-layout .icon-wrapper .icon {
    padding: 5px 10px 0; }
    .vf-popup-layout .icon-wrapper .icon svg {
      height: 50px;
      width: auto; }
      @media (min-width: 992px) {
        .vf-popup-layout .icon-wrapper .icon svg {
          height: 105px; } }

.code {
  display: inline-block;
  position: absolute;
  bottom: -80px;
  right: -47px;
  -webkit-transform: rotate(-90deg) translate(50%, 0);
      -ms-transform: rotate(-90deg) translate(50%, 0);
          transform: rotate(-90deg) translate(50%, 0);
  font-size: 10px; }
  @media (min-width: 992px) {
    .code {
      bottom: -150px;
      right: -75px;
      -webkit-transform: rotate(-90deg) translate(50%, 0);
          -ms-transform: rotate(-90deg) translate(50%, 0);
              transform: rotate(-90deg) translate(50%, 0);
      font-size: 16px; } }

.block-scroll {
  position: relative;
  height: 0;
  overflow: initial; }
  .block-scroll a {
    display: none; }
    @media (min-width: 992px) {
      .block-scroll a {
        display: inline-block;
        height: 100%;
        text-align: center; } }
  .block-scroll .icon {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: calc(50% - 33px / 2);
    right: calc(50% - 33px / 2);
    z-index: 10;
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff; }
    @media (min-width: 992px) {
      .block-scroll .icon {
        top: calc(50% - 80px / 2);
        right: calc(50% - 80px / 2);
        width: 80px;
        height: 80px;
        border-radius: 50px; } }
    @media (min-width: 1600px) {
      .block-scroll .icon {
        top: calc(50% - 130px / 2);
        right: calc(50% - 130px / 2);
        width: 130px;
        height: 130px;
        border-radius: 70px; } }
    .block-scroll .icon svg {
      height: 20px;
      width: auto; }
      @media (min-width: 992px) {
        .block-scroll .icon svg {
          height: 55px; } }
      @media (min-width: 1600px) {
        .block-scroll .icon svg {
          height: 85px; } }

.page-footer {
  overflow: hidden;
  font-size: 16px;
  padding: 16px 0; }
  @media (min-width: 992px) {
    .page-footer {
      font-size: 20px;
      margin: 65px auto 35px; } }
  .page-footer .inner {
    position: relative; }
  .page-footer .footer-text {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 992px) {
      .page-footer .footer-text {
        font-size: 28px;
        text-align: right;
        margin-bottom: 80px;
        max-width: 84%; } }
  .page-footer .footer-logo {
    display: block;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .page-footer .footer-logo {
        display: inline-block;
        position: absolute;
        left: 20px;
        bottom: 0; } }
    .page-footer .footer-logo a {
      display: block;
      text-indent: -9999px;
      width: 47px;
      height: 34px;
      margin: 0 auto;
      background: url("../images/novo_nordisk.jpg") 50% 50% no-repeat transparent;
      background-size: 47px 34px; }
      @media (min-width: 992px) {
        .page-footer .footer-logo a {
          width: 187px;
          height: 134px;
          background-size: 187px 134px; } }
      .page-footer .footer-logo a a:hover {
        text-decoration: underline; }
  .page-footer .footer-info {
    text-align: center; }
    @media (min-width: 992px) {
      .page-footer .footer-info {
        text-align: right; } }
  .page-footer .post-info {
    display: inline-block;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .page-footer .post-info {
        margin-top: 0; } }
    .page-footer .post-info ul {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .page-footer .post-info ul li {
        display: inline-block; }
        .page-footer .post-info ul li:before {
          content: "|"; }
        .page-footer .post-info ul li:first-child:before {
          content: ""; }
          @media (min-width: 992px) {
            .page-footer .post-info ul li:first-child:before {
              content: "|"; } }
        .page-footer .post-info ul li span {
          padding-left: 15px;
          padding-right: 15px; }
          @media (min-width: 992px) {
            .page-footer .post-info ul li span {
              padding-left: 20px;
              padding-right: 20px; } }
        .page-footer .post-info ul li:last-child span {
          padding-left: 0; }

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  /* Inner */
  /* Steps */
  /* Close Button */
  /* Popup buttons */ }
  .popup .popup-inner {
    width: 80%;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 2px 6px black;
            box-shadow: 0 2px 6px black;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    background: #e5e6f1; }
    @media (min-width: 992px) {
      .popup .popup-inner {
        width: 900px;
        padding: 50px 0; } }
  .popup .popup-content {
    position: relative;
    min-height: 250px;
    padding: 25px 20px 20px; }
    @media (min-width: 992px) {
      .popup .popup-content {
        min-height: 450px;
        padding: 65px 20px 20px; } }
  .popup .steps {
    margin-bottom: 20px; }
    .popup .steps span {
      display: inline-block;
      width: 45px;
      height: 5px;
      border: 1px solid #7e81be;
      border-radius: 7px; }
      @media (min-width: 992px) {
        .popup .steps span {
          width: 85px;
          height: 9px; } }
  .popup.popup-1 .steps span:first-child {
    background-color: #7e81be; }
  .popup.popup-2 .steps span:nth-child(-n+2) {
    background-color: #7e81be; }
  .popup.popup-3 .steps span:nth-child(-n+3) {
    background-color: #7e81be; }
  .popup.popup-4 .steps span:nth-child(-n+4) {
    background-color: #7e81be; }
  .popup .popup-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    border-radius: 1000px;
    background: url("../images/icons/icon-close-white.svg") 50% 50% no-repeat #7e81be;
    background-size: 50%;
    text-indent: -9999px; }
    @media (min-width: 992px) {
      .popup .popup-close {
        width: 60px;
        height: 60px; } }
  .popup .popup-buttons {
    overflow: hidden;
    max-width: 65%;
    margin: 0 auto; }
  .popup .popup-button {
    display: inline-block;
    width: 46%;
    padding: 10px 0;
    color: #fff;
    font-family: FbShiri, "Arial Hebrew", Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    background-color: #b3b5d7;
    border: 1px solid #fff;
    border-radius: 30px; }
    @media (min-width: 992px) {
      .popup .popup-button {
        width: 250px;
        padding: 15px 0;
        font-size: 55px;
        border-radius: 50px; } }
    .popup .popup-button:hover {
      background-color: #7e81be; }
    .popup .popup-button.btn-no {
      float: right; }
    .popup .popup-button.btn-yes {
      float: left; }

/**
 * External Links
 */
@media (min-width: 992px) {
  .popup.popup-external-links .popup-inner {
    width: 500px; } }

.popup.popup-external-links .popup-content {
  min-height: 150px; }
  @media (min-width: 992px) {
    .popup.popup-external-links .popup-content {
      min-height: 200px; } }

@media (min-width: 992px) {
  .popup.popup-external-links .popup-button {
    width: 150px;
    font-size: 40px; } }

@media (min-width: 992px) {
  .popup.popup-external-links .popup-close {
    width: 50px;
    height: 50px; } }
