
:root { 
    --text-2: #ff3d3d; 
    --transparent: transparent; 
} 

.conteiner-tq6 { 
  	border-width: 3px;        /* Thickness of the border */
    border-style: solid;       /* Border style (solid, dashed, dotted, etc.) */
    border-color: black;
  	border-radius: 25px 25px 25px 25px;
    flex-direction: row-reverse; 
    justify-content: center; 
    align-items: stretch; 
    width: auto; 
    height: auto; 
    margin-top: 30px; 
    margin-left: auto; 
    margin-right: auto; 
    display: flex;
} 

.conteiner-hh9 { 
    height: auto;
} 

.block-rfj { 
    background-color: #fff; 
    border-radius: 25px 0 0 25px; 
    justify-content: center; 
    align-items: flex-start; 
    width: 800px; 
    height: auto; 
    display: flex;
} 

.image-i1a img { 
    border: 0;
} 

.image-i1a img { 
    vertical-align: middle; 
    max-width: 100%; 
    display: inline-block;
} 

.image-i1a {
    max-height: 500px;
    border-radius: 0 25px 25px 0;
} 

.content-8to { 
    width: auto; 
    margin: auto 100px;
} 

.hea-456 h1 { 
    margin: .67em 0; 
    font-size: 2em;
} 

.hea-456 h1 { 
    margin-bottom: 10px; 
    font-weight: bold;
} 

.hea-456 h1 { 
    margin-top: 20px; 
    font-size: 38px; 
    line-height: 44px;
} 

.hea-456 { 
    text-transform: uppercase; 
    margin-top: 0; 
    margin-bottom: 10px; 
    font-size: 32px; 
    font-weight: 700; 
    line-height: 42px;
} 

.block-bmg { 
    color: #707070; 
    margin-bottom: 20px; 
    font-size: 14px;
} 

.button-vdq a { 
    background-color: rgba(0, 0, 0, 0);
} 

.block-te9 { 
    max-width: 100%; 
    display: inline-block;
} 

.button-lfn { 
    background-color: var(--transparent); 
    background-image: linear-gradient(78deg, #ff5f5f 0.47%, #ff3d3d 17%, #ff0000 100%);
    border-radius: 100px; 
    justify-content: center; 
    align-items: center; 
    width: auto; 
    height: 50px; 
    text-decoration: none; 
    display: flex;
} 

.button-lfn a:active,a:hover { 
    outline: 0;
} 

.text-ode { 
    color: var(--text-2);
} 

.button-vdq { 
    width: 18px; 
    height: 18px; 
    margin-right: 8px;
} 

.button-g6v { 
    color: #fff; 
    -webkit-text-fill-color: inherit; 
    background-clip: border-box; 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 16px;
} 

@media screen and (max-width: 991px){ 
  .conteiner-tq6 { 
    flex-direction: column; 
    width: auto;
  } 
}     

@media screen and (max-width: 767px){ 
  .conteiner-tq6 { 
    width: auto; 
    margin-top: 20px;
  } 
}     

@media screen and (max-width: 479px){ 
  .conteiner-tq6 { 
    width: auto; 
    margin-top: 20px;
  } 
}     

@media screen and (max-width: 991px){ 
  .conteiner-hh9 { 
    width: auto;
  } 

  .block-rfj { 
    border-radius: 0 0 25px 25px; 
    width: auto;
  } 

  .image-i1a { 
    width: 100%; /* Ensures full width */
    max-height: 300px; /* Constrains the height */
    object-fit: cover; /* Maintains aspect ratio and covers the container */
    border-radius: 25px 25px 0 0;
  } 

  .content-8to { 
    width: auto; 
    margin-top: 40px; 
    margin-bottom: 40px;
  } 
}     

@media screen and (max-width: 767px){ 
  .content-8to { 
    width: auto; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 0 20px;
  } 
}     

@media screen and (max-width: 479px){ 
  .content-8to { 
    width: auto; 
    margin: 20px auto; 
    padding: 0;
  } 
}     

@media screen and (max-width: 767px){ 
  .hea-456 { 
    font-size: 24px; 
    line-height: 34px;
  } 
}     

@media screen and (max-width: 479px){ 
  .hea-456 { 
    margin-bottom: 12px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 12px;
  } 
}     

@media screen and (max-width: 767px){ 
  .block-bmg { 
    font-size: 16px; 
    line-height: 28px;
  } 
}     

@media screen and (max-width: 479px){ 
  .block-bmg { 
    width: auto; 
    margin-bottom: 24px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  } 
}     

@media screen and (max-width: 991px){ 
  .button-lfn { 
    width: auto; 
    margin-left: 20px; 
    margin-right: 20px;
  } 
}     

@media screen and (max-width: 479px){ 
  .button-g6v { 
    -webkit-text-fill-color: inherit; 
    background-clip: border-box;
  } 
}     


