@charset "UTF-8";
/*
* #INDEX
*
* IMPORTS
* - Core
* - Elements
* - Layout
* - Pages
* - Vendors
*/
/*
* > IMPORTS
* >> Core
 */
@import url(https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans:300,400,600,700);
.product_page .actions, .menu, .submenu, .content_section .reasons,
.content_section .workflow, .follow_us .social_networks, .products_list, .service_page .plans_list, .also_on {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
* >> Elements
*/
/*
* #INDEX
 */
/*
* > Navigation
 */
.menu_btn {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font: inherit;
  line-height: 5em;
  margin-right: -1.25em;
  outline: none;
  padding: 0 2.5em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 0;
}

.menu_btn::after {
  background: url("../img/layout/ico-mobile-menu.svg") left top no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 0.625em;
  position: relative;
  top: -0.125em;
  vertical-align: middle;
  width: 16px;
}

.menu_trigger {
  color: #565759;
}

.menu_trigger::after {
  background-position: left bottom;
}

.is_sticky .menu_trigger,
.homepage .menu_trigger,
.product_page .menu_trigger {
  color: #fff;
}

.is_sticky .menu_trigger::after,
.homepage .menu_trigger::after,
.product_page .menu_trigger::after {
  background-position: left top;
}

.menu_close::after {
  background-position: right top;
}

.menu_item_button {
  border: 1px solid #565759;
  display: inline-block;
  margin-top: 0.55556em;
  padding: 0 2.22222em;
}

.main_menu.is_mobile_visible .menu_item_button,
.is_sticky .menu_item_button {
  border-color: #fff;
}

@media screen and (min-width: 48em) {
  .menu_item_button {
    box-sizing: border-box;
    height: 2.85714em;
    margin-top: 0;
    padding: 0 1.42857em;
  }
  .product_page .menu_item_button {
    border-color: #fff;
  }
}

@media screen and (min-width: 52.1875em) {
  .menu_item_button {
    box-sizing: border-box;
    height: 2.5em;
    margin-top: 0;
    padding: 0 1.25em;
  }
}

/*
* > Common
 */
.button {
  background: #ff6e00;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Bree Serif", arial, sans-serif;
  font-weight: 600;
  line-height: 5rem;
  outline: none;
  padding: 0 2.5rem;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.primary_button {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  font-size: 1.25em;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  text-shadow: 0 1px 5px rgba(3, 28, 111, 0.25);
}

.download_button {
  background: #0096DB;
  transition: background ease-in 0.5s;
}

.download_button:hover {
  background: #006EC0;
}

@media screen and (min-width: 48em) {
  .primary_button {
    font-size: 1.6875em;
  }
}

/*
* > Let's talk
 */
.lets_talk .button {
  background: #fff;
  color: #006EC0;
  display: block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.25em;
  margin: 0 auto;
  max-width: 25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .lets_talk .button {
    font-size: 1.6875em;
  }
}

/*
* > Plans
  */
.services_information .see_catalog {
  border: 1px solid #0096DB;
  border-radius: 3px;
  color: #0096DB;
  cursor: pointer;
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  text-decoration: none;
  transition: background ease-in 0.5s;
}

.services_information .see_catalog:hover {
  background: #0096DB;
  color: #fff;
}

/*
* >> Product page actions
 */
.product_page .actions_item {
  display: inline-block;
}

.product_page .actions_item + .actions_item {
  margin-left: 1.25rem;
}

.product_page .action_button {
  border: 1px solid #6d89bb;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  padding: 0.9375rem;
  padding-left: 4.375rem;
  text-align: left;
  text-decoration: none;
  transition: box-shadow ease-in 0.5s;
}

.product_page .action_button:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.product_page .action_button.fork_us {
  background: url("../img/layout/ico-fork-us-on-github.svg") 15px center no-repeat;
}

.product_page .action_button.track_us {
  background: url("../img/layout/ico-track-us-on-jira.svg") 22px center no-repeat;
}

.product_page .action_button.coming_soon {
  border: 1px solid #ffb780;
  display: inline-block;
  border-radius: 3px;
  padding: 0.9375rem;
  color: #fff;
  text-decoration: none;
  transition: box-shadow ease-in 0.5s;
  text-align: center;
}

.product_page .action_button.coming_soon:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 23.4375em) {
  .product_page .action_button.coming_soon .br {
    font-size: .9em;
  }
}

.product_page .action_button .coming_soon_text {
  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
}

/*
* #INDEX
 */
/*
* > FORMS
* >> Contact
 */
.contact_form_container {
  margin: 0 auto;
  max-width: 40.625rem;
}

.contact_form_container .row {
  margin-bottom: 1.25rem;
}

.contact_form_container .label {
  display: block;
  font-size: .65em;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.contact_form_container .label.required::after {
  color: #D32E00;
  content: '*';
  margin-left: .25em;
}

.contact_form_container .field {
  font: inherit;
  line-height: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_form_container .field_select {
  height: 2.5rem;
}

.contact_form_container .field_text,
.contact_form_container .field_textarea {
  height: 2.5rem;
  background: #eeeeee;
  border: 1px solid #fff;
  border: 0;
  border-radius: 3px;
  padding: 0 .5em;
}

.contact_form_container .field_text:focus,
.contact_form_container .field_textarea:focus {
  background-color: #fff;
  border: 1px solid #0096DB;
  color: #006EC0;
  outline: none;
}

.contact_form_container .field_textarea {
  height: 10rem;
}

.contact_form_container .field_submit {
  border: 0;
  line-height: 3.75rem;
}

/*
* >>> Select replacement
 */
.select2-container {
  background: #eeeeee !important;
  border: 1px solid #fff;
  width: 100% !important;
}

.select2-container.select2-container--focus {
  background-color: #fff !important;
  border: 1px solid #0096DB;
}

.select2-selection {
  background: none !important;
  border: none !important;
  height: auto !important;
  outline: none;
}

.select2-selection__rendered {
  line-height: 2.5rem !important;
}

.select2-dropdown {
  margin: -1px 0 0 -1px;
}

.select2-selection__arrow {
  background: #565759;
  border-radius: 3px;
  height: 1.875rem !important;
  right: 0.3125rem !important;
  top: 0.3125rem !important;
  width: 1.875rem !important;
}

.select2-selection__arrow b {
  border-top-color: #fff !important;
  border-width: 7px 6px 0 6px !important;
  margin: 0.125rem 0 0 !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select2-container--open .select2-selection__arrow b {
  border-bottom-color: #fff !important;
  border-top-color: transparent !important;
  border-width: 0 6px 7px 6px !important;
  margin: 0 !important;
}

/*
* #INDEX
 */
/*
* > Navigation
 */
.main_menu,
.submenu {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  .menu_btn {
    display: block;
  }
  .main_menu {
    background: #0096DB;
    background: rgba(0, 150, 219, 0.95);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -100%;
    transition: opacity ease-in 0.5s;
    width: 100%;
    z-index: 13;
  }
  .main_menu.is_mobile_visible {
    opacity: 1;
    top: 0;
  }
  .main_menu.is_mobile_visible::after {
    background: url("../img/layout/logo-8kdata-alt.svg") left -80px no-repeat;
    bottom: 1.25em;
    content: '';
    height: 40px;
    opacity: .5;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 127px;
  }
  .menu {
    left: 50%;
    line-height: 2.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 13;
    z-index: 666;
  }
}

/*
* >> Landscape mobiles
 */
@media screen and (max-height: 31.25em) {
  .main_menu {
    font-size: .75em;
  }
  .main_menu.is_mobile_visible::after {
    opacity: .25;
    right: 1.25em;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
* >> Tablet++ view
 */
@media screen and (min-width: 48em) {
  .main_menu {
    display: block;
  }
  .menu {
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
    top: 2.5em;
  }
  .menu > .menu_item > .menu_item_link:hover {
    background: rgba(0, 0, 0, 0.25);
  }
  .menu_item {
    display: inline-block;
    vertical-align: top;
  }
  .menu_item .menu_item_link {
    padding: 0 0.625em;
    text-decoration: none;
  }
}

@media screen and (min-width: 48em) and (min-width: 55.625em) {
  .menu_item .menu_item_link {
    padding: 0 0.875em;
  }
}

@media screen and (min-width: 48em) {
  .is_sticky .menu_item .menu_item_link {
    color: #fff;
  }
  .menu_item.has_submenu {
    overflow: hidden;
    position: relative;
  }
  .menu_item.has_submenu:hover {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    overflow: visible;
    transition: all ease-in 0.25s;
  }
  .menu_item.has_submenu:hover .menu_item_link {
    background: #fff;
    color: #565759;
  }
  .menu_item.has_submenu:hover .submenu {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
  .menu_item.has_submenu:hover .submenu .menu_item_link {
    color: #565759;
  }
  .menu_item.has_submenu:hover .submenu .menu_item_link:hover {
    background: #ff6e00;
    color: #fff;
  }
  .submenu {
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all ease-in 0.25s;
  }
  .submenu .menu_item {
    display: block;
  }
  .submenu .menu_item_link {
    display: block;
    padding: 0 2.5em;
  }
  .submenu .menu_item_link:hover {
    background: #ff6e00;
    color: #fff;
  }
  .product_page .menu_item_link {
    color: #fff;
  }
  .service_page .has_submenu:hover .menu_item_link,
  .legal_page .has_submenu:hover .menu_item_link,
  .contact_page .has_submenu:hover .menu_item_link,
  .who_we_are .has_submenu:hover .menu_item_link {
    background: #0096DB;
    color: #fff;
  }
  .service_page .has_submenu:hover .submenu .menu_item_link,
  .legal_page .has_submenu:hover .submenu .menu_item_link,
  .contact_page .has_submenu:hover .submenu .menu_item_link,
  .who_we_are .has_submenu:hover .submenu .menu_item_link {
    color: #fff;
  }
  .service_page .is_sticky .has_submenu:hover .menu_item_link,
  .legal_page .is_sticky .has_submenu:hover .menu_item_link,
  .contact_page .is_sticky .has_submenu:hover .menu_item_link,
  .who_we_are .is_sticky .has_submenu:hover .menu_item_link {
    background: #fff;
    color: #565759;
  }
  .service_page .is_sticky .has_submenu:hover .submenu .menu_item_link,
  .legal_page .is_sticky .has_submenu:hover .submenu .menu_item_link,
  .contact_page .is_sticky .has_submenu:hover .submenu .menu_item_link,
  .who_we_are .is_sticky .has_submenu:hover .submenu .menu_item_link {
    color: #565759;
  }
  .service_page .is_sticky .has_submenu:hover .submenu .menu_item:hover .menu_item_link,
  .legal_page .is_sticky .has_submenu:hover .submenu .menu_item:hover .menu_item_link,
  .contact_page .is_sticky .has_submenu:hover .submenu .menu_item:hover .menu_item_link,
  .who_we_are .is_sticky .has_submenu:hover .submenu .menu_item:hover .menu_item_link {
    color: #fff;
  }
}

/*
* #INDEX
*
* COMMON
* Navigation
*/
/*
* > COMMON
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #565759;
  font: 100% "Open Sans", arial, sans-serif;
}

.title {
  color: #000;
  font-family: "Bree Serif", arial, sans-serif;
  font-weight: 400;
  text-align: center;
}

.text,
.legal_list {
  color: #565759;
  line-height: 1.66667rem;
}

.br {
  display: block;
}

.page_title {
  font-size: 2.3125em;
}

/*
* > NAVIGATION
*/
.menu_item_link {
  color: inherit;
  display: block;
  font-size: 1.125em;
  text-decoration: none;
  text-transform: uppercase;
}

.main_menu.is_mobile_visible .menu_item_link {
  color: #fff;
}

@media screen and (min-width: 48em) {
  .menu_item_link {
    font-size: 0.84375em;
    text-transform: none;
  }
}

@media screen and (min-width: 50em) {
  .menu_item_link {
    font-size: 0.90625em;
    text-transform: none;
  }
}

@media screen and (min-width: 55.625em) {
  .menu_item_link {
    font-size: 1em;
    text-transform: none;
  }
}

/*
* > HERO
* >> Homepage hero
 */
.main_title {
  color: #fff;
  font-size: 1.875em !important;
  line-height: 1.33333em !important;
  margin: 0 0 1.25rem;
  text-shadow: 0 1px 19px rgba(3, 28, 111, 0.5);
}

@media screen and (min-width: 31.25em) {
  .main_title {
    font-size: 2.5em !important;
    line-height: 1.5em !important;
  }
}

@media screen and (min-width: 48em) {
  .main_title {
    font-size: 3.5625em !important;
    line-height: 1.40351em !important;
  }
}

/*
* >> Product hero
 */
.product_page .hero {
  color: #fff;
  text-align: center;
}

.product_page .hero .hero_title {
  font-family: "Bree Serif", arial, sans-serif !important;
  margin-bottom: 2.5rem;
}

.product_page .hero .hero_title,
.product_page .hero .hero_description .text {
  color: inherit;
}

/*
* > Homepage modules
 */
.content_section .section_title {
  font-size: 1.875em;
  line-height: 2.5rem;
}

.content_section .content .title {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.25em;
  line-height: 2.5rem;
  text-align: inherit;
}

.content_section .description .text {
  margin: 0 0 2.5rem;
}

.why .content .title {
  font-size: 1.5625em;
}

.how .content .title {
  font-size: 1.875em;
}

@media screen and (min-width: 48em) {
  .content_section .section_title {
    font-size: 2.8125em;
  }
  .content_section .section_title.section_icon {
    font-size: 2.3125em;
  }
  .content_section .content .title {
    font-size: 1.5625em;
  }
  .content_section .text {
    font-size: 1.125em;
  }
  .why .content .title,
  .why .content .description {
    text-align: left;
  }
  .how .content .title {
    font-size: 2.1875em;
  }
}

@media screen and (min-width: 64em) {
  .why .content .title {
    font-size: 1.4375em;
  }
}

@media screen and (min-width: 67.5em) {
  .why .content .title {
    font-size: 1.5625em;
  }
}

.legal_page .title {
  margin-top: 2.5rem;
}

.legal_page .title.page_title {
  margin: 5rem 0 2.5rem;
}

.product_page .header .note {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
}

#cookie_alert {
  background: #006EC0;
  bottom: -12.5em;
  left: 0;
  padding: .5em 0 1em;
  position: fixed;
  text-align: center;
  transition: bottom ease-in 0.5s;
  width: 100%;
  z-index: 14;
}

#cookie_alert.shown {
  bottom: 0;
}

#cookie_alert p {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.25rem;
}

#cookie_alert p a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

#cookie_alert .button {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: "Open Sans", arial, sans-serif;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.66667em;
  outline: none;
  padding: .5em 1em .6em;
  text-transform: uppercase;
}

/*
* #INDEX
 */
/*
* > FORM RESPONSES
 */
.form_response {
  display: none;
  background: #2B2C2D;
  background: rgba(43, 44, 45, 0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}

.form_response.response_ok {
  background: #006EC0;
  background: rgba(0, 110, 192, 0.95);
}

.form_response.response_ko {
  background: #D32E00;
  background: rgba(211, 46, 0, 0.95);
}

.response_wrapper {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.response_message {
  color: #fff;
  font-family: "Bree Serif", arial, sans-serif;
  font-size: 2em;
  margin: 0 2.5rem;
  text-align: center;
}

.response_ok .response_message::before {
  background: url("../img/layout/chuck-norris-approves-v2.gif") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10rem;
  margin: 0 auto 2.5rem;
  width: 10rem;
}

.response_ko .response_message::before {
  background: url("../img/layout/picard-epic-facepalm-v2.gif") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10rem;
  margin: 0 auto 2.5rem;
  width: 10rem;
}

/*
* >> Layout
*/
/*
* #INDEX
 */
/*
* > FOOTER
 */
#footer {
  background: #2B2C2D;
  color: #fff;
  font-size: 1em;
  line-height: 2.5em;
}

.copy {
  margin-top: 5em;
}

a {
  color: #ababac;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
* #INDEX
 */
/*
* > LAYOUT
 */
.snitch {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #000;
  left: 50%;
  border-radius: 0 0 3px 3px;
  font-size: .75em;
  padding: .5em 1em;
  min-width: 11.25em;
  text-align: center;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 666;
}

html {
  height: 100%;
}

html.no_scrollable body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  padding-top: 5em;
  position: relative;
}

body.has_hero {
  padding-top: 0;
}

.page {
  padding: 0 0 10em;
}

#footer {
  bottom: 0;
  height: 10em;
  left: 0;
  position: absolute;
  width: 100%;
}

.wrapper {
  margin: 0 1.25em;
}

/*
* >> Tablet
 */
@media screen and (min-width: 48em) {
  body {
    padding-top: 7.5em;
  }
  .wrapper {
    margin: 0 2.5em;
  }
}

@media screen and (min-width: 64em) {
  .content_group {
    display: table;
    width: 100%;
  }
  .content_mod {
    display: table-cell;
    width: 50%;
  }
  .content_mod .wrapper {
    width: initial !important;
    margin: 0;
    max-width: 27.5rem;
    margin: 0 2.5rem 0 auto;
  }
  .content_mod + .content_mod .wrapper {
    margin: 0 auto 0 2.5rem;
  }
}

/*
* >> Desktop
 */
@media screen and (min-width: 75em) {
  .wrapper {
    margin: 0 auto;
    width: 70em;
  }
  .content_mod .wrapper {
    margin: 0 5rem 0 auto;
  }
  .content_mod + .content_mod .wrapper {
    margin: 0 auto 0 5rem;
  }
}

/*
* #INDEX
*
* HEADER
* Navigation
* - Landscape mobiles
* - Tablet++ view
*/
/*
* > HEADER
 */
#header {
  height: 5em;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color ease-in 0.5s, box-shadow ease-in 0.5s;
  width: 100%;
  z-index: 10;
}

#header.is_sticky {
  background: #0096DB !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.service_page #header,
.legal_page #header,
.contact_page #header,
.who_we_are #header,
.products_page #header,
.page_404 #header {
  background: #fff;
}

#header .wrapper {
  height: 100%;
}

