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: bold;
  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-2 h2 {
   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;
}

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;
    margin-top: 8px;
}

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: 0 0 8px 0;
}


@media (min-width: 1150px) {
  .hero-section {
    min-height: 500px;
  }
}

.hero-section {
  background: url(/globalassets/microsite/image/hubpc-hero-banner.jpg);
  background-size: cover;
  background-position: left;
  padding: 20px 0px;
}

.trustpilot-widget {
  padding: 20px 0px 0px 20px !important;
}

.hero-headline {
  letter-spacing: -1.55px;
  line-height: 3rem;
  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;
margin-top: 4px;
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;
} 
}     

.green-block-card { 
  background-color: #2FCFA0; 
  padding-top: 0px; 
  margin-top: 30px;
  margin-bottom: 30px;
} 

.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: flex;
    height: 100%;
    justify-content: center;
}

@media (max-width: 60em)
{
    .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;
}

.sea-foam-dark-background::after{
  content: "";
  height: 100%;
  display: block;
  width: 200vw;
  position: absolute;
  top: 0;
  transform: translateX(-50vw);
  z-index: -1;
  background-color: #2FCFA0;
}

.sea-foam-dark-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: 50px; 
  width: 450px; 
  text-align: center; 
  flex-shrink: 0;
} 

.image-text-block .flex-column  { 
  margin-right: 50px; 
  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-white { 
    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-white a  { 
    font-size: 20px; 
    line-height: 24px; 
    padding: 10px 26px; 
    border-width: 2px; 
    color: #fff; 
    font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif; 
    border: 3px solid #fff; 
    text-decoration: none; 
    opacity: 1; 
    border-radius: 45px; 
    background-color: transparent;
  } 

  .image-text-block .btn-action-white  { 
    justify-content: center; 
    margin-bottom: 0px;
  } 
  
  .three-column-block .btn-action-white  { 
    justify-content: left;
  } 

  .btn-action-white a:hover { 
    background-color: rgba(47,207,160,.4); 
    color: #fff;
  } 
  
  .btn-action-white a:hover, .btn-action input:hover { 
    background-color: rgba(47,207,160,.4); 
    color: #fff;
  } 

  .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: #0d6efd; 
  text-decoration: underline;
} 

.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: 20px 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
{
    padding: 20px 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;
}

    .Summary_Card_Block_5 h3
    {
        text-align: left;
    }

    .Summary_Card_Block_5 p
    {
        text-align: left;
        letter-spacing: 0;
    }

    .Summary_Card_Block_5 .body
    {
        margin-top: 24px;
    }

@media(min-width:960px)
{
    .Summary_Card_Block_5 .flex-column
    {
        display: flex;
        flex-direction: column;
    }

    .Summary_Card_Block_5 .summary-card
    {
        display: flex;
        flex-direction: column;
        flex: 1 0;
    }

    .Summary_Card_Block_5 .contents
    {
        display: flex;
        flex-direction: column;
        flex: 1 0;
    }

    .Summary_Card_Block_5 p
    {
        min-height: 200px;
    }

    .Summary_Card_Block_5 .body
    {
        flex: 1 0;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .Summary_Card_Block_5 .ul-border
    {
        margin-left: 0;
    }

    .Summary_Card_Block_5 .body .btn-action
    {
        margin-bottom: 0;
        margin-top: auto;
        flex: 0;
    }
}

@media (min-width: 900px)
{
    .Summary_Card_Block_5
    {
        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%;
  }
}
@media (min-width: 768px) {
  .section--narrow .video-block,
  .section--half .video-block {
    flex-direction: column-reverse;
  }
  .section--narrow .video-block__text-wrapper,
  .section--half .video-block__text-wrapper {
    width: initial;
    margin-top: 0;
  }
  .section--narrow .video-block__image,
  .section--half .video-block__image {
    width: initial;
  }
}
ul { 
  padding-left: 2rem;
} 

ul { 
  margin-top: 0; 
  margin-bottom: 1rem;
} 

ul { 
  list-style: none;
} 

ul.main  { 
  list-style: none; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: row nowrap; 
  flex-flow: row nowrap; 
  width: 100%; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  padding-left: 87px; 
  padding-right: 133px; 
  font-size: 16px; 
  font-weight: 400;
} 

*,:after,:before { 
  box-sizing: border-box;
} 

nav ul.main > li  { 
  position: relative;
} 

a { 
  color: #0d6efd; 
  text-decoration: underline;
} 

nav ul.main > li a  { 
  color: #000; 
  display: block; 
  padding: 8px; 
  text-decoration: none; 
  text-align: center;
} 

a:hover { 
  color: #0a58ca;
} 

.master-page-header nav ul.main > li:hover > a, .master-page-header nav ul.main > li a:hover { 
  color: #2fcfa0;
} 

ul  { 
  margin-bottom: 0;
} 

nav ul.main > li ul.sub-menu  { 
  position: absolute; 
  top: 0; 
  background-color: hsla(0, 0%, 100%, .9); 
  list-style: none; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: column nowrap; 
  flex-flow: column nowrap; 
  width: -webkit-max-content; 
  width: -moz-max-content; 
  width: max-content; 
  -webkit-padding-start: 0; 
  padding-inline-start: 0; 
  padding: 0 .5em; 
  font-size: 16px; 
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2); 
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2); 
  -webkit-transition: all .3s ease; 
  transition: all .3s ease; 
  border-radius: 10px; 
  -webkit-transform-origin: center top; 
  transform-origin: center top; 
  opacity: 0; 
  left: 50%; 
  -webkit-transform: translate(-50%) scaleY(0); 
  transform: translate(-50%) scaleY(0);
} 

