.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-599b815b-018e-4175-9fad-91faab443d0f {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-599b815b-018e-4175-9fad-91faab443d0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-599b815b-018e-4175-9fad-91faab443d0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-599b815b-018e-4175-9fad-91faab443d0f {
  
}
}@media (max-width: 767px){#s-599b815b-018e-4175-9fad-91faab443d0f {
  
}
}







#s-599b815b-018e-4175-9fad-91faab443d0f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-599b815b-018e-4175-9fad-91faab443d0f.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-876488c6-aec6-42b9-8515-4cf78c540785 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-876488c6-aec6-42b9-8515-4cf78c540785 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-876488c6-aec6-42b9-8515-4cf78c540785 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-876488c6-aec6-42b9-8515-4cf78c540785 {
  
}
}@media (max-width: 767px){#s-876488c6-aec6-42b9-8515-4cf78c540785 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-876488c6-aec6-42b9-8515-4cf78c540785 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Heebo;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2657839a-d5b1-4d19-bf37-09ea5fdb6a11 {
  text-align: center;
}




  #s-2657839a-d5b1-4d19-bf37-09ea5fdb6a11 img.shogun-image {
    
    width: px;
  }


#s-2657839a-d5b1-4d19-bf37-09ea5fdb6a11 .shogun-image-content {
  
    align-items: center;
  
}

#s-1dc88bf7-4e31-48b4-a568-324977f6c53d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1dc88bf7-4e31-48b4-a568-324977f6c53d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dc88bf7-4e31-48b4-a568-324977f6c53d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dc88bf7-4e31-48b4-a568-324977f6c53d {
  
}
}@media (max-width: 767px){#s-1dc88bf7-4e31-48b4-a568-324977f6c53d {
  margin-top: 10px;
margin-right: 0%;
}
}
#s-1dc88bf7-4e31-48b4-a568-324977f6c53d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Heebo;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c7a1b3f-9a74-4a23-b17c-83f76208b8b2 {
  text-align: center;
}




  #s-1c7a1b3f-9a74-4a23-b17c-83f76208b8b2 img.shogun-image {
    
    width: px;
  }


#s-1c7a1b3f-9a74-4a23-b17c-83f76208b8b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce {
  min-height: 50px;
background-color: rgba(17, 16, 16, 1);
}
@media (min-width: 1200px){#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce {
  
}
}@media (max-width: 767px){#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce {
  
}
}







#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3cf333-219b-4cdb-903a-91ba0bfaf2ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-38e981d0-67e4-40ea-ac07-664cad79b2e5 {
  min-height: 50px;
}








#s-38e981d0-67e4-40ea-ac07-664cad79b2e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38e981d0-67e4-40ea-ac07-664cad79b2e5.shg-box.shg-c {
  justify-content: center;
}

#s-6ea04d37-3ce5-4005-bce0-3a054f27c046 {
  margin-top: 8px;
margin-bottom: 8px;
text-align: center;
}




  #s-6ea04d37-3ce5-4005-bce0-3a054f27c046 img.shogun-image {
    
    width: px;
  }


#s-6ea04d37-3ce5-4005-bce0-3a054f27c046 .shogun-image-content {
  
    align-items: center;
  
}

#s-87ec3d7d-47ad-4144-9791-d55e457a22d0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-87ec3d7d-47ad-4144-9791-d55e457a22d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87ec3d7d-47ad-4144-9791-d55e457a22d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87ec3d7d-47ad-4144-9791-d55e457a22d0 {
  
}
}@media (max-width: 767px){#s-87ec3d7d-47ad-4144-9791-d55e457a22d0 {
  
}
}







#s-87ec3d7d-47ad-4144-9791-d55e457a22d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-87ec3d7d-47ad-4144-9791-d55e457a22d0.shg-box.shg-c {
  justify-content: center;
}

#s-66082fef-48f3-493e-9755-9b859f0eeff0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-66082fef-48f3-493e-9755-9b859f0eeff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66082fef-48f3-493e-9755-9b859f0eeff0.shg-box.shg-c {
  justify-content: center;
}

#s-f3945cbe-a580-4e64-bb5c-36266e58945c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3945cbe-a580-4e64-bb5c-36266e58945c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3945cbe-a580-4e64-bb5c-36266e58945c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3945cbe-a580-4e64-bb5c-36266e58945c {
  
}
}@media (max-width: 767px){#s-f3945cbe-a580-4e64-bb5c-36266e58945c {
  
}
}







