.headline {
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0px;
  color: rgb(255, 26, 163);
  font-family: Arial Black;
  padding-top: 20px;
  padding-bottom: 20px;
}

.headline a:hover {
  text-decoration: underline;
}

nav {
  text-align: center;
}

nav>ul li>a {
  transition: all 0.25s ease-in 0s;
  font-size: 12px;
  font-family: Arial;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

nav:before {
  font-size: 30px;
  color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
  font-size: 14px;
}

nav>ul li a:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}

nav>ul li a {
  padding-top: 8px;
  padding-right: 30px;
  padding-bottom: 8px;
  padding-left: 30px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-color: transparent;
  margin-bottom: 5px;
}

nav>ul>li>ul li a {
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

nav>ul>li>ul li a:hover {
  background-color: rgb(234, 234, 234);
}

nav>ul>li>ul li.active>a {
  background-color: rgb(234, 234, 234);
}

nav>ul li.active>a {
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

nav>ul li>a:hover {
  color: rgb(255, 26, 163);
}

.subtitle {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 20px;
  color: rgb(255, 26, 163);
  font-family: Arial;
  margin-top: 10px;
}

.preamble {
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0em;
  margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
  line-height: 1.6em;
  margin-bottom: 0px;
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-family: Verdana;
  padding-bottom: 10px;
}

.smalltext {
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 11px;
  margin-bottom: 5px;
}

.smalltext a {}

.smalltext a:hover {}

body {
  color: rgb(96, 96, 96);
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 1.2em;
  font-weight: 400;
  background-color: rgb(221, 221, 221);
}

body a {
  text-decoration: none;
  color: rgb(68, 58, 223);
}

body a:hover {}

.button {
  margin-bottom: 40px;
  border-radius: 3px;
  border-width: 0px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: rgb(69, 69, 69);
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.button:hover {
  background-color: rgb(53, 53, 53);
}

.form {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 10px;
}

.form label {
  padding-bottom: 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.form input[type=text],
.form textarea,
.form select {
  border-radius: 3px;
  border-color: rgb(204, 204, 204);
  color: rgb(69, 69, 69);
  font-size: 14px;
  padding-top: 13px;
  padding-right: 10px;
  padding-bottom: 13px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.form input[type=submit] {
  margin-top: 20px;
  margin-bottom: 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana;
  font-weight: 800;
  background-color: rgb(0, 0, 0);
  font-size: 14px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form .g-recaptcha {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.form input[type=submit]:hover {
  background-color: rgb(0, 0, 0);
}

.text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.image {
  margin-bottom: 40px;
}

.map {
  margin-bottom: 40px;
}

.gallery {
  margin-bottom: 40px;
}

.row {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.col {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.custom1 {
  font-size: 30px;
  color: rgb(255, 26, 163);
  font-family: Trebuchet MS;
  margin-top: 20px;
  text-align: right;
}

.custom1 a {
  color: rgb(255, 26, 163);
}

.custom1 a:hover {
  color: rgb(255, 26, 163);
  text-decoration: underline;
}

.custom2 {
  color: rgb(255, 26, 163);
  font-size: 30px;
  font-family: Trebuchet MS;
  text-align: right;
  margin-top: 15px;
}

.custom2 a {
  color: rgb(255, 26, 163);
}

.custom2 a:hover {
  color: rgb(255, 26, 163);
}

.custom4 {
  text-align: center;
  font-family: Verdana;
  font-size: 13px;
}

.custom5 {}

.custom3 {
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-family: Verdana;
}

.custom3 a {
  color: rgb(100, 54, 152);
}

.custom3 a:hover {
  color: rgb(0, 102, 204);
  text-decoration: underline;
}

.smallsubtitle {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-family: Arial;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.spottext {
  font-size: 63px;
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.footertext {
  font-size: 11px;
  line-height: 1.6em;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
  font-family: Verdana;
  text-align: center;
  padding-top: 0px;
}

.companyname {
  font-size: 22px;
  text-align: left;
  line-height: 1.2em;
}

.companyname a {
  color: rgb(96, 96, 96);
}

.smallspottext {
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}

.locale {
  text-align: right;
}

.locale ul li a {
  transition: all 0.25s ease-in 0s;
  color: rgb(255, 255, 255);
}

.locale ul li {
  background-color: rgb(69, 69, 69);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.button2 {
  font-size: 21px;
  border-width: 2px;
  line-height: 1em;
  margin-bottom: 40px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.button2:hover {
  border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.0980392);
  width: 100%;
}

.socialmedia {
  text-align: right;
  font-size: 19px;
}

.socialmedia li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.socialmedia li a {
  width: 30px;
  height: 30px;
}

.paymenticons li {
  margin-left: 5px;
  margin-bottom: 5px;
  padding-bottom: 40px;
}

.linklist {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px;
}

.linklist a {
  margin-bottom: 1px;
  background-color: rgb(242, 242, 242);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.breadcrumb li a {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.brandfooter {
  background-color: rgb(147, 169, 55);
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.58);
  font-family: Verdana;
  padding-bottom: 25px;
}

.brandfooter a {
  color: rgb(0, 0, 0);
}

.brandfooter a:hover {
  color: rgb(0, 0, 0);
}

@media only screen and (max-width:1199px) {
  nav {}

  nav>ul li>a:hover {}

  nav>ul li.active>a {}

  nav>ul>li>ul a {}

  nav>ul>li>ul li.active>a {}

  nav:before {
    color: rgb(69, 69, 69);
    font-size: 30px;
  }

  .col {
    padding-bottom: 30px;
  }

  .row {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .custom4 {}

  .custom4 a {}

  .custom4 a:hover {}

  .custom1 {
    line-height: 1.2em;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 23px;
  }

  .custom3 {}

  .custom3 a {}

  .custom3 a:hover {}

  body {}

  body a {}

  body a:hover {}

  .text {}

  .subtitle {
    font-size: 28px;
  }

  .subtitle a {}

  .subtitle a:hover {}

  .preamble {
    font-size: 18px;
  }

  .preamble a {}

  .preamble a:hover {}

  .bodytext {}

  .bodytext a {}

  .bodytext a:hover {}

  .smallsubtitle {}

  .smallsubtitle a {}

  .smallsubtitle a:hover {}

  .smalltext {
    font-size: 12px;
  }

  .smalltext a {}

  .smalltext a:hover {}

  .spottext {
    font-size: 50px;
  }

  .spottext a {}

  .spottext a:hover {}

  .smallspottext {
    font-size: 18px;
  }

  .smallspottext a {}

  .smallspottext a:hover {}

  .companyname {
    font-size: 18px;
  }

  .companyname a {}

  .companyname a:hover {}

  .footertext {
    font-size: 12px;
  }

  .footertext a {}

  .footertext a:hover {}

  .custom2 {
    font-size: 20px;
    margin-top: 5px;
  }

  .brandfooter {
    padding-top: 0px;
  }
}

@media only screen and (max-width:767px) {
  nav>ul li>a {
    font-size: 16px;
  }

  nav>ul li>a:hover {
    color: rgb(255, 26, 163);
  }

  nav>ul li.active>a {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
  }

  nav>ul>li>ul a {
    font-size: 15px;
  }

  nav:before {
    font-size: 30px;
    color: rgb(255, 255, 255);
  }

  nav>ul li a:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
  }

  nav>ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  nav>ul>li>ul li a {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .headline {
    font-size: 31px;
  }

  .headline a {}

  .headline a:hover {}

  .subtitle {
    font-size: 25px;
  }

  .subtitle a {}

  .subtitle a:hover {}

  .preamble {
    font-size: 20px;
  }

  .preamble a {}

  .preamble a:hover {}

  .bodytext {}

  .bodytext a {}

  .bodytext a:hover {}

  .smalltext {}

  .smalltext a {}

  .smalltext a:hover {}

  .col {
    padding-bottom: 0px;
  }

  .row {
    padding-top: 0px;
  }

  .form {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .form label {}

  .form input[type=checkbox]+span,
  .form input[type=radio]+span {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .form input[type=submit] {}

  .form input[type=submit]:hover {}

  .form input[type=text],
  .form textarea,
  .form select {}

  .form .thankYou {}

  .gallery {
    margin-bottom: 20px;
  }

  .map {
    margin-bottom: 20px;
  }

  .image {
    margin-bottom: 20px;
  }

  .button {
    margin-bottom: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 15px;
    font-family: Arial;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom1 {}

  .custom1 a {}

  .custom1 a:hover {}

  .custom2 {}

  .custom2 a {}

  .custom2 a:hover {}

  .custom3 {}

  .custom3 a {}

  .custom3 a:hover {}

  .custom4 {}

  .custom4 a {}

  .custom4 a:hover {}

  .custom5 {}

  .custom5 a {}

  .custom5 a:hover {}

  .spottext {
    font-size: 39px;
  }

  .spottext a {}

  .spottext a:hover {}

  body {}

  body a {}

  body a:hover {}

  .locale {}

  .locale ul li a {}

  .locale ul li a:hover {}

  .locale ul li.active a {}

  .locale ul li {}

  .locale ul li:hover {}

  .locale ul li.active {}

  .smallsubtitle {}

  .smallsubtitle a {}

  .smallsubtitle a:hover {}

  .smallspottext {
    font-size: 20px;
  }

  .smallspottext a {}

  .smallspottext a:hover {}

  .companyname {
    font-size: 20px;
  }

  .companyname a {}

  .companyname a:hover {}

  .footertext {}

  .footertext a {}

  .footertext a:hover {}

  .button2 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    font-family: Arial;
  }

  .socialmedia {
    text-align: center;
    font-size: 22px;
  }

  .socialmedia li a {
    width: 45px;
    height: 45px;
  }

  .socialmedia li a:hover {}

  .socialmedia li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .socialmedia li:hover {}

  .brandfooter {
    padding-bottom: 25px;
  }
}

#r5001>.container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#r5000 {
  background-color: rgb(255, 255, 255);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-image: url(../../uploads/ft9T53c3/0x0_2560x0/twextuyre_759_261.png);
  background-size: auto;
}

#r5000>.container {
  padding-left: 80px;
  padding-right: 80px;
}

#c5000 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#m4691 {
  max-width: 100%;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#c4547 {
  padding-right: 10px;
  padding-left: 10px;
}

#r5002 {
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-image: url(../../uploads/Blo8nFtz/767x0_2560x0/Bottom_texture.png);
  background-size: auto;
}

#r5002>.container {
  padding-left: 80px;
  padding-right: 80px;
}

#r1074 {
  padding-top: 20px;
  background-color: rgb(147, 169, 55);
}

#p2374 #r1460 {
  background-color: rgb(255, 255, 255);
}

#p2374 #c3430 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p2374 #m1475 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p2374 #m1555 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p2374 #c2376 {
  padding-left: 15px;
  padding-right: 15px;
}

#p2374 #m2664 {
  padding-bottom: 10px;
}

#p2374 #m3552 {
  margin-bottom: 30px;
}

#p2374 #c4679 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p2374 #m2212 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p2374 #m1815 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p9531 #r1460 {
  background-color: rgb(255, 255, 255);
}

#p9531 #c3430 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p9531 #m1475 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p9531 #m1555 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p9531 #c2376 {
  padding-left: 15px;
  padding-right: 15px;
}

#p9531 #m2664 {
  padding-bottom: 40px;
}

#p9531 #c4679 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p9531 #m2212 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p9531 #m1815 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p7437 #r1460 {
  background-color: rgb(255, 255, 255);
}

#p7437 #c3430 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p7437 #m1475 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p7437 #m1555 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p7437 #c2376 {
  padding-left: 15px;
  padding-right: 15px;
}

#p7437 #m2664 {
  padding-bottom: 40px;
}