@media (min-width: 900px){ 
:focus { 
  outline: none;
} 
}     

nav ul.main > li ul.sub-menu li > a  { 
  color: #2fcfa0;
} 

nav ul.main > li ul.sub-menu li:first-child > a  { 
  font-weight: 1000;
}
.Summary_Card_List_Block_3_v2 { 
  margin: auto; 
  padding: 0 2em;
} 

@media (min-width: 900px){ 
.Summary_Card_List_Block_3_v2 { 
  max-width: 1040px; 
  margin: auto;
} 
}     

.Summary_Card_List_Block_3_v2 { 
  margin: 0 auto; 
  margin-bottom: 72px; 
  width: 1044px; 
  padding: 0px;
} 

*,:after,:before { 
  box-sizing: border-box;
} 

.wrapper  { 
  width: 100%; 
  height: 100%;
} 

.wrapper  { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: column nowrap; 
  flex-flow: column nowrap;
} 

@media (min-width: 900px){ 
.wrapper  { 
  padding-top: 75px;
} 

.slideIntoView { 
  -webkit-transform: translate3d(0, 200px, 0); 
  transform: translate3d(0, 200px, 0); 
  opacity: 0; 
  -webkit-transition-duration: 0; 
  transition-duration: 0;
} 
}     

.summary-card-block { 
  margin-bottom: 0px !important;
} 

.summary-card-block { 
  margin: 0 auto; 
  margin-bottom: 72px; 
  width: 1044px; 
  padding: 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;
} 
}     

.wrapper .summary-card-block  { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: column nowrap; 
  flex-flow: column nowrap;
} 

.wrapper .summary-card-block  { 
  margin-top: 0; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block  { 
  margin-top: 0; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: row nowrap; 
  flex-flow: row nowrap; 
  height: 308px; 
  padding-bottom: 76px;
} 
}     

.wrapper .summary-card-block:last-child  { 
  padding-bottom: 43px;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block:last-child  { 
  padding-bottom: 0;
} 
}     