#s-f3945cbe-a580-4e64-bb5c-36266e58945c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3945cbe-a580-4e64-bb5c-36266e58945c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-277a7bb9-f967-4433-aa65-e13a11564556 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(236, 236, 236, 1);
}
@media (min-width: 1200px){#s-277a7bb9-f967-4433-aa65-e13a11564556 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-277a7bb9-f967-4433-aa65-e13a11564556 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-277a7bb9-f967-4433-aa65-e13a11564556 {
  
}
}@media (max-width: 767px){#s-277a7bb9-f967-4433-aa65-e13a11564556 {
  
}
}







#s-277a7bb9-f967-4433-aa65-e13a11564556 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-277a7bb9-f967-4433-aa65-e13a11564556.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 251, 251, 1);
}

@media (min-width: 0px) {
[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf2961dd-04cb-4e37-a9d8-eaa5e000d82e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0f2dba88-4aa2-4911-87cc-801283c83f90 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f2dba88-4aa2-4911-87cc-801283c83f90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-17c84e71-e450-40b3-92d2-2d0944bf6e62 {
  border-style: solid;
margin-top: 5px;
margin-left: 30px;
margin-bottom: 5px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-17c84e71-e450-40b3-92d2-2d0944bf6e62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17c84e71-e450-40b3-92d2-2d0944bf6e62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17c84e71-e450-40b3-92d2-2d0944bf6e62 {
  
}
}@media (max-width: 767px){#s-17c84e71-e450-40b3-92d2-2d0944bf6e62 {
  
}
}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-b7a95178-29ff-4dc5-a213-409a80dd389b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-b7a95178-29ff-4dc5-a213-409a80dd389b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-b7a95178-29ff-4dc5-a213-409a80dd389b .shogun-countdown span, #s-b7a95178-29ff-4dc5-a213-409a80dd389b .shogun-countdown label {
  color: #555;
}
#s-a09313f0-2d50-41e0-a1a1-07064704018e {
  margin-left: 18%;
margin-right: 18%;
}

@media (min-width: 0px) {
[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a09313f0-2d50-41e0-a1a1-07064704018e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-58920152-4abd-490f-85e7-659d5acda3a8 {
  margin-left: 2%;
}
}
@media (min-width: 992px) and (max-width: 1199px){#s-ca68a3bc-a24b-4012-bb39-88bad789e45e {
  margin-top: 20px;
margin-right: 30%;
}
}
#s-03abdb45-8d6d-4524-a87f-2b8accace35b {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
min-height: 50px;
}








#s-03abdb45-8d6d-4524-a87f-2b8accace35b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03abdb45-8d6d-4524-a87f-2b8accace35b.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 242, 242, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(50, 205, 50, 1);
font-size: 14px;
font-weight: bold;
color: rgba(252, 242, 242, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(50, 205, 50, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 250, 250, 1) !important;
color: rgba(50, 205, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867:active {box-shadow: 0px 0px   !important;
background-color: rgba(252, 243, 243, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867 {
  
}
}@media (max-width: 767px){#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867 {
  
}
}


#s-22dd88a4-cc42-4c6b-a22b-8ca47f650867.shg-btn {
  color: rgba(252, 242, 242, 1);
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  block ;
}

#s-d5eb2580-0761-4d9c-9603-5589884dd677 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-d5eb2580-0761-4d9c-9603-5589884dd677 img.shogun-image {
    
    width: px;
  }


#s-d5eb2580-0761-4d9c-9603-5589884dd677 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c71e719-266b-4ccf-8a73-66ad522229a2 {
  min-height: 500px;
background-color: rgba(253, 253, 253, 0.95);
}








#s-9c71e719-266b-4ccf-8a73-66ad522229a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c71e719-266b-4ccf-8a73-66ad522229a2.shg-box.shg-c {
  justify-content: center;
}

#s-fd147e3c-15d9-4de3-81a9-26c676f5e00d {
  min-height: 149px;
background-color: rgba(252, 245, 245, 1);
}








#s-fd147e3c-15d9-4de3-81a9-26c676f5e00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd147e3c-15d9-4de3-81a9-26c676f5e00d.shg-box.shg-c {
  justify-content: center;
}

