body , html {
	padding: 0;
	margin: 0;
	background-color: #FBFBFB;
}
img {
	display: block;
	width: 100%;
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}
.scraped-container-a {
	box-sizing: unset;
}
.mobile-z {
	display: none;
}
#button {
	max-width: 487px;
	width: 100%;
	margin: 32px auto;
	cursor: pointer;
}
#header-logo {
	max-width: 163px;
	width: 100%;
	margin: auto;
}
#timer {
	max-width: 486px;
	width: 100%;
	margin: 32px auto;
	background: linear-gradient(0deg, #F5FCEF, #F5FCEF), #F3ECE2;
	border: 1px solid #237A60;
	padding: 12px 0;
}
#timer .timer-container {
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: center;
}
#timer .timer-container p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */	
	color: #104939 !important;
	margin: 0;
}
#timer .timer-container h2 {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	/* identical to box height, or 133% */
	letter-spacing: 0.1em;
	color: #DA3421 !important;
	margin: 0;
}

/* Show Hide Oder Summary */
.orderSummaryToggle{
    border: 2px solid #B7B7B7;
    border-width: 1.5px 0 1.5px 0;
    padding: 10px 0;
    margin-bottom: 35px;
}
.orderSummaryToggle.active + div{
	display: block;
}
.orderSummaryToggle:not(.active) + div{
	display: none;
}