.wrapper .summary-card-block .image-container  { 
  -webkit-box-ordinal-group: 1; 
  -ms-flex-order: 0; 
  order: 0; 
  display: inline-block; 
  background-image: url(https://www.hub-group.co.uk/Static/img/hub/greenShape-ouline-135.svg); 
  background-position: 50%; 
  background-size: contain;
} 

.wrapper .summary-card-block .text-container  { 
  -webkit-box-flex: 1; 
  -ms-flex: 1; 
  flex: 1; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: column nowrap; 
  flex-flow: column nowrap; 
  -webkit-box-align: start; 
  -ms-flex-align: start; 
  align-items: flex-start; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center;
} 

.wrapper .summary-card-block.image-right .image-container  { 
  -webkit-box-ordinal-group: 1; 
  -ms-flex-order: 0; 
  order: 0;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block.image-right .image-container  { 
  -webkit-box-ordinal-group: 2; 
  -ms-flex-order: 1; 
  order: 1;
} 
}     

.wrapper .summary-card-block.image-right .text-container  { 
  padding-left: 0;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block.image-right .text-container  { 
  padding-left: 0; 
  padding-right: 0;
} 
}     

svg { 
  vertical-align: middle;
} 

.wrapper .summary-card-block .image-container svg  { 
  display: block; 
  width: 330px; 
  height: 330px;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block .image-container svg  { 
  width: 460px; 
  height: 460px;
} 
}     

.wrapper .summary-card-block .text-container .title  { 
  font-size: 36px; 
  line-height: 42px; 
  letter-spacing: -1.72px; 
  color: #373433; 
  font-family: justScript, justSans, quicksandLatin, quicksandBook, sans-serif !important;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block .text-container .title  { 
  font-size: 36px; 
  line-height: 40px; 
  letter-spacing: -1px;
} 
}     

.text-container .text  { 
  max-width: 100%;
} 

.wrapper .summary-card-block .text-container .text  { 
  font-size: 16px; 
  line-height: 21px; 
  letter-spacing: 0; 
  padding: 1em 0; 
  color: #373433; 
  font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block .text-container .text  { 
  font-size: 16px; 
  line-height: 22px; 
  letter-spacing: 0;
} 
}     

a { 
  color: #0d6efd; 
  text-decoration: underline;
} 

.wrapper .summary-card-block .text-container a.call-to-action  { 
  display: none;
} 

@media (min-width: 900px){ 
.wrapper .summary-card-block .text-container a.call-to-action  { 
  display: inherit; 
  margin-top: 40px; 
  color: #2fcfa0; 
  text-decoration: none; 
  font-size: 18px; 
  line-height: 24px; 
  letter-spacing: -.88px; 
  padding: .5em 1.5em; 
  border: 2px solid #2fcfa0; 
  border-radius: 50px;
} 

.wrapper .summary-card-block .text-container a.call-to-action  { 
  margin-top: 0px;
} 
}     

a:hover { 
  color: #0a58ca;
} 

@media (min-width: 900px){ 
.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container a.call-to-action:hover { 
  background-color: rgba(47, 207, 160, .4); 
  border: 2px solid #2fcfa0; 
  color: #fff;
} 
}     

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;
} 
@media (max-width: 60em) {
  .Profile_List_Block, .Video_Block, .Summary_Card_List_Block_3_v2, .summary-card-block {
      width: 100%;
      margin: auto !important;
      padding: 2em !important;
  }
}
ul { 
  padding-left: 2rem;
} 

ul { 
  margin-top: 0; 
  margin-bottom: 1rem;
} 

ul { 
  list-style: none;
} 

ul.main  { 
  list-style: none; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: row nowrap; 
  flex-flow: row nowrap; 
  width: 100%; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  padding-left: 87px; 
  padding-right: 133px; 
  font-size: 16px; 
  font-weight: 400;
} 

*,:after,:before { 
  box-sizing: border-box;
} 

nav ul.main > li  { 
  position: relative;
} 

a { 
  color: #0d6efd; 
  text-decoration: underline;
} 

nav ul.main > li a  { 
  color: #000; 
  display: block; 
  padding: 8px; 
  text-decoration: none; 
  text-align: center;
} 

a:hover { 
  color: #0a58ca;
} 

.master-page-header nav ul.main > li:hover > a, .master-page-header nav ul.main > li a:hover { 
  color: #2fcfa0;
} 

ul  { 
  margin-bottom: 0;
} 