#s-42067927-2a6d-42b9-ac8f-ccad1e52eaef {
  background-color: rgba(252, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42067927-2a6d-42b9-ac8f-ccad1e52eaef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6e01a7b0-d65e-40ff-856a-30d0b375da20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e01a7b0-d65e-40ff-856a-30d0b375da20 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e163a98-5137-435c-9140-fd8494e868ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e163a98-5137-435c-9140-fd8494e868ac .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ffd9fedc-9d96-4737-9424-b9c091158a30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(248, 243, 243, 0);
}

#s-ffd9fedc-9d96-4737-9424-b9c091158a30 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-958411f3-7e5e-4ff7-b99c-95935fe1d357 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-958411f3-7e5e-4ff7-b99c-95935fe1d357 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-958411f3-7e5e-4ff7-b99c-95935fe1d357 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-958411f3-7e5e-4ff7-b99c-95935fe1d357 {
  
}
}@media (max-width: 767px){#s-958411f3-7e5e-4ff7-b99c-95935fe1d357 {
  
}
}







#s-958411f3-7e5e-4ff7-b99c-95935fe1d357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958411f3-7e5e-4ff7-b99c-95935fe1d357.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4f684fa-6f19-4934-968f-a92938e22b7e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e4f684fa-6f19-4934-968f-a92938e22b7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4f684fa-6f19-4934-968f-a92938e22b7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4f684fa-6f19-4934-968f-a92938e22b7e {
  
}
}@media (max-width: 767px){#s-e4f684fa-6f19-4934-968f-a92938e22b7e {
  
}
}







#s-e4f684fa-6f19-4934-968f-a92938e22b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4f684fa-6f19-4934-968f-a92938e22b7e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4096492-a18c-4b42-97c0-61d3ca28492e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-d4096492-a18c-4b42-97c0-61d3ca28492e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4096492-a18c-4b42-97c0-61d3ca28492e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4096492-a18c-4b42-97c0-61d3ca28492e {
  
}
}@media (max-width: 767px){#s-d4096492-a18c-4b42-97c0-61d3ca28492e {
  
}
}







#s-d4096492-a18c-4b42-97c0-61d3ca28492e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d4096492-a18c-4b42-97c0-61d3ca28492e.shg-box.shg-c {
  justify-content: center;
}

#s-a860ef52-1ed0-4f12-8d84-b70069adeb7c {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-a860ef52-1ed0-4f12-8d84-b70069adeb7c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(248, 243, 243, 1);
}

#s-96a184c1-039d-4b66-b40a-0e50803ee295 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-96a184c1-039d-4b66-b40a-0e50803ee295 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96a184c1-039d-4b66-b40a-0e50803ee295 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96a184c1-039d-4b66-b40a-0e50803ee295 {
  
}
}@media (max-width: 767px){#s-96a184c1-039d-4b66-b40a-0e50803ee295 {
  
}
}







#s-96a184c1-039d-4b66-b40a-0e50803ee295 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-96a184c1-039d-4b66-b40a-0e50803ee295.shg-box.shg-c {
  justify-content: center;
}

#s-cd6d8324-22a5-4cf4-be37-2032a6582760 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd6d8324-22a5-4cf4-be37-2032a6582760"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9d42c120-9be1-4479-9527-25caa18af12c {
  text-align: center;
}
@media (max-width: 767px){#s-9d42c120-9be1-4479-9527-25caa18af12c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}



  #s-9d42c120-9be1-4479-9527-25caa18af12c img.shogun-image {
    
    width: px;
  }


#s-9d42c120-9be1-4479-9527-25caa18af12c .shogun-image-content {
  
    align-items: center;
  
}

#s-982319cb-2095-4581-9e74-6b0531b20d39 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-982319cb-2095-4581-9e74-6b0531b20d39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-982319cb-2095-4581-9e74-6b0531b20d39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-982319cb-2095-4581-9e74-6b0531b20d39 {
  
}
}@media (max-width: 767px){#s-982319cb-2095-4581-9e74-6b0531b20d39 {
  
}
}
#s-982319cb-2095-4581-9e74-6b0531b20d39 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c296ed68-7ced-452d-ac3e-609b69e23d22 {
  margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-46afaeaf-90ba-44ee-a6cf-6630de1b80c3 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-46afaeaf-90ba-44ee-a6cf-6630de1b80c3 img.shogun-image {
    
    width: px;
  }


