
.radio-button-container .radio-button__content {
  display:flex;
  margin-bottom:20px;
  align-items:center;
}
.radio-group .radio-button-container .radio-button__content--center {
  align-items:center;
}
.radio-button-container .radio-button__content>.label {
  /*font-size:16px;
  line-height:20px*/
}
.radio-button-container .radio-button__content:focus {
  outline:none
}
.radio-button-container .label {
  flex:auto;
  margin:0 0 0 10px
}
.radio-button {
  flex:0 0 20px;
  height:20px;
  margin-right:10px;
  width:20px;
  margin-top: 3px;
}
.radio-button .checked {
  height:7.14px;
  width:7.14px
}
.radio-button {
  align-items:center;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 0 0 5px #0000001a;
  display:flex;
  flex:0 0 20px;
  height:20px;
  justify-content:center;
  margin-bottom:auto;
  transition:box-shadow .3s ease-in-out,background-color .3s ease-in-out;
  width:20px
}
.radio-button div {
  background-color:#0000;
  border-radius:50%;
  box-shadow:0 0 0 8px #0000001a;
  height:20px;
  transition:box-shadow .3s ease-in-out;
  width:20px
}
.radio-button:hover {
  box-shadow:0 0 0 8px #393939
}
.radio-button:hover:active {
  box-shadow:0 0 0 8px #262626
}
.radio-button:hover div {
  background-color:#262626
}
.radio-button.checked {
  border:2px solid #1ef1c6
}
.radio-button.checked:hover {
  box-shadow:0 0 0 8px #0a9e80
}
.radio-button.checked:hover:active {
  box-shadow:0 0 0 8px #076e59
}
.radio-button.checked:hover:active div {
  background-color:#1ef1c6;
  box-shadow:0 0 0 5px #076e59
}
.radio-button.checked:hover div {
  background-color:#1ef1c6;
  box-shadow:0 0 0 5px rgba(30,241,198,.651)
}
.radio-button .checked {
  animation:grow .3s ease-out;
  background-color:#1ef1c6;
  border-radius:50%;
  height:10px;
  width:10px
}
.radio-button.checked + .label.type-h4 {
  color: #1ef1c6;
}

.radio-button__content {
display: flex;
  margin-bottom: 20px;
  align-items: center;
  /*flex-direction: row-reverse;
  padding-top: 6px;*/
}

.table-view_wrapper__MQw03 {
  display: block !important;
}
.summary {
  display: flex;
  /*justify-content: space-between;*/
  position: sticky;
  top: 50px;
  z-index: 9;
  text-align: right;
  background-color: #000;
  margin: 20px 0 25px;
  padding: 25px 0; 
  border-bottom: 1px solid #464646;
}

.savings-container {
  display: flex;
  align-items: center;
}
.savings-container .type-h5 {
  padding: 0 10px 0 20px;
}