#p7437 #c4679 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p7437 #m2212 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p7437 #m1815 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p8977 #r1460 {
  background-color: rgb(255, 255, 255);
}

#p8977 #c3430 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p8977 #m1475 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p8977 #m1555 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p8977 #c2376 {
  padding-left: 15px;
  padding-right: 15px;
}

#p8977 #m4241 {
  padding-right: 0px;
  margin-right: 200px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#p8977 #m3478 {
  margin-right: 150px;
}

#p8977 #c4679 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p8977 #m2212 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p8977 #m1815 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p8014 #r1460 {
  background-color: rgb(255, 255, 255);
}

#p8014 #c3430 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p8014 #m1475 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p8014 #m1555 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p8014 #c2376 {
  padding-left: 15px;
  padding-right: 15px;
}

#p8014 #m1170 {
  height: 330px;
}

#p8014 #c4679 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#p8014 #m2212 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#p8014 #m1815 {
  background-color: rgb(147, 169, 55);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

@media only screen and (max-width:1199px) {
  #r5000 {
    padding-top: 0px;
  }

  #r5000>.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  #c5000 {
    padding-bottom: 0px;
  }

  #c4979 {
    padding-bottom: 0px;
  }

  #c4354 {
    padding-bottom: 0px;
  }

  #r5002 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #r5002>.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  #c3869 {
    padding-bottom: 0px;
  }

  #p2374 #r1460 {
    padding-top: 0px;
  }

  #p9531 #r1460 {
    padding-top: 0px;
  }

  #p7437 #r1460 {
    padding-top: 0px;
  }

  #p8977 #r1460 {
    padding-top: 0px;
  }

  #p8977 #m4241 {
    margin-right: 100px;
  }

  #p8977 #m3478 {
    margin-right: 50px;
  }

  #p8014 #r1460 {
    padding-top: 0px;
  }
}

@media only screen and (max-width:767px) {
  #m3499 {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(116, 138, 25);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 0px;
  }

  #r5000 {
    background-image: none;
  }

  #c5000 {
    padding-right: 0px;
    padding-left: 0px;
  }

  #m4691 {
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #c4354 {
    padding-top: 10px;
    background-color: rgb(147, 169, 55);
    padding-bottom: 10px;
  }

  #r1074 {
    padding-top: 30px;
  }

  #m1028 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #p2374 #c4679 {
    margin-bottom: 40px;
  }

  #p9531 #c4679 {
    margin-bottom: 40px;
  }

  #p7437 #c4679 {
    margin-bottom: 40px;
  }

  #p8977 #m4241 {
    margin-right: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }

  #p8977 #m3478 {
    margin-right: 0px;
  }

  #p8977 #c4679 {
    margin-bottom: 40px;
  }

  #p8014 #c4679 {
    margin-bottom: 40px;
  }
}