nav {
  display: block;
}

.dropup .caret,
.prodnavbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.prodnavbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .prodnavbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .prodnavbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.prodnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.prodnav>li {
  position: relative;
  display: block;
}

.prodnav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.prodnav>li>a:hover,
.prodnav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.prodnav>li.disabled>a {
  color: #777;
}

.prodnav>li.disabled>a:hover,
.prodnav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.prodnav .open>a,
.prodnav .open>a:hover,
.prodnav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.prodnav .prodnav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.prodnav>li>a>img {
  max-width: none;
}

.prodnav-tabs {
  border-bottom: 1px solid #ddd;
}

.prodnav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.prodnav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.prodnav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.prodnav-tabs>li.active>a,
.prodnav-tabs>li.active>a:hover,
.prodnav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.prodnav-tabs.prodnav-justified {
  width: 100%;
  border-bottom: 0;
}

.prodnav-tabs.prodnav-justified>li {
  float: none;
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-tabs.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-tabs.prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs.prodnav-justified>.active>a,
.prodnav-tabs.prodnav-justified>.active>a:hover,
.prodnav-tabs.prodnav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs.prodnav-justified>.active>a,
  .prodnav-tabs.prodnav-justified>.active>a:hover,
  .prodnav-tabs.prodnav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.prodnav-pills>li {
  float: left;
}

.prodnav-pills>li>a {
  border-radius: 4px;
}

.prodnav-pills>li+li {
  margin-left: 2px;
}

.prodnav-pills>li.active>a,
.prodnav-pills>li.active>a:hover,
.prodnav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.prodnav-stacked>li {
  float: none;
}

.prodnav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.prodnav-justified {
  width: 100%;
}

.prodnav-justified>li {
  float: none;
}

.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs-justified {
  border-bottom: 0;
}

.prodnav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs-justified>.active>a,
.prodnav-tabs-justified>.active>a:hover,
.prodnav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs-justified>.active>a,
  .prodnav-tabs-justified>.active>a:hover,
  .prodnav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.prodnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border-bottom: 2px solid transparent;
  margin-top: -10px;
}

@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}

.prodnavbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.prodnavbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .prodnavbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
  }
  .prodnavbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .prodnavbar-collapse.in {
    overflow-y: visible;
  }
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-static-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.prodnavbar-fixed-top .prodnavbar-collapse,
.prodnavbar-fixed-bottom .prodnavbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    max-height: 200px;
  }
}

.container>.prodnavbar-header,
.container-fluid>.prodnavbar-header,
.container>.prodnavbar-collapse,
.container-fluid>.prodnavbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container>.prodnavbar-header,
  .container-fluid>.prodnavbar-header,
  .container>.prodnavbar-collapse,
  .container-fluid>.prodnavbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.prodnavbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .prodnavbar-static-top {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top,
.prodnavbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .prodnavbar-fixed-top,
  .prodnavbar-fixed-bottom {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.prodnavbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.prodnavbar-brand {
  float: left;
  width: 300px;
  height: 60px;
  display: block;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-indent: -9999px;
  position: relative;
}

.prodnavbar-brand:hover,
.prodnavbar-brand:focus {
  text-decoration: none;
}

.prodnavbar-brand>img {
  display: block;
}

@media (min-width: 992px) {
  .prodnavbar>.container .prodnavbar-brand,
  .prodnavbar>.container-fluid .prodnavbar-brand {
    margin-left: -15px;
  }
}

.prodnavbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prodnavbar-toggle:focus {
  outline: 0;
}

.prodnavbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.prodnavbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .prodnavbar-toggle {
    display: none;
  }
}

.prodnavbar-nav {
  margin: 7.5px -15px;
}

.prodnavbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .prodnavbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .prodnavbar-nav .open .dropdown-menu>li>a,
  .prodnavbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .prodnavbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .prodnavbar-nav {
    float: left;
    margin: 0;
  }
  .prodnavbar-nav>li {
    float: left;
  }
  .prodnavbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.prodnavbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 992px) {
  .prodnavbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control-static {
    display: inline-block;
  }
  .prodnavbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .prodnavbar-form .input-group .input-group-addon,
  .prodnavbar-form .input-group .input-group-btn,
  .prodnavbar-form .input-group .form-control {
    width: auto;
  }
  .prodnavbar-form .input-group>.form-control {
    width: 100%;
  }
  .prodnavbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio,
  .prodnavbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio label,
  .prodnavbar-form .checkbox label {
    padding-left: 0;
  }
  .prodnavbar-form .radio input[type="radio"],
  .prodnavbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .prodnavbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .prodnavbar-form .form-group {
    margin-bottom: 5px;
  }
  .prodnavbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.prodnavbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar-fixed-bottom .prodnavbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prodnavbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.prodnavbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prodnavbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.prodnavbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .prodnavbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .prodnavbar-left {
    float: left !important;
  }
  .prodnavbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .prodnavbar-right~.prodnavbar-right {
    margin-right: 0;
  }
}

.prodnavbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-brand {
  color: #777;
}

.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-text {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a:hover,
.prodnavbar-default .prodnavbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-nav>.active>a,
.prodnavbar-default .prodnavbar-nav>.active>a:hover,
.prodnavbar-default .prodnavbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.disabled>a,
.prodnavbar-default .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-default .prodnavbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-toggle {
  border-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle:hover,
.prodnavbar-default .prodnavbar-toggle:focus {
  background-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle .icon-bar {
  background-color: #888;
}

.prodnavbar-default .prodnavbar-collapse,
.prodnavbar-default .prodnavbar-form {
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.open>a,
.prodnavbar-default .prodnavbar-nav>.open>a:hover,
.prodnavbar-default .prodnavbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.prodnavbar-default .prodnavbar-link {
  color: #777;
}

.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}

.prodnavbar-default .btn-link {
  color: #777;
}

.prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link:focus {
  color: #333;
}

.prodnavbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-default .btn-link:focus {
  color: #ccc;
}

.prodnavbar-inverse {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}

.prodnavbar-inverse .prodnavbar-brand {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-brand:hover,
.prodnavbar-inverse .prodnavbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-text {
  color: #080808;
}

.prodnavbar-inverse .prodnavbar-nav>li>a {
  color: #080808;
}

.prodnavbar-inverse .prodnavbar-nav>li>a:hover,
.prodnavbar-inverse .prodnavbar-nav>li>a:focus {
  color: #000;
  background-color: #e2e4e9;
}

.prodnavbar-inverse .prodnavbar-nav>.active>a,
.prodnavbar-inverse .prodnavbar-nav>.active>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.active>a:focus {
  color: #000;
  background-color: #e2e4e9;
}

.prodnavbar-inverse .prodnavbar-nav>.disabled>a,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-toggle {
  border-color: #e2e4e9;
}

.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #e2e4e9;
}

.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #43B049;
}

.prodnavbar-inverse .prodnavbar-toggle:focus>.icon-bar,
.prodnavbar-inverse .prodnavbar-toggle:hover>.icon-bar {
  background-color: #ffffff;
}

.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #0073ba;
  margin-top: 0px;
}

.prodnavbar-inverse .prodnavbar-nav>.open>a,
.prodnavbar-inverse .prodnavbar-nav>.open>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.open>a:focus {
  color: #fff;
  background-color: ;
}

@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #0073ba;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #0073ba;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #0073ba;
    background-color: transparent;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #0073ba;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.prodnavbar-inverse .prodnavbar-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-link:hover {
  color: #fff;
}

.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #fff;
}

.prodnavbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-inverse .btn-link:focus {
  color: #444;
}

.prodnav:before,
.prodnav:after,
.prodnavbar:before,
.prodnavbar:after,
.prodnavbar-header:before,
.prodnavbar-header:after,
.prodnavbar-collapse:before,
.prodnavbar-collapse:after {
  display: table;
  content: " ";
}

.prodnav:after,
.prodnavbar:after,
.prodnavbar-header:after,
.prodnavbar-collapse:after {
  clear: both;
}

/* Jumbotron Property */

