

/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */















  
  

  









  .page-center,
  .content-wrapper {
    max-width: 1170px;
  }










body {
  color: rgba(49, 49, 49, 1.0);
  font-weight: 300;
  font-family:GT Walsheim Regular;
  font-size: 18px;
}

a {
  color: rgba(40, 220, 98, 1.0);
}

a:hover,
a:focus {
  color: rgba(40, 220, 98, 1.0);
}

a:active {
  color: rgba(80, 255, 138, 1.0);
}

h1 {
  color: rgba(40, 220, 98, 1.0);
  font-family: GT Walsheim Medium;
  font-size: 70px;
  font-weight: 700;
  line-height:79px;
  letter-spacing: -1.56px;
}

h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: GT Walsheim Medium;
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -1.09px;
  line-height: 53px;
  margin-bottom:15px;
}

h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: GT Walsheim Medium;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 43px;
}

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: GT Walsheim Medium;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.58px;
  line-height: 33px;
  margin-bottom:10px;
}

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: GT Walsheim Medium;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 30px;
}

h6 {
  color: rgba(239, 83, 62, 1.0);
  font-family: GT Walsheim Bold;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  text-transform:uppercase;
  margin-bottom:25px;
}

p {
  color: rgba(49, 49, 49, 1.0);
  font-family: GT Walsheim Regular;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 25px;
  margin-top:0;
}

.secondary_paragraph p {
  color: rgba(75, 75, 75, 1.0);
  font-family: GT Walsheim Regular;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 25px;
}

@media(max-width:1024px){


h1{
   font-size: 60px;   
   line-height:70px;
}
  
h2{
    font-size: 42px; 
    line-height:normal;
}
  
h3{
  font-size: 32px;   
  line-height:normal;
}
  
h4{
   font-size: 25px;   
   line-height:normal;
}
  
h5{
   font-size: 19px;
   line-height:normal;
}
  
h6{
  margin-bottom:15px;   
}
}


@media(max-width:767px){

h1{
  font-size: 42px;  
  letter-spacing: -1.89px;
  line-height: 47.4px;
}
  
h2{
    font-size: 35px; 
    line-height: 38px;
    letter-spacing:-0.8px;
}
  
h3{
  font-size: 26px;   
  letter-spacing: -0.5px;
  line-height: 30px;
}
  
h4{
  font-size: 26px;   
  letter-spacing: -0.5px;
  line-height: 30px;
}
}
  
h5{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;
}
}






form,
.submitted-message {
  border-color: rgba(199, 199, 199, 1.0) ;
}

h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

