body {
  color: #373433;
  --bs-link-color: #373433;
  --bs-link-hover-color: #373433;
  font-size: 16px !important;
  line-height: 22px !important;
}

.row {
  --bs-gutter-y: 50px;
}

body p {
  font-size: 16px;
  line-height: 22px;
}

body small {
  line-height: 22px;
  font-size: 13px;
}

body main a {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-decoration: underline;
}

body .ul-border {
  padding-left: 10px;
  padding-bottom: 18px;
  margin: 0 auto;
}

body .ul-border li {
  padding: 5px 10px 5px 23px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  margin-left: 7px;
}

body h3 {
  color: #373433;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 8px;
}

.header__nav__trailing-text p a {
  font-size: 24px; line-height: 33px
}

.header__nav__right-logo img {
  width: 78px !important;
  height: 48px !important;
  display: block !important;
}

body .block-1 {
  padding-top: 50px;
}

body .block-1 .header-1 .title {
  text-align: center;
    font-size: 28px;
    color: #373433;
    font-weight: bold;
    line-height: 30px;
}

body .block-2 h3 {
  padding-bottom: 10px;
}

body .block-4 {
  padding: 50px 20px 50px 20px;
  border: solid 2px #2FCFA0;
}

body .block-4 h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 10px;
}

body .block-4 a {
  font-size: 36px;
  line-height: 43px;
}

body .block-6 {
  background: #D5F5EC;
  padding: 50px 20px 50px 20px;
  margin-bottom: 72px;
  display: flex;
  align-items: center;
}

body .block-6 img {
  margin-right: 30px;
}

body .EPiServerForms {
  padding: 15px;
  padding-bottom: 32px;
  position: relative;
}

@media (min-width: 576px){
  .formcontainerblock {
    margin-left: 50px;
    width: calc(50% - 50px);
  }
}

body .EPiServerForms .Form__Status:has(.hide) {
  display: none;
}

body .EPiServerForms .Form__Element .Form__Element__Caption {
  min-width: 0;
  font-size: 16px;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body .EPiServerForms .FormSubmitButton {
 font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

body .EPiServerForms .field-set-block {
  margin-bottom: 0;
}

body .EPiServerForms .field-set-block fieldset>div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

body .EPiServerForms .field-set-block fieldset>div .block {
  width: auto;
  flex: 1;
}

p:has(#emailHelp) {
  padding-right: 15px;
}

body .EPiServerForms .Form__Element {
  margin: 0px 0 12px 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
  margin-top: 8px;
}


@media (min-width: 1150px) {
  .hero-section {
    min-height: 300px;
  }
}

.hero-section {
  background-color: #f5f5f5;
  padding: 20px 0px;
}

@media (min-width: 576px){
  .hero-section{
    background: url(/globalassets/microsite/image/hubpc-hero-banner.jpg);
    background-size: cover;
    background-position: right bottom;
  }
}

.trustpilot-widget {
  padding: 20px 0px 0px 20px !important;
}

.hero-headline {
  letter-spacing: -1.55px;
  line-height: 5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  font-size: 47px !important;
  font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif !important;
  
}

.hero-item-title {
  background: url(/globalassets/microsite/hubpc-bt/hub_group_plectrum.png);
  background-size: contain;
  background-position: center;
  opacity: 80%;
  margin: auto;
  background-repeat: no-repeat;
  height: 450px;
  width: 500px;
  position: relative;
}



.EPiServerForms .Form__Element .Form__Element__ValidationError {
font-size: 13px;
color: #dc3545;
}

.Form__Title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 1100px){
  .section-wrapper .htmlblock{
    padding: 0;
  }
  
  .section-wrapper .formcontainerblock{
    padding: 0;
  }
}

body main .container {
  max-width: 1020px;
}

.button-primary{
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  background: #373433;
  color: #fff;
  font-family: 'Just Script Web';
  font-size: 24px;
  line-height: 22px;
  display: block;
  width: fit-content;
    text-decoration: none;
    margin-left: 20px;
}

.button-primary:hover{
  color: white;
}

form .fa-info-circle{
  display: none;
}

[id^=form-anchor] {
  position: absolute;
  top: 0;
  transform: translateY(-25vh);
}

.title-and-intro-block-1{
 text-align: center;
 margin-top: 50px;
}

@media (min-width: 900px) {
	.title-and-intro-block-1 .title {
		margin: 85px 0 0;
		font-size: 30px;
		line-height: 1.25em;
		letter-spacing: -1px;
    text-align: center;
	}

	@media (min-width: 900px) {
		
    .Summary_Card_Block_7 .body ul li::before {
			border-width: 2px;
			width: 14px;
			height: 14px;
			left: 0;
		}

    .Summary_Card_Block_7 .wrapper .contents {
			max-width: 684px !important;
		}

		.title-and-intro-block-1-blog .title {
			margin: 85px 0 0;
			font-size: 30px;
			line-height: 1.25em;
			letter-spacing: -1px;
      text-align: center;
		}

		.title-and-intro-block-1 .intro {
			margin-top: 75px;
		}
	}
}

.summary_card_list_block_1 { 
  height: 100%; 
  margin: auto; 
  padding: 2em;
} 

@media (min-width: 768px){ 
.summary_card_list_block_1 { 
  padding: 2em;
} 
}     

@media (min-width: 900px){ 
.summary_card_list_block_1 { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center; 
  padding-bottom: 0; 
  margin-top: 0; 
  /*padding-top: 135px; */
  margin-bottom: 0;
} 

.slideIntoView { 
  -webkit-transform: translate3d(0, 200px, 0); 
  transform: translate3d(0, 200px, 0); 
  opacity: 0; 
  -webkit-transition-duration: 0; 
  transition-duration: 0;
} 
}

.bg-grey {
	background-color: #f1f1f1;
}

.green-block-card { 
  background-color: #2FCFA0; 
  padding-top: 0px; 
  margin-top: 80px;
} 

.green-video { 
  background-color: #f3fcf9 !important;
} 

@media (min-width: 900px){ 
.slideIntoView.fadeIn { 
  -webkit-transition: all .4s; 
  transition: all .4s; 
  -webkit-transition-timing-function: ease; 
  transition-timing-function: ease; 
  opacity: 1; 
  -webkit-transform: none; 
  transform: none;
} 
}     

*,:after,:before { 
  box-sizing: border-box;
} 

*,:after,:before { 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  border-width: 0; 
  border-color: #e2e8f0;
} 

*,:after,:before,img { 
  border-style: solid;
} 

.light-green-block { 
  margin-top: 72px; 
  width: 1044px; 
  background-color: #2FCFA0; 
  margin-bottom: 170px;
} 

.wrapper  { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: column; 
  flex-direction: column; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center;
} 

@media (min-width: 768px){ 
.wrapper  { 
  width: 100%;
} 
}     

@media (min-width: 900px){ 
.wrapper  { 
  margin-top: 0; 
  padding-top: 0; 
  width: 100%; 
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: row; 
  flex-direction: row; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between;
} 
}     

.green-block-card .wrapper  { 
  min-height: 180px;
} 

.green-block-card .wrapper  { 
  max-width: 864px;
} 

.green-video .wrapper  { 
  min-height: 366px; 
  margin: 0 auto; 
  background-repeat: no-repeat; 
  background-size: 100% 100%;
} 

.green-card-1 { 
  width: 594px !important; 
  text-align: left; 
  -ms-flex-item-align: center !important; 
  align-self: center !important;
} 

.green-video .green-card-1  { 
  width: 504px !important; 
  padding-right: 36px !important;
} 

.wrapper .summary-card  { 
  background-color: rgba(47, 207, 160, .4); 
  width: 350px; 
  margin-top: 30px;
} 

@media (min-width: 768px){ 
.wrapper .summary-card  { 
  width: 100%;
} 
}     

@media (min-width: 900px){ 
.wrapper .summary-card  { 
  width: 373px; 
  margin: 0; 
  padding: 0; 
  -ms-flex-item-align: start; 
  align-self: flex-start;
} 
}     

.wrapper .summary-card:first-child  { 
  margin-top: 0;
} 

@media (min-width: 900px){ 
.Video_Block { 
  position: relative; 
  margin: 0 auto; 
  padding: 0 2em;
} 

.Video_Block { 
  max-width: 1040px;
} 
}     

.green-card-2 { 
  width: 234px !important; 
  margin-top: 0px !important; 
  align-self: center !important;
} 

.Video_Block { 
  margin: 0 auto; 
  margin-bottom: 72px; 
  width: 1044px; 
  padding: 0px;
} 

.remove-margin { 
  margin-bottom: 0px;
} 

.green-card-image .green-card-2  { 
  padding-top: 30px !important; 
  padding-bottom: 30px !important; 
  margin-top: 0px !important;
} 

.green-video .green-card-2  { 
  width: 324px !important; 
  height: 324px; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important; 
  margin-bottom: -120px !important;
} 

@media (min-width: 900px){ 
.wrapper .summary-card:nth-child(2)  { 
  margin-top: 8px;
} 

.wrapper .summary-card:last-child  { 
  margin-top: 63px;
} 
}     

.green-block-card .summary-card-content  { 
  height: auto !important;
} 

.green-video .green-card-1 .summary-card-content  { 
  flex-direction: column; 
  align-items: start !important;
} 

.wrapper .summary-card .summary-card-content  { 
  height: 112px; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  color: #fff; 
  background-color: #2fcfa0;
} 

p { 
  margin-top: 0; 
  margin-bottom: 1rem;
} 

@media (min-width: 900px){ 
p { 
  -webkit-margin-before: 0; 
  margin-block-start: 0; 
  -webkit-margin-after: 0; 
  margin-block-end: 0;
} 
}     

p { 
  width: 100% !important;
} 

p { 
  font-size: 1rem;
} 

p { 
  margin: 0;
} 

.green-video .green-card-1 .quote  { 
  font-size: 30px; 
  text-align: left; 
  width: 100%; 
  margin-bottom: 16px; 
  margin-top: 36px;
} 

.green-video .green-card-1 .quote-person  { 
  font-size: 16px; 
  text-align: left; 
  width: 100%;
} 

@media (min-width: 900px){ 
.Video_Block #media-player  { 
  background-color: #000; 
  position: fixed; 
  z-index: 4000; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
} 

.Video_Block .wrapper  { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center; 
  height: 196px; 
  margin-top: 52px; 
  margin-left: auto; 
  margin-right: auto; 
  background-position: 50%; 
  background-repeat: no-repeat; 
  background-size: cover;
} 

.Video_Block .wrapper  { 
  height: 322px; 
  margin-top: 88px;
} 
}     