.orderSummaryToggle div::before{
	cursor:pointer;
}
.orderSummaryToggle.active div::before{
	content: url('data:image/svg+xml,<svg width="207" height="24" viewBox="0 0 207 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.29119 19V5.90909H3.66264V11.451H9.72869V5.90909H12.1065V19H9.72869V13.4389H3.66264V19H1.29119ZM14.4035 19V9.18182H16.7174V19H14.4035ZM15.5668 7.78835C15.2003 7.78835 14.885 7.6669 14.6208 7.42401C14.3566 7.17685 14.2245 6.88068 14.2245 6.53551C14.2245 6.18608 14.3566 5.88991 14.6208 5.64702C14.885 5.39986 15.2003 5.27628 15.5668 5.27628C15.9375 5.27628 16.2529 5.39986 16.5128 5.64702C16.777 5.88991 16.9091 6.18608 16.9091 6.53551C16.9091 6.88068 16.777 7.17685 16.5128 7.42401C16.2529 7.6669 15.9375 7.78835 15.5668 7.78835ZM22.5603 19.1726C21.789 19.1726 21.0986 18.9744 20.4893 18.5781C19.8799 18.1818 19.3983 17.6065 19.0447 16.8523C18.691 16.098 18.5141 15.1818 18.5141 14.1037C18.5141 13.0128 18.6931 12.0923 19.051 11.3423C19.4133 10.5881 19.9012 10.0192 20.5148 9.63565C21.1285 9.24787 21.8124 9.05398 22.5667 9.05398C23.142 9.05398 23.615 9.15199 23.9857 9.34801C24.3564 9.53977 24.6505 9.77202 24.8678 10.0447C25.0851 10.3132 25.2535 10.5668 25.3728 10.8054H25.4687V5.90909H27.789V19H25.5134V17.4531H25.3728C25.2535 17.6918 25.0809 17.9453 24.855 18.2138C24.6292 18.478 24.3309 18.7038 23.9601 18.8913C23.5894 19.0788 23.1228 19.1726 22.5603 19.1726ZM23.2059 17.2741C23.6959 17.2741 24.1135 17.142 24.4587 16.8778C24.8039 16.6094 25.066 16.2365 25.2449 15.7592C25.4239 15.282 25.5134 14.7259 25.5134 14.0909C25.5134 13.456 25.4239 12.9041 25.2449 12.4354C25.0702 11.9666 24.8103 11.6023 24.4651 11.3423C24.1242 11.0824 23.7045 10.9524 23.2059 10.9524C22.6902 10.9524 22.2599 11.0866 21.9147 11.3551C21.5695 11.6236 21.3096 11.9943 21.1349 12.4673C20.9601 12.9403 20.8728 13.4815 20.8728 14.0909C20.8728 14.7045 20.9601 15.2521 21.1349 15.7337C21.3138 16.2109 21.5759 16.5881 21.9211 16.8651C22.2705 17.1378 22.6988 17.2741 23.2059 17.2741ZM34.4213 19.1918C33.4369 19.1918 32.5868 18.9872 31.8709 18.5781C31.1592 18.1648 30.6116 17.581 30.2281 16.8267C29.8446 16.0682 29.6528 15.1754 29.6528 14.1484C29.6528 13.1385 29.8446 12.2521 30.2281 11.4893C30.6159 10.7223 31.1571 10.1257 31.8517 9.69957C32.5463 9.26918 33.3623 9.05398 34.2998 9.05398C34.905 9.05398 35.476 9.15199 36.0129 9.34801C36.5541 9.53977 37.0314 9.83807 37.4447 10.2429C37.8623 10.6477 38.1905 11.1634 38.4291 11.7898C38.6677 12.4119 38.7871 13.1534 38.7871 14.0142V14.7237H30.7395V13.1641H36.569C36.5648 12.7209 36.4689 12.3267 36.2814 11.9815C36.0939 11.6321 35.8318 11.3572 35.4952 11.157C35.1628 10.9567 34.775 10.8565 34.3318 10.8565C33.8588 10.8565 33.4433 10.9716 33.0854 11.2017C32.7274 11.4276 32.4483 11.7259 32.248 12.0966C32.052 12.4631 31.9518 12.8658 31.9476 13.3047V14.6662C31.9476 15.2372 32.052 15.7273 32.2608 16.1364C32.4696 16.5412 32.7615 16.8523 33.1365 17.0696C33.5115 17.2827 33.9504 17.3892 34.4533 17.3892C34.7899 17.3892 35.0946 17.3423 35.3673 17.2486C35.64 17.1506 35.8765 17.0078 36.0768 16.8203C36.2771 16.6328 36.4284 16.4006 36.5307 16.1236L38.6912 16.3665C38.5548 16.9375 38.2949 17.4361 37.9113 17.8622C37.5321 18.2841 37.0463 18.6122 36.454 18.8466C35.8616 19.0767 35.1841 19.1918 34.4213 19.1918ZM56.6492 12.4545C56.6492 13.8651 56.385 15.0732 55.8566 16.0788C55.3324 17.0803 54.6165 17.8473 53.7088 18.38C52.8054 18.9126 51.7806 19.179 50.6343 19.179C49.488 19.179 48.461 18.9126 47.5533 18.38C46.6499 17.843 45.934 17.0739 45.4056 16.0724C44.8814 15.0668 44.6194 13.8608 44.6194 12.4545C44.6194 11.044 44.8814 9.83807 45.4056 8.83665C45.934 7.83097 46.6499 7.06179 47.5533 6.52912C48.461 5.99645 49.488 5.73011 50.6343 5.73011C51.7806 5.73011 52.8054 5.99645 53.7088 6.52912C54.6165 7.06179 55.3324 7.83097 55.8566 8.83665C56.385 9.83807 56.6492 11.044 56.6492 12.4545ZM54.2649 12.4545C54.2649 11.4616 54.1094 10.6243 53.7983 9.94247C53.4915 9.25639 53.0654 8.73864 52.5199 8.3892C51.9745 8.03551 51.3459 7.85866 50.6343 7.85866C49.9226 7.85866 49.2941 8.03551 48.7486 8.3892C48.2032 8.73864 47.7749 9.25639 47.4638 9.94247C47.157 10.6243 47.0036 11.4616 47.0036 12.4545C47.0036 13.4474 47.157 14.2869 47.4638 14.973C47.7749 15.6548 48.2032 16.1726 48.7486 16.5263C49.2941 16.8757 49.9226 17.0504 50.6343 17.0504C51.3459 17.0504 51.9745 16.8757 52.5199 16.5263C53.0654 16.1726 53.4915 15.6548 53.7983 14.973C54.1094 14.2869 54.2649 13.4474 54.2649 12.4545ZM58.6089 19V9.18182H60.8525V10.8182H60.9548C61.1338 10.2514 61.4406 9.81463 61.8753 9.50781C62.3142 9.19673 62.8149 9.04119 63.3774 9.04119C63.5052 9.04119 63.648 9.04758 63.8057 9.06037C63.9676 9.06889 64.1018 9.08381 64.2084 9.10511V11.2337C64.1103 11.1996 63.9548 11.1697 63.7417 11.1442C63.5329 11.1143 63.3305 11.0994 63.1345 11.0994C62.7126 11.0994 62.3334 11.1911 61.9967 11.3743C61.6643 11.5533 61.4022 11.8026 61.2105 12.1222C61.0187 12.4418 60.9228 12.8104 60.9228 13.228V19H58.6089ZM68.8048 19.1726C68.0335 19.1726 67.3432 18.9744 66.7338 18.5781C66.1244 18.1818 65.6429 17.6065 65.2892 16.8523C64.9355 16.098 64.7586 15.1818 64.7586 14.1037C64.7586 13.0128 64.9376 12.0923 65.2956 11.3423C65.6578 10.5881 66.1457 10.0192 66.7594 9.63565C67.373 9.24787 68.0569 9.05398 68.8112 9.05398C69.3865 9.05398 69.8595 9.15199 70.2302 9.34801C70.601 9.53977 70.895 9.77202 71.1123 10.0447C71.3297 10.3132 71.498 10.5668 71.6173 10.8054H71.7132V5.90909H74.0335V19H71.7579V17.4531H71.6173C71.498 17.6918 71.3254 17.9453 71.0996 18.2138C70.8737 18.478 70.5754 18.7038 70.2047 18.8913C69.8339 19.0788 69.3673 19.1726 68.8048 19.1726ZM69.4504 17.2741C69.9405 17.2741 70.3581 17.142 70.7032 16.8778C71.0484 16.6094 71.3105 16.2365 71.4895 15.7592C71.6684 15.282 71.7579 14.7259 71.7579 14.0909C71.7579 13.456 71.6684 12.9041 71.4895 12.4354C71.3148 11.9666 71.0548 11.6023 70.7096 11.3423C70.3687 11.0824 69.949 10.9524 69.4504 10.9524C68.9348 10.9524 68.5044 11.0866 68.1592 11.3551C67.814 11.6236 67.5541 11.9943 67.3794 12.4673C67.2047 12.9403 67.1173 13.4815 67.1173 14.0909C67.1173 14.7045 67.2047 15.2521 67.3794 15.7337C67.5584 16.2109 67.8204 16.5881 68.1656 16.8651C68.515 17.1378 68.9433 17.2741 69.4504 17.2741ZM80.6658 19.1918C79.6814 19.1918 78.8313 18.9872 78.1154 18.5781C77.4037 18.1648 76.8562 17.581 76.4726 16.8267C76.0891 16.0682 75.8974 15.1754 75.8974 14.1484C75.8974 13.1385 76.0891 12.2521 76.4726 11.4893C76.8604 10.7223 77.4016 10.1257 78.0962 9.69957C78.7908 9.26918 79.6069 9.05398 80.5444 9.05398C81.1495 9.05398 81.7205 9.15199 82.2574 9.34801C82.7986 9.53977 83.2759 9.83807 83.6893 10.2429C84.1069 10.6477 84.435 11.1634 84.6736 11.7898C84.9123 12.4119 85.0316 13.1534 85.0316 14.0142V14.7237H76.984V13.1641H82.8135C82.8093 12.7209 82.7134 12.3267 82.5259 11.9815C82.3384 11.6321 82.0763 11.3572 81.7397 11.157C81.4073 10.9567 81.0195 10.8565 80.5763 10.8565C80.1033 10.8565 79.6878 10.9716 79.3299 11.2017C78.9719 11.4276 78.6928 11.7259 78.4925 12.0966C78.2965 12.4631 78.1964 12.8658 78.1921 13.3047V14.6662C78.1921 15.2372 78.2965 15.7273 78.5053 16.1364C78.7141 16.5412 79.006 16.8523 79.381 17.0696C79.756 17.2827 80.1949 17.3892 80.6978 17.3892C81.0344 17.3892 81.3391 17.3423 81.6118 17.2486C81.8846 17.1506 82.1211 17.0078 82.3214 16.8203C82.5216 16.6328 82.6729 16.4006 82.7752 16.1236L84.9357 16.3665C84.7993 16.9375 84.5394 17.4361 84.1559 17.8622C83.7766 18.2841 83.2908 18.6122 82.6985 18.8466C82.1062 19.0767 81.4286 19.1918 80.6658 19.1918ZM86.8092 19V9.18182H89.0528V10.8182H89.155C89.334 10.2514 89.6408 9.81463 90.0755 9.50781C90.5144 9.19673 91.0151 9.04119 91.5776 9.04119C91.7055 9.04119 91.8482 9.04758 92.0059 9.06037C92.1678 9.06889 92.302 9.08381 92.4086 9.10511V11.2337C92.3106 11.1996 92.155 11.1697 91.942 11.1442C91.7332 11.1143 91.5307 11.0994 91.3347 11.0994C90.9128 11.0994 90.5336 11.1911 90.1969 11.3743C89.8645 11.5533 89.6025 11.8026 89.4107 12.1222C89.219 12.4418 89.1231 12.8104 89.1231 13.228V19H86.8092ZM105.267 9.50781C105.208 8.94957 104.956 8.51491 104.513 8.20384C104.074 7.89276 103.503 7.73722 102.8 7.73722C102.306 7.73722 101.882 7.81179 101.528 7.96094C101.174 8.11008 100.904 8.3125 100.716 8.56818C100.529 8.82386 100.433 9.11577 100.429 9.44389C100.429 9.71662 100.49 9.95312 100.614 10.1534C100.742 10.3537 100.914 10.5241 101.132 10.6648C101.349 10.8011 101.59 10.9162 101.854 11.0099C102.118 11.1037 102.385 11.1825 102.653 11.2464L103.88 11.5533C104.375 11.6683 104.85 11.8239 105.306 12.0199C105.766 12.2159 106.177 12.4631 106.539 12.7614C106.906 13.0597 107.196 13.4197 107.409 13.8416C107.622 14.2635 107.728 14.7578 107.728 15.3246C107.728 16.0916 107.532 16.767 107.14 17.3509C106.748 17.9304 106.181 18.3842 105.44 18.7124C104.703 19.0362 103.81 19.1982 102.762 19.1982C101.743 19.1982 100.859 19.0405 100.109 18.7251C99.3632 18.4098 98.7794 17.9496 98.3575 17.3445C97.9399 16.7393 97.7141 16.0021 97.68 15.1328H100.013C100.047 15.5888 100.188 15.968 100.435 16.2706C100.682 16.5732 101.004 16.799 101.4 16.9482C101.801 17.0973 102.248 17.1719 102.742 17.1719C103.258 17.1719 103.71 17.0952 104.098 16.9418C104.49 16.7841 104.796 16.5668 105.018 16.2898C105.24 16.0085 105.353 15.6804 105.357 15.3054C105.353 14.9645 105.252 14.6832 105.056 14.4616C104.86 14.2358 104.586 14.0483 104.232 13.8991C103.882 13.7457 103.473 13.6094 103.005 13.4901L101.515 13.1065C100.437 12.8295 99.5848 12.4098 98.9584 11.8473C98.3362 11.2805 98.0251 10.5284 98.0251 9.59091C98.0251 8.8196 98.234 8.14418 98.6516 7.56463C99.0734 6.98509 99.6466 6.53551 100.371 6.21591C101.095 5.89204 101.916 5.73011 102.832 5.73011C103.761 5.73011 104.575 5.89204 105.274 6.21591C105.977 6.53551 106.529 6.98082 106.929 7.55185C107.33 8.11861 107.537 8.7706 107.549 9.50781H105.267ZM115.818 14.8707V9.18182H118.132V19H115.888V17.255H115.786C115.564 17.8047 115.2 18.2543 114.693 18.6037C114.19 18.9531 113.57 19.1278 112.833 19.1278C112.189 19.1278 111.621 18.9851 111.126 18.6996C110.636 18.4098 110.253 17.9901 109.976 17.4403C109.699 16.8864 109.56 16.2173 109.56 15.4332V9.18182H111.874V15.0753C111.874 15.6974 112.045 16.1918 112.385 16.5582C112.726 16.9247 113.174 17.108 113.728 17.108C114.069 17.108 114.399 17.0249 114.719 16.8587C115.038 16.6925 115.3 16.4453 115.505 16.1172C115.714 15.7848 115.818 15.3693 115.818 14.8707ZM120.331 19V9.18182H122.543V10.8501H122.658C122.863 10.2876 123.201 9.84872 123.674 9.53338C124.147 9.21378 124.712 9.05398 125.368 9.05398C126.033 9.05398 126.593 9.21591 127.049 9.53977C127.51 9.85937 127.833 10.2962 128.021 10.8501H128.123C128.341 10.3047 128.707 9.87003 129.223 9.54616C129.743 9.21804 130.358 9.05398 131.07 9.05398C131.973 9.05398 132.711 9.33949 133.282 9.91051C133.853 10.4815 134.138 11.3146 134.138 12.4098V19H131.818V12.7678C131.818 12.1584 131.656 11.7131 131.332 11.4318C131.008 11.1463 130.612 11.0036 130.143 11.0036C129.585 11.0036 129.148 11.1783 128.833 11.5277C128.522 11.8729 128.366 12.3224 128.366 12.8764V19H126.097V12.6719C126.097 12.1648 125.944 11.7599 125.637 11.4574C125.334 11.1548 124.938 11.0036 124.448 11.0036C124.115 11.0036 123.813 11.0888 123.54 11.2592C123.267 11.4254 123.05 11.6619 122.888 11.9688C122.726 12.2713 122.645 12.625 122.645 13.0298V19H120.331ZM136.306 19V9.18182H138.517V10.8501H138.632C138.837 10.2876 139.176 9.84872 139.649 9.53338C140.122 9.21378 140.686 9.05398 141.343 9.05398C142.007 9.05398 142.568 9.21591 143.024 9.53977C143.484 9.85937 143.808 10.2962 143.995 10.8501H144.098C144.315 10.3047 144.681 9.87003 145.197 9.54616C145.717 9.21804 146.333 9.05398 147.044 9.05398C147.948 9.05398 148.685 9.33949 149.256 9.91051C149.827 10.4815 150.112 11.3146 150.112 12.4098V19H147.792V12.7678C147.792 12.1584 147.63 11.7131 147.306 11.4318C146.982 11.1463 146.586 11.0036 146.117 11.0036C145.559 11.0036 145.122 11.1783 144.807 11.5277C144.496 11.8729 144.34 12.3224 144.34 12.8764V19H142.071V12.6719C142.071 12.1648 141.918 11.7599 141.611 11.4574C141.308 11.1548 140.912 11.0036 140.422 11.0036C140.09 11.0036 139.787 11.0888 139.514 11.2592C139.242 11.4254 139.024 11.6619 138.862 11.9688C138.701 12.2713 138.62 12.625 138.62 13.0298V19H136.306ZM155.105 19.1982C154.483 19.1982 153.923 19.0874 153.424 18.8658C152.93 18.6399 152.538 18.3075 152.248 17.8686C151.962 17.4297 151.82 16.8885 151.82 16.245C151.82 15.6911 151.922 15.233 152.127 14.8707C152.331 14.5085 152.61 14.2188 152.964 14.0014C153.318 13.7841 153.716 13.62 154.159 13.5092C154.607 13.3942 155.069 13.3111 155.546 13.2599C156.122 13.2003 156.588 13.147 156.946 13.1001C157.304 13.049 157.564 12.9723 157.726 12.87C157.892 12.7635 157.975 12.5994 157.975 12.3778V12.3395C157.975 11.858 157.832 11.4851 157.547 11.2209C157.261 10.9567 156.85 10.8246 156.313 10.8246C155.747 10.8246 155.297 10.9482 154.965 11.1953C154.636 11.4425 154.415 11.7344 154.3 12.071L152.139 11.7642C152.31 11.1676 152.591 10.669 152.983 10.2685C153.375 9.86364 153.855 9.56108 154.421 9.3608C154.988 9.15625 155.614 9.05398 156.301 9.05398C156.774 9.05398 157.244 9.10938 157.713 9.22017C158.182 9.33097 158.61 9.5142 158.998 9.76989C159.386 10.0213 159.697 10.3643 159.931 10.799C160.17 11.2337 160.289 11.777 160.289 12.429V19H158.065V17.6513H157.988C157.847 17.924 157.649 18.1797 157.394 18.4183C157.142 18.6527 156.825 18.8423 156.441 18.9872C156.062 19.1278 155.617 19.1982 155.105 19.1982ZM155.706 17.4979C156.171 17.4979 156.573 17.4062 156.914 17.223C157.255 17.0355 157.517 16.7884 157.7 16.4815C157.888 16.1747 157.982 15.8402 157.982 15.478V14.321C157.909 14.3807 157.786 14.4361 157.611 14.4872C157.44 14.5384 157.249 14.5831 157.036 14.6214C156.823 14.6598 156.612 14.6939 156.403 14.7237C156.194 14.7536 156.013 14.7791 155.859 14.8004C155.514 14.8473 155.205 14.924 154.933 15.0305C154.66 15.1371 154.445 15.2862 154.287 15.478C154.129 15.6655 154.051 15.9084 154.051 16.2067C154.051 16.6328 154.206 16.9545 154.517 17.1719C154.828 17.3892 155.225 17.4979 155.706 17.4979ZM162.436 19V9.18182H164.679V10.8182H164.782C164.961 10.2514 165.268 9.81463 165.702 9.50781C166.141 9.19673 166.642 9.04119 167.204 9.04119C167.332 9.04119 167.475 9.04758 167.633 9.06037C167.795 9.06889 167.929 9.08381 168.035 9.10511V11.2337C167.937 11.1996 167.782 11.1697 167.569 11.1442C167.36 11.1143 167.157 11.0994 166.961 11.0994C166.54 11.0994 166.16 11.1911 165.824 11.3743C165.491 11.5533 165.229 11.8026 165.037 12.1222C164.846 12.4418 164.75 12.8104 164.75 13.228V19H162.436ZM171.13 22.6818C170.814 22.6818 170.522 22.6563 170.254 22.6051C169.99 22.5582 169.779 22.5028 169.621 22.4389L170.158 20.6364C170.495 20.7344 170.795 20.7813 171.059 20.777C171.324 20.7727 171.556 20.6896 171.756 20.5277C171.961 20.37 172.133 20.1058 172.274 19.7351L172.472 19.2045L168.912 9.18182H171.366L173.629 16.5966H173.731L176 9.18182H178.461L174.53 20.1889C174.347 20.7088 174.104 21.1541 173.802 21.5249C173.499 21.8999 173.128 22.1854 172.689 22.3814C172.255 22.5817 171.735 22.6818 171.13 22.6818Z" fill="%23267B60"/><path d="M201 15L195 9L189 15" stroke="%23267B60" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.orderSummaryToggle:not(.active) div::before{
	content: url('data:image/svg+xml,<svg width="216" height="24" viewBox="0 0 216 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.40554 9.50781C8.34588 8.94957 8.09446 8.51491 7.65128 8.20384C7.21236 7.89276 6.64134 7.73722 5.93821 7.73722C5.44389 7.73722 5.01989 7.81179 4.66619 7.96094C4.3125 8.11008 4.0419 8.3125 3.8544 8.56818C3.6669 8.82386 3.57102 9.11577 3.56676 9.44389C3.56676 9.71662 3.62855 9.95312 3.75213 10.1534C3.87997 10.3537 4.05256 10.5241 4.26989 10.6648C4.48722 10.8011 4.72798 10.9162 4.99219 11.0099C5.25639 11.1037 5.52273 11.1825 5.79119 11.2464L7.01847 11.5533C7.51278 11.6683 7.98793 11.8239 8.44389 12.0199C8.90412 12.2159 9.31534 12.4631 9.67756 12.7614C10.044 13.0597 10.3338 13.4197 10.5469 13.8416C10.7599 14.2635 10.8665 14.7578 10.8665 15.3246C10.8665 16.0916 10.6705 16.767 10.2784 17.3509C9.88636 17.9304 9.3196 18.3842 8.57812 18.7124C7.84091 19.0362 6.94815 19.1982 5.89986 19.1982C4.88139 19.1982 3.99716 19.0405 3.24716 18.7251C2.50142 18.4098 1.91761 17.9496 1.49574 17.3445C1.07813 16.7393 0.852273 16.0021 0.818182 15.1328H3.15128C3.18537 15.5888 3.32599 15.968 3.57315 16.2706C3.82031 16.5732 4.14205 16.799 4.53835 16.9482C4.93892 17.0973 5.38636 17.1719 5.88068 17.1719C6.39631 17.1719 6.84801 17.0952 7.2358 16.9418C7.62784 16.7841 7.93466 16.5668 8.15625 16.2898C8.37784 16.0085 8.49077 15.6804 8.49503 15.3054C8.49077 14.9645 8.39063 14.6832 8.1946 14.4616C7.99858 14.2358 7.72372 14.0483 7.37003 13.8991C7.0206 13.7457 6.61151 13.6094 6.14276 13.4901L4.65341 13.1065C3.57528 12.8295 2.72301 12.4098 2.09659 11.8473C1.47443 11.2805 1.16335 10.5284 1.16335 9.59091C1.16335 8.8196 1.37216 8.14418 1.78977 7.56463C2.21165 6.98509 2.7848 6.53551 3.50923 6.21591C4.23366 5.89204 5.05398 5.73011 5.97017 5.73011C6.89915 5.73011 7.71307 5.89204 8.41193 6.21591C9.11506 6.53551 9.6669 6.98082 10.0675 7.55185C10.468 8.11861 10.6747 8.7706 10.6875 9.50781H8.40554ZM15.0123 13.2472V19H12.6984V5.90909H14.9612V10.8501H15.0762C15.3063 10.2962 15.6622 9.85937 16.1437 9.53977C16.6295 9.21591 17.2474 9.05398 17.9974 9.05398C18.6792 9.05398 19.2737 9.19673 19.7808 9.48224C20.2879 9.76776 20.6799 10.1854 20.9569 10.7351C21.2381 11.2848 21.3788 11.956 21.3788 12.7486V19H19.0649V13.1065C19.0649 12.446 18.8944 11.9325 18.5535 11.5661C18.2168 11.1953 17.7438 11.0099 17.1345 11.0099C16.7254 11.0099 16.3589 11.0994 16.035 11.2784C15.7154 11.4531 15.464 11.7067 15.2808 12.0391C15.1018 12.3714 15.0123 12.7741 15.0123 13.2472ZM27.8401 19.1918C26.8813 19.1918 26.0503 18.9808 25.3472 18.5589C24.6441 18.1371 24.0986 17.5469 23.7108 16.7884C23.3273 16.0298 23.1356 15.1435 23.1356 14.1293C23.1356 13.1151 23.3273 12.2266 23.7108 11.4638C24.0986 10.701 24.6441 10.1087 25.3472 9.68679C26.0503 9.26491 26.8813 9.05398 27.8401 9.05398C28.7989 9.05398 29.6299 9.26491 30.333 9.68679C31.0361 10.1087 31.5795 10.701 31.963 11.4638C32.3508 12.2266 32.5447 13.1151 32.5447 14.1293C32.5447 15.1435 32.3508 16.0298 31.963 16.7884C31.5795 17.5469 31.0361 18.1371 30.333 18.5589C29.6299 18.9808 28.7989 19.1918 27.8401 19.1918ZM27.8529 17.3381C28.3728 17.3381 28.8074 17.1953 29.1569 16.9098C29.5063 16.62 29.7662 16.2322 29.9367 15.7464C30.1114 15.2607 30.1988 14.7195 30.1988 14.1229C30.1988 13.522 30.1114 12.9787 29.9367 12.4929C29.7662 12.0028 29.5063 11.6129 29.1569 11.3232C28.8074 11.0334 28.3728 10.8885 27.8529 10.8885C27.3202 10.8885 26.877 11.0334 26.5233 11.3232C26.1739 11.6129 25.9118 12.0028 25.7371 12.4929C25.5667 12.9787 25.4814 13.522 25.4814 14.1229C25.4814 14.7195 25.5667 15.2607 25.7371 15.7464C25.9118 16.2322 26.1739 16.62 26.5233 16.9098C26.877 17.1953 27.3202 17.3381 27.8529 17.3381ZM36.0736 19L33.2995 9.18182H35.6582L37.384 16.0852H37.4735L39.2377 9.18182H41.5708L43.335 16.0469H43.4309L45.1312 9.18182H47.4962L44.7157 19H42.3059L40.465 12.3651H40.3307L38.4898 19H36.0736ZM65.0164 12.4545C65.0164 13.8651 64.7522 15.0732 64.2238 16.0788C63.6996 17.0803 62.9837 17.8473 62.076 18.38C61.1726 18.9126 60.1478 19.179 59.0015 19.179C57.8551 19.179 56.8282 18.9126 55.9205 18.38C55.0171 17.843 54.3012 17.0739 53.7728 16.0724C53.2486 15.0668 52.9865 13.8608 52.9865 12.4545C52.9865 11.044 53.2486 9.83807 53.7728 8.83665C54.3012 7.83097 55.0171 7.06179 55.9205 6.52912C56.8282 5.99645 57.8551 5.73011 59.0015 5.73011C60.1478 5.73011 61.1726 5.99645 62.076 6.52912C62.9837 7.06179 63.6996 7.83097 64.2238 8.83665C64.7522 9.83807 65.0164 11.044 65.0164 12.4545ZM62.6321 12.4545C62.6321 11.4616 62.4766 10.6243 62.1655 9.94247C61.8587 9.25639 61.4326 8.73864 60.8871 8.3892C60.3417 8.03551 59.7131 7.85866 59.0015 7.85866C58.2898 7.85866 57.6613 8.03551 57.1158 8.3892C56.5703 8.73864 56.1421 9.25639 55.831 9.94247C55.5242 10.6243 55.3708 11.4616 55.3708 12.4545C55.3708 13.4474 55.5242 14.2869 55.831 14.973C56.1421 15.6548 56.5703 16.1726 57.1158 16.5263C57.6613 16.8757 58.2898 17.0504 59.0015 17.0504C59.7131 17.0504 60.3417 16.8757 60.8871 16.5263C61.4326 16.1726 61.8587 15.6548 62.1655 14.973C62.4766 14.2869 62.6321 13.4474 62.6321 12.4545ZM66.9761 19V9.18182H69.2197V10.8182H69.322C69.501 10.2514 69.8078 9.81463 70.2424 9.50781C70.6814 9.19673 71.1821 9.04119 71.7446 9.04119C71.8724 9.04119 72.0152 9.04758 72.1728 9.06037C72.3348 9.06889 72.469 9.08381 72.5755 9.10511V11.2337C72.4775 11.1996 72.322 11.1697 72.1089 11.1442C71.9001 11.1143 71.6977 11.0994 71.5017 11.0994C71.0798 11.0994 70.7005 11.1911 70.3639 11.3743C70.0315 11.5533 69.7694 11.8026 69.5777 12.1222C69.3859 12.4418 69.29 12.8104 69.29 13.228V19H66.9761ZM77.172 19.1726C76.4007 19.1726 75.7103 18.9744 75.101 18.5781C74.4916 18.1818 74.0101 17.6065 73.6564 16.8523C73.3027 16.098 73.1258 15.1818 73.1258 14.1037C73.1258 13.0128 73.3048 12.0923 73.6628 11.3423C74.025 10.5881 74.5129 10.0192 75.1265 9.63565C75.7402 9.24787 76.4241 9.05398 77.1784 9.05398C77.7537 9.05398 78.2267 9.15199 78.5974 9.34801C78.9682 9.53977 79.2622 9.77202 79.4795 10.0447C79.6969 10.3132 79.8652 10.5668 79.9845 10.8054H80.0804V5.90909H82.4007V19H80.1251V17.4531H79.9845C79.8652 17.6918 79.6926 17.9453 79.4667 18.2138C79.2409 18.478 78.9426 18.7038 78.5719 18.8913C78.2011 19.0788 77.7345 19.1726 77.172 19.1726ZM77.8176 17.2741C78.3076 17.2741 78.7253 17.142 79.0704 16.8778C79.4156 16.6094 79.6777 16.2365 79.8567 15.7592C80.0356 15.282 80.1251 14.7259 80.1251 14.0909C80.1251 13.456 80.0356 12.9041 79.8567 12.4354C79.6819 11.9666 79.422 11.6023 79.0768 11.3423C78.7359 11.0824 78.3162 10.9524 77.8176 10.9524C77.302 10.9524 76.8716 11.0866 76.5264 11.3551C76.1812 11.6236 75.9213 11.9943 75.7466 12.4673C75.5719 12.9403 75.4845 13.4815 75.4845 14.0909C75.4845 14.7045 75.5719 15.2521 75.7466 15.7337C75.9255 16.2109 76.1876 16.5881 76.5328 16.8651C76.8822 17.1378 77.3105 17.2741 77.8176 17.2741ZM89.033 19.1918C88.0486 19.1918 87.1985 18.9872 86.4826 18.5781C85.7709 18.1648 85.2233 17.581 84.8398 16.8267C84.4563 16.0682 84.2645 15.1754 84.2645 14.1484C84.2645 13.1385 84.4563 12.2521 84.8398 11.4893C85.2276 10.7223 85.7688 10.1257 86.4634 9.69957C87.158 9.26918 87.9741 9.05398 88.9116 9.05398C89.5167 9.05398 90.0877 9.15199 90.6246 9.34801C91.1658 9.53977 91.6431 9.83807 92.0564 10.2429C92.4741 10.6477 92.8022 11.1634 93.0408 11.7898C93.2795 12.4119 93.3988 13.1534 93.3988 14.0142V14.7237H85.3512V13.1641H91.1807C91.1765 12.7209 91.0806 12.3267 90.8931 11.9815C90.7056 11.6321 90.4435 11.3572 90.1069 11.157C89.7745 10.9567 89.3867 10.8565 88.9435 10.8565C88.4705 10.8565 88.055 10.9716 87.6971 11.2017C87.3391 11.4276 87.06 11.7259 86.8597 12.0966C86.6637 12.4631 86.5635 12.8658 86.5593 13.3047V14.6662C86.5593 15.2372 86.6637 15.7273 86.8725 16.1364C87.0813 16.5412 87.3732 16.8523 87.7482 17.0696C88.1232 17.2827 88.5621 17.3892 89.065 17.3892C89.4016 17.3892 89.7063 17.3423 89.979 17.2486C90.2518 17.1506 90.4883 17.0078 90.6885 16.8203C90.8888 16.6328 91.0401 16.4006 91.1424 16.1236L93.3029 16.3665C93.1665 16.9375 92.9066 17.4361 92.5231 17.8622C92.1438 18.2841 91.658 18.6122 91.0657 18.8466C90.4733 19.0767 89.7958 19.1918 89.033 19.1918ZM95.1763 19V9.18182H97.4199V10.8182H97.5222C97.7012 10.2514 98.008 9.81463 98.4427 9.50781C98.8816 9.19673 99.3823 9.04119 99.9448 9.04119C100.073 9.04119 100.215 9.04758 100.373 9.06037C100.535 9.06889 100.669 9.08381 100.776 9.10511V11.2337C100.678 11.1996 100.522 11.1697 100.309 11.1442C100.1 11.1143 99.8979 11.0994 99.7019 11.0994C99.28 11.0994 98.9008 11.1911 98.5641 11.3743C98.2317 11.5533 97.9697 11.8026 97.7779 12.1222C97.5861 12.4418 97.4903 12.8104 97.4903 13.228V19H95.1763ZM113.635 9.50781C113.575 8.94957 113.323 8.51491 112.88 8.20384C112.441 7.89276 111.87 7.73722 111.167 7.73722C110.673 7.73722 110.249 7.81179 109.895 7.96094C109.541 8.11008 109.271 8.3125 109.083 8.56818C108.896 8.82386 108.8 9.11577 108.796 9.44389C108.796 9.71662 108.858 9.95312 108.981 10.1534C109.109 10.3537 109.282 10.5241 109.499 10.6648C109.716 10.8011 109.957 10.9162 110.221 11.0099C110.485 11.1037 110.752 11.1825 111.02 11.2464L112.247 11.5533C112.742 11.6683 113.217 11.8239 113.673 12.0199C114.133 12.2159 114.544 12.4631 114.907 12.7614C115.273 13.0597 115.563 13.4197 115.776 13.8416C115.989 14.2635 116.095 14.7578 116.095 15.3246C116.095 16.0916 115.899 16.767 115.507 17.3509C115.115 17.9304 114.549 18.3842 113.807 18.7124C113.07 19.0362 112.177 19.1982 111.129 19.1982C110.11 19.1982 109.226 19.0405 108.476 18.7251C107.73 18.4098 107.147 17.9496 106.725 17.3445C106.307 16.7393 106.081 16.0021 106.047 15.1328H108.38C108.414 15.5888 108.555 15.968 108.802 16.2706C109.049 16.5732 109.371 16.799 109.767 16.9482C110.168 17.0973 110.615 17.1719 111.11 17.1719C111.625 17.1719 112.077 17.0952 112.465 16.9418C112.857 16.7841 113.164 16.5668 113.385 16.2898C113.607 16.0085 113.72 15.6804 113.724 15.3054C113.72 14.9645 113.62 14.6832 113.424 14.4616C113.228 14.2358 112.953 14.0483 112.599 13.8991C112.25 13.7457 111.84 13.6094 111.372 13.4901L109.882 13.1065C108.804 12.8295 107.952 12.4098 107.326 11.8473C106.703 11.2805 106.392 10.5284 106.392 9.59091C106.392 8.8196 106.601 8.14418 107.019 7.56463C107.441 6.98509 108.014 6.53551 108.738 6.21591C109.463 5.89204 110.283 5.73011 111.199 5.73011C112.128 5.73011 112.942 5.89204 113.641 6.21591C114.344 6.53551 114.896 6.98082 115.296 7.55185C115.697 8.11861 115.904 8.7706 115.916 9.50781H113.635ZM124.185 14.8707V9.18182H126.499V19H124.255V17.255H124.153C123.932 17.8047 123.567 18.2543 123.06 18.6037C122.557 18.9531 121.937 19.1278 121.2 19.1278C120.557 19.1278 119.988 18.9851 119.493 18.6996C119.003 18.4098 118.62 17.9901 118.343 17.4403C118.066 16.8864 117.927 16.2173 117.927 15.4332V9.18182H120.241V15.0753C120.241 15.6974 120.412 16.1918 120.753 16.5582C121.094 16.9247 121.541 17.108 122.095 17.108C122.436 17.108 122.766 17.0249 123.086 16.8587C123.405 16.6925 123.667 16.4453 123.872 16.1172C124.081 15.7848 124.185 15.3693 124.185 14.8707ZM128.699 19V9.18182H130.91V10.8501H131.025C131.23 10.2876 131.569 9.84872 132.042 9.53338C132.515 9.21378 133.079 9.05398 133.735 9.05398C134.4 9.05398 134.961 9.21591 135.417 9.53977C135.877 9.85937 136.201 10.2962 136.388 10.8501H136.49C136.708 10.3047 137.074 9.87003 137.59 9.54616C138.11 9.21804 138.726 9.05398 139.437 9.05398C140.341 9.05398 141.078 9.33949 141.649 9.91051C142.22 10.4815 142.505 11.3146 142.505 12.4098V19H140.185V12.7678C140.185 12.1584 140.023 11.7131 139.699 11.4318C139.375 11.1463 138.979 11.0036 138.51 11.0036C137.952 11.0036 137.515 11.1783 137.2 11.5277C136.889 11.8729 136.733 12.3224 136.733 12.8764V19H134.464V12.6719C134.464 12.1648 134.311 11.7599 134.004 11.4574C133.701 11.1548 133.305 11.0036 132.815 11.0036C132.483 11.0036 132.18 11.0888 131.907 11.2592C131.635 11.4254 131.417 11.6619 131.255 11.9688C131.093 12.2713 131.012 12.625 131.012 13.0298V19H128.699ZM144.673 19V9.18182H146.884V10.8501H147C147.204 10.2876 147.543 9.84872 148.016 9.53338C148.489 9.21378 149.054 9.05398 149.71 9.05398C150.375 9.05398 150.935 9.21591 151.391 9.53977C151.851 9.85937 152.175 10.2962 152.362 10.8501H152.465C152.682 10.3047 153.049 9.87003 153.564 9.54616C154.084 9.21804 154.7 9.05398 155.411 9.05398C156.315 9.05398 157.052 9.33949 157.623 9.91051C158.194 10.4815 158.48 11.3146 158.48 12.4098V19H156.159V12.7678C156.159 12.1584 155.997 11.7131 155.674 11.4318C155.35 11.1463 154.953 11.0036 154.485 11.0036C153.926 11.0036 153.49 11.1783 153.174 11.5277C152.863 11.8729 152.708 12.3224 152.708 12.8764V19H150.438V12.6719C150.438 12.1648 150.285 11.7599 149.978 11.4574C149.676 11.1548 149.279 11.0036 148.789 11.0036C148.457 11.0036 148.154 11.0888 147.882 11.2592C147.609 11.4254 147.392 11.6619 147.23 11.9688C147.068 12.2713 146.987 12.625 146.987 13.0298V19H144.673ZM163.472 19.1982C162.85 19.1982 162.29 19.0874 161.791 18.8658C161.297 18.6399 160.905 18.3075 160.615 17.8686C160.33 17.4297 160.187 16.8885 160.187 16.245C160.187 15.6911 160.289 15.233 160.494 14.8707C160.698 14.5085 160.977 14.2188 161.331 14.0014C161.685 13.7841 162.083 13.62 162.526 13.5092C162.974 13.3942 163.436 13.3111 163.913 13.2599C164.489 13.2003 164.955 13.147 165.313 13.1001C165.671 13.049 165.931 12.9723 166.093 12.87C166.259 12.7635 166.342 12.5994 166.342 12.3778V12.3395C166.342 11.858 166.2 11.4851 165.914 11.2209C165.629 10.9567 165.217 10.8246 164.681 10.8246C164.114 10.8246 163.664 10.9482 163.332 11.1953C163.004 11.4425 162.782 11.7344 162.667 12.071L160.507 11.7642C160.677 11.1676 160.958 10.669 161.35 10.2685C161.742 9.86364 162.222 9.56108 162.788 9.3608C163.355 9.15625 163.982 9.05398 164.668 9.05398C165.141 9.05398 165.612 9.10938 166.08 9.22017C166.549 9.33097 166.977 9.5142 167.365 9.76989C167.753 10.0213 168.064 10.3643 168.298 10.799C168.537 11.2337 168.656 11.777 168.656 12.429V19H166.432V17.6513H166.355C166.215 17.924 166.016 18.1797 165.761 18.4183C165.509 18.6527 165.192 18.8423 164.808 18.9872C164.429 19.1278 163.984 19.1982 163.472 19.1982ZM164.073 17.4979C164.538 17.4979 164.94 17.4062 165.281 17.223C165.622 17.0355 165.884 16.7884 166.068 16.4815C166.255 16.1747 166.349 15.8402 166.349 15.478V14.321C166.276 14.3807 166.153 14.4361 165.978 14.4872C165.808 14.5384 165.616 14.5831 165.403 14.6214C165.19 14.6598 164.979 14.6939 164.77 14.7237C164.561 14.7536 164.38 14.7791 164.227 14.8004C163.882 14.8473 163.573 14.924 163.3 15.0305C163.027 15.1371 162.812 15.2862 162.654 15.478C162.497 15.6655 162.418 15.9084 162.418 16.2067C162.418 16.6328 162.573 16.9545 162.884 17.1719C163.195 17.3892 163.592 17.4979 164.073 17.4979ZM170.803 19V9.18182H173.047V10.8182H173.149C173.328 10.2514 173.635 9.81463 174.069 9.50781C174.508 9.19673 175.009 9.04119 175.572 9.04119C175.699 9.04119 175.842 9.04758 176 9.06037C176.162 9.06889 176.296 9.08381 176.402 9.10511V11.2337C176.304 11.1996 176.149 11.1697 175.936 11.1442C175.727 11.1143 175.525 11.0994 175.329 11.0994C174.907 11.0994 174.527 11.1911 174.191 11.3743C173.858 11.5533 173.596 11.8026 173.405 12.1222C173.213 12.4418 173.117 12.8104 173.117 13.228V19H170.803ZM179.497 22.6818C179.181 22.6818 178.89 22.6563 178.621 22.6051C178.357 22.5582 178.146 22.5028 177.988 22.4389L178.525 20.6364C178.862 20.7344 179.162 20.7813 179.427 20.777C179.691 20.7727 179.923 20.6896 180.123 20.5277C180.328 20.37 180.5 20.1058 180.641 19.7351L180.839 19.2045L177.279 9.18182H179.733L181.996 16.5966H182.098L184.368 9.18182H186.828L182.897 20.1889C182.714 20.7088 182.471 21.1541 182.169 21.5249C181.866 21.8999 181.495 22.1854 181.056 22.3814C180.622 22.5817 180.102 22.6818 179.497 22.6818Z" fill="%23267B60"/><path d="M198 9L204 15L210 9" stroke="%23267B60" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

div:not(#header-logo) > #timercont .timer-container{
    flex-direction: column;
    gap: 0;
	
}

#timercont .timer-container p{
	font-size:19px!important;
}
#timercont .timer-container h2{
	font-size:28px!important;
}
#totalUISumm span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #000000;
    margin-right: 10px;
}
#totalUISumm{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 5px;
}