nav ul.main > li ul.sub-menu  { 
  position: absolute; 
  top: 0; 
  background-color: hsla(0, 0%, 100%, .9); 
  list-style: none; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-flow: column nowrap; 
  flex-flow: column nowrap; 
  width: -webkit-max-content; 
  width: -moz-max-content; 
  width: max-content; 
  -webkit-padding-start: 0; 
  padding-inline-start: 0; 
  padding: 0 .5em; 
  font-size: 16px; 
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2); 
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2); 
  -webkit-transition: all .3s ease; 
  transition: all .3s ease; 
  border-radius: 10px; 
  -webkit-transform-origin: center top; 
  transform-origin: center top; 
  opacity: 0; 
  left: 50%; 
  -webkit-transform: translate(-50%) scaleY(0); 
  transform: translate(-50%) scaleY(0);
} 

nav ul.main > li ul.sub-menu li > a  { 
  color: #2fcfa0;
} 

nav ul.main > li ul.sub-menu li:first-child > a  { 
  font-weight: 1000;
}
.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%;
  }
}
@media (min-width: 768px) {
  .section--narrow .video-block,
  .section--half .video-block {
    flex-direction: column-reverse;
  }
  .section--narrow .video-block__text-wrapper,
  .section--half .video-block__text-wrapper {
    width: initial;
    margin-top: 0;
  }
  .section--narrow .video-block__image,
  .section--half .video-block__image {
    width: initial;
  }
} 
.timeline{
  max-width: 1040px;
  background-image: url(/globalassets/microsite/cushon/steps-to-buying-an-annuity/green_track.jpg);
  background-size: 1040px;
  background-repeat: no-repeat;
  font-size:  10.5px;
  position: relative;
  line-height: 1.6;
  z-index: 3;
  padding-left: 50px;
}


.highlight{
  color: #ff7b7c;
  font-weight: bold;
}
.timeline p{
  margin: 0;
  font-size: 10.5px;
  font-family: 'Just Sans Web';
}

.mid_arrow, .end_arrow{
  display: none;
}
.timeline h5{
  font-size: 20px;
  font-family: 'Just Script Web';
}

.block_number{
position: relative;
margin-top: -5px;
}

.block_number img{
  width: 28px;
}

.top4{
  margin-top: -4px;
}


.block_content{
  display:flex;
  padding-top: 5px;
  /* align-items: center; */
}

.timeline_card {
  border: transparent;
  background-color: transparent;
  height: 15.4vw;
}
.timeline_cards {
  display: grid;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 75px;
  padding-left: 20px;
  justify-content: center;
}

.timeline_icon{
  padding-left: 10px;
  padding-top: 20px;
  width: 100px;
}

.timeline_icon_finish{
  padding: 0;
  width: 100%;
  padding-top: 15px;
}

.timeline_1{
  grid-template-columns: 30% 70%;
  grid-gap: 1.5rem;
  justify-content: left;
}
.timeline_2{
  grid-template-columns: 40% 50%;	
  grid-gap: 5rem;
  justify-content: left;
}

.timeline_3{
  grid-template-columns: 80%;	
  justify-content: left;
  grid-gap: 1rem;
}

.timeline_4{
  grid-template-columns: 65% 35%;	
  grid-gap: 2rem;
  justify-content: left;
}

.timeline_5{
  grid-template-columns: 40% 50%;	
  grid-gap: 5rem;
  justify-content: left;
}

.timeline_6{
  grid-template-columns: 40% 50%;
  justify-content: left;
}

.final_flag{
  margin-left: 40%;
  margin-top: 20%;
}

.timeline_block{
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 85px;
  justify-content: center;
}