.green-video .green-card-2 .wrapper  { 
  position: relative;
} 

a { 
  color: #0d6efd; 
  text-decoration: underline;
} 

a { 
  background-color: transparent;
} 

a { 
  color: inherit; 
  text-decoration: inherit;
} 

.green-video .green-card-2 a  { 
  position: absolute; 
  left: 40%; 
  top: 40%; 
  margin: auto;
} 

.green-video .green-card-2 a.app-video-close-btn  { 
  left: 95.5% !important;
} 

.wrapper .summary-card a  { 
  text-decoration: none;
} 

@media (min-width: 900px){ 
.Video_Block #media-player .app-video-close-btn  { 
  position: fixed; 
  top: 20px; 
  right: 20px; 
  z-index: 4200; 
  cursor: pointer;
} 
}     

a:hover { 
  color: #0a58ca;
} 

iframe { 
  border: 0;
} 

iframe { 
  display: block; 
  vertical-align: middle;
} 

@media (min-width: 900px){ 
.Video_Block #media-player .app-media-iframe  { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  width: 100vw; 
  height: calc(100vh - 80px); 
  margin-top: 80px;
} 
}     

img { 
  vertical-align: middle;
} 

img { 
  border-style: none;
} 

*,img { 
  border-style: solid;
} 

img { 
  display: block; 
  vertical-align: middle;
} 

img { 
  max-width: 100%; 
  height: auto;
} 

@media (min-width: 900px){ 
.Video_Block #media-player .app-video-close-btn img  { 
  width: 40px; 
  height: 40px; 
  -webkit-transform: scale(1); 
  transform: scale(1); 
  -webkit-transition: all .2s ease-out; 
  transition: all .2s ease-out;
} 

.Video_Block #media-player .app-video-close-btn:hover img { 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1);
} 
}     

.play-button { 
  width: 66px; 
  height: 66px;
} 

.play-button { 
  width: 59px; 
  height: 59px; 
  -webkit-transform: scale(1); 
  transform: scale(1); 
  -webkit-transition: all .2s ease-out; 
  transition: all .2s ease-out;
} 

@media (min-width: 900px){ 
.Video_Block .wrapper .play-button  { 
  width: 59px; 
  height: 59px; 
  -webkit-transform: scale(1); 
  transform: scale(1); 
  -webkit-transition: all .2s ease-out; 
  transition: all .2s ease-out;
} 

.Video_Block .wrapper .play-button  { 
  width: 66px; 
  height: 66px;
} 
}     

.play-button:hover { 
  cursor: pointer; 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1);
} 

@media (min-width: 900px){ 
.Video_Block .wrapper .play-button:hover { 
  cursor: pointer; 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1);
} 

} 