.jumbotron {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  background-color: rgba(17, 23, 39, 0.8);
  background:url(../images/bg.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 60%;
  min-height: 800px;
}

.jumbotron h1.featurette-heading {
  color: #43B049;
  font-size: 30pt;
  font-weight: bold;
}
.jumbotron h1.featurette-heading2 {
  color: black;
  font-size: 30pt;
  font-weight: bold;
}

.jumbotron .featurette {
  color: #000;
}

.jumbotron .featurette h1 {
  font-size: 35pt;
  font-weight: bold;
}

.jumbotron .featurette ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.jumbotron .featurette ul li {
//  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}

@media (max-width: 1000px) {
.jumbotron{
  background-color: #101626;
  background-image:none;
}}

.jumbotronp {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  background-color:#3659b5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotronp h1.featurette-heading {
  color: #ffffff;
  font-size: 30pt;
  font-weight: bold;
}
.jumbotronp h1.featurette-heading2 {
  color:#75B76D;
  font-size: 30pt;
  font-weight: bold;
}

.jumbotronp .featurette {
  color: #ffffff;
}
.jumbotronp h2,
.jumbotronp h4 {
  color: #ffffff;
}

.jumbotronp .featurette ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.jumbotronp .featurette ul li {
  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}
.jumbotronb {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  background-color:#0e101a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotronb h1.featurette-heading {
  color: #ffffff;
  font-size: 30pt;
  font-weight: bold;
}
.jumbotronb h1.featurette-heading2 {
  color:#75B76D;
  font-size: 30pt;
  font-weight: bold;
}

.jumbotronb .featurette {
  color: #ffffff;
}
.jumbotronb h2,
.jumbotronb h4 {
  color: #ffffff;
}

.jumbotronb .featurette ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.jumbotronb .featurette ul li {
  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}
/* Footer Property */

footer.product {
  background-color: #f0f2fc;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
}

footer.product h3 {
  color: #1f243c;
  font-size: 16px;
  font-weight: bold;
}

footer.product p.footerlist {
  color: #ffffff;
  line-height: 180%;
}

footer.product p.footerlist a {
  color: #4d536e;
  text-decoration: none;
}

footer.product p.footerlist a:hover {
  color: #525f85;
  text-decoration: none;
}

.leftmenu h4 {
  font: 700 18px/26px "PT Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  color: #4c5259;
}

.small-grpdcs {
  display: block;
  font-size: 16px;
  margin-bottom: -11px
}

.leftmenu {
  padding: 0 30px 0 0;
  border-right: 1px dashed #d6d6d6;
  min-height: 300px
}

@media (max-width: 767px) {
  .leftmenu {
    display: none;
  }
}

.products-list {
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none
}

.products-list li {
  padding: 0 0 13px;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 10px;
  color: #979797
}

.products-list li:last-child {
  border-bottom: 0
}

.products-list a {
  color: #0087cb
}

.products-list a:hover {
  text-decoration: none;
  color: #53bbf0
}

.products-list .small-grpdcs {
  display: block;
  font-size: 13px;
  margin-bottom: 0
}

@media (min-width: 768px) {
  .content-products {
    padding: 0 0 0 30px;
  }
}

/* ボタン */

.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #0073ba;
  border-color: #0073ba;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-blue:hover {
  background-color: #055c92;
  border-color: #055c92;
  color: #ffffff;
}

.btn-inquiry {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #0d8065;
  border-color: #0d8065;
  font-weight: bold;
}

.btn-white {
  color: #2467af;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-white:hover {
  background-color: #f0f0f0;
  border-color: #ffffff;
  color: #2467af;
}

.btn-inquiry:hover {
  background-color: #0b6a54;
  border-color: #0b6a54;
  color: #ffffff;
}

/* ボタン */

.box20 {
  position: relative;
  padding: 10px 20px;
  background: #efefef;
}

.box20:before,
.box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0;
}

.box20:after {
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0;
}

.box20 p {
  margin: 0;
  padding: 0;
}

.left-bar {
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #7db4e6;
  /*左線*/
}

table.xl_feature-list tbody tr td,
table.xl_feature-list thead tr th {
  text-align: center;
  vertical-align: middle;
}

.xl_feature-list tr td:first-child {
  text-align: left;
}