body .dnd-section .hs-button,
body .dnd-section .button-primary {
  background-color: rgba(40, 220, 98, 1.0);
  border-color: rgba(40, 220, 98, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 2px 5px 0 rgba(239,83,62,0.35);
  font-family:GT Walsheim Medium;
  display:inline-block;
  font-size:19px;
  line-height:27px;
  text-align:center;
  transition:0.3s all ease-in;
}

body .dnd-section .hs-button:hover,
body .dnd-section .button-primary:hover{
   box-shadow:none;
   transition:0.3s all ease-in;
   background-color: rgba(40, 220, 98, 1.0);
   color: rgba(255, 255, 255, 1.0);
   
}

.secondary-button{
  border:2px solid;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(40, 220, 98, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(40, 220, 98, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size:19px;
  line-height:27px;
  letter-spacing:-0.42px;
  font-weight:bold;
  text-align:center;
  transition:0.3s all ease-in;
}

.secondary-button:hover{
  background-color: rgba(40, 220, 98, 1.0);
  color: rgba(40, 220, 98, 1.0);
  transition:0.3s all ease-in;
  
}

.white-border-button{
  border:2px solid;
  background-color: rgba(40, 220, 98, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 27px;
  display:inline-block;
  text-align:center;
  transition:0.3s all ease-in;
}

.white-border-button:hover{
   background-color: rgba(255, 255, 255, 1.0);
   color: rgba(40, 220, 98, 1.0);
   transition:0.3s all ease-in;
}

.white-button{
  border:2px solid;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 27px;
  display:inline-block;
  box-shadow: 0 2px 5px 0 rgba(165,165,165,0.35);
  text-align:center;
  transition:0.3s all ease-in;
}

.white-button:hover{
   box-shadow:none;
   transition:0.3s all ease-in;
   background-color: rgba(255, 255, 255, 1.0);
   color: rgba(40, 220, 98, 1.0);
}

.hs-form label {
  font-family:;
  color: rgba(0, 0, 0, 1.0);
  font-weight: 400;
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

body .dnd-section form input,
body .dnd-section form select,
body .dnd-section form textarea,
body .dnd-section .hs-input,
body .dnd-section .hs-search-field input.hs-search-field__input,
body .dnd-section input[type="password"] {
  border-color: rgba(199, 199, 199, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
  font-family:;
}

form input[type=checkbox],
form input[type=radio]{
   border: 1px solid rgba(199, 199, 199, 1.0);
}

form .hs-form-booleancheckbox a{
  color: rgba(0, 0, 0, 1.0);
  text-decoration:underline;
}

form .actions{
   text-align:center;
}

body form .hs-form-booleancheckbox{
   margin: 10px 0 20px;
}

form .hs-button{
   margin-top:10px;
}

body .dnd-section form .input{
   margin-right:0!important;
}

body .dnd-section form .form-columns-1 input{
   width:100%!important;
}

body .dnd-section form .form-columns-2 .hs-form-field{
  width: 48%;
  float: left;
  margin-right: 4%;
}

body .dnd-section form .form-columns-2 .hs-form-field:last-child{
   margin-right:0;
}

.form-container .form-heading{
   margin-bottom:29px;
}

.hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 9px;
  top: 3px;
  left: 3px;
  border: 3px solid #28DC62;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #28DC62;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field input.hs-search-field__input:focus,
input[type="password"]:focus {
  border-color: rgba(199, 199, 199, 1.0);
  outline:none;
}

.fn-date-picker .pika-table thead th {
  color: rgba(195, 195, 182, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #313131;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: GT Walsheim Regular;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #CCE0E5 !important;
}


@media(max-width:767px){
.form-container .form-heading {
    margin-bottom: 22px;
}

}





th,
td {
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid rgba(195, 195, 182, 1.0);
  color: rgba(195, 195, 182, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(195, 195, 182, 1.0);
}

tfoot td {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(195, 195, 182, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(195, 195, 182, 1.0);
}



/***************** Slick Slider Styling ****************/


.slick-slide:focus{
  outline:0;
}

.slick-slider .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
  background: #28DC62;
}

.slick-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.slick-slider .slick-dots li {
  margin: 0 -4px;
  display: inline-block;
  line-height:10px;
  margin-left:11px;
}

.slick-slider .slick-dots {
  text-align: center;
}

.slick-slider .slick-dots li button {
  font-size: 1px;
  padding: 0;
  border: 0;
  background:transparent;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border:1px solid #28DC62;
}

.slick-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 62px;
  height: 62px;
  top: 41%;
  right: -30px;
  background: #FFFFFF url('https://2106109.fs1.hubspotusercontent-na1.net/hubfs/2106109/Coder%20Academy%20Assets%202021/Images/Icon-Teal%20Arrow%20Right.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  border-radius:50%;
}

.slick-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 62px;
  height: 62px;
  top: 41%;
  left: -30px;
  background: #FFFFFF url('https://2106109.fs1.hubspotusercontent-na1.net/hubfs/2106109/Coder%20Academy%20Assets%202021/Images/Icon-Teal%20Arrow%20Left.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  border-radius:50%;
}

.slick-slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}


@media(max-width:767px){

.slick-slider .slick-next:after{
   width:47px;
   height:47px;
   right:-21px;
}
  
.slick-slider .slick-prev:after{
   width:47px;
   height:47px;
   left:-21px;
}
  
.slick-slider .slick-dots li button{
   width:14.5px;
   height:14.5px;
}
  
.slick-slider .slick-dots li.slick-active button {
   width:14.5px;
   height:14.5px;
}
  

  
}


/***************** Header Styling Start *****************/


.header-cm{
   padding:32px 0 32px;
   position:absolute;
   left:0;
   right:0;
   z-index:11;
}

.header-cm .right-col a{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.58px;
  line-height: 34px;
  color:#FFFFFF;
}

.header-cm .content-wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.header-cm .right-col{
   text-align:right;
}

.header-cm .right-col .icon img{
   padding-right: 4px;
   position:relative;
   top:2px;
}


@media(max-width:767px){

.header-cm .right-col a{
  font-size: 18.72px;
  letter-spacing: -0.42px;
  line-height: 24.48px;   
}
  
.header-cm .left-col img{
   max-width:105px!important;
   height:auto;
}
  
.header-cm .right-col{
   width:50%;
}
  
.header-cm .left-col{
   width:50%;
}
  
.header-cm {
    padding: 18px 0 18px;
}
}


/************** Header Styling End ******************/


/************* Hero 01 Styling ***************/

.hero_01{
   padding:160px 0 53px;
   z-index:1;
}

.hero_01 .right-col .form-container{
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  padding:37px 31px 34px;
  border-radius:5px;
  border-top:9px solid #28DC62;
}

.hero_01 .content-wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.hero_01 .description{
   max-width:605px;
   border-top:1px solid #ffffff;
   padding-top:30px;
   margin-top:20px;
}


@media(max-width:1024px){

.hero_01 .right-col .form-container{
   padding: 22px 19px 34px;  
}
}


@media(max-width:767px){

.hero_01 .content-wrapper>.row-fluid{
   display:block; 
}
  
.hero_01 .description{
  max-width: 100%;
  padding-top: 20px;
  margin-bottom: 30px;   
}
  
.hero_01 {
    padding: 128px 0 28px;
}
  
.hero_01 .description h4{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.hero_01 .right-col .form-container{
   padding: 22px 15.5px 31px;
}
}

/***************** Text Module 01 Styling ******************/


.text_module_01{
   padding:84px 0 53px;
   z-index:1;
}

.text_module_01 .description{
   max-width:817px;
   margin:20px auto 30px;
   float:none;
}


@media(max-width:1024px){

.text_module_01{
   padding: 70px 0 70px;  
}
}

@media(max-width:767px){

.text_module_01{
   padding: 53px 0 45px; 
}
  
.text_module_01 .description{
   margin: 18px auto 23px;  
}

}


/************* Hero 02 Styling ***************/

.hero_02{
   /*padding:197px 0 120px;*/
   padding: 117px 0 120px;
   z-index:1;
}

.hero_02 .right-col{
   position:relative;
}

.hero_02 .right-col .form-container{
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  padding:37px 31px 34px;
  border-radius:5px;
  border-top:9px solid #28DC62;
  position:absolute;
  top:-240px;
}

.hero_02 .content-wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.hero_02 .description{
   max-width:605px;
   border-top:1px solid #ffffff;
   padding-top:30px;
   margin-top:20px;
}


@media(max-width:1024px){

.hero_02 .right-col .form-container{
   top: -210px;
   padding: 27px 20px 28px;
}
}


@media(max-width:767px){

.hero_02 .content-wrapper>.row-fluid{
   display:block;
}
  
.hero_02 .overlay{
   height:620px;
   z-index:0;
}
  
.hero_02 .content-wrapper{
   position:relative;
   z-index:2;
   margin-top: -40px;
}
  
.mobile-bg{
  position: absolute!important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 620px;
  z-index: -1;  
}
  
.hero_02{
   padding: 127px 0 0px; 
   background-image:none!important;
}
  
.hero_02 .right-col .form-container {
    top: 0;
    padding: 22px 15.5px 34px;
    margin-top: 30px;
    max-width: 100%;
    right: 0;
    left: 0;
    position:relative;
}
}


/***************** Introduction 01 Styling *****************/

.introduction_01{
   padding:73px 0 70px;
}

.introduction_01 .text-container{
   max-width:606px;
}


@media(max-width:1100px){

.introduction_01 .text-container {
    max-width: 526px;
}
}


@media(max-width:1024px){

.introduction_01 .text-container{
   max-width: 406px;  
}
  
.introduction_01 {
    padding: 61px 0 90px;
}
}


@media(max-width:767px){
  
.introduction_01{
   padding: 61px 0 40px;  
}
  
.introduction_01 .text-container{
   max-width:100%;
}
}


/************** Hero 03 Styling *********************/

.hero_03{
   z-index:1;
   padding:165px 0 90px;
}

.hero_03 .heading{
   max-width:988px;
   margin:0 auto;
   float:none;
}

.hero_03 .description{
   max-width:815px;
   margin:0 auto;
   float:none;
}

.hero_03 .cta-container{
   margin-top:30px;
}


@media(max-width:767px){

.hero_03{
   padding: 120px 0 90px;  
}
}


/************** Form 01 Styling ******************/

.form_01{
  z-index:1;
  padding:57px 0 57px;
}

.form_01 .form-container{
   border: 1px solid #E9E9E9;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  padding:37px 31px 34px;
  border-radius:5px;
  border-top:9px solid #28DC62;
  max-width:501px;
  margin:0 auto;
  float:none;
}

.form_01 .overlay-image{
  position: absolute;
  left: -50px;
  right: 40px;
  z-index: -1;
  bottom: -6px;
  max-width: 1440px;
  margin: 0 auto;
}

.form_01 .overlay-image .mobile-image{
   display:none;
}


@media(max-width:767px){

.form_01{
   padding: 85px 0 31px;  
}
  
.form_01 .form-container{
   padding: 27px 15.5px 31px;  
}
  
.form_01 .overlay-image .mobile-image{
  display:block;
  max-width: 380px;
  margin: 0 auto;
}
  
.form_01 .overlay-image .desktop-image{
   display:none;
}
  
.form_01 .overlay-image {
    left: 30px;
    right: 40px;
    bottom: auto;
    top: -10%;
}
  
.form_01 .form-container{
   max-width:100%;
}

}



/**************** Text Module 02 Styling **************/

.text_module_02{
   padding:64px 0 73px;
}

.text_module_02 .content-wrapper>.row-fluid.column-reverse{
   display: flex;
   flex-direction: row-reverse;
}

.text_module_02 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 2.564102564%;
   padding-left: 50px;
}

.text_module_02 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}

.text_module_02 .cta-container{
   margin-top:30px;
}

.text_module_02 .mobile-cta-cont{
   display:none;
}


@media(max-width:1024px){

.text_module_02{
   padding: 64px 0 53px;  
}
  
.text_module_02 .content-wrapper>.row-fluid.column-reverse .left-col {
    padding-left: 20px;
}
}

@media(max-width:767px){

.text_module_02{
   padding: 53px 0 45px;  
}
  
.text_module_02 .mobile-cta-cont{
   display:block;
}
  
.text_module_02 .desktop-cta-cont{
   display:none;
}
  
.text_module_02 .cta-container {
    margin-top: 20px;
}
  
.text_module_02 .content-wrapper>.row-fluid.column-reverse{
   display: block;
}

.text_module_02 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 0;
   padding-left: 0px;
}

.text_module_02 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}
  

}



/************* Text Module 03 Styling ****************/

.text_module_03{
   padding:73px 0 73px;
}

.text_module_03 .image-container{
   max-width:572px;
}

.text_module_03 .image-container img{
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
}

.text_module_03 .description{
   max-width:605px;
   margin-bottom:30px;
   margin-top:25px;
}

.text_module_03 .content-wrapper>.row-fluid.column-reverse{
   display: flex;
   flex-direction: row-reverse;
}

.text_module_03 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 2.564102564%;
   padding-left: 50px;
}

.text_module_03 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}


