@charset "UTF-8";
/** 
 * Color Variables
 */
/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2024 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Satoshi-Light";
  src: url("assets/fonts/satoshi/Satoshi-Light.eot") format("woff2"), url("assets/fonts/satoshi/Satoshi-Light.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("assets/fonts/satoshi/Satoshi-LightItalic.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-LightItalic.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("assets/fonts/satoshi/Satoshi-Regular.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-Regular.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("assets/fonts/satoshi/Satoshi-Italic.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-Italic.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("assets/fonts/satoshi/Satoshi-Medium.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-Medium.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("assets/fonts/satoshi/Satoshi-MediumItalic.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-MediumItalic.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("assets/fonts/satoshi/Satoshi-Bold.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-Bold.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("assets/fonts/satoshi/Satoshi-BoldItalic.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-BoldItalic.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("assets/fonts/satoshi/Satoshi-Black.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-Black.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("assets/fonts/satoshi/Satoshi-BlackItalic.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-BlackItalic.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("assets/fonts/satoshi/Satoshi-Variable.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-Variable.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("assets/fonts/satoshi/Satoshi-VariableItalic.woff2") format("woff2"), url("assets/fonts/satoshi/Satoshi-VariableItalic.woff") format("woff"), url("assets/fonts/satoshi/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
.block-testimonial__content .quote {
  font-family: "Satoshi-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.block-testimonial__content .name {
  font-family: "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.block-testimonial {
  padding: 0 12.5%;
  width: 100%;
  display: flex;
}

.block-testimonial__icon {
  width: 33.3333333333%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 2rem;
}

.block-testimonial__icon img {
  height: 150px;
  width: 150px;
}

.block-testimonial__content {
  flex: 1;
  padding-right: 8%;
}
.block-testimonial__content .quote {
  color: #30264a;
  font-size: 18.9975px;
  line-height: 24.9975px;
  margin-top: 22.5px;
  margin-bottom: 11.25px;
}
.block-testimonial__content .name {
  color: #30264a;
  font-size: 15px;
}

@media (max-width: 768px) {
  .block-testimonial {
    flex-direction: column;
    text-align: center;
  }
  .block-testimonial__icon {
    width: 100%;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  .block-testimonial__icon img {
    height: 120px;
    width: 120px;
  }
  .block-testimonial__content {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .block-testimonial__icon img {
    height: 100px;
    width: 100px;
  }
}