.xl_feature-list thead {
  background-color: gray;
  color: white;
}

.xl_feature-list .check {
  background-color: #eee;
  font-size: larger;
}

.xl_table_spec tbody tr td,
.xl_table_spec thead tr th {
  vertical-align: middle;
}

.nav li a:link {
  text-decoration: none;
  font-size: 14px;
}

.nav-pills {
  margin-bottom: 0;
  border-bottom: 2px solid #0071C5;
}

.nav-pills>li>a {
  background-color: #ebebeb;
  margin: 0px 2px 0px;
  border-radius: 0px;
}

.nav-pills>li:first-child>a {
  margin-left: 0px;
}

.nav-pills>li:last-child>a {
  margin-right: 0px;
}

.nav-pills>li>a:hover {
  background-color: #0073ba;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.feature-box {
  background-color: transparent;
  padding: 15px;
  padding-top: 20px;
  line-height: 150%;
  margin: 20px;
  overflow: hidden;
  color: #000;
}

.feature-box:hover {
  background-color: #3eabe9;
  color: #fff;
}

a .feature-box:hover {
  text-decoration: none;
}

.feature-box span {
  display: block;
  height: 191px;
  left: 50%;
  margin: 0 0 0 -62px;
  position: absolute;
  text-indent: -9999px;
  top: 50px;
  width: 123px;
}

.feature-box h3 {
  padding: 200px 28px 22px 28px;
}