.textPriceSavings{
    text-decoration: line-through;
    color: #757575;
    font-size: 12px;
    text-align: right;
    display: block;
	font-family: 'Inter';
}

#section-2 #check-out-card {
	margin-top:45px;
}
/* !Show Hide Oder Summary */

/* With Green Banner */
#greenBanner{
    background-color: #237A60;
    color: #fff;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    padding: 10px 0;
    margin: 0 !important;
	text-align:center;
}

#greenBanner span{
	color:#F4B17B;
}
/* !With Green Banner */

  
#check-out-card {
	max-width: 410px;
	width: 100%;
	margin: auto;
}
#check-out-card .check-out-container .flex-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#check-out-card .check-out-container .product .product-image {
	display: flex;
	gap: 6px;
	align-items: center;
}
#check-out-card .check-out-container .product .product-image .image {
	max-width: 70px;
	width: 100%;
	border: 0.75px solid #6B6B6B;
	border-radius: 4px;
	position: relative;
}
#check-out-card .check-out-container .product .product-image .image-border {
	max-width: 70px;
	width: 100%;
	border: 0.75px solid #0EB3BC!important;
	border-radius: 4px;
	position: relative;
}
#check-out-card .check-out-container .product .product-image .image span {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #000000;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;	
	text-transform: uppercase;
	color: #FFFFFF !important;
	padding: 3px 8px;
	border-radius: 20px;
}
#check-out-card .check-out-container .product .product-image h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	max-width: 175px;
	margin: 0;
}
#check-out-card .check-out-container h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}
#check-out-card .check-out-container h4 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}
#check-out-card .check-out-container .line {
	width: 100%;
	height: 1px;
	background-color: #B7B7B7;
	margin: 16px 0;
}
#check-out-card .check-out-container .sub-total {
	margin-bottom: 16px;
}
#check-out-card .check-out-container .total h3 span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #000000;
	margin-right: 10px;
}
#content-right {
	display: flex;
	flex-direction: column;
	max-width: 410px;
	width: 100%;
	margin: 0 auto 64px;
}
#section-1 {
	max-width: 409px;
	width: 100%;
	margin: 32px auto 0;	
}
@media screen and (max-width:767px) {
	#section-1 {
		margin-bottom:32px;
	}

	#timercont h2{
		font-size:24px!important;
	}
	#timercont .timer-container p{
		font-size:16px!important;	
	}
}
#section-1 .scraped-container-a .why-choose .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#section-1 .scraped-container-a .why-choose .title .line {
	height: 1px;
	width: 27%;
	background-color: #000;
}
#section-1 .scraped-container-a .why-choose .title h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #000; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
}
#section-1 .scraped-container-a .why-choose .title h2 span {
	background:#fff; 
    padding:0 10px; 
}
#section-1 .scraped-container-a .why-choose img {
	margin: 16px 0 32px;
}
#section-1 .scraped-container-a .check-mark {
	max-width: 240px;
	width: 100%;
	margin: auto;
}
#section-2 {
	margin: 34px 0 16px;
}
#section-2 .scraped-container-a {
	display: flex;

}
#section-2 .scraped-container-a .image {
	max-width: 150px;
	width: 100%;
	margin-right: 16px;
}
#section-2 .scraped-container-a .text {
	max-width: 323px;
	width: 100%;
}