#s-46afaeaf-90ba-44ee-a6cf-6630de1b80c3 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a {
  margin-left: 4%;
margin-right: 6%;
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-17c068f7-29dc-4f9b-a105-135b4002d67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6fd8f3c2-e429-4df9-940f-bda4ca9d7937"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9b07f94c-264e-4db4-afda-ed1a49dfa84b {
  text-align: center;
}




  #s-9b07f94c-264e-4db4-afda-ed1a49dfa84b img.shogun-image {
    
    width: px;
  }


#s-9b07f94c-264e-4db4-afda-ed1a49dfa84b .shogun-image-content {
  
    align-items: center;
  
}

#s-5d405f0a-2639-4db2-a3d1-4444b289ceda {
  text-align: center;
}




  #s-5d405f0a-2639-4db2-a3d1-4444b289ceda img.shogun-image {
    
    width: px;
  }


#s-5d405f0a-2639-4db2-a3d1-4444b289ceda .shogun-image-content {
  
    align-items: center;
  
}

#s-1316d889-256c-4415-95ce-2ed32bf89233 {
  text-align: center;
}




  #s-1316d889-256c-4415-95ce-2ed32bf89233 img.shogun-image {
    
    width: px;
  }


#s-1316d889-256c-4415-95ce-2ed32bf89233 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9c96039-4ff2-40fd-90ba-ac1c83323598 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-e9c96039-4ff2-40fd-90ba-ac1c83323598 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9c96039-4ff2-40fd-90ba-ac1c83323598 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9c96039-4ff2-40fd-90ba-ac1c83323598 {
  
}
}@media (max-width: 767px){#s-e9c96039-4ff2-40fd-90ba-ac1c83323598 {
  
}
}







#s-e9c96039-4ff2-40fd-90ba-ac1c83323598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c96039-4ff2-40fd-90ba-ac1c83323598.shg-box.shg-c {
  justify-content: flex-start;
}

#s-469d45b6-d067-400d-81d8-056aaedf5d5e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(227, 243, 227, 1);
}
@media (min-width: 1200px){#s-469d45b6-d067-400d-81d8-056aaedf5d5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-469d45b6-d067-400d-81d8-056aaedf5d5e {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-469d45b6-d067-400d-81d8-056aaedf5d5e {
  
}
}@media (max-width: 767px){#s-469d45b6-d067-400d-81d8-056aaedf5d5e {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-469d45b6-d067-400d-81d8-056aaedf5d5e > .shg-box-overlay {
  background-color: rgba(255, 250, 250, 1);
  opacity: 0;
}#s-469d45b6-d067-400d-81d8-056aaedf5d5e.shg-box.shg-c {
  justify-content: center;
}

#s-155263f1-213c-412f-ab5a-d54e7038095d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-155263f1-213c-412f-ab5a-d54e7038095d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-155263f1-213c-412f-ab5a-d54e7038095d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-155263f1-213c-412f-ab5a-d54e7038095d {
  
}
}@media (max-width: 767px){#s-155263f1-213c-412f-ab5a-d54e7038095d {
  
}
}
#s-155263f1-213c-412f-ab5a-d54e7038095d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36ca416e-ac50-4ba5-8db9-c181994eb662 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-36ca416e-ac50-4ba5-8db9-c181994eb662 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36ca416e-ac50-4ba5-8db9-c181994eb662 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36ca416e-ac50-4ba5-8db9-c181994eb662 {
  
}
}@media (max-width: 767px){#s-36ca416e-ac50-4ba5-8db9-c181994eb662 {
  
}
}
#s-36ca416e-ac50-4ba5-8db9-c181994eb662 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-351cb1c2-7d7d-49c6-8650-d076f6c9d336"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-495f85ab-bdb3-428e-9e03-e9b8d3ca14eb {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-495f85ab-bdb3-428e-9e03-e9b8d3ca14eb {
  margin-top: 10px;
margin-bottom: 10px;
}
}



  #s-495f85ab-bdb3-428e-9e03-e9b8d3ca14eb img.shogun-image {
    
    width: px;
  }


#s-495f85ab-bdb3-428e-9e03-e9b8d3ca14eb .shogun-image-content {
  
    align-items: center;
  
}

#s-2e6ca225-6510-453f-9478-0a87893aa29e {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e6ca225-6510-453f-9478-0a87893aa29e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-36f1b2ab-5dc7-47c3-8560-6ce03102899e .shogun-icon-wrapper {
  text-align: center;
}


