.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  height: 100%;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.5px;
}

h3 {
  margin-top: 9px;
  margin-bottom: 6px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 9px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  color: #db0000;
  text-decoration: none;
}

a:hover {
  color: #2469e0;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

li {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contain {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 20px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.contain.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  padding-bottom: 0px;
  background-image: none;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #db0000;
}

.nav-link.w--current {
  color: #e90000;
}

.social-link {
  padding: 4px 6px;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.social-link:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100%;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/rainbow_rule_3h.png');
  background-position: 0% 100%;
  background-repeat: repeat-x;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.logo-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo-link.w--current {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.headiing-section {
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

.icon {
  display: none;
}

.cols-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -9px;
  margin-left: -9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols-aligned.all-the-best {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col1 {
  padding-right: 12px;
  padding-left: 0px;
}

.col1.pic-right {
  padding-right: 0px;
}

.col2 {
  min-height: 12px;
  padding-right: 0px;
  padding-left: 12px;
}

.col2.pic-left {
  padding-left: 0px;
}

.text-block-left {
  padding-right: 30px;
  padding-left: 12px;
}

.text-block-right {
  padding-right: 12px;
  padding-left: 30px;
}

.section-panarama {
  margin-top: 40px;
  margin-bottom: 40px;
}

.panarama-shopping {
  height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/PAN09-8064.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rainbow-vertical {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.horizontal-pic {
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.full-width-description {
  margin-top: 12px;
  margin-bottom: 40px;
  padding-top: 0px;
}

.button {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 20%;
  margin: 36px auto 20px;
  padding: 3px 13px;
  border: 1px solid #eb0000;
  border-radius: 9px;
  background-color: #db0000;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.button:hover {
  width: 21%;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-color: #eb0000;
  background-color: #fff;
  color: #db0000;
}

.button.button-50 {
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-color: #868686;
  background-color: #db0000;
  line-height: 22px;
}

.button.button-50:hover {
  background-color: #fff;
  color: #db0000;
}

.button.button-left {
  display: inline-block;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
  background-color: #868686;
}

.button.button-left:hover {
  background-color: #db0000;
  color: #fff;
}

.button.medium {
  display: inline-block;
  width: auto;
  margin-top: 24px;
  border-color: #868686;
  background-color: #db0000;
  font-size: 16px;
}

.button.medium:hover {
  padding-right: 13px;
  padding-left: 13px;
  border-color: #db0000;
  background-color: #fff;
}

.button.button-75 {
  width: 75%;
}

.panarama-garden {
  height: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/garden_pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sp20 {
  height: 20px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 11px;
  background-color: #f7f7f7;
  background-image: url('../images/rainbow_rule_3h.png');
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

.footer-header {
  margin-bottom: 22px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.25em;
}

.footer-columns-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-logo-image {
  width: 75px;
}

.footer-logo-image.w--current {
  width: 45%;
}

.register {
  margin-top: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
  font-size: 9px;
  line-height: 12px;
  font-weight: 300;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-col.office {
  width: 30%;
  padding-right: 63px;
}

.footer-col.apps {
  display: block;
  width: 25%;
}

.footer-link {
  margin-bottom: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: #db0000;
}

.container {
  border-left: 1px none #7c7c7c;
}

.address {
  margin-bottom: 12px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.app-image {
  display: block;
  margin-bottom: 9px;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.app-image:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sp10 {
  height: 10px;
}

.content {
  display: block;
  margin-top: 0px;
  padding: 30px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.slider {
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-1 {
  position: relative;
  background-color: #d7d8d6;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-2 {
  overflow: hidden;
  background-image: url('../images/slide_DAH16-21360.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.slide-text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 9px;
  padding-bottom: 36px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.scroll-text.red {
  color: #d51d10;
}

.slide-nav {
  display: none;
}

.we-color {
  display: block;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 7em;
  line-height: 7em;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.we-color.spanish {
  color: #fff;
  font-size: 6em;
  text-shadow: none;
}

.we-color.korean {
  color: #fff;
  text-shadow: none;
}

.we-color.red {
  color: #e41102;
  text-shadow: 0 -6px 8px #fff, 0 8px 11px #fff;
}

.we-color.dutch {
  color: #fff;
  font-size: 6.5em;
  text-shadow: none;
}

.we-color.german {
  font-size: 6em;
}

.we-color.french {
  font-size: 6em;
}

.we-color.russian {
  font-size: 6.5em;
}

.we-color.on-map {
  display: none;
  color: #e42012;
  font-size: 6em;
}

.slide-3 {
  overflow: hidden;
}

.scroll-arrow {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 7px;
}

.more-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/slide_DAH16-21360.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-section {
  position: relative;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.img-block-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/20200203_154447_1600x990.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/slide_BFP11-11244.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-5 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/slide_pics_0009_Layer-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-6 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/slide_IMG_0140.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/Map_1600x990.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-1.bw {
  background-image: url('../images/map_BW.jpg'), url('../images/world-on-white.png');
  background-position: 50% 0%, 50% 20%;
  background-size: auto, 1400px;
  background-repeat: repeat, no-repeat;
}

.img-block-7 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/slide_BCL_Trials.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-8 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/slide_pics_0003_Layer-17.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-container {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
}

.social-icon-block {
  margin-left: 31px;
}

.social-link-footer {
  margin-right: 9px;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.social-link-footer:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer-logo-link {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-logo-block {
  width: 20%;
  padding-left: 0px;
  border-left: 1px solid #9c9c9c;
  text-align: center;
}

.social-footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.company-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.region-link {
  display: block;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.region-link:hover {
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
  color: #db0000;
}

.full-width {
  width: 100%;
}

.company-cols {
  margin-top: 21px;
}

.company-col1 {
  padding-left: 0px;
}

.company-logo {
  margin-bottom: 16px;
}

.company-logo.wave {
  margin-right: 17px;
}

.company-back-link {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.company-back-link:hover {
  margin-left: -4px;
  color: #db0000;
}

.back-arrow {
  position: relative;
  top: -8px;
  display: inline-block;
}

.company-text-back {
  display: inline-block;
  padding-left: 10px;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.content-home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.photo-block {
  height: auto;
}

.companies-map-block {
  display: block;
  max-height: 700px;
  max-width: 1200px;
  min-height: 400px;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 7px;
  margin-left: 7px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #acacac;
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  text-align: center;
}

.tab-link:hover {
  background-color: #838080;
  color: #fff;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  margin-left: 7px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #db0000;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-pane {
  margin-top: 9px;
  padding-top: 11px;
  padding-right: 1%;
  padding-left: 1%;
  border-top: 1px solid #c7c7c7;
}

.tabs-pane.europe {
  padding-left: 34%;
}

.tabs-pane.oceania {
  padding-left: 84%;
}

.tabs-pane.africa {
  padding-left: 68%;
}

.tabs-pane.asia {
  padding-left: 50.5%;
}

.tabs-pane.central-america {
  padding-left: 17%;
}

.tabs {
  width: 100%;
}

.hint {
  width: 90%;
  margin-top: 7px;
  margin-bottom: 18px;
}

.pressdate {
  margin-bottom: 14px;
}

.presstitle {
  display: block;
  margin-top: 1px;
  margin-bottom: 2px;
  font-size: 15px;
}

.faq h3 {
  margin-top: 18px;
  margin-bottom: 11px;
}

.faq p {
  margin-left: 50px;
  padding-left: 20px;
  border-left: 1px dotted #db0000;
  line-height: 24px;
}

.faq a {
  border-bottom: 1px none #db0000;
  color: #db0000;
}

.faq a:hover {
  color: #db0000;
}

.contact-countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-contact {
  display: block;
  border-radius: 6px;
  background-color: #868686;
  text-align: center;
}

.button-contact:hover {
  background-color: #eb0000;
  color: #fff;
}

.link-block {
  position: relative;
  display: inline-block;
}

.link-block:hover {
  background-color: #fff;
  color: #db0000;
}

.title-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #397bad;
  background-image: url('../images/Button_bkg_red3.jpg'), url('../images/Button_bkg_white.jpg'), url('../images/button_bkg_red.jpg');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.title-box:hover {
  background-color: #db0000;
  color: #db0000;
}

.title-box.b1 {
  padding-top: 36px;
  border-style: none;
  background-color: #db0000;
  background-image: url('../images/b1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.title-box.b1:hover {
  background-image: url('../images/b1_dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.title-box.b2 {
  padding: 20px;
  background-color: #db0000;
  background-image: url('../images/b2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.title-box.b2:hover {
  background-image: url('../images/b2_dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.title-box.b3 {
  background-color: #db0000;
  background-image: url('../images/b3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.title-box.b3:hover {
  background-image: url('../images/b3_dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.title-box.b4 {
  background-color: #db0000;
  background-image: url('../images/b4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}

.title-box.b4:hover {
  background-image: url('../images/b4_dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.centered {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  line-height: 42px;
  text-align: center;
}

.box-subhead {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.icon-arrow-white {
  display: block;
  margin-right: 28px;
  margin-left: 28px;
  padding-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cols-careers {
  margin-bottom: 15px;
}

.list {
  margin-top: 10px;
}

.close-window {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 35%;
  text-align: center;
}

.close-window-link {
  position: relative;
  top: 61px;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slideshow {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 75vh;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: center;
}

.slideshow-block {
  margin-top: 80px;
}

.caption-bkg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 10px 18%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}

.caption-bkg:focus {
  border: 1px solid #db0000;
}

.slide-caption {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
}

.science-s1 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/slide_create_20180503_165515_mr1525370295059.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slideshow-nav {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.science-s3 {
  background-image: url('../images/slide_create_JoshKirshenbaum02AL2sm.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.science-s4 {
  background-image: url('../images/slide_create_HelixLab.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.science-s5 {
  background-image: url('../images/slide_create_CustDay2017_12.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.science-s6 {
  background-image: url('../images/slide_create_DSC_0809.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.science-s9 {
  background-image: url('../images/slide_create_Greenhouse.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.science-s10 {
  background-image: url('../images/slide_create_PAS17-23662.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-bkg-support {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  padding: 50px 60px;
  background-color: #000;
}

.support-s1 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/slide_support_BHC07-4240.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s3 {
  background-image: url('../images/slide_support_CustServ_33.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s4 {
  background-image: url('../images/slide_support_HumanResources.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.support-s5 {
  background-image: url('../images/slide_support_DSCF0113AnnaSamJimJeffBill.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s6 {
  background-image: url('../images/slide_support_Finance03.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s7 {
  background-image: url('../images/slide_support_image2.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s8 {
  background-image: url('../images/slide_support_iPad_WebTrack_sellsheet_SM.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-bkg-connect {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  padding: 50px 60px;
  background-color: #000;
}

.sales-s1 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/slides_sales_2014CustomerDay16.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.sales-s3 {
  background-image: url('../images/slides_sales_20190620_215956787_iOS.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s4 {
  background-image: url('../images/slide_connect_Marketing.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s5 {
  background-image: url('../images/slides_sales_BHC13-15336.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s6 {
  background-image: url('../images/slides_sales_BurpeeRetail31.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s8 {
  background-image: url('../images/slides_sales_DSC_1128GrowerTalks.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s9 {
  background-image: url('../images/slides_sales_DSC_1132JasonForceInterview.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s10 {
  background-image: url('../images/slides_sales_IMG_6709-2.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-s12 {
  background-image: url('../images/slides_sales_PASPlanningGroup2018.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro-p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.slide-bkg-deliver {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  padding: 50px 60px;
  background-color: #000;
}

.deliver-s1 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/slide_supply_greenhouse.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s2 {
  background-image: url('../images/slide_supply_DSC_1192LabTour.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s4 {
  background-image: url('../images/slide_supply_DSC_1211LabTourBeto.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s5 {
  background-image: url('../images/slide_supply_Edwin_Verheijen.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s6 {
  background-image: url('../images/slide_supply_flAVATAR_03.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s8 {
  background-image: url('../images/slide_supply_SeedProc01_02.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s9 {
  background-image: url('../images/slide_supply_SeedProc02_01.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s10 {
  background-image: url('../images/slide_supply_SeedProc05.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s11 {
  background-image: url('../images/slide_supply_ToddCavins2016_01.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-arrow:focus {
  border: 1px solid #db0000;
}

.right-arrow:focus {
  border: 1px solid #db0000;
}

.ball-logo-white {
  position: absolute;
  left: 19%;
  top: 108px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.leadership {
  margin-bottom: 9px;
}

.leader-text p {
  line-height: 18px;
}

.paragraph {
  line-height: 22px;
}

.badge {
  margin-right: 16px;
  float: left;
}

.cols-aligned-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -9px;
  margin-left: -9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-s9 {
  background-image: url('../images/slide_support_Mailroom.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s10 {
  background-image: url('../images/slide_support_IT.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.support-s11 {
  background-image: url('../images/slide_support_Reception.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.deliver-s12 {
  background-image: url('../images/slide_deliver_SeedProcessing.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.color-red {
  color: #db0000;
}

.ribbons-movie {
  top: 0px;
  width: 100%;
  height: 100%;
}

.empty-div-over-slides {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  margin-top: 86px;
}

.poster {
  width: 80px;
  margin-top: 10px;
  margin-right: 12px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0 #868686;
}

.poster-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-photo-container {
  margin-right: auto;
  margin-left: auto;
}

.slide-photo-container:focus {
  border: 1px solid #db0000;
}

.sales-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.center-text {
  margin-top: 12px;
  text-align: center;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  min-height: 25px;
  margin: 8px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #db0000;
  border-radius: 15px;
}

.logo-block.text {
  width: 580px;
}

.logos-head {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 21px;
  line-height: 1.2em;
  text-align: center;
}

.button-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 16px;
  border: 1px solid #eb0000;
  border-radius: 9px;
  background-color: #db0000;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.button-2:hover {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-color: #eb0000;
  background-color: #fff;
  color: #db0000;
}

.logo-thumb {
  width: auto;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-thumb.decender {
  height: 38px;
}

.logo-packs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-pack-description {
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}

.logo-pack-heading {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.media-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 9px 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #868686;
  color: #fff;
  font-size: 32px;
  line-height: 1.4em;
  text-align: center;
}

.media-link.m-4 {
  background-image: url('../images/m-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-link.m-4:hover {
  background-image: url('../images/m-4-drk.jpg');
}

.media-link.m-1 {
  background-image: url('../images/m-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.media-link.m-1:hover {
  background-image: url('../images/m-1-drk.jpg');
}

.media-link.m-2 {
  background-image: url('../images/m-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-link.m-2:hover {
  background-image: url('../images/m-2-drk.jpg');
}

.media-link.m-3 {
  background-image: url('../images/m-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-link.m-3:hover {
  background-image: url('../images/m-3-drk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-block {
  width: 23.5%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 13px;
  margin-left: 0px;
}

.media-title {
  color: #fff;
}

.heading-5 {
  font-size: 29px;
}

.intro {
  font-size: 15px;
}

.form-block {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  margin-bottom: 6px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  line-height: 1.5em;
}

.text-field:focus {
  border: 1px solid #db0000;
  background-color: #f3f3f3;
}

.text-field::-webkit-input-placeholder {
  color: rgba(36, 105, 224, 0.95);
  font-size: 14px;
}

.text-field:-ms-input-placeholder {
  color: rgba(36, 105, 224, 0.95);
  font-size: 14px;
}

.text-field::-ms-input-placeholder {
  color: rgba(36, 105, 224, 0.95);
  font-size: 14px;
}

.text-field::placeholder {
  color: rgba(36, 105, 224, 0.95);
  font-size: 14px;
}

.captcha {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-text {
  font-size: 15px;
  line-height: 1.6em;
}

.button-submit {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 5px;
  background-color: #db0000;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
}

.button-submit:hover {
  background-color: #444;
}

.button-submit:active {
  background-color: #d20f8a;
}

.form-error {
  color: #db0000;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
}

.giving-block {
  margin-bottom: 28px;
  padding-right: 2em;
  padding-left: 2em;
}

.giving-title {
  color: #2469e0;
  font-size: 17px;
}

.checkbox-field {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.2em;
}

.checkbox {
  margin-right: 8px;
}

.giving-text {
  font-size: 16px;
}

.giving-text-field {
  min-height: 100px;
  margin-bottom: 18px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

.giving-text-field:focus {
  border: 1px solid #db0000;
  background-color: #f3f3f3;
}

.giving-text-field::-webkit-input-placeholder {
  color: #444;
}

.giving-text-field:-ms-input-placeholder {
  color: #444;
}

.giving-text-field::-ms-input-placeholder {
  color: #444;
}

.giving-text-field::placeholder {
  color: #444;
}

.giving-label {
  margin-top: 18px;
  color: #2469e0;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel-button-2 {
  width: 45%;
  margin-bottom: 14px;
  padding: 9px;
  background-color: #868686;
  color: #fff;
  cursor: pointer;
}

.form-wrapper {
  padding-top: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
}

.body-2 {
  font-size: 15px;
  line-height: 1.4em;
}

.button-left {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin: 12px auto 12px 0px;
  padding: 3px 17px;
  border: 1px solid #eb0000;
  border-radius: 9px;
  background-color: #db0000;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.button-left:hover {
  padding-right: 18px;
  padding-left: 18px;
  border-style: solid;
  border-color: #eb0000;
  background-color: #fff;
  color: #db0000;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .contain.footer {
    padding: 12px;
  }

  .nav-link {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .social-link {
    padding-right: 6px;
    padding-left: 6px;
  }

  .navigation {
    z-index: 999;
    padding-right: 10px;
    padding-left: 12px;
  }

  .nav-menu {
    width: 85%;
    padding-top: 2px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-link.w--current {
    display: block;
  }

  .headiing-section {
    font-size: 36px;
  }

  .ball-logo-top {
    display: block;
  }

  .icon {
    padding-top: 12px;
    font-size: 37px;
    line-height: 37px;
  }

  .cols-aligned {
    margin-right: -9px;
    margin-left: -9px;
  }

  .col1 {
    padding-right: 18px;
  }

  .text-block-left {
    padding-right: 8px;
    padding-left: 20px;
  }

  .text-block-right {
    padding-right: 20px;
    padding-left: 12px;
  }

  .section-panarama {
    margin-bottom: 0px;
  }

  .panarama-shopping {
    height: 300px;
    margin-bottom: 0px;
  }

  .section-header {
    margin-top: 16px;
  }

  .panarama-garden {
    height: 400px;
    margin-bottom: 42px;
  }

  .footer {
    padding-bottom: 6px;
  }

  .footer-columns-block {
    width: 100%;
  }

  .footer-logo-image {
    width: 50px;
  }

  .register {
    line-height: 13px;
  }

  .footer-col {
    width: auto;
    margin-right: 18px;
  }

  .footer-col.office {
    width: 26%;
    margin-right: 14px;
    padding-right: 0px;
  }

  .footer-col.apps {
    width: auto;
    margin-right: 12px;
    padding-right: 0px;
  }

  .footer-link {
    font-size: 13px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .address {
    font-size: 12px;
  }

  .content {
    padding-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .slider {
    height: 50vh;
  }

  .we-color.spanish {
    font-size: 4.5em;
  }

  .we-color.korean {
    font-size: 6em;
  }

  .we-color.dutch {
    font-size: 4em;
  }

  .we-color.chinese {
    font-size: 5.5em;
  }

  .we-color.german {
    font-size: 4em;
  }

  .we-color.french {
    font-size: 4em;
  }

  .we-color.russian {
    font-size: 4.5em;
  }

  .img-block-2 {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-section {
    height: 50vh;
  }

  .img-block-3 {
    background-size: cover;
  }

  .img-block-4 {
    height: 100%;
  }

  .img-block-5 {
    height: 100%;
    background-size: cover;
  }

  .img-block-6 {
    height: 100%;
  }

  .img-block-1 {
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .img-block-7 {
    height: 100%;
  }

  .img-block-8 {
    height: 100%;
  }

  .social-icon-block {
    margin-left: 20px;
  }

  .social-link-footer {
    margin-right: 24px;
    padding-top: 0px;
    padding-bottom: 9px;
  }

  .footer-logo-link {
    margin-right: 19px;
  }

  .footer-logo-block {
    padding-left: 36px;
  }

  .social-footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .company-listing {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link.w--current {
    margin-right: 7px;
    margin-left: 7px;
  }

  .contact-countries {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .title-box {
    padding: 14px;
  }

  .title-box.b1 {
    padding: 12px;
  }

  .title-box.b2 {
    padding: 12px;
  }

  .title-box.b3 {
    padding: 12px;
  }

  .title-box.b4 {
    padding: 12px;
  }

  .centered {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .box-subhead {
    font-size: 14px;
    line-height: 19px;
  }

  .icon-arrow-white {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slideshow {
    height: 50vh;
  }

  .slide-bkg-support {
    padding: 123px 15px 25px;
  }

  .slide-bkg-connect {
    padding: 46px 15px 25px;
  }

  .slide-bkg-deliver {
    padding: 123px 15px 25px;
  }

  .ball-logo-white {
    left: 32%;
    top: 122px;
    display: none;
  }

  .cols-aligned-top {
    margin-right: -9px;
    margin-left: -9px;
  }

  .poster-block {
    margin-bottom: 20px;
  }

  .sales-photo {
    max-width: 600px;
    min-width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .logos-head {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .media-flex {
    margin-bottom: 135px;
  }

  .media-link {
    font-size: 28px;
  }

  .media-block {
    height: 250px;
  }

  .form-block {
    width: 100%;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 32px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .contain.footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-link {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #bdbdbd;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #141414;
  }

  .social-link {
    padding-right: 13px;
    padding-left: 13px;
  }

  .navigation {
    height: 80px;
    padding-left: 20px;
  }

  .nav-menu {
    width: 100%;
    background-color: #a3a2a2;
    color: #353535;
  }

  .logo-link {
    top: -8px;
    padding-top: 12px;
  }

  .headiing-section {
    font-size: 32px;
  }

  .cols-aligned {
    display: block;
  }

  .cols-aligned.all-the-best {
    display: block;
  }

  .col1 {
    padding-right: 0px;
  }

  .col2 {
    padding-left: 0px;
  }

  .text-block-right {
    margin-top: 12px;
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .panarama-shopping {
    height: 300px;
  }

  .section-header {
    margin-top: 5px;
  }

  .full-width-description {
    padding-right: 12px;
    padding-left: 12px;
  }

  .button {
    width: 45%;
  }

  .button:hover {
    width: 55%;
  }

  .panarama-garden {
    height: 300px;
  }

  .footer {
    padding-bottom: 0px;
  }

  .footer-columns-block {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .register {
    font-size: 9px;
  }

  .footer-col.office {
    width: 65%;
    margin-top: 26px;
    padding-right: 6px;
  }

  .footer-col.apps {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-col.company {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-col.resources {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content {
    padding-top: 14px;
  }

  .slider {
    height: 400px;
  }

  .mask {
    height: 350px;
  }

  .we-color.spanish {
    font-size: 3em;
  }

  .we-color.korean {
    font-size: 4.5em;
  }

  .we-color.dutch {
    font-size: 3em;
  }

  .we-color.chinese {
    font-size: 4em;
  }

  .we-color.german {
    font-size: 3em;
  }

  .we-color.french {
    font-size: 3em;
  }

  .we-color.russian {
    font-size: 3em;
  }

  .slider-section {
    height: 400px;
    padding-top: 80px;
  }

  .social-icon-block {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 0px;
  }

  .menu-button {
    margin-bottom: 4px;
    background-color: #eee;
  }

  .menu-button.w--open {
    background-color: #c7c7c7;
  }

  .menu-icon {
    padding-top: 2px;
    font-size: 40px;
    line-height: 40px;
  }

  .social-link-footer {
    margin-right: 4px;
    margin-left: 4px;
  }

  .footer-logo-block {
    width: 30%;
    margin-top: 26px;
    padding-left: 34px;
  }

  .social-footer-block {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company-listing {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .company-col1 {
    margin-bottom: 18px;
    padding-right: 0px;
  }

  .back-arrow {
    top: -6px;
  }

  .company-text-back {
    font-size: 28px;
  }

  .companies-map-block {
    display: none;
  }

  .tab-link {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }

  .tab-link.w--current {
    margin-right: 5px;
    margin-left: 5px;
  }

  .hint {
    width: 100%;
  }

  .faq p {
    margin-left: 25px;
  }

  .contact-countries {
    display: block;
    font-size: 12px;
  }

  .button-contact {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .title-box {
    padding: 10px;
  }

  .centered {
    font-size: 18px;
    line-height: 1.2em;
  }

  .box-subhead {
    font-size: 17px;
    line-height: 23px;
  }

  .cols-careers {
    margin-bottom: 0px;
  }

  .close-window {
    width: 30%;
  }

  .close-window-link {
    top: 46px;
  }

  .slideshow {
    height: 300px;
    background-color: hsla(0, 0%, 86.7%, 0.13);
  }

  .slideshow-block {
    margin-top: 60px;
  }

  .caption-bkg {
    position: absolute;
  }

  .slide-caption {
    font-size: 15px;
  }

  .science-s1 {
    background-position: 50% 0%;
  }

  .img-jobs {
    display: none;
  }

  .ball-logo-white {
    top: 105px;
    width: 50px;
  }

  .cols-aligned-top {
    display: block;
  }

  .sales-photo {
    max-width: 450px;
  }

  .center-text {
    line-height: 1.6em;
  }

  .logo-block.text {
    width: 525px;
  }

  .logos-head {
    font-size: 30px;
    line-height: 34px;
  }

  .button-2 {
    width: 45%;
  }

  .button-2:hover {
    width: 55%;
  }

  .media-flex {
    margin-bottom: 167px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media-link {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .media-block {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 14px;
  }

  .contain.footer {
    margin-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #f7f7f7;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    font-size: 16px;
  }

  .navigation {
    padding-right: 0px;
    padding-left: 20px;
  }

  .logo-link {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .headiing-section {
    margin-top: 16px;
    font-size: 30px;
    line-height: 36px;
  }

  .ball-logo-top {
    width: 55px;
  }

  .icon {
    padding-top: 0px;
    font-size: 30px;
  }

  .cols-aligned {
    display: block;
  }

  .col1 {
    padding-right: 0px;
  }

  .text-block-left {
    padding-right: 20px;
  }

  .section-panarama {
    margin-top: 0px;
  }

  .panarama-shopping {
    height: 200px;
    margin-top: 0px;
  }

  .section-header {
    margin-top: 92px;
  }

  .panarama-garden {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer {
    padding: 3px 9px 4px;
  }

  .footer-columns-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .footer-col {
    width: 50%;
  }

  .footer-col.office {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .footer-col.apps {
    margin-top: 12px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .footer-col.company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-right: 0px;
    padding-right: 9px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-col.resources {
    width: 49%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .slider {
    height: 300px;
  }

  .mask {
    height: 300px;
  }

  .we-color.spanish {
    font-size: 2em;
  }

  .we-color.korean {
    font-size: 2.5em;
  }

  .we-color.dutch {
    font-size: 1.7em;
  }

  .we-color.chinese {
    font-size: 2em;
  }

  .we-color.german {
    font-size: 2em;
  }

  .we-color.french {
    font-size: 1.7em;
  }

  .we-color.russian {
    font-size: 2em;
  }

  .slider-section {
    height: 300px;
    padding-top: 80px;
  }

  .social-link-footer {
    margin-right: 12px;
    margin-left: 12px;
  }

  .footer-logo-link {
    text-align: center;
  }

  .footer-logo-block {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-left-style: none;
  }

  .social-footer-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .back-arrow {
    top: -3px;
  }

  .company-text-back {
    font-size: 19px;
  }

  .home-img {
    margin: 6px 0px;
    padding-right: 0px;
    padding-left: 9px;
  }

  .tab-link {
    min-height: 75px;
    margin-top: 9px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .tab-link.w--current {
    margin-right: 5px;
    margin-left: 5px;
  }

  .tabs-menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .tabs-pane.europe {
    padding-left: 0%;
  }

  .tabs-pane.oceania {
    padding-left: 0%;
  }

  .tabs-pane.africa {
    padding-left: 0%;
  }

  .tabs-pane.asia {
    padding-left: 0%;
  }

  .tabs-pane.central-america {
    padding-left: 0%;
  }

  .faq p {
    margin-left: 10px;
  }

  .contact-countries:hover {
    display: block;
  }

  .title-box {
    padding: 21px;
  }

  .centered {
    margin-bottom: 14px;
  }

  .close-window {
    width: 30%;
  }

  .slideshow {
    height: 300px;
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .slideshow-block {
    margin-top: 58px;
  }

  .caption-bkg {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .slide-caption {
    font-size: 14px;
  }

  .science-s1 {
    background-position: 50% 0%;
  }

  .science-s3 {
    background-position: 50% 0%;
  }

  .icon-left {
    position: relative;
    top: -95px;
  }

  .icon-right {
    position: relative;
    top: -95px;
  }

  .ball-logo-white {
    top: 108px;
    width: 40px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .cols-aligned-top {
    display: block;
  }

  .sales-photo {
    max-width: 300px;
  }

  .logo-block.text {
    width: 280px;
  }

  .logos-head {
    margin-bottom: 14px;
  }

  .media-flex {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media-link {
    height: 100px;
    margin-bottom: 9px;
    padding-top: 9px;
    font-size: 23px;
  }

  .media-block {
    width: 90%;
    margin: 1px 11px;
  }

  .giving-block {
    padding-right: 1em;
    padding-left: 1em;
  }
}