#section-2 .scraped-container-a .text .title-a h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	/* or 117% */
	text-transform: capitalize;
	color: #40569A !important;
	margin: 0 0 16px;
}
#section-2 .scraped-container-a .text .title-a-2 h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	/* or 117% */
	text-transform: capitalize;
	color: #076476 !important;
	margin: 0 0 16px;
}

#section-3 {
	margin-top: 30px;
}
#section-3 .scraped-container-a {
	max-width: 366px;
	width: 100%;
	margin: auto;
	background: linear-gradient(359.99deg, #E7E7E7 -52.36%, #FFFFFF 149.77%);
	box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	padding: 10px 16px;
	box-sizing: unset;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
    align-items: center;
}
#section-3 .scraped-container-a .photo {	
	max-width: 70px;
	width: 100%;
}
#section-3 .scraped-container-a .name h2 {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height */
	text-align: center;
	color: #000000;
	margin: 0;
}
#section-3 .scraped-container-a .name p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	/* or 136% */
	text-align: center;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0;
}
/*--------------------------------sec3 new-d-------------------------------------------------------------*/
#section-3 .scraped-container-a.new-d {
	max-width: 368px;
}

/*--------------------------------sec3 new-d-------------------------------------------------------------*/





#section-4 {
	max-width: 400px;
	width: 100%;
	margin: auto;
}
#section-4 .scraped-container-a .title-a {
	margin: 50px 0 16px;
}
@media screen and (max-width:767px) {
	#section-4 .scraped-container-a .title-a {
		margin: 20px 0 16px;
	}
}
#section-4 .scraped-container-a .title-a h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;	
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #000; 
	line-height: 0.1em;
	margin: 10px 0 20px; 

}
#section-4 .scraped-container-a .title-a h2 span { 
    background:#fff; 
    padding:0 10px; 
}
#section-4 .scraped-container-a .testimonial {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin: 0 0 16px;
}
#section-4 .scraped-container-a .testimonial .column-a .costumer {
	display: flex;
	gap: 8px;
	background: linear-gradient(0deg, #EEEEEE, #EEEEEE), #DBF0E9;
	border-radius: 6px 6px 0px 0px;
	padding: 4px 16px;
	align-items: center;
}
#section-4 .scraped-container-a .testimonial .column-a .costumer .photo-a {
	max-width: 55px;
	width: 100%;
}
#section-4 .scraped-container-a .testimonial .column-a .costumer .details-a h2 {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	color: #00553C !important;
	margin: 0 0 0 2px;
}
#section-4 .scraped-container-a .testimonial .column-a .costumer .details-a .verify {
	display: flex;
	gap: 4px;
	align-items: center;
}
#section-4 .scraped-container-a .testimonial .column-a .costumer .details-a .verify h3 {	
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	letter-spacing: -0.01em;
	color: #503830 !important;
	margin: 0;
}
#section-4 .scraped-container-a .testimonial .column-a .content-a {
	padding: 8px 16px 24px;
}
#section-4 .scraped-container-a .testimonial .column-a .content-a p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 15px;
}
#section-4 .scraped-container-a .testimonial .column-a .content-a p:last-child {
	margin-bottom: 0;
}