@media(max-width:1024px){

.text_module_03 .description{
   margin-top: 15px;   
}
  
.text_module_03 .content-wrapper>.row-fluid.column-reverse .left-col {
    padding-left: 20px;
}
}


@media(max-width:767px){

.text_module_03{
   padding: 28px 0 45px;  
}
  
.text_module_03 .left-col{
   margin-bottom:47px;
}
  
.text_module_03 .description {
    max-width: 100%;
}
  
.text_module_03 .content-wrapper>.row-fluid.column-reverse{
   display: block;
}

.text_module_03 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left:0;
   padding-left: 0px;
}

.text_module_03 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}
}


/*************** Text Module 04 Styling *****************/

.text_module_04{
   padding:80px 0 90px;
}

.text_module_04 .image-container{
   height:396px;
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
}

.text_module_04 .description{
   max-width:605px;
   margin-top:30px;
}

.text_module_04 .cta-container{
   margin-top:30px;
}

.text_module_04 .right-col{
   padding-left:35px;
}

.text_module_04 .content-wrapper>.row-fluid.column-reverse{
   display: flex;
   flex-direction: row-reverse;
}

.text_module_04 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 2.564102564%;
   padding-left: 50px;
}

.text_module_04 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}


@media(max-width:1024px){

.text_module_04{
   padding: 70px 0 75px;  
}
  
.text_module_04 .right-col{
   padding-left: 0;   
}
  
.text_module_04 .description {
    margin-top: 20px;
}
  
.text_module_04 .content-wrapper>.row-fluid.column-reverse .left-col{
   padding-left: 20px;
}
}


@media(max-width:767px){

.text_module_04{
   padding: 30px 0 89px;  
}
  
.text_module_04 .cta-container {
    margin-top: 20px;
}
  
.text_module_04 .left-col{
   margin-bottom:38px;
}
  
.text_module_04 .image-container {
    height: 228px;
}
  
.text_module_04 .description {
    max-width: 100%;
}
  
.text_module_04 .content-wrapper>.row-fluid.column-reverse{
   display: block;
}

.text_module_04 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left:0;
   padding-left: 0px;
}

.text_module_04 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}

}


/*************** Text Module 05 Styling *******************/

.text_module_05{
   padding:70px 0 40px;
}

.text_module_05 .cta-container{
   margin-top:40px;
}

.text_module_05 .heading{
   max-width:500px;
}

.text_module_05 .right-col ul li{
   margin-bottom:32px;
   list-style:none;
   position:relative;
}

.text_module_05 .right-col ul li:before{
   position:absolute;
   left: -43px;
   top: 10px;
   width:16px;
   height:16px;
   border-radius:50%;
   background:#28DC62;
   content:'';
}

.text_module_05 .mobile-cta-cont{
   display:none;
}

.text_module_05 .content-wrapper>.row-fluid.column-reverse{
   display: flex;
   flex-direction: row-reverse;
}

.text_module_05 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 2.564102564%;
   padding-left: 50px;
}

.text_module_05 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}


@media(max-width:1024px){

.text_module_05{
   padding: 70px 0 20px;  
}
  
.text_module_05 .cta-container {
    margin-top: 30px;
}
  
.text_module_05 .content-wrapper>.row-fluid.column-reverse .left-col{
   padding-left: 20px;
}
}


@media(max-width:767px){

.text_module_05{
   padding: 42px 0 10px;   
}
  
.text_module_05 .mobile-cta-cont{
   display:block;
}
  
.text_module_05 .desktop-cta-cont{
   display:none;
}
  
.text_module_05 .heading {
    max-width: 100%;
    margin-bottom: 30px;
}
  
.text_module_05 .right-col ul li {
    margin-bottom: 25px;
}
  
.text_module_05 .right-col ul li h4{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.text_module_05 .right-col ul li:before{
   left: -33px;
   top: 7px;  
}
  
.text_module_05 .right-col ul{
   padding-left:34px;
}
  
.text_module_05 .content-wrapper>.row-fluid.column-reverse{
   display: block;
}

.text_module_05 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 0;
   padding-left: 0px;
}

.text_module_05 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}
}


/***************** Text Grid 01 Styling ******************/

.text_grid_01{
   padding:60px 0 30px;
   z-index:1;
}

.text_grid_01 .overlay-image{
  position: absolute;
  top: -10%;
  width: 33%;
  z-index: -1;
  left: -6%;
}

.text_grid_01 .two-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.text_grid_01 .two-col-container span>.hs_cos_wrapper{
   width:48.7%;
   margin-right:2.5%;
   margin-bottom:30px;
}

.text_grid_01 .two-col-container span>.hs_cos_wrapper:nth-child(2n){
   margin-right:0;
}

.text_grid_01 .two-col-container .image-container{
   height:350px;
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   margin-bottom:28px;
}

.text_grid_01 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.text_grid_01 .heading-container{
   margin-bottom:40px;
}

.text_grid_01 .two-col-container .cta-container{
   margin-top:30px;
}


@media(max-width:1100px){

.text_grid_01 .overlay-image {
    top: -1%;
}
}

@media(max-width:1024px){

.text_grid_01 .two-col-container .image-container{
   height: 290px;  
}
}


@media(max-width:767px){

.text_grid_01 .overlay-image{
   display:none;
}
  
.text_grid_01 .heading-container {
    margin-bottom: 30px;
    text-align: left;
    padding:0 22px;
}
  
.text_grid_01 .content-wrapper{
   padding:0;
}
  
.text_grid_01 .two-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}
  
.text_grid_01 .two-col-container .image-container {
    height: 219px;
    margin-bottom: 33px;
}
  
.text_grid_01 .two-col-container .content-container{
   padding: 0 23px 0;  
}
  
.text_grid_01 .two-col-container .cta-container {
    margin-top: 20px;
}
  
.text_grid_01 {
    padding: 60px 0 6px;
}
  
.text_grid_01 .heading-container p{
   max-width:100%;  
}
  

}


/***************** Text Grid 02 Styling ******************/

.text_grid_02{
   padding:60px 0 50px;
}

.text_grid_02 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.text_grid_02 .three-col-container span>.hs_cos_wrapper{
   width:31.6%;
   margin-right:2.5%;
   margin-bottom:30px;
}

.text_grid_02 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.text_grid_02 .three-col-container .image-container{
   height:250px;
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   margin-bottom:28px;
}

.text_grid_02 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.text_grid_02 .heading-container{
   margin-bottom:50px;
}

.text_grid_02 .three-col-container .cta-container{
   margin-top:30px;
}


@media(max-width:767px){

.text_grid_02 {
    padding: 53px 0 20px;
}
  
.text_grid_02 .heading-container {
    margin-bottom: 40px;
    text-align: left;
}
  
.text_grid_02 .heading-container p {
    max-width: 100%;
}
  
.text_grid_02 .three-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
}
  
.text_grid_02 .three-col-container .image-container {
    height: 191px;
    margin-bottom: 22px;
}
  
