.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;
}

body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: 'Chelseamarket regular', sans-serif;
  color: #4e9d2d;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  font-family: 'Chelseamarket regular', sans-serif;
  color: #e2231a;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Chelseamarket regular', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  font-family: 'Chelseamarket regular', sans-serif;
  color: #4e9d2d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  font-family: 'Chelseamarket regular', sans-serif;
  color: #e2231a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Chelseamarket regular', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

a {
  color: #465968;
  text-decoration: none;
}

a:hover {
  color: #adafaf;
}

ul {
  margin-top: 0px;
  font-size: 18px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Opensans regular', sans-serif;
  line-height: 30px;
  text-align: left;
}

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

.header {
  position: relative;
  height: 350px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 28% 51%, #cbe8eb 16%, #21c6d4 87%);
  text-align: center;
}

.header.landing-header {
  background-image: none;
}

.container {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.blog-container {
  width: 65%;
}

.nav-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.circ-link {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 32px;
  float: none;
  border-radius: 50%;
  background-color: #000;
  opacity: 1;
  font-family: 'Chelseamarket regular', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.circ-link:hover {
  box-shadow: -5px 6px 9px 6px rgba(0, 0, 0, 0.5);
}

.circ-link.back-home {
  padding-top: 30px;
  background-color: #f7931e;
  line-height: 28px;
}

.circ-link.safety-circle {
  background-color: #e2231a;
  line-height: 28px;
}

.circ-link.our-story {
  background-color: #4e9d2d;
  line-height: 28px;
}

.circ-link.learn-more {
  background-color: #811010;
  line-height: 26px;
}

.circ-link.get-in-touch {
  background-color: #21c6d4;
  line-height: 26px;
}

.circ-link.farm-shop {
  background-color: #465968;
  line-height: 28px;
}

.circ-link.news-events {
  background-color: #accb48;
  line-height: 28px;
}

.circ-link.news-events.w--current {
  background-color: #accb48;
}

.circ-link.gamezone {
  background-color: #aab6bd;
  line-height: 26px;
}

.menu-button {
  position: absolute;
  background-color: transparent;
  color: #000;
}

.slider {
  display: inline-block;
  min-height: 800px;
  margin: 20px;
  background-color: transparent;
}

.slider-wrapper {
  margin-bottom: 100px;
  border: 15px dotted #e2231a;
}

.slide1 {
  display: inline-block;
  width: 100%;
}

.client-link {
  display: block;
}

.slider-image {
  width: 100%;
}

.slide-nav {
  background-color: rgba(78, 157, 45, 0.9);
}

.intro-section {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
}

.welcome-banner {
  position: relative;
  border-bottom: 10px solid #4e9d2d;
  text-align: left;
}

.farm-safety-circle {
  width: 100%;
}

.farm-safety-circle:hover {
  background-image: url('../images/circle-button.png');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.farm-safety-button {
  cursor: pointer;
}

.farm-safety-link {
  background-image: url('../images/circle-button-normal.png');
  background-position: 50% 50%;
  background-size: 180px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.farm-safety-link:hover {
  background-image: url('../images/circle-button.png');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.left-col {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
  background-color: transparent;
  text-align: left;
}

.mid-col {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.right-col {
  padding-left: 0px;
  text-align: left;
}

.coloured-box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 70px 30px;
  border-radius: 35px;
  background-color: #000;
  text-align: left;
}

.coloured-box.buy-box {
  background-color: #1496a2;
}

.coloured-box.buy-box:hover {
  box-shadow: 0 0 16px 4px #574949;
}

.coloured-box.fun-box {
  background-color: #4e9d2d;
}

.coloured-box.safety-box {
  background-color: #e2231a;
}

.coloured-box.download-box {
  background-color: #b6bd00;
}

.coloured-box.download-box:hover {
  background-color: #b6bd00;
  box-shadow: 0 0 16px 4px #574949;
}

.star-buy-image {
  display: block;
  width: 45%;
  height: auto;
  margin-right: 10px;
  float: left;
  border: 10px solid #465968;
  text-align: left;
}

.small-red-button {
  display: inline-block;
  margin: 20px auto;
  float: left;
  background-color: #e2231a;
  font-family: 'Chelseamarket regular', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.small-red-button:hover {
  background-color: #e2231a;
  box-shadow: inset 0 0 16px 6px #574949;
}

.small-red-button.enter {
  position: relative;
  top: -300px;
  z-index: 999;
  width: 65%;
  margin-bottom: 0px;
  float: none;
  clear: left;
  line-height: 40px;
}

.small-red-button.dl {
  margin-top: 0px;
  padding: 20px;
  float: right;
}

.footer {
  background-color: #fff;
}

.footer-image {
  position: relative;
  top: 5px;
  width: 100%;
  padding: 0px;
}

.footer-content {
  background-color: #23ae48;
}

.footer-heading {
  margin-bottom: 20px;
  color: #b6bd00;
  font-size: 30px;
  line-height: 40px;
}

.footer-text {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  clear: none;
  font-family: 'Opensans regular', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.footer-text.clearleft {
  width: 100%;
  float: left;
  clear: left;
}

.footer-text.address {
  width: auto;
  font-size: 20px;
  line-height: 30px;
}

.footer-links {
  color: #fff;
}

.footer-links:hover {
  color: #465968;
}

.form-wrapper {
  margin-bottom: 50px;
  clear: left;
}

.form-label {
  margin-right: 13px;
  float: left;
  font-family: 'Opensans light', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.form-label.fb-label {
  width: 50%;
  clear: left;
  color: #465968;
}

.text-field {
  width: 100%;
  font-size: 20px;
  text-align: left;
}

.text-field.fb-field {
  width: 40%;
  float: left;
}

.big-green-button {
  margin-top: 20px;
  padding: 10px;
  float: left;
  clear: left;
  background-color: #accb48;
  font-family: 'Chelseamarket regular', sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.big-green-button:hover {
  box-shadow: inset 0 0 16px 3px #574949;
}

.big-green-button.fullwidth {
  width: 100%;
  line-height: 40px;
  text-align: center;
}

.big-green-button.fullwidth:hover {
  background-color: #b6bd00;
  color: #fff;
}

.text-area {
  height: auto;
  min-height: 130px;
  font-size: 20px;
}

.icon {
  width: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  clear: left;
}

.phone-link {
  display: block;
  margin-top: 0px;
  float: left;
  font-family: 'Opensans regular', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.phone-link:hover {
  color: #465968;
}

.conditions {
  height: 50px;
  font-family: 'Opensans light', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.cloud-divide {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -21px;
  z-index: 5;
  display: block;
  width: 100%;
}

.clouds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.clouds.landing-clouds {
  top: 178px;
}

.cloud {
  width: 60%;
  margin-bottom: 20px;
  float: none;
}

.cloud2 {
  margin-bottom: 20px;
  float: left;
  clear: left;
}

.agri-logo {
  position: relative;
  top: 50px;
  z-index: 50;
  display: inline-block;
  width: 50%;
  float: left;
}

.cloud3 {
  display: inline-block;
}

.social-media {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}

.social-media-icon {
  margin-right: 5px;
}

.full-width-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: transparent;
}

.two-thirds-width-block {
  width: 66.66666%;
  max-width: 66.66666%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  float: left;
  clear: none;
  background-color: transparent;
}

.one-third-width-block {
  width: 33.33333333%;
  max-width: 33.33333%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  background-color: transparent;
}

.box-wrapper {
  margin-top: 110px;
}

.full-width-header-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tri-icon {
  position: absolute;
  left: 0px;
  top: -120px;
}

.slider-info-box {
  position: absolute;
  left: 25px;
  bottom: 0px;
  z-index: 5;
  width: 30%;
  margin-left: 50px;
  padding: 10px 10px 10px 20px;
  float: left;
  background-color: #e2231a;
  text-align: left;
}

.exp-block-header {
  padding: 20px;
  border-radius: 20px;
  background-color: #000;
}

.exp-block-header:hover {
  box-shadow: 0 0 16px 4px #574949;
}

.exp-block-header.red {
  background-color: #e2231a;
}

.exp-block-header.lime {
  background-color: #b6bd00;
}

.exp-block-header.green {
  background-color: #4e9d2d;
}

.exp-block-header.torquise {
  background-color: #21c6d4;
}

.exp-block-header.olive {
  background-color: #accb48;
}

.exp-blocks-image {
  max-width: 80%;
  float: right;
  clear: right;
  border: 10px solid #928c8c;
}

.exp-block-content {
  display: block;
  padding: 50px;
  background-color: transparent;
}

.exp-blocks-heading {
  display: block;
  padding-right: 10px;
  padding-left: 100px;
  font-family: 'Chelseamarket regular', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  text-align: left;
}

.video-block {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px 20px;
  border-radius: 30px;
  background-color: #009245;
  text-align: left;
}

.video-text {
  font-family: 'Opensans regular', sans-serif;
  color: #fff;
  font-size: 18px;
}

.video-illustrations {
  position: absolute;
  top: -65px;
  right: 30px;
}

.text-a-block {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 10px solid #4e9d2d;
}

.exp-blocks-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #f8eeee;
}

.text-a-block-wrapper {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-a-block-image {
  margin-bottom: 20px;
}

.gallery {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px 20px;
  border-radius: 30px;
  background-color: #21c6d4;
  text-align: left;
}

.gallery-illustration-left {
  position: absolute;
  left: 0px;
  top: -138px;
  display: block;
  width: 450px;
  max-width: 450px;
  min-width: 450px;
  float: left;
}

.red-barn {
  position: absolute;
  top: -49px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}

.gallery-thumbnail {
  display: block;
  width: 20%;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
  border: 5px solid #fff;
}

.columns-block-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-a-heading {
  position: absolute;
  left: 0px;
  top: -71px;
}

.video-block-wrapper {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.bgrd-container {
  height: 100%;
  background-color: #fff;
}

.welcome-banner-icon {
  position: absolute;
  top: 32px;
  right: 17px;
}

.letters {
  width: 80px;
  height: 80px;
  float: left;
}

.text-a-icon {
  position: absolute;
  top: -50px;
  right: 79px;
}

.caption {
  color: #4e9d2d;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.arrow-icon:hover {
  background-color: transparent;
  color: #e2231a;
}

.share-this-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  cursor: pointer;
}

.blog {
  width: 100%;
  float: left;
  background-color: #fff;
}

.blog-container {
  background-color: #fff;
}

.page-header {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.blog-content {
  margin: 20px -20px;
  padding-top: 10px;
  background-color: transparent;
}

.blog-content.blog-post {
  margin-bottom: 20px;
  background-color: transparent;
}

.bloglist {
  margin-bottom: 20px;
  text-align: left;
}

.blog-list-img {
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-width: 5px;
  border-color: #accb48;
  border-bottom-style: solid;
}

.date {
  border-top: 1px solid #accb48;
  font-family: 'Open Sans', sans-serif;
  color: #465968;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
}

.blog-list-txt {
  overflow: hidden;
}

.blog-list-head {
  margin-bottom: 10px;
  color: #accb48;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.paging {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-family: 'Opensans bold', sans-serif;
  color: #465968;
  letter-spacing: 4px;
}

.circ-logo {
  position: relative;
  top: -334px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.centered-conainer {
  position: static;
  top: -3px;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paging-link {
  color: #465968;
}

.paging-link:hover {
  color: #7e52ad;
}

.blog-feature-image {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-top: 8px solid #accb48;
}

.share {
  margin-top: 60%;
  border-width: 1px;
  border-color: #accb48 #465968;
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center;
}

.blogpost {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}

.socialicon {
  cursor: pointer;
}

.landing-image {
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100%;
}

.terms {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #465968;
  background-color: #fff;
}

.landing-body {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, #cbe8eb), color-stop(0, #cbe8eb), color-stop(87%, #21c6d4));
  background-image: linear-gradient(90deg, #cbe8eb 18%, #cbe8eb 0, #21c6d4 87%);
}

.form-heading {
  margin-top: -200px;
}

.readmore {
  float: right;
  color: #fff;
}

.top {
  height: 50vh;
}

.bottom {
  height: 100vh;
  background-image: url('../images/agrikids-riverside-splash-bgrd.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.appstores {
  position: absolute;
  right: 0px;
  bottom: 75px;
  z-index: 10;
  margin-right: 10px;
}

.appstores.appstores-footer {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: left;
}

.appstores.download-div {
  position: static;
  margin-left: -10px;
  float: left;
}

.google {
  float: left;
}

.google.google-footer {
  margin-left: -10px;
}

.apple {
  padding: 10px;
  float: left;
}

.apple.apple-footer {
  margin-left: -10px;
}

.app-cta {
  font-family: 'Chelseamarket regular', sans-serif;
  color: #e2231a;
  font-size: 20px;
  text-align: center;
}

.download-top {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#95f2fc), to(#87d2da));
  background-image: linear-gradient(180deg, #95f2fc, #87d2da);
}

.download-mid {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#87d3db));
  background-image: linear-gradient(0deg, #fff, #87d3db);
}

.circ-logo-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
}

.app-icon {
  width: 100%;
  padding-top: 25px;
  padding-right: 25px;
}

.top-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.app-h2 {
  text-align: left;
}

.green-highlight {
  color: #009245;
  font-weight: 700;
}

.app-gallery {
  display: inline-block;
  width: 47%;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 3px solid #fff;
}

.mid-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.app-video {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
}

.banner {
  width: 100%;
}

.banner-wrap {
  position: relative;
}

.game-section {
  position: relative;
  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: 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: -webkit-gradient(linear, left top, left bottom, from(#43ccd9), to(#fff));
  background-image: linear-gradient(180deg, #43ccd9, #fff);
}

.half-width {
  width: 50%;
  float: left;
}

.form-block {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.form-block-div {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 50px;
  background-color: #f8eeee;
}

.article {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-width-link {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-image {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.success {
  margin-top: 40px;
  border-radius: 20px;
  background-color: #009245;
  font-family: 'Chelseamarket regular', sans-serif;
  color: #fff;
}

.icon-wrap {
  position: absolute;
  top: 50px;
  right: 80px;
  z-index: 998;
}

.checkbox {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.checkbox.zurich-check {
  width: 40%;
  float: left;
}

.field-label {
  float: right;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.field-label.zurich-label {
  color: #465968;
}

.privacy-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-weight: 200;
}

.privacy-link:hover {
  color: #00ffed;
}

.privacy-link.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #323232;
  text-transform: uppercase;
}

.game-logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 20%;
}

.inner-wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2w {
  padding: 19px 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 12px;
  background-color: #009548;
  font-family: 'Chelseamarket regular', sans-serif;
  cursor: pointer;
}

.social-wrapper {
  text-align: right;
}

.social-icon {
  width: 75px;
  height: 75px;
}

.social-icon.tw {
  margin-right: 10px;
  background-image: url('../images/tw.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.fb {
  background-image: url('../images/fb.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.game-icon-flex-parent {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.game-icon-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -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;
}

.game-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 300px;
  margin-right: 11px;
  margin-left: 11px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #bbb;
}

.game-link.lime {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #b6bd00;
}

.game-link.orange {
  background-color: #f7931e;
}

.game-link.green {
  background-color: #4e9d2d;
}

.white {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.bottom-row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 9px;
}

.column {
  padding-top: 20px;
}

html.w-mod-js *[data-ix="downupdiagoverup"] {
  opacity: 0.6000000000000001;
}

html.w-mod-js *[data-ix="downupdiagoverup-2"] {
  opacity: 0.6000000000000001;
}

html.w-mod-js *[data-ix="updownupdown"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="load-drodown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="landing-hop"] {
  display: none;
}

html.w-mod-js *[data-ix="dropdown-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -350px);
  -ms-transform: translate(0px, -350px);
  transform: translate(0px, -350px);
}

html.w-mod-js *[data-ix="bounce"] {
  -webkit-transform: translate(0px, -500px);
  -ms-transform: translate(0px, -500px);
  transform: translate(0px, -500px);
}

html.w-mod-js *[data-ix="bounce-up"] {
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="opacity-hidden"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fadein"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 20px;
    line-height: 25px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  h3 {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
  }
  h6 {
    font-size: 15px;
    line-height: 25px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  li {
    font-size: 14px;
    line-height: 20px;
  }
  .header {
    position: relative;
    display: block;
    background-color: #91e4ec;
    background-image: none;
  }
  .header.landing-header {
    display: none;
  }
  .container {
    width: 85%;
  }
  .nav-bar {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu {
    position: fixed;
    z-index: 500;
    display: block;
    width: 40%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    background-color: rgba(70, 89, 104, 0.75);
    text-align: center;
  }
  .circ-link {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0%;
    background-color: #000;
    font-size: 18px;
  }
  .circ-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circ-link.back-home {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circ-link.back-home.w--current {
    margin-bottom: 10px;
    line-height: 28px;
  }
  .circ-link.safety-circle.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .circ-link.learn-more {
    display: block;
  }
  .circ-link.get-in-touch {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .circ-link.get-in-touch.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circ-link.farm-shop.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu-button {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: transparent;
  }
  .menu-button.w--open {
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: transparent;
  }
  .burgermenulinkblock {
    position: relative;
    left: 50px;
    right: 50px;
    bottom: 0px;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .burgergroup {
    position: relative;
    display: block;
    width: 40px;
    height: auto;
  }
  .firstlineburger {
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: #4e9d2d;
    color: #000;
  }
  .thirdlineburger {
    position: relative;
    bottom: 0px;
    width: 40px;
    height: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: #4e9d2d;
  }
  .lastlineburger {
    position: relative;
    bottom: 0px;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: #4e9d2d;
  }
  .slider {
    height: auto;
    min-height: 0px;
  }
  .slider-wrapper {
    margin-top: 0px;
    border-width: 8px;
  }
  .intro-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .farm-safety-circle:hover {
    background-size: 120px;
  }
  .farm-safety-link {
    background-size: 120px;
  }
  .farm-safety-link:hover {
    background-size: 100px;
  }
  .coloured-box {
    padding: 20px;
    text-align: center;
  }
  .coloured-box.buy-box {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 15px 0px;
    text-align: center;
  }
  .coloured-box.download-box {
    padding-top: 15px;
  }
  .star-buy-image {
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: left;
    text-align: left;
  }
  .small-red-button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    font-size: 20px;
    line-height: 25px;
  }
  .small-red-button.enter {
    position: relative;
    top: 0px;
    width: 48%;
  }
  .footer-content {
    height: 750px;
  }
  .footer-heading {
    margin-top: 0px;
    text-align: left;
  }
  .footer-text {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-text.address {
    font-size: 20px;
    line-height: 30px;
  }
  .form-wrapper {
    margin-top: 0px;
  }
  .form-label {
    font-size: 20px;
    line-height: 30px;
  }
  .text-field {
    width: 100%;
    margin-left: 0px;
    float: none;
    text-align: left;
  }
  .big-green-button {
    padding: 5px;
    font-size: 20px;
    line-height: 25px;
  }
  .big-green-button.fullwidth {
    padding: 8px;
    line-height: 25px;
  }
  .icon {
    display: none;
  }
  .phone-link {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .cloud-divide {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -3px;
    display: block;
    background-image: none;
  }
  .cloud {
    display: none;
  }
  .cloud2 {
    display: none;
  }
  .agri-logo {
    position: static;
    left: 50px;
    width: 100%;
    margin: 75px auto 100px;
  }
  .cloud3 {
    display: none;
  }
  .fixed-cloud {
    width: 75%;
  }
  .social-media {
    position: absolute;
    top: -10px;
    right: 30px;
  }
  .box-wrapper {
    text-align: center;
  }
  .tri-icon {
    top: -98px;
    max-width: 80%;
  }
  .slider-info-box {
    left: 1px;
  }
  .exp-block-header {
    padding: 10px;
  }
  .exp-block-content {
    padding: 25px;
  }
  .exp-blocks-heading {
    padding-top: 10px;
    padding-left: 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .video-block {
    padding: 40px;
  }
  .video-illustrations {
    left: 33px;
    top: -65px;
    right: 17px;
  }
  .video {
    margin-left: 0px;
  }
  .text-a-block-image {
    margin-bottom: 10px;
  }
  .gallery {
    padding: 40px;
  }
  .gallery-illustration-left {
    top: -100px;
  }
  .gallery-thumbnail {
    width: 25%;
    float: left;
  }
  .video-block-wrapper {
    position: relative;
  }
  .welcome-banner-icon {
    position: absolute;
    top: 8px;
    right: 15px;
  }
  .letters {
    width: 50px;
    height: 50px;
  }
  .text-a-icon {
    position: absolute;
    top: -50px;
    right: 63px;
  }
  .page-header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .blog-list-img {
    height: 100px;
  }
  .circ-logo {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 5;
    width: 50%;
    margin-bottom: 20px;
  }
  .centered-conainer {
    width: 70%;
  }
  .landing-image {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .bottom {
    background-size: cover;
  }
  .appstores {
    position: absolute;
    left: 50px;
    right: auto;
    bottom: 50px;
    float: left;
  }
  .appstores.app-header {
    display: none;
  }
  .app-cta {
    padding-left: 10px;
    text-align: left;
  }
  .download-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .app-gallery {
    width: 46%;
    padding-top: 0px;
  }
  .half-width {
    padding-right: 30px;
  }
  .form-block {
    width: auto;
  }
  .article {
    margin-bottom: 20px;
  }
  .icon-wrap {
    top: 18px;
    right: 52px;
  }
  .game-icon-flex-parent {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .game-link {
    min-width: 200px;
    padding: 20px;
  }
  .column {
    padding-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 13px;
  }
  .header {
    display: block;
  }
  .nav-bar {
    display: block;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 50%;
    padding-top: 0px;
    background-color: rgba(70, 89, 104, 0.7);
  }
  .circ-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circ-link.safety-circle {
    margin-bottom: 5px;
  }
  .circ-link.safety-circle.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.our-story {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.get-in-touch {
    margin-bottom: 10px;
  }
  .circ-link.farm-shop {
    margin-bottom: 5px;
  }
  .circ-link.farm-shop.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.news-events {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slider-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .intro-section {
    padding-top: 50px;
  }
  .coloured-box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .coloured-box.fun-box {
    margin-top: 0px;
  }
  .star-buy-image {
    width: 100%;
  }
  .small-red-button {
    width: 100%;
  }
  .small-red-button.enter {
    top: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .small-red-button.dl {
    margin-bottom: 0px;
    padding: 10px;
  }
  .footer-content {
    height: 1350px;
  }
  .footer-text.address {
    clear: left;
  }
  .text-field.fb-field {
    font-size: 14px;
  }
  .big-green-button {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }
  .cloud-divide {
    position: relative;
    display: none;
  }
  .clouds {
    display: none;
  }
  .cloud {
    margin-top: 0px;
  }
  .social-media-icon {
    left: 133px;
    top: 26px;
    margin-right: 2px;
  }
  .full-width-block {
    margin-bottom: 0px;
  }
  .two-thirds-width-block {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
  .one-third-width-block {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tri-icon {
    top: -122px;
    width: 40%;
  }
  .tri-icon.download-icon {
    width: 40%;
  }
  .tri-icon.buy-icon {
    top: -74px;
  }
  .slider-info-box {
    display: block;
    width: 50%;
    padding: 10px;
  }
  .exp-blocks-image {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .exp-block-content {
    padding: 20px;
  }
  .exp-blocks-heading {
    padding-top: 0px;
    font-size: 14px;
  }
  .video-block {
    padding: 20px;
  }
  .video-illustrations {
    left: 32px;
    top: -52px;
    width: 367px;
    max-width: 367px;
    min-width: 367px;
  }
  .gallery {
    padding: 26px;
  }
  .gallery-illustration-left {
    top: -79px;
    width: 400px;
    max-width: 400px;
    min-width: 400px;
  }
  .columns-block-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .welcome-banner-icon {
    display: block;
  }
  .letters {
    width: 30px;
    height: 30px;
  }
  .circ-logo {
    position: relative;
    z-index: 10;
    width: 50%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .centered-conainer {
    width: 90%;
  }
  .share {
    margin-top: 60px;
  }
  .landing-image {
    bottom: -65px;
  }
  .appstores {
    left: 33px;
  }
  .appstores.download-div {
    width: 100%;
    text-align: center;
  }
  .app-cta {
    min-width: 250px;
    font-size: 16px;
  }
  .download-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .download-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .app-icon {
    padding-top: 0px;
    padding-right: 0px;
  }
  .app-h2 {
    text-align: center;
  }
  .app-gallery {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }
  .app-video {
    border-width: 3px;
  }
  .half-width {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .form-block {
    width: auto;
  }
  .form-block-div {
    padding: 20px;
  }
  .checkbox.zurich-check {
    width: 100%;
  }
  .b2w {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 10px;
    padding: 10px 15px;
  }
  .social-wrapper {
    bottom: 10px;
  }
  .game-icon-flex-parent {
    padding-bottom: 59px;
  }
  .game-icon-flex-child {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .game-link {
    min-height: auto;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading-2 {
    font-size: 12px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 15px;
    line-height: 25px;
  }
  h4 {
    font-size: 18px;
  }
  h6 {
    font-size: 12px;
    line-height: 18px;
  }
  p {
    font-size: 12px;
    line-height: 22px;
  }
  .header {
    height: 200px;
    max-height: 200px;
  }
  .nav-bar {
    height: 10px;
  }
  .nav-menu {
    width: 75%;
    padding-top: 60px;
  }
  .circ-link.back-home.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.safety-circle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.safety-circle.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.get-in-touch {
    margin-top: 10px;
  }
  .circ-link.farm-shop {
    margin-top: 5px;
  }
  .circ-link.farm-shop.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .circ-link.news-events {
    margin-top: 10px;
  }
  .intro-section {
    padding-top: 0px;
    padding-bottom: 124px;
  }
  .mid-col {
    margin-bottom: 20px;
  }
  .star-buy-image {
    width: 100%;
  }
  .small-red-button {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
  .footer-content {
    height: 1381px;
  }
  .form-label.fb-label {
    width: 100%;
  }
  .text-field.fb-field {
    width: 100%;
  }
  .big-green-button {
    width: 100%;
  }
  .cloud-divide {
    top: 5px;
    bottom: 0px;
    display: none;
  }
  .agri-logo {
    top: 70px;
  }
  .fixed-cloud {
    position: relative;
    top: -4px;
    right: 82px;
  }
  .social-media {
    top: -34px;
    right: -95px;
  }
  .full-width-block {
    padding: 10px;
  }
  .two-thirds-width-block {
    margin-top: 0px;
    padding: 10px;
  }
  .one-third-width-block {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tri-icon {
    width: 60%;
  }
  .tri-icon.download-icon {
    width: 60%;
  }
  .tri-icon.buy-icon {
    top: -92px;
  }
  .slider-info-box {
    display: none;
  }
  .exp-block-content {
    padding: 10px;
  }
  .exp-blocks-heading {
    padding-top: 0px;
  }
  .video-illustrations {
    top: -22px;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }
  .gallery {
    padding: 10px;
  }
  .gallery-illustration-left {
    left: 19px;
    top: -37px;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
  .red-barn {
    display: none;
  }
  .welcome-banner-icon {
    display: none;
  }
  .text-a-icon {
    display: none;
  }
  .circ-logo {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .centered-conainer {
    position: static;
    width: 75%;
  }
  .landing-image {
    bottom: 0px;
  }
  .top {
    height: 30%;
  }
  .appstores {
    bottom: 10px;
  }
  .appstores.appstores-footer {
    width: 100%;
  }
  .google.google-footer {
    margin-left: -12px;
  }
  .apple.apple-footer {
    width: 128px;
    margin-left: -5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .app-cta {
    float: left;
    text-align: center;
  }
  .circ-logo-small {
    margin-bottom: 0px;
  }
  .app-h2 {
    text-align: center;
  }
  .app-gallery {
    float: left;
  }
  .game-section {
    height: auto;
  }
  .icon-wrap {
    position: relative;
    top: 44px;
    right: 84px;
  }
  .game-logo {
    width: 40%;
  }
  .inner-wrap {
    margin-bottom: 50px;
    padding-top: 127px;
    padding-bottom: 100px;
  }
  .social-icon {
    width: 50px;
    height: 50px;
  }
  .game-icon-flex-parent {
    padding-bottom: 50px;
  }
  .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .column {
    padding-top: 0px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Chelseamarket regular';
  src: url('../fonts/ChelseaMarket-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans semibold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}