body {
  margin: 0;
  line-height: normal;

  width: 100%;
}

:root {
  /* fonts */
  --font-roboto: Roboto;
  --font-besley: Besley;
  --font-inter: Inter;

  /* font sizes */
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-xl: 20px;
  --font-size-lg: 18px;
  --font-size-29xl: 48px;
  --font-size-19xl: 38px;
  --font-size-7xl-6: 26.6px;

  /* Colors */
  --color-white: #fff;
  --border: #e5e5e5;
  --color-gainsboro-100: #d5d8de;
  --color-1: #1698e1;
  --text-pr: #1e1e1e;
  --color-gray-100: rgba(255, 255, 255, 0.05);
  --color-gray-200: rgba(255, 255, 255, 0.3);
  --color-black: #000;
  --color-whitesmoke: #f6f6f6;
  --text-sc: #525252;
  --color-2: #36444e;
  --color-11: #99262c;

  /* Gaps */
  --gap-21xl: 40px;
  --gap-41xl: 60px;
  --gap-11xl: 30px;
  --gap-xl: 20px;
  --gap-base: 16px;
  --gap-3xs: 10px;

  /* Paddings */
  --padding-101xl: 120px;
  --padding-3xs: 10px;
  --padding-mini: 15px;
  --padding-xl: 20px;
  --padding-61xl: 80px;
  --padding-31xl: 50px;
  --padding-41xl: 60px;
  --padding-11xl: 30px;
  --padding-21xl: 40px;
  --padding-12xs: 1px;

  /* Border radiuses */
  --br-5xs: 8px;
  --br-3xs: 10px;
  --br-9xs: 4px;
}

a{
  color: white;
  text-decoration: none!important;
}

.areas-of-expertise-wrapper,
.learn-more,
.nav-text a{
  color: var(--color-1);
}

.your-legal-ally-frame-container{
  display: flex;
  width: 100%;
  align-items: flex-start;
  border-bottom: 1px solid var(--Border, #E5E5E5);
}

.your-legal-ally-frame-container .your-legal-ally-container-2{
  display: flex;
  padding: 60px 120px 60px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}

.your-legal-ally-container-3{
  height: 331px;
  align-self: stretch;
}

.your-legal-ally-online-access-wrapper{
  display: flex;
  height: 411px;
  padding: 80px 60px 60px 120px;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}

.your-legal-ally-container span{
  color: var(--Text-Pr, #1E1E1E);
  font-family: Besley;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 62.4px */
}

.your-legal-ally-container .accessible-expertise-and{
  color: var(--Color-1, #1698E1);
  font-family: Besley;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.legal-adive-root{
  display: flex;
  width: 100%;
  padding: 80px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}


.legal-adive-root-bottom{
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}


.legal-adive-root-top{
  display: flex;
  padding: 30px;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  width: 100%;
  border: 1px solid var(--Border, #E5E5E5);
  background: #FFF;
}
.legal-advice-root-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}

.legal-advice-root-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 22px;
  align-self: stretch;
}

.legal-advice{
  color: var(--Color-1, #1698E1);
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.legal-advice-price{
  display: flex;
  justify-content: left;
  align-items: flex-start;
  align-self: stretch;
}

.legal-advice-price .hour-wrapper{
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Color-1, #1698E1);
}

.service-small{
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  border: 1px solid var(--Border, #E5E5E5);
  background: #FFF;
  height: 320px;
}

.consultation-of-45-container{
  align-self: stretch;
  position: relative;
  line-height: 150%;
  font-family: var(--font-roboto);
  color: var(--text-sc);

}

.radix-icons{
  display: flex;
  width: 80px;
  height: 80px;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  background: rgba(153, 38, 44, 0.10);
}

.fees-root{
  display: flex;
  width: 1440px;
  padding: 80px 120px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--Border, #E5E5E5);
}

.fees-root .title{
  color: var(--Text-Pr, #1E1E1E);
  font-family: Besley;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 49.4px */
}

.fees-root p{
  color: var(--Text-Sc, #525252);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}




.about-root{
  display: flex;
  width: 100%;
  align-items: flex-start;
  border-bottom: 1px solid var(--Border, #E5E5E5);
}

.about-child-1{
  display: flex;
  padding: 60px 40px 60px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}

.about-child-2{
  display: flex;
  height: 411px;
  padding: 80px 120px 60px 120px;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
  font-family: var(--font-roboto);
}

.about-child-2 p{
  color: var(--Text-Pr, #1E1E1E);
  font-family: Besley;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 62.4px */
  font-family: var(--font-roboto);
}

.about-child-2 p span{
  color: var(--Color-1, #1698E1);
  font-family: Besley;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.about-root-2{
  border-bottom: 1px solid var(--Border, #E5E5E5);
  background: #F6F6F6;
}

.about-root-2 .left{
  display: flex;
  padding: 80px 40px 80px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex: 1 0 0;
  align-self: stretch;
}

.about-root-2 .right{
  display: flex;
  padding: 80px 120px 80px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}

.about-root-2 p{
  color: var(--Text-Sc, #525252);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.about-root-2 .title{
  color: var(--Text-Pr, #1E1E1E);
  font-family: Besley;
  font-size: 38px;
  font-style: normal;
  width: 60%;
  font-weight: 400;
  line-height: 130%; /* 49.4px */
}

.about-root-2 .title span{
  color: var(--Color-1, #1698E1);
  font-family: Besley;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.legal-matters-often-container{
  color: var(--Text-Pr, #1E1E1E);
  font-family: Besley;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 62.4px */
}

.read-more,
.free-consultation{
  color: #FFF;
  text-align: left;
}

.areas-of-expertise-wrapper, .company-wrapper{
  justify-content: flex-start!important;
  align-items: flex-start!important;
}

.frame-parent7{
  border-radius: 12px;
}

.contact-root{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.contact-root-1{
  display: flex;
  width: 1440px;
  padding: 80px 120px 60px 120px;
  align-items: flex-start;
  gap: 80px;
}

.contact-root-1 .left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}

.contact-root-1 .left .contact-us{
  color: var(--Text-Pr, #1E1E1E);
  font-family: Besley;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 62.4px */
}

.contact-root-1 .right{
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
  align-self: stretch;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.wiggle{
  animation: wiggle 2s linear 1;
}

button {
  transition: transform 250ms, opacity 400ms;
}
button:hover {
  transform: scale(1.2);
  opacity: 0;
}