#footer {
	border-top: 1px solid #E9E9E9;
	padding: 16px 16px 32px;
	margin-top: 80px;
}
#footer .scraped-container-a .privacy {
	margin-bottom: 8px;
}
#footer .scraped-container-a .privacy h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	/* identical to box height, or 154% */
	margin: 0;
	text-transform: capitalize;
	color: #000000;
}
#footer .scraped-container-a .privacy h2 a {
	color: #000000;
	margin: 0;
}
#footer .scraped-container-a .privacy h2 a.left {
	margin-right: 10px;
}
#footer .scraped-container-a .privacy h2 a.right {
	margin-left: 10px;
}
#footer .scraped-container-a .copy-right {
	display: none;
	gap: 7px;
	align-items: center;
	margin: 8px 0;
}
#footer .scraped-container-a .copy-right-2 {
	display: block;
	gap: 7px;
	align-items: center;
	margin: 8px 0;
}
#footer .scraped-container-a .copy-right p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	/* identical to box height, or 180% */
	color: #000000;
	margin: 0;
}
#footer .scraped-container-a .statment p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 0.6) !important;
	margin: 0;
}


.tpl-t1.pb-sm-40.pb-24 .scraped-container > .row {
	flex-direction: row-reverse;
	margin: 0;	
}


#button {
	display: none;
}