.text_grid_02 .three-col-container .content-container h4{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.text_grid_02 .three-col-container .cta-container {
    margin-top: 20px;
}
}


/**************** Text Grid 03 Styling ***************/

.text_grid_03{
   padding:60px 0 30px;
   z-index:1;
}

.text_grid_03 .overlay-image{
   position: absolute;
    right: 0;
    top: -10%;
    width: 32%;
    z-index: -1;
}

.text_grid_03 .four-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.text_grid_03 .four-col-container span>.hs_cos_wrapper{
   width:23.1%;
   margin-right:2.5%;
   margin-bottom:30px;
}

.text_grid_03 .four-col-container span>.hs_cos_wrapper:nth-child(4n){
   margin-right:0;
}

.text_grid_03 .four-col-container .image-container{
   height:182px;
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   margin-bottom:23px;
}

.text_grid_03 .heading-container p{
   max-width:603px;
}

.text_grid_03 .heading-container{
   margin-bottom:50px;
}

.text_grid_03 .four-col-container .cta-container{
   margin-top:30px;
}


@media(max-width:767px){

.text_grid_03 .overlay-image{
   width: 60%;  
   top:-5%;
}
  
.text_grid_03 .heading-container{
   margin-bottom: 30px;   
}
  
.text_grid_03 .four-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 56px;
}
  
.text_grid_03 {
    padding: 60px 0 0px;
}
  
.text_grid_03 .heading-container p{
   max-width:100%;
}
}


/**************** Text Grid 04 Styling ***************/

.text_grid_04{
   padding:60px 0 30px;
}

.text_grid_04 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.text_grid_04 .three-col-container span>.hs_cos_wrapper{
   width:31.6%;
   margin-right:2.5%;
   margin-bottom:30px;
}

.text_grid_04 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.text_grid_04 .three-col-container .icon{
   margin-bottom:23px;
}

.text_grid_04 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.text_grid_04 .heading-container{
   margin-bottom:40px;
}

.text_grid_04 .three-col-container .cta-container{
   margin-top:30px;
}


