/*!
 Theme Name: target
 Theme URI: http://underscores.me/
 Author: Talya Shelach
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: target
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 target is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*! 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Icomoon */
@font-face {
  font-family: "icomoon";
  src: url("icomoon/icomoon.eot?d2m9fa");
  src: url("icomoon/icomoon.eot?d2m9fa#iefix") format('embedded-opentype'), url("icomoon/icomoon.ttf?d2m9fa") format('truetype'), url("icomoon/icomoon.woff?d2m9fa") format('woff'), url("icomoon/icomoon.svg?d2m9fa#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e906";
}
.icon-accessibility:before {
  content: "\e904";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-up:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e901";
}
/* General */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
*:focus {
  outline: thin dotted;
}
*:focus:not(:focus-visible) {
  outline: 0;
}
*:hover {
  outline: 0;
}
body {
  line-height: 1;
  font-family: 'Assistant', sans-serif;
  background: #f4f4f4;
  color: #303030;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  top: 0.3125em;
  right: 0.3125em;
}
.screen-reader-text:focus {
  background-color: #f4f4f4;
  color: #000;
  border-radius: 0.1875em;
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 0.9375em 1.4375em 0.875em;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.screen-reader-text.back-to-top:focus {
  top: auto;
  right: auto;
  left: 0.3125em;
  bottom: 0.3125em;
}
.tooltipster-sidetip .tooltipster-box {
  border: 0;
  border-radius: 0.5em;
  box-shadow: 0.0625em 0.0625em 0.3125em rgba(0, 0, 0, .5);
}
.tooltipster-sidetip .tooltipster-content {
  font-size: 0.875em;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
.site {
  background: #f4f4f4;
  width: 100%;
  position: relative;
}
.site-content {
  outline: 0;
}
.content-width, body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
  margin: 0 auto;
  width: 73.5625em;
}
.content-width {
  padding: 0 1.25em;
}
body .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 0.625em;
}
.elementor {
  overflow: hidden;
}
main .elementor-text-editor, .content-no-elementor {
  font-size: 1.125em;
  line-height: 1.6;
  color: #303030;
}
main p {
  margin: 0 0 0.25em 0;
}
.elementor-text-editor a, .read-more a {
  color: #ff8f09;
  font-weight: 600;
}
[data-contrast-better] .elementor-text-editor a, [data-contrast-better] .read-more a {
  color: blue;
}
.elementor-text-editor a:hover, .read-more a:hover, .elementor-text-editor a:focus, .read-more a:focus {
  text-decoration: underline;
}
.site-info {
  background-color: #767676;
  color: #fff;
}
.site-info a {
  color: #fff;
}
.site-info .elementor a:hover {
  text-decoration: underline;
}
.swiper-container img {
  display: block;
}
.fancy-header {
  text-align: center;
  margin-bottom: 3em;
}
.fancy-header .elementor-widget-container, .fancy-header .container {
  display: inline-block;
  position: relative;
}
.fancy-header .elementor-widget-container:after, .fancy-header .container:after {
  content: '';
  display: block;
  position: absolute;
  background: url('images/heading_decoration.png') no-repeat right top;
  width: 100%;
  height: 100%;
  top: 0.75em;
  right: -2em;
  width: 8.3125em;
  height: 3.0625em;
  background-size: 100%;
}
.fancy-header .elementor-heading-title, .fancy-header .heading {
  font-weight: 600;
  font-size: 1.875em;
  text-align: center;
  margin: 0;
}
.entry-header {
  background-color: #ff8f09;
  padding: 0em 0em 0.5em 0em;
}
[data-contrast-better] .entry-header {
  background-color: #000;
}
.entry-header h1 {
  font-weight: 600;
  font-size: 2.5em;
  color: #fff;
}
.entry-content {
  padding: 1em 0 3em 0;
  line-height: 1.5;
  background-color: #fff;
}
.entry-content a {
  color: blue;
  text-decoration: underline;
}
.entry-content a:visited {
  color: purple;
}
.entry-content h2 {
  font-size: 1.2777777778em;
}
.entry-content h3 {
  font-size: 1.1111111111em;
}
/* Navigation */
.desktop-menu {
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.desktop-menu, .desktop-menu ul, .desktop-menu li {
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-menu li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.625em;
}
.desktop-menu li.has-children {
  margin-left: 1.125em;
}
.desktop-menu li ul {
  position: absolute;
  right: 0;
  top: -999em;
}
.desktop-menu li.expanded ul, .desktop-menu li:hover ul {
  top: 100%;
}
.desktop-menu li:last-child ul, .desktop-menu li:last-child ul {
  left: auto;
  right: 0;
}
.desktop-menu li li {
  display: block;
}
.desktop-menu li li a {
  display: block;
}
.desktop-menu span.disabled {
  cursor: default;
}
.desktop-menu .icon, .desktop-menu .open-level {
  display: inline-block;
  vertical-align: bottom;
}
.desktop-menu .icon {
  color: #818181;
}
.desktop-menu .text {
  font-size: 1.125em;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.desktop-menu a {
  color: #303030;
  text-decoration: none;
}
.desktop-menu > li > a .text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #ff8f09;
  opacity: 0;
  transition: opacity 150ms;
}
.desktop-menu > li > a:hover .text:after, .desktop-menu > li > a:focus .text:after {
  opacity: 1;
}
.desktop-menu li.expanded .icon {
  color: #ff8f09;
}
[data-contrast-better] .desktop-menu li.expanded .icon {
  color: blue;
}
.desktop-menu li.selected > a {
  color: #ff8f09;
}
[data-contrast-better] .desktop-menu li.selected > a {
  color: blue;
}
.desktop-menu li ul {
  padding-top: 1.125em;
}
.desktop-menu li li {
  margin-bottom: 0.25em;
  margin-right: -0.375em;
}
.desktop-menu li li .text {
  font-size: 1em;
}
.desktop-menu li li a {
  display: block;
  padding: 0.375em 0.375em 0.375em 2.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  transition: background-color 150ms;
}
.desktop-menu li li a:hover, .desktop-menu li li a:focus {
  background-color: #fff;
}
.mobile-menu {
  font-size: 1.375em;
  line-height: 1;
  color: #303030;
}
.mobile-menu, .mobile-menu ul, .mobile-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu a {
  color: #303030;
  text-decoration: none;
}
.mobile-menu a, .mobile-menu .open-level {
  display: block;
  padding: 0.75em 1em;
  border-bottom: 1px solid #f1f1f1;
}
.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu .open-level:focus, .mobile-menu .open-level:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
.mobile-menu a:focus {
  text-decoration: underline;
}
.mobile-menu .icon-chevron-left {
  display: block;
  float: left;
  color: #818181;
  transition: transform 300ms;
  -webkit-transform-origin: center 0.25em;
  -ms-transform-origin: center 0.25em;
  /* IE9~10 */
  transform-origin: center 0.25em;
}
.mobile-menu .open-level:focus .icon-chevron-left {
  color: #303030;
}
.mobile-menu .expanded .icon-chevron-left {
  -webkit-transform: rotate(-90deg);
  /* Safari, Chrome */
  -ms-transform: rotate(-90deg);
  /* IE9~10 */
  transform: rotate(-90deg);
}
.mobile-menu ul a {
  background-color: #f5f5f5;
  border-bottom: 0.0625em solid #d0d0d0;
}
.mobile-menu ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
.mobile-menu li.expanded ul {
  max-height: 37.5em;
  max-height: 100vw;
  overflow: auto;
}
.mobile-menu .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.mobile-menu-container .focus-catcher {
  display: none;
}
.mobile-menu-container.expanded .focus-catcher {
  display: inline;
}
.mobile-menu-button .icon-close {
  display: none;
}
.mobile-menu-button.active .icon-close {
  display: block;
}
.mobile-menu-button.active .icon-menu {
  display: none;
}
/* Header */
.site-header {
  padding: 2em 0 0 0;
  z-index: 9999;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: padding-top 300ms;
}
.site-header .custom-logo {
  transition: width 300ms;
}
.site-header .border {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  height: 9.5em;
  transition: all 300ms;
}
.site-header .border:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -60em;
  width: 120em;
  height: 100%;
  background-color: #fff;
  border-bottom: 0.25em solid #ff8f09;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  /* Safari, Chrome */
  -ms-transform: skew(-3deg) rotate(-3deg);
  /* IE9~10 */
  transform: skew(-3deg) rotate(-3deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  /* IE9~10 */
  transform-origin: bottom left;
  transition: all 300ms;
}
@media (min-width: 120.0625em) {
  .site-header {
    right: 50%;
    max-width: 120em;
    margin-right: -60em;
  }
}
@media (min-width: 73.8125em) {
  .home .site-header {
    margin-top: 2.875em;
  }
  .home.fixed-header .site-header {
    -webkit-transform: translateY(-2.875em);
    /* Safari, Chrome */
    -ms-transform: translateY(-2.875em);
    /* IE9~10 */
    transform: translateY(-2.875em);
  }
  .fixed-header .site-header {
    padding-top: 1em;
    position: fixed;
  }
  .fixed-header .site-header .border {
    height: 4em;
  }
  .fixed-header .site-header .border:after {
    -webkit-transform: none;
    /* Safari, Chrome */
    -ms-transform: none;
    /* IE9~10 */
    transform: none;
  }
  .fixed-header .site-header .custom-logo {
    width: 8.75em;
  }
  .site-header .header-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 118.75em) {
  .not-home .site-header {
    margin-top: 2.875em;
  }
  .not-home.fixed-header .site-header {
    -webkit-transform: translateY(-2.875em);
    /* Safari, Chrome */
    -ms-transform: translateY(-2.875em);
    /* IE9~10 */
    transform: translateY(-2.875em);
  }
}
.mobile-menu-button, .mobile-menu {
  display: none;
}
@media (max-width: 73.75em) {
  .site-header {
    padding-top: 1.5em;
    position: fixed;
    position: sticky;
    margin-bottom: -1em;
  }
  .site-header .site-branding {
    text-align: left;
  }
  .site-header .site-branding img {
    max-width: 40%;
  }
  .site-header .border {
    height: 100%;
    box-sizing: content-box;
    padding-bottom: 3em;
  }
  .site-header .border:after {
    margin-right: -36.875em;
    width: 73.75em;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu-container {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms;
  }
  .mobile-menu-container.expanded {
    overflow: auto;
    max-height: 31.25em;
    max-height: 60vh;
    max-height: calc(100vh - 7.5em);
    visibility: visible;
  }
  .mobile-menu-button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 1em;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    display: inline-block;
    position: absolute;
    right: 0.5em;
    top: 0.25em;
    padding: 0.5em;
    z-index: 1;
    transition: all 300ms;
  }
  .mobile-menu-button .icon {
    font-size: 2.5em;
  }
  .mobile-menu {
    display: block;
    padding-bottom: 1em;
  }
  .mobile-menu-container {
    margin: 0 -1.25em;
  }
}
/* Home */
.target-home-main-content {
  background-color: #fff;
  padding: 1.875em 0em 4.625em 0em;
}
.target-home-main-content .text:before {
  content: '';
  display: block;
  background: url('images/logo_big_gray.png') no-repeat right top;
  background-size: 100%;
  width: 52.6824978012%;
  padding-top: 12.2251539138%;
  margin-bottom: 6.0686015831%;
}
.target-home-main-content .read-more {
  overflow: visible;
  border-top: 2px solid #ff8f09;
  position: relative;
  margin-top: 1em;
  padding-top: 2em;
}
.target-home-main-content .read-more:before {
  content: '';
  display: block;
  background: url('images/home_decoration.png') no-repeat left top;
  height: 10.625em;
  width: 10.625em;
  background-size: 100%;
  position: absolute;
  top: -5.375em;
  left: -9.375em;
}
.target-home-main-content .read-more a:after {
  content: '\2026';
}
@media (max-width: 84.375em) {
  .target-home-main-content .read-more:before {
    font-size: 1vw;
    left: -3em;
  }
}
.target-we-offer {
  padding: 1em 0;
  text-align: center;
}
.target-we-offer .fancy-header {
  margin-bottom: 6em;
}
.target-we-offer .items {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.375em;
}
.target-we-offer .item {
  width: 23.125em;
  max-width: 100%;
  min-height: 12.3125em;
  background-color: #fff;
  padding: 0 1em;
  margin: 0.375em;
  margin-bottom: 4em;
  display: flex;
  flex-direction: column;
}
.target-we-offer .header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-top: -2em;
  margin-bottom: 1em;
}
.target-we-offer .header img {
  margin-left: 1em;
}
.target-we-offer .items .heading {
  font-size: 1.5em;
  font-weight: 400;
  color: #303030;
}
.target-we-offer .items .heading a {
  color: #303030;
}
.target-we-offer .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 1.125em;
  line-height: 1.2;
}
.target-we-offer .read-more {
  margin-top: auto;
}
.target-we-offer .read-more a:after {
  content: '\2026';
}
.target-recommendations {
  text-align: center;
  padding: 2em;
}
.target-recommendations .items {
  text-align: right;
}
.target-recommendations .item {
  padding: 0.5em;
  display: inline-block;
  width: 21.25em;
}
.target-recommendations.before-init .item:nth-child(n+1) {
  display: none;
}
.target-recommendations .content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #ccc;
  padding: 1em;
  margin: 0;
  min-height: 22.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, .2);
}
.target-recommendations .quote {
  font-size: 1.125em;
  line-height: 1.6;
  color: #303030;
}
.target-recommendations .quote:before {
  content: '\201D';
  float: right;
}
.target-recommendations p {
  margin-bottom: 0.25em;
}
.target-recommendations footer {
  line-height: 1.4;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.target-recommendations footer img {
  margin-left: 0.5em;
}
.target-recommendations cite {
  display: block;
  font-style: normal;
}
.target-recommendations .wrap-slider {
  position: relative;
}
.target-recommendations .slick-slide {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.target-recommendations .arrows button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  color: #767676;
}
.target-recommendations .arrows button:hover, .target-recommendations .arrows button:focus {
  color: #000;
}
.target-recommendations .arrows .slick-prev {
  right: -4em;
}
.target-recommendations .arrows .slick-next {
  left: -4em;
}
.target-recommendations .arrows .icon {
  font-size: 3em;
}
@media (max-width: 26.875em) {
  .target-recommendations {
    padding-right: 0;
    padding-left: 0;
  }
  .target-recommendations .arrows {
    display: flex;
    justify-content: space-evenly;
  }
  .target-recommendations .arrows button {
    position: static;
    margin-top: 0.5em;
  }
}
.target-client-logos {
  padding: 2em 0 5em 0;
}
.target-client-logos .full-bg {
  background-color: #fff;
  padding: 1.5em 0;
}
.target-client-logos .item {
  display: inline-block;
}
.target-client-logos .img {
  display: inline-block;
  height: 4.375em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.target-client-logos .slick-slide-image {
  max-height: 100%;
}
.target-client-logos .dots {
  text-align: center;
  margin-top: 1.5em;
}
.target-client-logos .dots ul, .target-client-logos .dots li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.target-client-logos .dots li {
  display: inline-block;
  padding: 0 0.25em;
}
.target-client-logos .dots button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  font-size: 1em;
  display: block;
  width: 1em;
  height: 1em;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  position: relative;
  color: transparent;
  white-space: nowrap;
  text-indent: -9999em;
  background-color: #767676;
  border-radius: 50%;
  transition: background-color 300ms;
}
.target-client-logos .dots li.slick-active button {
  background-color: #303030;
}
@media (max-width: 25em) {
  .target-client-logos .dots {
    font-size: 0.5em;
  }
}
/* Accessibility */
.target-accessibility {
  position: fixed;
  left: 0;
  bottom: 0.625em;
  z-index: 999;
  max-width: 85%;
  transform: translateX(-100%);
  transition: all 300ms;
}
.target-accessibility.expanded {
  transform: none;
}
.target-accessibility.expanded .menu-acc {
  visibility: visible;
}
.target-accessibility button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
.target-accessibility .toggle-acc {
  cursor: pointer;
  position: absolute;
  bottom: 1em;
  left: 100%;
  color: #000;
  background-color: #eaeaea;
  border: 0.0625em solid #eaeaea;
  padding: 0.5em 0.75em 0.5em 0.5em;
  border-radius: 0 1.25em 1.25em 0;
}
.target-accessibility .toggle-acc:focus {
  background-color: #ff8f09;
}
.target-accessibility .icon-accessibility {
  font-size: 1.25em;
  display: inline-block;
}
.target-accessibility .menu-acc {
  visibility: hidden;
  transition: visibility 300ms;
  background-color: #eaeaea;
  border: 0.0625em solid #eaeaea;
  padding: 2em 1.5em 1em 1.5em;
  margin-top: -1.5em;
  border-bottom-right-radius: 1.25em;
  border-top-right-radius: 1.25em;
}
.target-accessibility .menu-acc ul, .target-accessibility .menu-acc li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.target-accessibility .menu-acc li {
  margin-bottom: 1em;
}
.target-accessibility .menu-acc a {
  color: #000;
  text-decoration: underline;
}
.target-accessibility .menu-acc button {
  background-color: #96380b;
  color: #fff;
  padding: 0.25em 0.5em;
  font-weight: 500;
  border-radius: 0.3125em;
  margin-right: auto;
  display: flex;
}
.target-accessibility .menu-acc button:focus {
  text-decoration: underline;
}
.target-accessibility .menu-acc label .text {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  padding-top: 0.1875em;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback) {
  opacity: 0;
  position: absolute;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback) + label {
  cursor: pointer;
  display: block;
  padding-right: 3.375em;
  position: relative;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback) + label .switch {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  width: 2.875em;
  height: 1.5em;
  border-radius: 1.25em;
  background-color: #b0b0b0;
  transition: background-color 400ms;
}
[data-contrast-max] .target-accessibility .menu-acc input[type="checkbox"]:not(#fallback) + label .switch {
  background-color: rgba(255, 255, 0, .35) !important;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback) + label .switch:after {
  content: '';
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  left: 0.1875em;
  top: 0.1875em;
  transition: transform 400ms;
}
[data-contrast-max] .target-accessibility .menu-acc input[type="checkbox"]:not(#fallback) + label .switch:after {
  background-color: yellow !important;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback):focus + label .text, .target-accessibility .menu-acc input[type="checkbox"]:not(#fallback):active + label .text {
  outline: 1px dotted;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback):checked + label .switch {
  background-color: #ff8f09;
}
[data-contrast-better] .target-accessibility .menu-acc input[type="checkbox"]:not(#fallback):checked + label .switch {
  background-color: blue;
}
.target-accessibility .menu-acc input[type="checkbox"]:not(#fallback):checked + label .switch:after {
  transform: translateX(1.375em);
  opacity: 1;
}
[data-contrast-max], [data-contrast-max] *, [data-contrast-max]:after, [data-contrast-max] *:after, [data-contrast-max]:before, [data-contrast-max] *:before {
  color: #ff0 !important;
  background-color: #000 !important;
  border-color: #ff0 !important;
  outline-color: #ffff82 !important;
  background-image: none !important;
}
[data-contrast-max] .menu-toggle .icon:before, [data-contrast-max] .close-button .icon:before, [data-contrast-max] .menu-toggle .icon:after, [data-contrast-max] .close-button .icon:after {
  background-color: #ffff82 !important;
}
[data-contrast-max] .slick-dots button:before {
  background-color: #ff0 !important;
  opacity: 0.3;
}
[data-contrast-max] .slick-dots button:after {
  background-color: #ffff82 !important;
}
[data-contrast-max] a, [data-contrast-max] a * {
  color: #ffff82 !important;
}
[data-contrast-max] *:focus {
  outline: 1px solid #ff0 !important;
}
[data-contrast-max] img {
  -webkit-filter: sepia();
  filter: sepia();
}
[data-contrast-max] .bg {
  border: 1px solid #ff0;
}
[data-underline-links] a, [data-underline-links] a .text {
  text-decoration: underline !important;
}
