.title-and-description, .title-and-description h1, .title-and-description h2, .title-and-description h3, .title-and-description h4, .title-and-description p, .title-and-description a {
	color: #fff;
}
.description a:hover {
	text-decoration: underline;
}
.title-and-description h2, .title-and-description h3, .title-and-description h4 {
	margin-bottom: 40px;
}
.title-and-description p {
    max-width: 832px;
    margin-bottom: 15px;
}
.code-snippet-section {
	padding: 100px 0px;
	position: relative;
}
.code-snippet-section > .container {
	position: relative;
	z-index: 2;
}
.code-snippet-parent {
	max-width: 1010px;
	padding-top: 160px;
	padding-bottom: 60px;
}
.tabbed {
	overflow-x: hidden;
}
.tabbed [type="radio"] {
	display: none;
}
.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.tab > label {
	display: block;
	padding: 13px 15px;
	background: #C3C8D5;
	color: #304B6F;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	font-family: "Inter";
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.tab:hover label {
	border-top-color: #333;
	color: #333;
}
.tab-content {
	display: none;
	color: #777;
}
.top-tabs {
	justify-content: center;
}
.top-tabs .tab {
	width: 240px;
	text-align: center;
}
.top-tabs .tab:first-of-type label {
	border-top-left-radius: 20px;
}
.top-tabs .tab:last-of-type label {
	border-top-right-radius: 20px;
}
.secondary-tabs {
	background-color: #FFF;
	justify-content: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.secondary-tabs .tab > label {
	display: block;
	padding: 13px 18px;
	background: #FFF;
	color: #0C163B;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	font-family: "Inter";
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}
.secondary-tab-content {
	background-color: #0C2E4E;
	height: 560px;
	padding: 40px 40px 0px 40px;
	border-bottom: 40px solid #0C2E4E;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-family: "Roboto Mono", Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
	color: #FFFFFF;
	overflow-y: auto;
	font-size: 21px;
    line-height: 28px;
}
.secondary-tab-content .constant {
    color: #8ec196;
}
.secondary-tab-content .content {
    color: #F2D864;
}
.secondary-tab-content .symbol {
    color: #98c2e4;
}
.secondary-tab-content .prefix {
	color: #888;
}
.secondary-tab-content span {
    white-space:pre;
}
.secondary-tab-content .flex {
	display: flex;
}
.secondary-tab-content img {
	max-width: 340px;
	border-radius: 20px;
	margin-right: 20px;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label,
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label,
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) label {
	background: #fff;
	color: #0C163B;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs.secondary-tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs.secondary-tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs.secondary-tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs.secondary-tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs.secondary-tabs .tab:nth-of-type(5) label,
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs.secondary-tabs .tab:nth-of-type(6) label,
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tabs.secondary-tabs .tab:nth-of-type(7) label,
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tabs.secondary-tabs .tab:nth-of-type(8) label {
	background: #0C163B;
	color: #C3C8D5;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6),
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7),
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8),
.tabbed [type="radio"]:nth-of-type(9):checked ~ .tab-content:nth-of-type(9),
.tabbed [type="radio"]:nth-of-type(10):checked ~ .tab-content:nth-of-type(10) {
	display: block;
}
.ctas {
	display: flex;
	margin-top: 40px;
	max-width: 900px;
	flex-wrap: wrap;
}
.cta img {
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.cta-text {
	color: #fff;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0.3) translate(0px, -40px);
    line-height: 1.2;
    font-size: 12px;
    font-weight: 100;
}
.cta {
	width: 104px;
	height: 104px;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	margin-right: 30px;
	margin-bottom: 55px;
}
.cta:hover {
	transform: scale(1.05);
}

.cta:hover .cta-text {
	transform: scale(1) translate(0px, 10px);
	opacity: 1;
}

/* bg image */
.code-snippet-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.code-snippet-section .bg-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
	.top-tabs .tab {
		width: 180px;
	}
}
@media (max-width: 767px) {
	.code-snippet-parent {
		display: none;
	}
	.code-snippet-section {
    	padding: 40px 0px;
    	padding-bottom: 0;
	}
	.title-and-description h2, .title-and-description h3, .title-and-description h4 {
	    margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.ctas {
	    gap: 7%;
	    justify-content: center;
	}
	.cta {
    	width: 25%;
    	height: 25%;
    	margin-right: 0px;
	}
	.grab-item h4 {
	    font-size: 17px;
	    line-height: 21px;
	}
}