.price {
  text-align: right;
}
.subtitleblue {
  color: #2467af;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.subtitlewhite {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
.points1 {
  text-align: left;
  font-size: 17px;
  line-height: 150%;
  padding: 0 45px 20px 45px ;
}
.blueback {
  background-image: linear-gradient(#2d79c1, #3a9ad9);

}
h3.box {
  color: #2467af;
  font-size: 130%;
  font-weight: bold;
}
a:hover {
  text-decoration:none;
}
.docuicon {
  color: #2467af;
  text-align:center;
  margin: 20px 0 10px 0;
}
a:hover .docuicon, a:hover .box {
  color: #ffffff;
}
.docuarrow {
  text-align:center;
  margin: 30px 0 10px 0;
}
a:hover .well2 {
  background-image: linear-gradient(to right, #2d79c1, #3a9ad9);
  color: #ffffff;
}
.description{
  margin-left: 3em;
  color:#556575
} 
.homepage-why-card{
  background:#fff;
  padding:2em;
  border-radius:4px;
  right:0em;
  position:relative;
  top:7em
}
@media (min-width:0px) and (max-width:767px){
.homepage-why-card{
  right:0;
  top:0;
  width:100%;
  margin-bottom:1em
}}
.homepage-snake-bg1{
  position:absolute;
  width:500px;
  height:580px;
  top:60px;
  left:60px;
  background-size:contain;
  background-repeat:no-repeat
}
@media (min-width:0px) and (max-width:1023px){
.homepage-snake-bg1{
  display:none
}}
.homepage-snake-container {
  position: relative;
  height:200px;
}
.mb-2{
  margin-bottom:2em;
  left:60px;
}
@media (min-width:0px) and (max-width:767px){
.mb-2{margin-bottom:1.33333em
}}
@media (min-width:0px) and (max-width:767px){
.mobile-mb-2{
  margin-bottom:2em
}}
.list-inline, .list-none {
  list-style-type: none;
}  
.list-none {
  margin: 0;
  padding: 0;
}
.list-check {
  list-style:none;
}
.homepage-why-card ul{
  list-style-image:url(../images/checkmark.png);
}


.card {
  width: auto;
  height:auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;

}
.card:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
  height: 360px;
}
.card-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
  color: #333;
}
.card-text {
  color: #333;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #1EB59A;
  font-size: 20px;
  margin: 0 10px;
}
.card-link a:hover {
  color: #1EB59A;
}
.product-card-icon{
  height:60px;
  width: 50px;
}

.card-frame1{
  width: 100%;
  height: auto;
  padding-top: 5%;
  background: #bdcf02;
  box-sizing: border-box;
}
.card-frame2{
  width: 100%;
  height: auto;
  padding-top: 5%;
  background: #00a19b;
  box-sizing: border-box;
}
.card-frame3{
  width: 100%;
  height: auto;
  padding-top: 5%;
  background: #006ba0;
  box-sizing: border-box;
}
.font4{
  font-size: 50px;
  text-align: center;
}
.emoji{
  padding: 0 20px; 
}

.emoji p{
  color:#333333;
  font-size: 17px;
  line-height: 1.5em;
}
.homepage-why-card2{
  background:#fff;
  padding:2em;
  border-radius:4px;
  right:-10em;
  position:relative;
  top:-2em;
  width:370px;
  height: auto;
}
@media (min-width:0px) and (max-width:767px){
.homepage-why-card2{
  right:0;
  top:0;
  width:100%;
  margin-bottom:1em
}}
.homepage-why-card2 ul{
  list-style-image:url(../images/checkmark.png);
}
.mb-3{
  margin-bottom:2em;
  left:20px;
}
.font5 h3{
  line-height: 1.5em;
}
.font6{
  color: #556575;
}
.font6 h4{
  line-height: 2em;
}
.font6 li{
  font-size:17px;
}
.shadow{
margin: auto;
width:auto;
height: auto; 
background: #ffffff; 
box-shadow:0 10px 25px 0 rgba(0, 0, 0, .5);
}
.shadow2{
  width:370px;
  height: auto; 
  background: #ffffff; 
  box-shadow:0 10px 25px 0 rgba(0, 0, 0, .5);
  }

.video{
  max-width: 50%;
}
.green-bar {
  height: 3em;
  background-image: url(../images/snake_bar.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.team-pricing-desktop {
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 767px){
.hide-mobile {
    display: none;
  }}
  

@media screen and (max-width: 600px) {
  .table {
      border: 0;
      width:100%
    }}
  .table1 {
      width:100%;
      font-size: 13pt;
      line-height: 300%;
      border-collapse: separate; 
      border-radius: 10px;
    }
  .table thead tr{
      background-color: #D7D9DD;
      color:#536366;
    }
  .table tr{
      font-weight: bold;
      font-size: 17%;
      text-align: center;
    }

  .table th{
      font-weight: bold;
      font-size: 17%;
    }

  .tr th, tr td{
      padding:5px;
    }


  .table, td {
    border: 1px  #ffffff solid;
    height: 70px;
  }
  .table, th{
    text-align: center;
  }

  .cell1{
    background:#DFF5F5;
    padding-left: 2em;
  }
  .cell2{
    background:#CCECEB;
    
  }
  .cell3{
    background:#99D9D7;
  }
  .cell4{
   background:#73CBC8;
  }
  .cell5{
    background:#DBDDE1;
    text-align: center;
  }
  .shadow3{
    width:auto;
    height: auto; 
    background: #ffffff; 
    box-shadow:0 10px 25px 0 rgba(0, 0, 0, .5);
    }

 @media (max-width:1000px){
 .shadow3{
  background:none;
  box-shadow:none;
 }  
 }   
  .font3{
    font-size: 75px;
  }
  .enterprise{
    width:530px;
    height:460px;
    background-image:url(../images/enterprise1.jpg);
    background-position-x:0px;
    background-position-y:0x;
    background-repeat:no-repeat;
    border-top-left-radius:15px;
    border-bottom-left-radius: 15px;
    }
@media (max-width:1000px){
  .enterprise{
    background-image:none;
  }
}

.pl-0{padding-left:0
}
.content {
  position: absolute;
  top: 65%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 50px;
  font-family: 'Muli';
  color: #43b049;
  height: 160px;
  overflow: hidden;
}

.visible {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  width: 600px;
  padding: 0, 0px;
}

.visible:after {
  position: absolute;
  right: 0;
  line-height: 40px;
}
.visible:after, .visible:before {
  position: absolute;
  top: 0;
  font-size: 42px;
  -webkit-animation: 2s linear 0s normal none infinite opacity;
          animation: 2s linear 0s normal none infinite opacity;
}


.ul1 {
  margin-top: 0;
  padding-left: 10px;
  text-align: left;
  list-style: none;
  -webkit-animation: 12s linear 0s normal none infinite change;
          animation: 12s linear 0s normal none infinite change;
}

.li1 {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  17%,29% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  34%,46% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51%,63% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  68%,80% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  85%,97% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  17%,29% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  34%,46% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51%,63% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  68%,80% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  85%,97% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@media (min-width:1050px) and (max-width:1190px){
  .content {
    position: absolute;
    top: 65%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}}
@media (min-width:950px) and (max-width:1050px){
  .content {
    position: absolute;
    top: 68%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}}
@media (min-width:880px) and (max-width:950px){
  .content {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}}
@media (min-width:800px) and (max-width:880px){
    .content {
      position: absolute;
      top: 70%;
      left: 40%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
}}
@media (min-width:770px) and (max-width:800px){
  .content {
    position: absolute;
    top: 68%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

}}
@media (min-width:750px) and (max-width:770px){
  .content {
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

}}
@media (min-width:700px) and (max-width:750px){
      .content {
        position: absolute;
        top: 60%;
        left: 45%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
  
}}
@media (min-width:500px) and (max-width:700px){
      .content {
        position: absolute;
        top: 60%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
}}
@media (min-width:300px) and (max-width:500px){
      .content {
        position: absolute;
        top: 60%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
 }}
.pricing ul{
  list-style-image:url(../images/a11y_check.svg);
}
.pricing li{
  
    margin-bottom: -20px;
}
.card-content2 {
  padding: 20px;
}
.card2 {
  width: auto;
  height:auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;

}
.shadow4{
  width:auto;
  height: auto; 
  background: #ffffff; 
  box-shadow:2px 5px 10px 0 rgba(0, 0, 0, .5);
  border-radius: 10px;
  }
  .card-pricing-frame1{
    width: 100%;
    padding-top: 2%;
    background: #bdcf02;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 10px;
  }
  .card-pricing-frame2{
    width: 100%;
    height: auto;
    padding-top: 5%;
    background: #00a19b;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .card-pricing-frame3{
    width: 100%;
    height: auto;
    padding-top: 5%;
    background: #006ba0;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .mb-4{
    margin-bottom:1em;
    left: 30px;
    font-weight: normal;
  }
  .card-link2 {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px;
  }
  .thumbimage {
    height: 76px;
    width: 76px;
}
.s4qu6-video {
    border-radius: 10px;
    height: 400px;
    width: 500px;
}
.jumbotbox {
    padding: 40px;
}

/* Grammarly Addition */

._124WO-icons {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: grid;
    grid-row-gap: 24px;
    grid-template-columns: 120px 120px;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 40px;
    padding: 0;
}
.hnEQr-icon {
    -moz-box-align: center;
    -moz-box-orient: vertical;
    -moz-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -o-box-align: center;
    -o-box-orient: vertical;
    -o-box-pack: justify;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    width: 100px;
}
.tDZ9q-image {
    -webkit-box-shadow: 0 4px 16px rgba(26,33,52,.08);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(26,33,52,.08);
    height: 56px;
    margin: 0 0 16px;
    width: 56px;
}
._3FCBB-animation {
    border-radius: 10px;
    height: 496px;
    position: relative;
    width: 510px;
}
._3FCBB-animation {
    -webkit-box-shadow: 0 5px 5px 0 rgba(154,160,185,.05), 0 5px 30px 0 rgba(166,173,201,.22);
    box-shadow: 0 5px 5px 0 rgba(154,160,185,.05), 0 5px 30px 0 rgba(166,173,201,.22);
}
._1Vq1u-mask {
    clip-path: inset(0 0 0 0 round 10px 10px 10px 10px);
    height: 496px;
    width: 510px;
}
._2ZnQk-background {
    bottom: -70px;
    left: 90px;
    position: absolute;
    width: 581px;
    z-index: -1;
}
._2rawg-animation {
    -moz-box-align: center;
    -moz-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -o-box-align: center;
    -o-box-orient: vertical;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}
._2rR5L-section {
    background: -webkit-linear-gradient(90deg,#fff 3%,hsla(0,0%,100%,0)),-webkit-linear-gradient(347deg,#aaf2e1,#93edf5 50%,#dbebff);
    background: -moz-linear-gradient(90deg,#fff 3%,hsla(0,0%,100%,0) 100%),-moz-linear-gradient(347deg,#aaf2e1 0,#93edf5 50%,#dbebff 100%);
    background: -o-linear-gradient(90deg,#fff 3%,hsla(0,0%,100%,0) 100%),-o-linear-gradient(347deg,#aaf2e1 0,#93edf5 50%,#dbebff 100%);
    background: -ms-linear-gradient(90deg,#fff 3%,hsla(0,0%,100%,0) 100%),-ms-linear-gradient(347deg,#aaf2e1 0,#93edf5 50%,#dbebff 100%);
    background: linear-gradient(0deg,#fff 3%,hsla(0,0%,100%,0)),linear-gradient(-257deg,#aaf2e1,#93edf5 50%,#dbebff);
    padding-top: 120px;
    text-align: Left;
}
._3apdA-sectionContent {
    -moz-box-align: normal;
    -ms-flex-align: normal;
    -o-box-align: normal;
    -webkit-align-items: normal;
    -webkit-box-align: normal;
    align-items: normal;
}
.FsLTt-h2, h2.FsLTt-h2 {
    font-family: Inter,sans-serif;
    font-size: 29px;
    letter-spacing: -.003em;
    line-height: 38px;
}
._3RBnO-qouteBlock {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -o-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    justify-content: space-between;
}
._2Pu2z-quoteText {
    margin-right: 134px;
    max-width: 675px;
    position: relative;
    width: 70%;
}
._1ohL3-lead {
    font-size: 20px;
    line-height: 32px;
}
._1_z68-large, ._1Dcp3-small, ._1ohL3-lead, ._2SubB-textCommon, ._2VZtQ-xsmall, ._3Lr_W-paragraph, .boSFt-medium {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
._1tgaf-author {
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -o-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: column;
    margin: 0 80px 0 0;
}
._2HcMy-h5, ._3Go7V-h6, ._3PdWA-h4, ._3z4gJ-h3, ._3zjMM-h1, ._25cDL-headerCommon, .FsLTt-h2, h1._3zjMM-h1, h2.FsLTt-h2, h3._3z4gJ-h3, h4._3PdWA-h4, h5._2HcMy-h5, h6._3Go7V-h6 {
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
._1_z68-large {
    font-size: 16px;
    line-height: 28px;
}
.yD_za-iconsBlock {
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
    margin-top: 92px;
}
._1tgaf-author>img {
    height: 54px;
    margin-bottom: 16px;
    width: 54px;
}
.yD_za-iconsBlock ._3xo_H-icons {
    -moz-box-flex: 1;
    -moz-box-lines: multiple;
    -moz-box-orient: horizontal;
    -moz-box-pack: distribute;
    -ms-flex: 1;
    -ms-flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    -o-box-flex: 1;
    -o-box-lines: multiple;
    -o-box-orient: horizontal;
    -o-box-pack: distribute;
    -webkit-box-flex: 1;
    -webkit-box-lines: multiple;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: distribute;
    -webkit-flex: 1;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    box-flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.yD_za-iconsBlock ._3xo_H-icons>img {
    padding: 0 8px 30px;
}
.textwhite {
    color: #ffffff;
}
.howbox {
    padding: 10px 20px;

}
.howbox p {
    font-size: 140%;
    line-height: 140%;
}
.howbox h3 {
    font-size: 140%;
    font-weight: bold;
}
.testim {
    padding-right: 30px;
}
.testim p {
    font-size: 130%;
    line-height: 140%;
}
.testimr h4 {
    font-size: 120%;
    font-weight: bold;
    margin-top:30px;
    margin-bottom: -10px;
}
.testimr p.title  {
    font-size: 120%;
    line-height: 130%;
    color: #777777;
}
.howfeat {
    margin-bottom: 50px;
}
.grmtesti h4,
.grmtesti p {
    color: #ffffff;
}
.grmtesti .emoji {
    margin-bottom: 40px;
}