@media (max-width: 60em) {
  .green-block-card .green-card-2 .actions {
    padding-top: 24px !important;
    margin-bottom: 55px !important;
  }

  .image-text-block .flex-column {
    margin-top: 40px !important;
  }

  .green-card-image .green-card-2 {
    padding-top: 30px !important;
  }

  .green-video .green-card-2 a {
    position: absolute;
    left: 45%;
    top: 43%;
    margin: auto;
  }

  .left .carousel-item-background .carousel-item-title {
    width: 436px;
    margin-left: 0%;
  }

  .right .carousel-item-background .carousel-item-title {
    width: 436px;
    margin-left: 0%;
  }

  .Profile_List_Block,
  .Video_Block,
  .Summary_Card_List_Block_3_v2,
  .summary-card-block {
    width: 100%;
    margin: auto !important;
    padding: 2em !important;
  }

  .flexbox-row {
    display: block;
  } 

  .image-content-2-blocks .flex-column {
    width: 100% !important;
  }

  .flex-column {
    margin-right: 0px;
    width: 100%;
  }

  .carousel-item img {
    height: auto;
  }

  .light-green-block {
    margin-top: 0px;
    width: auto;
    margin: 0px;
  }

  .form-control {
    height: 43px !important;
  }

  .green-video .green-card-1:first-child {
    margin-top: 60px !important;
  }

  .long-video .green-card-1:first-child {
    margin-top: 0px !important;
  }

  .green-video {
    background-color: #2FCFA0 !important;
  }

  .green-video .green-card-2 {
    width: 100% !important;
    height: 324px;
    padding-top: 48px !important;
    margin-right: 17px !important;
    margin-bottom: 36px !important;
    margin-left: 17px !important;
  }

  .green-video .wrapper {
    width: 100%;
  }

  .green-video .green-card-1 {
    width: 100% !important;
  }

  .green-card-image .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .green-card-image .green-card-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .green-card-image .green-card-2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.Summary_Card_Block_7 {
	max-width: 100%;
	margin: 28px auto;
	overflow: hidden;
}

@media (min-width: 320px) {
	.Summary_Card_Block_7 .wrapper {
		padding: 28px 2em;
		position: relative;
	}

	.Summary_Card_Block_7 .wrapper .left_img {
		display: none;
	}

	.Summary_Card_Block_7 .wrapper .top-right_img {
		position: absolute;
		right: -320px;
		top: -290px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}

	.Summary_Card_Block_7 .wrapper .bottom-right_img {
		position: absolute;
		right: -390px;
		bottom: -60px;
		-webkit-transform: rotate(30deg) scale(.7);
		transform: rotate(30deg) scale(.7);
	}

	.Summary_Card_Block_7 .wrapper .contents {
		position: relative;
		margin: auto;
	}

	.Summary_Card_Block_7 .wrapper .contents .text {
		letter-spacing: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents .main-title {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -1px;
		padding-bottom: 1em;
	}

	.Summary_Card_Block_7 .wrapper .contents .main-title b,
	.Summary_Card_Block_7 .wrapper .contents .main-title strong {
		color: #2fcfa0;
	}

	.Summary_Card_Block_7 .wrapper .contents section {
		font-size: 16px;
		line-height: 31px;
		letter-spacing: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents section .title {
		letter-spacing: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents section:last-child {
		padding-bottom: 2em;
	}

	.Summary_Card_Block_7 .wrapper .contents section .text {
		margin: 2em 0;
	}

	.Summary_Card_Block_7 .wrapper .contents section .text b,
	.Summary_Card_Block_7 .wrapper .contents section .text strong {
		color: #2fcfa0;
	}

	.Summary_Card_Block_7 .wrapper .contents section ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		letter-spacing: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents section ul li {
		position: relative;
		margin-left: 62px;
		margin-top: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents section ul li::before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -7.5px;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		border: 1px solid #2fcfa0;
		left: -62px;
	}

	.Summary_Card_Block_7 .wrapper .contents .actions {
		padding-top: 3em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.Summary_Card_Block_7 .wrapper .contents .actions a {
		color: #2fcfa0;
		border: 3px solid;
		font-size: 20px;
		line-height: 26px;
		padding: 13px 26px;
		text-decoration: none;
		border-radius: 50px;
	}

	.Summary_Card_Block_7 .wrapper .contents .actions a:hover {
		background-color: #2fcfa0;
		background-color: rgba(47, 207, 160, .4);
		border: 3px solid #2fcfa0;
		color: #fff;
	}
}

@media (min-width: 600px) {
	.Summary_Card_Block_7 .wrapper .top-right_img {
		position: absolute;
		right: -320px;
		top: -290px;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	.Summary_Card_Block_7 .wrapper .bottom-right_img {
		position: absolute;
		right: -390px;
		bottom: -60px;
		-webkit-transform: rotate(30deg) scale(.8);
		transform: rotate(30deg) scale(.8);
	}
}

@media (min-width: 900px) {
	.Summary_Card_Block_7 {
		margin: 0 auto;
	}

	.Summary_Card_Block_7 .wrapper {
		padding-top: 63px;
		padding-bottom: 63px;
	}

	.Summary_Card_Block_7 .wrapper .left_img {
		position: absolute;
		left: -400px;
		top: 35%;
		-webkit-transform: rotate(135deg) scale(.6);
		transform: rotate(135deg) scale(.6);
	}

	.Summary_Card_Block_7 .wrapper .top-right_img {
		position: absolute;
		right: -240px;
		top: -300px;
		-webkit-transform: rotate(135deg) scale(.8);
		transform: rotate(135deg) scale(.8);
	}

	.Summary_Card_Block_7 .wrapper .bottom-right_img {
		position: absolute;
		right: -90px;
		bottom: -140px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	.Summary_Card_Block_7 .wrapper .contents {
		max-width: 1040px;
	}

	.Summary_Card_Block_7 .wrapper .contents .main-title {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}

	.Summary_Card_Block_7 .wrapper .contents section {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents section p {
		letter-spacing: 0;
	}

	.Summary_Card_Block_7 .wrapper .contents .actions a {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -.88px;
		padding: .5em 2em;
		border-width: 2px;
	}

	.Summary_Card_Block_7 .wrapper .contents .actions a:hover {
		border: 2px solid #2fcfa0;
	}
}

@media (min-width: 1200px) {
	.Summary_Card_Block_7 .wrapper .bottom-right_img {
		position: absolute;
		right: -90px;
		bottom: -140px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

@media (min-width: 1400px) {
	.Summary_Card_Block_7 .wrapper .left_img {
		display: inline;
		-webkit-transform: rotate(135deg) scale(.7);
		transform: rotate(135deg) scale(.7);
	}
}

.Summary_Card_Block_7 .body ul li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid #2fcfa0;
  width: 10px;
  height: 10px;
}

.Summary_Card_Block_7 .body ul {
  list-style-type: none;
}

@media (max-width: 900px) {
  .Summary_Card_Block_7 .body ul li::before {
    left: -2px;
  }
}

.Summary_Card_Block_7 .wrapper {
  padding-top: 20px;
}

@media (min-width: 320px) {
  .Summary_Card_Block_7 .wrapper::before {
    max-height: 90%;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .Summary_Card_Block_7 .wrapper .bottom-right_img {
    right: -90px;
    bottom: -34px;
    display: block;
  }

  .Summary_Card_Block_7 .wrapper .bot-small-right_img {
    display: none;
  }

  .Summary_Card_Block_7 .wrapper .top-small-left_img {
    position: absolute;
    left: 254px;
    top: 43px;
    -webkit-transform: rotate(135deg) scale(.6);
    transform: rotate(-3deg) scale(.6);
  }

  .Summary_Card_Block_7 .wrapper .large-left_img {
    position: absolute;
    left: -50px;
    top: -60px;
    -webkit-transform: rotate(135deg) scale(.6);
    transform: rotate(-3deg) scale(.6);
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-menu {
    width: 100% !important;
  }

  .Summary_Card_Block_7 .wrapper .top-small-left_img {
    position: absolute;
    left: -42px;
    top: -18px;
    -webkit-transform: rotate(135deg) scale(.6);
    transform: rotate(-3deg) scale(.6);
  }

  .Summary_Card_Block_7 .wrapper .bot-small-right_img {
    position: absolute;
    right: -50px;
    bottom: -19px;
    -webkit-transform: rotate(135deg) scale(.6);
    transform: rotate(-3deg) scale(.6);
    display: block;
  }

  .large-left_img {
    display: none;
  }

  .bottom-right_img {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .Summary_Card_Block_7 .wrapper .bot-small-right_img {
    bottom: 10px !important;
  }

  .green-card-1 {
    width: 100% !important;
  }
}

.header-1 {
  font-size: 30px !important;
  font-weight: bold;
  padding-bottom: 12px;
  margin-top: 20px;
  line-height: 30px;
}

.header-2 {
  font-size: 18px;
  font-weight: bold;
  color: #373433;
  text-align: left;
  padding-bottom: 12px;
}

.padding-btwn {
  padding-top: 50px;
}

.padding-btwn-text {
  padding-top: 20px;
}

.sea-foam-light-background::after{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
    opacity: .06;
}

.sea-foam-light-background{
  position: relative !important;
  overflow: visible !important;
}

.Summary_Card_List_Block_2 {
	padding: 2em;
	margin-top: 0;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper {
	position: relative;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title {
	font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
	color: #373433;
	font-size: 36px;
	text-align: center;
	line-height: 39px;
	letter-spacing: -1.55px;
	height: 100%;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title p {
	z-index: 999;
	padding: .1em;
	letter-spacing: -1px;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title b,
.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title strong {
	color: #2fcfa0;
	letter-spacing: -1px;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots {
	margin-top: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	height: 15px;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 13px;
	height: 13px;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li button {
	color: transparent;
	background-color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #2fcfa0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li.slick-active button {
	background-color: #2fcfa0;
}

@media (min-width: 900px) {
	.Summary_Card_List_Block_2 {
		margin-top: 70px;
		padding: 0;
	}

	.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 {
		width: 100%;
		min-height: inherit;
	}

	.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title {
		min-height: inherit;
		max-width: 1200px;
		font-size: 30px;
		line-height: 38px;
		letter-spacing: -1px;
	}
}
.summary_card_list_block_1 { 
  height: 100%; 
  margin: auto; 
  padding: 2em;
} 

@media (min-width: 768px){ 
.summary_card_list_block_1 { 
  padding: 2em;
} 
}     

@media (min-width: 900px){ 
.summary_card_list_block_1 { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center; 
  padding-bottom: 0; 
  margin-top: 0; 
  padding-top: 135px; 
  margin-bottom: 0;
} 

.slideIntoView { 
  -webkit-transform: translate3d(0, 200px, 0); 
  transform: translate3d(0, 200px, 0); 
  opacity: 0; 
  -webkit-transition-duration: 0; 
  transition-duration: 0;
} 
}     

.image-text-block { 
  padding-top: 72px; 
  padding-bottom: 72px;
} 

@media (min-width: 900px){ 
.slideIntoView.fadeIn { 
  -webkit-transition: all .4s; 
  transition: all .4s; 
  -webkit-transition-timing-function: ease; 
  transition-timing-function: ease; 
  opacity: 1; 
  -webkit-transform: none; 
  transform: none;
} 
}     

*,:after,:before { 
  box-sizing: border-box;
} 

.wrapper  { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: column; 
  flex-direction: column; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center;
} 

@media (min-width: 768px){ 
.wrapper  { 
  width: 100%;
} 
}     

@media (min-width: 900px){ 
.wrapper  { 
  margin-top: 0; 
  padding-top: 0; 
  max-width: 819px; 
  width: 100%; 
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: row; 
  flex-direction: row; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between;
} 
}     

.image-text-block .wrapper  { 
  max-width: 1044px;
} 

.three-column-block .wrapper  { 
  max-width: 1044px !important;
} 

.flexbox { 
  display: flex; 
  flex-direction: column; 
  flex-wrap: nowrap; 
  width: 100%; 
  margin-top: 48px;
} 

.image-text-block .flexbox  { 
  margin-top: 0px;
} 

.flexbox-row { 
  display: flex; 
  height: 100%; 
  justify-content: center;
} 

@media (max-width: 60em){ 
  .flexbox-row { 
    display: block;
  } 
}  

.flex-column { 
  flex-direction: column!important;
} 

.flex-column { 
  margin-right: 36px; 
  width: 324px; 
  text-align: center; 
  flex-shrink: 0;
} 

.image-text-block .flex-column  { 
  margin-right: 36px; 
  margin-top: 24px !important; 
  margin-bottom: 24px;
} 

.flex-column:last-child { 
  margin-right: 0px;
} 

.image-text-block .summary-card  { 
  width: 100% !important; 
  margin-top: 10px !important;
} 

.three-column-block .summary-card  { 
  background-color: #ffffff !important; 
  text-align: left;
} 

.wrapper .summary-card  { 
  background-color: rgba(47, 207, 160, .4); 
  width: 350px; 
  margin-top: 30px;
} 

@media (min-width: 768px){ 
.wrapper .summary-card  { 
  width: 100%;
} 
}     

@media (min-width: 900px){ 
.wrapper .summary-card  { 
  width: 373px; 
  margin: 0; 
  padding: 0; 
  -ms-flex-item-align: start; 
  align-self: flex-start;
} 
}     

.wrapper .summary-card:first-child  { 
  margin-top: 0;
} 

@media (min-width: 900px){ 
.wrapper .summary-card:last-child  { 
  margin-top: 63px;
} 
}     

.btn-action { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-align: left; 
  -ms-flex-align: left; 
  align-items: left; 
  -webkit-box-pack: left; 
  -ms-flex-pack: left; 
  justify-content: left; 
  -webkit-box-flex: 1; 
  -ms-flex-positive: 1; 
  flex-grow: 1; 
  margin-top: 36px; 
  margin-bottom: 50px;
} 

.image-text-block .btn-action  { 
  justify-content: center; 
  margin-bottom: 0px;
} 

.three-column-block .btn-action  { 
  justify-content: left;
} 

.header-1 { 
  font-size: 30px !important; 
  font-weight: bold; 
  padding-bottom: 12px; 
  margin-top: 20px; 
  line-height: 30px;
} 

a { 
  color: #2FCFA0; 
  text-decoration: underline;
  font-weight: normal;
} 

.btn-action a  { 
  font-size: 20px; 
  line-height: 24px; 
  padding: 10px 26px; 
  border-width: 2px; 
  color: #2fcfa0; 
  font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif; 
  border: 3px solid #2fcfa0; 
  text-decoration: none; 
  opacity: 1; 
  border-radius: 45px; 
  background-color: transparent;
} 

.wrapper .summary-card a  { 
  text-decoration: none;
} 

a:hover { 
  color: #0a58ca;
} 

.btn-action a:hover { 
  background-color: rgba(47,207,160,.4); 
  color: #fff;
} 

.btn-action a:hover, .btn-action input:hover { 
  background-color: rgba(47,207,160,.4); 
  color: #fff;
} 
.Summary_Card_Block_5 { 
  padding: 28px 2em; 
  margin: auto; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: column; 
  flex-direction: column; 
  -webkit-box-align: stretch; 
  -ms-flex-align: stretch; 
  align-items: stretch; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center;
} 

@media (min-width: 900px){ 
.Summary_Card_Block_5 { 
  max-width: 1040px; 
  padding-bottom: 52px; 
  padding-top: 52px;
} 

.slideIntoView { 
  -webkit-transform: translate3d(0, 200px, 0); 
  transform: translate3d(0, 200px, 0); 
  opacity: 0; 
  -webkit-transition-duration: 0; 
  transition-duration: 0;
} 
}     

.Summary_Card_Block_5 { 
  margin: auto; 
  max-width: 684px; 
  padding-bottom: 0px; 
  padding-top: 0px;
} 

@media (min-width: 900px){ 
.slideIntoView.fadeIn { 
  -webkit-transition: all .4s; 
  transition: all .4s; 
  -webkit-transition-timing-function: ease; 
  transition-timing-function: ease; 
  opacity: 1; 
  -webkit-transform: none; 
  transform: none;
} 
}     

*,:after,:before { 
  box-sizing: border-box;
} 

.header-10 { 
  font-size: 30px !important; 
  font-weight: bold; 
  padding-bottom: 12px; 
  margin-top: 30px; 
  line-height: 30px;
} 

.header-2 { 
  font-size: 18px; 
  font-weight: bold; 
  color: #373433; 
  text-align: left; 
  padding-bottom: 12px;
} 

p { 
  margin-top: 0; 
  margin-bottom: 1rem;
} 

@media (min-width: 900px){ 
p { 
  -webkit-margin-before: 0; 
  margin-block-start: 0; 
  -webkit-margin-after: 0; 
  margin-block-end: 0;
} 
}     

p { 
  width: 100% !important;
} 

.Summary_Card_Block_5 p { 
  letter-spacing: 0;
} 

.padding-btwn-text { 
  padding-top: 20px;
} 

body  { 
  font-size: 16px; 
  line-height: 21px; 
  font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif; 
  color: #373433;
  overflow-x: hidden !important;
} 

@media (min-width: 900px){ 
.body  { 
  font-size: 16px; 
  line-height: 21px;
} 
}     

ul { 
  padding-left: 2rem;
} 

ul { 
  margin-top: 0; 
  margin-bottom: 1rem;
} 

ul { 
  list-style: none;
} 

.ul-border { 
  padding-bottom: 18px; 
  margin: 0 auto;
} 

.body ul  { 
  list-style-type: none; 
  -webkit-padding-start: 0; 
  padding-inline-start: 0; 
  -webkit-margin-after: 0; 
  margin-block-end: 0; 
  -webkit-margin-before: 0; 
  margin-block-start: 0;
} 

.btn-action { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-align: left; 
  -ms-flex-align: left; 
  align-items: left; 
  -webkit-box-pack: left; 
  -ms-flex-pack: left; 
  justify-content: left; 
  -webkit-box-flex: 1; 
  -ms-flex-positive: 1; 
  flex-grow: 1; 
  margin-top: 36px; 
  margin-bottom: 50px;
} 

ul li  { 
  letter-spacing: 0;
} 

.body ul li  { 
  position: relative; 
  margin-left: 31px;
} 

@media (min-width: 900px){ 
.body ul li  { 
  margin-left: 62px;
} 

.body ul li  { 
  margin-left: 31px;
} 
}     

.Summary_Card_Block_5 .body ul li::before { 
  content: ""; 
  position: absolute; 
  top: 0; 
  border-radius: 50%; 
  border: 3px solid #2fcfa0; 
  left: -31px; 
  width: 7px; 
  height: 7px;
} 

@media (min-width: 900px){ 
.Summary_Card_Block_5 .body ul li::before { 
  border-width: 2px; 
  width: 14px; 
  height: 14px; 
  left: -62px;
} 
}     

.Summary_Card_Block_7 .body ul li::before, .Summary_Card_Block_5 .body ul li::before { 
  width: 13px !important; 
  height: 13px !important; 
  margin-top: 5px;
} 

@media (min-width: 900px){ 
.Summary_Card_Block_5 .body ul li::before { 
  border-width: 2px; 
  width: 14px; 
  height: 14px; 
  left: -31px;
} 
}     

a { 
  color: #0d6efd; 
  text-decoration: underline;
} 

.Summary_Card_Block_5 a { 
  letter-spacing: 0;
} 

.btn-action a  { 
  font-size: 20px; 
  line-height: 24px; 
  padding: 10px 26px; 
  border-width: 2px; 
  color: #2fcfa0; 
  font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif; 
  border: 3px solid #2fcfa0; 
  text-decoration: none; 
  opacity: 1; 
  border-radius: 45px; 
  background-color: transparent;
} 

a:hover { 
  color: #0a58ca;
} 

.btn-action a:hover { 
  background-color: rgba(47,207,160,.4); 
  color: #fff;
} 

.video-block {
  border: 1px solid #ff7d7d;
  padding: 20px;
  background-color: #f1f1f1;
}
.video-block.video-block.sea-foam {
  border: 1px solid #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__text-wrapper h1,
.video-block.video-block.sea-foam .video-block__text-wrapper h2,
.video-block.video-block.sea-foam .video-block__text-wrapper h3,
.video-block.video-block.sea-foam .video-block__text-wrapper h4,
.video-block.video-block.sea-foam .video-block__text-wrapper h5,
.video-block.video-block.sea-foam .video-block__text-wrapper h6,
.video-block.video-block.sea-foam .video-block__text-wrapper a {
  color: #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__text-wrapper > a {
  border: 2px solid #2fcfa0;
  padding: 7px 12px;
  border-radius: 7px;
  color: #373433;
  --bs-link-hover-color: #373433;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  line-height: initial;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.video-block.video-block.sea-foam .video-block__text-wrapper > a:hover {
  background: #2fcfa0;
  color: #fff;
  text-decoration: none;
}
.video-block.video-block.sea-foam .video-block__text-wrapper ul li::marker {
  color: #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__image:after {
  background-image: url("/Static/Shared/img/sea-foam/play-icon.png");
}
.video-block--top {
  display: flex;
  flex-direction: column-reverse;
}
.video-block--top .video-block__text-wrapper {
  margin-top: 0px;
}
.video-block--top .video-block__image {
  margin-top: 30px;
}
.video-block__image {
  width: 100%;
  height: auto;
  position: relative;
}
.video-block__image:after {
  content: "";
  background-image: url("/Static/Shared/img/coral/play-icon.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 100px;
  background-size: contain;
}
.video-block__image__background {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.video-block__image:hover {
  cursor: pointer;
}
.video-block__text-wrapper {
  margin-top: 30px;
}
.video-block__text-wrapper > a {
  margin-top: 20px;
  margin-left: auto;
  border: 2px solid #ff7d7d;
  padding: 7px 12px;
  border-radius: 7px;
  color: #373433;
  --bs-link-hover-color: #373433;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  line-height: initial;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.video-block__text-wrapper > a:hover {
  background: #ff7d7d;
  color: #fff;
  text-decoration: none;
}
.video-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 196px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-block .wrapper .play-button {
  width: 59px;
  height: 59px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-block .wrapper .play-button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-block #media-player {
  background-color: #373433;
  position: fixed;
  z-index: 4000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-block #media-player img {
  width: 40px;
  height: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-block #media-player .app-video-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 4200;
  cursor: pointer;
}
.video-block #media-player .app-video-close-btn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-block #media-player .app-media-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
@media (min-width: 768px) {
  .video-block {
    display: flex;
    gap: 40px;
  }
  .video-block--left {
    flex-direction: row-reverse;
  }
  .video-block--alt {
    background-color: #f1f1f1;
  }
  .video-block--top {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .video-block--bottom {
    flex-direction: column;
    gap: 15px;
  }
  .video-block__image {
    width: 50%;
    min-width: calc(50% - 90px);
    max-height: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .video-block__text-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}

.FormChoice label {
    display: block; 
    margin-bottom: 5px; 
  }

/*.flexbox-row .header {
	background-color: #2FCFA0 !important;
}*/

body {
	line-height: 22px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.custom-select-wrapper {
	position: relative;
	user-select: none;
	width: 90%;
	margin: 0 auto;
}

.custom-select {
	position: relative;
	display: flex;
	flex-direction: column;
	border-width: 0 2px 0 2px;
	/* border-style: solid;
  border-color: #394a6d; */
}

.custom-select__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	font-size: 20px;
	font-weight: 300;
	color: white;
	height: 60px;
	line-height: 60px;
	background: #2FCFA0;
	cursor: pointer;
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-radius: 5px;
	border-color: #2FCFA0;
}

.custom-options {
	position: absolute;
	display: block;
	text-align: left;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 0;
	background: #2FCFA0;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 2;
}

.custom-select.open .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.custom-option {
	position: relative;
	display: block;
	padding: 0 22px 0 22px;
	font-size: 22px;
	font-weight: 300;
	color: #3b3b3b;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.5s;
}

	.custom-option:hover {
		cursor: pointer;
		background-color: #91dfc7;
		font-size: 23px;
	}

	.custom-option.selected {
		color: #ffffff;
		background-color: #91dfc7;
	}

.arrow {
	position: relative;
	height: 15px;
	width: 15px;
}

	.arrow::before, .arrow::after {
		content: "";
		position: absolute;
		bottom: 0px;
		width: 0.15rem;
		height: 100%;
		transition: all 0.5s;
	}

	.arrow::before {
		left: -5px;
		transform: rotate(45deg);
		background-color: #ffff;
	}

	.arrow::after {
		left: 5px;
		transform: rotate(-45deg);
		background-color: #ffff;
	}

.open .arrow::before {
	left: -5px;
	transform: rotate(-45deg);
}

.open .arrow::after {
	left: 5px;
	transform: rotate(45deg);
}

strong {
	font-weight: bold !important;
}

.right .carousel-item-background .carousel-item-title {
	background-position: 100%;
	justify-content: flex-end;
	padding-right: 75px;
	width: 1044px;
}

.left .carousel-item-background .carousel-item-title {
	width: 436px;
	margin-left: -35%;
}

.carousel-item-background .carousel-item-title p {
	width: 254px !important;
	line-height: normal;
}

.right .carousel-item-background .carousel-item-title {
	width: 436px;
	margin-left: 35%;
}

.Summary_Card_Block_7 .body ul li:before, .Summary_Card_Block_5 .body ul li:before {
	width: 13px !important;
	height: 13px !important;
	margin-top: 5px;
}

input[type=range] {
	width: 100%;
	margin: 6.8px 0;
	background-color: transparent;
	-webkit-appearance: none;
}

	input[type=range]:focus {
		outline: none;
	}

	input[type=range]::-webkit-slider-runnable-track {
		background: #d3d3d3;
		border: 0.2px solid #d3d3d3;
		border-radius: 1px;
		width: 100%;
		height: 8.4px;
		cursor: pointer;
	}

	input[type=range]::-webkit-slider-thumb {
		margin-top: -7px;
		width: 20px;
		height: 20px;
		background: #2fcfa0;
		border: 0;
		border-radius: 22px;
		cursor: pointer;
		-webkit-appearance: none;
	}

	input[type=range]:focus::-webkit-slider-runnable-track {
		background: #d3d3d3;
	}

	input[type=range]::-moz-range-track {
		background: #d3d3d3;
		border: 0.2px solid #d3d3d3;
		border-radius: 1.3px;
		width: 100%;
		height: 8.4px;
		cursor: pointer;
	}

	input[type=range]::-moz-range-thumb {
		width: 20px;
		height: 20px;
		background: #2fcfa0;
		border: 0;
		border-radius: 22px;
		cursor: pointer;
	}

	input[type=range]::-ms-track {
		background: transparent;
		border-color: transparent;
		border-width: 7.8px 0;
		color: transparent;
		width: 100%;
		height: 8.4px;
		cursor: pointer;
	}

	input[type=range]::-ms-fill-lower {
		background: #d3d3d3;
		border: 0.2px solid #d3d3d3;
		border-radius: 2.6px;
	}

	input[type=range]::-ms-fill-upper {
		background: #d3d3d3;
		border: 0.2px solid #d3d3d3;
		border-radius: 2.6px;
	}

	input[type=range]::-ms-thumb {
		width: 22px;
		height: 22px;
		background: #2fcfa0;
		border: 0;
		border-radius: 22px;
		cursor: pointer;
		margin-top: 0px;
		/*Needed to keep the Edge thumb centred*/
	}

	input[type=range]:focus::-ms-fill-lower {
		background: #d3d3d3;
	}

	input[type=range]:focus::-ms-fill-upper {
		background: #d3d3d3;
	}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
	/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
	input[type=range] {
		margin: 0;
		/*Edge starts the margin from the thumb, not the track as other browsers do*/
	}
}

.master-page-header nav {
	height: 88px;
	;
}

.navbar-menu {
	margin: 0 auto;
	margin-top: -25px;
	width: 1040px;
	position: relative;
	background: #2FCFA0;
	border-radius: 5px;
	border: 1px solid #2FCFA0;
}

	.navbar-menu a {
		text-decoration: none;
	}

	.navbar-menu .nav {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.navbar-menu ul {
		background: #2FCFA0;
		list-style: none;
		margin: 0;
		padding-left: 0;
		display: flex;
		justify-content: space-evenly;
	}

	.navbar-menu li {
		color: #fff;
		/* border-radius: 5px;; */
		background: #2FCFA0;
		display: block;
		float: left;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
		text-decoration: none;
		transition-duration: 0.5s;
		width: 100%;
	}

		.navbar-menu li a {
			color: #fff;
		}

		.navbar-menu li a {
			/* background-image: url('border.JPG'); */
			border-right: 1px solid #FFFFFF;
			background-position: right;
			background-repeat: no-repeat;
			display: block; /* make the link background clickable */
		}

		.navbar-menu li:last-child a {
			border-right: 0px;
		}

		.navbar-menu li:hover {
			background: #91dfc7;
			font-size: 18px;
			cursor: pointer;
		}

	.navbar-menu ul li ul {
		background: #2FCFA0;
		visibility: hidden;
		opacity: 0;
		min-width: 5rem;
		position: absolute;
		transition: all 0.5s ease;
		margin-top: 1rem;
		left: 0;
		display: none;
		width: 100%;
	}

		.navbar-menu ul li:hover > ul,
		.navbar-menu ul li ul:hover {
			/* visibility: visible;
  opacity: 1;
  display: block; */
		}

		.navbar-menu ul li ul li {
			clear: both;
			width: 100%;
			padding-top: 10px;
			padding-bottom: 20px;
		}

.padding-btwn {
	padding-top: 50px;
}

.padding-btwn-text {
	padding-top: 20px;
}

.sub-content {
	max-width: 877px;
	display: flex;
	margin: 0 auto;
}

.text-container .text {
	max-width: 100%;
}

.sub-content p {
	max-width: 70%;
	color: white;
}

.slidecontainer {
	width: 100%;
	display: flex;
}

	.slidecontainer input {
		width: 95%;
	}

	.slidecontainer span {
		color: #2FCFA0;
	}

	.slidecontainer label {
		width: 5%;
		text-align: right;
		display: block;
		margin: 5px;
		font-size: 16px;
	}

.form-block .col-md-6, .form-block .col-md-12 {
	padding-bottom: 30px;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

	.slider:hover {
		opacity: 1;
	}

	.slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #2FCFA0;
		cursor: pointer;
	}

	.slider::-moz-range-thumb {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #4CAF50;
		cursor: pointer;
	}

.form-check-input:checked {
	background-color: #2FCFA0;
	border-color: #2FCFA0;
}

.form-block textarea {
	height: 129px;
}

.form-block .form-title {
	font-size: 16px;
	color: #373433;
	text-align: left;
	letter-spacing: 0px;
	font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
}

.form-block .form-check-label {
	font-size: 14px;
	color: #373433;
	text-align: left;
	letter-spacing: 0px;
	font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
}

.form-block .summary-card {
	margin-top: 36px !important;
}

.form-block {
	padding-top: 72px;
}

.form-header {
	height: 80px;
	border-bottom: 2px solid #2FCFA0;
	opacity: 1;
	text-align: left;
}

.form-block .wrapper {
	max-width: 684px;
}

	.form-block .wrapper .summary-card {
		width: 684px;
		margin: 0 auto;
		background-color: white;
	}

.header-component {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 12px;
	margin-top: 20px;
	line-height: 40px;
	letter-spacing: -1.72px;
	color: #2FCFA0;
	font-family: justScript,justSans,quicksandLatin,quicksandBook,sans-serif;
	text-align: center;
	width: 100%;
}

.header-1 {
	font-size: 30px !important;
	font-weight: bold;
	padding-bottom: 12px;
	margin-top: 20px;
	line-height: 30px;
}

.header-2 {
	font-size: 18px;
	font-weight: bold;
	color: #373433;
	text-align: left;
	padding-bottom: 12px;
}

.ul-border {
	padding-bottom: 18px;
	margin: 0 auto;
}

.actions {
	padding-top: 24px;
	margin-bottom: 55px;
}

.Summary_Card_Block_5 {
	margin: auto;
	max-width: 684px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.summary-card-block {
	margin-bottom: 0px !important;
}

.Summary_Card_Block_7 .body ul li:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 3px solid #2fcfa0;
	left: -31px;
	width: 7px;
	height: 7px;
}

.Summary_Card_Block_7 .body ul {
	list-style-type: none;
}

@media (max-width: 900px) {
	.Summary_Card_Block_7 .body ul li:before {
		left: -2px;
	}
}

.Summary_Card_Block_7 .wrapper {
	padding-top: 20px;
}

@media (min-width: 900px) {
	.Summary_Card_Block_7 .body ul li:before {
		border-width: 2px;
		width: 14px;
		height: 14px;
		left: 0;
	}

	.Profile_List_Block .wrapper .member-details .details {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 45px;
	}

	.Summary_Card_Block_7 .wrapper .contents {
		max-width: 684px !important;
	}

	.Summary_Card_Block_5 .body ul li {
		margin-left: 31px;
	}

		.Summary_Card_Block_5 .body ul li:before {
			border-width: 2px;
			width: 14px;
			height: 14px;
			left: -31px;
		}

	.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container a.call-to-action {
		margin-top: 0px;
	}

	.TitleAndIntro_Block_2 .wrapper {
		max-width: 804px;
		margin: 0 auto;
	}

	.TitleAndIntro_Block_2 .wrapper {
		background-image: url(https://www.hub-group.co.uk/Static/img/hub/backgrounds/Title_and_Intro_Block_-_2-mobile.svg);
	}
}

.green-quote .wrapper .container {
	padding: 20px;
}

.green-quote .wrapper .header-1 {
	margin-top: 0px;
}

.green-block-card {
	background-color: #2FCFA0;
	padding-top: 0px;
	margin-top: 80px;
}

	.green-block-card .wrapper {
		min-height: 180px;
	}

	.green-block-card .header-1 {
		margin-top: 0px;
		color: white;
	}

.green-card-2 {
	width: 234px !important;
	margin-top: 0px !important;
	align-self: center !important;
}

.green-block-card .summary-card-content {
	height: auto !important;
}

.green-block-card .actions a {
	color: #ffffff;
	font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
	border: 3px solid #ffffff;
	text-decoration: none;
	opacity: 1;
	border-radius: 45px;
	font-size: 20px;
	padding: 10px 20px;
}

	.green-block-card .actions a:hover {
		background-color: #90ebcf;
	}

.green-card-1 {
	width: 594px !important;
	/* padding-right: 36px !important; */
	text-align: left;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}


.green-card-image .actions {
	margin-top: 24px;
}

.green-card-image .green-card-1 {
	/* padding-top: 80px !important; */
}

.green-card-image .green-card-2 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	margin-top: 0px !important;
}

.carousel-item {
	margin-right: inherit;
	display: flex;
	flex-direction: column;
}

	.carousel-item img {
		display: block;
		margin-bottom: 36px;
		width: 100%;
		height: 322px;
		background-size: cover;
	}

.MasterPage_Footer .links {
	padding-top: 48px;
}


.MasterPage_Footer .links {
	padding-right: 17px !important;
	padding-left: 17px !important;
}

.MasterPage_Footer .logo-items {
	display: flex;
	padding-top: 48px;
	width: 100%;
	height: 145px;
	border-bottom: 2px solid #2FCFA0;
	opacity: 1;
}

.left-align-lg {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: flex-start;
	background-position: calc(0% - 26px) 50%;
}

.MasterPage_Footer .logo-items .right-logo {
	margin-left: auto;
	order: 2;
}

.green-card-image .g-image img {
	width: 234px;
	height: 328px;
}

.image-text-block {
	padding-top: 72px;
	;
	padding-bottom: 72px;
}

.image-content-2-blocks .contents {
	text-align: left;
	width: 100%;
}

	.image-content-2-blocks .contents img {
		width: 100%;
	}

.image-content-2-blocks .flex-column {
	width: 50% !important;
}

.image-content-2-blocks {
	max-width: 1044px !important;
	padding: 17px;
}

.image-text-block .btn-action {
	justify-content: center;
	margin-bottom: 0px;
}

.image-text-block .summary-card-content .logo {
	font-size: 30px !important;
	text-align: center !important;
	width: 100%;
}

.image-text-block .flexbox {
	margin-top: 0px;
	;
}

.image-text-block .wrapper {
	max-width: 1044px;
}

.image-text-block .flex-column {
	margin-right: 36px;
	margin-top: 24px !important;
	margin-bottom: 24px;
}

.image-text-block .summary-card {
	width: 100% !important;
	margin-top: 10px !important;
}

.image-text-block .summary-card-img {
	height: 324px !important;
}

.flexbox {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 48px;
	;
}

	.flexbox .main {
		/* flex: 1; */
		/* background: red */
	}

	.flexbox .header,
	.flexbox .footer {
		background: green;
		padding: 1em
	}

.flexbox-row {
	display: flex;
	height: 100%;
	justify-content: center;
}

.flex-column {
	margin-right: 36px;
	width: 324px;
	text-align: center;
	flex-shrink: 0;
}

	.flex-column:last-child {
		margin-right: 0px;
	}

.flexbox-row .header {
	background-color: #2FCFA0;
	color: white;
}

.flexbox-row .item {
	padding-top: 12px;
	padding-bottom: 12px;
}

.bg-grey {
	background-color: #EFEFEF;
}

.table-layout .wrapper {
	max-width: 1044px;
}

.table-layout {
	padding-top: 0px;
}

.Profile_List_Block, .Video_Block, .Summary_Card_List_Block_3_v2, .summary-card-block {
	margin: 0 auto;
	margin-bottom: 72px;
	width: 1044px;
	padding: 0px;
}

.remove-margin {
	margin-bottom: 0px;
}

.remove-padding {
	padding-top: 0px;
}

.TitleAndIntro_Block_2 {
	padding-top: 10px;
	padding-bottom: 50px;
}

.green-block-card .wrapper {
	max-width: 864px;
}

.green-video .green-card-1 .summary-card-content {
	flex-direction: column;
	align-items: start !important;
}

.green-video .green-card-1 .quote {
	font-size: 30px;
	text-align: left;
	width: 100%;
	margin-bottom: 16px;
	margin-top: 36px;
}

.green-video .green-card-1 .quote-person {
	font-size: 16px;
	text-align: left;
	width: 100%;
}

.green-video .green-card-1 {
	width: 504px !important;
	padding-right: 36px !important;
}

.green-video .green-card-2 {
	width: 324px !important;
	height: 324px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: -120px !important;
}

.light-green-block {
	margin-top: 72px;
	width: 1044px;
	background-color: #2FCFA0;
	margin-bottom: 120px;
}

.green-video {
	background-color: #f3fcf9 !important;
}

	.green-video .wrapper {
		min-height: 366px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

.long-video .wrapper {
	min-height: 400px;
}

.long-video .summary-card-content p {
	text-align: left !important;
}

.long-video .green-card-2 {
	height: auto !important;
}

.green-video .green-card-2 .wrapper {
	position: relative;
}

.play-button {
	width: 66px;
	height: 66px;
}

.play-button {
	width: 59px;
	height: 59px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

	.play-button:hover {
		cursor: pointer;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

.green-video .green-card-2 a {
	position: absolute;
	left: 40%;
	top: 40%;
	margin: auto
}

.three-column-block .wrapper {
	max-width: 1044px !important;
}

.green-link {
	color: #2fcfa0 !important;
	font-style: normal;
	letter-spacing: -1px;
	text-decoration: underline !important;
}

.btn-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 36px;
	margin-bottom: 50px;
	;
}

	.btn-action a, .btn-action input {
		font-size: 20px;
		line-height: 24px;
		padding: 10px 26px;
		border-width: 2px;
		color: #2fcfa0;
		font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
		border: 3px solid #2fcfa0;
		text-decoration: none;
		opacity: 1;
		border-radius: 45px;
		background-color: transparent;
	}

.feedback_block .btn-action a {
	margin: 0 auto;
}

.feedback_block .btn-action {
	margin-top: 10px;
	margin-bottom: 50px;
}

.feedback_block .flex-column {
	width: 30%;
	margin-right: 0px;
}

.feedback_block .pink .btn-action a {
	color: #C489EB;
	border: 3px solid #C489EB;
}

	.feedback_block .pink .btn-action a:hover {
		background-color: #C489EB66;
	}

.feedback_block {
	text-align: center;
}

	.feedback_block h2 {
		text-align: center;
		color: #2FCFA0;
		font-size: 20px;
	}

@media (max-width: 55em) {
	.feedback_block .flexbox-row {
		display: flex !important;
	}

	.feedback_block .flex-column {
		width: 65% !important;
	}
}

.btn-action a:hover, .btn-action input:hover {
	background-color: #2fcfa0;
	background-color: rgba(47,207,160,.4);
	color: #fff
}

.three-column-block img {
	width: 100%;
}

.three-column-block .summary-card {
	background-color: #ffffff !important;
	text-align: left;
}

.three-column-block .btn-action {
	justify-content: left;
}

.Profile_List_Block .wrapper .team-grid {
	padding-bottom: -194px;
	height: auto;
	justify-content: space-around;
}

.team-grid .team-member {
	width: 180px !important;
	height: 280px !important;
	margin: 0px !important;
}


.details {
	display: table-cell !important;
}

	.details .contacts .socials {
		margin-right: 24px !important;
	}

		.details .contacts .socials img {
			height: 24px;
		}


@media (max-width: 768px) { /*breakpoint*/
	.three-column-block .section {
		display: block;
		width: 100%;
	}

	.three-column-block .row {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.three-column-block .section .image img {
		width: 100%;
	}

	.form-block .wrapper .summary-card {
		width: 100%;
	}
}

.title-and-intro-block-1 .title {
	width: 100%;
}

.long-video .green-card-1 .summary-card-content {
	width: 100% !important;
}

.long-video .header-1 {
	text-align: left;
}

p {
	width: 100% !important;
}

@media (max-width: 60em) {
	.green-block-card .green-card-2 .actions {
		padding-top: 24px !important;
		margin-bottom: 55px !important;
	}

	.image-text-block .flex-column {
		margin-top: 40px !important;
	}

	.green-card-image .green-card-2 {
		padding-top: 30px !important;
	}

	.green-video .green-card-2 a {
		position: absolute;
		left: 45%;
		top: 43%;
		margin: auto;
	}

	.left .carousel-item-background .carousel-item-title {
		width: 436px;
		margin-left: 0%;
	}

	.right .carousel-item-background .carousel-item-title {
		width: 436px;
		margin-left: 0%;
	}

	.Profile_List_Block, .Video_Block, .Summary_Card_List_Block_3_v2, .summary-card-block {
		width: 100%;
		margin: auto !important;
		padding: 2em !important;
	}

	.flexbox-row {
		display: block;
	}

	.image-content-2-blocks .flex-column {
		width: 100% !important;
	}

	.flex-column {
		margin-right: 0px;
		width: 100%;
	}

	.carousel-item img {
		height: auto;
	}

	.light-green-block {
		margin-top: 0px;
		width: auto;
		margin: 0px;
	}

	.form-control {
		height: 43px !important;
	}

	.green-video .green-card-1:first-child {
		margin-top: 60px !important;
	}

	.long-video .green-card-1:first-child {
		margin-top: 0px !important;
	}

	.green-video {
		background-color: #2FCFA0 !important;
	}

		.green-video .green-card-2 {
			width: 100% !important;
			height: 324px;
			padding-top: 48px !important;
			margin-right: 17px !important;
			margin-bottom: 36px !important;
			margin-left: 17px !important;
		}

		.green-video .wrapper {
			width: 100%;
		}

		.green-video .green-card-1 {
			width: 100% !important;
		}

	.green-card-image .wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/* optional */
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.green-card-image .green-card-1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.green-card-image .green-card-2 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

@media only screen and (max-width: 600px) {
	.green-card-1 {
		width: 100% !important;
		text-align: center;
	}

	.green-card-2 {
		width: auto !important;
		margin-top: 0px !important;
		padding-top: 20px !important;
	}
}

.big-video {
	padding-top: 72px;
}

	.big-video .wrapper {
		margin-top: 48px;
		height: 588px;
	}

@media (min-width: 320px) {
	.Summary_Card_Block_7 .wrapper:before {
		max-height: 90%;
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.Summary_Card_Block_7 .wrapper .bottom-right_img {
		right: -90px;
		bottom: -34px;
		display: block;
	}

	.Summary_Card_Block_7 .wrapper .bot-small-right_img {
		display: none;
	}

	.Summary_Card_Block_7 .wrapper .top-small-left_img {
		position: absolute;
		left: 254px;
		top: 43px;
		-webkit-transform: rotate(135deg) scale(.6);
		transform: rotate(-3deg) scale(.6);
	}

	.Summary_Card_Block_7 .wrapper .large-left_img {
		position: absolute;
		left: -50px;
		top: -60px;
		-webkit-transform: rotate(135deg) scale(.6);
		transform: rotate(-3deg) scale(.6);
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.navbar-menu .desktop-menu {
		display: none !important;
	}
	/* .navbar-menu .mobile-menu{
    display: flex;
    flex-direction: column;
  } */
	.navbar-menu ul li {
		background-color: #FFFFFF !important;
	}

	.navbar-menu {
		border-color: #FFFFFF;
	}
}

@media screen and (max-width: 1200px) {
	.navbar-menu {
		width: 100% !important;
	}

	.Summary_Card_Block_7 .wrapper .top-small-left_img {
		position: absolute;
		left: -42px;
		top: -18px;
		-webkit-transform: rotate(135deg) scale(.6);
		transform: rotate(-3deg) scale(.6);
	}

	.Summary_Card_Block_7 .wrapper .bot-small-right_img {
		position: absolute;
		right: -50px;
		bottom: -19px;
		-webkit-transform: rotate(135deg) scale(.6);
		transform: rotate(-3deg) scale(.6);
		display: block;
	}

	.large-left_img {
		display: none;
	}

	.bottom-right_img {
		display: none;
	}
}

.Profile_List_Block .wrapper .team-grid .team-member {
	margin-top: 10px !important;
}

@media screen and (min-width: 750px) {
	.navbar-menu .mobile-menu {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.Summary_Card_Block_7 .wrapper .bot-small-right_img {
		bottom: 10px !important;
	}

	.green-card-1 {
		width: 100% !important;
	}
}

.box {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.main_carousel_block_1_wrapper .main_carousel_block_1 {
	height: 572px;
}

.box select {
	background-color: #2FCFA0;
	color: white;
	padding: 12px;
	width: 85%;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

/* select::-ms-expand { display: block; } */
.box:hover::before {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
	padding: 30px;
}

.green-block-card .green-card-2 .actions {
	margin: 0;
	padding: 0;
}

.vat-notes {
    margin-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 900px) {
	.bt-members-scheme .flex-column {
		width: 550px !important;
	}

    .bt-members-scheme.title-and-intro-block-1 {
        display: flex;
		flex-direction: row;
        justify-content: center;
		align-items: center;
		margin-top: 0px;
    }

	.bt-members-scheme.title-and-intro-block-1 .title {
		width: 793px;
	}
}

.bt-members-scheme.summary_card_list_block_1 {
	margin-bottom: 50px;
}

.bt-your-data .ul-border li {
	padding-left: 0px;
}

.bt-your-data .ul-border li:before {
	left: -31px !important;
}

.bt-members-fee-guide .extra-padding {
    padding-left: 2.5em;
    padding-right: 2.5em;
}