.brand {
  background: url("../img/layout/logo-8kdata.svg") left top no-repeat;
  border: 0;
  display: inline-block;
  height: 0;
  left: 1.25em;
  overflow: hidden;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 127px;
  z-index: 11;
}

.homepage .brand {
  background: url("../img/layout/logo-8kdata-alt.svg") left top no-repeat;
}

.product_page .brand,
#header.is_sticky .brand {
  background: url("../img/layout/logo-8kdata-alt.svg") left bottom no-repeat;
}

/*
* >> Tablet
 */
@media screen and (min-width: 48em) {
  #header {
    height: 7.5em;
    text-align: right;
  }
  #header .wrapper {
    position: relative;
  }
  .brand {
    left: 0;
  }
}

/*
* >> Pages
*/
/*
* #INDEX
 */
/*
* > HOME
* >> Menu
 */
@media screen and (min-width: 48em) {
  .homepage .menu > .menu_item {
    color: #fff;
  }
  .homepage .main_menu .menu_item_button {
    border-color: #fff;
  }
}

/*
* >> Hero
 */
.homepage .hero {
  background: url("../img/layout/hero-background-base.png") center bottom repeat-x;
  background-size: auto 100%;
  height: 35em;
  position: relative;
  text-align: center;
  z-index: 1;
}

