
	section {
		display: block;
	}
	
	a {
		background-color: #0000;
	}
	
	a:active,
	a:hover {
		outline: 0;
	}
	
	button,
	input,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}
	
	button {
		overflow: visible;
	}
	
	button {
		text-transform: none;
	}
	
	button {
		-webkit-appearance: button;
		cursor: pointer;
	}
	
	input {
		line-height: normal;
	}
	
	input[type=checkbox] {
		box-sizing: border-box;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
	}
	
	* {
		box-sizing: border-box;
	}
	
	h2,
	h3 {
		margin-bottom: 10px;
		font-weight: 700;
	}
	
	h2 {
		margin-top: 20px;
		font-size: 32px;
		line-height: 36px;
	}
	
	h3 {
		margin-top: 20px;
		font-size: 24px;
		line-height: 30px;
	}
	
	p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	button {
		cursor: pointer;
		-webkit-appearance: button;
		border: 0;
	}
	
	label {
		margin-bottom: 5px;
		font-weight: 700;
		display: block;
	}
	
	.w-container {
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.w-container:before,
	.w-container:after {
		content: " ";
		grid-area: 1/1/2/2;
		display: table;
	}
	
	.w-container:after {
		clear: both;
	}
	
	
	
	.w-layout-blockcontainer {
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	
	h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 32px;
		font-weight: 700;
		line-height: 36px;
	}
	
	h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 30px;
	}
	
	p {
		flex: 1;
		margin-bottom: 0;
	}
	
	a {
		color: inherit;
		text-decoration: underline;
	}
	
	label {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: 400;
		display: block;
	}
	
	.container {
		max-width: var(--sizing--container-max-width);
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px;
		font-size: 20px;
		line-height: 1.5;
	}

	
	
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	h2,
	h3 {
		line-height: 1.2;
		font-weight: 700;
		margin-bottom: 1rem;
	}
	
	a {
		text-decoration: none;
		color: inherit;
		transition: 0.3s;
	}
	
	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	a {
		background-color: #0000;
	}
	
	a:active,
	a:hover {
		outline: 0;
	}
	
	* {
		box-sizing: border-box;
	}
	
	p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	a {
		text-decoration: none;
		transition: all .2s;
	}
	
	::selection {
		color: #000;
		background: #F7DCD6;
	}
	
	a {
		color: inherit;
	}
	
	a {
		color: inherit;
		text-decoration: inherit;
		font-size: inherit;
	}
	
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	h2,
	h3 {
		font-weight: 700;
		letter-spacing: -0.02em;
		line-height: 1.1;
	}
	
	p {
		color: var(--text-secondary);
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}
	
	a {
		text-decoration: none;
		color: inherit;
		transition: 0.2s;
	}
	
	.container {
		max-width: var(--container-max);
		margin: 0 auto;
	}
	
	.contact-us {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0px;
		max-width: 1200px;
		margin: auto;
		margin-top: 8rem;
	}
	
	.contact-info,
	.contact-form,
	.support-info {
		width: 48%;
		margin-bottom: 20px;
	}
	
	.contact-info h2 {
		font-size: 50px;
		font-weight: bold;
	}
	
	.contact-info p,
	.support-info p {
		margin: 6px;
		font-size: 16px;
	}
	
	.contact-details {
		background-color: #f7f6f5;
		padding: 20px;
		border-radius: 24px;
		margin-top: 45px;
	}
	
	.contact-details div {
		margin: 40px 0;
	}
	
	.email,
	.address {
		margin-bottom: 10px;
	}
	
	.contact-form form {
		display: flex;
		flex-direction: column;
	}
	
	.contact-form label {
		font-weight: 500;
	}
	
	.contact-form input,
	.contact-form textarea {
		margin-bottom: 6px;
		padding: 12px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 16px;
	}
	
	.contact-form textarea {
		resize: vertical;
		height: 150px;
	}
	
	.privacy-policy {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.privacy-policy input {
		margin-right: 10px;
	}
	
	.privacy-policy a {
		color: #000000;
		text-decoration: none;
	}
	
	button {
		padding: 12px 20px;
		background-color: #000000;
		color: #fff;
		border: none;
		border-radius: .8rem;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s ease;
	}
	
	button:hover {
		background-color: #333333;
	}
	
	button:focus {
		outline: none;
	}
	
	.contact-section-wrapper {
		max-width: 1200px;
		padding: 20px 40px;
	}
	
	.support-section-wrapper {
		max-width: 1200px;
		margin: 2rem auto;
	}
	
	.support-info-row {
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
	}
	
	.support-redesign {
		padding: 0px 40px;
	}
	
	.support-layout {
		display: flex;
		/* justify-content: space-between; */
		align-items: flex-start;
	}
	
	.support-left {
		width: 50%;
	}
	
	.support-tag {
		display: inline-block;
		font-size: 32px;
		letter-spacing: 2px;
		color: #000;
		margin-bottom: 20px;
	}
	
	.support-left h3 {
		font-weight: 400
	}
	
	.support-left p {
		font-size: 14px;
		line-height: 1.6;
		max-width: 90%;
	}
	
	.support-right {
		width: 50%;
		text-align: center;
	}
	
	.support-email {
		font-size: 32px;
		margin-bottom: 20px;
		color: #000;
	}

	/* =========================
   LARGE SCREENS (≥1280px)
========================= */
@media (min-width: 1280px) {
  .container {
    padding-left: 84px;
    padding-right: 84px;
  }
}

/* =========================
   TABLETS (≤991px)
========================= */
@media (max-width: 991px) {
  .w-layout-blockcontainer,
  .w-container {
    max-width: 728px;
  }

  .container {
    padding-top: 0;
  }

  .contact-us {
    flex-direction: column;
    margin-top: 4rem;
  }

  .contact-info,
  .contact-form {
    width: 100%;
  }

  .contact-info h2 {
    font-size: 40px;
  }

  .support-layout {
    flex-direction: column;
    gap: 30px;
  }

  .support-left,
  .support-right {
    width: 100%;
    text-align: left;
  }

  .support-email {
    font-size: 22px;
  }
}

/* =========================
   MOBILE (≤767px)
========================= */
@media (max-width: 768px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .contact-us {
    margin-top: 3rem;
  }

  .contact-info h2 {
    font-size: 32px;
  }

  .contact-info p,
  .support-left p {
    font-size: 13px;
  }

  .contact-details {
    padding: 16px;
    margin-top: 25px;
  }

  .contact-details div {
    margin: 30px 0;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 10px;
  }

  .privacy-policy {
    align-items: flex-start;
    font-size: 12px;
  }

  button {
    width: 100%;
    padding: 14px;
  }

  .support-redesign {
    padding: 30px 20px;
  }

  .support-tag {
    font-size: 18px;
  }

  .support-left h3 {
    font-size: 28px;
  }

  .support-email {
    font-size: 18px;
  }

  .contact-section-wrapper {
    margin-top: 4rem;
  }
}

/* =========================
   SMALL MOBILE (≤480px)
========================= */
@media (max-width: 480px) {
  .w-container {
    max-width: none;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-info h2 {
    font-size: 26px;
  }

  .support-left h3 {
    font-size: 24px;
  }

  .support-tag {
    font-size: 16px;
  }

  .contact-section-wrapper {
    margin-top: 4rem;
  }
}
@media (max-width: 820px) {

	.contact-section-wrapper {
    margin-top: 3rem;
  }

}
@media (max-width: 920px) {

	.contact-section-wrapper {
    margin-top: 3rem;
  }

}