.head{
    background: #eafbff;
    height: 50%;
    position: relative;
    text-align: center;
    min-height: 500px;
}
.head-pattern{
    background: url('/static/squairy_light.png');
    background-repeat: repeat;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
    opacity: 0.5;
}
.head .center-in{
    z-index: 2;
}
.head h1{
    color: #475472;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.head h2{
    color: #81BB42;
    font-weight: lighter;
    margin-bottom: 20px;
}
.case-studies{
    margin: -120px 0 40px 0;
}
.columns{
    margin: 0 -20px;
}
.case-study .column-in{
    margin: 10px 10px;
    padding: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0,0,0,0.2);
    display: block;
    background: #fff;
    transition: 0.2s all;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    min-height: 324px;
    opacity: 1;
}
.case-study .column-in:hover{
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2), 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0,0,0,0.2);
    cursor: pointer;
}
.case-study:before{
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0,0,0,0.2);
    content: '';
    position: absolute;
    top:20px;
    left:15px;
    right: 15px;
    bottom: 5px;
    z-index: 2;
    border-radius: 5px;
}
.case-study:after{
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0,0,0,0.2);
    content: '';
    position: absolute;
    top:20px;
    left:20px;
    right: 20px;
    bottom: 0px;
    z-index: 1;
    border-radius: 5px;
}
.column{
   position: relative;
}
.column.c33{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}
.case-study-content{
    padding: 30px;
    display: block;
}
.study-title{
    color: #333333;
    font-size: 26px;
    display: block;
}
.study-description{
    color: #757575;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.case-study-image{
    width: 100%;
    position: relative;
    height: 150px;
    border-radius: 5px 5px 0 0;
    display: block;
}
.case-study-map-container{
    height: 150px;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.gm-fullscreen-control{
    display: none;
}
.gm-style{
}
.case-study-map-container div{
    border-radius: 5px 5px 0 0;
}
.case-study-map-container{
}
.case-study-map-overlay{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(rgba(0, 162, 136, 0.5), rgba(0, 0, 0, 0));
    z-index: 10;
    border-radius: 5px 5px 0 0;
}
.case-study .read-more{
    display: inline-block;
    margin-top: 20px;
}
.case-study .read-more .icon{
    margin-top: 1px;
    vertical-align: top;
    margin-right: 5px;
}
.case-study.add .case-study-map-overlay{
    background: url(/static/just-waves.png);
    opacity: 0.3;
}
.add-icon{
    position: absolute;
    bottom: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #008ad0;
    z-index: 10;
    left: 20px;
}
.add-icon .icon{
    color: white;
    margin: 6px;
    font-size: 38px;
}
.case-study-logo{
    position: absolute;
    bottom: -25px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #ffffff;
    z-index: 10;
    left: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0,0,0,0.2);
}
.case-study-logo img{
    max-width: 80%;
    height: auto !important;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
@media (max-width: 480px) {
    .head{
        height: auto;
        padding: 100px 20px 180px 20px;
        min-height: auto;
    }
    .head h1{
        font-size: 32px;
    }
    .head h2{
        font-size: 21px;
    }
    .head .center-in{
        position: relative;
    }
    .columns{
        margin: 0 20px;
    }
   .column.c33{
       width: 100%;
   }
}
.map-holder{
    position: relative;
    width: 100%;
    height: 80%;
}
.gmnoprint{
    display: none;
}
.gm-control-active{
    display: none;
}
.map-overlay{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 1;
}
.map-overlay-pattern{
    background-image: url(/static/black-orchid.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    opacity: 0.3;
}
.contact-content-holder{
    position: relative;
    z-index: 15;
    height: 100%;
    width: 100%;
}
.map-container{
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.center{
    position: static;
}
.center-in{
}
.contact-content{
    
}
.contact-head{
    color: white;
    text-align: center;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.6);
    padding-bottom: 40px;
}
.contact-head a{
    color: white;
}
.subtitle{
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 400;
    opacity: 0.8;
}
.title{
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -3px;
    color: white;
}
.location-text{
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact-text{
    font-size: 21px;
}
.contact-form{
    padding: 40px;
    background: #FFF;
    box-shadow: 0 10px 10px rgba(0, 37, 76, 0.29);
    border-radius: 2px;
    position: relative;
}
.contact-form-title{
    text-align: center;
    color: #475472;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 20px;
}
input,textarea{
    display: block;
    clear:both;
    width: 100%;
    margin-top: 15px;
}
.loading .loading-overlay{
    opacity: 1;
    z-index: 2;
}
.success .success-overlay{
    opacity: 1;
    z-index: 2;
}
.success-overlay .form-overlay-text{
    margin: 0 0 20px 0;
}
.edit .form-content{
    opacity: 1;
    z-index: 2;
}
.form-content{
    opacity: 0;
    z-index: 1;
    position: relative;
}
.form-overlay{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    opacity: 0;
    z-index: 0;
}
.form-overlay-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-overlay-text{
    font-size: 21px;
    margin-top: 20px;
}
.loading-overlay-animation{
}
@media (max-width: 480px) {
    .center-in{
        position: static;
        left:0;
        top:0;
        transform:  none;
    }
    .map-holder{
        height: auto;
        min-height: 100%;
        padding: 60px 0 30px 0;
    }
    .contact-content-holder{
        position: absolute;
    }
    .contact-content {
        margin: 20px;
    }
}
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;
}
.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4);
}
.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1;
}
.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%;
}
.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px;
}
.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0;
}
.rangeslider-horizontal .rangeslider__handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-horizontal .rangeslider__handle:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset;
}
.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px;
}
.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0);
}
/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent;
}
.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute;
}
.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0;
}
.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none;
}
.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px;
}
/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0;
}
.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit;
}
/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative;
}
.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px;
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  transform: translate3d(-50%, 0, 0);
}

