@charset "UTF-8";
p {
  text-align: justify;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "anago", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

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

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

::-webkit-search-decoration {
  display: none;
}

::-webkit-file-upload-button {
  border: 0;
  background: none;
  padding: 0;
}

.bem-reset-block,
.article,
.article-header,
.article-header__logo,
.article-header__logo-img--mobile,
.article-header__logo-img--desktop,
.article-header__home,
.article-body,
.article-body__iframe,
.careers,
.careers__content,
.careers__title,
.careers__body,
.contact,
.contact__images,
.contact__image,
.contact__content,
.contact__body,
.cover-video,
.featured,
.featured__title-wrapper,
.featured__title,
.featured__body-wrapper,
.featured__body,
.featured__overlay,
.featured__poster,
.featured__video-wrapper--fixed,
.featured__video-wrapper--absolute,
.featured__video,
.leadership,
.leadership__quote,
.leadership__quote-content,
.leadership__quote-attribution,
.leadership__row,
.leadership__photo-wrapper,
.leadership__photo,
.leadership__name,
.leadership__title,
.leadership__body,
.nav-dots,
.nav-dots__link,
.nav-dots__link-text,
.page-footer,
.page-footer__logo--desktop,
.page-footer__legal,
.page-footer__link,
.page-footer__copyright,
.page-footer__social,
.page-footer__social-link,
.page-footer__social-logo,
.page-header__hamburger,
.page-header__legal,
.page-header__legal-link,
.page-header__legal-copyright,
.page-header__logo,
.page-header__logo-img--mobile,
.page-header__logo-img--desktop,
.page-header__menu,
.page-header__links,
.page-header__link,
.page-header__social,
.page-header__social-link,
.page-header__social-icon,
.page-header,
.partnership,
.partnership__body,
.partnership__img,
.please-scroll,
.please-scroll__text,
.rich-text,
.services,
.services__bg,
.services__service,
.services__service-title,
.services__service-body,
.services__img-wrapper,
.services__img,
.services__offerings,
.services__offering,
.services__offering-img,
.services__offering-title,
.services__offering-body,
.solutions,
.solutions__body,
.solutions__solution-icon,
.solutions__solution-title {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

.bem-reset-list {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  list-style: none;
}

.bem-reset-table {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.bem-reset-table-cell {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

.bem-reset-quote {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  quotes: none;
}

.bem-reset-quote::before,
.bem-reset-quote::after {
  content: "";
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.sr-only {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.container,
.row,
[class^="col-"] {
  box-sizing: border-box;
}

.js__slide-in--left {
  position: relative;
  left: -100%;
  opacity: 0;
}

.js__slide-in--right {
  position: relative;
  right: -100%;
  opacity: 0;
}

.js__fade-in {
  opacity: 0;
}

.js__parallax-bg {
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.article {
  position: relative;
  background: linear-gradient(to bottom, #041829 0%, #041f38 75%);
  padding: 0 0 50px;
  min-height: 101vh;
  overflow: hidden;
}

.article::before {
  display: block;
  position: absolute;
  top: 260px;
  left: -1%;
  z-index: 10;
  background: url("../images/bg__hex--left.svg") no-repeat;
  background-size: cover;
  width: 614px;
  height: 1459px;
  /* content: ''; */
}

.article::after {
  display: block;
  position: absolute;
  top: -360px;
  right: -1%;
  z-index: 10;
  background: url("../images/bg__hex--right.svg") no-repeat;
  background-size: cover;
  width: 589px;
  height: 1459px;
  content: "";
}

@media (max-width: 768px) {
  .article::before {
    top: 1370px;
  }
  .article::after {
    top: 100px;
  }
}

@media (min-width: 769px) and (max-width: 1190px) {
  .article::before {
    top: 1000px;
  }
  .article::after {
    top: 100px;
  }
}

.article-header {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    transparent 100%
  );
  padding: 20px 0 30px;
}

.article-header__logo {
  display: block;
  width: 100%;
  max-width: 150px;
}

@media (min-width: 768px) {
  .article-header__logo {
    max-width: 200px;
  }
}

.article-header__logo-img--mobile,
.article-header__logo-img--desktop {
  display: block;
  width: 100%;
  height: auto;
}

.article-header__logo-img--desktop {
  display: none;
}

@media (min-width: 992px) {
  .article-header__logo-img--mobile {
    display: none;
  }
  .article-header__logo-img--desktop {
    display: block;
  }
}

.article-header__home {
  display: inline-block;
  margin: 30px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #8fca6a;
  font: normal 600 14px/1 "anago", sans-serif;
}

@media (min-width: 992px) {
  .article-header__home--careers {
    margin-left: 71px;
  }
}

.article-body {
  position: relative;
  z-index: 20;
  color: #fff;
  font: normal 300 12px/1.5 "anago", sans-serif;
}

@media (min-width: 992px) {
  .article-body {
    font-size: 14px;
  }
}

.article-body > * {
  margin-top: 0;
  margin-bottom: 0;
}

.article-body > * + * {
  margin-top: 14px;
}

.article-body h1 {
  color: #fff;
  font: normal 400 20px/1 "anago", sans-serif;
}

@media (min-width: 992px) {
  .article-body h1 {
    line-height: 1.2;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .article-body--careers {
    padding: 0 71px;
  }
}

.article-body--careers h2 {
  color: #2aa7dd;
  font: normal 700 14px/1.4 "anago", sans-serif;
}

.article-body--careers h2 + * {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .article-body--careers h2 {
    line-height: 1.2;
    font-size: 22px;
  }
}

.article-body--terms h2 {
  color: #2aa7dd;
  font: normal 700 14px/1.4 "anago", sans-serif;
}

.article-body--terms h2 + * {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .article-body--terms h2 {
    line-height: 1.2;
    font-size: 22px;
  }
}

.article-body--privacy h2 {
  color: #fff;
  font: normal 400 18px/1.4 "anago", sans-serif;
}

@media (min-width: 992px) {
  .article-body--privacy h2 {
    font-size: 30px;
  }
}

.article-body--privacy h3 {
  color: #2aa7dd;
  font: normal 400 14px/1.4 "anago", sans-serif;
}

.article-body--privacy h3 + * {
  margin-top: 0.25em;
}

@media (min-width: 992px) {
  .article-body--privacy h3 {
    font-size: 22px;
  }
}

.article-body__iframe {
  display: block;
  margin: 64px 0 !important;
  border: 0;
  width: 100%;
  height: 50vh;
}

.button {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .button {
    text-align: left;
  }
}

.button__link {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  display: inline-block;
  position: relative;
  transition-property: color;
  transition-duration: 0.2s;
  z-index: 1;
  background: #2aa7dd;
  cursor: pointer;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #fff;
  font: 900 12px/0 "anago", sans-serif;
}

@media (min-width: 992px) {
  .button__link {
    background: transparent;
    padding: 30px 40px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .button__link::before {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height 0.2s ease-in;
    z-index: -1;
    background: #2aa7dd;
    width: 100%;
    height: 0;
    content: "";
  }
  .button__link::after {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #2aa7dd;
    border-top: 0;
    height: 20px;
    color: #2aa7dd;
    content: "";
  }
  .button__link:hover::before {
    height: 100%;
  }
}

.careers {
  background-image: url("../images/bg__careers.png");
  padding: 48px 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .careers {
    padding: 96px 0;
  }
}

.careers__content {
  margin-top: 50px;
}

.careers__icon {
  width: 36px;
  height: auto;
}

@media (min-width: 992px) {
  .careers__icon {
    width: 52px;
  }
}

.careers__title {
  margin-top: 14px;
  color: #2aa7dd;
  font: normal 700 18px/1.2 "anago", sans-serif;
}

@media (min-width: 992px) {
  .careers__title {
    margin-top: 28px;
    font-size: 26px;
  }
}

.careers__body {
  margin-top: 16px;
  padding-right: 16px;
  color: #fff;
}

.careers__body .button {
  margin-top: 24px;
}

.contact {
  position: relative;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .contact {
    padding-bottom: 0;
  }
}

.contact__images {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135px;
}

@media (min-width: 992px) {
  .contact__images {
    height: 100%;
  }
}

.contact__image {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.contact__image--right {
  display: none;
}

@media (min-width: 992px) {
  .contact__image {
    width: 50%;
  }
  .contact__image--right {
    display: block;
    right: 0;
    left: auto;
  }
}

.contact .rich-text.contact__rich-text--1 {
  line-height: 1.6;
  font-size: 14px;
}

.contact .rich-text.contact__rich-text--2 {
  margin-top: 7px;
  font-size: 14px;
}

.contact .callUs {
  margin-top: 15px;
}

.contact__content {
  margin: 15px 0 0;
  background: rgba(4, 24, 41, 0.75);
  padding: 30px 20px;
}

@media (min-width: 992px) {
  .contact__content {
    margin: -25px -45px;
    padding: 55px 40px;
  }
}

.contact__body {
  padding: 10px 0 0;
}

.contact__body h2:nth-of-type(2n) + p {
  margin-top: 0;
}

@media (min-width: 992px) {
  .contact__body h2:nth-of-type(2n) + p {
    margin-top: 1em;
  }
}

.contact__body .button {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .contact__body .button {
    margin-top: 0px;
  }
}

.cover-video {
  position: relative;
  z-index: 90;
  background: #041829;
  background: linear-gradient(to bottom, #041829 0%, #000 27%, #052441 100%);
}

.featured {
  position: relative;
  background: #041829;
  overflow: hidden;
}

.featured__title-wrapper {
  position: relative;
  margin-top: 55vh;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 80;
  width: 100%;
}

.featured__title {
  margin: 0;
  color: #fff;
  font: normal 400 28px/1.2 "anago", sans-serif;
}

.featured__title strong {
  display: block;
  color: #48c1ac;
}

@media (min-width: 992px) {
  .featured__title {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .featured__title {
    font-size: 44px;
  }
}

.featured__body-wrapper {
  position: relative;
  z-index: 70;
  padding-top: 90vh;
  padding-bottom: 40vh;
}

.featured__body {
  font: normal 400 20px/1.4 "anago", sans-serif;
}

.featured__body p {
  margin-top: 0;
  margin-bottom: 0;
}
.featured__body p:nth-child(1) {
  line-height: 1.2;
  color: #2aa7dd;
  font-size: 30px;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .featured__body p:nth-child(1) {
    font-size: 36px;
    font-weight: 100;
  }
}

.featured__body p:nth-child(2) {
  margin-top: 4px;
  color: #48c1ac;
}

@media (min-width: 1200px) {
  .featured__body p:nth-child(2) {
    font-size: 30px;
    font-weight: 700;
  }
}

.featured__body p:nth-child(3) {
  margin-top: 7px;
  color: #fff;
  font-size: 17px;
}

@media (min-width: 1200px) {
  .featured__body p:nth-child(3) {
    margin-top: 8px;
    font-size: 16px;
  }
}

.featured__overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.featured__poster {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .featured__poster {
    background-image: none;
  }
}

.featured__video-wrapper--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.featured__video-wrapper--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  min-width: 100%;
  height: 100%;
  min-height: 56.25vw;
}

.featured__video::-webkit-media-controls-start-playback-button {
  display: none;
}

.leadership {
  background-image: url("../images/bg__leadership.png");
  background-image: url("../images/bg__hex--left.svg");
  background-position-x: 0 !important;
  padding: 48px 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .leadership {
    padding: 96px 0 160px;
  }
}

.leadership__quote {
  display: block;
  margin: 25px -25px 0;
  border: 5px solid #029980;
  border-image: linear-gradient(to bottom right, #029980 0%, #2b6e7c 100%);
  border-image-slice: 1;
  padding: 30px 20px;
  color: #48c1ac;
  font: normal 300 12px/1.5 "anago", sans-serif;
}

@media (min-width: 992px) {
  .leadership__quote {
    margin: 48px 0 0;
    border-width: 5px;
    padding: 10px 20px;
    font-size: 17px;
  }
}

.leadership__quote-content {
  display: inline;
  position: relative;
  color: #48c1ac;
  font: normal 500 18px/1.4 "anago", sans-serif;
}

.leadership__quote-content::before {
  top: -15px;
  left: -25px;
  content: "“";
}

.leadership__quote-content::after {
  right: -25px;
  bottom: -20px;
  content: "”";
}

@media (min-width: 992px) {
  .leadership__quote-content {
    font-size: 24px;
  }
  .leadership__quote-content::before,
  .leadership__quote-content::after {
    position: absolute;
    font-size: 48px;
  }
  .leadership__quote-content::before {
    top: -15px;
    left: -25px;
  }
  .leadership__quote-content::after {
    right: -25px;
    bottom: -20px;
  }
}

.leadership__quote-attribution {
  display: block;
  margin: 15px 0 0;
  color: #fff;
  font: normal 400 11px/1.2 "anago", sans-serif;
}

.leadership__quote-attribution::before {
  margin-right: 0.5em;
}

.leadership__quote-attribution::after {
  margin-left: 0.5em;
}

@media (min-width: 992px) {
  .leadership__quote-attribution {
    text-align: center;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .row:not(:first-child) .leadership__row {
    top: 0;
  }
}

.leadership__row {
  margin-top: 55px;
}

.leadership__row:before,
.leadership__row:after {
  content: " ";
  display: table;
}

.leadership__row:after {
  clear: both;
}

@media (min-width: 992px) {
  .leadership__row {
    position: relative;
    top: -24px;
    margin-top: 0;
  }
}

.leadership__photo-wrapper {
  position: relative;
  padding-bottom: 115%;
  width: 100%;
  height: 457px;
}

@media (min-width: 992px) {
  .leadership__photo-wrapper {
    padding-bottom: 100%;
    width: 87.5%;
  }
}

.leadership__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.leadership__name {
  color: #fff;
  font: normal 700 24px/1 "anago", sans-serif;
}

@media (min-width: 992px) {
}

.leadership__title {
  margin-top: 8px;
  color: #2aa7dd;
  font: normal 500 16px/1 "anago", sans-serif;
}

.leadership__body {
  margin-top: 16px;
}

.nav-dots {
  position: fixed;
  top: 50%;
  left: 22px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  background: url("../images/bg__nav-dots.png") no-repeat;
  width: 22px;
  height: 278px;
}

.nav-dots__link {
  display: block;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 39px;
  text-decoration: none;
}

.nav-dots__link:hover {
  background-image: url("../images/nav-dots__hover.png");
}

.nav-dots__link:hover .nav-dots__link-text {
  display: block;
}

.nav-dots__link--1.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--01.png");
}

.nav-dots__link--2.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--02.png");
}

.nav-dots__link--3.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--03.png");
}

.nav-dots__link--4.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--04.png");
}

.nav-dots__link--5.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--05.png");
}

.nav-dots__link--6.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--06.png");
}

.nav-dots__link--7.nav-dots__link--active {
  background-image: url("../images/nav-dots__active--07.png");
}

.nav-dots__link--active:hover .nav-dots__link-text {
  display: none;
}

.nav-dots__link-text {
  display: none;
  margin-left: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font: normal 10px/40px "anago", sans-serif;
}

.page-footer {
  padding: 16px 0;
}

@media (min-width: 992px) {
  .page-footer {
    padding: 67px 0 44px;
  }
}

.page-footer__logo--mobile {
  width: 44px;
  height: auto;
}

@media (min-width: 992px) {
  .page-footer__logo--mobile {
    display: none;
  }
}

.page-footer__logo--desktop {
  display: none;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 10px 0 0 113px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-footer__copyright {
    display: inline !important;
  }
  .page-footer__copyright::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    border-left: 1px solid white;
    content: "";
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-footer__logo--desktop {
    margin: 10px 0 0 75px;
  }
  .page-footer__copyright {
    display: inline !important;
  }
  .page-footer__copyright::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    border-left: 1px solid white;
    content: "";
  }
  .page-footer__social-link {
    margin-left: 22px !important;
  }
}

@media (min-width: 992px) {
  .page-footer__logo--desktop {
    display: block;
  }
}

.page-footer__legal {
  padding-top: 8px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-footer__legal {
    text-align: left;
    padding-top: 19px;
  }
}

@media (min-width: 1200px) {
  .page-footer__legal {
    padding-top: 19px;
  }
}

.page-footer__link {
  vertical-align: middle;
  text-decoration: none;
  color: white;
  font: normal 900 12px/1 "anago", sans-serif;
}

.page-footer__link:hover {
  text-decoration: underline;
}

.page-footer__link + .page-footer__link {
  position: relative;
  margin-left: 29px;
}

.page-footer__copyright {
  position: relative;
  margin-left: 29px;
}

.page-footer__link + .page-footer__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  border-left: 1px solid white;
  content: "";
}

.page-footer__copyright {
  display: block;
  margin-top: 10px;
  color: white;
  font: normal 900 12px/1 "anago", sans-serif;
}

@media (min-width: 1200px) {
  .page-footer__copyright {
    display: inline;
    position: relative;
    margin-left: 29px;
  }
  .page-footer__copyright::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    border-left: 1px solid white;
    content: "";
  }
}

.page-footer__social {
  display: none;
  position: relative;
  padding-top: 12px;
  text-align: right;
}

@media (min-width: 992px) {
  .page-footer__social {
    display: block;
  }
}

.page-footer__social-link {
  display: inline-block;
  margin-left: 30px;
  width: 31px;
  height: 31px;
}

.page-footer__social-link:first-child {
  margin-left: 0;
}

.page-footer__social-logo {
  display: block;
  width: 100%;
  height: auto;
}

.page-header__hamburger {
  /* display: block;
  position: fixed;
  top: 30px;
  right: 30px; */
  z-index: 120;
  background: url("../images/icon__hamburger--closed.png") 0 0/44px 51px
    no-repeat;
  cursor: pointer;
  width: 44px;
  height: 51px;
}

@media (min-width: 992px) {
  .page-header__hamburger {
    display: none;
  }
}

.page-header__hamburger--open {
  background-image: url("../images/icon__hamburger--opened.png");
}

.page-header__legal {
  padding-top: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-header__legal {
    display: none;
  }
}

.page-header__legal-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  text-decoration: none;
  color: white;
  font: normal 400 11px/1 "anago", sans-serif;
}

.page-header__legal-link + .page-header__legal-link {
  position: relative;
  margin-left: 29px;
}

.page-header__legal-link + .page-header__legal-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  border-left: 1px solid white;
  content: "";
}

.page-header__legal-copyright {
  display: block;
  padding: 10px 0 20px;
  text-transform: none;
  color: white;
  font: normal 400 11px/1 "anago", sans-serif;
}

.page-header__logo {
  display: block;
  width: 100%;
  max-width: 150px;
}

@media (min-width: 768px) {
  .page-header__logo {
    max-width: 200px;
  }
}

.page-header__logo-img--mobile,
.page-header__logo-img--desktop {
  display: block;
  width: 100%;
  height: auto;
}

.page-header__logo-img--desktop {
  display: none;
}

@media (min-width: 992px) {
  .page-header__logo-img--mobile {
    display: none;
  }
  .page-header__logo-img--desktop {
    display: block;
  }
}

.page-header__menu {
  position: fixed;
  top: 0;
  right: -110%;
  transition: right 0.3s ease-in-out;
  z-index: 110;
  border-top: 4px solid #01070d;
  background: url("../images/bg__nav-mobile.png") top right/contain no-repeat,
    linear-gradient(to bottom, #052441 0%, #01070d 100%);
  padding: 45px 0 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-transform: uppercase;
}

.page-header__menu--open {
  right: 0;
}

@media (min-width: 992px) {
  .page-header__menu {
    overflow: hidden;
  }
  .page-header__menu div.container {
    width: auto;
  }
}

@media (min-width: 992px) {
  .page-header__menu {
    display: block;
    position: static;
    border-top: 0;
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    text-align: right;
  }
}

.page-header__links {
  margin: 15px 0 0;
  background: url("../images/bg__nav-mobile-links.png") top left/24px 354px
    no-repeat;
  padding: 15px 0 0;
  min-height: 353px;
}

@media (min-width: 992px) {
  .page-header__links {
    margin: 0;
    background: none;
    padding: 46px 0 10px;
    min-height: inherit;
  }
}
.rebranding-notice {
  color: #ffffff;
  background: transparent;
  line-height: 14px;
  font-family: "anago", sans-serif;
  font-size: 12px;
  border: 1px solid #ffffff; /* Thin white border */
  padding: 5px 15px 5px 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 90;
}
.rebranding-notice .row {
  margin-left: 0;
  margin-right: 0;
}
.rebranding-notice .row p {
  margin-top: 7px;
}

.rebranding-notice__link {
  color: #ff0000 !important; /* RED - forced with !important */
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.rebranding-notice__link:hover {
  color: #cc0000 !important; /* Darker red on hover */
}

.page-header__link {
  display: block;
  padding: 5px 0 5px 32px;
  text-decoration: none;
  letter-spacing: 1px;
  color: white;
  font: normal 400 16px/1 "anago", sans-serif;
}

.page-header__link:hover {
  color: white;
}

.page-header__link + .page-header__link {
  margin: 33px 0 0;
}

@media (min-width: 992px) {
  .page-header__link + .page-header__link {
    margin: 0 0 0 15px;
  }
}

@media (min-width: 1200px) {
  .page-header__link + .page-header__link {
    margin: 0 0 0 30px;
  }
}

@media (min-width: 992px) {
  .page-header__link {
    display: inline-block;
    margin: 0;
    padding: 0;
    font: normal 700 14px/1 "anago", sans-serif;
  }
}

.page-header__link.page-header__link--active {
  color: white;
}

@media (min-width: 992px) {
  .page-header__link.page-header__link--active {
    position: relative;
  }
  .page-header__link.page-header__link--active::before {
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    margin: 0;
    background: white;
    width: 100%;
    height: 2px;
    content: "";
  }
}

.page-header__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .page-header__social {
    display: none;
  }
}

.page-header__social-link {
  display: inline-block;
  width: 23px;
  height: 23px;
}

.page-header__social-icon {
  width: 100%;
  height: auto;
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  padding-top: 45px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .page-header {
    position: fixed;
    padding: 20px 0;
    padding-top: 10px;
  }
  .page-header--active {
    /*background: linear-gradient(to bottom, #000 0%, transparent 100%);*/
    background: #000;
  }
}

.partnership {
  padding: 48px 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .partnership {
    padding: 96px 0;
  }
}

.partnership .section-header {
  margin-top: 64px;
}

.partnership__body {
  margin-top: 16px;
}

.partnership__img {
  margin-top: 50px;
  width: 100%;
  height: auto;
  margin-left: 50px;
  max-width: 440px;
}

@media (min-width: 992px) {
  .partnership__img {
    margin-top: 0;
    width: auto;
  }
}

.please-scroll {
  position: fixed;
  bottom: 32px;
  left: 50%;
  z-index: 80;
  margin: 0 0 0 -30px;
  background: url("../images/icon__scroll.png") center center/30px 24px
    no-repeat;
  width: 60px;
  height: 60px;
}

.please-scroll__text {
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #48c1ac;
  font: normal 700 9px/1 "anago", sans-serif;
}

.please-scroll__text a {
  color: #48c1ac;
  text-decoration: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.rich-text {
  color: #fff;
  font: normal 300 12px/1.5 "anago", sans-serif;
}

@media (min-width: 992px) {
  .rich-text {
    font-size: 17px;
  }
}

.rich-text > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text > * + * {
  margin-top: 10px;
}

.rich-text a {
  color: #fff;
}

.rich-text h1 {
  color: #2aa7dd;
  font: normal 700 14px/1.5 "anago", sans-serif;
}

@media (min-width: 992px) {
  .rich-text h1 {
    line-height: 1;
    font-size: 21px;
  }
}

.rich-text h2 {
  color: #fff;
  font: normal 700 14px/1.4 "anago", sans-serif;
}

@media (min-width: 992px) {
  .rich-text h2 {
    margin-top: 45px;
    line-height: 1;
    font-size: 21px;
  }
}

.rich-text ul {
  padding-left: 20px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .rich-text ul {
    font-size: 22px;
  }
}

.rich-text ul li + li {
  margin-top: 5px;
}

.section-header {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

.section-header__title {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font: 500 10px/1 "anago", sans-serif;
}

@media (min-width: 992px) {
  .section-header__title {
    font-size: 16px;
  }
}

.section-header__sub-title {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  margin-top: 20px;
  color: #fff;
  font: 300 26px/1.2 "anago", sans-serif;
}

@media (min-width: 992px) {
  .section-header__sub-title {
    /*margin-top: 30px;*/
    font-size: 35px;
  }
}

.section-header__sub-title--solutions {
  font-size: 24px;
}

@media (min-width: 992px) {
  .section-header__sub-title--solutions {
    font-size: 36px;
  }
}

.section-header__sub-title--partnership {
  line-height: 1.2;
}

.services {
  position: relative;
  background-image: url("../images/bg__services--dots.png");
  background-position-x: 50% !important;
  padding: 48px 0;
}

@media (min-width: 992px) {
  .services {
    padding: 96px 0;
  }
}

.services__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/bg__hex--left.svg");
  background-position-x: 0 !important;
}

.services__service {
  margin-top: 20px;
}

.services__service + .services__service {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .services__service + .services__service {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .services__service + .services__service {
    margin-top: 175px;
  }
}

.services__service-title {
  color: #2aa7dd;
  font: normal 700 18px/1.2 "anago", sans-serif;
}

@media (min-width: 992px) {
  .marTopGetDirection {
    margin-top: 30px !important;
  }
  .services__service-title {
    font-size: 30px;
  }
}

.services__service-body {
  margin-top: 10px;
  color: #fff;
}

.services__img-wrapper {
  padding: 0 30px;
}

.services__img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .services__offerings {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .services__offerings {
    margin-top: 40px;
    background: url("../images/bg__services--offerings.png") 50% 70px no-repeat;
  }
}

.services__offering {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .services__offering--right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .services__offering--row2 {
    margin-top: 125px;
  }
}

.services__offering-img {
  width: auto;
  height: 42px;
}

@media (min-width: 992px) {
  .services__offering-img {
    width: auto;
    height: 68px;
  }
}

.services__offering-title {
  margin-top: 5px;
  color: #fff;
  font: normal 700 14px/1.2 "anago", sans-serif;
}

@media (min-width: 992px) {
  .services__offering-title {
    font-size: 20px;
  }
}

.services__offering-body {
  margin-top: 10px;
  color: #fff;
  font: normal 400 14px/1.5 "anago", sans-serif;
}

@media (min-width: 992px) {
  .services__offering-body {
    font-size: 16px;
  }
}

body.popover__touch {
  cursor: pointer;
}

.solutions {
  background-image: url("../images/bg__hex--right.svg");
  background-position-x: 100% !important;
  padding: 48px 0;
}

@media (min-width: 992px) {
  .solutions {
    padding: 96px 0;
  }
}

.solutions__body {
  padding-top: 16px;
}

.solutions__body.rich-text h1 {
  line-height: 1.4;
  font-size: 18px;
}

.solutions__body.rich-text p {
  line-height: 1.5;
  font-size: 16px;
}

.solutions__solution {
  margin-top: 30px;
}

.solutions__solution:focus {
  outline: 0;
}

@media (min-width: 992px) {
  .solutions__solution {
    margin-top: 20px;
  }
  .solutions__solution + .solutions__solution {
    margin-top: 40px;
  }
}

.solutions__solution-icon {
  width: 100%;
  height: auto;
}

.solutions__solution-title {
  margin-top: 27px;
  padding-right: 6px;
  color: #fff;
  font: normal 500 14px/1.4 "anago", sans-serif;
}

@media (min-width: 992px) {
  .solutions__solution-title {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .marTopHyderabad {
    margin-top: 30px !important;
  }
  .solutions__solution-title {
    font-size: 18px;
  }
}

.solutions__solution-title::after {
  display: inline-block;
  -ms-transform: translate(0.5em, 1px);
  transform: translate(0.5em, 1px);
  background: url("../images/icon__arrow.svg") center center no-repeat;
  width: 6px;
  height: 11px;
  content: "";
}

@media (min-width: 992px) {
  .solutions__solution-title::after {
    -ms-transform: translate(0.5em, 0);
    transform: translate(0.5em, 0);
  }
}

.solutions .popover {
  margin-top: 22px;
  border: 0;
  border-radius: 0;
  background: #009c82;
  padding: 0;
  max-width: 360px;
  color: #fff;
  font: normal 400 16px/1.5 "anago", sans-serif;
}

.solutions .popover div.arrow {
  top: -22px;
  margin-left: -36px;
  border-width: 0 36px 22px;
  border-style: solid;
  border-color: transparent transparent #009c82;
  width: 0;
  height: 0;
}

.solutions .popover div.arrow::after {
  display: none;
}

.solutions .popover div.popover-content {
  background: #009c82;
  padding: 30px;
  color: #fff;
}

/*
   ** Changes made to display hexagons and text for IE and Firefox
   */

.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon1 {
  width: 400px;
  height: 457px;
}

.hexagon2 {
  width: 400px;
  height: 457px;
}

@-moz-document url-prefix() {
  .js__fade-in {
    opacity: 1;
  }
}

.b {
  font-weight: bold;
}

.coc {
  color: #47bfab;
}

.thr {
  color: #29a6db;
}

.dwn {
  color: white;
  cursor: pointer;
}
