/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700;800&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
table.pricing {
  padding:5px;
  margin:0px;
}

a.button.is-success {
  background-color:transparent;
  border-color:#fff;
  box-shadow:none;
  color:#fff;
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900;
  text-transform: uppercase
}

a.button.is-success: hover {
  background-color:#fff;
  color:#273033;
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900;
  text-transform: uppercase
}

h1.mb-1 {
  display:none
}

th.pricing {
  padding:5px;
  margin:0px;
}

td.pricing {
  padding:5px;
  margin:0px;
}

p {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 400;
  text-align: left
}

h1 {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-size: 50px !important
}

h1.title {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-size: 50px !important
}

h2 {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900;
  font-size: 40px !important
}

[role="dialog"] h2 {
    font-family: Open Sans,sans-serif;
  font-size:1.5rem !important;
  font-weight:700;
}

[role="dialog"] p {
    font-family: Open Sans,sans-serif;
  font-size:1.125rem !important;
}

h2.360 {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900;
  font-size: 40px !important
}

h3 {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900
}

h4 {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900
}

span.title {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 500
}

span {
  font-family: Work Sans, Proxima Nova, Open Sans;
  font-weight: 900
}

a.button is-success {
  background-color: #007BA8
}

a.pricing-button {
    background: transparent;
    border-style: solid;
    border-width: 2px;
	  border-color: #007BA8;
    font-family: Work Sans, 'Helvetica',sans-serif;
    display: inline-block;
    margin: auto;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 10px 70px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    text-decoration: none;
    color: #007BA8;
}

a.button: hover {
  border-color: #007BA8;
  background: #007BA8;
  color: #fff
}

a.cta_button.Outline-BUTTONS: hover {
  border-color: #007BA8;
  background: #007BA8;
  color: #fff
}




@media only screen and (max-width: 600px){
table.value-prop{
    display: none
    }

h4.value-prop{
    text-align: center;
    border-left: 15px;
    border-right: 15px
    }

p.value-prop {
    text-align: center;
    border-left: 15px;
    border-right: 15px
  }
  
p {
    font-size: 16px
  }
  
h2 {
  font-size: 30px !important;
  text-align: center;
  line-height: 1.3
  }
   
div.module {
  width: 20%
  }
  
table.desktop {
  display:none
  }

table.pricing {
  display:none
  }
}


@media only screen and (min-width: 601px){

h4.value-prop{
    display: none
    }

table.mobile {
  display:none
  }
  
table.pricing-mobile {
  display:none
  }
}