.block_text h5{
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

@media (max-width: 1100px) {
 .timeline_1, .timeline_2, .timeline_3, .timeline_4, .timeline_5, .timeline_6 { 
      grid-template-columns: repeat(1, 1fr) !important;
      justify-content: left;
      text-align: center;
      max-width: 600px;
  }

  .timeline_block{
      padding-right: 5%;
  }

  .timeline_cards {
      grid-gap: 0;
  }

  .top4{
      margin-top: 0px;
  }

  .timeline{
      background-image: none;
      font-size: 11px;
  }

  .timeline_card{
      height: auto;
  }
  .timeline_cards_mobile{
      position: initial;
      display: flex;
      flex-direction: column-reverse;
  }

  .block_content{
      display: flex;
      position: relative;
      justify-content: center;
  }
  
  .block_text{
      width: 95%;
  }
  
  .left_block .block_content{
      flex-direction: row-reverse;
      justify-content: center;
  }

  .left_image{
      position: absolute;
      right: 97%;
      /* top: 15%;
      margin: 15px; */
  }

  .right_image{
      position: absolute;
      left: 97%;
      /* top: 15%; */
  }


  .final_flag{
      margin: 0;
  }

  .final_flag .timeline_icon{
      padding: 0;
  }


  .end_arrow{
      display: block;
      background: url(https://images.web.wearejust.co.uk/EloquaImages/clients/JustRetirementManagementServicesLimited2/%7B99d79723-24d1-4d60-ba38-c2811f30b546%7D_MobileGreenTrackEnd.jpg)  no-repeat;
      background-position: center;
      height: 125px;
      margin-top: 20px;
  }

  .mid_arrow{
      display: block;
      background: url(https://images.web.wearejust.co.uk/EloquaImages/clients/JustRetirementManagementServicesLimited2/%7B6e454e66-6ece-42fe-aa72-50e04b273856%7D_Mobile_Green_Track.jpg) no-repeat;
      background-position: center;
      height: 100px;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .timeline_1{
      text-align: center;
     
  }
  .timeline_icon{
      /* padding-left: 0; */
      height: 90px;
      width: auto;
  }
}

@media (min-width: 1100px) {
  .timeline_card {
      height: 163px;
  }
  
}

.sei {
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.sei .intro-block {
    margin-top: 3em;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 2em;
    padding-top: 1em;
    text-align: center;
    justify-content: center;
}

.sei .intro-block.no-top-margin {
    margin-top: 0 !important;
}

.sei .intro-block.less-bottom-padding {
    padding-bottom: 1em !important;
}

.sei .intro-block__heading {
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'Just Sans Web', justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 0.5rem;
}

.sei .intro-block__heading--bold {
    font-size: 1.5em;
    font-weight: bold;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 0.5rem;
}

.sei .intro-block__heading--smaller--bold {
    font-size: 1em;
    font-weight: bold;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 0.5rem;
}

.sei .intro-block__heading--colour-seafoam {
    font-weight: 900;
    color: rgb(47, 207, 160);
}

.sei .intro-block__bullets {
    margin-top: 1.5em;
    text-align: left;
}

.sei .two-column-block {   
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 2.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.3fr 1.7fr;
    gap: 1.5em 2em;
    grid-template-areas:
        "header1 header2"
        "body1 body2";
}

@media (max-width: 768px) {
    .sei .two-column-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 0px 2em;
        grid-auto-flow: row;
        grid-template-areas:
            "header1"
            "body1"
            "header2"
            "body2";
    }  
}

.sei .two-column-block__heading {
    color: rgb(47, 207, 160);
}

.sei .three-column-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1.5fr 0.4fr 1.1fr;
    gap: 0.5em 2em;
    grid-template-areas:
        "icon1 icon2 icon3"
        "header1 header2 header3"
        "body1 body2 body3";
}

.sei .three-column-block .icon1,
.sei .three-column-block .icon2,
.sei .three-column-block .icon3 {
    align-self: center;
    justify-self: center;
}

@media (max-width: 768px) {
    .sei .three-column-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
        gap: 0.5em 2em;
        grid-template-areas:
            "icon1"
            "header1"
            "body1"
            "icon2"
            "header2"
            "body2"
            "icon3"
            "header3"
            "body3";
    }   
}

.sei .three-column-block__heading {
    color: rgb(47, 207, 160);
}

.sei .icon-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 3em;

    display: grid;
    grid-template-columns: 1fr 4fr 1fr 4fr 1fr 4fr;
    grid-template-rows: auto auto;
    gap: 0 1em;
    grid-template-areas:
        "icon1 header1 icon2 header2 icon3 header3"
        "icon1 body1 icon2 body2 icon3 body3";
}

@media (max-width: 768px) {
    .sei .icon-block {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-template-rows: auto auto auto auto auto auto;
        gap: 0px 1em;
        grid-template-areas:
            "icon1 header1"
            "icon1 body1"
            "icon2 header2"
            "icon2 body2"
            "icon3 header3"
            "icon3 body3";
    }

    .sei .icon-block .icon1,
    .sei .icon-block .icon2,
    .sei .icon-block .icon3 {
        align-self: center;
    }

    .sei .icon-block .header1,
    .sei .icon-block .header2,
    .sei .icon-block .header3,
    .sei .icon-block .body2,
    .sei .icon-block .body3 {
        align-self: center;
    }

    .sei .icon-block .body1 {
        align-self: start;
    }
}

.sei .icon-block__item__text--header {
    font-weight: bold;
}

.sei ul {
    list-style: none;
}

.sei ul li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

.sei ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid rgb(47, 207, 160);
    border-radius: 50%;
    background: transparent;
}