@media(max-width:767px){

.text_grid_04 {
    padding: 53px 0 20px;
}
  
.text_grid_04 .three-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
  
.text_grid_04 .content-container h4{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.text_grid_04 .three-col-container .cta-container {
    margin-top: 20px;
}
  
.text_grid_04 .heading-container p{
   max-width:100%;
}
}

/**************** Text Grid 05 Styling ***************/

.text_grid_05{
   padding:60px 0 30px;
}

.text_grid_05 .four-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.text_grid_05 .four-col-container span>.hs_cos_wrapper{
   width:23.1%;
   margin-right:2.5%;
   margin-bottom:30px;
}

.text_grid_05 .four-col-container span>.hs_cos_wrapper:nth-child(4n){
   margin-right:0;
}

.text_grid_05 .four-col-container .icon{
   margin-bottom:15px;
}

.text_grid_05 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.text_grid_05 .heading-container{
   margin-bottom:82px;
}

.text_grid_05 .four-col-container .cta-container{
   margin-top:34px;
}


@media(max-width:1024px){

.text_grid_05 .heading-container{
   margin-bottom: 42px;  
}
}


@media(max-width:767px){

.text_grid_05{
   padding: 53px 0 30px;   
}
  
.text_grid_05 .heading-container{
   text-align:left;
}
  
.text_grid_05 .four-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
}
  
.text_grid_05 .four-col-container .cta-container {
    margin-top: 25px;
}
  
.text_grid_05 .four-col-container .content-container h4{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.text_grid_05 {
    padding: 53px 0 10px;
}
  
.text_grid_05 .heading-container p{
   max-width:100%;
}
}



/**************** Text Grid 06 Styling *******************/

.text_grid_06{
   padding:60px 0 30px;
}

.text_grid_06 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.text_grid_06 .three-col-container span>.hs_cos_wrapper{
  width:31.6%;
  margin-right:2.5%;
  margin-bottom:30px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  border-radius:3px;
  border: 1px solid #D3D3D3;
}

.text_grid_06 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.text_grid_06 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.text_grid_06 .heading-container{
   margin-bottom:50px;
}

.text_grid_06 .three-col-container .image-container{
   height:123px;
}

.text_grid_06 .three-col-container .content-container{
   padding:20px 24px 15px;
   box-sizing:border-box;
}

.text_grid_06 .three-col-container .cta-container{
   margin-top:25px;
}

.text_grid_06 .three-col-container .cta-container .secondary-button{
   width:100%;
   display:block;
   margin-bottom:12px;
   text-align:center;
}

.text_grid_06 .three-col-container .cta-container .secondary-button:hover{
   border:2px solid #ffffff!important;
   color:#ffffff!important;
}

@media(max-width:1024px){

.text_grid_06 .three-col-container .content-container{
   padding: 20px 18px 15px;   
}
}

@media(max-width:767px){

.text_grid_06 .three-col-container span>.hs_cos_wrapper{
   width: 100%;
   margin-right: 0;
}
  
.text_grid_06 .three-col-container .content-container h4{
   font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.text_grid_06 .three-col-container .image-container {
    height: 104px;
}
  
.text_grid_06 .heading-container {
    margin-bottom: 30px;
}
  
.text_grid_06 {
    padding: 60px 0 10px;
}
  
.text_grid_06 .heading-container p{
   max-width:100%;
}
}


/**************** Video 01 Styling ***************/

.video_01{
   padding:100px 0 90px;
}

.video_01 .right-col{
   max-width:679px;
   float:right;
}

.video_01 .cta-container{
   margin-top:25px;
}

.video-section .cover {
    width: 100%;
    position: relative;
}

.video_01 .video-section .video-desktop {
    min-height: 379px;
}

.video_01 .video-section .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
    text-align: center; 
    z-index:2;
    cursor:pointer;
}

.video_01 .video-section video {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video_01 .video-section .youtube-video-cont {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video_01 .video-section .video-desktop.hubspot-video .youtube-video-cont{
   display:none;
}

.video_01 .video-section .video-desktop.youtube-video video{
   display:none;
}

.video_01 .video-container{
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   position:relative;
   z-index:1;
}

.video_01 .video-container:after{
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   content:'';
   background-color: rgba(21,21,21,0.7);
   width:100%;
   height:100%;
   z-index:0;
}

.video_01 .content-wrapper>.row-fluid.column-reverse{
   display: flex;
   flex-direction: row-reverse;
}

.video_01 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 2.564102564%;
   padding-left: 30px;
}

.video_01 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
}

@media(max-width:1024px){
  
.video_01 {
    padding: 70px 0 90px;
}
  
.video_01 .content-wrapper>.row-fluid.column-reverse .left-col{
   padding-left: 20px;
}

}

@media(max-width:767px){

.video_01 .right-col {
    max-width: 100%;
    float: none;
}
  
.video_01 .content-wrapper{
   padding:0;
}
  
.video_01 .content-wrapper>.row-fluid{
   display: flex;
   flex-direction: column-reverse;  
}
  
.video_01 .right-col {
    max-width: 100%;
    float: none;
    width: 100%;
    margin-bottom: 51px;
}
  
.video_01 .left-col{
   padding:0 22px;
}
  
.video_01 .video-section .video-desktop{
   min-height:212px;
}
  
.video_01 .video-section .play-icon {
    top: 33%;
    max-width: 78px;
}
  
.video_01 {
    padding: 40px 0 44px;
}
  
.video_01 .content-wrapper>.row-fluid.column-reverse{
   display: block;
}

.video_01 .content-wrapper>.row-fluid.column-reverse .left-col{
   margin-left: 0;
   padding-left:22px;
   margin-bottom:30px;
}

.video_01 .content-wrapper>.row-fluid.column-reverse .right-col{
   margin-left:0;
   margin-bottom:0;
}
  

}

/**************** Video 02 Styling ***************/

.video_02{
   padding:60px 0 58px;
   z-index:1;
}

.video_02 .overlay-image{
  position: absolute;
  left: -16%;
  top: -10%;
  width: 41%;
  z-index: -1;
}

.video_02 .heading-container .description{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.video_02 .heading-container{
   margin-bottom:30px;
}

.video-section .cover {
    width: 100%;
    position: relative;
}

.video-section .video-desktop {
    min-height: 460px;
}

.video-section .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
    text-align: center; 
    z-index:2;
    cursor:pointer;
}

.video-section video {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-section .youtube-video-cont {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-section .video-desktop.hubspot-video .youtube-video-cont{
   display:none;
}

.video-section .video-desktop.youtube-video video{
   display:none;
}

.video_02 .video-container{
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   position:relative;
   z-index:1;
   max-width:818px;
   margin:0 auto;
   float:none;
}

.video_02 .video-container:after{
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   content:'';
   background-color: rgba(21,21,21,0.7);
   width:100%;
   height:100%;
   z-index:0;
}

@media(max-width:1024px){

.video_02 {
    padding: 70px 0 70px;
}
  
.video_02 .video-section .video-desktop {
    min-height: 400px;
}
}


@media(max-width:767px){

.video_02 .overlay-image{
   display:none;
}
  
.video_02 {
    padding: 38px 0 36px;
}
  
.video_02 .content-wrapper{
   padding:0;
}
  
.video_02 .heading-container {
    padding: 0 22px;
}
  
.video_02 .video-section .video-desktop {
    min-height: 212px;
}
  
.video-section .play-icon{
   top: 26%;
   max-width: 78px;
}
  
.video-section .play-icon img{
    width:100%;
}
  
.video_02 .heading-container .description{
   max-width: 100%;  
}
}


/**************** Banner 01 Styling ****************/

.banner_01{
   padding:54px 0 60px;
}

.banner_01 h2{
   margin-bottom:0;
}

.banner_01 .content-wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.banner_01 .cta-container{
   display:flex;
   justify-content: flex-end;
}

.banner_01 .cta-container .cta-2{
   padding-left:20px;
}


@media(max-width:1100px){

.banner_01 .left-col{
   width: 61.745856%;   
}
  
.banner_01 .right-col{
   width: 35.491713%;  
}
}


@media(max-width:1024px){

.banner_01 .right-col {
    width: 46.491713%;
}

}

@media(max-width:767px){

.banner_01 .content-wrapper>.row-fluid {
    display: block;
} 
  
.banner_01{
   text-align:center;
}
  
.banner_01 .left-col {
    width: 100%;
    margin-bottom: 35px;
}
  
.banner_01 .right-col {
    width: 100%;
}
  
.banner_01 .cta-container {
    justify-content: center;
}
  
.banner_01 {
    padding: 44px 0 50px;
}
}


/*************** Banner 02 Styling ********************/

.banner_02{
   z-index:1;
   padding:75px 0 70px;
}

.banner_02 .heading{
   max-width:818px;
   margin:0 auto 20px;
   float:none;
}

.banner_02 .description{
   max-width:817px;
   margin:0 auto;
   float:none;
}

@media(max-width:1024px){

.banner_02{
   padding: 75px 0 74px;   
}
  
.banner_02 .description {
    max-width: 557px;
}
}


@media(max-width:767px){
.banner_02 .description{
   max-width:100%;
}
}


/************ Banner 03 Styling *******************/

.banner_03{
   padding:40px 0 40px;
   
}

.banner_03 .content-wrapper>.row-fluid{
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

.banner_03 .cta-container{
   margin-top:30px;
}

.banner_03 h6{
   margin-bottom:13px;
}

.banner_03 .left-col{
  position: absolute;
  left: -20px;
  z-index: 2;
  width: 36%;
}

.banner_03 .right-col{
   padding-left: 110px;
}


@media(max-width:1200px){

.banner_03 .left-col{
   left: -50px;
   width: 44%;  
}
}

@media(max-width:1024px){

.banner_03 .right-col{
   padding-left: 80px;  
}
}


@media(max-width:767px){

.banner_03 .content-wrapper>.row-fluid{
   display:block;
}
  
.banner_03 .left-col {
    left: 0px;
    width: 100%;
    position: relative;
    margin-top: -100px;
    top:0;
}
  
.banner_03 .right-col {
    padding-left: 0;
}
  
.banner_03 .cta-container {
    margin-top: 20px;
}
}


/***************** Logo Module 01 Styling *****************/


.logo_module_01{
   padding:60px 0 40px;
}

.logo_module_01 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.logo_module_01 .heading-container{
   margin-bottom:40px;
}

.logo_module_01 .logo-container ul{
   width:100%;
   float:left;
   padding-left:0;
}

.logo_module_01 .logo-container ul li{
   list-style:none;
   width:16.6%;
   float:left;
   margin-bottom:30px;
}

.logo_module_01 .mobile-logo-container{
   display:none;
}


@media(max-width:1200px){

.logo_module_01 .logo-container ul li{
   width: 25%;  
}
}

@media(max-width:1024px){

.logo_module_01{
    padding: 60px 0 30px; 
}
  
.logo_module_01 .logo-container ul li {
    margin-bottom:10px;
}
}


@media(max-width:767px){

.logo_module_01{
   overflow:hidden;
}
  
.logo_module_01{
   padding: 53px 0 120px;  
}
  
.logo_module_01 .logo-container ul li img{
   max-width: 150px;  
}
  
.logo_module_01 .heading-container {
    margin-bottom: 10px;
}
  
.logo_module_01 .slick-slider .slick-prev:after {
  border:1px solid #28DC62;
  top: auto;
  bottom: -70px;
  left: 31%;
}
  
.logo_module_01 .slick-slider .slick-next:after {
  border:1px solid #28DC62;
  top: auto;
  bottom: -70px;
  right: 31%;
}
  
.logo_module_01 .logo-container ul li {
    margin-bottom: -10px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
  
.logo_module_01 .mobile-logo-container{
   display:block;
}
  
.logo_module_01 .desktop-logo-container{
   display:none;
}
}


/***************** Logo Module 02 Styling ******************/

.logo_module_02{
   padding:60px 0 50px;
}

.logo_module_02 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.logo_module_02 .heading-container{
   margin-bottom:40px;
}

.logo_module_02 .logo-container ul{
   width:100%;
   float:left;
}

.logo_module_02 .logo-container ul li{
   list-style:none;
   width:16.6%;
   float:left;
}


@media(max-width:1200px){

.logo_module_02 .logo-container ul li{
   width: 20.6%;  
}
}

@media(max-width:1024px){

.logo_module_02 .logo-container ul li{
   width: 29.6%;  
}
  
.logo_module_02 .heading-container {
    margin-bottom: 20px;
}
}


@media(max-width:767px){

.logo_module_02 .logo-container ul li{
   width: 62.6%;  
}
  
.logo_module_02 {
    padding: 60px 0 30px;
}
}


/*************** Clickable Pannels 01 Styling *******************/

.clickable_pannels_01{
   padding:60px 0 30px;
}

.clickable_pannels_01 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.clickable_pannels_01 .heading-container{
   margin-bottom:50px;
}

.clickable_pannels_01 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.clickable_pannels_01 .three-col-container span>.hs_cos_wrapper{
  width:31.7%;
  margin-right:2.2%;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  margin-bottom:30px;
}

.clickable_pannels_01 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.clickable_pannels_01 .three-col-container .content-container{
   padding:22px 24px 27px;
   box-sizing:border-box;
}

.clickable_pannels_01 .three-col-container .image-container{
   height:232px;
   border-radius: 3px;
   border-bottom-right-radius:0;
   border-bottom-left-radius:0;
}

.clickable_pannels_01 .three-col-container .content-container .cta-container{
   margin-top:20px;
}


@media(max-width:1024px){

.clickable_pannels_01 .three-col-container .content-container {
    padding: 22px 20px 27px;
}
}


@media(max-width:767px){

.clickable_pannels_01 .heading-container{
   text-align:left;  
}
  
.clickable_pannels_01 .heading-container {
    margin-bottom: 30px;
}
  
.clickable_pannels_01 .three-col-container span>.hs_cos_wrapper{
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
  
.clickable_pannels_01 .three-col-container .image-container {
    height: 195px;
}
  
.clickable_pannels_01 .three-col-container .content-container h4{
  font-size: 22px;
  letter-spacing: -0.63px;
  line-height: 27px;  
}
  
.clickable_pannels_01 .heading-container p{
   max-width:100%;
}
}



/*************** Clickable Pannels 02 Styling *******************/

.clickable_pannels_02{
   padding:80px 0 60px;
}

.clickable_pannels_02 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.clickable_pannels_02 .heading-container{
   margin-bottom:50px;
}

.clickable_pannels_02 .four-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.clickable_pannels_02 .four-col-container span>.hs_cos_wrapper{
  width:23.3%;
  margin-right:2.2%;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  margin-bottom:30px;
}

.clickable_pannels_02 .four-col-container span>.hs_cos_wrapper:nth-child(4n){
   margin-right:0;
}

.clickable_pannels_02 .four-col-container .content-container{
   padding:22px 24px 27px;
   box-sizing:border-box;
}

.clickable_pannels_02 .four-col-container .image-container{
   height:187px;
   border-radius: 3px;
   border-bottom-right-radius:0;
   border-bottom-left-radius:0;
}

.clickable_pannels_02 .four-col-container .content-container .cta-container{
   margin-top:40px;
}


@media(max-width:1024px){

.clickable_pannels_02 .four-col-container .content-container{
   padding: 22px 20px 27px;  
}
  
.clickable_pannels_02 .four-col-container .content-container .cta-container{
   margin-top: 30px;  
}
  
.clickable_pannels_02 {
    padding: 70px 0 60px;
}
}


@media(max-width:767px){
  
.clickable_pannels_02 .heading-container {
    margin-bottom: 30px;
    text-align: left;
}
  
.clickable_pannels_02 {
    padding: 53px 0 45px;
}
  
.clickable_pannels_02 .four-col-container span>.hs_cos_wrapper{
   width: 100%;
   margin-right: 0;  
}
  
.clickable_pannels_02 .four-col-container .description p{
  font-size:16px;
  letter-spacing: -0.36px;
  line-height: 25px;
}
  
.clickable_pannels_02 .four-col-container .image-container {
    height: 195px;
}
  
.clickable_pannels_02 .heading-container p{
   max-width:100%;
}

}


/*************** Clickable Pannels 03 Styling *******************/

.clickable_pannels_03{
   padding:60px 0 35px;
   z-index:1;
}

.clickable_pannels_03 .overlay-image{
  position: absolute;
  right: 0;
  top: -4%;
  width: 36%;
  z-index: -1;
}

.clickable_pannels_03 .heading-container h2{
   max-width:817px;
}

.clickable_pannels_03 .heading-container p{
   max-width:603px;
}

.clickable_pannels_03 .heading-container{
   margin-bottom:35px;
}

.clickable_pannels_03 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper{
  width:31.8%;
  margin-right:2.2%;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  margin-bottom:33px;
  transition:0.3s all ease-in;
}

.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:hover{
  background-color: #28DC62;
}

.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:hover .content-container h4{
   transition:0.3s all ease-in;
}

.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:hover .content-container h4{
   color:#ffffff;
   transition:0.3s all ease-in;
}

.clickable_pannels_03 .three-col-container .content-container{
   padding:22px 24px 27px;
   box-sizing:border-box;
}

.clickable_pannels_03 .three-col-container .content-container h4{
   margin-bottom:0;
}

.clickable_pannels_03 .three-col-container .image-container{
   height:232px;
   border-radius: 3px;
   border-bottom-right-radius:0;
   border-bottom-left-radius:0;
}


@media(max-width:1024px){

.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper{
   width:48.9%;
}
  
.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:2.2%;
}
  
.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:nth-child(2n){
   margin-right:0;
}
  
}

@media(max-width:767px){

.clickable_pannels_03 .overlay-image {
    position: absolute;
    top: -3%;
    width: 49%;
    background: linear-gradient(204.79deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
  
.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 17.5px;
}
  
.clickable_pannels_03 .heading-container {
    margin-bottom: 28px;
}
  
.clickable_pannels_03 {
    padding: 50px 0 25px;
}
  
.clickable_pannels_03 .three-col-container .image-container {
    height: 195px;
}
  
.clickable_pannels_03 .three-col-container .content-container h4 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.63px;
}
  
.clickable_pannels_03 .three-col-container span>.hs_cos_wrapper:nth-child(3n) {
    margin-right: 0;
}
  
.clickable_pannels_03 .heading-container p{
   max-width: 100%;  
}
}




/**************** Clickable Pannels 04 Styling ***********************/


.clickable_pannels_04{
   padding:70px 0 35px;
   z-index:1;
}

.clickable_pannels_04 .overlay-image{
  position: absolute;
  right: 0;
  top: -4%;
  width: 36%;
  z-index: -1;
}

.clickable_pannels_04 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.clickable_pannels_04 .heading-container{
   margin-bottom:45px;
}

.clickable_pannels_04 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper{
  width:31.8%;
  margin-right:2.2%;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  margin-bottom:33px;
  transition:0.3s all ease-in;
  position:relative;
  cursor:pointer;
}

.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper:hover .content-container{
  opacity:1;
  transition:0.3s all ease-in;
}

.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.clickable_pannels_04 .three-col-container .content-container{
  padding: 42px 24px 27px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  background-color: rgba(255,255,255,0.94);
  opacity:0;
  transition:0.3s all ease-in;
}

.clickable_pannels_04 .three-col-container .content-container .cta-container{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}

.clickable_pannels_04 .three-col-container .content-container .cta-container .button-primary{
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clickable_pannels_04 .three-col-container .content-container h4{
   margin-bottom:12px;
}

.clickable_pannels_04 .three-col-container .image-container{
   height:310px;
   border-radius: 3px;
   border-bottom-right-radius:0;
   border-bottom-left-radius:0;
}


@media(max-width:1200px){

.clickable_pannels_04 .three-col-container .content-container{
  padding: 0 24px 27px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
  
.clickable_pannels_04 .three-col-container .image-container {
    height: 360px;
}
}


@media(max-width:1024px){

.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper{
   width: 48.9%;  
   margin-bottom:15px;
}
  
.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:2.2%;
}
  
.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper:nth-child(2n){
   margin-right:0;
}
  
.clickable_pannels_04 {
    padding: 70px 0 55px;
}
}

@media(max-width:767px){

.clickable_pannels_04 .heading-container{
   margin-bottom: 30px;
   text-align: left;  
}
  
.clickable_pannels_04 {
    padding: 53px 0 55px;
}
  
.clickable_pannels_04 .three-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
}
  
.clickable_pannels_04 .three-col-container .image-container {
    height: 281px;
}
  
.clickable_pannels_04 .three-col-container .content-container h4 {
    margin-bottom: 12px;
    font-size: 22px;
    letter-spacing: -0.63px;
    line-height: 27px;
}
  
.clickable_pannels_04 .three-col-container .content-container .description p{
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 25px;  
}
  
.clickable_pannels_04 .heading-container p{
   max-width:100%;
}
}


/**************** Clickable Pannels 05 Styling ***********************/


.clickable_pannels_05{
   padding:70px 0 0px;
   z-index:1;
}

.clickable_pannels_05 .overlay-image{
  position: absolute;
  right: 0;
  top: -4%;
  width: 36%;
  z-index: -1;
}

.clickable_pannels_05 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.clickable_pannels_05 .heading-container{
   margin-bottom:45px;
}

.clickable_pannels_05 .four-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.clickable_pannels_05 .four-col-container span>.hs_cos_wrapper{
  width:25%;
  margin-right:0;
  background-color: #FFFFFF;
  margin-bottom:0;
  transition:0.3s all ease-in;
  position:relative;
  cursor:pointer;
}

.clickable_pannels_05 .four-col-container span>.hs_cos_wrapper:hover .content-container{
  opacity:1;
  transition:0.3s all ease-in;
}

.clickable_pannels_05 .four-col-container span>.hs_cos_wrapper:nth-child(4n){
   margin-right:0;
}

.clickable_pannels_05 .four-col-container .content-container{
  padding: 42px 24px 27px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  background-color: rgba(21,21,21,0.7);
  opacity:0;
  transition:0.3s all ease-in;
}

.clickable_pannels_05 .four-col-container .content-container .cta-container{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}

.clickable_pannels_05 .four-col-container .content-container .cta-container .button-primary{
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clickable_pannels_05 .four-col-container .content-container h4{
   margin-bottom:12px;
}

.clickable_pannels_05 .four-col-container .image-container{
   height:310px;
   border-radius: 3px;
   border-bottom-right-radius:0;
   border-bottom-left-radius:0;
}


@media(max-width:1200px){

.clickable_pannels_05 .four-col-container .content-container{
   padding: 25px 24px 27px;  
}
  
.clickable_pannels_05 .four-col-container .image-container{
   height:380px;
}
}


@media(max-width:1024px){

.clickable_pannels_05 .four-col-container span>.hs_cos_wrapper{
   width: 50%;  
}
  
.clickable_pannels_05 .four-col-container span>.hs_cos_wrapper:hover .content-container{
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
}


@media(max-width:767px){

.clickable_pannels_05 {
    padding: 53px 0 0px;
}
  
.clickable_pannels_05 .four-col-container span>.hs_cos_wrapper {
    width: 100%;
}
  
.clickable_pannels_05 .four-col-container .image-container {
    height: 310px;
}
  
.clickable_pannels_05 .four-col-container .content-container h4 {
    font-size: 22px;
    letter-spacing: -0.63px;
    line-height: 27px;
}
  
.clickable_pannels_05 .four-col-container .content-container .description p{
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 25px;  
}
  
.clickable_pannels_05 .four-col-container .content-container {
    padding: 0px 24px 27px;
}
  
.clickable_pannels_05 .heading-container p{
   max-width:100%;  
}
  
}



/**************** Clickable Pannels 05 Styling ***********************/


.meet_the_team_01{
   padding:70px 0 55px;
   z-index:1;
}

.meet_the_team_01 .overlay-image{
  position: absolute;
  right: 0;
  top: -4%;
  width: 36%;
  z-index: -1;
}

.meet_the_team_01 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.meet_the_team_01 .heading-container{
   margin-bottom:55px;
}

.meet_the_team_01 .three-col-container span{
   display:flex;
   flex-wrap:wrap;
}

.meet_the_team_01 .three-col-container span>.hs_cos_wrapper{
  width:31.6%;
  margin-right:2.3%;
  margin-bottom:30px;
  position:relative;
  cursor:pointer;
}

.meet_the_team_01 .three-col-container span>.hs_cos_wrapper:hover .content-container{
  opacity:1;
  transition:0.3s all ease-in;
}

.meet_the_team_01 .three-col-container span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.meet_the_team_01 .three-col-container .image-container{
   width:100%;
   max-width:216px;
   height:216px;
   border-radius:50%;
   margin-bottom:20px;
   margin:0 auto 20px;
   float:none;
}

.meet_the_team_01 .three-col-container .info-container h4{
  color:#28DC62;
  margin-bottom:0;
}

.meet_the_team_01 .three-col-container .info-container h5{
   margin-bottom:0;
}

.meet_the_team_01 .three-col-container .info-container h5.dept{
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 25px;
}

.meet_the_team_01 .three-col-container .info-container{
   margin-bottom:15px;
}


@media(max-width:1024px){

.meet_the_team_01{
   padding: 60px 0 35px;   
}
  
.meet_the_team_01 .heading-container {
    margin-bottom: 40px;
}
}


@media(max-width:767px){

.meet_the_team_01 {
    padding: 50px 0 30px;
}
  
.meet_the_team_01 .three-col-container span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
  
.meet_the_team_01 .three-col-container .image-container{
   width:164px;
   height:164px;
}
  
.meet_the_team_01 .heading-container p{
   max-width:100%;
}
}



/*************** Testimonial 01 Styling ***********************/


.testimonial_01{
   padding:112px 0 80px;
}

.testimonial_01 .right-col{
   padding-left: 43px;
}

.testimonial_01 .right-col .description{
   margin-bottom:50px;
}

.testimonial_01 .right-col .info-container .author-info{
   display:flex;
}

.testimonial_01 .right-col .info-container .author-info .author-image{
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   width:63px;
   height:63px;
   border-radius:50%;
}

.testimonial_01 .right-col .info-container .author-info .author-content h4{
   margin-bottom:0;
}

.testimonial_01 .right-col .info-container .author-content{
   width: 71%;
   padding-left: 15px;
}

.testimonial_01 .right-col .info-container{
   display: flex;
   width: 100%;
   align-items: center;
}

.testimonial_01 .right-col .info-container .author-info{
   display: flex;
   width: 65%;
}

.testimonial_01 .right-col .info-container .star-image{
   width:35%;
   text-align:right;
}


@media(max-width:1024px){

.testimonial_01 .right-col{
   padding-left: 0;  
}
  
.testimonial_01 {
    padding: 70px 0 70px;
}
}


@media(max-width:767px){

.testimonial_01 {
    padding: 53px 0 63px;
}
  
.testimonial_01 .right-col .info-container {
    flex-direction: column-reverse;
}
  
.testimonial_01 .right-col .info-container .author-info {
    display: flex;
    width: 100%;
    margin-top: 34px;
}
  
.testimonial_01 .right-col .info-container .star-image {
    width: 100%;
    text-align: left;
}
  
.testimonial_01 .right-col .description {
    margin-bottom: 30px;
    margin-top: 35px;
}
  
.testimonial_01 .right-col .description h5{
  font-size:20px;
  letter-spacing: -0.44px;
  line-height: 30px;
  font-family: 'GT Walsheim Regular';
  font-weight:normal;
}
}


/****************** Testimonial 02 Styling ********************/

.testimonial_02{
   padding:60px 0 100px;
}

.testimonial_02 .info-container .author-info{
   display:flex;
}

.testimonial_02 .heading-container p{
   max-width:603px;
   margin:0 auto;
   float:none;
}

.testimonial_02 .heading-container{
   margin-bottom:10px;
}

.testimonial_02 .info-container .author-info .author-image{
   box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
   width:63px;
   height:63px;
   border-radius:50%;
}

.testimonial_02 .info-container .author-info .author-content h4{
   margin-bottom:0;
}

.testimonial_02 .info-container .author-content{
   width: 71%;
   padding-left: 15px;
   text-align: left;
}

.testimonial_02 .info-container{
  margin-top: 40px;
}

.testimonial_02 .info-container .author-info{
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 310px;
  margin: 0 auto;
  float: none;
}

.testimonial_02 .testimonial-slider .slick-slide{
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  margin: 20px 20px;
}

.testimonial_02 .testimonial-slider .slick-slide .inner-container{
   padding:32px 84px 45px;
   box-sizing:border-box;
}

.testimonial_02 .testimonial-slider .slick-slide .inner-container .description h5{
   font-weight:normal;
   color: #0F0F0F;
   font-family:'GT Walsheim Regular';
}

.testimonial_02 .testimonial-slider{
  max-width: 999px;
  margin: 0 auto;
  float: none;
}

.testimonial_02 .slick-slider .slick-prev:after{
  border:2px solid #28DC62;
  background: transparent url(https://20315204.fs1.hubspotusercontent-na1.net/hubfs/20315204/RH%20Theme%202021/Images/Icon-Teal%20Arrow%20Left.svg);
  background-repeat:no-repeat;
  background-size: 18px;
  top: 44%;
  left: -8px;
  background-position: center center;
  width: 51px;
  height: 51px;
}

.testimonial_02 .slick-slider .slick-next:after{
  border:2px solid #28DC62;
  background: transparent url(https://20315204.fs1.hubspotusercontent-na1.net/hubfs/20315204/RH%20Theme%202021/Images/Icon-Teal%20Arrow%20Right.svg);
  background-repeat:no-repeat;
  background-size: 18px;
  top: 44%;
  right: -8px;
  background-position: center center;
  width: 51px;
  height: 51px;
}


@media(max-width:1024px){

.testimonial_02 .testimonial-slider .slick-slide .inner-container{
   padding: 32px 44px 25px;  
}
}

@media(max-width:767px){

.testimonial_02 {
    padding: 53px 0 120px;
}
  
.testimonial_02 .content-wrapper{
   padding:0;
}
  
.testimonial_02 .heading-container{
     padding:0 22px;
}
  
.testimonial_02 .testimonial-slider .slick-slide .inner-container {
    padding: 25px 24px 20px;
    text-align: left;
}
  
.testimonial_02 .testimonial-slider .slick-slide .inner-container .description h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.44px;
}
  
.testimonial_02 .testimonial-slider .slick-slide {
    margin: 20px 22px;
}
  
.testimonial_02 .info-container .author-info {
    display: block;
}
  
.testimonial_02 .info-container {
    margin-top: 30px;
}
  
.testimonial_02 .info-container .author-content {
    width: 100%;
    padding-left: 0;
    text-align: left;
    margin-top: 20px;
}
  
.testimonial_02 .info-container .author-content p{
   font-size:16px;  
}
  
.testimonial_02 .slick-slider ul.slick-dots{
    left: auto;
    right: 30px; 
    bottom: -56px;
}
  
.testimonial_02 .slick-slider .slick-prev:after{
  bottom: -73px;
  top: auto;
  left: 17px;
}
  
.testimonial_02 .slick-slider .slick-next:after {
    top: auto;
    right: auto;
    left: 95px;
    bottom: -73px;
}
  
.testimonial_02 .heading-container p{
   max-width:100%;
}
  
.testimonial_02 .info-container .author-info{
   max-width:100%;
}
}



/***************** Form 02 Styling ***********************/

.form_02{
   padding:98px 0 98px;
   z-index:1;
}

.form_02 .form-container{
  max-width:501px;
  margin:0 auto;
  float:none;
  border-top:9px solid #28DC62;
  padding:27px 31px 34px;
  background:#ffffff;
  border-radius:5px;
}

.form_02 .form-heading h3{
   margin-bottom: 8px;
}


@media(max-width:1024px){

.form_02{
   padding:78px 0 78px;
}
  
.form_02 .form-heading h3 {
    margin-bottom: 3px;
}
}

@media(max-width:767px){

.form_02 {
    padding: 71px 0 70px;
}
  
.form_02 .form-container {
    max-width: 100%;
    padding: 21px 15.5px 31px;
}
  
.form_02 .form-heading h3 {
    margin-bottom: 12px;
}
}



/***************** Social 01 Styling ***********************/


.social_01{
   padding:33px 0 33px;
}

.social_01 ul li{
   list-style:none;
   display:inline-block;
   margin-right:6px;
}

.social_01 ul li a img{
   max-width:27px!important;
}

.social_01 ul li a{
  height: 46px;
  width: 46px;
  background:#28DC62;
  line-height:46px;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_01 .right-col ul{
   padding-left:0;
}

.social_01 .left-col{
   text-align:right;
}

.social_01 .left-col h3{
   margin-bottom:0;
}

.social_01 .content-wrapper>.row-fluid{
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_01 .right-col{
   padding-left:30px;
}


@media(max-width:767px){

.social_01 .content-wrapper>.row-fluid{
   display: block;  
}
  
.social_01 .left-col {
    text-align: center;
    margin-bottom: 20px;
}
  
.social_01 {
    padding: 28px 0 33px;
}
  
.social_01 .right-col {
    padding-left: 0;
    text-align: center;
}
}



/**************** Footer 01 Styling ****************/

.footer_01{
   padding:23px 0 20px;
}

.footer_01 .right-col{
   text-align:right;
}

.footer_01 .right-col p{
   margin-bottom:0;
}

.footer_01 .content-wrapper>.row-fluid{
   display: flex;
   align-items: center;
}


@media(max-width:767px){

.footer_01 .content-wrapper>.row-fluid{
   display:block;
}
  
.footer_01 .left-col{
   text-align:center;  
}
  
.footer_01 .right-col {
    text-align: center;
    margin-top: 12px;
}
}


/************* Footer 02 Styling *********************/


.footer_02{
   padding:40px 0 30px;
}

.footer_02 .right-col ul li a{
  color:#ffffff;
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 17px;
  padding-bottom:20px;
  display:block;
  text-decoration:underline;
}

.footer_02 .right-col ul li{
   display:block;
   width:50%;
   float:left;
}

.footer_02 .left-col .copyright{
  font-size: 13px;
  letter-spacing: -0.29px;
  line-height: 37px;
}

.footer_02 .left-col .logo{
   margin-bottom: 76px;
}

.footer_02 .right-col .description{
   margin-bottom: 50px;
}

.footer_02 .copyright.mobile-copyright{
   display:none;
}

@media(max-width:1024px){

.footer_02 .left-col{
   width: 29.055249%;  
}
  
.footer_02 .right-col{
   width: 68.18232%;
}
  
.footer_02 .right-col ul li {
    width: 47%;
    padding-right: 20px;
}
  
.footer_01 .right-col p{
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 25px;  
}
}


@media(max-width:767px){

.footer_02 .left-col {
    width: 100%;
}
  
.footer_02 .right-col {
    width: 100%;
}
  
.footer_02 .right-col ul li {
    width: 100%;
    padding-right: 0;
}
  
.footer_02 .copyright.mobile-copyright{
  display:block;
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 25px;
  margin-top:40px;
}
  
.footer_02 .left-col .copyright.desktop-copyright{
   display:none;
}
  
.footer_02 .left-col .logo {
    margin-bottom: 26px;
}
  
.footer_02 .right-col .description {
    margin-bottom: 40px;
}
  
.footer_02 {
    padding: 30px 0 30px;
}
}