.col-sm-6.col-12 {
	max-width: 50%;
	width: 100%;
	padding: 0;
	background-color: #fff;
}
.col-sm-6.col-12.pr-md-40 {
	background: #FBFBFB;	
	padding: 0;
}
.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 {
	max-width: 552px;
	width: 100%;
	margin-left: auto;
	padding: 64px 34px !important;
	box-shadow: unset;
}
.tpl-t1.pb-sm-40.pb-24 .scraped-container {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.col-sm-6.col-12.pr-md-40 .row.section  {
	max-width: 410px;
    width: 100%;   
    margin: 64px auto 0 30px !important;
}

#paymentForm #placeOrder {
	padding: 0;
    background-color: unset !important;
    border-color: unset !important;
    border: unset;
    opacity: 1;
    margin: 0 !important;
}


#order-summary-widget {
	display: none;
}
.tpl-t1__payment img.paypal-icon, .tpl-t1__payment svg.paypal-icon {
	max-width: 42px;
	width: 100%;
}






/* FOR LABELS */

input , select {
	
}

div#payments {
    border: 0.5px solid #919191;
    border-radius: 6px;
    background-color: #909090;
    background: linear-gradient(180deg, #FAFAFA 0%, #F3F3F3 100%);
    padding: 16px 16px 2px;
    margin: 14px 0 32px !important;
}

