.page-template-template-front .seeds-of-change .wrapper .socIntro {
  border-top: 1px solid #464646;
  padding: 5em 0 3em;
}
@media screen and (min-width: 768px) {
  .page-template-template-front .seeds-of-change .wrapper .socIntro {
    display: flex;
    justify-content: space-between;
    padding: 7em 0 5em;
  }
}
.page-template-template-front .seeds-of-change .wrapper .socIntro .left {
  flex: 1 1;
}
.page-template-template-front .seeds-of-change .wrapper .socIntro .left h2 {
  max-width: 632px;
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .page-template-template-front .seeds-of-change .wrapper .socIntro .left h2 {
    padding: 0 0 5rem;
  }
}
.page-template-template-front .seeds-of-change .wrapper .socIntro .left p {
  max-width: 960px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-template-template-front .seeds-of-change .wrapper .socIntro .left p {
    font-size: 20px;
  }
}
.page-template-template-front .seeds-of-change .wrapper .socIntro .right {
  flex: 0 0 150px;
}
.page-template-template-front .seeds-of-change .wrapper .socIntro .right a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  text-decoration: none;
  color: #FFD100;
  border: 1px solid #FFD100;
  border-radius: 3em;
  padding: 15px 20px;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  outline: none !important;
  transition: all 0.3s ease;
  transform: scale(1);
}
.page-template-template-front .seeds-of-change .wrapper .socIntro .right a.button:hover {
  transform: scale(1.1);
}
.page-template-template-front .seeds-of-change .wrapper .socVideo .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page-template-template-front .seeds-of-change .wrapper .socVideo .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 12px;
}
.page-template-template-front .seeds-of-change .wrapper .socVideo .videoWrapper #toggle-audio {
  position: absolute;
  font-size: 0px;
  top: 10px;
  left: 10px;
  height: 38px;
  width: 78px;
  color: #fff;
  padding: 7px 2px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: 0.5s ease;
}
.page-template-template-front .seeds-of-change .wrapper .socVideo .videoWrapper #toggle-audio.muted {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='70' height='37' viewBox='0 0 70 37' fill='none'%3e%3cpath d='M51 14L41.8571 23M41.8571 14L51 23M32.7143 8L25.0952 14H19V23H25.0952L32.7143 29V8Z' stroke='%23FFD100' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='0.5' y='0.5' width='69' height='36' rx='18' stroke='%23FFD100'/%3e%3c/svg%3e");
}
.page-template-template-front .seeds-of-change .wrapper .socVideo .videoWrapper #toggle-audio.audio-on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='70' height='37' viewBox='0 0 70 37' fill='none'%3e%3crect x='0.5' y='0.5' width='69' height='36' rx='18' stroke='%23FFD100'/%3e%3cpath d='M45.6077 8C48.4201 10.7851 50 14.5619 50 18.5C50 22.4381 48.4201 26.2149 45.6077 29M40.3122 13.2426C41.7184 14.6351 42.5083 16.5235 42.5083 18.4926C42.5083 20.4616 41.7184 22.35 40.3122 23.7426M33.5014 8.10396L26.0006 14.0446H20V22.9554H26.0006L33.5014 28.896V8.10396Z' stroke='%23FFD100' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.page-template-page-seeds-of-change .site-main {
  padding-top: 10em;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main {
    padding-top: 12em;
  }
}
.page-template-page-seeds-of-change .site-main .intro .wrapper .intro-inner {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .intro .wrapper .intro-inner {
    padding-bottom: 4rem;
  }
}
.page-template-page-seeds-of-change .site-main .intro .wrapper .intro-inner h1 {
  padding-bottom: 3rem;
}
.page-template-page-seeds-of-change .site-main .intro .wrapper .intro-inner p {
  max-width: 895px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .intro .wrapper .intro-inner p {
    font-size: 20px;
  }
}
.page-template-page-seeds-of-change .site-main .intro .wrapper a.down-arrow-wrapper {
  display: flex;
  justify-content: center;
}
.page-template-page-seeds-of-change .site-main .video {
  padding: 3rem 0px;
}
.page-template-page-seeds-of-change .site-main .video .wrapper {
  border-top: 1px solid #464646;
  padding-top: 5rem;
  border-bottom: 1px solid #464646;
  padding-bottom: 5rem;
}
.page-template-page-seeds-of-change .site-main .video .wrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page-template-page-seeds-of-change .site-main .video .wrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 12px;
}
.page-template-page-seeds-of-change .site-main .video .wrapper .videoWrapper #toggle-audio {
  position: absolute;
  font-size: 0px;
  top: 10px;
  left: 10px;
  height: 38px;
  width: 78px;
  color: #fff;
  padding: 7px 2px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: 0.5s ease;
}
.page-template-page-seeds-of-change .site-main .video .wrapper .videoWrapper #toggle-audio.muted {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='70' height='37' viewBox='0 0 70 37' fill='none'%3e%3cpath d='M51 14L41.8571 23M41.8571 14L51 23M32.7143 8L25.0952 14H19V23H25.0952L32.7143 29V8Z' stroke='%23FFD100' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='0.5' y='0.5' width='69' height='36' rx='18' stroke='%23FFD100'/%3e%3c/svg%3e");
}
.page-template-page-seeds-of-change .site-main .video .wrapper .videoWrapper #toggle-audio.audio-on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='70' height='37' viewBox='0 0 70 37' fill='none'%3e%3crect x='0.5' y='0.5' width='69' height='36' rx='18' stroke='%23FFD100'/%3e%3cpath d='M45.6077 8C48.4201 10.7851 50 14.5619 50 18.5C50 22.4381 48.4201 26.2149 45.6077 29M40.3122 13.2426C41.7184 14.6351 42.5083 16.5235 42.5083 18.4926C42.5083 20.4616 41.7184 22.35 40.3122 23.7426M33.5014 8.10396L26.0006 14.0446H20V22.9554H26.0006L33.5014 28.896V8.10396Z' stroke='%23FFD100' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.page-template-page-seeds-of-change .site-main .page-content {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .page-content {
    padding-bottom: 8rem;
  }
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section {
  padding-bottom: 3em;
  border-bottom: 1px solid #464646;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5em;
    margin-bottom: 5em;
  }
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section:nth-of-type(even) .soc-section-content {
  order: 1;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section:nth-of-type(even) .soc-section-image {
  order: 0;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content {
  flex: 0 0 500px;
  order: 0;
  margin: 0 30px;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content {
    flex: 0 0 350px;
    margin: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  .page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content {
    flex: 0 0 500px;
  }
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content h2 {
    font-size: 2.5rem;
  }
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content p {
  font-size: 16px;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content ul {
  list-style: outside;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content ul li {
  font-size: 16px;
  margin: 0 0 1rem;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content .linkContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content .linkContainer p {
  font-size: 18px;
  color: #FFD100;
  margin: 0;
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content .linkContainer a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  color: #FFD100;
  border: 1px solid #FFD100;
  border-radius: 3em;
  padding: 15px 20px;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 2em;
  outline: none !important;
  transition: all 0.3s ease;
  transform: scale(1);
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-content .linkContainer a.button:hover {
  transform: scale(1.1);
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-image {
  flex: 1 1;
  order: 1;
  width: 100%;
  position: relative;
  padding-top: 85%;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-image {
    padding-top: 50%;
  }
}
.page-template-page-seeds-of-change .site-main .page-content .wrapper .soc-section .soc-section-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=soc.css.map */