body {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-size: 14px;
}

.wf-section, .optionswrapper {
  line-height: 20px;
}

.darktext a {
  color: #07d65b;
  text-decoration: underline;
}

.loginwrapper {
  max-width: 375px;
  margin-top: 79px;
}

.logintitle {
  margin-top: 28px;
  margin-bottom: 58px;
  color: #171728;
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 600;
}

.loginfield {
  margin-bottom: 20px;
  padding: 20px 25px;
  border: 1px solid #e4e4ed;
  border-radius: 20px;
  background-color: transparent;
  font-size: 14px;
}

.loginfield:focus {
  border-color: #07d65b;
}

.loginbutton {
  width: 100%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 15px 30px;
  border-radius: 40px;
  background-color: #07d65b;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 14px;
  font-weight: 600;
}

.loginbutton:hover {
  background-color: #006;
}

.logincolumn {
  padding-right: 5px;
  padding-left: 0px;
}

.logincolumn._2 {
  padding-right: 0px;
  padding-left: 5px;
}

.hero {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 76, 0.9)), to(rgba(0, 93, 174, 0.88))), url('../images/BlurredCrowd.jpeg');
  background-image: linear-gradient(180deg, rgba(1, 1, 76, 0.9), rgba(0, 93, 174, 0.88)), url('../images/BlurredCrowd.jpeg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
}

.navbar {
  padding: 13px;
  border-bottom: 5px solid #07d65b;
  background-color: transparent;
  color: #fff;
}

.navlink {
  color: #fff;
  font-weight: 600;
}

.navlink.button {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #07d65b;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #3b3a4e;
  text-align: center;
}

.navlink.button:hover {
  background-color: #07d65b;
}

.navlink.w {
  min-width: 80px;
  color: #fff;
}

.navlink.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #07d65b;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.navlink.button:hover {
  background-color: #07d65b;
}

.brand {
  width: 100px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: auto;
  padding-right: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  padding: 33px 15px 30px;
  background-color: #010d49;
  color: rgba(255, 255, 255, 0.47);
  font-size: 12px;
  line-height: 14px;
}

.foot {
  position: static;
  padding: 19px;
  background-color: #051825;
  color: #fff;
}

.copyright-2 {
  color: hsla(0, 0%, 100%, 0.9);
}

.footcolr {
  text-align: right;
  width: 50% !important;
  white-space: nowrap;
}
.footcoll {
  width: 50% !important;
}

.footerlink-2 {
  margin-left: 10px;
}

.image {
  width: 25px;
}

.dropdownlist.w--open {
  width: 450px;
  padding: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 102, 0.14);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 102, 0.09);
}

.dropdownlink {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-weight: 500;
}

.dropdownlink:hover {
  color: #07d65b;
}

