body {
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 700;
}

h2 {
  width: 90%;
  margin-top: 4vw;
  margin-bottom: 2vw;
  color: rgba(0, 0, 0, .66);
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 700;
}

h3 {
  width: 89%;
  margin-top: 1.5vw;
  margin-bottom: 0.5vw;
  color: #6b73e8;
  font-size: 1.1vw;
  line-height: 1.5vw;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Proxima nova', sans-serif;
  color: #8e8d9b;
  font-size: 0.99vw;
  line-height: 1.3vw;
  font-weight: 300;
}

a {
  color: #34c1dc;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 2vw;
  padding-left: 40px;
  font-size: 2vw;
  line-height: 2vw;
}

li {
  width: 92%;
  margin-bottom: 0.5vw;
  color: #8e8d9b;
  font-size: 0.99vw;
  line-height: 1.3vw;
  list-style-type: disc;
}

.nav-bar {
  z-index: 150;
  background-color: rgba(170, 2, 83, 0);
}

.nav-bar.style-1 {
  display: block;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 13px 0 rgba(26, 51, 80, .29);
}

.nav-bar.style-1.fixed {
  display: block;
}

.nav-bar.style2 {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 1px 1px 16px 0 rgba(26, 51, 80, .29);
}

.nav-bar.style2.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  background-color: #1a3350;
}

.nav-container {
  padding-right: 20px;
  padding-left: 20px;
}

.brand {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.nav-link {
  margin-right: 1vw;
  margin-left: 1vw;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-2 {
  padding: 5vw 10vw 3vw;
  background-color: #f0f5f4;
}

.text-block-2 {
  display: inline-block;
  padding: 0.5vw;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #eb00ff;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.element-container {
  margin-bottom: 3vw;
  padding: 0vw 1.5vw 1.5vw;
}

.label-headline {
  margin-bottom: 1vw;
  border-bottom: 4px solid #eb00ff;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-zero {
  padding-right: 0px;
  padding-left: 0px;
}

.flex2 {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.flex2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex40per {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.flex4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.flex-expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2-7 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 28.58%;
  -ms-flex-preferred-size: 28.58%;
  flex-basis: 28.58%;
}

.flex-grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-bottom: 3vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex---main4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 481px;
  margin: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  font-family: 'Proxima nova', sans-serif;
  text-align: center;
}

.flex---main4.class-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding: 0vw 0vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-icon {
  display: block;
}

.paragraph {
  display: block;
  width: 80%;
  font-family: 'Proxima nova', sans-serif;
  color: #8e8d9b;
  font-size: 1.14vw;
  line-height: 1.8vw;
}

.class3-content {
  padding: 0vw 2vw 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19vw;
  -ms-flex: 0 0 19vw;
  flex: 0 0 19vw;
}

.button-holder3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 1vw;
}

.cta-ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #5dbcff;
  color: #fff;
}

.cta-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.cta-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.42;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #1a3350;
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
  color: hsla(0, 0%, 100%, .85);
}

.cta-link {
  margin-top: 1vw;
  font-size: 0.9vw;
  line-height: 1vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.cta-heading {
  margin-bottom: 2vw;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38pt;
  margin-top: 1vw;
  padding: 0px 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #7f58b3;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  line-height: 1vw;
  font-weight: 400;
  letter-spacing: 0.06vw;
}

.cta-button:hover {
  border-radius: 34px;
  background-color: #1a3350;
}

.cta-paragraph {
  width: 85%;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  line-height: 1.6vw;
  font-weight: 300;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 9vw 1vw;
  background-color: #282f35;
  color: #fff;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, .33);
}

.footer-column._11 {
  border-right-style: none;
}

.footer---heading {
  margin-bottom: 1.8vw;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: 600;
  text-align: left;
}

.footer-paragraph {
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.4vw;
  font-weight: 100;
  text-align: left;
}

.footer---row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer---sub-link {
  text-align: center;
  text-decoration: none;
}

.footer---socmed {
  margin-right: 1vw;
  margin-left: 1vw;
  text-decoration: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-right: 2vw;
  padding-bottom: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #282f35;
  color: #fff;
}

.footr-logo {
  width: 89px;
  margin-left: 10vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer---link {
  margin-left: 2vw;
  opacity: 0.53;
  color: #fff;
  font-size: 0.88vw;
  line-height: 0.88px;
  font-weight: 100;
  letter-spacing: 0.05vw;
  text-decoration: none;
  text-transform: uppercase;
}

.footer---link:hover {
  font-weight: 300;
}

.footer---sub-link {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-logo {
  width: 75px;
}

.cta-pop-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(40, 62, 77, .78);
}

.cta-popup {
  display: block;
  width: 35vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.cta-popup.call {
  display: block;
}

.cta-popup.chat {
  display: block;
  padding-bottom: 1vw;
}

.cta-popup.email {
  display: block;
  width: 35vw;
}

.cta-popup.email.sms {
  display: block;
}

.cta---heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cta-pop-button {
  display: block;
  height: 36pt;
  padding: 0px 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 41px;
  background-color: #7f58b3;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-pop-button:hover {
  background-color: #1a3350;
}

.cta-pop-button._1 {
  margin-left: 7vw;
}

.cta-pop-button._2 {
  margin-right: 13vw;
  margin-left: 13vw;
}

.call-line1 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.call-line2 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vw;
  padding: 0.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5dbcff;
}

.close-icon {
  width: 40px;
  height: 40px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cta-label {
  width: 9vw;
  margin-right: 2vw;
  font-size: 1vw;
  line-height: 1.1vw;
  text-align: right;
}

.cta-label.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.textarea {
  min-height: 5vw;
  margin-bottom: 1vw;
}

.chat-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.chat-div2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.chat-div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-rep-pic {
  width: 75px;
  height: 75px;
  margin: 1vw;
}

.div-block-14 {
  height: 12vw;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-line-1 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.chat-line-3 {
  display: inline-block;
  padding: 9px;
  background-color: #c8d1d8;
  font-size: 1vw;
  line-height: 1vw;
  cursor: pointer;
}

.chat-line-2 {
  color: #0dad5a;
  font-size: 1vw;
  line-height: 1.5vw;
}

.chatbox {
  margin-bottom: 0px;
  border-style: none;
  font-size: 1vw;
  line-height: 1.5vw;
}

.chat-box {
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(0, 18%, 59%, .21);
}

.cta-call {
  display: none;
}

.cta-email {
  display: none;
}

.cta-chat {
  display: none;
}

.cta-text {
  display: none;
}

.cta-ribbon-heading {
  margin-top: 0px;
  margin-bottom: 1.5vw;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 400;
  text-transform: none;
}

.success-message {
  background-color: #fff;
  font-size: 1vw;
  line-height: 1vw;
}

.error-message {
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav---link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.5vw 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms cubic-bezier(.755, .05, .855, .06);
  transition: all 300ms cubic-bezier(.755, .05, .855, .06);
  font-family: 'Open Sans Condensed', sans-serif;
  color: #37a5c5;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.nav---link:hover {
  color: #1a3350;
}

.nav---link.font-awesome {
  font-family: Fontawesome, sans-serif;
}

.nav---link.white {
  color: #fff;
  text-transform: uppercase;
}

.nav---link.white:hover {
  color: #008cff;
}

.nav---link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.5vw 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans Condensed', sans-serif;
  color: #37a5c5;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.nav---link-2:hover {
  color: #1d4c78;
}

.nav---link-2.drop {
  padding-right: 3vw;
  padding-left: 3vw;
}

.nav---link-2.white {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.nav---link-2.white:hover {
  color: #5dbcff;
}

.nav---link-2.white.w--current {
  font-weight: 700;
}

.nav-menu-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-row-1._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog---collection--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-right: 6vw;
  margin-left: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 0, 0, .59);
}

.blog---small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog---small.blgp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog---small.blgp._1 {
  padding-left: 0vw;
}

.icon---font {
  display: inline-block;
  font-family: Fontawesome, sans-serif;
}

.icon---font.blog {
  margin-right: 10px;
}

.blog---mini {
  text-transform: uppercase;
}

.sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.blgp---hero-img {
  height: 30vw;
  background-image: url('../images/non-profit.png');
  background-position: 50% 32%;
  background-size: cover;
}

.blgp---hero-img.blue {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/Citibank-3.jpg');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/Citibank-3.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img.blue.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img.blue.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._2.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._2.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._3.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._3.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._2-copy {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._2-copy.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._2-copy.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._4 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/contractor.PNG');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/contractor.PNG');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._4.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._4.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._45 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/contractor.PNG');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/contractor.PNG');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._45.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._45.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._5 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/publicservice.jpeg');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/publicservice.jpeg');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._5.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._5.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._6 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/retail.PNG');
  background-image: linear-gradient(180deg, rgba(5, 5, 5, .39), rgba(51, 51, 51, .1)), url('../images/retail.PNG');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-style: normal;
}