.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 .form-control {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

.tpl-t1.pb-sm-40.pb-24 .scraped-container .row .extra-row.row .braintree-hosted-field {
	
}
div#card-number {
	
}

#expiration , #cvv , #credit-card-number {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
input#credit-card-number {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

.tpl-t1__payment img.paypal-icon, .tpl-t1__payment svg.paypal-icon {
	max-width: 31px;
	width: 100%;
}
.tpl-t1__payment img.amex, .tpl-t1__payment img.apple-pay, .tpl-t1__payment img.diners, .tpl-t1__payment img.discover, .tpl-t1__payment img.google-pay, .tpl-t1__payment img.jcb, .tpl-t1__payment img.mastercard, .tpl-t1__payment img.microsoft-pay, .tpl-t1__payment img.visa, .tpl-t1__payment svg.amex, .tpl-t1__payment svg.apple-pay, .tpl-t1__payment svg.diners, .tpl-t1__payment svg.discover, .tpl-t1__payment svg.google-pay, .tpl-t1__payment svg.jcb, .tpl-t1__payment svg.mastercard, .tpl-t1__payment svg.microsoft-pay, .tpl-t1__payment svg.visa {
	width: 31px;
}
h3.my-32.text-uppercase , h3.mb-24.text-uppercase {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	text-transform: uppercase;
	color: #000000;
	margin: 0 !important;
}
.border-bottom.mb-16 {
	border-bottom: none!important;
}
label.order-1 {	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

h3.mb-24.text-uppercase {
	margin-bottom: 14px !important;
}

.col-sm-6.col-12.px-8 {
	max-width: 100%;
    flex: 0 0 100%;
}
.form-group.d-flex.flex-column {
	margin-bottom: 14px;
}
.form-group {
    margin-bottom: 14px;
}

/* END FOR LABELS */

footer.text-center.py-md-40.py-sm-20.py-16 {
	display: none;
}



@media(max-width: 916px) {
	body {
		background-color: #fff;
	}
	.mobile-z {
		display: block;
	}
	.desktop-z {
		display: none;
	}	
	#header-logo {
		margin-bottom: 33px;
	}
	.tpl-t1.pb-sm-40.pb-24 .scraped-container > .row {
		flex-direction: column-reverse;
	}
	.col-sm-6.col-12 {
		max-width: 100%;
	}
	.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 {
		max-width: 410px;
		padding: 32px 16px 0 !important;
		margin: auto;
	}
	.col-sm-6.col-12.pr-md-40 .row.section {	
		margin: 0 auto !important;
	}
	.col-sm-6.col-12.pr-md-40 {
		background-color: transparent;
	}
	#timer .timer-container {
		flex-direction: column;
		gap: 0;
	}
	#timer {
		max-width: 295px;
		padding: 4px 0;
	}
	#section-3 .scraped-container-a {
		flex-direction: column;
		max-width: 288px;		
	}
	#section-3 .scraped-container-a .photo {
		margin: auto;
	}
	#section-2 {
		max-width: 323px;
		width: 100%;
		margin: 32px auto 0;
	}
	#section-2 .scraped-container-a {
		flex-direction: column;
	}
	#section-2 .scraped-container-a .image {
		margin: 0 auto 16px;
	}
	#section-2 .scraped-container-a .text {
		max-width: 100%;
	}
	#section-2 .scraped-container-a .text .title-a h2 {
		text-align: center;
	}
	#footer {
		text-align: center;
	}
	#footer .scraped-container-a .copy-right {
		justify-content: center;
	}
}
@media(max-width: 767px) {
	.sc-column.col-12.sc-root-row {
		padding: 0 !important;
	}	
}