.homepage .hero::before {
  background: url("../img/layout/hero-background.png") center bottom no-repeat;
  background-size: auto 100%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.homepage .hero_content {
  padding-top: 12.5em;
  position: relative;
  z-index: 3;
}

.homepage .main_cta {
  margin-top: 1.25em;
}

/*
* >> Content sections
 */
.content_section {
  padding: 2.5em 0 5em;
}

.content_section .title {
  margin: 0;
}

.content_section .content {
  padding-top: 2.5em;
}

@media screen and (min-width: 48em) {
  .content_section {
    padding: 5em 0 10em;
  }
  .content_section .content {
    padding-top: 5em;
  }
}

.why {
  text-align: center;
}

.why .br {
  display: inline;
}

.why .content {
  margin: 0 auto;
  max-width: 30em;
}

.why .content .ico {
  background: url("../img/layout/ico-why.png") left top no-repeat;
  background-size: 320px 80px;
  border-radius: 3px;
  display: block;
  height: 5rem;
  margin: 0 auto 1.25rem auto;
  width: 5rem;
}

.why .content .ico.icon_love {
  background-position: -80px top;
}

.why .content .ico.icon_flexible {
  background-position: 0px top;
}

.why .content .ico.icon_service {
  background-position: -160px top;
}

.why .content .ico.icon_risk {
  background-position: -240px top;
}

.why .content .title {
  margin-bottom: 1.25rem;
  position: relative;
}

.why .item + .item {
  margin-top: 5em;
}

@media screen and (min-width: 48em) {
  .why .content {
    max-width: 100%;
  }
  .why .content .title::before {
    margin-left: 0;
  }
  .why .item {
    display: inline-block;
    margin-bottom: 2.5em;
    vertical-align: top;
    width: 300px;
    width: 44.44444%;
  }
  .why .item:nth-child(2n) {
    margin-left: 2.5em;
  }
  .why .item + .item {
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .why .br {
    display: block;
  }
  .why .item {
    position: relative;
  }
  .why .content .ico {
    left: 0;
    position: absolute;
    top: 0;
  }
  .why .content .title {
    min-height: 5rem;
    padding-left: 6.25rem;
  }
}

.how {
  background: rgba(0, 150, 219, 0.07);
  text-align: center;
}

.how .content {
  margin: 0 auto;
  max-width: 20em;
}

.how .item + .item {
  margin-top: 5rem;
}

.how .item_title {
  margin-bottom: 0.625rem;
}

.how .ico {
  background: url("../img/layout/ico-how.svg") left top no-repeat;
  display: block;
  height: 15rem;
  margin: 0 auto 2.5rem;
  width: 15rem;
}

.how .ico.icon_premium {
  background-position: 0px top;
}

.how .ico.icon_customer {
  background-position: -240px top;
}

.how .ico.icon_transparency {
  background-position: -480px top;
}

@media screen and (min-width: 37.5em) {
  .how .content {
    max-width: 37.5em;
  }
  .how .item {
    display: inline-block;
    min-height: 15rem;
    padding: 0 0 0 17.5em;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
  .how .item:nth-child(2) {
    padding: 0 17.5em 0 0;
    text-align: right;
  }
  .how .item:nth-child(2) .ico {
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .how .ico {
    left: 0;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 48em) {
  .how .content {
    max-width: 40em;
  }
  .how .item {
    padding: 0 0 0 20em;
  }
  .how .item:nth-child(2) {
    padding: 0 20em 0 0;
  }
}

@media screen and (min-width: 75em) {
  .how .content {
    max-width: 100%;
  }
  .how .content .item {
    padding: 0;
    text-align: center;
    width: 28.57143%;
  }
  .how .content .item + .item {
    margin-left: 4.6875rem;
    margin-top: 0;
  }
  .how .content .item .ico {
    position: static;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}

.text_replacement .text_replaced {
  display: inline-block;
  overflow: hidden;
  width: 0;
}

.text_replacement.love::before {
  color: #D32E00;
  content: '❤︎';
  font-family: sans-serif;
}

.text_replacement.twitter::before {
  content: '';
  background: url("../img/layout/ico-follow-us.svg") center center no-repeat;
  background-size: 90%;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
}

.slick-arrow::before {
  background: url("../img/layout/ico-carousel.svg") left center no-repeat;
  content: '';
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  z-index: 4;
}

.slick-next::before {
  background-position: right center;
}

.our_customers {
  overflow: hidden;
  text-align: center;
}

.our_customers .carousel .item {
  height: auto;
  text-align: center;
}

.our_customers .carousel .customer_item {
  margin: 0 auto;
  max-width: 20em;
  width: 100%;
}

.our_customers .carousel.is_inactive .customer_item + .customer_item {
  margin-top: 2.5em;
}

@media screen and (min-width: 37.5em) {
  .our_customers .carousel.is_inactive .customer_item {
    margin: 0 1.25em 2.5em;
  }
  .our_customers .carousel.is_inactive .customer_item + .customer_item {
    margin-top: 0;
  }
}

@media screen and (min-width: 75em) {
  .our_customers .carousel.is_inactive .customer_item {
    margin: 0 1.25em 0;
  }
}

.lets_talk {
  background: url("../img/layout/ico-section-patch.svg") left top no-repeat #0096DB;
  background-size: 110% auto;
  padding-top: 6.25rem;
  position: relative;
  text-align: center;
}

.lets_talk::before {
  background: url("../img/layout/ico-coffee.svg") center center no-repeat #006EC0;
  background-size: 60%;
  border-radius: 50%;
  content: '';
  height: 7.5rem;
  left: 50%;
  position: absolute;
  top: -2.5rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5rem;
}

.lets_talk .section_title {
  color: #fff;
}

.lets_talk .text {
  color: #fff;
}

.lets_talk .content {
  padding-top: 2.5rem;
}

@media screen and (min-width: 48em) {
  .lets_talk {
    padding-top: 10rem;
  }
  .lets_talk::before {
    background-size: initial;
    height: 10rem;
    width: 10rem;
  }
}

.section_title.section_icon::before {
  content: '';
  display: block;
  height: 10rem;
  margin: 0 auto;
  width: 10rem;
}

.subscribe {
  text-align: center;
}

.subscribe .section_icon::before {
  background: url("../img/layout/ico-common-mods.svg") left top no-repeat;
}

.subscribe .content {
  padding: 0;
}

.subscribe .field_wrapper {
  height: 5rem;
  margin: 0 auto;
  max-width: 25rem;
  overflow: hidden;
  position: relative;
}

.subscribe .field_wrapper .field_email {
  background: #eaeaea;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  font: inherit;
  height: 100%;
  outline: none;
  padding: 0 5rem 0 0.625rem;
  position: relative;
  width: 100%;
  z-index: 6;
}

.subscribe .field_wrapper .field_submit {
  background: url("../img/layout/ico-smile.svg") center center no-repeat #ff6e00;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 0;
  outline: none;
  overflow: hidden;
  padding: 4.375rem 0 0;
  position: absolute;
  right: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color ease-in 0.5s;
  width: 4.375rem;
  z-index: 7;
}

.subscribe .field_wrapper .field_submit:focus, .subscribe .field_wrapper .field_submit:active {
  background-color: #006EC0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  margin-top: 1px;
}

.subscribe .status_message {
  background: #fff;
  border: 1px solid #565759;
  border-radius: 3px;
  bottom: 0;
  color: #565759;
  left: 50%;
  max-width: 20rem;
  opacity: 0;
  padding: 0.625rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: bottom ease-in 1s, opacity ease-in 1s;
  width: 100%;
}

.subscribe .status_message::before, .subscribe .status_message::after {
  border: 6px solid transparent;
  border-bottom-color: #565759;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.subscribe .status_message::after {
  border-bottom-color: #fff;
  top: -11px;
}

.subscribe .has_status .field_wrapper {
  overflow: visible;
}

.subscribe .has_errors .status_message {
  border: 1px solid #D32E00;
  bottom: -4.375rem;
  color: #D32E00;
  opacity: 1;
}

.subscribe .has_errors .status_message::before {
  border-bottom-color: #D32E00;
}

.subscribe .existing_email .status_message {
  border: 1px solid #ababac;
  bottom: -4.375rem;
  color: #565759;
  opacity: 1;
}

.subscribe .existing_email .status_message::before {
  border-bottom-color: #ababac;
}

.subscribe .subscribed_ok .status_message {
  border: 1px solid #0096DB;
  bottom: -4.375rem;
  color: #006EC0;
  opacity: 1;
}

.subscribe .subscribed_ok .status_message::before {
  border-bottom-color: #0096DB;
}

.follow_us {
  border-top: 1px solid #d5d5d6;
  text-align: center;
}

.follow_us .section_icon::before {
  background: url("../img/layout/ico-common-mods.svg") right top no-repeat;
}

.follow_us .content {
  padding: 0;
}

.follow_us .item {
  display: inline-block;
  margin: 0 1.25rem 2.5rem;
  vertical-align: top;
}

.follow_us .network {
  background: url("../img/layout/ico-social.svg") left top no-repeat;
  border-radius: 3px;
  display: inline-block;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 5rem;
  width: 5rem;
}

.follow_us .network.twitter {
  background-color: #55ACEE;
  background-position: 0px top;
}

.follow_us .network.facebook {
  background-color: #3B5998;
  background-position: -80px top;
}

.follow_us .network.linkedin {
  background-color: #007BB5;
  background-position: -160px top;
}

.follow_us .network.github {
  background-color: #333;
  background-position: -240px top;
}

@media screen and (min-width: 64em) {
  .follow_us {
    border-top: none;
  }
}

.customer_item {
  max-width: 100%;
}

/*
* #INDEX
 */
/*
* > LEGAL PAGES
 */
.legal_page {
  background: #e6e6e6;
  background: linear-gradient(to bottom, #e6e6e6 0%, white 100%) no-repeat;
}

.legal_page .header::before {
  width: 7.5rem;
  height: 7.5rem;
  content: '';
  border-radius: 50%;
  display: block;
  margin: 5rem auto -2.5rem;
  background: url("../img/layout/ico-cookies.svg") center center no-repeat #006EC0;
}

.legal_text {
  padding-bottom: 5rem;
}

.legal_text a {
  color: #0096DB;
}

@media screen and (min-width: 48em) {
  .legal_page .header::before {
    width: 10rem;
    height: 10rem;
  }
  .legal_text {
    padding-bottom: 10rem;
  }
}

/*
* #INDEX
 */
/*
* > Products
 */
.products_page {
  background: #e6e6e6;
  background: linear-gradient(to bottom, #e6e6e6 0%, white 100%) no-repeat;
}

/*
* >> Products list
 */
.products_list {
  text-align: center;
}

.product_item {
  background: #fff;
  max-width: 25rem;
  margin: 0 auto;
}

.product_item + .product_item {
  margin-top: 2.5rem;
}

.product_item_link {
  display: block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border: 4px solid #fff;
  border-radius: 3px;
  transition: box-shadow ease-in 0.5s;
}

.product_item_link:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.product_item_brand_container {
  background: #0096DB;
  background: linear-gradient(to bottom, #0096DB 0%, #006EC0 100%);
}

.product_torodb .product_item_brand_container {
  background: #0096DB;
  background: linear-gradient(to bottom, #0096DB 0%, #183c89 100%);
}

.product_bigtoro .product_item_brand_container {
  background: #ff6e00;
  background: linear-gradient(to bottom, #ff6e00 0%, #D32E00 100%);
}

.product_item_brand {
  max-width: 100%;
}

.product_item_data {
  padding: 1.25rem;
}

.product_item_title {
  margin: 0;
}

.product_item_text {
  margin: 0;
  line-height: 1.66667rem;
  min-height: 5rem;
}

@media screen and (min-width: 48em) {
  .product_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.25rem 2.5rem;
  }
  .product_item + .product_item {
    margin-top: 0;
  }
}

/*
* > Product hero
*/
.product_page .hero {
  background: #0096DB;
  background: linear-gradient(to bottom, #0096DB 0%, #006EC0 100%);
}

.product_page .product_brand {
  width: 100%;
}

.product_page .hero_description {
  margin: 0 auto;
  max-width: 33rem;
}

.product_page.bigtoro .hero {
  background: #ff6e00;
  background: linear-gradient(to bottom, #ff6e00 0%, #D32E00 100%);
}

.product_page.torodb .hero {
  background: #0096DB;
  background: linear-gradient(to bottom, #0096DB 0%, #183c89 100%);
}

/*
* > Product How
 */
.product_page .how .ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 8px solid #0096DB;
}

.product_page.bigtoro .how {
  background: #ffe9d9;
  background: linear-gradient(to bottom, #ffe9d9 0%, #fff 80%);
}

.product_page.bigtoro .how .ico {
  border-color: #ff6e00;
}

.product_page.torodb .how {
  background: #d9effa;
}

/*
* > Document viewer
 */
.content_section.document .document_viewer {
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: block;
  height: 30rem;
  margin: 0 auto;
  width: 100%;
}

.content_section.document .action {
  text-align: right;
  padding: 1.25rem 0;
}

/*
* > Product video
 */
.product_video {
  background: #ddddde;
  background: linear-gradient(to bottom, #eeeeee 0%, #fff 100%);
}

.product_video_container {
  margin: 0 auto;
  max-width: 40.625rem;
}

.product_video_player {
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: block;
}

/*
* > Product features
 */
/*
* #INDEX
 */
/*
* > SERVICES
 */
.service_page.consulting .content_section .description .text {
  margin-bottom: 1rem;
}

.header {
  background: #ddddde;
  background: linear-gradient(to bottom, #eeeeee 0%, #fff 100%);
  text-align: center;
}

.header .description {
  margin: 0 auto;
  max-width: 37.5rem;
}

.service_page .plans {
  background: #f3f3f3;
}

.service_page .plans_list {
  text-align: center;
}

.service_page .plan_item {
  background: #fff;
  background: linear-gradient(to bottom, #fff 30%, #f3f3f3 80%);
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 auto;
  transition: border-color ease-in 0.25s, box-shadow ease-in 0.5s;
  vertical-align: top;
  width: 16.25rem;
}

.service_page .plan_item:hover {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}

.service_page .plan_item + .plan_item {
  margin-top: 2.5rem;
}

.service_page .plan_item_title {
  padding: 0.3125rem;
  text-align: center;
}

.service_page .plan_title {
  background: #0096DB;
  background: #e2e2e2;
  border-radius: 3px;
  border-top: 5px solid #0096DB;
  overflow: hidden;
  padding: 1.25rem 0;
  position: relative;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.service_page .plan_item_content {
  margin-top: 1.25rem;
}

.service_page .plan_advantages {
  list-style: none;
  margin: 0 0 2.5rem;
  padding-right: 0.625rem;
  text-align: left;
}

.service_page .plan_advantange_item {
  position: relative;
}

.service_page .plan_advantange_item::before {
  background: url("../img/layout/plan-bullet.svg") center center no-repeat;
  content: '';
  height: 12px;
  left: -1em;
  position: absolute;
  top: .45em;
  width: 7px;
}

.service_page .plan_advantange_item + .plan_advantange_item {
  margin-top: 1.25rem;
}

.service_page .plan_price_section {
  border: 1px solid #ddddde;
  color: #0096DB;
  display: inline-block;
  margin-bottom: -0.625rem;
  padding: 0.625rem 1.25rem;
}

.service_page .plan_price {
  font-size: 2.25em;
  font-weight: 600;
  margin: 0;
}

.service_page .plan_conditions {
  margin-top: -.25em;
}

.service_page .plan_action {
  text-align: center;
}

.service_page .plan_button {
  background: #ff6e00;
  background: linear-gradient(to bottom, #ff6e00, #D32E00 200%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  display: block;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 2.5rem;
  line-height: 3rem;
  margin: 0 1.25rem 0;
  position: relative;
  top: 0rem;
}

.service_page .plan_button:hover {
  background: linear-gradient(to bottom, #ff6e00, #D32E00 150%);
}

@media screen and (min-width: 40.3125em) {
  .service_page .plan_item {
    display: inline-block;
    margin: 0 1.25rem 2.5rem;
    width: 16.25rem;
  }
  .service_page .plan_item + .plan_item {
    margin-top: 0;
  }
}

/*
* >> Plans extra
 */
.services_information {
  margin: 1.25rem 0 0;
  text-align: center;
}

.services_information_alert {
  border: 1px solid #e6e6e6;
  margin: 3.75rem auto -2.5rem;
  max-width: 37.5rem;
}

.services_information_alert .services_information_note {
  padding: 0 1.25rem;
  font-size: .85em;
  line-height: 1.25rem;
}

.services_information_alert.language .services_information_note {
  padding-left: 2.5rem;
  position: relative;
  min-height: 2.5rem;
  max-width: 80%;
  margin: 1em auto;
  text-align: left;
}

.services_information_alert.language .services_information_note::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  content: '';
  border-radius: 3px;
  display: block;
  height: 1.66667rem;
  margin: 0 auto .5em;
  vertical-align: middle;
  width: 1.66667rem;
}

.services_information_alert.language.spanish .services_information_note::before {
  background: url("../img/layout/flag-spanish.svg") center center no-repeat;
  background-size: 110%;
}

@media screen and (min-width: 48em) {
  .services_information_alert {
    margin: 3.75rem auto -7.5rem;
  }
}

/*
* #INDEX
 */
/*
* > CONTACT
 */
.contact_page .content {
  padding-top: 1.66667rem;
}

@media screen and (min-width: 64em) {
  .contact_page .content_group {
    border-top: 1px solid #d5d5d6;
  }
  .contact_page .content_group.content_group_contact {
    border-top: 0;
  }
  .contact_page .content_group.content_group_contact .content_mod + .content_mod {
    padding-left: 2.5rem;
    width: 30.27344%;
  }
}

/*
* >> Contact form
 */
.contact_form {
  padding-bottom: 1.25rem;
}

.contact_form_container {
  border-top: 1px dashed #ababac;
  margin-top: -5rem;
  padding-top: 2.5rem;
}

@media screen and (min-width: 48em) {
  .contact_form_container {
    margin-top: -10rem;
  }
}

@media screen and (min-width: 64em) {
  .content_group_contact .content_section {
    padding-top: 0;
  }
  .contact_form_container {
    margin-top: 0;
  }
}

/*
* >> Find us
 */
.find_us {
  padding-top: 0;
}

.find_us_container {
  border: 1px dashed #80cbed;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 30rem;
  padding: 1.25rem;
}

.find_us_map_item {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  height: 25rem;
  width: 100%;
}

.address_container {
  padding: 1.25rem 0;
}

.also_on {
  margin-top: 2.5rem;
}

.also_on_item + .also_on_item {
  margin-top: 1.25rem;
}

.also_on_item_link {
  color: #006EC0;
}

.also_on_item_link::before {
  background: url("../img/layout/ico-contact.svg") left top no-repeat #006EC0;
  border-radius: 3px;
  content: '';
  display: inline-block;
  height: 2.5rem;
  margin-right: .5em;
  vertical-align: middle;
  width: 2.5rem;
}

.also_on_item_link.phone::before {
  background-position: -80px center;
}

.also_on_item_link.linkedin::before {
  background-position: 0px center;
}

.also_on_item_link.twitter::before {
  background-position: -40px center;
}

@media screen and (min-width: 23.4375em) {
  .also_on {
    display: table;
    width: 100%;
  }
  .also_on_item {
    display: table-cell;
    text-align: center;
    width: 100%/3;
  }
  .also_on_item + .also_on_item {
    border-left: 1px solid #d9effa;
  }
  .also_on_item_link {
    font-size: 10px;
  }
  .also_on_item_link::before {
    display: block;
    margin: 0 auto .5em;
  }
}

@media screen and (min-width: 31.25em) {
  .also_on_item_link {
    font-size: 13px;
  }
  .also_on_item_link::before {
    display: block;
    margin: 0 auto .75em;
  }
}

/*
* #INDEX
 */
/*
* > THE TEAM
 */
.the_team {
  text-align: center;
  margin-bottom: 2.5rem;
  box-shadow: 0 0 5px rgba(86, 87, 89, 0.5);
  position: relative;
  display: inline-block;
}

.the_team::after {
  position: absolute;
  background: url("../img/team/8kteam2.jpg") left top no-repeat;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: opacity ease-in 0.25s;
}

.the_team:hover::after {
  opacity: 1;
}

.the_team_img {
  max-width: 100%;
  position: relative;
  z-index: 8;
}

/*
* #INDEX
 */
/*
* > 404
 */
.page_404 {
  background: #e6e6e6;
  background: linear-gradient(to bottom, #e6e6e6 0%, white 75%) no-repeat;
}

.page_404_content {
  text-align: center;
}

.sitting_bull {
  margin: 3.75rem 0 8.75rem;
  position: relative;
}

.sitting_bull::before {
  background: url("../img/layout/sitting-bull.png") center center no-repeat;
  background-size: auto 100%;
  content: '';
  display: block;
  height: 12.5rem;
}

.sitting_bull::after {
  background: url("../img/layout/ico-balloon.svg") center center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  color: #0096DB;
  content: '404!';
  font-family: "Bree Serif", arial, sans-serif;
  font-size: 1.5625em;
  height: 3.375em;
  left: 50%;
  margin: -3.51562em 0 0 3.75em;
  padding-top: 0.78125em;
  position: absolute;
  top: 6.25rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.90625em;
}

.siting_bull_says {
  margin: 0;
}

.sitting_bull_message {
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 19.375rem;
}

.sitting_bull_message_item {
  margin: 0 0 .25em;
}

.siting_bull_says_author {
  font-size: 0.875rem;
  font-weight: 300;
}

@media screen and (min-width: 23.4375em) {
  .sitting_bull {
    margin: 7.5rem 0 7.5rem;
  }
  .sitting_bull::before {
    height: 14.28571rem;
  }
  .sitting_bull::after {
    font-size: 1.875em;
    margin: -3.98438em 0 0 3.125em;
  }
  .sitting_bull_message {
    font-size: 1.125em;
    max-width: 15.625rem;
  }
}

@media screen and (min-width: 48em) {
  .sitting_bull {
    margin: 10rem 0 7.5rem;
  }
  .sitting_bull::before {
    height: 20.3125rem;
  }
  .sitting_bull::after {
    font-size: 2em;
    margin: -3.75em 0 0 3.75em;
  }
  .sitting_bull_message {
    font-size: 1.5em;
    max-width: 20.625rem;
  }
}

@media screen and (min-width: 68.75em) {
  .sitting_bull {
    margin: 12.5rem 0 7.5rem;
  }
}

@media screen and (min-width: 75em) {
  .sitting_bull {
    margin: 15rem 0 7.5rem;
  }
}

/*
* >> Vendor
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/layout/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