@media (max-width: 767px) {
  .summary {
    flex-direction: column;
    text-align: center;
  }
  .savings-container {
    padding: 0 0 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .savings-container > span {
    display: block;
    margin-bottom: 10px;
  }
  .savings-container > span:first-of-type {
    display: block;
    margin-bottom: 15px;
  }
  
  .savings-container .type-h5 {
    font-size: 13px;
  }
  
  .savings-container .type-h5 em {
    display: none;
  }
  /*.summary .type-h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
  }*/
  .summary .button-container {
    margin: 0 auto;
    width: 100%;
  }
  .summary .button-container + .button-container {
    margin-top: 20px;
  }
  .summary .button-container .primary-button {
    width: auto;
    max-width: unset;
    justify-content: center;
  }
  .summary .primary-button__content {
    justify-content: center;
  }
  .summary .primary-button .buttonText {
    margin-right: unset;
  }
  .main-container {
    grid-column-gap:9px;
    -ms-grid-column-gap:9px;
    display:grid;
    grid-auto-columns:1fr;
    grid-auto-flow:column;
  }
}

@media (min-width: 768px) {
  .summary .button-container + .button-container {
    margin-left: 30px;
  }
}


@media(max-width:767px) {
  .radio-button {
    margin-top: 0;
  }
  .radio-button-container .radio-button__content > .label {
    margin-left: 0;
  } 
  /*.table-view_wrapper__MQw03 .table-view_scroller__RfJph table thead {
    border-bottom: 1px solid #4a4a4a;
  }*/
  .table-view_wrapper__MQw03 .table-view_scroller__RfJph table .table-view_leadColumn__jbPlu::after {
    background: #4a4a4a;
    content: "";
    height: 102%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  
	.table-view_wrapper__MQw03 {
		background-color: var(--table-color);
		border-radius: 8px;
		display: block;
		margin-top: 48px;
		padding: 40px 27px;
		position: relative;
    border-radius: 0;
  }

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph::-webkit-scrollbar {
		display: none
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph {
		-ms-overflow-style: none;
		display: block;
		height: 100%;
		overflow-x: auto;
		scrollbar-width: none;
		width: 100%
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table {
		border-collapse: collapse;
		margin-bottom: var(--margin-bottom);
		table-layout: auto;
		width: 100%
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table thead {
		border-bottom: 1px solid #4a4a4a
	}
/*
	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table th {
		font-weight: 400;
		min-width: 160px;
		padding: 0 32px 32px;
		text-align: left;
		text-transform: uppercase;
		vertical-align: top
	}
*/
	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table td {
		padding: 25px 10px 25px 25px;
		vertical-align: top
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table td .icon {
		display: none
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table td a {
		width: fill-available;
		width: -webkit-fill-available
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table .table-view_leadColumn__jbPlu {
		background-clip: padding-box;
		background-color: var(--table-color);
		left: -1.5px;
		padding-bottom: 23px;
		padding-left: 0;
		position: sticky;
		position: -webkit-sticky;
		z-index: 2
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table thead .stick-th {
		background-clip: padding-box;
		background-color: var(--table-color);
		left: -1.5px;
		padding-bottom: 23px;
		padding-left: 10px;
		position: sticky;
		position: -webkit-sticky;
		z-index: 1
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table .table-view_leadColumn__jbPlu:after {
		background: #4a4a4a;
		content: "";
		height: 102%;
		left: 100%;
		position: absolute;
		top: 0;
    width: 1px;
	}

	.table-view_wrapper__MQw03 .table-view_scroller__RfJph table .table-view_leadColumn__jbPlu:before {
		/*background: #4a4a4a;*/
		content: "";
		height: 102%;
		left: 101%;
		position: absolute;
		top: 0;
		width: 20px;
    background: linear-gradient(to right, #1C1C1C, transparent););
	}
}
form table td {
  padding: 0 0 0 50px;
}
.table-view_leadColumn__jbPlu {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: auto;
  color: white;
  z-index: 3;
  background-color: #000;
  padding-right: 30px;
}
.hidden-default {
  display: none;
}
.radio-button-container:hover {
  cursor: pointer;
}
.table-view_scroller__RfJph {
  overflow-x: scroll;
}

.aaa {display: flex; flex-direction: row; flex-wrap: wrap;}
.bbb {display:flex; flex-direction: column; margin-bottom: 50px; flex: 0 0 50%;}
.ccc {display:flex; justify-content: space-between; width: 100%;}
.ddd {display:flex; width: 100%; flex-direction: column;}
.ccc, .ddd span {margin: 5px 0;}

.ccc .label,
.ccc .value,
.ddd {
  padding-right: 50px;
}

.ccc .value, .ddd {
  text-align: right;
}
.ccc .label {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .bbb {
    flex:0 0 100%;
  }
  .ccc.half {
    flex-direction: column;
  }
  .ddd {
    text-align: left;
  }
  .ccc .ddd + .ddd {
    margin-top: 50px;
  }
  .ccc .value, .ddd {
    padding-right: 0;
  }
  /*.ccc {
    margin: 0;
  }*/
  .ddd span {margin: 10px 0;}
  .ccc {
    line-height: 16px;
  }
}

.efficiency {
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
  background-color: rgb(0,148,61);
  margin-right: 10px;
}
.efficiency-b {
  background-color: rgb(0,148,61);
}

.efficiency:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgb(0,148,61);
  position: absolute;
  right: -10px;
  top: 0;
}
.efficiency-b {
  background-color: rgb(0,148,61);
}
.efficiency-b:after {
  border-left: 10px solid rgb(0,148,61);
}
.efficiency-f {
  background-color: rgb(231,0,14);
}
.efficiency-f:after {
  border-left: 10px solid rgb(231,0,14);
}


/*
@keyframes fade-in {
  0% {
    opacity:0
  }
  to {
    opacity:1
  }
}
.items-container {
   opacity:0
}
.items-container.is-visible div {
  animation-duration:1s;
  animation-fill-mode:both;
  animation-name:fade-in
}
.items-container div:first-of-type {
  animation-delay:0s
}
.items-container div:nth-of-type(2) {
  animation-delay:.4s
}
.items-container div:nth-of-type(3) {
  animation-delay:.8s
}
.items-container div:nth-of-type(4) {
  animation-delay:1.2s
}
.items-container div:nth-of-type(5) {
  animation-delay:1.6s
}
.items-container div:nth-of-type(6) {
  animation-delay:2s
}
.items-container div:nth-of-type(7) {
  animation-delay:2.4s
}
.items-container div:nth-of-type(8) {
  animation-delay:2.8s
}
.items-container div:nth-of-type(9) {
  animation-delay:3.2s
}
.items-container div:nth-of-type(10) {
  animation-delay:3.6s
}
.items-container div:nth-of-type(11) {
  animation-delay:4s
}
.items-container div:nth-of-type(12) {
  animation-delay:4.4s
}
*/
.fadein {
  opacity:0;
}

.border-error {
  border: 1px solid rgb(244, 77, 111);
}
.error-message {
  color: rgb(244, 77, 111);
  margin-top: 20px;
}
.input-group.disabled input,
.input-group.disabled:hover .text-field__input {
  color: grey;
  cursor: not-allowed;
}
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__trailing,
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__trailing:hover {
  border-color: grey;
}
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__notch.notchedOutline_focus__SUPTR,
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__notch.notchedOutline_focus__SUPTR:hover {
  color: grey;
}

.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__leading,
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__leading:hover {
	border: 1px solid grey;
	border-right: grey;
}
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__notch.notchedOutline_focus__SUPTR,
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__notch.notchedOutline_focus__SUPTR:hover {
  border-bottom: 1px solid grey;
  border-top: none;
}
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__notch.notchedOutline_focus__SUPTR .notchedOutline_floatingLabel__-nkmn,
.input-group.disabled .notchedOutline_notchedOutline .notchedOutline_notchedOutline__notch.notchedOutline_focus__SUPTR .notchedOutline_floatingLabel__-nkmn:hover {
  color: grey;
}
.input-wrapper:hover .input-group.disabled  .notchedOutline_notchedOutline:not(.notchedOutline_lockIcon__rL04a) .notchedOutline_notchedOutline__leading:not(.notchedOutline_focus__SUPTR, .notchedOutline_showWarning__BQXtC),
.input-wrapper:hover .input-group.disabled  .notchedOutline_notchedOutline:not(.notchedOutline_lockIcon__rL04a) .notchedOutline_notchedOutline__trailing:not(.notchedOutline_focus__SUPTR, .notchedOutline_showWarning__BQXtC) {
	border-color: grey;
}
.input-wrapper:hover .input-group.disabled  .notchedOutline_notchedOutline:not(.notchedOutline_lockIcon__rL04a) .notchedOutline_notchedOutline__notch:not(.notchedOutline_focus__SUPTR, .notchedOutline_showWarning__BQXtC) {
	border-color: grey;
	color: grey;
}


.example-calc {
  margin-top: 80px;
}
.example-calc-container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .example-calc-container > div + div {
    border-left: 1px solid #4a4a4a;
  }
}
.example-calc-container .head {
  border-bottom: 1px solid #4a4a4a;
}
.example-calc-container .left .head {
  padding: 16px 30px 16px 0;
}
.example-calc-container .right .head {
  padding: 16px 0 16px 30px;
}
.example-calc-container > div {
  width: 100%;
}
.example-calc-container .section {
  margin: 10px 30px;
}
.example-calc-container .left .section {
  margin: 15px 30px 10px 0;
}
.example-calc-container .right .section {
  margin: 15px 0 10px 30px;
}
.example-calc-container .subheadline,
.example-calc-container .content,
.example-calc-container .subtotal,
.example-calc-container .total {
  display: flex;
  justify-content: space-between;
}
/*.example-calc-container .total,*/
.example-calc-container .subtotal {
  border-top: 1px solid #4a4a4a;
}
.example-calc-container .key {
  margin-right: 10px;
}
.example-calc-container .head {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.example-calc-container .subheadline,
.example-calc-container .subtotal {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 29px;
}
.example-calc-container .content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 14px 0;
}
.example-calc-container .subtotal {
  margin: 20px 0;
  padding: 10px 0;
}
.example-calc-container .total {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 10px 0;
  padding: 10px 0;
}
.example-calc-container .hint {
  font-size: 12px;
  font-style: normal;
  font-weight: 400; 
  line-height: 16px;
}
.example-calc-container .value {
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .example-calc-container {
    flex-direction: column;
  }
  .example-calc-container .left .head,
  .example-calc-container .right .head {
    padding-left: 0;
    padding-right: 0;
  }
  .example-calc-container .left .section,
  .example-calc-container .right .section {
    margin-left: 0;
    margin-right: 0;
  }
}


.summary .button-container .primary-button,
#not-interested .button-container .primary-button {
  width: auto;
  max-width: unset;
  justify-content: center;
}
@media (min-width: 768px) {
  .summary .button-container,
  #not-interested .button-container {
    width: 100%;
    max-width: 370px;
  }
}

.icon.check-icon {
  display: none;
}
.icon-container.checked .icon.check-icon {
  display: block;
}
.primary-button.disabled:hover,
.primary-button.disabled .buttonText:hover {
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .hero-landing {
    background-size: auto 86% !important;
  }
}

@media (min-width: 1270px) {
  .hero-landing {
    background-size: inherit !important;
  }
}

table .body {
  margin-top: 1px;
}

.slide-hint {
  text-align: right;
  margin-top: -22px;
  margin-bottom: 20px;
  display: block;
}
.slide-hint:before {
  content: url("../img/arrow-left.png");
  margin-right: 10px;
}
.slide-hint:after {
  content: url("../img/arrow-right.png");
  margin-left: 10px;
}
@media (min-width: 1100px) {
  .slide-hint {
    display: none;
  }
}