.dropdownlink.all {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.productcolumn {
  border-left: 1px solid rgba(0, 149, 232, 0.15);
}

.view-options {
  position: relative;
  display: block;
  height: 5px;
  background-color: #07d65b;
  text-align: right;
}

.optiontoggle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 25px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.optiontoggle.theme {
  position: absolute;
  right: 63px;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  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;
  border-style: none;
  border-radius: 50px;
  background-color: transparent;
  color: #686781;
  font-size: 21px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.learningcenter {
  position: absolute;
  right: 109px;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  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;
  border-style: none;
  border-radius: 50px;
  background-color: transparent;
  color: #686781;
  font-size: 21px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.languagedropdown {
  display: inline;
}

.languagedropdown.night {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 16px;
}

.iframewrapper {
  min-height: 1000px;
  padding: 20px;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  padding: 153px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8ff), color-stop(59%, #fff));
  background-image: linear-gradient(0deg, #f8f8ff, #fff 59%);
}

.main-section.lp {
  display: block;
  height: auto;
  padding: 0px 55px 24px;
  background-image: none;
}

.title1 {
  margin-top: 0px;
  margin-bottom: 13px;
  color: #171728;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.title1.c {
  text-align: center;
}

.tab-dropdown {
  display: none;
}

.button {
  width: 85%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 13px;
  background-color: #07d65b;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.producttitle {
  font-size: 22px;
  font-weight: bold;
  padding: 3px 0px 0px 3px;
}

.producttabs {
  margin-right: 9px;
  margin-bottom: 13px;
  padding: 10px 20px;
  border: 2px none #0c0c75;
  border-radius: 50px;
  background-color: #07d65b;
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.producttabs.w--current {
  background-color: #05ad49;
}

.producttabs.heading {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 0px;
  background-color: #fff;
  color: #171728;
  font-size: 19px;
  text-align: center;
}

.lpproducttabs {
  top: -83px;
  z-index: 50;
  width: 675px;
  margin: 27px auto -40px;
  padding: 13px 40px 15px;
  border: 1px solid #e4e4ed;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.tabs-9 {
  text-align: center;
}

.thumbnailbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 175px;
  margin-bottom: 37px;
  padding-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #006;
  background-image: linear-gradient(315deg, #006 18%, #0095e8);
  color: #fff;
}

.productcardtext {
  margin-bottom: 5px;
  color: #171728;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.thumbnail {
  position: relative;
}

.thumbnailgraphic {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -14px;
  z-index: 100;
  width: auto;
  height: 157px;
}

.productthumbnaillink {
  margin-top: 12px;
  margin-bottom: 34px;
  color: #1f1f54;
  font-weight: 300;
  text-decoration: none;
}

.discoverblock {
  display: block;
  margin-top: 3px;
  color: #07d65b;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.wf-section .fa {
  display: inline;
  margin-left: 6px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block-32 {
  display: inline-block;
  color: #171728;
}

.bold-text-2 {
  margin-left: 10px;
}

.bgcolour {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(151deg, #8200e8 32%, #0095e8);
  opacity: 0;
}

.bgcolour.news {
  margin-bottom: 0px;
  background-image: linear-gradient(323deg, #f9a600 11%, #ea0c5c 99%);
}

.bgcolour.technicals {
  background-image: linear-gradient(323deg, #02ca9e 17%, #0095e8 87%);
}

.bgcolour.economic {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #f9a600), color-stop(86%, #ffe206));
  background-image: linear-gradient(180deg, #f9a600 12%, #ffe206 86%);
}

.bgcolour._360 {
  background-image: linear-gradient(151deg, #02f163 5%, #07d65b 42%, #0095e8);
}

.shine {
  position: absolute;
  left: 0%;
  top: -22px;
  right: auto;
  bottom: 0%;
  z-index: 10;
  height: 120%;
}

.hiddensection {
  position: relative;
  height: 0px;
  text-align: center;
}

.languagesdd {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 1px none #000;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #686781;
  z-index: 15;
}
.languagesdd div {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.optionswrapper .dropdown-toggle {
  position: relative;
  left: auto;
  top: -25px;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  height: 40px;
  padding: 9px;
  -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-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #686781;
  font-size: 24px;
  font-weight: 500;
}

.optionswrapper .dropdown-toggle.w--open {
  border-radius: 50px;
  background-color: #e4e4ed;
}

.menulinks {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-weight: 600;
}

.menulinks:hover {
  color: #07d65b;
}

.discoverdropdown {
  width: 250px;
  padding: 6px 0px 6px 12px;
  border: 1px solid #e4e4ed;
  border-radius: 30px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.discoverdropdown.w--open {
  background-color: #e4e4ed;
}

.div-block-14 {
  display: block;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #171728;
}

.discoverddmenu.w--open {
  margin-top: 9px;
  border: 1px solid #e4e4ed;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(104, 103, 129, 0.32);
}

.discoverddmenu.language.w--open {
  right: 0px;
  font-family: Poppins, sans-serif;
  color: #171728;
  top: 15px;
}

.toplandingsection {
  padding: 100px 100px 116px;
  background-color: #f8f8ff;
  text-align: center;
}

.maxwidth600 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

p.paragraph-9 {
  margin-top: 0;
  margin-bottom: 10px;
}
.paragraph-9 {
  color: #686781;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 300;
}

.paragraph-9.l {
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}

.signincolumn {
  height: 100vh;
  padding: 38px 65px;
}

.bgcolumn {
  position: relative;
  height: 100vh;
  background-color: #006;
  background-image: url('../images/CombinedGraphics.svg'), url('../images/Shine.svg'), linear-gradient(353deg, #002384, #006 60%, #004);
  background-position: 100% 100%, 0% 50%, 0px 0px;
  background-size: 70%, cover, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.loginlogo {
  width: 150px;
  margin-bottom: 59px;
}

.form-block {
  margin-top: 41px;
  margin-bottom: 3px;
}

.imagetext {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 52%;
  display: inline-block;
  color: rgba(255, 255, 255, 0.43);
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.imagetext._2 {
  left: 12%;
  top: auto;
  right: auto;
  bottom: 7%;
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
}

.imagetext._3 {
  right: 30%;
  bottom: 62%;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.imagetext._4 {
  left: 22%;
  top: auto;
  right: auto;
  bottom: 30%;
  color: rgba(255, 255, 255, 0.48);
}

.column-32 {
  background-image: url('../images/CombinedGraphics.svg'), url('../images/Shine.svg'), linear-gradient(353deg, #002384, #006 60%, #004);
  background-position: 100% 100%, 0% 50%, 0px 0px;
  background-size: 70%, cover, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.field-label {
  color: #171728;
}

.darktext {
  color: #171728;
}

.dlink {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.dlink:hover {
  color: #07d65b;
}

.viewoptionscolumnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: right;
}

.columns-17 {
    min-height: 34px;
}

.div-block-15 {
  display: inline-block;
}

.div-block-16 {
  display: inline-block;
  margin-left: 8px;
}

.optionswrapper {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.div-block {
  margin-bottom: 67px;
  padding-top: 40px;
}

.navlink-2 {
  width: 100%;
  padding: 17px 26px 17px 23px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.navlink-2:hover {
  background-color: #071d2c;
  color: #fff;
}

.navlink-2.w--current {
  padding-left: 19px;
  border-right: 6px none #13ca60;
  border-left: 6px solid #13ca60;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.faicon-2 {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Font awesome 5 pro solid 900', sans-serif;
  font-size: 16px;
}

.faicon-2.collapse {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0%;
  bottom: auto;
  color: hsla(0, 0%, 100%, 0.57);
  text-align: right;
}

.bottom {
  padding: 20px;
}

.top {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #d0e1ec;
}

.news {
  margin-bottom: 16px;
}

.profilepic-2 {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
}

.profilepic-2.topleft {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: none;
  width: 35px;
  height: 35px;
  background-size: cover;
}

.maincontent {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.logoff {
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 35px;
  background-color: #07d65b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.menu-button-2 {
  background-color: transparent;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.pnlink {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #143351;
  font-size: 13px;
}

.pnlink:hover {
  color: #13ca60;
}

.pnlink.all {
  margin-top: 18px;
  margin-bottom: 7px;
  padding-left: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #13ca60;
  border-radius: 5px;
  color: #13ca60;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.pnlink.all:hover {
  text-decoration: underline;
}

.pntitle {
  margin-top: 21px;
  margin-bottom: 8px;
  color: #143351;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .main-section.lp {
    display: block;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .thumbnailbg {
    height: 200px;
  }

  .thumbnailgraphic {
    bottom: -21px;
    height: 185px;
  }

  .column-32 {
    background-position: 95% 100%, 0% 50%, 0px 0px;
    background-size: 65%, cover, auto;
  }

  .lpproducttabs {
    width: 1005px;
  }
  .producttabs {  
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .title1 {
    font-size: 55px;
    line-height: 65px;
  }

  .thumbnailbg {
    height: 225px;
  }

  .productcardtext {
    font-size: 22px;
  }

  .thumbnailgraphic {
    height: 225px;
  }

  .shine {
    top: -40px;
    height: 140%;
  }

  .maxwidth600 {
    width: auto;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .paragraph-9.l {
    font-size: 16px;
  }

  .text-block-39 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .navlink {
    width: 100%;
    color: #171728;
  }

  .navlink.button {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 57px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 500ms ease, background-color 500ms ease;
    transition: color 500ms ease, background-color 500ms ease;
    color: #07d65b;
    font-size: 16px;
    text-transform: uppercase;
  }

  .navlink.button:hover {
    color: #fff;
  }

  .navlink.w {
    color: #171728;
  }

  .navlink.button {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 57px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 500ms ease, background-color 500ms ease;
    transition: color 500ms ease, background-color 500ms ease;
    color: #07d65b;
    font-size: 16px;
    text-transform: uppercase;
  }

  .navlink.button:hover {
    color: #fff;
  }

  .nav-menu {
    width: 100%;
    padding-bottom: 29px;
    background-color: #fff;
    box-shadow: 2px 2px 6px 2px rgba(0, 17, 102, 0.28);
  }

  .dropdownlist.w--open {
    position: relative;
    padding-top: 0px;
    box-shadow: none;
    color: #1c4587;
  }

  .dropdownlink.all {
    font-size: 14px;
    font-weight: 500;
  }

  .dropdownlink.bottom {
    border-bottom: 1px solid #e4e4ed;
  }

  .main-section {
    padding-right: 45px;
    padding-left: 45px;
  }

  .main-section.lp {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 24px;
  }

  .title1 {
    margin-bottom: 9px;
    font-size: 29px;
    line-height: 32px;
    text-align: center;
  }

  .producttabs {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.25em;
  }

  .lpproducttabs {
    width: 600px;
    padding: 0px 30px 17px;
  }

  .thumbnailbg {
    height: 125px;
    margin-bottom: 30px;
  }

  .productcardtext {
    font-size: 16px;
  }

  .thumbnailgraphic {
    height: 125px;
  }

  .discoverblock {
    font-size: 14px;
  }

  .menulinks {
    margin-top: 8px;
    margin-bottom: 0px;
    color: #171728;
    font-size: 14px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .discoverddmenu.top.w--open {
    border-style: none;
    border-radius: 0px;
    box-shadow: none;
  }

  .toplandingsection {
    padding-top: 60px;
    padding-bottom: 83px;
  }

  .maxwidth600 {
    width: auto;
  }

  .logoff {
    width: 90%;
  }

  .dd {
    width: 100%;
  }

  .signincolumn {
    padding: 38px 55px
  }
}

@media screen and (max-width: 767px) {
  .logintitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .loginbutton {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logincolumn {
    padding-right: 0px;
  }

  .logincolumn._2 {
    padding-left: 0px;
  }

  .dropdownlink {
    padding-left: 30px;
  }

  .dropdownlink.all {
    font-size: 14px;
  }

  .productcolumn {
    border-left-style: none;
  }

  .optiontoggle.theme, .learningcenter {
    top: 4px;
  }

  .main-section {
    padding-top: 65px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .title1 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 26px;
  }

  .tab-dropdown {
    display: none;
    height: 60px;
    padding-top: 19px;
    padding-left: 17px;
    border-radius: 5px;
    background-color: #13ca60;
    background-image: url('../images/59c002585ea0cd0001101cc7_social-35-white.svg');
    background-position: 96% 47%;
    background-size: 25px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .productdropdown {
    display: inline;
    font-weight: 500;
  }

  .tabs-content-2 {
    margin-top: 14px;
  }

  .producttabs {
    padding: 7px 12px;
    font-size: 12px;
  }

  .lpproducttabs {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .optionswrapper .dropdown-toggle {
    top: -21px;
  }

  .discoverddmenu.top.w--open {
    margin-top: 0px;
  }

  .toplandingsection {
    padding: 28px 50px 77px 52px;
  }

  .maxwidth600 {
    width: 100%;
  }

  .paragraph-9 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .text-block-39 {
    font-size: 16px;
  }
  .loginwrapper {
    margin-top: 0px;
  }

}

@media screen and (max-width: 479px) {
  .nav-menu {
    display: block;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    color: #016;
  }

  .image {
    width: 21px;
  }

  .dropdownlink {
    padding-left: 20px;
  }

  .optiontoggle.theme {
    position: relative;
    top: 3px;
    right: 0px;
  }

  .learningcenter {
    left: 97px;
    top: 3px;
    right: 0px;
  }

  .iframewrapper {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .title1 {
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 26px;
  }

  .title1.c {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .producttabs {
    display: inline-block;
    margin-bottom: 6px;
  }

  .producttabs.heading {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .lpproducttabs {
    top: -55px;
    width: 100%;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
  }

  .thumbnailbg {
    margin-bottom: 13px;
  }

  .productcardtext {
    margin-bottom: 0px;
  }

  .thumbnailgraphic {
    bottom: -11px;
    height: 115px;
  }

  .productthumbnaillink {
    margin-bottom: 5px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4ed;
  }

  .productthumbnaillink.bottom {
    border-bottom-style: none;
  }

  .discoverblock {
    display: none;
    font-size: 12px;
  }

  .languagesdd {
    left: 44px;
    top: 7px;
    right: auto;
    bottom: auto;
  }

  .optionswrapper .dropdown-toggle {
    position: relative;
  }

  .menulinks {
    display: block;
    width: 100%;
    color: #016;
  }

  .discoverddmenu.language.w--open {
    right: auto;
    left: 0px;
  }

  .toplandingsection {
    padding-right: 25px;
    padding-bottom: 37px;
    padding-left: 24px;
  }

  .paragraph-9 {
    font-size: 14px;
    line-height: 1.25em;
  }

  .paragraph-9.l {
    font-size: 12px;
  }

  .text-block-39 {
    font-size: 14px;
  }

  .viewoptionscolumnr {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .columns-17 {
    display: block;
  }

  .column-33 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 340px) {
  .iframewrapper {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 pro solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}