/* Testinmonials */
#section-4 .scraped-container-a .testimonial-2 {
	background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    margin: 0 0 16px;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .costumer {
    display: flex;
    gap: 8px;
    border-radius: 6px 6px 0px 0px;
    padding: 4px 16px;
    align-items: center;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .costumer .details-a h2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #281C17 !important;
    margin: 0 0 0 0;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .content-a p {
    font-family: 'Lora';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 15px;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .costumer .photo-a {
    max-width: 55px;
    width: 100%;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .costumer .details-a .star {
	margin: 4px 0 8px;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .costumer .details-a h4 {
	margin: 0;
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #281C17 !important;
}

#section-4 .scraped-container-a .testimonial-2 .column-a .costumer .details-a .verify {
	display: flex;
	gap: 4px;
	align-items: center;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .costumer .details-a .verify h3 {	
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	letter-spacing: -0.01em;
	color: #503830 !important;
	margin: 0;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .content-a {
	padding: 8px 16px 24px;
}
#section-4 .scraped-container-a .testimonial-2 .column-a .content-a p strong {
	font-family:  'Lora', serif;
	font-size: 18px;
	font-weight: bold;
}

#section-4 .scraped-container-a .testimonial-2 .column-a .content-a p:last-child {
	margin-bottom: 0;
}

/*========================== TESTIMONIAL-3 ========================*/

#section-4 .scraped-container-a .testimonial-3 .column-a .costumer {
    display: flex;
    gap: 8px;
    border-radius: 6px 6px 0px 0px;
    padding: 4px 0!important;
    align-items: center;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .details-a h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000 !important;
    margin: 0 0 0 0;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .content-a p {
    color: #000!important;
	font-family: Inter!important;
	font-size: 17px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 150%!important;
    margin: 0 0 15px!important;
}
#section-4 .scraped-container-a .testimonial-3 .content-a p:first-child{
	color: #CF5500!important;
	font-family: Lora!important;
	font-size: 22px!important;
	font-style: normal!important;
	font-weight: 700!important;
	line-height: 24px!important;
}

#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .photo-a {
    max-width: 40px;
    width: 100%;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .details-a{
	display: flex!important;
	flex-grow: 1!important;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .details-a .star {
	margin-top: -5px;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .details-a h4 {
	margin: 0;
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #281C17 !important;
}

#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .details-a .verify {
	display: flex;
	gap: 4px;
	align-items: center;
	margin-left: auto!important;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .costumer .details-a .verify h3 {	
	color: #000;
	font-family: Myriad Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* or 14px */
	letter-spacing: -0.01em;
	margin: 0;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .content-a {
	padding: 15px;
	border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(7, 100, 118, 0.25);
	
}
#section-4 .scraped-container-a .testimonial-3 .column-a .content-a p strong {
	font-family:  'Lora', serif;
	font-size: 18px;
	font-weight: bold;
}

#section-4 .scraped-container-a .testimonial-3 .column-a .content-a p:last-child {
	margin-bottom: 0;
}
#section-4 .scraped-container-a .testimonial-3 .column-a{
	position: relative;
}
#section-4 .scraped-container-a .testimonial-3 .column-a .double-quote-icon{
	position: absolute;
	bottom: -17px;
    right: -12px;
}
.timer-bgcolor{
	background: #ECFDFF!important;
	border: 1px solid #0EB3BC!important;
}
.timer-bgcolor-p{
	color: #0EB3BC!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 24px!important;
}


/* End of Testinmonials */

/* TIMER */
.timer-2#timer {
	max-width: 486px;
	width: 100%;
	margin: 32px auto;
	background: #F5EADB;
	border: 2px solid #F26857;
	padding: 12px 0;
}
.timer-2#timer .timer-container {
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: center;
}
.timer-2#timer .timer-container p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */	
	color: #000000 !important;
	margin: 0;
}
.timer-2#timer .timer-container h2 {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	/* identical to box height, or 133% */
	letter-spacing: 0.1em;
	color: #F26857 !important;
	margin: 0;
}
/* End of TIMER */

/* V3.0 */
div[id*='orderBump']{display:none;}
form#paymentForm input[type="text"], form#paymentForm select {
    height: 35px;
}
.d-none-important{display:none!important;}
.roboto{
	font-family:'Roboto';
}
.myriadpro{
	font-family: 'Myriad Pro';
}
.inter{
	font-family: 'Inter';
}
.work-sans{
	font-family: 'Work Sans';
}
.fs-12{
	font-size:12px;
}
.fs-13{
	font-size:13px;
}
.fs-14{
	font-size:14px;
}
.fs-16{
	font-size:16px;
}
.fs-18{
	font-size:18px;
}
.fs-20{
	font-size:20px;
}
.fw-600{
	font-weight:600;
}
.fw-700{
	font-weight:700;
}
.italic{
	font-style: italic;
}
text-dblue, .support-contact a{
	color:rgb(23, 47, 68)!important;
}
.text-black{
	color:#000;
}
.text-brown{
	color: #281C17;
}
input[type='tel'][name='phone']::placeholder{
	font-size:12px;
}
@media (max-width: 916px){
	input[type='tel'][name='phone']::placeholder{
		font-size:9px;
	}
	.fs-m-17 {
		font-size:17px;
	}
	.fs-m-16{
		font-size:16px;
	}
	.fs-m-12{
		font-size:12px;
	}
	.fs-m-14{
		font-size:14px!important;
	}
	.inter-m{
	font-family: 'Inter';
	}
	.d-m-none{
		display:none;
	}
	.mw-m-unset{
		max-width:unset!important;
	}
	.w-m-unset{
		width:unset!important;
	}
	
	#breadcrumbs{
		border-width: .5px 0 .5px 0;
		border-color: #e5e5e5;
		border-style: solid;
	}
}