#s-36f1b2ab-5dc7-47c3-8560-6ce03102899e .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(50, 205, 50, 1);
}

#s-71df560d-30a6-4c4d-bc0f-71503ace4305 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71df560d-30a6-4c4d-bc0f-71503ace4305"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b1030269-a5e9-458d-9e8b-905a5fce033d .shogun-icon-wrapper {
  text-align: center;
}


#s-b1030269-a5e9-458d-9e8b-905a5fce033d .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(50, 205, 50, 1);
}

#s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d6c3829-6da3-4b86-9555-0a2a7ad17f4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dccf8cd4-d349-49d6-b173-eb5232d08cbc .shogun-icon-wrapper {
  text-align: center;
}


#s-dccf8cd4-d349-49d6-b173-eb5232d08cbc .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(50, 205, 50, 1);
}

#s-8da94753-b1d9-49cf-8ac3-419be13fdf53 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8da94753-b1d9-49cf-8ac3-419be13fdf53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6b3f18d4-bae4-463c-94d6-3694fc28e2a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-6b3f18d4-bae4-463c-94d6-3694fc28e2a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(50, 205, 50, 1);
}

#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(50, 205, 50, 1);
border-radius: 31px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 14px;
font-weight: bold;
color: rgba(50, 205, 50, 1);
text-decoration: none;
}
#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7:hover {border-style: solid !important;
border-color: rgba(50, 205, 50, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(50, 205, 50, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7:active {background-color: rgba(50, 205, 50, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7 {
  
}
}@media (max-width: 767px){#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7 {
  
}
}


#s-7e2cdc9b-724c-4d01-a13d-3affbd071ad7.shg-btn {
  color: rgba(50, 205, 50, 1);
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  block ;
}

#s-7507a295-ade1-46d1-a964-d2842c521be0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7507a295-ade1-46d1-a964-d2842c521be0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7507a295-ade1-46d1-a964-d2842c521be0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7507a295-ade1-46d1-a964-d2842c521be0 {
  
}
}@media (max-width: 767px){#s-7507a295-ade1-46d1-a964-d2842c521be0 {
  
}
}







#s-7507a295-ade1-46d1-a964-d2842c521be0 > .shg-box-overlay {
  background-color: rgba(253, 246, 246, 1);
  opacity: 0;
}#s-7507a295-ade1-46d1-a964-d2842c521be0.shg-box.shg-c {
  justify-content: center;
}

#s-96d76f13-2b34-4663-a7f4-c55cd422d48f {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96d76f13-2b34-4663-a7f4-c55cd422d48f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6b380b2b-5df0-4389-b4bd-8e708f6bf95c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-6b380b2b-5df0-4389-b4bd-8e708f6bf95c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b380b2b-5df0-4389-b4bd-8e708f6bf95c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d1b590a-6f6c-4ba1-a4b8-781ce2d71b0f {
  margin-left: 20px;
margin-right: 20px;
}

#s-1d1b590a-6f6c-4ba1-a4b8-781ce2d71b0f .shogun-icon-wrapper {
  text-align: left;
}


#s-1d1b590a-6f6c-4ba1-a4b8-781ce2d71b0f .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fa5ad959-6cf3-4e82-8e44-6a8349ef83ad {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa5ad959-6cf3-4e82-8e44-6a8349ef83ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-480daf98-09e6-43a5-a0a4-58060818f2b7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b7845524-825c-4f29-aefc-35dae1f3a0e3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-b7845524-825c-4f29-aefc-35dae1f3a0e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7845524-825c-4f29-aefc-35dae1f3a0e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75e8ffd4-1905-4b54-a953-d13e03f5910d {
  margin-left: 20px;
margin-right: 20px;
}

#s-75e8ffd4-1905-4b54-a953-d13e03f5910d .shogun-icon-wrapper {
  text-align: left;
}


#s-75e8ffd4-1905-4b54-a953-d13e03f5910d .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e43f8cf2-3c6d-4d97-a604-0de55456227a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e43f8cf2-3c6d-4d97-a604-0de55456227a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5b1e81a1-bea2-4e9b-b504-963f80e39f6c {
  margin-left: 20px;
margin-right: 20px;
}