.sei .iframe-wrapper {
    height: 1450px;
}

.sei .iframe-container {
    height: 100%;
}

.formcontainerblock .EPiServerForms .Form__MainBody .Form__Element {   
    margin-top: 1em;
}

.formcontainerblock .EPiServerForms .Form__MainBody .Form__Element legend {
    font-size: 1em;
    padding: 0;
}

.formcontainerblock .EPiServerForms .FormChoice label {
    padding: 0.5em;
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-right: 1em;
}

fieldset {
    padding: 0;
}

.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;
    margin-top: 8px;
}

.sei .single-icon-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sei .service-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
}

.sei .service-block__heading {
    font-weight: bold;
    font-size: 1.25em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .service-block__heading--smaller {
    font-weight: bold;
    font-size: 1em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .service-block__body p {
    margin-bottom: 1em;
    padding: 0 3em;
}

.sei .service-block__contact--link {
    display: block;
    color: rgb(47, 207, 160);
}

.sei .service-block__contact--link:not(:last-child) {
    margin-bottom: 1em;
}

.sei .special-service-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 2em;
    text-align: center;   
}

.sei .special-service-block__heading {
    font-weight: bold;
    font-size: 1.25em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .special-service-block__heading--smaller {
    font-weight: bold;
    font-size: 1em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .special-service-block__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 2em;
}

.sei .special-service-block__section__body {
    flex: 1 1 40%;
    align-self: start;
}

.sei .special-service-block__section__spacer {
    flex: 1 1 30%;
}

.sei .special-service-block__section__contact {
    flex: 1 1 30%;
    text-align: right;
}

.sei .special-service-block__contact--link {
    display: block;
    color: rgb(47, 207, 160);
}

@media (max-width: 768px) {

    .sei .special-service-block__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        padding: 2em;
    }

    .sei .special-service-block__section__body {
        flex: 1 1 40%;
        align-self: flex-start;
    }

    .sei .special-service-block__section__spacer {
        flex: 1 1 30%;
    }

    .sei .special-service-block__section__contact {
        flex: 1 1 30%;
        text-align: center;
    }

    .sei .special-service-block__contact--link {
        display: block;
        color: rgb(47, 207, 160);
    }
}

.sei .centered-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.sei .button-link {
    cursor: pointer;
    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;
}

.sei hr {
    margin: 1rem 20%;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.sei .special-service-block > hr {
    margin: 0;
}

.formcontainerblock .EPiServerForms .Form__MainBody .Form__Element {   
    margin-top: 1em;
}

.formcontainerblock .EPiServerForms .Form__MainBody .Form__Element legend {
    font-size: 1em;
    padding: 0;
}

.formcontainerblock .EPiServerForms .FormChoice label {
    padding: 0.5em;
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-right: 1em;
}

fieldset {
    padding: 0;
}

.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;
    margin-top: 8px;
}