.blgp---hero-img._6.montgomery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/medical.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgp---hero-img._6.george {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GMU-2.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blgc---hero-img {
  display: block;
  width: 62vw;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blgc---hero-img.line2 {
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blgc---hero-img.line2.hide {
  display: none;
}

.blgc---hero-img.comment---form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blgp---blog-title {
  display: block;
  width: 55%;
  margin: 4vw auto 3vw;
  text-align: center;
}

.blgp---author-view-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.51;
}

.blgp---auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blgp---comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blgp---comment.blgp---comment---profile-pic {
  margin-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.facebook-2 {
  width: 6vw;
}

.google-2 {
  margin-right: 0px;
}

.twitter-2 {
  margin-right: 10px;
}

.blgp---comment---head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blgp--socmed-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blgp--socmed-line.button {
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog---comment {
  font-size: 0.95vw;
  line-height: 1.4vw;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blgp---1 {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blgp---submit {
  margin-right: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 70px;
  background-color: #7f58b3;
}

.blgp---form---box {
  border-radius: 2px;
}

.blgp---form---box._1 {
  height: 9vw;
}

.blgp---label {
  font-size: 0.95vw;
  line-height: 1.4vw;
}

.body {
  font-family: 'Proxima nova', sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 300;
}

.icofont-metro {
  font-family: Metro, sans-serif;
  font-size: 1vw;
}

.icofont-metro.plus {
  margin-right: 0.5vw;
  font-size: 0.8vw;
}

.image-3 {
  margin-right: 0.5vw;
  -webkit-flex-basis: 68px;
  -ms-flex-preferred-size: 68px;
  flex-basis: 68px;
}

.navigation-bar-no-white {
  background-color: transparent;
}

.whiite-bg {
  background-color: #fff;
}

.cta-icon-metro {
  margin-top: 0px;
  margin-bottom: 0.8vw;
  font-family: Metro, sans-serif;
  font-size: 1.4vw;
}

.cta-icon-fontawe {
  margin-top: 0px;
  font-family: Fontawesome, sans-serif;
  font-size: 2vw;
}

.form-wrapper-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-icons.font-awe {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.25;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 2.2vw;
  text-decoration: none;
}

.footer-icons.font-awe:hover {
  opacity: 1;
}

.footer-icons.font-awe:active {
  opacity: 1;
}

.form-5 {
  display: block;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.submit---metro {
  display: block;
  height: 36pt;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #4da5c6;
  font-family: Metro, sans-serif;
  font-size: 1.2vw;
}

.text-field-2 {
  height: 36pt;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.text-field-2._1 {
  width: 74%;
  float: left;
}

.form-wrapper-3 {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  background-color: #252525;
  color: #fff;
}

.section.bu-color {
  background-image: -webkit-linear-gradient(0deg, #e80014, #ed3343), url('../images/bg.jpg');
  background-image: linear-gradient(90deg, #e80014, #ed3343), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.bu-color.mess {
  background-image: -webkit-linear-gradient(0deg, #6dbc45, #6dbc45);
  background-image: linear-gradient(90deg, #6dbc45, #6dbc45);
}

.section.bg {
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.bg.blogscover {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/pexels-photo-261579.jpeg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/pexels-photo-261579.jpeg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text-block-7 {
  width: 95%;
  margin-bottom: 3.5vw;
  font-size: 5.5vw;
  line-height: 7vw;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 38pt;
  margin-bottom: 2vw;
  padding: 0px 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3vw;
}

.hero-subtitle {
  width: 85%;
  margin-bottom: 4vw;
  font-family: 'Helvetica neue light', sans-serif;
  font-size: 1.5vw;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0.1vw;
}

.hero---main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heromain-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.hero-main1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-2nd-section {
  position: absolute;
  top: -6vw;
  display: block;
  width: 100vw;
  padding-top: 9vw;
  background-image: url('../images/curve.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.paragraph-big-text {
  display: block;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 85%;
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.paragraph-big-text.blue {
  margin-bottom: 0vw;
  padding-left: 6vw;
  color: #8e8d9b;
  font-weight: 300;
}

.part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-top: 10vw;
}

.sec2---main {
  position: relative;
  height: 38vw;
  background-color: #5dbcff;
}

.sec2---main.color-smoky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 9vw;
  padding-bottom: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.sec2---main.color-smoky-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 5vw;
  padding-bottom: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.sec2---div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #fff;
}

.blue-bold {
  color: #5dbcff;
}

.sec3---main {
  position: relative;
  margin-top: 5vw;
  padding-top: 7vw;
  padding-bottom: 6vw;
  background-color: #f9f9f9;
}

.h1---main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21vw;
  margin-bottom: 3.2vw;
  margin-left: 21vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #37a5c5;
  font-size: 3.2vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
}

.flex50per {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.flex---horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12vw;
  margin-bottom: 3vw;
  margin-left: 12vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

._50.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

._50.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.template.nocolor {
  background-color: transparent;
}

.text-block-8 {
  margin-right: 25vw;
  margin-bottom: 3vw;
  margin-left: 25vw;
  color: #8e8d9b;
  font-size: 1.6vw;
  font-weight: 400;
  text-align: center;
}

.sec4---main {
  position: relative;
  display: block;
  margin-top: 5vw;
  padding-top: 7vw;
  padding-bottom: 1vw;
  background-color: #fff;
}

.sec4---para {
  color: #8e8d9b;
  text-align: left;
}

.h3---main {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: left;
  text-transform: uppercase;
}

.h3---main.vv {
  height: 3vw;
  margin-top: 2vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: left;
  text-transform: none;
}

.h3---main.vv.redtext {
  color: #e80014;
}

.sec4---link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #378ae1;
  font-size: 1vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.metro-arrow {
  font-family: Fontawesome, sans-serif;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #6772e5;
  box-shadow: 4px 4px 7px 0 rgba(57, 62, 112, .65);
  font-family: 'Proxima nova', sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.button-3.circle {
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  border: 1px solid #e80014;
  border-radius: 91px;
  background-color: #fff;
  color: #e80014;
  text-align: center;
}

.button-3.circle:hover {
  box-shadow: none;
}

.button-3.circle.nav {
  width: auto;
  margin-right: 1vw;
  background-color: #1d4c78;
}

.button-3.circle.nav.redd {
  background-color: #e80014;
  color: #fff;
}

.button-3.circle.move {
  margin-right: 1vw;
}

.button-3.circle.move.navyblu {
  background-color: #e80014;
  color: #fff;
}

.button-3.circle.move.navyblu:hover {
  box-shadow: none;
}

.button-3.circle.move.navyblu.green {
  border-color: #6dbc45;
  background-color: #6dbc45;
}

.button-3.circle.move.navyblu-copy {
  background-color: #6772e5;
}

.button-3.circle.move.navyblu-copy:hover {
  box-shadow: none;
}

.button-3.circle.move.navyblu-copy.purpl {
  background-color: #fff;
}

.button-3.circle.demo {
  margin-bottom: 1vw;
}

.button-3.circle.green {
  margin-right: 1vw;
  margin-bottom: 1vw;
  margin-left: 1vw;
  border-color: #6dbc45;
  color: #6dbc45;
}

.button-3.outline {
  border: 1px solid #fff;
  background-color: #6dbc45;
}

.button-3.outline.whitegreen {
  background-color: #fff;
  color: #6dbc45;
}

.button-3.move {
  margin-right: 1vw;
}

.button-3.move.noti.white {
  background-color: #fff;
  color: #6dbc45;
}

.button-3.program {
  margin-top: 3vw;
}

.button-3.program.mess-green-button {
  background-color: #6dbc45;
  color: #fff;
}

.button-3.program.mess-green-button.whitebuttton {
  background-color: #fff;
  color: #6dbc45;
}

.button-3.circle-copy {
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  border-radius: 91px;
  background-color: #1d4c78;
  text-align: center;
}

.button-3.circle-copy:hover {
  box-shadow: none;
}

.button-3.white-and-outlned-red {
  border: 1px solid #e80014;
  background-color: #fff;
  color: #e80014;
}

.button-3.mess-green-outlined {
  border: 1px solid #6dbc45;
  background-color: #fff;
  color: #6dbc45;
}

.button-3.mess-green {
  background-color: #6dbc45;
}

.button-3.rred {
  background-color: #e80014;
}

.button-3.rred.whitetext {
  color: #fff;
}

.hero---product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18vw;
  padding-bottom: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero---product.cap {
  height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
}

.text-block-12 {
  width: 48%;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 100;
  text-transform: none;
}

.vv {
  margin-right: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6vw;
  -ms-flex: 0 0 6vw;
  flex: 0 0 6vw;
}

.text-block-13 {
  font-family: 'Proxima nova', sans-serif;
  font-size: 0.9vw;
  line-height: 0.9vw;
  text-align: left;
  text-transform: uppercase;
}

.text-block-13.blue {
  margin-bottom: 0.5vw;
  font-family: 'Proxima nova', sans-serif;
  color: #e80014;
  font-size: 0.8vw;
  font-weight: 600;
}

._2-fa-para {
  margin-top: 1vw;
  margin-bottom: 0px;
}

.text-block-14 {
  font-size: 2vw;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog---hd {
  font-family: 'Helvetica neue light', sans-serif;
  font-size: 3.2vw;
  line-height: 5.3vw;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.dynamic-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10vw;
  margin-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-34 {
  padding-top: 6vw;
  padding-bottom: 6vw;
  color: #000;
}

.rich-text-block-2 {
  text-align: justify;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-5 {
  opacity: 0.9;
  text-decoration: none;
}

.link-block-5:hover {
  opacity: 1;
}

.link-block-5.blog {
  border-radius: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.link-block-5.blog:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 9vw;
  padding: 0.5vw 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a3350;
  color: #fff;
}

.image-6 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-block.bg {
  height: 20vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-image: -webkit-linear-gradient(0deg, #e80014, #ed3343);
  background-image: linear-gradient(90deg, #e80014, #ed3343);
  font-size: 13px;
}

.hero-block.bg.mess {
  background-image: -webkit-linear-gradient(0deg, #6dbc45, #6dbc45);
  background-image: linear-gradient(90deg, #6dbc45, #6dbc45);
}

.hero-block.darkblu {
  background-color: #1a3350;
}

.hero-block.darkblu.wdit {
  height: 24vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e80014;
}

.hero-block.darkblu.sip-copy {
  position: relative;
  height: 30vw;
  padding-top: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80014;
}

.hero-block.voice {
  height: 23vw;
  padding-top: 6vw;
  padding-bottom: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-sub--hd {
  margin-bottom: 0.7vw;
  font-family: 'Helvetica neue light', sans-serif;
  color: #fff;
  text-transform: none;
}

.sub-sub--hd.white {
  color: #f9f9f9;
  font-weight: 300;
}

.sub-sub--hd.white.web {
  display: block;
  margin-top: 0px;
  margin-bottom: 1vw;
  float: left;
  font-size: 3.2vw;
  line-height: 3.3vw;
  font-weight: 300;
  text-align: center;
}

.sub-sub--hd.pricing {
  margin-bottom: 3vw;
}

.text-block-15 {
  display: block;
  width: 52%;
  margin-right: auto;
  margin-bottom: 2.2vw;
  margin-left: auto;
  font-family: 'Proxima nova', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 300;
  text-align: center;
}

.text-block-15.white {
  width: 43%;
  margin-bottom: 2vw;
  color: hsla(0, 0%, 100%, .76);
  font-weight: 300;
}

.text-block-15.white.sapce {
  width: 66%;
}

.link---metro-arrow {
  font-family: Metro, sans-serif;
}

.link-3 {
  color: #6dbc45;
}

.link-3.color1 {
  color: #fff;
}

.link-3.color1.move {
  margin-right: 2vw;
  color: #fff;
}

.link-3.color2.move {
  margin-right: 2vw;
}

.link-3.color4 {
  color: #e80014;
  text-transform: none;
}

.link-3.color4.move {
  margin-right: 2vw;
  color: #fff;
}

.link-3.white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #f9f9f9;
  font-size: 0.9vw;
  line-height: 0.9vw;
}

.link-3.white.move {
  margin-right: 2vw;
  font-size: 0.9vw;
  line-height: 0.9vw;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7vw 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38.color1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fa;
}

.div-block-38.color2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38.color2.rred {
  padding-right: auto;
  padding-bottom: 0px;
  padding-left: auto;
}

.div-block-38.color3 {
  background-color: #fff;
}

.div-block-38.color3.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, #313395, #488ae3 78%);
  background-image: linear-gradient(90deg, #313395, #488ae3 78%);
}

.div-block-38.color3.center._4.whitebg {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .49), hsla(0, 0%, 93%, .49));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .49), hsla(0, 0%, 93%, .49));
}

.div-block-38.color3.green-grad {
  background-image: -webkit-linear-gradient(0deg, #12a67f 20%, #3d99bf);
  background-image: linear-gradient(90deg, #12a67f 20%, #3d99bf);
}

.div-block-38.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38.flex.client {
  background-color: #eee;
}

.div-block-38.flex.client.white {
  background-color: #fff;
}

.div-block-38.flex.fax {
  background-image: -webkit-linear-gradient(45deg, #43526f, #5b4fa2 82%);
  background-image: linear-gradient(45deg, #43526f, #5b4fa2 82%);
}

.div-block-38.flex.fax.white {
  background-color: #fff;
}

.div-block-38.color4 {
  position: static;
  bottom: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ed3543, #f9c93d);
  background-image: linear-gradient(90deg, #ed3543, #f9c93d);
  color: #fff;
}

.div-block-38.color4.greenn {
  background-color: #6dbc45;
}

.div-block-38.color4.greenn.greenblock {
  background-image: none;
}

.div-block-38.color4.gray {
  background-image: -webkit-linear-gradient(270deg, #eee, #eee);
  background-image: linear-gradient(180deg, #eee, #eee);
}

.div-block-38.less-margin {
  padding-top: 0vw;
  padding-bottom: 5vw;
}

.div-block-38.color5 {
  background-color: #e0e0e0;
}

.div-block-38.light-navy {
  background-color: #1d4c78;
}

.div-block-38.light-navy.spread {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-38.light-navy.spread.lgray {
  background-color: #eee;
}

.div-block-38.color6 {
  background-color: #37a5c5;
}

.div-block-38.color6.siff.gradient-redyellow {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ed3543, #f9c93d);
  background-image: linear-gradient(90deg, #ed3543, #f9c93d);
}

.div-block-38.less-margin-copy {
  padding-top: 4vw;
  padding-bottom: 0vw;
}

.heading-10 {
  width: 100%;
  margin-top: 0vw;
  margin-bottom: 5vw;
  color: #04354e;
  text-align: center;
  text-transform: uppercase;
}

.heading-10.fetus {
  margin-bottom: 1vw;
}

.heading-10.fetus._1 {
  margin-bottom: 2.5vw;
  color: #04354e;
}

.heading-10.fetus._1.blue {
  width: 69%;
  margin-bottom: 2vw;
  color: #04354e;
}

.heading-10.fetus._1.blue.red {
  color: #e80014;
}

.heading-10.fetus._1.white.dblue {
  color: #fff;
}

.heading-10.fetus._1.white {
  width: 69%;
  margin-bottom: 2vw;
  color: #fff;
}

.heading-10.fetus._1.white.red {
  color: #e80014;
}

.heading-10.chat {
  margin-bottom: 2vw;
}

.heading-10.white {
  color: #f9f9f9;
}

.heading-10.white-copy {
  margin-bottom: 1vw;
  color: #f9f9f9;
}

.heading-10.white-copy.green {
  color: #6dbc45;
}

.table---feat {
  box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .19);
}

.tb---hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb---hd.voice {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80014;
}

.tb---hd.voice.color2 {
  background-color: #49ab17;
}

.tb---row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tb---row.white {
  background-color: #fff;
}

.tb---row.grey {
  background-color: #f9f9f9;
}

.tb---row.coverage {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tb---row.coverage.switch {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tb---row.coverage.move {
  margin-bottom: 4vw;
}

.tb---row.coverage.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb---row.coverage.videoprogram {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb---row.space {
  margin-bottom: 2vw;
}

.tb---row.swit._1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb---row.swit.confa {
  width: 100%;
  margin-bottom: 1.4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tb---row.swit.siptrunking {
  width: 100%;
  margin-bottom: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tb---col---2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #fff;
}

.tb---col---2.pict {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb---col---2.pict.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb---col---2.pict.top.fax {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb---col---2.smscoverage {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb---col---2.tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb---col---2.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb---col---2.center.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tb---col---2.vvpig {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb---col---2.vpspace {
  margin-bottom: 2vw;
}

.tb---col---2.switch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.heading-11 {
  width: 79%;
  margin-top: 1.1vw;
  margin-bottom: 1.1vw;
  font-family: 'Helvetica neue light', sans-serif;
  color: #fff;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.text-block-16 {
  margin-top: 0vw;
  margin-bottom: 1vw;
  color: #e80014;
  font-size: 1vw;
  font-weight: 600;
  text-align: left;
}

.text-block-16.caps {
  text-transform: uppercase;
}

.text-block-16.caps.darkgray {
  color: #333;
}

.text-block-16.caps.green {
  color: #6dbc45;
  font-weight: 600;
  text-transform: capitalize;
}

.text-block-16.blue {
  color: #1a3350;
}

.text-block-16.blue.dk {
  color: #1d4c78;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-16.red {
  margin-bottom: 1.5vw;
  color: #e80014;
  font-weight: 300;
  text-align: center;
}

.text-block-16.green {
  color: #6dbc45;
  font-weight: 400;
}

.text-block-16.green.center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-16.color2 {
  color: #e80014;
}

.text-block-16.violets {
  color: #7f58b3;
}

.text-block-16.violets.reds {
  color: #e80014;
}

.text-block-16.lightblu {
  margin-bottom: 1.2vw;
  color: #5dbcff;
  line-height: 0.99vw;
}

.text-block-16.lightblu.red {
  color: #e80014;
}

.text-block-16.center-blue {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1d4c78;
  text-align: center;
}

.text-block-16.center-blue.red {
  color: #e80014;
}

.text-block-16.center {
  color: #378ae1;
  text-align: center;
}

.text-block-16.center.blue {
  color: #6dbc45;
}

.text-block-16.center.blue.rred {
  color: #e80014;
}

.text-block-16.center.redtext {
  color: #e80014;
}

.text-block-16.titleprog {
  color: #6dbc45;
  font-size: 1.1vw;
  line-height: 1.1vw;
}

.text-block-16.social {
  color: #378ae1;
  font-size: 0.97vw;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-16.social.fax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #52627b;
  font-size: 0.99vw;
  font-weight: 600;
  text-transform: capitalize;
}

.text-block-16.vv-red {
  color: #e80014;
}

.text-block-16.whitetext {
  color: #fff;
}

.text-block-16.fax {
  color: #5c7fba;
  text-align: center;
}

.text-block-16.fax.blue {
  color: #6dbc45;
}

.text-block-16.fax.blue.rred {
  color: #e80014;
}

.text-block-16.fax.redtext {
  color: #e80014;
}

.text-block-16.fax1 {
  color: #5c7fba;
  font-size: 0.97vw;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-16.fax1.fax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #52627b;
  font-size: 0.99vw;
  font-weight: 600;
  text-transform: capitalize;
}

.div-block-40 {
  display: block;
  width: 76%;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-40.vvdoc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-12 {
  color: #6f8695;
  text-align: justify;
}

.paragraph-12.api-para {
  width: 90%;
  color: #8e8d9b;
}

.paragraph-12.api-para.blck {
  color: #8e8d9b;
}

.paragraph-12.api-para.white {
  color: hsla(0, 0%, 100%, .7);
}

.paragraph-12.api-para.white.blck {
  color: #8e8d9b;
}

.paragraph-12.vvoara {
  display: block;
}

.paragraph-12.center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.paragraph-12.white {
  color: #fff;
}

.paragraph-12.white.center {
  margin-bottom: 2vw;
  color: #676e79;
}

.paragraph-12.white.center.price {
  margin-top: 4vw;
  margin-bottom: 0vw;
  color: #333;
}

.paragraph-12.conference {
  width: 57%;
  margin-top: 9vw;
  margin-bottom: 3vw;
  text-align: center;
}

.paragraph-12.left-para {
  line-height: 1.3vw;
}

.paragraph-12.api-para-copy {
  width: 90%;
  margin-bottom: 5vw;
  color: hsla(0, 0%, 98%, .61);
  text-align: center;
}

.paragraph-12.api-para-copy.blck {
  color: #8e8d9b;
}

.sbpg--link---row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sbpg--link---row.line {
  border-top: 1px solid rgba(0, 0, 0, .09);
}

.sbpg--link---row.insight {
  padding-bottom: 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.sbpg--link---row.navyblu {
  background-color: #1a3350;
}

.sbpg--link---row.navyblu.gradientredyellow {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ed3343, #f9cb3d);
  background-image: linear-gradient(90deg, #ed3343, #f9cb3d);
}

.sub-pg-link {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 3vw;
  line-height: 3vw;
  text-decoration: none;
}

.sub-pg-link.voice {
  margin-top: 3vw;
  margin-bottom: 3vw;
  color: #e80014;
}

.sub-pg-link.sms {
  color: #6dbc45;
}

.sub-pg-link.sms.blue {
  color: #34c1dc;
}

.sub-pg-link.sms.blue.grre {
  color: #6dbc45;
}

.sub-pg-link.vp {
  color: #5dbcff;
}

.sub-pg-link.vp.white {
  color: #fff;
}

.text-block-17 {
  margin-right: 1vw;
  color: rgba(51, 51, 51, .5);
  font-size: 3vw;
  line-height: 3vw;
}

.text-block-17.whitegrey {
  color: #8e8d9b;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6vw 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.text-block-18 {
  margin-bottom: 4vw;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.3vw;
  text-align: center;
  text-transform: uppercase;
}

.tb---edge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tb---edge---4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #1a3350;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: 600;
  text-align: center;
}

.text-block-19.vv-red {
  color: #e80014;
}

.paragraph-13 {
  color: #333;
  text-align: center;
}

.edge---icon {
  width: 5.5vw;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 4vw;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 66px;
  background-color: #6dbc45;
  font-size: 1vw;
  line-height: 1.3vw;
  font-weight: 400;
  text-align: center;
}

.button-7.vv-red {
  background-color: #e80014;
  color: #fff;
}

.div-block-43---shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 10px 10px 23px 1px rgba(0, 0, 0, .21);
}

.div-block-43---shadow.blog {
  border-radius: 3px;
  background-color: transparent;
}

.div-block-43---shadow.blog:hover {
  box-shadow: none;
}

.div-block-43---shadow.api {
  width: 100%;
}

.div-block-43---shadow.style {
  box-shadow: -1px 14px 23px 1px rgba(0, 0, 0, .21);
}

.div-block-43---shadow.prices {
  width: 80vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-43---shadow.none {
  box-shadow: none;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-44.white {
  background-color: #fdfdfd;
}

.div-block-44.white.chart {
  border-radius: 5px;
}

.div-block-44.grey {
  background-color: #f9f9f9;
}

.div-block-44.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-44.curved {
  border: 2px solid #ed3543;
  border-radius: 4px;
}

.video-coverage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-coverage.space {
  width: 78vw;
  margin-bottom: 2vw;
}

.coverage-tab {
  text-align: center;
}

.tab-link {
  border-bottom: 1px solid #6dbc45;
  background-color: #eee;
  font-size: 1vw;
  line-height: 1.9vw;
}

.tab-link.w--current {
  background-color: #6dbc45;
  color: #fff;
}

.tab-link.voice {
  border-bottom-color: #e80014;
}

.tab-link.voice.w--current {
  background-color: #e80014;
}

.color1.w--current {
  border-bottom: 1px solid #e80014;
  background-color: #e80014;
  color: #f6f9fc;
  font-size: 0.9vw;
  line-height: 1.9vw;
}

.coverage---pane {
  padding-top: 3vw;
  padding-bottom: 3vw;
  color: #f6f9fc;
}

.tab-link-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #6dbc45;
  background-color: #eee;
  font-size: 1vw;
  line-height: 1.9vw;
}

.tab-link-2.w--current {
  border-bottom-color: #6dbc45;
  background-color: #6dbc45;
  color: #f9f9f9;
}

.tab-link-2.voice {
  border-color: #e80014;
}

.tab-link-2.voice.w--current {
  background-color: #e80014;
}

.tab-link-2.voicemain {
  border-color: #e80014;
}

.tab-link-2.voicemain.w--current {
  border-bottom-color: #008cff;
  background-color: #008cff;
}

.tab-link-2.voicemain.voiceprog {
  border-color: #e80014;
  color: #253235;
}

.tab-link-2.voicemain.voiceprog.w--current {
  border-color: #e80014;
  background-color: #e80014;
  color: #fff;
}

.image-7 {
  width: 4vw;
  height: 4vw;
  margin-bottom: 1vw;
}

.image-7.vvicon {
  width: 12vw;
}

.text-block-21 {
  margin-bottom: 6vw;
  padding: 0.19999999999999996vw 1.2vw;
  background-color: #6dbc45;
  color: #fff;
}

.text-block-21.navy {
  margin-bottom: 3vw;
  background-color: #6dbc45;
}

.text-block-21.navy.red {
  background-color: #e80014;
}

.text-block-21.navy.testi {
  background-color: #34c1dc;
}

.dynamic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4vw;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.dynamic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.api {
  width: 100%;
  color: #e80014;
  font-weight: 300;
}

.api.gray {
  margin-bottom: 1.6vw;
  color: #e80014;
  font-weight: 400;
}

.api.center {
  text-align: center;
}

.api.center.space {
  margin-bottom: 4vw;
  color: #04354e;
  font-weight: 600;
  text-transform: uppercase;
}

.api.center.space.white {
  color: #fff;
}

.api.green {
  color: #6dbc45;
}

.api.white {
  color: #fff;
}

.api.white.mess-green-text {
  color: #6dbc45;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-field-3 {
  margin-bottom: 0px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.voice---api {
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #e80014;
  font-size: 1vw;
  line-height: 1vw;
}

.voice---api.color2 {
  background-color: #6dbc45;
}

.form-wrapper-4 {
  margin-bottom: 4vw;
}

.text-block-22 {
  margin-bottom: 1vw;
  color: #e80014;
  font-size: 0.99vw;
  line-height: 1.3vw;
  font-weight: 600;
}

.text-block-22.white {
  color: #fff;
}

.api--tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f9f9f9;
}

.api---tab---btm {
  margin-right: 5px;
  padding-right: 1vw;
  padding-left: 1vw;
  border-radius: 2px;
  background-color: #f16672;
  color: #fff;
  font-size: 0.99vw;
  line-height: 0.9vw;
  text-transform: uppercase;
}

.api---tab---btm.w--current {
  padding-right: 1vw;
  padding-left: 1vw;
  background-color: #e80014;
  color: #fff;
  text-transform: uppercase;
}

.api---tab---btm.color2 {
  background-color: #6dbc45;
}

.api---tab---btm.color2.w--current {
  background-color: #6dbc45;
}

.api---tab---btm.color2.chat {
  margin-right: 0.5vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.api---tab---btm.color2.chat.w--current {
  margin-right: 0.4vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.tab---api {
  height: 23vw;
}

.tab---api.chat {
  height: auto;
}

.api---tab-group {
  overflow: hidden;
  width: 36vw;
}

.tb---col---3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.tb---col---3.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 12vw;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 9px;
  background-color: #fff;
}

.div-block-47.grey {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9f9f9;
}

.div-block-47.grey.center {
  border-radius: 0px;
}

.div-block-47.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.div-block-47.small {
  width: 81%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-47.small.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
}

.div-block-47.small.center.move.soc {
  min-height: 16vw;
}

.div-block-47.small.center.move.fax {
  min-height: 22vw;
}

.div-block-47.small._1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-47.small._1.navy {
  width: 81%;
  min-height: 12vw;
  background-color: #1d4c78;
  opacity: 0.95;
}

.div-block-47.small._1.navy._2 {
  min-height: 14vw;
}

.div-block-47.small._1.navy.redblock {
  background-color: #e80014;
}

.div-block-47.small._1.navy.nocolor {
  min-height: 14vw;
  background-color: transparent;
}

.div-block-47.small._1.conf {
  min-height: 9vw;
}

.div-block-47.small._1.navy-copy {
  width: 81%;
  min-height: 12vw;
  background-color: #1d4c78;
  opacity: 0;
}

.div-block-47.small.pointy {
  min-height: 14vw;
  border-radius: 0px;
}

.div-block-47.small.pointy.pricing {
  min-height: 18vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.div-block-47.whiite-bg {
  min-height: 13vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-47.red {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed3343;
  color: #fff;
}

.div-block-47.red.price {
  min-height: 16vw;
  padding: 2vw 0vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px 1px 1px 1vw;
  border-color: transparent transparent transparent #e80014;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.div-block-47.red.price.widprog {
  height: auto;
  min-height: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-47.red.price.conf {
  min-height: 13vw;
  background-color: #fff;
}

.div-block-47.red.white {
  background-color: #fff;
  color: #8e8d9b;
}

.div-block-47.outline {
  min-height: 19vw;
  margin: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .05);
  border-radius: 0px;
}

.div-block-47.doc {
  width: 61%;
  min-height: 9vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-basis: 41vw;
  -ms-flex-preferred-size: 41vw;
  flex-basis: 41vw;
}

.div-block-47.doc.vidprog {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47.no-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.image-8 {
  width: 6vw;
  margin-bottom: 2vw;
}

.sub---hd---sub {
  width: 75%;
  margin-bottom: 5vw;
  padding: 0.5rem 4.5rem;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, .23);
  color: #6f8695;
  font-size: 1vw;
  line-height: 1.4vw;
  text-align: center;
}

.sub---hd---sub.noline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.sub---hd---sub.noline.sup-trunk {
  width: 70%;
  margin-bottom: 2vw;
  color: rgba(51, 51, 51, .84);
}

.sub---hd---sub.nobottomline {
  padding-top: 1.2rem;
  border-bottom-style: none;
}

.sub---hd---sub.nobottomline.client {
  margin-bottom: 2vw;
}

.sub---hd---sub.nobottomline.client.white {
  margin-bottom: 6vw;
  border-color: hsla(0, 0%, 100%, .23);
  color: #fff;
}

.sub---hd---sub.nobottomline.vpricing {
  margin-bottom: 1vw;
}

.sub---hd---sub.whiteline {
  border-style: solid none;
  border-color: hsla(0, 0%, 100%, .34);
  color: #fff;
}

.sub---hd---sub.whiteline.move {
  margin-top: 3vw;
}

.sub---hd---sub.left {
  text-align: left;
}

.sub---hd---sub.left.nobot {
  width: 60%;
  text-align: center;
}

.sub---hd---sub.noline-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.div-block-48 {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-48.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-23 {
  color: #6dbc45;
  font-size: 0.7rem;
  line-height: 0.6rem;
}

.text-block-23.blue {
  color: #37a5c5;
}

.text-block-23.red {
  color: #f16672;
}

.text-block-23.red.hide {
  display: none;
}

.text-block-23.qhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5vw;
  padding-right: 0.5vw;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.mtro---arrow {
  font-family: Metro, sans-serif;
}

.text-block-24 {
  margin-bottom: 1.5vw;
  color: #04354e;
  font-size: 1.5vw;
  line-height: 1.15vw;
  font-weight: 700;
  text-align: center;
}

.text-block-24.pricing-title {
  margin-bottom: 1vw;
  padding-left: 1vw;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 300;
  text-align: left;
}

.text-block-24.pricing-title-copy {
  margin-bottom: 1vw;
  padding-left: 1vw;
  font-size: 0.9vw;
  line-height: 1vw;
  font-weight: 300;
  text-align: left;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._50-div {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

._50-div.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid hsla(0, 0%, 100%, .75);
}

._50-div.line.vidprg1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4vw;
  font-weight: 700;
}

._50-div.line.space {
  height: 9vw;
  padding-right: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._50-div.line.space.siinterf {
  height: 3vw;
  padding-left: 3vw;
  border-right-color: #8e8d9b;
}

._50-div.insig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-div.insig.sipinf {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-25 {
  margin-right: 1vw;
  margin-left: 1vw;
  border-bottom: 1px none #fff;
  color: #04354e;
  font-size: 0.99vw;
  line-height: 0.99vw;
}

.text-block-25.insight {
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  font-size: 1.3vw;
  line-height: 1vw;
}

.text-block-25.sif {
  margin-left: 0.5vw;
}

.text-block-25.sif.hide {
  opacity: 0;
}

.insight-1 {
  margin-right: 1vw;
  margin-left: 1vw;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  border-bottom: 1px solid #f9f9f9;
  text-align: center;
}

.insight-1.no-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom-style: none;
}

.text-block-26 {
  margin-bottom: 0.5vw;
  color: #04354e;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.text-block-27 {
  margin-top: 2vw;
  color: #04354e;
  font-size: 1.1vw;
  line-height: 1vw;
}

.heading-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Helvetica neue normal', sans-serif;
  color: rgba(51, 51, 51, .95);
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 300;
}

.div-block-51 {
  height: 26vw;
  background-image: url('../images/MAP-asset.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-52 {
  margin-bottom: 5vw;
}

.image-9 {
  width: 80vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.interconnect-price {
  width: 19vw;
}

.itr-cnt-label {
  margin-bottom: 1vw;
  color: #e80014;
  font-size: 0.9vw;
  line-height: 0.9vw;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.pricing-table {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-hd-intrcont {
  display: block;
  background-color: #1d4c78;
}

.tb-label1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.tb-label1.line {
  border-right: 1px solid rgba(0, 0, 0, .29);
}

.tb-labelss {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-labelss._2words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-labelss._2words.lines {
  border-right: 1px solid rgba(0, 0, 0, .29);
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e80014;
}

.prc-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1vw;
  line-height: 1.3vw;
  text-transform: uppercase;
}

.prc-name.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.prc-name.grey {
  color: rgba(51, 51, 51, .65);
  font-size: 0.9vw;
  line-height: 0.9vw;
}

.price-row-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  border-bottom: 1px solid rgba(0, 0, 0, .26);
  background-color: #f6f9fc;
}

.text-block-28 {
  margin-top: 0.3rem;
  font-size: 0.7vw;
  line-height: 0.7vw;
}

.text-block-29 {
  margin-right: 0.2vw;
  font-size: 1.2vw;
  line-height: 1.1vw;
  font-weight: 400;
}

.price-field {
  margin-bottom: 3vw;
}

.interconnect-price---pc {
  height: auto;
}

.trunking-form {
  width: 34vw;
  padding: 4vw;
  border-radius: 20px;
  background-color: #e80014;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .39);
  color: #fff;
}

.div-block-55 {
  margin-bottom: 1.5vw;
  clear: left;
}

.field-label {
  margin-bottom: 0.4vw;
  padding-left: 1vw;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 400;
}

.text-field-4 {
  border-radius: 5px;
}

.text-field-4:hover {
  box-shadow: inset 0 0 8px 0 rgba(51, 51, 51, .38);
}

.text-field-4:active {
  box-shadow: none;
}

.text-field-4:focus {
  border-bottom: 4px solid #9756ee;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .38);
}

.form-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  display: block;
  width: 38%;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 88px;
  background-color: #9756ee;
  font-size: 1.1vw;
  line-height: 1.4vw;
}

.submit-button.yellowb {
  background-color: #f9c93d;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5vw 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-8 {
  padding-top: 11px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 56px;
  background-color: #e80014;
  font-size: 1.1vw;
  line-height: 1.4vw;
}

.select-field {
  border-radius: 5px;
}

.div-block-57 {
  background-color: #37a5c5;
  color: transparent;
}

.div-block-57.redblock {
  background-color: #e80014;
}

.text-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f9f9f9;
  font-size: 2vw;
  line-height: 2vw;
  font-style: italic;
}

.div-block-58 {
  margin-right: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 17%;
  -ms-flex: 0 17%;
  flex: 0 17%;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-60 {
  padding: 2vw 14vw;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ed3343, #f9cb3d);
  background-image: linear-gradient(90deg, #ed3343, #f9cb3d);
  color: #fff;
}

.div-block-60.sms {
  background-image: -webkit-linear-gradient(0deg, #38a67d 45%, #4f99c5);
  background-image: linear-gradient(90deg, #38a67d 45%, #4f99c5);
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-62 {
  padding: 3vw 5vw 3vw 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63%;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testi-name {
  display: inline-block;
  margin-bottom: 2vw;
  padding-right: 2vw;
  padding-bottom: 0.5vw;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #37a5c5;
  color: #37a5c5;
  font-size: 2vw;
  line-height: 2vw;
}

.testi-name.white {
  border-bottom-color: #fff;
  color: #fff;
}

.testi-para {
  margin-bottom: 2vw;
  color: hsla(0, 0%, 100%, .91);
  line-height: 1.5vw;
  font-weight: 400;
}

.testi-author {
  color: hsla(0, 0%, 93%, .36);
  font-size: 0.9vw;
  line-height: 1vw;
}

.testi-author.gray {
  color: hsla(0, 0%, 93%, .69);
}

._4col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vocprog---4col {
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 2vw 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  background-color: #fff;
  color: #6f8695;
  text-align: center;
}

.vocprog---4col:hover {
  background-image: -webkit-linear-gradient(0deg, #e3303f, #f4c929);
  background-image: linear-gradient(90deg, #e3303f, #f4c929);
  color: #fff;
}

.vclient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2vw auto 1vw;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.vclient._1 {
  margin-top: 0vw;
  margin-bottom: 0vw;
}

.vclient._1.switch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vclient.grad-redyellow {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-image: -webkit-linear-gradient(0deg, #ed3543, #f9c93d);
  background-image: linear-gradient(90deg, #ed3543, #f9c93d);
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-64.center.vclient-bx {
  margin: 2vw;
  padding: 1vw 2vw 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, .31);
}

.div-block-64.center.vclient-bx:hover {
  box-shadow: none;
}

.div-block-64.center.vclient-bx.line {
  margin-right: 3vw;
  margin-left: 3vw;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .24);
}

.div-block-64.center.vclient-bx.programmable {
  margin-right: 1vw;
  margin-left: 1vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .16);
  background-color: #f9f9f9;
}

.div-block-64.center.vclient-bx.line-copy {
  -webkit-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .24);
}

.vclient---pict {
  display: block;
  width: 12vw;
  margin-right: auto;
  margin-left: auto;
}

.vclient---pict.liz {
  width: 7vw;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.question---cta {
  padding: 4vw 14vw;
  background-color: #eee;
  color: #fff;
}

.heading-13 {
  margin-bottom: 1.4vw;
  font-family: 'Helvetica neue light', sans-serif;
  color: #1a3350;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 200;
  text-align: center;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 1.5vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.cov-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw 1vw;
  padding: 3vw 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  color: #6f8695;
}

.cov-2col:hover {
  border-color: #1d4c78;
  background-color: #1d4c78;
  color: #fff;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.div-block-68 {
  position: relative;
  top: -5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-14 {
  margin: 1vw;
  padding: 2vw;
  border-radius: 10px;
  background-color: #37a5c5;
  color: #f9f9f9;
}

.paragraph-14:hover {
  background-color: #1d4c78;
}

.paragraph-14.rred {
  background-color: #fd6149;
}

.paragraph-14.rred.whitetext {
  color: #fff;
}

.text-block-31 {
  padding-left: 2vw;
  font-size: 0.99vw;
  text-align: left;
}

.text-block-31.darkbl {
  color: #1a3350;
  font-size: 1.29vw;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block-32 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

.paragraph-15 {
  margin: 2vw 1.5vw 2vw 1vw;
  padding: 1vw 2vw 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  background-color: #1d4c78;
  color: #fff;
}

.paragraph-15.white {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 9px;
  background-color: #fff;
  color: #333;
}

.paragraph-15.red {
  background-color: #e80014;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.div-block-70._11 {
  margin-bottom: 4vw;
}

.div-block-70._11.sc {
  margin-bottom: 0vw;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  border-top: 1px solid rgba(0, 0, 0, .04);
}

.div-block-71.blue {
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1d4c78;
}

.div-block-71.blue.grayu {
  background-color: #eee;
}

.div-block-72 {
  padding: 3vw 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .05);
  background-color: #fff;
  color: #8e8d9b;
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-72:hover {
  color: #8e8d9b;
}

.div-block-72.grey {
  background-color: #f9f9f9;
}

.div-block-72.white:hover {
  background-color: transparent;
}

.div-block-72.white.nettrv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7vw;
  padding-bottom: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-73.grey {
  background-color: #f9f9f9;
}

.div-block-73.grey.fax {
  padding-right: 17vw;
  padding-left: 17vw;
  background-color: #eee;
}

.div-block-73.grey.soc {
  padding-bottom: 0vw;
  background-color: #eee;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(52, 193, 220, .13);
}

.div-block-74.space {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.div-block-74.space.corn {
  background-image: -webkit-linear-gradient(0deg, #313395, #488ae3);
  background-image: linear-gradient(90deg, #313395, #488ae3);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.text-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 20vw;
  padding: 2vw 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15vw;
  background-color: #6772e5;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.4vw;
  text-align: center;
}

.text-block-33.redc {
  background-color: #e80014;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3vw;
}

.paragraph-16 {
  position: static;
  margin-bottom: 0px;
  padding: 4vw 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #378ae1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.paragraph-16:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 17px -2px rgba(0, 0, 0, .43);
}

.paragraph-16.white {
  background-color: #fff;
  color: #1a3350;
}

.paragraph-16.white.ccc {
  height: 18vw;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .09);
}

.paragraph-16._50per.gray {
  background-color: #eee;
  color: #676e79;
}

.paragraph-16.cornblue {
  background-color: #378ae1;
}

.paragraph-16.redr {
  background-color: #e80014;
}

.paragraph-16.greenblo {
  background-color: #6dbc45;
}

.paragraph-16.grayy {
  background-color: #fff;
  color: #6dbc45;
}

.div-block-76 {
  padding: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-77.iccon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-34 {
  margin-bottom: 2vw;
  color: #34c1dc;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-17 {
  margin: 2vw 5vw;
  color: #fdfdff;
}

.paragraph-17.gray {
  color: #676e79;
}

.paragraph-18 {
  margin-right: 8vw;
  margin-left: 8vw;
  line-height: 1.3vw;
}

.paragraph-18.nt {
  line-height: 1.6vw;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78.mmsdome {
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-19 {
  margin: 0vw 3vw 3vw;
  text-align: center;
}

.text-block-35 {
  text-align: center;
}

.text-field-5 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding: 2vw;
  border-radius: 5px;
  background-color: #fff;
  font-size: 2vw;
  line-height: 1vw;
  text-align: center;
}

.form-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper-5 {
  width: 72%;
}

.programmablec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-10 {
  width: 15vw;
}

.image-11 {
  width: 8vw;
}

.image-12 {
  width: 8vw;
}

.image-13 {
  width: 8vw;
}

.vidprogimg {
  width: 50vw;
  margin-top: 0vw;
}

.vidprog-1 {
  width: 70%;
}

.field-label-2 {
  margin-bottom: 0.5vw;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.field-label-2.whh {
  color: #fff;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-field-6 {
  height: 36pt;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #8e8d9b;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.metrobutton {
  height: 36pt;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #8e8d9b;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  font-family: Metro, sans-serif;
  color: #8e8d9b;
}

.metrobutton:hover {
  background-color: #f9f9f9;
  color: #f16672;
}

.pricing---country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-8 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.form-8.orange {
  background-color: #f5cda5;
}

.pricint-1op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.paragraph-20 {
  width: 25%;
  min-height: 10vw;
  margin-bottom: 0px;
  padding: 3vw 1vw;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .17);
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2%;
  -webkit-flex: 2%;
  -ms-flex: 2%;
  flex: 2%;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .17);
}

.text-block-36 {
  margin-bottom: 0.6vw;
  padding-left: 1vw;
  color: #e80014;
  font-size: 1vw;
  line-height: 1.09vw;
  font-weight: 600;
}

.text-block-36.grenn {
  color: #6dbc45;
}

.text-block-36.vpricing {
  margin-top: 4vw;
  margin-bottom: 2vw;
  padding-left: 0vw;
  color: #e80014;
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-transform: uppercase;
}

.pricinglink {
  color: #34c1dc;
}

.text-block-37 {
  width: 80%;
  color: #95a7b8;
  font-size: 0.75rem;
  line-height: 0.8rem;
}

.text-block-38 {
  font-size: 1.7vw;
  line-height: 2vw;
}

.text-block-39 {
  width: 80%;
  margin-bottom: 1vw;
  color: rgba(51, 51, 51, .87);
  font-size: 13px;
  line-height: 13px;
}

.text-block-39.hide {
  opacity: 0;
}

.text-block-39.hind {
  opacity: 0;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-40 {
  margin-right: 0.5vw;
}

.paragraph-21 {
  margin-top: 2vw;
  color: rgba(51, 51, 51, .9);
  font-size: 0.89vw;
  line-height: 1vw;
  font-style: normal;
}

.paragraph-21.short {
  width: 59%;
  margin-top: 4vw;
  margin-bottom: 1vw;
  font-size: 0.79vw;
}

.paragraph-21.short.center {
  font-size: 1vw;
  text-align: center;
}

.emphasized-text {
  color: hsla(244, 7%, 58%, .71);
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-86.space {
  margin-bottom: 5vw;
}

.heading-15 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, .43);
  background-color: #6dbc45;
  color: #fff;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-15.voice {
  background-color: #6dbc45;
}

.heading-15.red {
  background-color: #e80014;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-41 {
  width: 50%;
  padding: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .17);
  background-color: #fff;
  font-size: 1vw;
  line-height: 1vw;
}

.text-block-41.right {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
}

.text-block-41.invi {
  opacity: 0;
}

.price-amt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .17);
  background-color: #fff;
  color: #62b438;
  font-size: 1.5vw;
  line-height: 2vw;
}

.price-amt.smal {
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: 600;
}

.linksale {
  color: #37a5c5;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 8vw;
  margin-bottom: 8vw;
  background-color: #8e8d9b;
  opacity: 0.42;
}

.div-block-89 {
  padding: 9vw 14vw;
}

.div-block-89.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-89.flex.grey {
  background-color: #eee;
}

.div-block-90 {
  margin-bottom: 2vw;
  padding-top: 1px;
}

.text-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7vw;
  height: 7vw;
  margin-top: 10vw;
  margin-bottom: 2.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6vw;
  background-color: #e80014;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1vw;
  text-align: center;
}

.text-block-42.gree {
  background-color: #6dbc45;
}

.form-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-3 {
  margin-right: 1vw;
  font-size: 1.3vw;
  line-height: 3vw;
}

.metro-icon1 {
  font-family: Metro, sans-serif;
}

.vph3 {
  text-align: center;
}

.div-block-91 {
  display: block;
  margin-bottom: 1vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bluebg {
  background-color: #1a3350;
}

.bluebg._1 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #44349e, #389aba);
  background-image: linear-gradient(90deg, #44349e, #389aba);
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-93 {
  padding: 6vw 14vw 0vw;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vw;
  padding-bottom: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #52627b;
}

.hero-product.soc {
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-flex: 26vw;
  -webkit-flex: 26vw;
  -ms-flex: 26vw;
  flex: 26vw;
  background-color: transparent;
}

.h1-product {
  width: 95%;
  margin-top: 0px;
  margin-bottom: 1vw;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
  text-transform: uppercase;
}

.h1-product.left {
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.text-block-43 {
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.4rem;
  text-align: center;
}

.text-block-43.overrid {
  text-align: left;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.unordered-list {
  padding-left: 23px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  list-style-type: none;
}

.unordered-list.white {
  color: #fff;
}

.text-block-44 {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}

.text-block-44.dark {
  color: #1a3350;
}

.h4-product {
  font-size: 15px;
  line-height: 16px;
}

.h4-product.cornblu {
  color: #378ae1;
}

.image-15 {
  width: 60vw;
  height: 100%;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-95._1 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block30 {
  margin-right: 1vw;
  margin-bottom: 2vw;
  margin-left: 1vw;
  padding: 2vw 3vw;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #eef3f6;
}

.heading-16 {
  margin-top: 20px;
  margin-bottom: 1.4vw;
  color: #0757a3;
  font-size: 1.1vw;
  line-height: 44px;
  text-transform: uppercase;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fix-nb {
  display: block;
}

.navbar-nobg {
  display: block;
}

.nav-collection {
  display: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vw 4vw 0.5vw 7vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(207, 216, 230, .31);
  background-image: -webkit-linear-gradient(0deg, #ed3343, #f9cb3d);
  background-image: linear-gradient(90deg, #ed3343, #f9cb3d);
}

.section-2.socialnet-blue {
  background-image: -webkit-linear-gradient(0deg, #2e3192, #378ae1);
  background-image: linear-gradient(90deg, #2e3192, #378ae1);
}

.section-2.mess-sec {
  background-image: -webkit-linear-gradient(0deg, #6dbc45, #3e99bf);
  background-image: linear-gradient(90deg, #6dbc45, #3e99bf);
}

.section-2.faxblock {
  background-image: -webkit-linear-gradient(0deg, #3b4255, #5b4fa1);
  background-image: linear-gradient(90deg, #3b4255, #5b4fa1);
}

.div-block-97 {
  display: inline-block;
  padding: 0.3vw 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid rgba(0, 0, 0, .05);
  background-color: transparent;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.3vw;
  text-decoration: none;
}

.div-block-97:hover {
  box-shadow: 1px 4px 24px 2px rgba(143, 162, 192, .53);
}

.div-block-97.w--current {
  position: relative;
  z-index: 1;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.div-block-97.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-97.home {
  background-color: transparent;
}

.icon-2 {
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bd-droplink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3vw 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cfd8e6;
  color: #676e79;
  font-size: 0.9vw;
  line-height: 1.5vw;
}

.bd-droplink:hover {
  background-color: #676e79;
  color: #fff;
}

.icon-2-copy {
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-list-2.w--open {
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, .09);
}

.navbar-holder {
  position: relative;
  display: block;
  width: 100%;
}

.nav {
  position: relative;
  width: 100%;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-118 {
  display: block;
  width: 100%;
  height: 4vw;
  min-height: 68px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.brand2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navs-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  background-color: #1a3350;
}

.navs-fixed.hide {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-whitebg {
  position: relative;
  width: 100%;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-17 {
  width: 50vw;
}

.image-18 {
  width: 50vw;
}

.image-19 {
  width: 50vw;
}

.image-21 {
  width: 1020px;
}

.image-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-link-3 {
  margin-bottom: 1vw;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  border-radius: 150px;
  background-color: #6772e5;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
}

.tab-link-3.w--current {
  background-color: #1d4c78;
}

.tab-link-3.redb.w--current {
  background-color: #e80014;
}

.tab-link-3.yellowb {
  background-color: #f9c93d;
}

.tab-link-3.crl {
  background-color: #4f99c5;
}

.tab-link-3.crl.w--current {
  background-color: #49ab17;
}

.tab-link-3.green.w--current {
  background-color: #6dbc45;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select-field-3 {
  font-size: 1.1vw;
  line-height: 1.1vw;
}

.div-block-48-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-textblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  padding-right: 24vw;
  padding-left: 24vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1d4c78;
  font-size: 2vw;
  line-height: 2.5vw;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.cta-textblock.dark-bg {
  background-color: #3b4255;
  color: #fff;
}

.white-font {
  color: #fff;
}

.text-block-45 {
  font-size: 0.9vw;
  text-transform: none;
}

.api-copy {
  width: 100%;
  color: #064da0;
  font-weight: 300;
  text-align: center;
}

.api-copy.gray {
  margin-bottom: 1.6vw;
  color: rgba(51, 51, 51, .84);
  font-weight: 400;
}

.navbig {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8888;
  display: none;
  overflow: visible;
  width: 76vw;
  margin-top: 4.25vw;
  margin-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafdff;
  box-shadow: 0 7px 24px 6px rgba(0, 0, 0, .23);
}

.nav-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navb-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.navb-col.gray {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, #7f58b3, #6772e5);
  background-image: linear-gradient(315deg, #7f58b3, #6772e5);
  box-shadow: 0 0 22px 0 #333;
}

.navb-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vw;
  padding-left: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, .73);
  font-size: 0.87vw;
  line-height: 1vw;
  text-decoration: none;
}

.navb-link:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.navb-link.lv1 {
  font-size: 1vw;
  font-weight: 800;
}

.navb-link.lv2 {
  color: #6772e5;
  font-size: 0.95vw;
  font-weight: 600;
}

.navb-link.special {
  height: 3vw;
  margin-top: 1vw;
  margin-right: 2vw;
  margin-left: 2vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #6772e5;
  background-image: -webkit-linear-gradient(106deg, #7f58b3, #6772e5 53%);
  background-image: linear-gradient(344deg, #7f58b3, #6772e5 53%);
  color: #fff;
  font-weight: 700;
}

.navb-link.special:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.navb-link.lv0 {
  color: #fff;
  font-size: 0.95vw;
  font-weight: 600;
}

.navb-link.lv04 {
  color: hsla(0, 0%, 100%, .73);
}

.navb-divider {
  height: 2px;
  margin: 1vw 2vw;
  background-color: hsla(0, 0%, 41%, .23);
}

.navb-divider.wit {
  background-color: hsla(0, 0%, 100%, .23);
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-block {
  padding-left: 1vw;
}

.text-block-46 {
  color: hsla(0, 0%, 100%, .73);
}

.mess-green-text {
  color: #6dbc45;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-135 {
  margin-right: 2vw;
  margin-left: 2vw;
  padding: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #6dbc45;
  border-radius: 9px;
}

.paragraph-23 {
  color: #6dbc45;
  font-size: 1.2vw;
  font-weight: 600;
}

.link-4 {
  color: #e80014;
}

.rred {
  color: #e80014;
}

.yellowlink {
  color: #f9c93d;
}

.image-24 {
  width: 30vw;
}

.image-25 {
  width: 40vw;
}

.redtext {
  color: #e80014;
}

.important-text-4 {
  color: #6dbc45;
}

.widget-group {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9000;
  display: block;
  overflow: hidden;
  width: 20vw;
  height: 31vw;
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 22px -3px rgba(89, 90, 99, .97);
}

.widget-group.hide {
  display: none;
}

.widget-single {
  position: relative;
  overflow: hidden;
  width: 20vw;
  height: 31vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
  background-color: #c3b2da;
}

.wid-home {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.wid-home.hide {
  display: none;
}

.widget-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget---head {
  position: relative;
  width: 100%;
  height: 3vw;
  background-image: -webkit-linear-gradient(270deg, #6772e5, #6a75ea);
  background-image: linear-gradient(180deg, #6772e5, #6a75ea);
}

.widget---head.voice {
  background-image: -webkit-linear-gradient(270deg, #e80014, #e80014);
  background-image: linear-gradient(180deg, #e80014, #e80014);
}

.widget---head.opt-voice {
  border-left: 9px solid #e80014;
  background-image: none;
}

.widget---head.msg {
  background-image: -webkit-linear-gradient(270deg, #49ab17, #49ab17);
  background-image: linear-gradient(180deg, #49ab17, #49ab17);
}

.widget---head.opt-msg {
  border-left: 9px solid #49ab17;
  background-image: none;
}

.widget---head.s---fb {
  border-left: 9px solid #4867aa;
  background-image: none;
}

.widget---head.s---line {
  border-left: 9px solid #51be45;
  background-image: none;
}

.widget---head.s---wtsp {
  border-left: 9px solid #47d144;
  background-image: none;
}

.widget---head.s---wct {
  border-left: 9px solid #51be45;
  background-image: none;
}

.widget---head.s---vb {
  border-left: 9px solid #675dae;
  background-image: none;
}

.widget---head.s---ym {
  border-left: 9px solid #5824ca;
  background-image: none;
}

.widget---head.s---ko {
  border-left: 9px solid #eed911;
  background-image: none;
}

.widget---head.s---skp {
  border-left: 9px solid #3aa9e7;
  background-image: none;
}

.widget---head.s---kik {
  border-left: 9px solid #77d100;
  background-image: none;
}

.widget---head.s---hg {
  border-left: 9px solid #129b58;
  background-image: none;
}

.widget---head.s---spnc {
  border-left: 9px solid #fdfb00;
  background-image: none;
}

.widget---head.video {
  background-image: -webkit-linear-gradient(270deg, #ef9300, #ef9300);
  background-image: linear-gradient(180deg, #ef9300, #ef9300);
}

.widget---head.opt-vid {
  border-left: 9px solid #ef9300;
  background-image: none;
}

.widget---head.email {
  background-image: -webkit-linear-gradient(270deg, #5946da, #5946da);
  background-image: linear-gradient(180deg, #5946da, #5946da);
}

.widget---head.opt-email {
  border-left: 9px solid #5946da;
  background-image: none;
}

.widget---head.soc {
  background-image: -webkit-linear-gradient(270deg, #378ae1, #378ae1);
  background-image: linear-gradient(180deg, #378ae1, #378ae1);
}

.widget---head.s---fb2 {
  border-left: 9px solid #4867aa;
  background-image: none;
}

.widget---head.s---tw {
  border-left: 9px solid #1da1f2;
  background-image: none;
}

.widget---head.s---tw-copy {
  border-left: 9px solid #1da1f2;
  background-image: none;
}

.widget---head.s---ln {
  border-left: 9px solid #1080ba;
  background-image: none;
}

.widget---head.s---pn {
  border-left: 9px solid #cc2028;
  background-image: none;
}

.widget---head.s---in {
  border-left: 9px solid #b93c8d;
  background-image: none;
}

.widget---body {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget---close {
  position: relative;
  width: 100%;
  height: 4vw;
  cursor: pointer;
}

.wid-hd-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
}

.wid-hd-txt.grey {
  color: #41526e;
}

.wid-butt-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 100%;
  padding-right: 0px;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wid-butt-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 100%;
  padding-right: 1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.widget---block {
  position: relative;
  width: 100%;
  height: 4.5vw;
  background-image: none;
  cursor: pointer;
}

.wud-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 1vw;
  margin-left: 1.7vw;
}

.wid-ch-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #41526e;
  font-size: 0.93vw;
  line-height: 0.93vw;
  font-weight: 600;
  text-transform: uppercase;
}

.wid-ch-txt.hum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wid-ch-txt.hum:hover {
  margin-bottom: 1px;
  padding-right: 15%;
}

.wid-ch-txt.green {
  background-image: none;
}

.wid-ch-txt.green:hover {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.green:active {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.hd {
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #fff);
  background-image: linear-gradient(180deg, #f5f5f5, #fff);
  color: #49ab17;
  text-transform: none;
}

.wid-ch-txt.hd-copy {
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #fff);
  background-image: linear-gradient(180deg, #f5f5f5, #fff);
  color: #5946da;
  text-transform: none;
}

.wid-ch-txt.violet {
  background-image: none;
}

.wid-ch-txt.violet:hover {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8);
}

.wid-ch-txt.violet:active {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8);
}

.wid-ch-txt.d7e8f9 {
  background-image: none;
}

.wid-ch-txt.d7e8f9:hover {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.d7e8f9:active {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.blue {
  background-image: none;
}

.wid-ch-txt.blue:hover {
  background-image: -webkit-linear-gradient(270deg, #d7e8f9, #d7e8f9);
  background-image: linear-gradient(180deg, #d7e8f9, #d7e8f9);
}

.wid-ch-txt.blue:active {
  background-image: -webkit-linear-gradient(270deg, #d7e8f9, #d7e8f9);
  background-image: linear-gradient(180deg, #d7e8f9, #d7e8f9);
}

.wid-close-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.5;
  color: #41526e;
  font-size: 0.93vw;
  line-height: 0.93vw;
  font-weight: 600;
  text-transform: uppercase;
}

.wid-close-txt:hover {
  opacity: 0.8;
}

.wid-butt-close {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 0.9vw;
  padding-left: 5vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wd-fn-icon {
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.5vw;
}

.wd-fn-icon.purple {
  color: #6772e5;
}

.wd-fn-icon.gray {
  color: #6f8695;
}

.wid-opt-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  color: #4d4c4c;
  font-size: 0.92vw;
  line-height: 0.93vw;
  font-weight: 400;
  text-transform: capitalize;
}

.wid-opt-txt:hover {
  background-image: none;
}

.wid-opt-txt.red {
  background-image: none;
  cursor: pointer;
}

.wid-opt-txt.red:hover {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-txt.red:active {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-txt.red.stay {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-txt.green {
  background-image: none;
}

.wid-opt-txt.green:hover {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-txt.green:active {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-txt.green.stay {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-txt.green.stay-copy {
  padding-right: 0.5vw;
  padding-left: 5vw;
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
  line-height: 1.1vw;
  text-transform: none;
}

.wid-opt-txt.orange {
  background-image: none;
}

.wid-opt-txt.orange:hover {
  background-image: -webkit-linear-gradient(270deg, #f5cda5, #f5cda5);
  background-image: linear-gradient(180deg, #f5cda5, #f5cda5);
}

.wid-opt-txt.orange:active {
  background-image: -webkit-linear-gradient(270deg, #f5cda5, #f5cda5);
  background-image: linear-gradient(180deg, #f5cda5, #f5cda5);
}

.wid-opt-txt.violet {
  background-image: none;
}

.wid-opt-txt.violet:hover {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8);
}

.wid-opt-txt.violet:active {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8);
}

.div-block-135a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wid-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
}

.wid-butt-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
}

.div-block-136a {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  cursor: pointer;
}

.text-block-28a {
  font-size: 0.9vw;
}

.tog-off-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on1.hide {
  display: none;
}

.wd-icon {
  margin-bottom: 4px;
}

.wd-icon.red {
  color: #e80014;
}

.wd-icon.orange {
  color: #ef9300;
}

.tog-off-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-off-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-3.hide {
  display: none;
}

.wid-number-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  color: #6f8695;
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.div-block-137 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-full-width-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80014;
  font-size: 1vw;
  line-height: 1vw;
}

.wid-full-width-button.email {
  background-color: #5946da;
  text-transform: uppercase;
}

.dialpad {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-138a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  cursor: pointer;
}

.text-block-29a {
  margin-bottom: 10px;
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.text-block-47 {
  font-size: 0.8vw;
  line-height: 0.8vw;
}

.text-block-30a {
  font-weight: 300;
}

.text-block-30a.invi {
  opacity: 0;
}

.paragraph-35a {
  width: 72%;
  margin-bottom: 1.5vw;
  font-size: 0.9vw;
  line-height: 1.4vw;
  text-align: center;
}

.paragraph-35a.no-space {
  margin-bottom: 0vw;
}

.div-block-135a-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29a {
  width: 70px;
  height: 70px;
  margin-bottom: 1vw;
}

.text-block-31a {
  margin-bottom: 1.2vw;
  color: #41526e;
  font-size: 0.93vw;
  line-height: 0.93vw;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-31a.nospace {
  margin-bottom: 0vw;
}

.wid-link {
  color: #6772e5;
  text-decoration: none;
}

.chat-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 3.3vw;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea-4 {
  max-height: 2.5vw;
  margin-bottom: 0px;
  border-style: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.submit-button-7 {
  height: 2.5vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  color: #ef9300;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button-7.green {
  color: #49ab17;
}

.div-block-135a-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.chat-input-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-9a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
}

.form-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wid-input-emai {
  max-height: 2.5vw;
  margin-bottom: 0px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
}

.wid-email-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5vw;
  min-width: 4.3vw;
  margin-bottom: 0px;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5946da;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 600;
}

.button-7a {
  margin-right: 0.5vw;
  padding: 0.5vw;
  border-radius: 3px;
  background-color: #665da3;
  font-size: 0.88vw;
  line-height: 0.88vw;
}

.textarea-5 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-135aa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wid-post-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 1vw;
  background-image: -webkit-linear-gradient(262deg, #c711b6, #f1991e), -webkit-linear-gradient(270deg, #cc2028, #cc2028), -webkit-linear-gradient(270deg, #007bb6, #007bb6), -webkit-linear-gradient(270deg, #1da1f2, #1da1f2), -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(188deg, #c711b6, #f1991e), linear-gradient(180deg, #cc2028, #cc2028), linear-gradient(180deg, #007bb6, #007bb6), linear-gradient(180deg, #1da1f2, #1da1f2), linear-gradient(180deg, #4867aa, #4867aa);
  color: #fff;
}

.wid-post-form.p-fb {
  background-image: -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(180deg, #4867aa, #4867aa);
  color: #fff;
}

.wid-post-form.p-tw {
  background-image: -webkit-linear-gradient(270deg, #1da1f2, #1da1f2), -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(180deg, #1da1f2, #1da1f2), linear-gradient(180deg, #4867aa, #4867aa);
}

.wid-post-form.p-ins {
  background-image: -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(180deg, #4867aa, #4867aa);
  color: #fff;
}

.wid-post-form.p-int {
  background-image: -webkit-linear-gradient(262deg, #c711b6, #f1991e), -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(188deg, #c711b6, #f1991e), linear-gradient(180deg, #4867aa, #4867aa);
  color: #fff;
}

.wid-post-form.p-linkedin {
  background-image: -webkit-linear-gradient(270deg, #007bb6, #007bb6);
  background-image: linear-gradient(180deg, #007bb6, #007bb6);
  color: #fff;
}

.wid-post-form.p-pn {
  background-image: -webkit-linear-gradient(270deg, #cc2028, #cc2028), -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(180deg, #cc2028, #cc2028), linear-gradient(180deg, #4867aa, #4867aa);
  color: #fff;
}

.wid-post-form.p-tw {
  background-image: -webkit-linear-gradient(270deg, #1da1f2, #1da1f2);
  background-image: linear-gradient(180deg, #1da1f2, #1da1f2);
  color: #fff;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
}

.image-26 {
  width: 22px;
  height: 22px;
  margin-right: 1vw;
}

.textarea-6a {
  min-height: 50%;
}

.wid-post-button {
  height: 2.8vw;
  margin-right: 1vw;
  border-radius: 4px;
  background-color: #378ae1;
  text-transform: uppercase;
}

.wid-post-button.cark {
  margin-right: 0vw;
  background-color: #41526e;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wid-ch-voice {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-ch-voice.hide {
  display: none;
}

.wid-ch-vid {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-ch-vid.hide {
  display: none;
}

.wid-ch-msg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-ch-msg.hide {
  display: none;
}

.wid-ch-email {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-ch-email.hide {
  display: none;
}

.wid-ch-soc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-ch-soc.hide {
  display: none;
}

.wid-vc-1-clickcall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.wid-vc-1-clickcall.hide {
  display: none;
}

.wid-vc-2-clickdial {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-vc-2-clickdial.hide {
  display: none;
}

.wid-vc-3-showcall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-vc-3-showcall.hide {
  display: none;
}

.wid-vc-4-getcall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-vc-4-getcall.hide {
  display: none;
}

.wid-msg-1-sms {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-1-sms.hide {
  display: none;
}

.wid-msg-2-ott {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott.hide {
  display: none;
}

.wid-msg-2-ott-fb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-fb.hide {
  display: none;
}

.wid-msg-2-ott-ln {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-ln.hide {
  display: none;
}

.wid-msg-2-ott-wa {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-wa.hide {
  display: none;
}

.wid-msg-2-ott-wc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-wc.hide {
  display: none;
}

.wid-msg-2-ott-vb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-vb.hide {
  display: none;
}

.wid-msg-2-ott-ym {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-ym.hide {
  display: none;
}

.wid-msg-2-ott-ko {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-ko.hide {
  display: none;
}

.wid-msg-2-ott-sk {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-sk.hide {
  display: none;
}

.wid-msg-2-ott-ki {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-ki.hide {
  display: none;
}

.wid-msg-2-ott-hg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-hg.hide {
  display: none;
}

.wid-msg-2-ott-sc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-2-ott-sc.hide {
  display: none;
}

.wid-msg-3-chat {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-msg-3-chat.hide {
  display: none;
}

.wid-vid-1-ca {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.wid-vid-1-ca.hide {
  display: none;
}

.wid-vid-2-sch {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-vid-2-sch.hide {
  display: none;
}

.wid-em-1-fe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-em-1-fe.hide {
  display: none;
}

.wid-em-2-ce {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-em-2-ce.hide {
  display: none;
}

.wid-sm-1-fp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-sm-1-fp.hide {
  display: none;
}

.wid-sm-1-tp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
}

.wid-sm-1-tp.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wid-sm-1-lp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-sm-1-lp.hide {
  display: none;
}

.wid-sm-1-ip {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-sm-1-ip.hide {
  display: none;
}

.wid-sm-1-pp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.wid-sm-1-pp.hide {
  display: none;
}

.body-4 {
  box-shadow: 3px 3px 22px -3px rgba(89, 90, 99, .97);
}

.to-widget {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 7777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image33a {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(89, 70, 218, .79);
  border-radius: 400px;
  box-shadow: 0 4px 32px 0 #5c587a;
}

.nav-nav-cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-38-copy {
  display: block;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f9fc;
}

.div-block-38-copy.color1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fa;
}

.div-block-38-copy.color2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38-copy.color2.rred {
  padding-right: auto;
  padding-bottom: 0px;
  padding-left: auto;
}

.div-block-38-copy.color3 {
  background-color: #fff;
}

.div-block-38-copy.color3.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #eee, #eee);
  background-image: linear-gradient(180deg, #eee, #eee);
}

.div-block-38-copy.color3.center._4.whitebg {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .49), hsla(0, 0%, 93%, .49));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .49), hsla(0, 0%, 93%, .49));
}

.div-block-38-copy.color3.green-grad {
  background-image: -webkit-linear-gradient(0deg, #12a67f 20%, #3d99bf);
  background-image: linear-gradient(90deg, #12a67f 20%, #3d99bf);
}

.div-block-38-copy.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38-copy.flex.client {
  background-color: #eee;
}

.div-block-38-copy.flex.client.white {
  background-color: #fff;
}

.div-block-38-copy.flex.fax {
  background-image: -webkit-linear-gradient(45deg, #43526f, #5b4fa2 82%);
  background-image: linear-gradient(45deg, #43526f, #5b4fa2 82%);
}

.div-block-38-copy.flex.fax.white {
  background-color: #fff;
}

.div-block-38-copy.color4 {
  position: static;
  bottom: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ed3543, #f9c93d);
  background-image: linear-gradient(90deg, #ed3543, #f9c93d);
  color: #fff;
}

.div-block-38-copy.color4.greenn {
  background-color: #6dbc45;
}

.div-block-38-copy.color4.greenn.greenblock {
  background-image: none;
}

.div-block-38-copy.color4.gray {
  background-image: -webkit-linear-gradient(270deg, #eee, #eee);
  background-image: linear-gradient(180deg, #eee, #eee);
}

.div-block-38-copy.less-margin {
  padding-top: 0vw;
  padding-bottom: 5vw;
}

.div-block-38-copy.color5 {
  background-color: #e0e0e0;
}

.div-block-38-copy.light-navy {
  background-color: #1d4c78;
}

.div-block-38-copy.light-navy.spread {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-38-copy.light-navy.spread.lgray {
  background-color: #eee;
}

.div-block-38-copy.color6 {
  background-color: #37a5c5;
}

.div-block-38-copy.color6.siff.gradient-redyellow {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ed3543, #f9c93d);
  background-image: linear-gradient(90deg, #ed3543, #f9c93d);
}

.div-block-38-copy.less-margin-copy {
  padding-top: 4vw;
  padding-bottom: 0vw;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-left: 5vw;
}

.div-block-143 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.why-us---sec2--card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-48 {
  margin-top: 1vw;
  font-size: 0.9vw;
  line-height: 1vw;
  text-align: center;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8vw;
  margin-left: 8vw;
}

.div-block-145 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.div-block-146 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.text-block-49 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-size: 1.5vw;
  line-height: 1.9rem;
  font-weight: 600;
  text-align: center;
}

.text-block-49.nonspave {
  margin-bottom: 2vw;
  color: #47b4da;
}

.why-us---sec2---card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-us---sec2---card.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-50 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  color: #47b4da;
  font-size: 1vw;
  font-weight: 600;
}

.text-block-50.white {
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-147 {
  padding: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.text-block-49-copy {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 3vw;
  margin-left: auto;
  font-size: 1.2vw;
  line-height: 1.5rem;
  text-align: center;
}

.div-block-144-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8vw;
  margin-left: 8vw;
}

.div-block-144-copy.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-6 {
  text-align: center;
  text-decoration: none;
}

.hero-block-why-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73vh;
  padding: 5vw 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, #43329c, #149bba);
  background-image: linear-gradient(90deg, #43329c, #149bba);
}

.hero-block-why-us.bg {
  height: 20vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-image: -webkit-linear-gradient(0deg, #e80014, #ed3343);
  background-image: linear-gradient(90deg, #e80014, #ed3343);
  font-size: 13px;
}

.hero-block-why-us.bg.mess {
  background-image: -webkit-linear-gradient(0deg, #6dbc45, #6dbc45);
  background-image: linear-gradient(90deg, #6dbc45, #6dbc45);
}

.hero-block-why-us.darkblu {
  background-color: #1a3350;
}

.hero-block-why-us.darkblu.wdit {
  height: 24vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e80014;
}

.hero-block-why-us.darkblu.sip-copy {
  position: relative;
  height: 30vw;
  padding-top: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80014;
}

.hero-block-why-us.voice {
  height: 23vw;
  padding-top: 6vw;
  padding-bottom: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-148 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.div-block-149 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.text-block-51 {
  margin-bottom: 1vw;
  color: #fff;
  font-size: 4.5vw;
  line-height: 4.5vw;
  font-weight: 700;
  text-align: center;
}

.text-block-52 {
  color: #37a5c5;
  font-size: 1vw;
  line-height: 1.3vw;
}

.white {
  color: #fff;
}

.image-28 {
  width: 50%;
}

.div-block-150 {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.div-block-150.grey {
  background-color: #f5f5f5;
}

.gradient {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background-image: -webkit-linear-gradient(0deg, #43329c, #149bba);
  background-image: linear-gradient(90deg, #43329c, #149bba);
  color: #fff;
}

.image-27-copy {
  display: block;
  width: 10vw;
  margin-right: auto;
  margin-left: auto;
}

.div-block-151 {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.div-block-152 {
  padding-right: 1vw;
}

.orange {
  color: #f5cb89;
}

.container-14vw {
  position: relative;
  height: 41vw;
  margin-right: 14vw;
  margin-left: 14vw;
}

.div-block-153 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-154 {
  padding: 2vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.div-block-155 {
  padding: 3vw;
}

.ccs1 {
  font-size: 1.4vw;
  font-weight: 300;
  text-transform: uppercase;
}

.ccs2 {
  color: rgba(0, 0, 0, .83);
  font-size: 1.9vw;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.container-small {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36vw;
  padding: 2vw 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: hsla(217, 8%, 44%, .09);
  text-decoration: none;
}

.customer-1 {
  width: 11vw;
}

.customer-pic {
  height: 15vw;
  background-image: url('../images/educational.jpeg'), url('../images/citi.jpeg'), url('../images/pexels-photo-224924.jpeg'), url('../images/medical.jpeg'), url('../images/nonprofit.jpeg'), url('../images/publicservice.jpeg'), url('../images/retail.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: 563px, 562px, 562px, 630px, 630px, cover, cover;
}

.customer-pic.public {
  background-image: url('../images/publicservice.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.customer-pic.medical {
  background-image: url('../images/medical.jpeg');
  background-position: 0px 0px;
  background-size: 630px;
}

.customer-pic.education {
  background-image: url('../images/educational.jpeg');
  background-position: 0px 0px;
  background-size: 563px;
}

.customer-pic.contractors {
  background-image: url('../images/pexels-photo-224924.jpeg');
  background-position: 0px 0px;
  background-size: 562px;
}

.customer-pic.financial {
  background-image: url('../images/citi.jpeg');
  background-position: 0px 0px;
  background-size: 562px;
}

.customer-pic.retail {
  background-image: url('../images/educational.jpeg'), url('../images/retail.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: 563px, cover;
}

.customer-pic.non-profit {
  background-image: url('../images/nonprofit.jpeg');
  background-position: 0px 0px;
  background-size: 630px;
}

.card-collection {
  position: relative;
  padding: 4vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  text-decoration: none;
}

.container-small-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 38vw;
  padding: 2vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #fff;
  text-decoration: none;
}

.container-small-1:hover {
  opacity: 0;
}

.nav-whyus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-testi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8vw;
  padding-bottom: 8vw;
  padding-left: 8vw;
}

.div-block-157 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62vw;
  padding: 2vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-container.line2 {
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cs-container.line2.hide {
  display: none;
}

.cs-container.comment---form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs--article-title {
  display: block;
  width: 70%;
  margin-top: 4vw;
  margin-right: auto;
  margin-bottom: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  border-left: 6px solid #9756ee;
  color: rgba(51, 51, 51, .93);
  line-height: 2.3vw;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.cs--content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-right: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 0, 0, .59);
}

.link-5 {
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6772e5;
  font-size: 0.9vw;
  line-height: 0.9vw;
  text-decoration: none;
}

.link-5:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.div-block-158 {
  height: auto;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #1d4c78;
}

.div-block-159.sky {
  background-color: #008cff;
}

.div-block-160 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-160.leftimage {
  padding: 4vw;
}

.div-block-160.rightcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4vw;
}

.image-29 {
  display: block;
  width: 35vw;
  margin-right: auto;
  margin-left: auto;
}

.div-block-161 {
  border-bottom: 150px solid #fff;
  border-left: 110vw solid #008cff;
}

.div-block-136a-4 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  cursor: pointer;
}

.tog-off-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-4.hide {
  display: none;
}

.wid-clickcall-dialer {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-call-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
}

.div-block-162 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customer-content {
  width: 100%;
  padding-top: 0vw;
}

.heading-17 {
  color: #6b73e8;
  font-size: 1.2vw;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7f58b3;
  background-image: -webkit-linear-gradient(270deg, #6772e5, #5dbcff);
  background-image: linear-gradient(180deg, #6772e5, #5dbcff);
}

.cta {
  width: 60%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.9vw;
  text-align: center;
}

.button-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #6b73e8;
  font-size: 1vw;
  line-height: 1vw;
  text-align: center;
  text-transform: uppercase;
}

.button-9:hover {
  background-color: #3a409b;
}

.div-block-163 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(207, 216, 230, .29);
}

.cs-author {
  color: #6772e5;
  font-size: 1vw;
  line-height: 1vw;
  text-transform: capitalize;
}

.heading-18 {
  font-size: 1vw;
}

.section-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7vw 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(207, 216, 230, .31);
  background-image: -webkit-linear-gradient(0deg, #ed3343, #f9cb3d);
  background-image: linear-gradient(90deg, #ed3343, #f9cb3d);
}

.section-2-copy.socialnet-blue {
  background-image: -webkit-linear-gradient(0deg, #2e3192, #378ae1);
  background-image: linear-gradient(90deg, #2e3192, #378ae1);
}

.section-2-copy.mess-sec {
  background-image: -webkit-linear-gradient(0deg, #6dbc45, #3e99bf);
  background-image: linear-gradient(90deg, #6dbc45, #3e99bf);
}

.section-2-copy.faxblock {
  background-image: -webkit-linear-gradient(0deg, #3b4255, #5b4fa1);
  background-image: linear-gradient(90deg, #3b4255, #5b4fa1);
}

html.w-mod-js *[data-ix="hide-nav-search"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(45px, 0px);
  -ms-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

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

@media (max-width: 991px) {
  body {
    font-family: 'Proxima nova', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h2 {
    margin-top: 8vw;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  h3 {
    margin-top: 1.7rem;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  p {
    font-size: 0.89rem;
    line-height: 1.09rem;
    text-align: justify;
  }
  ul {
    margin-bottom: 4vw;
  }
  li {
    margin-bottom: 0.85rem;
    font-size: 0.89rem;
    line-height: 0.99rem;
  }
  .nav-bar {
    position: relative;
    z-index: 8888;
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-bar.style-1 {
    z-index: 300;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 1px 1px 16px 0 rgba(26, 51, 80, .29);
  }
  .nav-bar.style-1.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    background-color: #1a3350;
  }
  .nav-container {
    padding-right: 3px;
    padding-left: 5px;
  }
  .nav-link {
    text-align: left;
  }
  .div-block-2 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .flex-grid-3 {
    margin-right: 3vw;
    margin-left: 4vw;
    padding-bottom: 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex---main4 {
    height: 58vw;
    margin-bottom: 6vw;
  }
  .flex---main4.class-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 47%;
    -webkit-flex: 47%;
    -ms-flex: 47%;
    flex: 47%;
  }
  .paragraph {
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .class3-content {
    margin-bottom: 0vw;
    padding-right: 2vw;
    padding-bottom: 0vw;
    padding-left: 2vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-holder3 {
    position: absolute;
    padding-bottom: 2vw;
  }
  .cta-ribbon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-col1 {
    padding-top: 6vw;
    padding-right: 3vw;
    padding-bottom: 6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 35vw;
    -ms-flex-preferred-size: 35vw;
    flex-basis: 35vw;
  }
  .cta-col2 {
    padding-right: 1vw;
    padding-left: 1vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-7 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block {
    margin-top: 0vw;
    margin-right: 0.5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta-link {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .cta-icon {
    width: 100px;
  }
  .cta-button {
    height: 5.5vw;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 0.89rem;
    line-height: 1.1rem;
    text-align: center;
  }
  .cta-paragraph {
    font-size: 0.89rem;
    line-height: 1.1rem;
  }
  .div-block-9 {
    padding: 4vw 3vw 3vw;
  }
  .footer---heading {
    font-size: 1.6vw;
  }
  .footer-paragraph {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .footer---row2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footr-logo {
    margin-left: 5vw;
  }
  .footer---link {
    font-size: 0.75rem;
  }
  .cta-pop-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 33vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-popup {
    width: 60vw;
  }
  .cta-popup.email {
    width: 65vw;
  }
  .cta---heading {
    font-size: 1rem;
    line-height: 2rem;
  }
  .cta-pop-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .call-line1 {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .call-line2 {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .cta-heading {
    padding: 1vw;
  }
  .cta-label {
    width: 11vw;
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .div-block-14 {
    height: 33vw;
  }
  .chat-line-1 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .chat-line-3 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .chat-line-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .chatbox {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cta-ribbon-heading {
    margin-bottom: 0.8vw;
    font-size: 0.95rem;
  }
  .error-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .nav-menu-2 {
    position: absolute;
    margin-top: 0vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #f5f5f5;
  }
  .brand-2 {
    display: block;
    width: 68px;
    height: 68px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav---link {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #1a3350;
    font-size: 1rem;
    line-height: 1rem;
  }
  .nav---link:hover {
    color: #37a5c5;
  }
  .nav---link-2 {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    color: #1a3350;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: center;
  }
  .nav---link-2:hover {
    color: #37a5c5;
    font-weight: 600;
  }
  .nav---link-2:active {
    font-weight: 400;
  }
  .nav---link-2.drop {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .nav-menu-row-1 {
    padding-right: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .icon---font.blog {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .blog---mini {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .text-block-5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .blgc---hero-img {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .blgp---blog-title {
    width: 73%;
    margin-top: 9vw;
    margin-bottom: 5vw;
    font-size: 2.6rem;
    line-height: 2.9rem;
  }
  .blgp---author-view-date {
    margin-bottom: 5vw;
  }
  .div-block-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .facebook-2 {
    width: 13vw;
  }
  .blgp--socmed-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blgp--socmed-line.button {
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .blog---comment {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
  .form-4 {
    margin-left: 0vw;
  }
  .blgp---1._2 {
    padding-right: 0px;
  }
  .blgp---label {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .icofont-metro.plus {
    font-size: 2vw;
  }
  .icofont-metro.plus._1 {
    font-size: 2.5vw;
  }
  .menu-button {
    margin-top: 1vw;
    padding: 14px;
    border: 2px solid #5dbcff;
    border-radius: 5px;
  }
  .menu-button:hover {
    border-color: rgba(55, 165, 197, .71);
  }
  .menu-button.w--open {
    padding: 13px;
    border: 2px solid #37a5c5;
    border-radius: 5px;
    background-color: transparent;
  }
  .menu-button.white {
    border-color: #fff;
  }
  .icon {
    background-color: transparent;
    color: #5dbcff;
  }
  .icon.white {
    color: #fff;
  }
  .cta-icon-metro {
    font-size: 1.4rem;
  }
  .cta-icon-fontawe {
    font-size: 1.4rem;
  }
  .footer-icons.font-awe {
    font-size: 1.6rem;
  }
  .submit---metro {
    height: 5.5vw;
    font-size: 1rem;
  }
  .text-field-2 {
    height: 5.5vw;
  }
  .text-field-2._1 {
    width: 67%;
  }
  .text-block-7 {
    width: 90%;
    margin-left: 5%;
  }
  .button-2 {
    height: 38pt;
    margin-left: 5%;
    font-size: 0.9rem;
  }
  .hero-subtitle {
    width: 90%;
    margin-left: 5%;
    font-size: 0.89rem;
    line-height: 1.5rem;
  }
  .hero---main {
    height: 50vw;
  }
  .main-2nd-section {
    top: -8vw;
    background-size: cover;
  }
  .paragraph-big-text {
    padding-left: 5vw;
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 400;
  }
  .sec2---main {
    height: 70vw;
  }
  .sec2---main.color-smoky {
    padding-bottom: 10vw;
  }
  .sec2---main.color-smoky-copy {
    padding-bottom: 10vw;
  }
  .sec2---div {
    margin-top: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .h1---main {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .flex---horizon {
    margin-bottom: 4vw;
  }
  .text-block-8 {
    margin-bottom: 5vw;
    font-size: 0.95rem;
    line-height: 1.1rem;
  }
  .sec4---para {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .h3---main {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .h3---main.vv {
    height: 2vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .sec4---link {
    font-size: 1.7vw;
  }
  .button-3 {
    margin-bottom: 0vw;
    padding: 2.5vw 4vw;
    font-size: 0.9rem;
  }
  .button-3.circle {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .button-3.circle-copy {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .hero---product {
    height: 29vw;
  }
  .hero---product.cap {
    height: 33.5vw;
  }
  .text-block-12 {
    width: 59%;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .text-block-13 {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: center;
  }
  .text-block-13.blue {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .text-block-14 {
    font-size: 1.4rem;
  }
  .button-5 {
    width: 14vw;
  }
  .blog---hd {
    width: 95%;
    margin-bottom: 1vw;
    font-size: 1.6rem;
    line-height: 6vw;
  }
  .div-block-34 {
    height: auto;
  }
  .button-6 {
    width: 14vw;
  }
  .heading-9 {
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .div-block-36 {
    min-height: 16vw;
    padding-top: 2.5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-block {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
  .hero-block.bg {
    height: 33.5vw;
  }
  .hero-block.darkblu.wdit {
    height: 43vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-block.darkblu.sip-copy {
    height: 43vw;
    padding-top: 0vw;
  }
  .hero-block.voice {
    height: 33.5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .sub-sub--hd {
    margin-top: 0px;
    margin-bottom: 2vw;
    font-size: 1.6rem;
    line-height: 6vw;
  }
  .sub-sub--hd.white.web {
    margin-bottom: 2vw;
    padding-right: 2vw;
    font-size: 1.6rem;
    line-height: 6vw;
  }
  .text-block-15 {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .text-block-15.white {
    width: 59%;
    margin-bottom: 3vw;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .link-3 {
    font-size: 0.85rem;
    line-height: 0.85rem;
  }
  .div-block-38 {
    padding: 8vw 6vw 9vw;
  }
  .div-block-38.color1 {
    padding-top: 8vw;
    padding-bottom: 9vw;
  }
  .div-block-38.flex.client {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-38.flex.fax {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-38.light-navy.spread {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .div-block-38.color6.siff {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-10.fetus._1.blue {
    margin-bottom: 3vw;
  }
  .heading-10.fetus._1.white {
    margin-bottom: 3vw;
  }
  .tb---row.coverage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb---row.coverage.sif {
    width: 89%;
  }
  .tb---row.space {
    margin-bottom: 1vw;
  }
  .tb---row.swit {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tb---col---2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tb---col---2.tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-11 {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .text-block-16 {
    font-size: 0.85rem;
  }
  .text-block-16.blue {
    line-height: 1rem;
  }
  .text-block-16.red {
    line-height: 1rem;
  }
  .text-block-16.lightblu {
    line-height: 0.99rem;
  }
  .text-block-16.center {
    line-height: 1rem;
  }
  .text-block-16.titleprog {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .text-block-16.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .text-block-16.social.fax {
    min-height: 8vw;
    margin-bottom: 2vw;
    font-size: 0.99rem;
  }
  .text-block-16.fax {
    line-height: 1rem;
  }
  .text-block-16.fax1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .text-block-16.fax1.fax {
    min-height: 8vw;
    margin-bottom: 2vw;
    font-size: 0.99rem;
  }
  .div-block-40 {
    height: auto;
  }
  .paragraph-12 {
    text-align: left;
  }
  .paragraph-12.conference {
    width: 68%;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }
  .paragraph-12.left-para {
    line-height: 1.09rem;
  }
  .sbpg--link---row {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .sbpg--link---row.insight {
    padding-top: 0vw;
    padding-bottom: 6vw;
  }
  .sub-pg-link.voice {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .div-block-41 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .text-block-18 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  .text-block-19 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .button-7 {
    width: 52%;
    font-size: 0.99rem;
    line-height: 1.3rem;
  }
  .div-block-43---shadow {
    width: 100%;
    margin-bottom: 4vw;
    box-shadow: 7px 10px 29px -2px rgba(0, 0, 0, .24);
  }
  .div-block-43---shadow.talk2sales {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .video-coverage.space {
    width: 84vw;
  }
  .tab-link {
    font-size: 0.9rem;
    line-height: 1.9rem;
  }
  .color1.w--current {
    font-size: 0.9rem;
    line-height: 1.9rem;
  }
  .tab-link-2 {
    font-size: 0.9rem;
    line-height: 1.9rem;
  }
  .image-7 {
    width: 7vw;
    height: 7vw;
  }
  .text-block-21 {
    padding: 0.19999999999999996vw 1.2vw;
  }
  .dynamic-item {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .dynamic-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-field-3 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .voice---api {
    font-size: 1rem;
    line-height: 1rem;
  }
  .form-wrapper-4 {
    margin-bottom: 2vw;
  }
  .text-block-22 {
    font-size: 0.89rem;
    line-height: 0.89rem;
  }
  .tab---api {
    height: 39vw;
  }
  .api---tab-group {
    width: 76vw;
    margin-top: 5vw;
  }
  .div-block-47.grey {
    min-height: 23vw;
  }
  .div-block-47.center {
    min-height: 25vw;
  }
  .div-block-47.small {
    width: 93%;
    min-height: 24vw;
  }
  .div-block-47.small.center {
    width: 92%;
  }
  .div-block-47.small.center.move.soc {
    min-height: 33vw;
  }
  .div-block-47.small.center.move.fax {
    min-height: 50vw;
  }
  .div-block-47.small._1.navy {
    min-height: 23vw;
  }
  .div-block-47.small._1.navy._2 {
    min-height: 30vw;
  }
  .div-block-47.small._1.navy.nocolor {
    min-height: 30vw;
  }
  .div-block-47.small._1.conf {
    min-height: 15vw;
  }
  .div-block-47.small._1.navy-copy {
    min-height: 23vw;
  }
  .div-block-47.small.pointy {
    min-height: 28vw;
    padding-top: 4vw;
  }
  .div-block-47.small.pointy.pricing {
    min-height: 34vw;
  }
  .div-block-47.whiite-bg {
    min-height: 23vw;
  }
  .div-block-47.red.price {
    min-height: 23vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-47.outline {
    min-height: 44vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-47.doc {
    -webkit-flex-basis: 61vw;
    -ms-flex-preferred-size: 61vw;
    flex-basis: 61vw;
  }
  .div-block-47.no-box {
    min-height: 25vw;
  }
  .image-8 {
    width: 11vw;
  }
  .sub---hd---sub {
    width: 77%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .sub---hd---sub.noline {
    width: 81%;
  }
  .sub---hd---sub.noline.sup-trunk {
    margin-bottom: 4vw;
  }
  .sub---hd---sub.whiteline.move {
    margin-top: 7vw;
  }
  .sub---hd---sub.left.nobot {
    text-align: center;
  }
  .sub---hd---sub.noline-copy {
    width: 81%;
  }
  .text-block-23 {
    font-size: 0.6rem;
  }
  .text-block-23.qhite {
    padding-right: 1.5vw;
  }
  .text-block-24 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .text-block-24.pricing-title {
    font-size: 0.89rem;
    line-height: 1.4vw;
  }
  .text-block-24.pricing-title-copy {
    font-size: 0.89rem;
    line-height: 1.4vw;
  }
  ._50-div.line.space {
    height: 15vw;
    padding-right: 3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._50-div.line.space.siinterf {
    height: 4vw;
    padding-left: 5vw;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .text-block-25 {
    font-size: 0.8rem;
  }
  .text-block-25.insight {
    font-size: 1.2rem;
  }
  .insight-1 {
    margin-right: 4vw;
    margin-left: 4vw;
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
  }
  .text-block-26 {
    font-size: 1.2rem;
    line-height: 2vw;
  }
  .text-block-27 {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .heading-12 {
    width: 78%;
    margin-bottom: 3vw;
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .interconnect-price {
    width: 40vw;
  }
  .itr-cnt-label {
    font-size: 0.86rem;
    line-height: 0.86rem;
  }
  .prc-name {
    height: 5vw;
    font-size: 0.88rem;
    line-height: 0.9rem;
  }
  .prc-name.grey {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .price-row-line {
    height: 6vw;
  }
  .text-block-28 {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .text-block-29 {
    font-size: 1rem;
  }
  .div-block-54 {
    width: 100%;
    background-color: #a0c2da;
  }
  .interconnect---price-mobile {
    width: 100%;
    height: auto;
  }
  .trunking-form {
    width: 54vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .field-label {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .submit-button {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 94px;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .div-block-56 {
    height: auto;
  }
  .button-8 {
    background-color: #6772e5;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .text-block-30 {
    height: 13vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .div-block-60 {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .div-block-62 {
    padding-left: 0vw;
  }
  .div-block-63 {
    padding-left: 2vw;
  }
  .testi-name {
    margin-bottom: 3vw;
    padding-right: 3vw;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .testi-para {
    margin-bottom: 3vw;
    line-height: 0.94rem;
    text-align: left;
  }
  .testi-author {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .vclient {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-64.center.vclient-bx {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
  .div-block-64.center.vclient-bx.line {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    text-align: center;
  }
  .div-block-64.center.vclient-bx.programmable {
    margin-right: 17vw;
    margin-left: 17vw;
  }
  .div-block-64.center.vclient-bx.line-copy {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    text-align: center;
  }
  .vclient---pict.liz {
    width: 12vw;
  }
  .question---cta {
    padding-bottom: 7vw;
  }
  .heading-13 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .heading-14 {
    margin-bottom: 2.5vw;
    font-size: 0.95rem;
    line-height: 1.1rem;
  }
  .cov-2col {
    text-align: left;
  }
  .select-field-2 {
    margin-top: 2vw;
  }
  .text-block-32 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .paragraph-15 {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: left;
  }
  .div-block-70 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-70.noline {
    border-bottom-style: none;
  }
  .div-block-71 {
    margin-bottom: 5vw;
  }
  .div-block-71.blue {
    padding: 9vw 17vw;
  }
  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5vw 21vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-72.white.nettrv {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .text-block-33 {
    width: 40vw;
    height: 40vw;
    padding: 6vw;
    border-radius: 71vw;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .div-block-75 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .paragraph-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .paragraph-16.white.ccc {
    height: 30vw;
    text-align: left;
  }
  .paragraph-16.white.ccc._2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-16.white._50per {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-16._50per {
    height: 33vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-77.iccon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-34 {
    font-size: 0.89rem;
    line-height: 0.9rem;
  }
  .important-text-3 {
    height: 7vw;
    line-height: 1rem;
    text-align: left;
  }
  .paragraph-18.nt {
    margin-right: 0vw;
    margin-left: 0vw;
    line-height: 1.09rem;
    text-align: left;
  }
  .div-block-78._50per {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-block-79 {
    margin-top: 1vw;
  }
  .programmablec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    width: 12vw;
  }
  .image-11 {
    width: 12vw;
  }
  .image-12 {
    width: 12vw;
  }
  .image-13 {
    width: 12vw;
  }
  .vidprogimg {
    margin-top: -19vw;
  }
  .pricing---country {
    width: 36vw;
  }
  .form-8 {
    padding-right: 1.4vw;
    padding-left: 1.4vw;
  }
  .pricint-1op {
    margin-bottom: 6vw;
  }
  .paragraph-20 {
    text-align: left;
  }
  .text-block-36 {
    margin-bottom: 1.6vw;
    font-size: 1rem;
    line-height: 1.09rem;
  }
  .text-block-36.vpricing {
    margin-top: 9vw;
    margin-bottom: 3vw;
    font-size: 0.89rem;
    line-height: 1rem;
  }
  .text-block-38 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .paragraph-21 {
    font-size: 0.83rem;
    line-height: 1.1rem;
  }
  .paragraph-21.short {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }
  .div-block-86 {
    width: 56vw;
  }
  .heading-15 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .text-block-41 {
    font-size: 0.89rem;
    line-height: 0.9rem;
  }
  .price-amt {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .text-block-42 {
    width: 13vw;
    height: 13vw;
    margin-top: 14vw;
    margin-bottom: 7.5vw;
    border-radius: 11vw;
    font-size: 0.89rem;
    line-height: 1rem;
    text-transform: uppercase;
  }
  .field-label-3 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .vph3 {
    line-height: 1.3rem;
  }
  .div-block-92 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-product {
    padding-top: 12vw;
    padding-bottom: 12vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-product.soc {
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 35vw;
    -ms-flex-preferred-size: 35vw;
    flex-basis: 35vw;
  }
  .h1-product {
    margin-bottom: 1vw;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .text-block-43 {
    display: block;
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: 300;
  }
  .div-block-94 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-44 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .h4-product {
    margin-bottom: 1rem;
  }
  .image-15 {
    width: 55vw;
  }
  .heading-16 {
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .section-2 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .div-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.89rem;
    line-height: 1rem;
  }
  .div-block-97.dropdown {
    padding-right: 3.3vw;
  }
  .bd-droplink {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .nav {
    display: block;
    height: 9vw;
  }
  .navbar {
    display: block;
  }
  .navs-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9vw;
  }
  .nav-whitebg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9vw;
  }
  .div-block-120 {
    width: 80%;
  }
  .image-21 {
    width: 500px;
  }
  .tab-link-3.w--current {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .cta-textblock {
    height: 28vw;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .widget-group {
    width: 100vw;
    height: 100vh;
    margin-right: 0vw;
    margin-bottom: 0vw;
  }
  .widget-block {
    height: 100vh;
  }
  .widget---head {
    height: 6vw;
  }
  .widget---close {
    height: 10vw;
  }
  .wid-hd-txt {
    font-size: 0.95rem;
    line-height: 0.95rem;
  }
  .wid-butt-left {
    padding-left: 17px;
  }
  .wid-butt-right {
    padding-right: 17px;
  }
  .widget---block {
    height: 9vw;
  }
  .wud-img {
    margin-top: 2vw;
    margin-left: 27vw;
  }
  .wid-ch-txt {
    font-size: 0.93rem;
    line-height: 0.93rem;
  }
  .wid-close-txt {
    margin-bottom: 2vw;
    font-size: 0.93rem;
    line-height: 1.5rem;
  }
  .wid-butt-close {
    padding-bottom: 1.9vw;
    padding-left: 39vw;
  }
  .wd-fn-icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .wd-fn-icon.purple {
    font-size: 1.2rem;
  }
  .wid-opt-txt {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .wid-opt-txt.green.stay-copy {
    padding-left: 22vw;
    line-height: 0.9rem;
  }
  .wid-butt-toggle {
    height: 10vw;
  }
  .text-block-28a {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .wd-icon {
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1rem;
  }
  .wid-number-block {
    height: 10vw;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .wid-full-width-button {
    height: 10vw;
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .wid-full-width-button.email {
    height: 6vw;
    font-size: 1rem;
  }
  .text-block-29a {
    font-size: 3rem;
    line-height: 1.8rem;
  }
  .text-block-47 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .paragraph-35a {
    width: 50%;
    margin-bottom: 6.5vw;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .div-block-135a-copy {
    padding-top: 12vw;
  }
  .image-29a {
    margin-bottom: 3vw;
  }
  .text-block-31a {
    margin-bottom: 7vw;
    font-size: 0.93rem;
    line-height: 0.93rem;
  }
  .chat-input {
    height: 9vw;
  }
  .textarea-4 {
    max-height: 6vw;
  }
  .submit-button-7 {
    height: 6vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .submit-button-7.green {
    height: 6vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .div-block-135a-copy-copy {
    padding-top: 12vw;
  }
  .form-8-copy {
    margin-top: 1vw;
    padding-right: 0.3999999999999999vw;
    padding-bottom: 1vw;
    padding-left: 2.4vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wid-input-emai {
    max-height: 6vw;
    min-width: 10vw;
    padding: 0px 1.5vw;
  }
  .wid-email-label {
    height: 6vw;
    min-width: 10vw;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .button-7a {
    font-size: 0.88rem;
    line-height: 0.88rem;
  }
  .button-7a._1 {
    margin-left: 10vw;
  }
  .wid-post-button {
    height: auto;
  }
  .div-block-38-copy {
    display: block;
    padding-top: 4vw;
    padding-bottom: 4vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-38-copy.color1 {
    padding-top: 8vw;
    padding-bottom: 9vw;
  }
  .div-block-38-copy.flex.client {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-38-copy.flex.fax {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-38-copy.light-navy.spread {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .div-block-38-copy.color6.siff {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-142 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-143 {
    margin-bottom: 2vw;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .text-block-48 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .div-block-144 {
    margin-right: 8vw;
    margin-left: 8vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-49 {
    margin-bottom: 3vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .text-block-49.nonspave {
    margin-bottom: 3vw;
  }
  .why-us---sec2---card {
    padding-right: 4vw;
  }
  .text-block-50 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .div-block-147 {
    margin-bottom: 1vw;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .text-block-49-copy {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .div-block-144-copy {
    margin-right: 8vw;
    margin-left: 8vw;
  }
  .hero-block-why-us {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
  .hero-block-why-us.bg {
    height: 33.5vw;
  }
  .hero-block-why-us.darkblu.wdit {
    height: 43vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-block-why-us.darkblu.sip-copy {
    height: 43vw;
    padding-top: 0vw;
  }
  .hero-block-why-us.voice {
    height: 33.5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .div-block-148 {
    padding-right: 2vw;
  }
  .text-block-51 {
    text-align: left;
  }
  .text-block-52 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .container-14vw {
    height: auto;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .div-block-153 {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ccs1 {
    font-size: 1.4rem;
  }
  .ccs2 {
    font-size: 1.9rem;
  }
  .container-small {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 42vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-1 {
    width: 21vw;
  }
  .customer-pic {
    height: 25vw;
  }
  .customer-pic.public {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.medical {
    background-image: url('../images/medical.jpeg');
    background-position: 0px 0px;
    background-size: 630px;
  }
  .customer-pic.contractors {
    background-image: url('../images/pexels-photo-224924.jpeg');
    background-position: 0px 0px;
    background-size: 562px;
  }
  .customer-pic.financial {
    background-image: url('../images/citi.jpeg'), url('../images/nonprofit.jpeg'), url('../images/publicservice.jpeg'), url('../images/retail.jpeg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: 562px, 630px, cover, cover;
  }
  .customer-pic.retail {
    background-image: url('../images/retail.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.non-profit {
    background-image: url('../images/nonprofit.jpeg');
    background-position: 0px 0px;
    background-size: 630px;
  }
  .card-collection {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .container-small-1 {
    position: relative;
    height: auto;
  }
  .container-small-1:hover {
    opacity: 1;
  }
  .cs-container {
    margin-right: 3vw;
    margin-left: 3vw;
    padding-left: 0vw;
  }
  .cs--article-title {
    width: 73%;
    margin-top: 9vw;
    margin-bottom: 5vw;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .link-5 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .section-2-copy {
    padding: 8vw 6vw 9vw;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    padding-right: 6px;
    padding-left: 0px;
  }
  .nav-bar.style-1 {
    padding-right: 7px;
    padding-left: 0px;
  }
  .flex-grid-3 {
    margin-right: 13vw;
    margin-left: 13vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex---main4 {
    margin-bottom: 8vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-icon {
    margin-bottom: 3vw;
  }
  .cta-ribbon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cta-col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta-col2 {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .div-block-7 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-icon {
    width: 100px;
    margin-top: 4vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .cta-heading {
    text-align: center;
  }
  .cta-button {
    height: 9.5vw;
    margin-top: 4vw;
    padding: 4vw 7vw;
  }
  .cta-paragraph {
    width: 85%;
    margin-bottom: 0vw;
    line-height: 1.4rem;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column {
    width: 338px;
    margin-bottom: 3vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: none;
  }
  .footer---heading {
    font-size: 0.9rem;
  }
  .footer-paragraph {
    font-size: 0.8rem;
  }
  .footer---row2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cta-pop-bg {
    padding-top: 12vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-popup.chat {
    width: 70vw;
  }
  .cta-popup.email {
    width: 72vw;
  }
  .cta-label {
    width: 15vw;
  }
  .div-block-14 {
    height: 20vw;
  }
  .cta-call {
    display: none;
  }
  .cta-ribbon-heading {
    margin-bottom: 1.8vw;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .brand-2 {
    padding-left: 5px;
  }
  .blgc---hero-img {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .blgp--socmed-line.button {
    margin-top: 1px;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .blgp---1._2 {
    padding-right: 0px;
  }
  .cta-icon-fontawe {
    margin-bottom: 0px;
  }
  .submit---metro {
    height: 7.5vw;
  }
  .text-field-2._1 {
    height: 7.5vw;
  }
  .div-block-20 {
    width: 338px;
  }
  .div-block-21 {
    width: 338px;
  }
  .sec2---main {
    height: 115vw;
  }
  .h3---main {
    font-size: 1rem;
  }
  .h3---main.vv {
    margin-bottom: 1rem;
    text-align: center;
  }
  .sec4---link {
    font-size: 0.9rem;
    text-align: center;
  }
  .button-3 {
    line-height: 0.9rem;
  }
  .button-3.circle {
    padding: 3.5vw 3vw;
    font-size: 0.89rem;
    line-height: 0.89vw;
  }
  .button-3.circle.nav {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 0.89rem;
    line-height: 0.89vw;
  }
  .button-3.circle.move.navyblu {
    line-height: 1.89vw;
  }
  .button-3.circle.move.navyblu-copy {
    line-height: 1.89vw;
  }
  .button-3.move.noti {
    margin-bottom: 3vw;
  }
  .button-3.circle-copy {
    padding: 3.5vw 3vw;
    font-size: 0.89rem;
    line-height: 0.89vw;
  }
  .hero---product.cap {
    height: 37.5vw;
    padding-bottom: 7vw;
  }
  .vv {
    -webkit-flex-basis: 7vw;
    -ms-flex-preferred-size: 7vw;
    flex-basis: 7vw;
  }
  .text-block-13 {
    text-align: center;
  }
  .button-5 {
    width: 19vw;
  }
  .button-6 {
    width: 19vw;
  }
  .div-block-36 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-block {
    padding: 14vw 17vw;
  }
  .hero-block.bg {
    height: 37.5vw;
  }
  .hero-block.darkblu.wdit {
    height: 49vw;
  }
  .hero-block.darkblu.sip-copy {
    height: 51vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
  }
  .hero-block.voice {
    height: 37.5vw;
    padding-top: 2vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .hero-block.voice.notify {
    height: auto;
    padding-bottom: 7vw;
  }
  .sub-sub--hd {
    margin-top: 0px;
    margin-bottom: 4vw;
  }
  .sub-sub--hd.white.web {
    display: inline-block;
    margin-bottom: 1vw;
    padding-right: 1vw;
    text-align: center;
  }
  .text-block-15 {
    width: auto;
    margin-bottom: 4.5vw;
    text-align: center;
  }
  .text-block-15.white {
    width: 85%;
    font-weight: 100;
  }
  .div-block-38 {
    padding: 14vw 5vw;
  }
  .div-block-38.flex {
    padding-top: 9vw;
  }
  .div-block-38.flex.client {
    padding-right: 14vw;
    padding-left: 14vw;
  }
  .div-block-38.flex.fax {
    padding-right: 14vw;
    padding-left: 14vw;
  }
  .tb---row.coverage.move {
    margin-bottom: 4vw;
  }
  .tb---row.swit {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb---row.swit._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tb---row.swit.confa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb---row.swit.siptrunking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading-11 {
    text-align: center;
  }
  .text-block-16.center.blue {
    margin-bottom: 4vw;
  }
  .text-block-16.fax.blue {
    margin-bottom: 4vw;
  }
  .div-block-40 {
    width: 86%;
  }
  .paragraph-12.conference {
    width: 73%;
  }
  .paragraph-12.left-para {
    line-height: 1.3rem;
  }
  .sbpg--link---row {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sub-pg-link.voice {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .sub-pg-link.vp {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .text-block-17 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .edge---icon {
    width: 8.5vw;
  }
  .div-block-43---shadow.prices {
    width: 87vw;
  }
  .div-block-43---shadow.talk2sales {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .div-block-44.top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .video-coverage.space {
    margin-bottom: 0vw;
  }
  .image-7 {
    width: 9vw;
    height: 9vw;
  }
  .api---tab---btm {
    margin-right: 1vw;
    font-size: 0.89rem;
    line-height: 0.89rem;
  }
  .api---tab---btm.w--current {
    margin-right: 1vw;
    font-size: 0.89rem;
    line-height: 0.89rem;
  }
  .api---tab-group {
    display: block;
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-47.grey {
    min-height: 39vw;
  }
  .div-block-47.grey.center {
    min-height: auto;
  }
  .div-block-47.center {
    min-height: auto;
    padding: 4vw;
  }
  .div-block-47.small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-47.small.center {
    margin-bottom: 2vw;
  }
  .div-block-47.small.center.move {
    margin-bottom: 2vw;
  }
  .div-block-47.small.center.move.soc {
    width: 70%;
  }
  .div-block-47.small._1 {
    margin-bottom: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-47.small._1.conf {
    margin-bottom: 3vw;
  }
  .div-block-47.small.pointy {
    margin-bottom: 5vw;
  }
  .div-block-47.small.pointy.pricing {
    min-height: auto;
  }
  .div-block-47.whiite-bg {
    min-height: 39vw;
    margin-right: 1px;
  }
  .div-block-47.red.white {
    background-color: #fff;
    color: #8e8d9b;
  }
  .div-block-47.outline {
    min-height: auto;
  }
  .div-block-47.doc {
    width: 91%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-47.doc.vidprog {
    width: 96%;
  }
  .div-block-47.no-box {
    min-height: auto;
    padding: 4vw;
  }
  .image-8 {
    width: 15vw;
  }
  .sub---hd---sub.noline.sup-trunk {
    width: 90%;
    margin-bottom: 6vw;
  }
  .div-block-48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-24.pricing-title {
    padding-left: 5vw;
    line-height: 0.89rem;
  }
  .text-block-24.pricing-title-copy {
    padding-left: 5vw;
    line-height: 0.89rem;
  }
  ._50-div.line.space {
    height: 18vw;
  }
  ._50-div.line.space.siinterf {
    height: 9vw;
    border-right-color: #8e8d9b;
  }
  ._50-div.insig.sipinf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .prc-name {
    height: 12vw;
  }
  .price-row-line {
    height: 9vw;
  }
  .interconnect---price-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trunking-form {
    width: 65vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
    border-radius: 9px;
  }
  .div-block-56 {
    padding-right: 2vw;
    padding-bottom: 10vw;
    padding-left: 2vw;
  }
  .div-block-60 {
    padding-right: 9vw;
    padding-left: 12vw;
  }
  ._4col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vocprog---4col {
    margin-bottom: 3vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .vclient {
    padding-left: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vclient._1 {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .div-block-64.center.vclient-bx.line {
    margin-right: 6vw;
    margin-bottom: 5vw;
    margin-left: 6vw;
    padding-right: 10vw;
    padding-bottom: 7vw;
    padding-left: 10vw;
  }
  .div-block-64.center.vclient-bx.line-copy {
    margin-right: 6vw;
    margin-bottom: 5vw;
    margin-left: 6vw;
    padding-right: 10vw;
    padding-bottom: 7vw;
    padding-left: 10vw;
  }
  .vclient---pict {
    width: 18vw;
  }
  .heading-13 {
    margin-bottom: 4.4vw;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .heading-14 {
    margin-bottom: 2.5vw;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
  }
  .div-block-66 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-68 {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .paragraph-14 {
    margin-top: 5vw;
    margin-bottom: 0vw;
    padding: 3vw;
  }
  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-32 {
    margin-bottom: 4vw;
  }
  .paragraph-15 {
    margin-right: 4vw;
    margin-left: 4vw;
    padding: 6vw 13vw;
  }
  .paragraph-15.white {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .div-block-71.blue {
    padding: 8vw 10vw;
  }
  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-72.white.nettrv {
    padding: 7vw 6vw;
    line-height: 1.3rem;
  }
  .div-block-73.grey {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .text-block-33 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .paragraph-16.white.ccc._2 {
    height: 26vw;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .paragraph-16._50per {
    height: 49vw;
  }
  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-17 {
    padding-bottom: 3vw;
  }
  .paragraph-18.nt {
    line-height: 1rem;
  }
  .pricint-1op {
    margin-bottom: 7vw;
  }
  .paragraph-20 {
    line-height: 1.2rem;
    text-align: left;
  }
  .div-block-84 {
    padding-top: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-38 {
    font-size: 1.2rem;
  }
  .text-block-39 {
    font-size: 11px;
  }
  .text-block-42 {
    width: 17vw;
    height: 17vw;
    border-radius: 13vw;
  }
  .div-block-91 {
    margin-bottom: 2vw;
    padding-right: 0vw;
  }
  .hero-product {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-product.soc {
    height: 37.5vw;
    -webkit-flex-basis: 38vw;
    -ms-flex-preferred-size: 38vw;
    flex-basis: 38vw;
  }
  .h1-product {
    display: block;
    margin-top: 1vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7vw;
    -ms-flex: 0 0 7vw;
    flex: 0 0 7vw;
  }
  .text-block-43 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .div-block-97.dropdown {
    padding-right: 6.3vw;
    padding-left: 3.5vw;
  }
  .nav {
    height: 12vw;
  }
  .image-16 {
    color: #fff;
  }
  .navs-fixed {
    height: 12vw;
  }
  .nav-whitebg {
    height: 12vw;
  }
  .div-block-120 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-48-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-textblock {
    height: 31vw;
  }
  .widget---head {
    height: 8vw;
  }
  .widget---close {
    height: 13vw;
  }
  .widget---block {
    height: 12vw;
  }
  .wud-img {
    margin-top: 2.5vw;
    margin-left: 17vw;
  }
  .wid-butt-close {
    padding-bottom: 2vw;
    padding-left: 36vw;
  }
  .wd-fn-icon {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .wid-butt-toggle {
    height: 13vw;
  }
  .wid-number-block {
    height: 13vw;
  }
  .wid-full-width-button {
    font-size: 1rem;
  }
  .wid-full-width-button.email {
    height: 8vw;
  }
  .text-block-29a {
    font-size: 1.5rem;
  }
  .paragraph-35a {
    width: 60%;
  }
  .div-block-135a-copy {
    padding-top: 9vw;
  }
  .chat-input {
    height: 13vw;
  }
  .textarea-4 {
    max-height: 8vw;
  }
  .submit-button-7 {
    height: 8vw;
  }
  .submit-button-7.green {
    height: 8vw;
  }
  .div-block-38-copy {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .div-block-38-copy.flex {
    padding-top: 9vw;
  }
  .div-block-38-copy.flex.client {
    padding-right: 14vw;
    padding-left: 14vw;
  }
  .div-block-38-copy.flex.fax {
    padding-right: 14vw;
    padding-left: 14vw;
  }
  .div-block-143 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-block-144 {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .why-us---sec2---card {
    padding-right: 0vw;
  }
  .text-block-50 {
    text-align: center;
  }
  .div-block-144-copy {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .hero-block-why-us {
    padding: 14vw 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-block-why-us.bg {
    height: 37.5vw;
  }
  .hero-block-why-us.darkblu.wdit {
    height: 49vw;
  }
  .hero-block-why-us.darkblu.sip-copy {
    height: 51vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
  }
  .hero-block-why-us.voice {
    height: 37.5vw;
    padding-top: 2vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .hero-block-why-us.voice.notify {
    height: auto;
    padding-bottom: 7vw;
  }
  .div-block-148 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-52 {
    margin-bottom: 14vw;
  }
  .div-block-153 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-collection {
    margin-bottom: 9vw;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-156 {
    padding-right: 0vw;
  }
  .cs-container {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .cs--article-title {
    width: 89%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

@media (max-width: 479px) {
  h2 {
    margin-top: 16vw;
  }
  h3 {
    line-height: 1.4rem;
  }
  li {
    font-size: 0.89rem;
    line-height: 1.2rem;
    text-align: justify;
  }
  .div-block-2 {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .flex-grid-3 {
    display: block;
    margin-right: 9vw;
    margin-left: 9vw;
  }
  .flex---main4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 118vw;
    margin: 0vw 0vw 14vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph {
    margin-top: 6vw;
    margin-bottom: 0px;
  }
  .cta-ribbon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta-col1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .cta-col2 {
    padding-top: 4vw;
    padding-bottom: 14vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .link-block {
    margin: 2vw 4.5vw 5vw;
  }
  .cta-icon {
    width: 75px;
  }
  .cta-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-button {
    height: 15.5vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .div-block-9 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .footer-column {
    width: 278px;
    margin-bottom: 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer---heading {
    line-height: 1.1rem;
  }
  .footer-paragraph {
    line-height: 1.3rem;
  }
  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footr-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-11 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer---link {
    margin-right: 5vw;
    margin-bottom: 4vw;
    margin-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.8rem;
    line-height: 0.88rem;
  }
  .cta-pop-bg {
    padding-top: 24vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-popup {
    width: 96vw;
  }
  .cta-popup.chat {
    width: 96vw;
  }
  .cta-popup.email {
    width: 93vw;
  }
  .div-block-12 {
    padding-top: 6vw;
  }
  .cta-label {
    width: 23vw;
  }
  .div-block-14 {
    height: 60vw;
  }
  .cta-call {
    display: none;
  }
  .cta-email {
    display: none;
  }
  .cta-chat {
    display: none;
  }
  .cta-text {
    display: none;
  }
  .cta-ribbon-heading {
    margin-top: 5vw;
    margin-bottom: 3.8vw;
  }
  .text-block-4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .blgp---hero-img {
    height: 69vw;
  }
  .blgc---hero-img {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .blgc---hero-img.line2 {
    margin-right: 5vw;
    margin-left: 5vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .blgc---hero-img.comment---form {
    margin-top: 10vw;
    background-color: #5dbcff;
    color: #fff;
  }
  .blgp---blog-title {
    width: 93%;
    margin-top: 17vw;
    margin-bottom: 9vw;
    font-size: 2rem;
    line-height: 2rem;
  }
  .blgp---author-view-date {
    margin-bottom: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blgp---auto {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-18.left {
    margin-bottom: 8vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .facebook-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .google-2 {
    margin-right: -6vw;
  }
  .twitter-2 {
    margin-right: 4vw;
  }
  .blgp--socmed-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .blgp--socmed-line.button {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-4 {
    margin-left: 0vw;
  }
  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blgp---1 {
    margin-bottom: 7vw;
  }
  .blgp---submit {
    background-color: #7f58b3;
  }
  .blgp---form---box._1 {
    height: 37vw;
  }
  .menu-button {
    margin-top: 2.6vw;
    padding: 12px;
  }
  .footer-icons.font-awe {
    margin-right: 2vw;
    font-size: 2rem;
  }
  .form-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .submit---metro {
    height: 14vw;
  }
  .text-field-2 {
    height: 14vw;
  }
  .text-field-2._1 {
    width: 73%;
    height: 13.5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-4 {
    margin-top: 7vw;
  }
  .section.bu-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-7 {
    margin-top: 8vw;
    text-align: center;
  }
  .div-block-20 {
    width: 278px;
  }
  .div-block-21 {
    width: 278px;
  }
  .div-block-22 {
    width: 278px;
  }
  .hero-subtitle {
    text-align: center;
  }
  .hero---main {
    height: 140vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heromain-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-big-text {
    width: 80vw;
  }
  .part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sec2---main {
    height: 245vw;
  }
  .sec2---main.color-smoky {
    padding-top: 13vw;
  }
  .sec2---main.color-smoky-copy {
    padding-top: 13vw;
  }
  .sec2---div {
    padding: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h1---main {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .flex---horizon {
    margin: 12vw 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  ._50.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  ._50.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-8 {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .sec4---para {
    text-align: center;
  }
  .h3---main.vv {
    margin-bottom: 2rem;
  }
  .button-3 {
    height: 39pt;
  }
  .button-3.circle {
    height: 41pt;
    padding-right: 9vw;
    padding-left: 9vw;
    font-size: 0.89rem;
    line-height: 0.89rem;
    text-align: center;
  }
  .button-3.circle.move.navyblu {
    margin-bottom: 7vw;
  }
  .button-3.circle.move.navyblu-copy {
    margin-bottom: 7vw;
  }
  .button-3.circle-copy {
    height: 41pt;
    padding-right: 9vw;
    padding-left: 9vw;
    font-size: 0.89rem;
    line-height: 0.89rem;
    text-align: center;
  }
  .hero---product.cap {
    height: 134vw;
  }
  .text-block-12 {
    width: 78%;
    line-height: 1.3rem;
  }
  .text-block-14 {
    margin-top: 18vw;
    margin-bottom: 2vw;
    font-weight: 600;
  }
  .button-5 {
    width: 36vw;
  }
  .blog---hd {
    width: 93%;
    margin-top: 0px;
    margin-bottom: 9vw;
    line-height: 9.6vw;
  }
  .dynamic-list-wrapper {
    margin-right: 7vw;
    margin-left: 7vw;
  }
  .div-block-34 {
    height: 1500vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .button-6 {
    width: 36vw;
  }
  .div-block-36 {
    padding: 4.5vw 5vw;
  }
  .hero-block {
    padding: 24vw 10vw;
  }
  .hero-block.bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 124vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-block.darkblu.wdit {
    height: 144vw;
  }
  .hero-block.darkblu.sip-copy {
    height: 145vw;
    padding-top: 0vw;
  }
  .hero-block.voice {
    height: 134vw;
    padding: 28vw 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-sub--hd {
    margin-top: 0px;
    margin-bottom: 6vw;
    line-height: 8vw;
    text-align: center;
  }
  .sub-sub--hd.white {
    margin-bottom: 10.7vw;
    line-height: 1.8rem;
    font-weight: 300;
  }
  .sub-sub--hd.white.web {
    display: inline-block;
    margin-bottom: 10.7vw;
    line-height: 1.8rem;
  }
  .sub-sub--hd.white.web.not {
    padding-right: 3vw;
  }
  .text-block-15 {
    margin-bottom: 8.5vw;
  }
  .text-block-15.white {
    width: 89%;
    margin-bottom: 12vw;
    line-height: 1.3rem;
  }
  .text-block-15.white.sapce {
    width: 100%;
    margin-bottom: 9vw;
  }
  .div-block-38 {
    padding: 18vw 8vw;
  }
  .div-block-38.color1 {
    padding-top: 24vw;
  }
  .div-block-38.color3 {
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-38.flex.client {
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .div-block-38.flex.fax {
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .heading-10 {
    margin-bottom: 16vw;
  }
  .heading-10.fetus._1.white {
    margin-bottom: 10vw;
  }
  .tb---row.space.de {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb---row.insight-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb---row.swit._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tb---row.swit.siptrunking {
    margin-bottom: 0vw;
  }
  .heading-11 {
    font-size: 0.7rem;
  }
  .text-block-16 {
    height: auto;
    margin-bottom: 4.8vw;
    line-height: 1rem;
  }
  .text-block-16.color2 {
    height: 9vw;
  }
  .text-block-16.lightblu {
    line-height: 0.85rem;
  }
  .text-block-16.social.fax {
    line-height: 1.2rem;
  }
  .text-block-16.fax1.fax {
    line-height: 1.2rem;
  }
  .div-block-40 {
    width: 91%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-12 {
    font-size: 0.79rem;
    text-align: left;
  }
  .paragraph-12.white.center {
    margin-bottom: 6vw;
    font-size: 0.88rem;
  }
  .sbpg--link---row {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .sub-pg-link.voice {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .sub-pg-link.sms {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .sub-pg-link.vp {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .text-block-17 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .text-block-18 {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }
  .tb---edge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .edge---icon {
    width: 16.5vw;
  }
  .div-block-43---shadow.api {
    width: 100%;
    box-shadow: none;
  }
  .image-7 {
    width: 14vw;
    height: 14vw;
  }
  .text-block-21 {
    margin-bottom: 17vw;
  }
  .text-block-21.navy {
    margin-bottom: 16vw;
  }
  .dynamic-item {
    padding-bottom: 13vw;
  }
  .api {
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: center;
  }
  .api.gray {
    padding-left: 0vw;
    text-align: left;
  }
  .api.center.space {
    margin-bottom: 18vw;
  }
  .div-block-45 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 92vw;
    -ms-flex: 0 0 92vw;
    flex: 0 0 92vw;
  }
  .div-block-46 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-field-3 {
    margin-bottom: 2vw;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .voice---api {
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .text-block-22 {
    margin-bottom: 5vw;
  }
  .tab---api {
    height: auto;
  }
  .api---tab-group {
    width: 88vw;
  }
  .div-block-47.small.center {
    margin-bottom: 4vw;
  }
  .div-block-47.small.center.move {
    margin-bottom: 4vw;
  }
  .div-block-47.small._1 {
    margin-bottom: 4vw;
  }
  .div-block-47.small._1.navy {
    padding: 7vw;
  }
  .div-block-47.small._1.conf {
    height: auto;
    min-height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .div-block-47.small._1.navy-copy {
    padding: 7vw;
  }
  .div-block-47.outline {
    margin-bottom: 9vw;
  }
  .div-block-47.doc {
    width: 109%;
  }
  .image-8 {
    width: 25vw;
  }
  .sub---hd---sub {
    width: 87%;
    margin-bottom: 19vw;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sub---hd---sub.noline {
    margin-bottom: 16vw;
  }
  .sub---hd---sub.noline.sup-trunk {
    margin-bottom: 11vw;
  }
  .sub---hd---sub.nobottomline.client.white {
    margin-bottom: 11vw;
  }
  .sub---hd---sub.whiteline {
    margin-bottom: 15vw;
  }
  .sub---hd---sub.noline-copy {
    margin-bottom: 16vw;
  }
  .text-block-24.pricing-title {
    padding-left: 0vw;
  }
  .text-block-24.pricing-title-copy {
    padding-left: 0vw;
  }
  .text-block-25.sif {
    font-size: 0.7rem;
  }
  .text-block-26 {
    font-size: 1rem;
  }
  .heading-12 {
    margin-bottom: 11vw;
  }
  .image-9 {
    width: 130vw;
  }
  .interconnect-price {
    width: 74vw;
  }
  .prc-name {
    height: 19vw;
  }
  .price-row-line {
    height: 17vw;
  }
  .text-block-28 {
    font-size: 0.62rem;
  }
  .text-block-29 {
    font-size: 0.86rem;
    line-height: 1.1rem;
  }
  .trunking-form {
    width: 86vw;
  }
  .div-block-55 {
    margin-bottom: 3.5vw;
  }
  .field-label {
    margin-bottom: 2vw;
    line-height: 0.99rem;
  }
  .div-block-56 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .div-block-57 {
    padding: 7vw;
  }
  .text-block-30 {
    text-align: center;
  }
  .div-block-60 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-62 {
    margin-bottom: 0vw;
  }
  .div-block-63 {
    margin-bottom: 13vw;
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testi-name {
    margin-bottom: 8vw;
  }
  .testi-para {
    margin-bottom: 8vw;
  }
  .vocprog---4col {
    margin-bottom: 5vw;
  }
  .div-block-64.center.vclient-bx {
    margin-bottom: 7vw;
    padding-right: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
  }
  .div-block-64.center.vclient-bx.programmable {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .vclient---pict {
    width: 29vw;
  }
  .vclient---pict.liz {
    width: 22vw;
  }
  .question---cta {
    padding-top: 5vw;
    padding-bottom: 9vw;
  }
  .heading-13 {
    line-height: 1.3rem;
  }
  .div-block-65 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-14 {
    width: 89%;
    margin-bottom: 10.7vw;
    font-size: 0.95rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: center;
  }
  .div-block-68 {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .text-block-32 {
    margin-top: 1vw;
  }
  .paragraph-15 {
    padding: 9vw 7vw;
  }
  .div-block-72 {
    padding: 17vw 12vw;
  }
  .div-block-72.white.nettrv {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
  .div-block-73.grey {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
  .div-block-73.grey.fax {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .text-block-33 {
    width: 80vw;
    height: 80vw;
  }
  .paragraph-16 {
    padding: 9vw;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }
  .paragraph-16.white.ccc._2 {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-16._50per {
    height: auto;
  }
  .div-block-76 {
    margin-bottom: 21vw;
  }
  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-77.iccon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-78._50per {
    margin-bottom: 13vw;
  }
  .div-block-78.mmsdome {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-79 {
    padding-bottom: 3px;
  }
  .text-field-5 {
    margin-bottom: 4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 0.89rem;
    line-height: 1rem;
  }
  .form-7 {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-wrapper-5 {
    width: 96%;
  }
  .image-10 {
    width: 21vw;
  }
  .image-11 {
    width: 21vw;
  }
  .image-12 {
    width: 21vw;
  }
  .image-13 {
    width: 21vw;
  }
  .pricing---country {
    width: 91vw;
  }
  .pricint-1op {
    margin-bottom: 35vw;
  }
  .div-block-82 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-20 {
    width: 50%;
    font-size: 0.85rem;
  }
  .div-block-84 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .div-block-86 {
    width: 88vw;
  }
  .heading-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-15.voice {
    padding-left: 4vw;
  }
  .text-block-41 {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 4vw;
  }
  .text-block-41.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-amt {
    line-height: 1.4rem;
  }
  .text-block-42 {
    width: 25vw;
    height: 25vw;
  }
  .hero-product.soc {
    height: 135vw;
    -webkit-flex-basis: 135vw;
    -ms-flex-preferred-size: 135vw;
    flex-basis: 135vw;
  }
  .h1-product {
    height: auto;
    margin-bottom: 9vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2.2rem;
    line-height: 2.1rem;
  }
  .text-block-43 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .text-block-44.dark {
    text-align: left;
  }
  .image-15 {
    width: 95vw;
  }
  .section-2 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-97 {
    height: 10vw;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .div-block-97.dropdown {
    padding-right: 7.3vw;
  }
  .nav {
    height: 20.7vw;
  }
  .navs-fixed {
    height: 20.7vw;
  }
  .nav-whitebg {
    height: 20.7vw;
  }
  .div-block-120 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .cta-textblock {
    height: 118vw;
  }
  .api-copy {
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: center;
  }
  .api-copy.gray {
    padding-left: 0vw;
    text-align: left;
  }
  .widget---head {
    height: 14vw;
  }
  .widget---close {
    height: 23vw;
  }
  .widget---block {
    height: 21vw;
  }
  .wud-img {
    margin-top: 4.5vw;
    margin-left: 10px;
  }
  .wid-butt-close {
    padding-left: 26vw;
  }
  .wid-butt-toggle {
    height: 23vw;
  }
  .wid-number-block {
    height: 23vw;
  }
  .wid-full-width-button {
    height: 14vw;
  }
  .wid-full-width-button.email {
    height: 14vw;
  }
  .paragraph-35a {
    width: 92%;
  }
  .div-block-135a-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-29a {
    margin-bottom: 6vw;
  }
  .chat-input {
    height: 20vw;
  }
  .textarea-4 {
    max-height: 14vw;
  }
  .submit-button-7 {
    height: 14vw;
  }
  .submit-button-7.green {
    height: 14vw;
  }
  .wid-input-emai {
    max-height: 14vw;
  }
  .wid-email-label {
    height: 14vw;
    min-width: 17vw;
  }
  .div-block-38-copy {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
  .div-block-38-copy.color1 {
    padding-top: 24vw;
  }
  .div-block-38-copy.color3 {
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-38-copy.flex.client {
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .div-block-38-copy.flex.fax {
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .div-block-143 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-144 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-49 {
    width: 80%;
    margin-bottom: 6vw;
  }
  .why-us---sec2---card {
    margin-bottom: 2vw;
  }
  .text-block-49-copy {
    width: 80%;
    margin-bottom: 6vw;
  }
  .div-block-144-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-block-why-us {
    height: 283vw;
    padding: 24vw 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .hero-block-why-us.bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 124vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-block-why-us.darkblu.wdit {
    height: 144vw;
  }
  .hero-block-why-us.darkblu.sip-copy {
    height: 145vw;
    padding-top: 0vw;
  }
  .hero-block-why-us.voice {
    height: 134vw;
    padding: 28vw 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-148 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .div-block-149 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .container-14vw {
    margin-bottom: 20vw;
  }
  .div-block-153 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-small {
    min-height: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .customer-pic {
    height: 60vw;
  }
  .customer-pic._1 {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic._2 {
    background-image: url('../images/citi.jpeg'), url('../images/pexels-photo-224924.jpeg'), url('../images/medical.jpeg'), url('../images/nonprofit.jpeg'), url('../images/publicservice.jpeg'), url('../images/retail.jpeg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: 562px, 562px, 630px, 630px, cover, cover;
  }
  .customer-pic.public {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.medical {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.education {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.contractors {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.financial {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.retail {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .customer-pic.non-profit {
    background-image: url('../images/publicservice.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .card-collection {
    margin-bottom: 30vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .container-small-1 {
    height: auto;
  }
  .div-block-156 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cs-container {
    width: 84vw;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .cs-container.line2 {
    margin-right: 5vw;
    margin-left: 5vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .cs-container.comment---form {
    margin-top: 10vw;
    background-color: #5dbcff;
    color: #fff;
  }
  .cs--article-title {
    width: 95%;
    margin-top: 17vw;
    margin-bottom: 9vw;
    padding-top: 5vw;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .section-2-copy {
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@font-face {
  font-family: 'Metro';
  src: url('../fonts/metro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue normal';
  src: url('../fonts/helvetica-normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue light';
  src: url('../fonts/HelveticaNeueLTStd-Light_0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue body';
  src: url('../fonts/HelveticaNeueLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue heavy';
  src: url('../fonts/HelveticaNeueLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}