#s-bc8b34ff-7017-4968-94cd-02e7cf327f83 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-bc8b34ff-7017-4968-94cd-02e7cf327f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8b34ff-7017-4968-94cd-02e7cf327f83.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55a80b90-bc69-4466-bd1f-ffde46fcd543 {
  margin-left: 20px;
margin-right: 20px;
}

#s-55a80b90-bc69-4466-bd1f-ffde46fcd543 .shogun-icon-wrapper {
  text-align: left;
}


#s-55a80b90-bc69-4466-bd1f-ffde46fcd543 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(0, 0, 0, 1);
}

#s-58cda570-8c44-476f-8ad5-9e6d6b264ec6 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58cda570-8c44-476f-8ad5-9e6d6b264ec6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b09473d5-4a0b-48ab-af0b-1001233de251 {
  margin-left: 20px;
margin-right: 20px;
}

#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b {
  
}
}@media (max-width: 767px){#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
}







#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b > .shg-box-overlay {
  background-color: rgba(255, 250, 250, 1);
  opacity: 0;
}#s-637bdd49-fae5-4ad1-9ca3-e3d26d3dc90b.shg-box.shg-c {
  justify-content: center;
}

#s-6d8f288d-af2d-4ad5-a711-09ae3319251d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(17, 233, 21, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d8f288d-af2d-4ad5-a711-09ae3319251d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d8f288d-af2d-4ad5-a711-09ae3319251d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d8f288d-af2d-4ad5-a711-09ae3319251d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: EB Garamond;
  display:  block ;
}

#s-0743ee97-b33b-45b5-80b5-abfe534c2495 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0743ee97-b33b-45b5-80b5-abfe534c2495 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-0743ee97-b33b-45b5-80b5-abfe534c2495 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-0743ee97-b33b-45b5-80b5-abfe534c2495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0743ee97-b33b-45b5-80b5-abfe534c2495.shg-box.shg-c {
  justify-content: center;
}

#s-a7e92b41-4334-4c5e-8159-38338b0d6614 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 197, 19, 1);
}

#s-a7e92b41-4334-4c5e-8159-38338b0d6614 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-481ca899-ff80-4f09-833f-9acfdedb1b58 {
  min-height: 50px;
}








#s-481ca899-ff80-4f09-833f-9acfdedb1b58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-481ca899-ff80-4f09-833f-9acfdedb1b58.shg-box.shg-c {
  justify-content: center;
}

#s-0a0af53e-e3d8-4594-b829-044dc67205fd {
  min-height: 50px;
}








#s-0a0af53e-e3d8-4594-b829-044dc67205fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a0af53e-e3d8-4594-b829-044dc67205fd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96 {
  
}
}@media (max-width: 767px){#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96 {
  
}
}







#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-332ce0e7-f7ab-4981-bbe4-afcceea01a96.shg-box.shg-c {
  justify-content: center;
}

#s-8eb31df5-7c51-4e20-8c4c-09807bea1362 {
  background-size: cover;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-color: rgba(68, 134, 68, 1);
}
@media (min-width: 1200px){#s-8eb31df5-7c51-4e20-8c4c-09807bea1362 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eb31df5-7c51-4e20-8c4c-09807bea1362 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eb31df5-7c51-4e20-8c4c-09807bea1362 {
  
}
}@media (max-width: 767px){#s-8eb31df5-7c51-4e20-8c4c-09807bea1362 {
  margin-left: 2%;
margin-right: 5%;
}
}







#s-8eb31df5-7c51-4e20-8c4c-09807bea1362 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8eb31df5-7c51-4e20-8c4c-09807bea1362.shg-box.shg-c {
  justify-content: center;
}

#s-3c83cb0c-e693-47ef-a2f2-f5f1d344b55a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c83cb0c-e693-47ef-a2f2-f5f1d344b55a .shogun-heading-component h1 {
  color: rgba(253, 247, 247, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a7d8ce5-e45c-47d4-90f8-0dd66ca18836"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c3c017f6-f06a-4e11-ab50-c099918014d6 {
  min-height: 50px;
background-color: rgba(255, 245, 245, 1);
}








#s-c3c017f6-f06a-4e11-ab50-c099918014d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c017f6-f06a-4e11-ab50-c099918014d6.shg-box.shg-c {
  justify-content: center;
}

#s-9d192d94-5814-417f-949e-d190a07f70fc {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9d192d94-5814-417f-949e-d190a07f70fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d192d94-5814-417f-949e-d190a07f70fc.shg-box.shg-c {
  justify-content: center;
}