.section{
    width: 100%;
    height: 100%;
}
h1 {
    color: #2e3952;
    font-weight: 200;
    font-size: 46px;
    letter-spacing: -1.9px;
}
.call-to-action{
    margin-top: 20px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
    padding: 12px 20px 12px 45px;
    font-size: 16px;
}
.call-to-action .icon{
    font-size: 31px;
    vertical-align: top;
    position: absolute;
    left: 10px;
    top: 6px;
    transition: all 0.1s;
}
.call-to-action:hover .icon{
    left: 13px;
}
.left-side {
    max-width: 504px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.right-side {
    max-width: 500px;
    display: inline-block;
    vertical-align: top;
}
h4 {
    font-size: 13px;
    text-transform: uppercase;
    color: #475472;
    margin-bottom: 10px;
}
.integrations {
    display: block;
    clear: both;
    margin-top: 40px;
}
.integrations-list {
    display: block;
    clear: both;
}
.integrations-list .integration {
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
}
.integrations-list .integration-olo {
    background-image: url("/static/integration-olo.png");
    width: 54px;
    height: 54px;
}
.integrations-list .integration-quickorder {
    background-image: url("/static/integration-quikorder.png");
    width: 69px;
    height: 51px;
}
.integrations-list .integration-onosys {
    background-image: url("/static/integration-onosys.png");
    width: 196px;
    height: 40px;
}
.calculator{
    background: white;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    max-width: 500px;
}
.calculator {
	position: relative;
	background: #ffffff;
}
.calculator:after, .calculator:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.calculator:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.calculator:before {
	border-color: rgba(220, 220, 220, 0);
	border-top-color: #dcdcdc;
	border-width: 11px;
	margin-left: -11px;
}
.calculator-title{
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    color: #3d4d70;
    padding: 25px 40px 20px 40px;
}
.metrics{
    padding-bottom: 15px;
}
.metric{
    padding: 0 20px;
}
.metric-label{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
    padding-left: 10px;
}
.metric-value{
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 9px;
    left: -41px;
    border-radius: 31px;
    font-size: 12px;
    font-weight: 500;
}
.metric-silder{
    position: relative;
    display: inline-block;
    vertical-align: top;;
    width: 200px;
    margin-left: 50px;
}
.metric-info{
    background: #e8eff1;
    color: #a7b3b7;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 8px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 1px;
}
.metric-info:hover{
    background: #ddd;
}
.slider{
}
.ordersPerDay .metric-value{
    background-color: #09AB91;
}
.averegeTicketSize .metric-value{
    background-color: #8887BB;
}
.phoneOperators .metric-value{
    background-color: #C8678F;
}
.ordersPerDay .rangeslider__fill{
    background-color: #09AB91;
}
.averegeTicketSize .rangeslider__fill{
    background-color: #8887BB;
}
.phoneOperators .rangeslider__fill{
    background-color: #C8678F;
}
.metric-value {
	position: absolute;
}
.metric-value:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 5px;
	margin-top: -5px;
    margin-left: -1px;
}
.ordersPerDay .metric-value:after{
    border-left-color: #09AB91;
}
.averegeTicketSize .metric-value:after{
    border-left-color: #8887BB;
}
.phoneOperators .metric-value:after{
    border-left-color: #C8678F;
}
.section{
   
}
.welcome.section{
    display: block;
    clear:both;
    overflow: hidden;
    position: relative;
}
.rangeslider, .rangeslider .rangeslider__fill{
    box-shadow:none;
    height: 8px;
}
.rangeslider-horizontal .rangeslider__handle:after{
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #696969;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}
.rangeslider .rangeslider__handle{
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.08), 0 0 4px 0px rgba(0, 0, 0, 0.34);
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
}
.calculator-results{
    border-top: 1px solid #f3f3f3;
    height: 78px;
    border-radius: 0 0 5px 5px;
}
.calculator-result{
    padding: 24px;
}
.calculator-result-label{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 2px;
    margin-top: -2px;
}
.calculator-result-value{
    font-size: 15px;
    font-weight: 500;
}
.calculator-result-footprint{
    color:#707970;
    font-size: 7px;
}
.calculator-result.current{
    float:left;
}
.calculator-result.new{
    float: right;
    text-align: right;
    vertical-align: top;
    position: absolute;
    right: 0;
}
.calculator-result.current .calculator-result-value{
    color:#219D1A;
}
.calculator-result.new .calculator-result-value{
    color: #02bfd1;
}
.main-graph{
    position: absolute;
    left: 0;
    right: -400px;
    height: 400px;
    bottom: -38px;
}
.main-graph .ct-graph{
    background: #eee;
}
.old-series .ct-area{
    fill: #b7ff82;
}
.old-series .ct-line{
    stroke: #8CE24F;
    stroke-width: 2px;
    stroke-dasharray: 5px;
}
.old-series .ct-point{
    stroke: #8CE24F;
}
.new-series .ct-area{
    fill: #00BFD1;
}
.new-series .ct-line{
    stroke: #00BFD1;
    stroke-width: 2px;
    stroke-dasharray: 5px;
}
.new-series .ct-point{
    stroke: #00BFD1;
}
.comparison.section{
    background: #FFF;
    position: relative;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 80px;
    height: auto;
}
.comparison.section h2{
    text-align: center;
    font-size: 31px;
    color: #2e3952;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.comparison.section h3{
    text-align: center;
    font-size: 25px;
    color: #a5a6a9;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.column{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.column-in{
    padding: 40px;
    background: #fafafa;
    margin: 0 20px;
    border-radius: 5px;
}
.column.after{
}
.column.before{
}
.column.before .column-image{
}
.column-info{
    text-align: center;
}
.column-info-icon{
}
.column-head{
    padding: 80px 10px;
}
.column-content{
}
.column.after .column-in{
    background: linear-gradient(#ffffff, #fafffe);
    box-shadow: 0 0 0 7px #ffffff, 0 0 0 9px rgba(0, 199, 142, 0.5);
}
.column.before .column-info-icon{
    background-image: url('/static/old-way-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    margin: 0 auto;
}
.column.after .column-info-icon{
    background-image: url('/static/new-way-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    margin: 0 auto;
}
.column.before .column-image{
    background-image: url(/static/old-way-flow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 473px;
    height: 114px;
    margin: 98px auto 123px auto;
    max-width: 100%;
}
.column.after .column-image{
    background-image: url(/static/new-way-flow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 428px;
    height: 335px;
    margin: 0 auto;
    max-width: 100%;
}
.vs{
    background-image: url(/static/vs-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 92px;
    height: 92px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -41px;
    display: none;
}
.column.after .column-image{
}
.column-info-suptitle{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}
.column.before .column-info-suptitle{
    color: #CB5C88;
}
.column.after .column-info-suptitle{
    color: #02A918;
}
.column-info-title{
    font-size: 20px;
    font-weight: 500;
    color: #2f3952;
    margin-bottom: 10px;
}
.column-info-description{
    font-size: 18px;
    color: #b4b5b8;
    line-height: 27px;
}
.center{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}
.welcome.section .center-in{
    max-width: 1024px;
    width: 100%;
}
.example.section{
    background: #fafafa;
    height: auto;
}
.example.section h2{
    text-align: center;
    font-size: 31px;
    color: #2e3952;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.example.section h3{
    text-align: center;
    font-size: 25px;
    color: #a5a6a9;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}
#siri-container{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 400px;
}
.button.play{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.button.play:active{
    
}
.percentage-bar-holder{
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.percentage-bar{
    background: #65c81f;
    box-shadow: inset -13px 0 6px -6px #7cda39;
    height: 2px;
    width: 2%;
    transition: all 100ms;
}
.audio-player{
    padding: 0 40px;
}
#siri-container .percentage-bar-holder{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 50;
    margin-top:-3px;
}
@media (max-width: 480px) {
    .center{
        position: relative !important;
        z-index: 10;
    }
    .section{
        height: auto;
        padding: 20px;
    }
    .center-in{
        position: static;
        left: auto;
        right: auto;
        transform: none;
    }
    .column{
        width: 100%;
        margin-bottom: 30px;
    }
    .left-side{
        margin-top: 100px;
        padding: 0 20px 20px 20px;
    }
    .right-side{
        padding: 00px;
    }
    .calculator{
        margin-bottom: 100px;
    }
    .calculator-result{
        padding: 27px 20px 0 20px;
    }
    .calculator-result-label{
        font-size: 10px;
        margin-bottom: 0;
    }
    .calculator-result-value{
        font-size: 11px;
        display: inline-block;
    }
    .comparison.section{
        padding-bottom: 0;
    }
    .column-head{
        padding: 30px 10px;
    }
    .section h2{
    }
    h1{
        font-size: 37px;
    }
    h4{
        margin-bottom: 20px;
    }
    .integrations-list .integration-onosys{
        width: 112px;
        background-repeat: no-repeat;
    }
}
.page-pricing #pricing-title {
  font-weight: 500;
  margin-bottom: 10px; }

.page-pricing #price-description {
  font-size: 24px;
  color: #6C6F75; }

.page-pricing #price-highlight {
  color: #65c81f;
  font-weight: 500; }

.page-pricing .left-side {
  width: 100%; }

@media (max-width: 480px) {
  .page-pricing .left-side {
    margin-bottom: 60px; } }

/* privacy css */
.page-privacy .head {
  background: #0e172b;
  padding: 100px 0;
  color: #FFF;
  margin-bottom: 20px; }

.page-privacy .post {
  padding-bottom: 50px; }

.page-privacy address {
  background: #fdfbf5;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #e4e2dd;
  font-size: 16px; }

.page-privacy h1 {
  color: white;
  font-weight: 500; }

.page-privacy h3 {
  font-weight: 400; }

.page-privacy p {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #44464a; }

.page-privacy h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #ff4b78; }

@media (max-width: 480px) {
  .page-privacy .head {
    padding: 50px 20px 50px 20px; }
  .page-privacy .head h1 {
    font-size: 26px;
    font-weight: 500; }
  .page-privacy .head h3 {
    font-size: 17px;
    font-weight: normal; }
  .page-privacy .post {
    padding: 0 20px 20px 20px; } }

.page-study .head {
  background: #eafbff;
  height: 50%;
  position: relative;
  text-align: center;
  min-height: 500px; }

.page-study .head-pattern {
  background: url("/static/squairy_light.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5; }

.page-study .map-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 1; }

.page-study .map-overlay-pattern {
  background-image: url(/static/black-orchid.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  opacity: 0.3; }

.page-study .head .map-holder {
  height: 100%; }

.page-study .head-content {
  z-index: 15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.6); }

.page-study .head .center-in {
  z-index: 2; }

.page-study .head-title {
  font-weight: 500;
  font-size: 60px;
  letter-spacing: -1.5px;
  color: white; }

.page-study .head-subtitle {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9); }

.page-study .section {
  padding: 80px 0; }

.page-study .section:nth-child(odd) {
  background-color: #EEF3F4; }

.page-study .section-head {
  text-align: center;
  padding: 0 20px; }

.page-study .section-title {
  font-weight: 500;
  color: #475472;
  font-size: 34px;
  margin: 10px 0;
  letter-spacing: -1px; }

.page-study .section-suptitle {
  font-size: 14px;
  color: #6EAB42;
  font-weight: bold;
  text-transform: uppercase; }

.page-study .section-description {
  color: rgba(0, 0, 0, 0.5);
  font-size: 21px;
  max-width: 960px;
  text-align: center;
  margin: 0 auto; }

.page-study .section-image {
  padding-top: 60px;
  margin: 0 auto;
  display: block; }

.page-study .section-image img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.page-study .section-3 img {
  max-width: 506px; }

.page-study .case-study-logo-big {
  position: relative;
  margin: 0 auto 20px auto;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #ffffff;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2); }

.page-study .case-study-logo-big img {
  width: 80% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.page-study .gmnoprint,
.page-study .gm-fullscreen-control {
  display: none !important; }

.page-study .head-actions {
  margin-top: 20px; }

.page-study .head-actions .button {
  margin: 0 5px;
  position: relative;
  padding-left: 41px;
  display: inline-block; }

.page-study .back-button {
  border: 2px solid white;
  box-shadow: none;
  color: white;
  background: rgba(255, 255, 255, 0.1); }

.page-study .call-to-action {
  padding: 10px 17px; }

.page-study .button .icon {
  font-size: 28px;
  vertical-align: top;
  margin-top: 0;
  padding: 0;
  top: 5px;
  position: absolute;
  left: 9px;
  width: 28px;
  height: 28px;
  transition: 0.2s; }

.page-study .back-button .icon {
  top: 3px; }

.page-study .back-button:hover .icon {
  left: 6px; }

.page-study .call-to-action:hover .icon {
  left: 12px; }

@media (max-width: 480px) {
  .page-study .head {
    height: auto;
    padding: 100px 20px 180px 20px;
    min-height: auto; }
  .page-study .section-image {
    padding: 40px 40px 0 40px; }
  .page-study .section-image img {
    max-width: 100%; }
  .page-study .map-container {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 5; }
  .page-study .head {
    height: 100%;
    padding: 0; }
  .page-study .head-actions .button {
    width: 100%;
    margin-bottom: 10px; } }

/* privacy css */
.page-terms .head {
  background: #0e172b;
  padding: 100px 0;
  color: #FFF;
  margin-bottom: 20px; }

.page-terms .post {
  padding-bottom: 50px; }

.page-terms address {
  background: #fdfbf5;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #e4e2dd;
  font-size: 16px; }

.page-terms h1 {
  color: white;
  font-weight: 500; }

.page-terms h3 {
  font-weight: 400; }

.page-terms p {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #44464a; }

.page-terms h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #ff4b78;
  padding-top: 40px; }

@media (max-width: 480px) {
  .page-terms .head {
    padding: 50px 20px 50px 20px; }
  .page-terms .head h1 {
    font-size: 26px;
    font-weight: 500; }
  .page-terms .head h3 {
    font-size: 17px;
    font-weight: normal; }
  .page-terms .post {
    padding: 0 20px 20px 20px; } }