#s-84da2b72-d8ea-4e5d-80b9-cb7bb00c088d {
  text-align: left;
}




  #s-84da2b72-d8ea-4e5d-80b9-cb7bb00c088d img.shogun-image {
    
    width: px;
  }


#s-84da2b72-d8ea-4e5d-80b9-cb7bb00c088d .shogun-image-content {
  
    align-items: center;
  
}

#s-de49d61d-5f58-486c-a918-5794d3eb4fea {
  margin-bottom: 10px;
}

#s-de49d61d-5f58-486c-a918-5794d3eb4fea .shogun-heading-component h1 {
  color: rgba(50, 50, 50, 1);
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: -1px;
  
}



#s-85b588d5-83f5-4640-b084-29c840920b3e {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-85b588d5-83f5-4640-b084-29c840920b3e {
  margin-bottom: 10px;
}
}
#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-box {
  padding: 10px;
}

#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  color: rgba(34, 177, 76, 1);
  font-family: Rubik;
  font-weight: normal;
  
  
  
}

#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(232, 92, 65, 1);
}

#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 177, 76, 1);
}

#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  color: rgba(232, 92, 65, 1);
  font-family: Rubik;
  font-weight: normal;
  
  
  
}

#s-e6d1fa88-dd76-4a6c-b985-76a11581920c .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
#s-bebc7773-153d-4bf8-8b5e-cab3bb045a45 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bebc7773-153d-4bf8-8b5e-cab3bb045a45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-4d561732-ea92-4549-8a0b-dd65561e8058  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(238, 233, 233, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(27, 27, 27, 1);
  font-family: Rubik;
  font-weight: normal;
  line-height: 1.75em;
  
}

#s-4d561732-ea92-4549-8a0b-dd65561e8058  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(27, 27, 27, 1);
  font-family: Rubik;
  font-weight: normal;
  
  
}

#s-4d561732-ea92-4549-8a0b-dd65561e8058  .shogun-form-text-input-field:-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(27, 27, 27, 1);
  font-family: Rubik;
  font-weight: normal;
  
  
}

#s-4d561732-ea92-4549-8a0b-dd65561e8058  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(27, 27, 27, 1);
  font-family: Rubik;
  font-weight: normal;
  
  
}


#s-4d561732-ea92-4549-8a0b-dd65561e8058 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(190, 186, 186, 1);
  
  
  color: rgba(27, 27, 27, 1);
}



#s-4d561732-ea92-4549-8a0b-dd65561e8058 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(190, 186, 186, 1);
  
  
  color: rgba(27, 27, 27, 1);
}


.shogun-form-box-submit:focus {
  outline: none;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a0676549-1927-430a-bf58-3d4f9c879cd7 {
  border-style: solid;
margin-top: 5px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(50, 205, 50, 1);
border-radius: 30px;
color: #FFFFFF;
background-color: rgba(50, 205, 50, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: EB Garamond;
}
#s-a0676549-1927-430a-bf58-3d4f9c879cd7:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(50, 205, 50, 1) !important;
border-radius: 30px !important;
background-color: rgba(246, 246, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(50, 205, 50, 1) !important;}#s-a0676549-1927-430a-bf58-3d4f9c879cd7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 30px !important;
background-color: rgba(169, 169, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a0676549-1927-430a-bf58-3d4f9c879cd7 {
  margin-top: 20px;
}
}
#s-a0676549-1927-430a-bf58-3d4f9c879cd7[disabled],
#s-a0676549-1927-430a-bf58-3d4f9c879cd7[disabled]:hover,
#s-a0676549-1927-430a-bf58-3d4f9c879cd7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-a0676549-1927-430a-bf58-3d4f9c879cd7 {
  display:  inline-block ;
  width:  auto ;
}


#s-86010a2b-1336-472c-8667-499649ea7f6f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
}
@media (max-width: 767px){#s-86010a2b-1336-472c-8667-499649ea7f6f {
  display: none;
}
#s-86010a2b-1336-472c-8667-499649ea7f6f, #wrap-s-86010a2b-1336-472c-8667-499649ea7f6f { display:none !important; }}







#s-86010a2b-1336-472c-8667-499649ea7f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86010a2b-1336-472c-8667-499649ea7f6f.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}