.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-57d99fe4-695f-43ed-9e66-b3f01114d1e9 {
  min-height: 50px;
}








#s-57d99fe4-695f-43ed-9e66-b3f01114d1e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d99fe4-695f-43ed-9e66-b3f01114d1e9.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-e95b53fa-aabf-4f00-bda2-fcceaa5e71bb {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-style: solid;
border-radius: 5px;
max-width: 1200px;
text-align: center;
background-color: rgba(73, 158, 28, 1);
}

#s-e95b53fa-aabf-4f00-bda2-fcceaa5e71bb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: 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-b8333fe3-1a01-4012-bffc-254e588eec1a {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8333fe3-1a01-4012-bffc-254e588eec1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-35312d8e-137e-4973-bb03-0cc05a995667 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}




  #s-35312d8e-137e-4973-bb03-0cc05a995667 img.shogun-image {
    
    width: px;
  }


#s-35312d8e-137e-4973-bb03-0cc05a995667 .shogun-image-content {
  
    align-items: center;
  
}

#s-25bb59c1-5d0c-4eab-8b1d-4e1540432728 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

#s-0d8118bc-31a8-4e4a-afb3-16f2e0891796 {
  min-height: 50px;
}








#s-0d8118bc-31a8-4e4a-afb3-16f2e0891796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8118bc-31a8-4e4a-afb3-16f2e0891796.shg-box.shg-c {
  justify-content: center;
}

#s-26f86525-a939-4c16-8c45-17636e7b830b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
text-align: center;
}




  #s-26f86525-a939-4c16-8c45-17636e7b830b img.shogun-image {
    
    width: px;
  }


#s-26f86525-a939-4c16-8c45-17636e7b830b .shogun-image-content {
  
    align-items: center;
  
}

#s-6f1d023a-06f1-42b1-b989-f5a342c64eee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6f1d023a-06f1-42b1-b989-f5a342c64eee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1d023a-06f1-42b1-b989-f5a342c64eee.shg-box.shg-c {
  justify-content: center;
}

#s-540b05d9-4ef6-4134-83a7-d863dcf1d1ca {
  min-height: 50px;
}








#s-540b05d9-4ef6-4134-83a7-d863dcf1d1ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540b05d9-4ef6-4134-83a7-d863dcf1d1ca.shg-box.shg-c {
  justify-content: center;
}

#s-d9262d7d-bda4-4e67-8af9-e4f43cf6a477 {
  min-height: 50px;
}








#s-d9262d7d-bda4-4e67-8af9-e4f43cf6a477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9262d7d-bda4-4e67-8af9-e4f43cf6a477.shg-box.shg-c {
  justify-content: center;
}

#s-13677e88-f748-4779-b506-babcc47efd80 {
  min-height: 50px;
max-width: 1200px;
}








#s-13677e88-f748-4779-b506-babcc47efd80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13677e88-f748-4779-b506-babcc47efd80.shg-box.shg-c {
  justify-content: center;
}

#s-4d3ce0d1-b6a6-4439-af3d-7405f8d2dfeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d3ce0d1-b6a6-4439-af3d-7405f8d2dfeb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0b1eee2-d9b3-4d4a-a6dd-7c9841e8290b {
  text-align: center;
}




  #s-d0b1eee2-d9b3-4d4a-a6dd-7c9841e8290b img.shogun-image {
    
    width: px;
  }


#s-d0b1eee2-d9b3-4d4a-a6dd-7c9841e8290b .shogun-image-content {
  
    align-items: 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-f0f8e456-c6c4-41cb-9012-6ced94913540 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0f8e456-c6c4-41cb-9012-6ced94913540:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f0f8e456-c6c4-41cb-9012-6ced94913540:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f0f8e456-c6c4-41cb-9012-6ced94913540-btn-wrapper {
    text-align: center;
  }


#s-f0f8e456-c6c4-41cb-9012-6ced94913540.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2929a4d8-6a63-4121-93d5-711b112dfc61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d1f7cb21-8a16-427d-861a-844173ff59bb {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-d1f7cb21-8a16-427d-861a-844173ff59bb img.shogun-image {
    
    width: px;
  }


#s-d1f7cb21-8a16-427d-861a-844173ff59bb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af69c90b-f74e-4b0d-a9d0-32deea5538d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-854a7a0e-1d2b-44b9-af19-646eea39fecb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-854a7a0e-1d2b-44b9-af19-646eea39fecb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-854a7a0e-1d2b-44b9-af19-646eea39fecb:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-854a7a0e-1d2b-44b9-af19-646eea39fecb-btn-wrapper {
    text-align: center;
  }


#s-854a7a0e-1d2b-44b9-af19-646eea39fecb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c32fd516-9a36-49ea-9e2a-17aa1e441d69 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c32fd516-9a36-49ea-9e2a-17aa1e441d69:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c32fd516-9a36-49ea-9e2a-17aa1e441d69:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c32fd516-9a36-49ea-9e2a-17aa1e441d69-btn-wrapper {
    text-align: center;
  }


#s-c32fd516-9a36-49ea-9e2a-17aa1e441d69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2d76cf5a-fb6a-4caf-9856-34a09264a495 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-2d76cf5a-fb6a-4caf-9856-34a09264a495 img.shogun-image {
    
    width: px;
  }


#s-2d76cf5a-fb6a-4caf-9856-34a09264a495 .shogun-image-content {
  
    align-items: center;
  
}

#s-25a70654-5509-4349-9a1e-0f56fad7759c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-25a70654-5509-4349-9a1e-0f56fad7759c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25a70654-5509-4349-9a1e-0f56fad7759c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-25a70654-5509-4349-9a1e-0f56fad7759c-btn-wrapper {
    text-align: center;
  }


#s-25a70654-5509-4349-9a1e-0f56fad7759c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e28ab0fc-d76c-4ad7-ac94-116702232cd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e6497248-8d5d-4178-8a1d-23289a93132a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-e6497248-8d5d-4178-8a1d-23289a93132a img.shogun-image {
    
    width: px;
  }


#s-e6497248-8d5d-4178-8a1d-23289a93132a .shogun-image-content {
  
    align-items: center;
  
}

#s-264bf459-5f3a-4ed7-9e0e-85d15148a440 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-264bf459-5f3a-4ed7-9e0e-85d15148a440:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-264bf459-5f3a-4ed7-9e0e-85d15148a440:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-264bf459-5f3a-4ed7-9e0e-85d15148a440-btn-wrapper {
    text-align: center;
  }


#s-264bf459-5f3a-4ed7-9e0e-85d15148a440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5be603d7-b026-4538-967e-29419176208a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-5be603d7-b026-4538-967e-29419176208a img.shogun-image {
    
    width: px;
  }


#s-5be603d7-b026-4538-967e-29419176208a .shogun-image-content {
  
    align-items: center;
  
}

#s-a0d16f3a-517d-4c60-b9eb-5af4868e66bc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a0d16f3a-517d-4c60-b9eb-5af4868e66bc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a0d16f3a-517d-4c60-b9eb-5af4868e66bc:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a0d16f3a-517d-4c60-b9eb-5af4868e66bc-btn-wrapper {
    text-align: center;
  }


#s-a0d16f3a-517d-4c60-b9eb-5af4868e66bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-621e20fb-7bca-42e8-b41c-0f45c70eb90d {
  min-height: 50px;
}








#s-621e20fb-7bca-42e8-b41c-0f45c70eb90d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-621e20fb-7bca-42e8-b41c-0f45c70eb90d.shg-box.shg-c {
  justify-content: center;
}

#s-46e7f879-bc85-49a5-954f-aac4c1055c09 {
  min-height: 50px;
}








#s-46e7f879-bc85-49a5-954f-aac4c1055c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46e7f879-bc85-49a5-954f-aac4c1055c09.shg-box.shg-c {
  justify-content: center;
}

#s-25436913-c6b5-4643-93b7-4dc01d385900 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 1200px;
text-align: center;
}

#s-25436913-c6b5-4643-93b7-4dc01d385900 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-17d7fe7f-4536-4eb1-8a65-2be245261caa {
  text-align: center;
}




  #s-17d7fe7f-4536-4eb1-8a65-2be245261caa img.shogun-image {
    
    width: px;
  }


#s-17d7fe7f-4536-4eb1-8a65-2be245261caa .shogun-image-content {
  
    align-items: center;
  
}

#s-7b9bb896-bc34-4dd7-8d41-92af67215ebd {
  min-height: 50px;
}








#s-7b9bb896-bc34-4dd7-8d41-92af67215ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9bb896-bc34-4dd7-8d41-92af67215ebd.shg-box.shg-c {
  justify-content: center;
}

#s-2ee2bcb3-eb1a-4c33-9e9a-423cb2efd8b5 {
  min-height: 50px;
}








#s-2ee2bcb3-eb1a-4c33-9e9a-423cb2efd8b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ee2bcb3-eb1a-4c33-9e9a-423cb2efd8b5.shg-box.shg-c {
  justify-content: center;
}

#s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e8b8d47-4f0b-4c0c-8ffe-e312d4df38cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-736009d8-1001-41ce-8449-5de97106be95 {
  min-height: 50px;
}








#s-736009d8-1001-41ce-8449-5de97106be95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-736009d8-1001-41ce-8449-5de97106be95.shg-box.shg-c {
  justify-content: center;
}

#s-7f4a78e1-059f-4765-803d-a8ad4a301657 {
  text-align: center;
}




  #s-7f4a78e1-059f-4765-803d-a8ad4a301657 img.shogun-image {
    
    width: px;
  }


#s-7f4a78e1-059f-4765-803d-a8ad4a301657 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9cc98ec8-200f-4570-8b4f-26cdbe66b0ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a684932c-7b31-43a5-80a7-7254baff2c2c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a684932c-7b31-43a5-80a7-7254baff2c2c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a684932c-7b31-43a5-80a7-7254baff2c2c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a684932c-7b31-43a5-80a7-7254baff2c2c-btn-wrapper {
    text-align: center;
  }


#s-a684932c-7b31-43a5-80a7-7254baff2c2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-69412b8d-cd64-4b96-b5cd-907f37b7eecc {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-69412b8d-cd64-4b96-b5cd-907f37b7eecc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69412b8d-cd64-4b96-b5cd-907f37b7eecc:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-69412b8d-cd64-4b96-b5cd-907f37b7eecc-btn-wrapper {
    text-align: center;
  }


#s-69412b8d-cd64-4b96-b5cd-907f37b7eecc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a39098b2-f234-45fd-9461-ded8717a2e54 {
  min-height: 50px;
}








#s-a39098b2-f234-45fd-9461-ded8717a2e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39098b2-f234-45fd-9461-ded8717a2e54.shg-box.shg-c {
  justify-content: center;
}

#s-cbfb999d-77c1-48d2-9da7-55b984b80db7 {
  text-align: center;
}




  #s-cbfb999d-77c1-48d2-9da7-55b984b80db7 img.shogun-image {
    
    width: px;
  }


#s-cbfb999d-77c1-48d2-9da7-55b984b80db7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5012c74a-4705-4d81-895b-3b63fa44fe43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f1d52844-fc3d-4819-b0aa-bdb8342c4dc1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f1d52844-fc3d-4819-b0aa-bdb8342c4dc1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f1d52844-fc3d-4819-b0aa-bdb8342c4dc1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f1d52844-fc3d-4819-b0aa-bdb8342c4dc1-btn-wrapper {
    text-align: center;
  }


#s-f1d52844-fc3d-4819-b0aa-bdb8342c4dc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d62cb954-f1d0-470f-a701-6e792c0469a2 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d62cb954-f1d0-470f-a701-6e792c0469a2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d62cb954-f1d0-470f-a701-6e792c0469a2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d62cb954-f1d0-470f-a701-6e792c0469a2-btn-wrapper {
    text-align: center;
  }


#s-d62cb954-f1d0-470f-a701-6e792c0469a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5ba38698-db43-4bb6-a483-5b5367157bb2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ba38698-db43-4bb6-a483-5b5367157bb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ddc966fc-45a9-4cfe-8b44-8c2cf592cad8 {
  text-align: center;
}




  #s-ddc966fc-45a9-4cfe-8b44-8c2cf592cad8 img.shogun-image {
    
    width: px;
  }


#s-ddc966fc-45a9-4cfe-8b44-8c2cf592cad8 .shogun-image-content {
  
    align-items: center;
  
}

#s-961019c4-d050-4fd1-b150-f6a838e48d18 {
  min-height: 50px;
}








#s-961019c4-d050-4fd1-b150-f6a838e48d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961019c4-d050-4fd1-b150-f6a838e48d18.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ba44b4a-975c-42ee-be4a-1f2863050634"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f99317df-f01e-4a99-9132-a9c8aceafdd9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f99317df-f01e-4a99-9132-a9c8aceafdd9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f99317df-f01e-4a99-9132-a9c8aceafdd9:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f99317df-f01e-4a99-9132-a9c8aceafdd9-btn-wrapper {
    text-align: center;
  }


#s-f99317df-f01e-4a99-9132-a9c8aceafdd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5aab7f7c-4c70-499f-8515-11755442e326 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5aab7f7c-4c70-499f-8515-11755442e326:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5aab7f7c-4c70-499f-8515-11755442e326:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5aab7f7c-4c70-499f-8515-11755442e326-btn-wrapper {
    text-align: center;
  }


#s-5aab7f7c-4c70-499f-8515-11755442e326.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cf51806c-216a-4423-bf88-5743d44910a9 {
  min-height: 50px;
}








#s-cf51806c-216a-4423-bf88-5743d44910a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf51806c-216a-4423-bf88-5743d44910a9.shg-box.shg-c {
  justify-content: center;
}

#s-7425c981-ad19-415d-8391-e5178382bc74 {
  text-align: center;
}




  #s-7425c981-ad19-415d-8391-e5178382bc74 img.shogun-image {
    
    width: px;
  }


#s-7425c981-ad19-415d-8391-e5178382bc74 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b99b450b-79de-4723-8354-0bfc22cc0303"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-05b38fb9-a3cf-48df-afa9-29cb106375e7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05b38fb9-a3cf-48df-afa9-29cb106375e7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-05b38fb9-a3cf-48df-afa9-29cb106375e7:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-05b38fb9-a3cf-48df-afa9-29cb106375e7-btn-wrapper {
    text-align: center;
  }


#s-05b38fb9-a3cf-48df-afa9-29cb106375e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-74e08ecd-565a-4967-89d2-da336ab02fc8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74e08ecd-565a-4967-89d2-da336ab02fc8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-74e08ecd-565a-4967-89d2-da336ab02fc8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-74e08ecd-565a-4967-89d2-da336ab02fc8-btn-wrapper {
    text-align: center;
  }


#s-74e08ecd-565a-4967-89d2-da336ab02fc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-84e9afa5-5948-4227-9231-d460f618b976 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84e9afa5-5948-4227-9231-d460f618b976"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-92674cda-38ea-43ca-bad6-ac6e1d0becc9 {
  text-align: center;
}




  #s-92674cda-38ea-43ca-bad6-ac6e1d0becc9 img.shogun-image {
    
    width: px;
  }


#s-92674cda-38ea-43ca-bad6-ac6e1d0becc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4da2a5b4-17ea-4811-bf14-8122f32f8519 {
  min-height: 50px;
}








#s-4da2a5b4-17ea-4811-bf14-8122f32f8519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da2a5b4-17ea-4811-bf14-8122f32f8519.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c00d2126-faad-4ea8-9ed2-465dd4552bca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e1e66948-cbb5-4050-a5f4-a9fba728fd14 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e1e66948-cbb5-4050-a5f4-a9fba728fd14:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1e66948-cbb5-4050-a5f4-a9fba728fd14:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e1e66948-cbb5-4050-a5f4-a9fba728fd14-btn-wrapper {
    text-align: center;
  }


#s-e1e66948-cbb5-4050-a5f4-a9fba728fd14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-02720c53-a2c3-4652-8e0c-82b14079353a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02720c53-a2c3-4652-8e0c-82b14079353a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02720c53-a2c3-4652-8e0c-82b14079353a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-02720c53-a2c3-4652-8e0c-82b14079353a-btn-wrapper {
    text-align: center;
  }


#s-02720c53-a2c3-4652-8e0c-82b14079353a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5678b457-2f7e-4e00-9273-571871bcc21d {
  min-height: 50px;
}








#s-5678b457-2f7e-4e00-9273-571871bcc21d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5678b457-2f7e-4e00-9273-571871bcc21d.shg-box.shg-c {
  justify-content: center;
}

#s-66dd063d-188a-431e-b3f9-69f7c2fd355b {
  text-align: center;
}




  #s-66dd063d-188a-431e-b3f9-69f7c2fd355b img.shogun-image {
    
    width: px;
  }


#s-66dd063d-188a-431e-b3f9-69f7c2fd355b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84e895f4-621d-48ef-8f79-cbe4e97256b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-17af9bdf-62dd-4bdc-893a-c5e5173c60db {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-17af9bdf-62dd-4bdc-893a-c5e5173c60db:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-17af9bdf-62dd-4bdc-893a-c5e5173c60db:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-17af9bdf-62dd-4bdc-893a-c5e5173c60db-btn-wrapper {
    text-align: center;
  }


#s-17af9bdf-62dd-4bdc-893a-c5e5173c60db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b3b761cb-ba9a-4611-bb1e-0f771ea58300 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b3b761cb-ba9a-4611-bb1e-0f771ea58300:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b3b761cb-ba9a-4611-bb1e-0f771ea58300:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b3b761cb-ba9a-4611-bb1e-0f771ea58300-btn-wrapper {
    text-align: center;
  }


#s-b3b761cb-ba9a-4611-bb1e-0f771ea58300.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f3987163-cb0d-4f80-aeff-f60baa9e849e {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3987163-cb0d-4f80-aeff-f60baa9e849e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43560ead-7b68-4620-94bb-3bb8cc5b57c2 {
  text-align: center;
}




  #s-43560ead-7b68-4620-94bb-3bb8cc5b57c2 img.shogun-image {
    
    width: px;
  }


#s-43560ead-7b68-4620-94bb-3bb8cc5b57c2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af59ce22-c0d9-465e-a512-35a2e7209c70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f1e26921-6791-4b86-85ba-e1dd14830ec6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f1e26921-6791-4b86-85ba-e1dd14830ec6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f1e26921-6791-4b86-85ba-e1dd14830ec6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f1e26921-6791-4b86-85ba-e1dd14830ec6-btn-wrapper {
    text-align: center;
  }


#s-f1e26921-6791-4b86-85ba-e1dd14830ec6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6217b269-55ae-422a-8756-5d6776e16057 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6217b269-55ae-422a-8756-5d6776e16057:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6217b269-55ae-422a-8756-5d6776e16057:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6217b269-55ae-422a-8756-5d6776e16057-btn-wrapper {
    text-align: center;
  }


#s-6217b269-55ae-422a-8756-5d6776e16057.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cb64533b-84e2-42e7-ad79-a91ea3d3cfbf {
  min-height: 50px;
}








#s-cb64533b-84e2-42e7-ad79-a91ea3d3cfbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb64533b-84e2-42e7-ad79-a91ea3d3cfbf.shg-box.shg-c {
  justify-content: center;
}

#s-d78fd8a3-54e1-42b5-b3c7-18763359cd09 {
  text-align: center;
}




  #s-d78fd8a3-54e1-42b5-b3c7-18763359cd09 img.shogun-image {
    
    width: px;
  }


#s-d78fd8a3-54e1-42b5-b3c7-18763359cd09 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af8b0ae3-9bf8-4436-a2f3-b54d6a301257"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-30c4e543-411f-447b-8f41-30b28ff09902 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-30c4e543-411f-447b-8f41-30b28ff09902:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-30c4e543-411f-447b-8f41-30b28ff09902:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-30c4e543-411f-447b-8f41-30b28ff09902-btn-wrapper {
    text-align: center;
  }


#s-30c4e543-411f-447b-8f41-30b28ff09902.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-10d19f38-650e-4120-a9b1-50cadc7676b1 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-10d19f38-650e-4120-a9b1-50cadc7676b1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-10d19f38-650e-4120-a9b1-50cadc7676b1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-10d19f38-650e-4120-a9b1-50cadc7676b1-btn-wrapper {
    text-align: center;
  }


#s-10d19f38-650e-4120-a9b1-50cadc7676b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e01dafca-b6e6-4146-9008-1270c2c728c3 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 1200px;
text-align: center;
}

#s-e01dafca-b6e6-4146-9008-1270c2c728c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-99cb7aa7-42c7-47d7-b045-de3bb4920d1c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
text-align: center;
}




  #s-99cb7aa7-42c7-47d7-b045-de3bb4920d1c img.shogun-image {
    
    width: px;
  }


#s-99cb7aa7-42c7-47d7-b045-de3bb4920d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-44b4f369-2bb7-4c76-8b2d-2ab73db502a7 {
  min-height: 50px;
}








#s-44b4f369-2bb7-4c76-8b2d-2ab73db502a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b4f369-2bb7-4c76-8b2d-2ab73db502a7.shg-box.shg-c {
  justify-content: center;
}

#s-1baaaecd-f999-4fdf-bdb8-76b4d6604586 {
  min-height: 50px;
}








#s-1baaaecd-f999-4fdf-bdb8-76b4d6604586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1baaaecd-f999-4fdf-bdb8-76b4d6604586.shg-box.shg-c {
  justify-content: center;
}

#s-7b1fe2eb-9f4f-4872-9923-8765c7fc7b22 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-style: solid;
border-radius: 5px;
max-width: 1200px;
text-align: center;
background-color: rgba(73, 158, 28, 1);
}

#s-7b1fe2eb-9f4f-4872-9923-8765c7fc7b22 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-6ca27bd3-10e7-4d5c-89c6-271c09b70811 {
  min-height: 50px;
}








#s-6ca27bd3-10e7-4d5c-89c6-271c09b70811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ca27bd3-10e7-4d5c-89c6-271c09b70811.shg-box.shg-c {
  justify-content: center;
}

#s-6fc3d09f-046a-4d11-87c1-a4313d99ca48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6fc3d09f-046a-4d11-87c1-a4313d99ca48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fc3d09f-046a-4d11-87c1-a4313d99ca48.shg-box.shg-c {
  justify-content: 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-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(73, 158, 28, 1);
  padding: 5px;
}

#s-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-410f5457-f0f0-49bd-bb29-3f0dabaa9b50 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-420b9834-60c2-4fed-9a02-793c5f4f21ae {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-420b9834-60c2-4fed-9a02-793c5f4f21ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0518c9e1-815f-4e3f-a6ff-4478a718ef2b {
  text-align: center;
}




  #s-0518c9e1-815f-4e3f-a6ff-4478a718ef2b img.shogun-image {
    
    width: px;
  }


#s-0518c9e1-815f-4e3f-a6ff-4478a718ef2b .shogun-image-content {
  
    align-items: center;
  
}

#s-bec35042-5ad1-4388-a5b9-157d76a18c4f {
  text-align: center;
}




  #s-bec35042-5ad1-4388-a5b9-157d76a18c4f img.shogun-image {
    
    width: px;
  }


#s-bec35042-5ad1-4388-a5b9-157d76a18c4f .shogun-image-content {
  
    align-items: center;
  
}

#s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9fc0aff3-26bb-4190-ab05-ca3d9341ec5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-000b3e65-89f4-4562-83f0-f32726731e43 {
  text-align: center;
}




  #s-000b3e65-89f4-4562-83f0-f32726731e43 img.shogun-image {
    
    width: px;
  }


#s-000b3e65-89f4-4562-83f0-f32726731e43 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eb330d0-16fe-43a5-953c-3f0e32c0588f {
  text-align: center;
}




  #s-9eb330d0-16fe-43a5-953c-3f0e32c0588f img.shogun-image {
    
    width: px;
  }


#s-9eb330d0-16fe-43a5-953c-3f0e32c0588f .shogun-image-content {
  
    align-items: center;
  
}

#s-05499640-a37b-404c-9b2a-edf5cdb22e44 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-05499640-a37b-404c-9b2a-edf5cdb22e44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ab2d8042-22aa-477a-80f7-662b5f20c947 {
  text-align: center;
}




  #s-ab2d8042-22aa-477a-80f7-662b5f20c947 img.shogun-image {
    
    width: px;
  }


#s-ab2d8042-22aa-477a-80f7-662b5f20c947 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbe80d03-cdba-4ec6-ba87-c7b249f75128 {
  text-align: center;
}




  #s-dbe80d03-cdba-4ec6-ba87-c7b249f75128 img.shogun-image {
    
    width: px;
  }


#s-dbe80d03-cdba-4ec6-ba87-c7b249f75128 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ccd450d3-8ca4-4011-a70f-167a6f4b57c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b23015bb-01b7-4fa6-858f-9a29b6ba1c87 {
  text-align: center;
}




  #s-b23015bb-01b7-4fa6-858f-9a29b6ba1c87 img.shogun-image {
    
    width: px;
  }


#s-b23015bb-01b7-4fa6-858f-9a29b6ba1c87 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cfb4057-83f4-4398-a28f-bf1c17f92590 {
  text-align: center;
}




  #s-3cfb4057-83f4-4398-a28f-bf1c17f92590 img.shogun-image {
    
    width: px;
  }


#s-3cfb4057-83f4-4398-a28f-bf1c17f92590 .shogun-image-content {
  
    align-items: center;
  
}

#s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4162d8f7-ff8e-45fc-9a53-804fbcfb634e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-91d4294c-db36-4c80-be23-d03f0dec61e4 {
  text-align: center;
}




  #s-91d4294c-db36-4c80-be23-d03f0dec61e4 img.shogun-image {
    
    width: px;
  }


#s-91d4294c-db36-4c80-be23-d03f0dec61e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-971f0484-8323-4e1b-b6ae-9b4bf267e17c {
  text-align: center;
}




  #s-971f0484-8323-4e1b-b6ae-9b4bf267e17c img.shogun-image {
    
    width: px;
  }


#s-971f0484-8323-4e1b-b6ae-9b4bf267e17c .shogun-image-content {
  
    align-items: center;
  
}

#s-c326b0e4-b537-49df-81c7-efd7c1d0845c {
  min-height: 50px;
}








#s-c326b0e4-b537-49df-81c7-efd7c1d0845c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c326b0e4-b537-49df-81c7-efd7c1d0845c.shg-box.shg-c {
  justify-content: center;
}

#s-99294e1d-eee1-417f-a27c-43bc92349939 {
  min-height: 50px;
}








#s-99294e1d-eee1-417f-a27c-43bc92349939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99294e1d-eee1-417f-a27c-43bc92349939.shg-box.shg-c {
  justify-content: center;
}

#s-6c2c7466-2cdb-449e-b107-2c21cf30af38 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-style: solid;
border-radius: 5px;
max-width: 1200px;
text-align: center;
background-color: rgba(73, 158, 28, 1);
}

#s-6c2c7466-2cdb-449e-b107-2c21cf30af38 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-a29badf8-9615-4c4f-abaa-88612ef0ce55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-a29badf8-9615-4c4f-abaa-88612ef0ce55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a29badf8-9615-4c4f-abaa-88612ef0ce55.shg-box.shg-c {
  justify-content: center;
}

#s-896791bd-8bd2-4455-a059-f8d2d6ebb294 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-896791bd-8bd2-4455-a059-f8d2d6ebb294"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c0422eeb-9064-4c86-9065-f8c124d65c83 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-c0422eeb-9064-4c86-9065-f8c124d65c83 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cce2cfd-a14e-43eb-8b42-6c15f2836942 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3cce2cfd-a14e-43eb-8b42-6c15f2836942:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3cce2cfd-a14e-43eb-8b42-6c15f2836942:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3cce2cfd-a14e-43eb-8b42-6c15f2836942-btn-wrapper {
    text-align: center;
  }


#s-3cce2cfd-a14e-43eb-8b42-6c15f2836942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-122190e1-f59e-4594-8780-7575d411f0de {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-122190e1-f59e-4594-8780-7575d411f0de:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-122190e1-f59e-4594-8780-7575d411f0de:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-122190e1-f59e-4594-8780-7575d411f0de-btn-wrapper {
    text-align: center;
  }


#s-122190e1-f59e-4594-8780-7575d411f0de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-af0cac1a-128b-4fde-8d66-0dd4cc915756 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-af0cac1a-128b-4fde-8d66-0dd4cc915756 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-beba3785-be68-475a-b3f4-08d988d4bf9a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-beba3785-be68-475a-b3f4-08d988d4bf9a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f8e703ac-3e2f-468a-9588-add0ec89f033 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8e703ac-3e2f-468a-9588-add0ec89f033"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0f730f2a-c642-4202-8f49-c82160725b3a {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-0f730f2a-c642-4202-8f49-c82160725b3a .shogun-image-content {
  
    align-items: center;
  
}

#s-38335ba6-2c03-44c2-8c85-f3743f445933 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-38335ba6-2c03-44c2-8c85-f3743f445933:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38335ba6-2c03-44c2-8c85-f3743f445933:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-38335ba6-2c03-44c2-8c85-f3743f445933-btn-wrapper {
    text-align: center;
  }


#s-38335ba6-2c03-44c2-8c85-f3743f445933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-50d76224-b0b1-4d89-b573-c5fcaf6d3628 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-50d76224-b0b1-4d89-b573-c5fcaf6d3628:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-50d76224-b0b1-4d89-b573-c5fcaf6d3628:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-50d76224-b0b1-4d89-b573-c5fcaf6d3628-btn-wrapper {
    text-align: center;
  }


#s-50d76224-b0b1-4d89-b573-c5fcaf6d3628.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2d2c3fe6-efad-4f24-8360-b501e34ec3ad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-2d2c3fe6-efad-4f24-8360-b501e34ec3ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0a4e838a-86d3-4e91-b517-2e7042148ea4 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0a4e838a-86d3-4e91-b517-2e7042148ea4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a2bda7c0-738b-404b-86ed-afca9da35643 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2bda7c0-738b-404b-86ed-afca9da35643"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-52a918a4-1bd5-4f9e-9835-0b57664cb470 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-52a918a4-1bd5-4f9e-9835-0b57664cb470 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f195f18-567c-48ba-bd9d-4d0a6e195796 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1f195f18-567c-48ba-bd9d-4d0a6e195796:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1f195f18-567c-48ba-bd9d-4d0a6e195796:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1f195f18-567c-48ba-bd9d-4d0a6e195796-btn-wrapper {
    text-align: center;
  }


#s-1f195f18-567c-48ba-bd9d-4d0a6e195796.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7e7f903c-b4fa-4da5-9d82-b418f0af0f33 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e7f903c-b4fa-4da5-9d82-b418f0af0f33:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7e7f903c-b4fa-4da5-9d82-b418f0af0f33:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7e7f903c-b4fa-4da5-9d82-b418f0af0f33-btn-wrapper {
    text-align: center;
  }


#s-7e7f903c-b4fa-4da5-9d82-b418f0af0f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-460b70b9-d9b2-48e8-b301-a0b5ea79604a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-460b70b9-d9b2-48e8-b301-a0b5ea79604a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dcae322b-6571-45bd-b3a7-d703915e6497 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-dcae322b-6571-45bd-b3a7-d703915e6497 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a2617078-1967-43d8-bcc9-d7b6a17449ab {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2617078-1967-43d8-bcc9-d7b6a17449ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1411293-0c4d-4570-af4d-8cfae5aa349f {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-d1411293-0c4d-4570-af4d-8cfae5aa349f .shogun-image-content {
  
    align-items: center;
  
}

#s-2a52da67-d9ad-408b-8dda-da6d00b5b49d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a52da67-d9ad-408b-8dda-da6d00b5b49d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2a52da67-d9ad-408b-8dda-da6d00b5b49d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2a52da67-d9ad-408b-8dda-da6d00b5b49d-btn-wrapper {
    text-align: center;
  }


#s-2a52da67-d9ad-408b-8dda-da6d00b5b49d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ef80768d-51cd-41ef-b461-59e2ff9d2646 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ef80768d-51cd-41ef-b461-59e2ff9d2646:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef80768d-51cd-41ef-b461-59e2ff9d2646:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ef80768d-51cd-41ef-b461-59e2ff9d2646-btn-wrapper {
    text-align: center;
  }


#s-ef80768d-51cd-41ef-b461-59e2ff9d2646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6de9147e-7fe1-460a-90b2-0df262ea50db {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6de9147e-7fe1-460a-90b2-0df262ea50db .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2a9a8ac7-d927-4d9d-8b9e-1bfe969e069b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-2a9a8ac7-d927-4d9d-8b9e-1bfe969e069b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-368841f5-2905-49e5-90c7-02b6ffffd9e4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-368841f5-2905-49e5-90c7-02b6ffffd9e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-59303b79-2bdd-4d2c-9c47-ac7218600640 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-59303b79-2bdd-4d2c-9c47-ac7218600640 .shogun-image-content {
  
    align-items: center;
  
}

#s-74459bfe-4fb8-4eb9-b2cc-dba82053b847 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74459bfe-4fb8-4eb9-b2cc-dba82053b847:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-74459bfe-4fb8-4eb9-b2cc-dba82053b847:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-74459bfe-4fb8-4eb9-b2cc-dba82053b847-btn-wrapper {
    text-align: center;
  }


#s-74459bfe-4fb8-4eb9-b2cc-dba82053b847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6d07344b-b1a9-47f3-8f63-4aeeb238aec5 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d07344b-b1a9-47f3-8f63-4aeeb238aec5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d07344b-b1a9-47f3-8f63-4aeeb238aec5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6d07344b-b1a9-47f3-8f63-4aeeb238aec5-btn-wrapper {
    text-align: center;
  }


#s-6d07344b-b1a9-47f3-8f63-4aeeb238aec5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-94a324f1-5cda-4535-9a8d-96c71a3195e6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-94a324f1-5cda-4535-9a8d-96c71a3195e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-63098015-aa75-42df-9f2e-ecb54298ebba {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-63098015-aa75-42df-9f2e-ecb54298ebba .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2a5576dc-ba90-4768-bfba-fefa6a324c78 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a5576dc-ba90-4768-bfba-fefa6a324c78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d315af8d-0131-413e-9c03-8d5f49e03647 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-d315af8d-0131-413e-9c03-8d5f49e03647 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b6ded4-4279-48ae-818a-667769af9c06 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53b6ded4-4279-48ae-818a-667769af9c06:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-53b6ded4-4279-48ae-818a-667769af9c06:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-53b6ded4-4279-48ae-818a-667769af9c06-btn-wrapper {
    text-align: center;
  }


#s-53b6ded4-4279-48ae-818a-667769af9c06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9d036c16-964b-42fd-b21d-d2f027ee928f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d036c16-964b-42fd-b21d-d2f027ee928f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d036c16-964b-42fd-b21d-d2f027ee928f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9d036c16-964b-42fd-b21d-d2f027ee928f-btn-wrapper {
    text-align: center;
  }


#s-9d036c16-964b-42fd-b21d-d2f027ee928f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-80153513-e975-40c3-8b75-1b1821d84f6c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-80153513-e975-40c3-8b75-1b1821d84f6c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-60b147cf-4ace-4451-ac65-410b161e5250 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-60b147cf-4ace-4451-ac65-410b161e5250 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17ff7f14-e955-4175-a7eb-21575bc663ec {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17ff7f14-e955-4175-a7eb-21575bc663ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-55f84333-3e1a-4d76-be94-c628f219cac3 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-55f84333-3e1a-4d76-be94-c628f219cac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d800f199-be74-40d8-b571-0f210f90fd3d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d800f199-be74-40d8-b571-0f210f90fd3d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d800f199-be74-40d8-b571-0f210f90fd3d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d800f199-be74-40d8-b571-0f210f90fd3d-btn-wrapper {
    text-align: center;
  }


#s-d800f199-be74-40d8-b571-0f210f90fd3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1cb6b0ba-ee4d-4939-9004-b7f6d84b80e8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1cb6b0ba-ee4d-4939-9004-b7f6d84b80e8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1cb6b0ba-ee4d-4939-9004-b7f6d84b80e8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1cb6b0ba-ee4d-4939-9004-b7f6d84b80e8-btn-wrapper {
    text-align: center;
  }


#s-1cb6b0ba-ee4d-4939-9004-b7f6d84b80e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-46d7eef7-e4b0-4d5c-afcb-84fd0723b678 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-46d7eef7-e4b0-4d5c-afcb-84fd0723b678 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-11e62dc0-216e-44cf-8514-3355a77279e1 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-11e62dc0-216e-44cf-8514-3355a77279e1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-71dc5a2a-cc93-457c-adaf-e6585006ebb4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71dc5a2a-cc93-457c-adaf-e6585006ebb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0efb42a7-eb15-4d98-beb0-63661b7ec7dc {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-0efb42a7-eb15-4d98-beb0-63661b7ec7dc .shogun-image-content {
  
    align-items: center;
  
}

#s-a7bf6dcf-32b9-4650-9155-1a40983652ed {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7bf6dcf-32b9-4650-9155-1a40983652ed:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7bf6dcf-32b9-4650-9155-1a40983652ed:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a7bf6dcf-32b9-4650-9155-1a40983652ed-btn-wrapper {
    text-align: center;
  }


#s-a7bf6dcf-32b9-4650-9155-1a40983652ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2566b808-87d6-40ed-b410-00d1533a2b02 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2566b808-87d6-40ed-b410-00d1533a2b02:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2566b808-87d6-40ed-b410-00d1533a2b02:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2566b808-87d6-40ed-b410-00d1533a2b02-btn-wrapper {
    text-align: center;
  }


#s-2566b808-87d6-40ed-b410-00d1533a2b02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-26ec2fd1-1786-4419-ac28-d06c448bb262 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-26ec2fd1-1786-4419-ac28-d06c448bb262 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6fe82204-5f82-4791-adbd-deb53a19fbac {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6fe82204-5f82-4791-adbd-deb53a19fbac .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-309b2ba5-9d3f-4284-bcc1-35f429af7494 {
  min-height: 50px;
}








#s-309b2ba5-9d3f-4284-bcc1-35f429af7494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309b2ba5-9d3f-4284-bcc1-35f429af7494.shg-box.shg-c {
  justify-content: center;
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(73, 158, 28, 1);
  padding: 5px;
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-418cbdd5-21af-4e26-92e3-acd6b0820840 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b643aaa9-9fd1-4d6e-a4e9-42de083b1092"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dc1138f9-9575-4479-81b2-d02b36a340c0 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-dc1138f9-9575-4479-81b2-d02b36a340c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbc2086f-1fa2-418c-b159-63250065e182 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bbc2086f-1fa2-418c-b159-63250065e182:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bbc2086f-1fa2-418c-b159-63250065e182:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-bbc2086f-1fa2-418c-b159-63250065e182-btn-wrapper {
    text-align: center;
  }


#s-bbc2086f-1fa2-418c-b159-63250065e182.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-02f609fb-ecca-42f3-8089-7ba1cf7cb695 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02f609fb-ecca-42f3-8089-7ba1cf7cb695:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02f609fb-ecca-42f3-8089-7ba1cf7cb695:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-02f609fb-ecca-42f3-8089-7ba1cf7cb695-btn-wrapper {
    text-align: center;
  }


#s-02f609fb-ecca-42f3-8089-7ba1cf7cb695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-31b6ecc7-3b4a-4f32-a39a-281b09302586 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-31b6ecc7-3b4a-4f32-a39a-281b09302586 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-23915556-fd9f-4913-8ec6-e763c1a069b6 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-23915556-fd9f-4913-8ec6-e763c1a069b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-108f4b48-03f8-4104-a5c8-06c3edc0cb3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d94d924e-28e8-425d-a147-3e2dcc43ae88 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-d94d924e-28e8-425d-a147-3e2dcc43ae88 .shogun-image-content {
  
    align-items: center;
  
}

#s-19c79246-6698-4a76-b444-fd6710cc3a40 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19c79246-6698-4a76-b444-fd6710cc3a40:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-19c79246-6698-4a76-b444-fd6710cc3a40:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-19c79246-6698-4a76-b444-fd6710cc3a40-btn-wrapper {
    text-align: center;
  }


#s-19c79246-6698-4a76-b444-fd6710cc3a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-63fb508b-16b1-4d07-a415-aa807e9208aa {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-63fb508b-16b1-4d07-a415-aa807e9208aa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-63fb508b-16b1-4d07-a415-aa807e9208aa:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-63fb508b-16b1-4d07-a415-aa807e9208aa-btn-wrapper {
    text-align: center;
  }


#s-63fb508b-16b1-4d07-a415-aa807e9208aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5ca3b627-6343-4d35-8dce-4609e754830f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5ca3b627-6343-4d35-8dce-4609e754830f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-77759d5f-1455-4f48-bd8d-3e13c16dd3df {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-77759d5f-1455-4f48-bd8d-3e13c16dd3df .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3c9caa7f-3f94-4fe0-9a08-4307adaede69 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c9caa7f-3f94-4fe0-9a08-4307adaede69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-40c0c794-7f92-47fc-acbc-5bbd30ac9b1e {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-40c0c794-7f92-47fc-acbc-5bbd30ac9b1e .shogun-image-content {
  
    align-items: center;
  
}

#s-a86ca607-1239-4d1f-9a8f-d86761a4ae5f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a86ca607-1239-4d1f-9a8f-d86761a4ae5f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a86ca607-1239-4d1f-9a8f-d86761a4ae5f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a86ca607-1239-4d1f-9a8f-d86761a4ae5f-btn-wrapper {
    text-align: center;
  }


#s-a86ca607-1239-4d1f-9a8f-d86761a4ae5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f3646b7b-eb68-4987-b3b4-e8b9a55014e3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3646b7b-eb68-4987-b3b4-e8b9a55014e3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f3646b7b-eb68-4987-b3b4-e8b9a55014e3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f3646b7b-eb68-4987-b3b4-e8b9a55014e3-btn-wrapper {
    text-align: center;
  }


#s-f3646b7b-eb68-4987-b3b4-e8b9a55014e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-39935bd0-a9cd-40ad-9add-74973711b425 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-39935bd0-a9cd-40ad-9add-74973711b425 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-065ef738-b1ac-4bfe-bf1e-db5c01c7c526 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-065ef738-b1ac-4bfe-bf1e-db5c01c7c526 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d0025ff6-bce3-44ac-8d50-bddfb2d07326 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0025ff6-bce3-44ac-8d50-bddfb2d07326"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9c6e955b-dad2-42e0-a45e-f22aad78286d {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-9c6e955b-dad2-42e0-a45e-f22aad78286d .shogun-image-content {
  
    align-items: center;
  
}

#s-713529f7-c9f6-44fb-92d5-a6695016d339 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-713529f7-c9f6-44fb-92d5-a6695016d339:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-713529f7-c9f6-44fb-92d5-a6695016d339:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-713529f7-c9f6-44fb-92d5-a6695016d339-btn-wrapper {
    text-align: center;
  }


#s-713529f7-c9f6-44fb-92d5-a6695016d339.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-47b5ba5d-3019-4d57-b67d-cb3de8700ef5 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47b5ba5d-3019-4d57-b67d-cb3de8700ef5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47b5ba5d-3019-4d57-b67d-cb3de8700ef5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-47b5ba5d-3019-4d57-b67d-cb3de8700ef5-btn-wrapper {
    text-align: center;
  }


#s-47b5ba5d-3019-4d57-b67d-cb3de8700ef5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-94cee2ad-e3c0-4583-81c4-11855fffdd05 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-94cee2ad-e3c0-4583-81c4-11855fffdd05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4ae24b0e-5be4-45dc-8051-0b55b0d2d53d {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4ae24b0e-5be4-45dc-8051-0b55b0d2d53d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b60a449e-b0cb-4ca6-86fc-5a8c5c580e84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8f43b339-e2e3-4dd9-99c2-51418201b400 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-8f43b339-e2e3-4dd9-99c2-51418201b400 .shogun-image-content {
  
    align-items: center;
  
}

#s-f62090d8-172a-459a-802f-4077297966c8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f62090d8-172a-459a-802f-4077297966c8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f62090d8-172a-459a-802f-4077297966c8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f62090d8-172a-459a-802f-4077297966c8-btn-wrapper {
    text-align: center;
  }


#s-f62090d8-172a-459a-802f-4077297966c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-abaa571b-67b0-4898-9b51-ca014417204b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-abaa571b-67b0-4898-9b51-ca014417204b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-abaa571b-67b0-4898-9b51-ca014417204b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-abaa571b-67b0-4898-9b51-ca014417204b-btn-wrapper {
    text-align: center;
  }


#s-abaa571b-67b0-4898-9b51-ca014417204b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8d0e6b03-b034-4aed-905b-ff164ac88e05 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8d0e6b03-b034-4aed-905b-ff164ac88e05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9c9b32b2-1051-4261-9bd3-d72223f6fb90 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-9c9b32b2-1051-4261-9bd3-d72223f6fb90 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7cd88b7a-e2d7-4147-83b0-9789154323b9 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cd88b7a-e2d7-4147-83b0-9789154323b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1cc1a00c-9030-45cb-bf93-e221f34e97b1 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-1cc1a00c-9030-45cb-bf93-e221f34e97b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5e7e8dc-0925-41ac-95cf-11f29e4de43d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5e7e8dc-0925-41ac-95cf-11f29e4de43d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5e7e8dc-0925-41ac-95cf-11f29e4de43d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c5e7e8dc-0925-41ac-95cf-11f29e4de43d-btn-wrapper {
    text-align: center;
  }


#s-c5e7e8dc-0925-41ac-95cf-11f29e4de43d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9056eb3d-46ff-4c65-9e1e-4cd297d595fb {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9056eb3d-46ff-4c65-9e1e-4cd297d595fb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9056eb3d-46ff-4c65-9e1e-4cd297d595fb:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9056eb3d-46ff-4c65-9e1e-4cd297d595fb-btn-wrapper {
    text-align: center;
  }


#s-9056eb3d-46ff-4c65-9e1e-4cd297d595fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-53c26289-7645-4231-b56d-4a6214539fe5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-53c26289-7645-4231-b56d-4a6214539fe5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-44429c9e-74f1-4f5b-b9f8-bbf13b8fc1d1 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-44429c9e-74f1-4f5b-b9f8-bbf13b8fc1d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c6141d55-9d36-429a-99a8-19b19e4ea385 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6141d55-9d36-429a-99a8-19b19e4ea385"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-08b729e4-c975-4f28-a438-8a93538682c5 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-08b729e4-c975-4f28-a438-8a93538682c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c90700ad-fc54-4482-a85a-a1daa49ea798 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c90700ad-fc54-4482-a85a-a1daa49ea798:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c90700ad-fc54-4482-a85a-a1daa49ea798:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c90700ad-fc54-4482-a85a-a1daa49ea798-btn-wrapper {
    text-align: center;
  }


#s-c90700ad-fc54-4482-a85a-a1daa49ea798.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-33ac1fd3-254b-433e-9573-60c6c4be3379 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-33ac1fd3-254b-433e-9573-60c6c4be3379:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33ac1fd3-254b-433e-9573-60c6c4be3379:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-33ac1fd3-254b-433e-9573-60c6c4be3379-btn-wrapper {
    text-align: center;
  }


#s-33ac1fd3-254b-433e-9573-60c6c4be3379.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b9c01ee9-2ab8-4e19-adaf-25cb3767a3fa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-b9c01ee9-2ab8-4e19-adaf-25cb3767a3fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee59dc95-382d-44dd-bbf0-4e1a8b319275 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ee59dc95-382d-44dd-bbf0-4e1a8b319275 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fc355322-490c-4a96-b6d6-eb87957d4cfd {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc355322-490c-4a96-b6d6-eb87957d4cfd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bdf0b7b1-51d7-4b50-ad99-91a259df1c99 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-bdf0b7b1-51d7-4b50-ad99-91a259df1c99 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0d6d36e-9f29-4c1a-8e24-27f6511947c6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0d6d36e-9f29-4c1a-8e24-27f6511947c6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b0d6d36e-9f29-4c1a-8e24-27f6511947c6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b0d6d36e-9f29-4c1a-8e24-27f6511947c6-btn-wrapper {
    text-align: center;
  }


#s-b0d6d36e-9f29-4c1a-8e24-27f6511947c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-12d1798c-4e6c-4d22-af45-d9ed2cacc103 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12d1798c-4e6c-4d22-af45-d9ed2cacc103:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-12d1798c-4e6c-4d22-af45-d9ed2cacc103:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-12d1798c-4e6c-4d22-af45-d9ed2cacc103-btn-wrapper {
    text-align: center;
  }


#s-12d1798c-4e6c-4d22-af45-d9ed2cacc103.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9ab152f1-65f9-4698-a4c2-9c3521fcbdc4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-9ab152f1-65f9-4698-a4c2-9c3521fcbdc4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8103c7d7-2f21-45a4-8a7d-6f49fb29ba11 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8103c7d7-2f21-45a4-8a7d-6f49fb29ba11 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f68c7e5b-cc96-493a-91e7-f6f767324ee8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f68c7e5b-cc96-493a-91e7-f6f767324ee8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-622bbd09-911e-4dec-972d-5d4f9d56c92e {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-622bbd09-911e-4dec-972d-5d4f9d56c92e .shogun-image-content {
  
    align-items: center;
  
}

#s-1901de56-3ef9-45a0-b289-5fb50ce1a87d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1901de56-3ef9-45a0-b289-5fb50ce1a87d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1901de56-3ef9-45a0-b289-5fb50ce1a87d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1901de56-3ef9-45a0-b289-5fb50ce1a87d-btn-wrapper {
    text-align: center;
  }


#s-1901de56-3ef9-45a0-b289-5fb50ce1a87d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2126c348-202d-4f06-ba54-df215462a377 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2126c348-202d-4f06-ba54-df215462a377:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2126c348-202d-4f06-ba54-df215462a377:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2126c348-202d-4f06-ba54-df215462a377-btn-wrapper {
    text-align: center;
  }


#s-2126c348-202d-4f06-ba54-df215462a377.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-42d59075-3de4-4a32-b4da-12a852d14491 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-42d59075-3de4-4a32-b4da-12a852d14491 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-25af2d57-7223-432b-913d-7ece2a741a16 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-25af2d57-7223-432b-913d-7ece2a741a16 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa11582b-2cf4-42dd-ab84-759b08a1a0c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5937a7a7-87cb-44c7-8e91-9b87c389fc76 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-5937a7a7-87cb-44c7-8e91-9b87c389fc76 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1963262-e00d-4414-afca-147e80b49bff {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a1963262-e00d-4414-afca-147e80b49bff:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a1963262-e00d-4414-afca-147e80b49bff:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a1963262-e00d-4414-afca-147e80b49bff-btn-wrapper {
    text-align: center;
  }


#s-a1963262-e00d-4414-afca-147e80b49bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ce1bae7b-ae5e-4064-b320-7ab7e89d5744 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ce1bae7b-ae5e-4064-b320-7ab7e89d5744:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce1bae7b-ae5e-4064-b320-7ab7e89d5744:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ce1bae7b-ae5e-4064-b320-7ab7e89d5744-btn-wrapper {
    text-align: center;
  }


#s-ce1bae7b-ae5e-4064-b320-7ab7e89d5744.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7df31e3b-a16a-43de-996c-c76aa1e05fa0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7df31e3b-a16a-43de-996c-c76aa1e05fa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c8cbfbe3-e279-44d6-b24a-7839d47efc79 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-c8cbfbe3-e279-44d6-b24a-7839d47efc79 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-44d6c6aa-349c-413e-8a5d-440f7815cc79 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44d6c6aa-349c-413e-8a5d-440f7815cc79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-75845857-60d4-4501-81c9-7d095723c0ee {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-75845857-60d4-4501-81c9-7d095723c0ee .shogun-image-content {
  
    align-items: center;
  
}

#s-793516bd-ee0e-42c2-8300-add6f577a238 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-793516bd-ee0e-42c2-8300-add6f577a238:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-793516bd-ee0e-42c2-8300-add6f577a238:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-793516bd-ee0e-42c2-8300-add6f577a238-btn-wrapper {
    text-align: center;
  }


#s-793516bd-ee0e-42c2-8300-add6f577a238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8a52d702-f7f0-44be-8c62-6e399e04e16f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8a52d702-f7f0-44be-8c62-6e399e04e16f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8a52d702-f7f0-44be-8c62-6e399e04e16f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8a52d702-f7f0-44be-8c62-6e399e04e16f-btn-wrapper {
    text-align: center;
  }


#s-8a52d702-f7f0-44be-8c62-6e399e04e16f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ad325e76-cb20-467c-a021-b2d593378b75 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ad325e76-cb20-467c-a021-b2d593378b75 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-99d70d01-97a9-42d5-9412-57579b3fdb8f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-99d70d01-97a9-42d5-9412-57579b3fdb8f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5bd928fc-1e20-482f-b321-d5622234628d {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5bd928fc-1e20-482f-b321-d5622234628d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-05da560d-f423-4e8a-bbb4-bc9b0149a47b {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-05da560d-f423-4e8a-bbb4-bc9b0149a47b .shogun-image-content {
  
    align-items: center;
  
}

#s-b46ee64f-b578-42dd-8048-ee277dc01def {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b46ee64f-b578-42dd-8048-ee277dc01def:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b46ee64f-b578-42dd-8048-ee277dc01def:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b46ee64f-b578-42dd-8048-ee277dc01def-btn-wrapper {
    text-align: center;
  }


#s-b46ee64f-b578-42dd-8048-ee277dc01def.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d66b0e3f-92e6-4a22-9691-9017861e9f0f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d66b0e3f-92e6-4a22-9691-9017861e9f0f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d66b0e3f-92e6-4a22-9691-9017861e9f0f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d66b0e3f-92e6-4a22-9691-9017861e9f0f-btn-wrapper {
    text-align: center;
  }


#s-d66b0e3f-92e6-4a22-9691-9017861e9f0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-60677083-a702-4789-a014-009c15439004 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-60677083-a702-4789-a014-009c15439004 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-71fcc5e3-b156-423f-b784-ed8883d04cd2 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-71fcc5e3-b156-423f-b784-ed8883d04cd2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a21f656c-384a-43cb-9823-8b3fddc171aa {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a21f656c-384a-43cb-9823-8b3fddc171aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8e48f047-f1fc-4fa7-bf4e-53c6293095bd {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-8e48f047-f1fc-4fa7-bf4e-53c6293095bd .shogun-image-content {
  
    align-items: center;
  
}

#s-0d9ee7b3-443c-4859-b209-a600f4ed8d87 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0d9ee7b3-443c-4859-b209-a600f4ed8d87:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d9ee7b3-443c-4859-b209-a600f4ed8d87:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0d9ee7b3-443c-4859-b209-a600f4ed8d87-btn-wrapper {
    text-align: center;
  }


#s-0d9ee7b3-443c-4859-b209-a600f4ed8d87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-046e88f8-c4f5-4536-9903-f061fcf1de1b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-046e88f8-c4f5-4536-9903-f061fcf1de1b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-046e88f8-c4f5-4536-9903-f061fcf1de1b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-046e88f8-c4f5-4536-9903-f061fcf1de1b-btn-wrapper {
    text-align: center;
  }


#s-046e88f8-c4f5-4536-9903-f061fcf1de1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-11c87e92-5d63-4c1e-85a2-d8a26abb5ceb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-11c87e92-5d63-4c1e-85a2-d8a26abb5ceb .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fb943b2d-834f-40d4-9442-57b45cece665 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fb943b2d-834f-40d4-9442-57b45cece665 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fc793579-3ae6-4141-8406-91859993cad7 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc793579-3ae6-4141-8406-91859993cad7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c8ab187c-6187-46fe-9526-c257d3abf530 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-c8ab187c-6187-46fe-9526-c257d3abf530 .shogun-image-content {
  
    align-items: center;
  
}

#s-223f13e5-6732-4acd-8c0d-ea0889ad0b08 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-223f13e5-6732-4acd-8c0d-ea0889ad0b08:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-223f13e5-6732-4acd-8c0d-ea0889ad0b08:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-223f13e5-6732-4acd-8c0d-ea0889ad0b08-btn-wrapper {
    text-align: center;
  }


#s-223f13e5-6732-4acd-8c0d-ea0889ad0b08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-62290b90-ba88-45ef-a9e2-8a79adb3c3b4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62290b90-ba88-45ef-a9e2-8a79adb3c3b4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-62290b90-ba88-45ef-a9e2-8a79adb3c3b4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-62290b90-ba88-45ef-a9e2-8a79adb3c3b4-btn-wrapper {
    text-align: center;
  }


#s-62290b90-ba88-45ef-a9e2-8a79adb3c3b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7eaff617-2521-41e9-89e1-0ea2cb4a03f6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7eaff617-2521-41e9-89e1-0ea2cb4a03f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b1ba2f1d-0173-4e8a-b78f-751f2cf86097 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-b1ba2f1d-0173-4e8a-b78f-751f2cf86097 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90aca773-4d68-444d-a666-7aba1af45d08 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90aca773-4d68-444d-a666-7aba1af45d08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a56de250-6bd1-49f3-9558-0655d02df8ec {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-a56de250-6bd1-49f3-9558-0655d02df8ec .shogun-image-content {
  
    align-items: center;
  
}

#s-34fc5749-2a78-42d5-b111-f242cb01c856 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34fc5749-2a78-42d5-b111-f242cb01c856:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34fc5749-2a78-42d5-b111-f242cb01c856:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-34fc5749-2a78-42d5-b111-f242cb01c856-btn-wrapper {
    text-align: center;
  }


#s-34fc5749-2a78-42d5-b111-f242cb01c856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1437414d-444e-4533-ab7c-45f1dbd31fa5 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1437414d-444e-4533-ab7c-45f1dbd31fa5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1437414d-444e-4533-ab7c-45f1dbd31fa5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1437414d-444e-4533-ab7c-45f1dbd31fa5-btn-wrapper {
    text-align: center;
  }


#s-1437414d-444e-4533-ab7c-45f1dbd31fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3a068551-d61b-426b-905a-02a902d65275 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3a068551-d61b-426b-905a-02a902d65275 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ef00674b-6ae9-4487-99ed-802662d08ea7 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ef00674b-6ae9-4487-99ed-802662d08ea7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bfd516b4-0889-4d37-bf51-df124700b80c {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfd516b4-0889-4d37-bf51-df124700b80c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e0e3ed13-dd64-4749-9ba0-cd5e3d9f3ee8 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-e0e3ed13-dd64-4749-9ba0-cd5e3d9f3ee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5f00a78-9e73-4393-8c8b-3d439f1ed761 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e5f00a78-9e73-4393-8c8b-3d439f1ed761:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e5f00a78-9e73-4393-8c8b-3d439f1ed761:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e5f00a78-9e73-4393-8c8b-3d439f1ed761-btn-wrapper {
    text-align: center;
  }


#s-e5f00a78-9e73-4393-8c8b-3d439f1ed761.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d5f9b214-7a3e-4704-8422-495c7c5bf25f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d5f9b214-7a3e-4704-8422-495c7c5bf25f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d5f9b214-7a3e-4704-8422-495c7c5bf25f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d5f9b214-7a3e-4704-8422-495c7c5bf25f-btn-wrapper {
    text-align: center;
  }


#s-d5f9b214-7a3e-4704-8422-495c7c5bf25f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3e421a10-05ae-47b5-9613-112d9feebc70 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3e421a10-05ae-47b5-9613-112d9feebc70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-362ac2d4-9014-4ee4-88b2-3961b203d90a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-362ac2d4-9014-4ee4-88b2-3961b203d90a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c1c2a45d-a925-40a2-8a2c-f476fb2b0a0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4dc522d6-5f87-44d7-a2c7-9cc1ad88feba {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-4dc522d6-5f87-44d7-a2c7-9cc1ad88feba .shogun-image-content {
  
    align-items: center;
  
}

#s-02224406-b5f3-4e2a-84b7-161866dba20f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02224406-b5f3-4e2a-84b7-161866dba20f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02224406-b5f3-4e2a-84b7-161866dba20f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-02224406-b5f3-4e2a-84b7-161866dba20f-btn-wrapper {
    text-align: center;
  }


#s-02224406-b5f3-4e2a-84b7-161866dba20f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a450790f-9ff1-4f1e-aa2a-ae2a916f0c77 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a450790f-9ff1-4f1e-aa2a-ae2a916f0c77:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a450790f-9ff1-4f1e-aa2a-ae2a916f0c77:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a450790f-9ff1-4f1e-aa2a-ae2a916f0c77-btn-wrapper {
    text-align: center;
  }


#s-a450790f-9ff1-4f1e-aa2a-ae2a916f0c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dbb5efa7-ad2c-4813-beba-e50daf5573fb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-dbb5efa7-ad2c-4813-beba-e50daf5573fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8f18a39b-2404-443f-8cf9-f6845078bb29 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8f18a39b-2404-443f-8cf9-f6845078bb29 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1dbf2421-bc3a-4d5d-8d86-b7505342ab0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9ad63a88-332f-40a3-8c62-943890d03d3b {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-9ad63a88-332f-40a3-8c62-943890d03d3b .shogun-image-content {
  
    align-items: center;
  
}

#s-f25cf31c-8954-4b04-b65b-48a74a5b4a78 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f25cf31c-8954-4b04-b65b-48a74a5b4a78:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f25cf31c-8954-4b04-b65b-48a74a5b4a78:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f25cf31c-8954-4b04-b65b-48a74a5b4a78-btn-wrapper {
    text-align: center;
  }


#s-f25cf31c-8954-4b04-b65b-48a74a5b4a78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-acb0ee0b-9990-48e0-bd12-4c96556a470b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-acb0ee0b-9990-48e0-bd12-4c96556a470b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-acb0ee0b-9990-48e0-bd12-4c96556a470b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-acb0ee0b-9990-48e0-bd12-4c96556a470b-btn-wrapper {
    text-align: center;
  }


#s-acb0ee0b-9990-48e0-bd12-4c96556a470b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f01763f4-529e-4ae8-9c08-a7ae1ad5ebea {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f01763f4-529e-4ae8-9c08-a7ae1ad5ebea .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e25377e5-6cc6-42ed-9bb5-7a2a7d55009d {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-e25377e5-6cc6-42ed-9bb5-7a2a7d55009d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-704a3a74-a270-40f6-bb09-cd62ffea98d4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-704a3a74-a270-40f6-bb09-cd62ffea98d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-42e3245d-8b26-4237-8dce-7fcb586b5fb7 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-42e3245d-8b26-4237-8dce-7fcb586b5fb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d85d1d47-b1e0-4b7c-b9ee-101848d44132 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d85d1d47-b1e0-4b7c-b9ee-101848d44132:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d85d1d47-b1e0-4b7c-b9ee-101848d44132:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d85d1d47-b1e0-4b7c-b9ee-101848d44132-btn-wrapper {
    text-align: center;
  }


#s-d85d1d47-b1e0-4b7c-b9ee-101848d44132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6e53ca91-40da-46d3-bb94-520167aac6d2 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6e53ca91-40da-46d3-bb94-520167aac6d2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6e53ca91-40da-46d3-bb94-520167aac6d2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6e53ca91-40da-46d3-bb94-520167aac6d2-btn-wrapper {
    text-align: center;
  }


#s-6e53ca91-40da-46d3-bb94-520167aac6d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4c88bc30-1df4-4a70-9318-b8b99b11d809 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4c88bc30-1df4-4a70-9318-b8b99b11d809 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f3f1bb85-b8d1-4c93-8d50-2d4a168d9447 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f3f1bb85-b8d1-4c93-8d50-2d4a168d9447 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c2619d03-15da-46ba-bacf-ff337cedafea {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c2619d03-15da-46ba-bacf-ff337cedafea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-835473a8-c7af-418f-9dd9-195dfacc35a2 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-835473a8-c7af-418f-9dd9-195dfacc35a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b633dcb-2f69-4c29-8e3d-a7f6812b2ea8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1b633dcb-2f69-4c29-8e3d-a7f6812b2ea8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1b633dcb-2f69-4c29-8e3d-a7f6812b2ea8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1b633dcb-2f69-4c29-8e3d-a7f6812b2ea8-btn-wrapper {
    text-align: center;
  }


#s-1b633dcb-2f69-4c29-8e3d-a7f6812b2ea8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8bd0e896-0edc-4531-a3ae-32e4c3a3266e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8bd0e896-0edc-4531-a3ae-32e4c3a3266e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8bd0e896-0edc-4531-a3ae-32e4c3a3266e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8bd0e896-0edc-4531-a3ae-32e4c3a3266e-btn-wrapper {
    text-align: center;
  }


#s-8bd0e896-0edc-4531-a3ae-32e4c3a3266e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a2fb523a-bb3b-4541-afba-523ccf420f1c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a2fb523a-bb3b-4541-afba-523ccf420f1c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-71f93878-7f3c-49e5-b5af-6d2b528c7049 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-71f93878-7f3c-49e5-b5af-6d2b528c7049 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-32a0a8ee-0279-4286-95e5-f4fe8398df5a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32a0a8ee-0279-4286-95e5-f4fe8398df5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ffe709ba-6f65-4ff6-b2bd-e56dd969ff4d {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-ffe709ba-6f65-4ff6-b2bd-e56dd969ff4d .shogun-image-content {
  
    align-items: center;
  
}

#s-e577a4c4-e4b6-4249-ba63-004486ffe362 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e577a4c4-e4b6-4249-ba63-004486ffe362:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e577a4c4-e4b6-4249-ba63-004486ffe362:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e577a4c4-e4b6-4249-ba63-004486ffe362-btn-wrapper {
    text-align: center;
  }


#s-e577a4c4-e4b6-4249-ba63-004486ffe362.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-08fbeaab-b0f7-4270-82d7-2d21fd8c28f9 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-08fbeaab-b0f7-4270-82d7-2d21fd8c28f9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-08fbeaab-b0f7-4270-82d7-2d21fd8c28f9:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-08fbeaab-b0f7-4270-82d7-2d21fd8c28f9-btn-wrapper {
    text-align: center;
  }


#s-08fbeaab-b0f7-4270-82d7-2d21fd8c28f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d5268bf1-5784-41df-8e69-d7d79bae53b0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d5268bf1-5784-41df-8e69-d7d79bae53b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4f94eb20-3a92-42ce-98b8-1463711ba674 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4f94eb20-3a92-42ce-98b8-1463711ba674 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6d854daa-e830-4d6a-8cc5-f7de2a2020ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6d854daa-e830-4d6a-8cc5-f7de2a2020ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d854daa-e830-4d6a-8cc5-f7de2a2020ef.shg-box.shg-c {
  justify-content: center;
}

#s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7dc7c0e4-da26-4de0-8cfb-1e304ccdc60d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-36903eae-d2a5-40b4-8284-92c14d312b12 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-36903eae-d2a5-40b4-8284-92c14d312b12 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8f6d83b-162d-4ba5-922b-8209bfe35078 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f8f6d83b-162d-4ba5-922b-8209bfe35078:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f8f6d83b-162d-4ba5-922b-8209bfe35078:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f8f6d83b-162d-4ba5-922b-8209bfe35078-btn-wrapper {
    text-align: center;
  }


#s-f8f6d83b-162d-4ba5-922b-8209bfe35078.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-150abb78-5144-462a-aa93-34fed50ac994 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-150abb78-5144-462a-aa93-34fed50ac994:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-150abb78-5144-462a-aa93-34fed50ac994:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-150abb78-5144-462a-aa93-34fed50ac994-btn-wrapper {
    text-align: center;
  }


#s-150abb78-5144-462a-aa93-34fed50ac994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8c97c05e-325f-4cb9-a06b-debb946d20ae {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8c97c05e-325f-4cb9-a06b-debb946d20ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3e54d4cb-c397-4e36-ab8b-3f77c31a7ac2 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3e54d4cb-c397-4e36-ab8b-3f77c31a7ac2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9abcead4-5419-4ebb-8c38-6dfa0c24eb9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c3a573f-5a4e-4391-8ffa-e4c8da88829b {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-6c3a573f-5a4e-4391-8ffa-e4c8da88829b .shogun-image-content {
  
    align-items: center;
  
}

#s-0363a278-8e21-480a-be31-e0a43ae80bf9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0363a278-8e21-480a-be31-e0a43ae80bf9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0363a278-8e21-480a-be31-e0a43ae80bf9:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0363a278-8e21-480a-be31-e0a43ae80bf9-btn-wrapper {
    text-align: center;
  }


#s-0363a278-8e21-480a-be31-e0a43ae80bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-98935eeb-490a-4a4e-8fa2-aefec9daaf1b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98935eeb-490a-4a4e-8fa2-aefec9daaf1b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-98935eeb-490a-4a4e-8fa2-aefec9daaf1b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-98935eeb-490a-4a4e-8fa2-aefec9daaf1b-btn-wrapper {
    text-align: center;
  }


#s-98935eeb-490a-4a4e-8fa2-aefec9daaf1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b5726066-d45d-4a38-9002-131a637d4985 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-b5726066-d45d-4a38-9002-131a637d4985 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fb64265b-29ea-4d08-80f3-6015682657ea {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fb64265b-29ea-4d08-80f3-6015682657ea .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f39464fc-c16a-4e7d-a8fe-06ca39ab3dc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e5d48d7-d341-4317-98a1-f6d8472d3d82 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-6e5d48d7-d341-4317-98a1-f6d8472d3d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-37227876-85af-4f97-b2df-d83eea991f53 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37227876-85af-4f97-b2df-d83eea991f53:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-37227876-85af-4f97-b2df-d83eea991f53:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-37227876-85af-4f97-b2df-d83eea991f53-btn-wrapper {
    text-align: center;
  }


#s-37227876-85af-4f97-b2df-d83eea991f53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2213b8d0-daba-45fc-9a3e-ac5122f0e1ef {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2213b8d0-daba-45fc-9a3e-ac5122f0e1ef:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2213b8d0-daba-45fc-9a3e-ac5122f0e1ef:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2213b8d0-daba-45fc-9a3e-ac5122f0e1ef-btn-wrapper {
    text-align: center;
  }


#s-2213b8d0-daba-45fc-9a3e-ac5122f0e1ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-056c4b37-9de8-476b-8c44-79ef93342908 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-056c4b37-9de8-476b-8c44-79ef93342908 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ba2640c3-b6c8-4694-b8a0-dfc04290308f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ba2640c3-b6c8-4694-b8a0-dfc04290308f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-12c24241-ab57-429f-a79b-77f9deecff9c {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12c24241-ab57-429f-a79b-77f9deecff9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dcc19d59-4d7f-4d25-8a84-6dc96160fa08 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-dcc19d59-4d7f-4d25-8a84-6dc96160fa08 .shogun-image-content {
  
    align-items: center;
  
}

#s-d41966b3-b1a8-411e-afe7-8e279caaf207 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d41966b3-b1a8-411e-afe7-8e279caaf207:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d41966b3-b1a8-411e-afe7-8e279caaf207:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d41966b3-b1a8-411e-afe7-8e279caaf207-btn-wrapper {
    text-align: center;
  }


#s-d41966b3-b1a8-411e-afe7-8e279caaf207.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-309859a8-e214-44f3-ba7d-b5d49c9bc073 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-309859a8-e214-44f3-ba7d-b5d49c9bc073:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-309859a8-e214-44f3-ba7d-b5d49c9bc073:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-309859a8-e214-44f3-ba7d-b5d49c9bc073-btn-wrapper {
    text-align: center;
  }


#s-309859a8-e214-44f3-ba7d-b5d49c9bc073.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4e50f60a-1012-4672-b476-560fbc5a4a06 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4e50f60a-1012-4672-b476-560fbc5a4a06 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8102eaa9-97ef-49ac-91fe-e17a3708c151 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8102eaa9-97ef-49ac-91fe-e17a3708c151 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fba867ad-362d-4995-95e5-f430182b1b1e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fba867ad-362d-4995-95e5-f430182b1b1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cfa2b84b-6ec6-43fa-8d96-23feb5bb8f60 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-cfa2b84b-6ec6-43fa-8d96-23feb5bb8f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-8850f833-db82-47ce-b86a-dd0833d928b3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8850f833-db82-47ce-b86a-dd0833d928b3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8850f833-db82-47ce-b86a-dd0833d928b3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8850f833-db82-47ce-b86a-dd0833d928b3-btn-wrapper {
    text-align: center;
  }


#s-8850f833-db82-47ce-b86a-dd0833d928b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1522548e-f625-48b0-95b7-06c0e81faa20 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1522548e-f625-48b0-95b7-06c0e81faa20:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1522548e-f625-48b0-95b7-06c0e81faa20:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1522548e-f625-48b0-95b7-06c0e81faa20-btn-wrapper {
    text-align: center;
  }


#s-1522548e-f625-48b0-95b7-06c0e81faa20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f87cc89f-020a-40a0-9c02-00b44f8d035c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f87cc89f-020a-40a0-9c02-00b44f8d035c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-334d2146-c1bc-43e7-93a2-1013385d4793 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-334d2146-c1bc-43e7-93a2-1013385d4793 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-28049790-21dd-4302-9a85-a4787cfd6ce0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28049790-21dd-4302-9a85-a4787cfd6ce0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2e1ca28-b6d1-4c30-ad0a-ef36810b3886 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-d2e1ca28-b6d1-4c30-ad0a-ef36810b3886 .shogun-image-content {
  
    align-items: center;
  
}

#s-34480a54-2c6a-4261-8908-3152770a8ae4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34480a54-2c6a-4261-8908-3152770a8ae4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34480a54-2c6a-4261-8908-3152770a8ae4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-34480a54-2c6a-4261-8908-3152770a8ae4-btn-wrapper {
    text-align: center;
  }


#s-34480a54-2c6a-4261-8908-3152770a8ae4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6ce02e38-f530-40f8-b4aa-99d0d44edf62 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6ce02e38-f530-40f8-b4aa-99d0d44edf62:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6ce02e38-f530-40f8-b4aa-99d0d44edf62:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6ce02e38-f530-40f8-b4aa-99d0d44edf62-btn-wrapper {
    text-align: center;
  }


#s-6ce02e38-f530-40f8-b4aa-99d0d44edf62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2859eb0a-c601-43dd-9c1b-33a301355551 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-2859eb0a-c601-43dd-9c1b-33a301355551 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7efd5cfe-86bb-4e66-b02d-5bcb9ac623bd {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7efd5cfe-86bb-4e66-b02d-5bcb9ac623bd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5e1da81b-b901-4018-8d58-12d2a4064275 {
  min-height: 50px;
}








#s-5e1da81b-b901-4018-8d58-12d2a4064275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1da81b-b901-4018-8d58-12d2a4064275.shg-box.shg-c {
  justify-content: center;
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(73, 158, 28, 1);
  padding: 5px;
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-2428ab3f-4ea9-4240-bbcc-bd72dfeef775 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f99e54d0-f8f3-4874-b115-f22f22239fbe {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f99e54d0-f8f3-4874-b115-f22f22239fbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c35a8760-092a-44c9-aaed-683ab95df7e5 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-c35a8760-092a-44c9-aaed-683ab95df7e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad644a09-ae39-4a1e-bcdf-1ef34de5ee46 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ad644a09-ae39-4a1e-bcdf-1ef34de5ee46:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ad644a09-ae39-4a1e-bcdf-1ef34de5ee46:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ad644a09-ae39-4a1e-bcdf-1ef34de5ee46-btn-wrapper {
    text-align: center;
  }


#s-ad644a09-ae39-4a1e-bcdf-1ef34de5ee46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5fb7c43c-1b69-470b-bb16-583b49fc37c3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5fb7c43c-1b69-470b-bb16-583b49fc37c3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5fb7c43c-1b69-470b-bb16-583b49fc37c3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5fb7c43c-1b69-470b-bb16-583b49fc37c3-btn-wrapper {
    text-align: center;
  }


#s-5fb7c43c-1b69-470b-bb16-583b49fc37c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3e7a6961-eb67-43ab-bfc2-dc93977a59d0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3e7a6961-eb67-43ab-bfc2-dc93977a59d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c7378f58-fadf-4361-84c0-5cebda39276e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-c7378f58-fadf-4361-84c0-5cebda39276e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d7785069-98bb-499e-9386-c3da146b97f7 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7785069-98bb-499e-9386-c3da146b97f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6f877039-5863-4583-897f-82b54e2dd9e9 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-6f877039-5863-4583-897f-82b54e2dd9e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3cbd64d-c2cb-496d-95ff-c09c447d279e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3cbd64d-c2cb-496d-95ff-c09c447d279e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3cbd64d-c2cb-496d-95ff-c09c447d279e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d3cbd64d-c2cb-496d-95ff-c09c447d279e-btn-wrapper {
    text-align: center;
  }


#s-d3cbd64d-c2cb-496d-95ff-c09c447d279e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c218d868-cdad-47a4-af0b-5e361b8c5c8b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c218d868-cdad-47a4-af0b-5e361b8c5c8b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c218d868-cdad-47a4-af0b-5e361b8c5c8b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c218d868-cdad-47a4-af0b-5e361b8c5c8b-btn-wrapper {
    text-align: center;
  }


#s-c218d868-cdad-47a4-af0b-5e361b8c5c8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a975eabe-4cf3-456c-a217-30390b27d0e7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a975eabe-4cf3-456c-a217-30390b27d0e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8a7a15fa-d237-4a75-9692-05d7cff66a62 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8a7a15fa-d237-4a75-9692-05d7cff66a62 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2e31aef-36a2-4ed3-b3c5-0f0cb1c1af07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8c5a98c3-ac68-4826-bc36-cad7feced5ef {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-8c5a98c3-ac68-4826-bc36-cad7feced5ef .shogun-image-content {
  
    align-items: center;
  
}

#s-cc104b2c-d2f0-4fe1-8680-4626451e10a5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc104b2c-d2f0-4fe1-8680-4626451e10a5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cc104b2c-d2f0-4fe1-8680-4626451e10a5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-cc104b2c-d2f0-4fe1-8680-4626451e10a5-btn-wrapper {
    text-align: center;
  }


#s-cc104b2c-d2f0-4fe1-8680-4626451e10a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-96fea0e8-9b56-4f04-bb61-8aa14448d4c0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-96fea0e8-9b56-4f04-bb61-8aa14448d4c0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-96fea0e8-9b56-4f04-bb61-8aa14448d4c0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-96fea0e8-9b56-4f04-bb61-8aa14448d4c0-btn-wrapper {
    text-align: center;
  }


#s-96fea0e8-9b56-4f04-bb61-8aa14448d4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f3bebcb1-b70e-49f8-9b6d-a4dc492d7910 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f3bebcb1-b70e-49f8-9b6d-a4dc492d7910 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1bd23b06-1701-4a0a-bfb0-b49e3fbb5716 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1bd23b06-1701-4a0a-bfb0-b49e3fbb5716 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7bc9f3e3-4dad-4c1d-b835-61f2ca9d114e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-379133c7-214b-4955-8fd8-1a72478f9050 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-379133c7-214b-4955-8fd8-1a72478f9050 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb23d232-ebc3-41cf-b606-9fe3d92e0de6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cb23d232-ebc3-41cf-b606-9fe3d92e0de6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cb23d232-ebc3-41cf-b606-9fe3d92e0de6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-cb23d232-ebc3-41cf-b606-9fe3d92e0de6-btn-wrapper {
    text-align: center;
  }


#s-cb23d232-ebc3-41cf-b606-9fe3d92e0de6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f98708b6-e32d-4f93-ad10-1bc076858d00 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f98708b6-e32d-4f93-ad10-1bc076858d00:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f98708b6-e32d-4f93-ad10-1bc076858d00:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f98708b6-e32d-4f93-ad10-1bc076858d00-btn-wrapper {
    text-align: center;
  }


#s-f98708b6-e32d-4f93-ad10-1bc076858d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3213bc2a-75c0-4533-a003-85f91cc7971c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3213bc2a-75c0-4533-a003-85f91cc7971c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bc984c7b-7a5f-40e9-a37d-4dc7f483233d {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-bc984c7b-7a5f-40e9-a37d-4dc7f483233d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e85b6da-7380-4ff1-afd5-d8fa21dde8bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c1c43539-6006-469f-b5fe-8ac3046f48b6 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-c1c43539-6006-469f-b5fe-8ac3046f48b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-97790030-fb74-4aa6-b9cb-c5643b26258b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97790030-fb74-4aa6-b9cb-c5643b26258b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-97790030-fb74-4aa6-b9cb-c5643b26258b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-97790030-fb74-4aa6-b9cb-c5643b26258b-btn-wrapper {
    text-align: center;
  }


#s-97790030-fb74-4aa6-b9cb-c5643b26258b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0df8c569-58ea-46a4-9160-4af909261343 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0df8c569-58ea-46a4-9160-4af909261343:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0df8c569-58ea-46a4-9160-4af909261343:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0df8c569-58ea-46a4-9160-4af909261343-btn-wrapper {
    text-align: center;
  }


#s-0df8c569-58ea-46a4-9160-4af909261343.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9f2fb2e9-1361-4491-9906-d517e126d89b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-9f2fb2e9-1361-4491-9906-d517e126d89b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4219c098-b2c2-46b5-acf4-4a6b007c8e1e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4219c098-b2c2-46b5-acf4-4a6b007c8e1e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db6e4b5e-180e-41dc-b8c9-2a8bb8c86fda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-04d2bd27-8214-4d04-8613-9b5c3d8c5359 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-04d2bd27-8214-4d04-8613-9b5c3d8c5359 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e26ed30-0485-4973-b5bb-04205e6d425f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e26ed30-0485-4973-b5bb-04205e6d425f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5e26ed30-0485-4973-b5bb-04205e6d425f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5e26ed30-0485-4973-b5bb-04205e6d425f-btn-wrapper {
    text-align: center;
  }


#s-5e26ed30-0485-4973-b5bb-04205e6d425f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8c33ffd8-ada7-4664-8bd1-5f4ecff5492b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8c33ffd8-ada7-4664-8bd1-5f4ecff5492b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c33ffd8-ada7-4664-8bd1-5f4ecff5492b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8c33ffd8-ada7-4664-8bd1-5f4ecff5492b-btn-wrapper {
    text-align: center;
  }


#s-8c33ffd8-ada7-4664-8bd1-5f4ecff5492b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1f2637d7-5fbb-47c1-9e8a-cfd97ab2e1ad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1f2637d7-5fbb-47c1-9e8a-cfd97ab2e1ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a1d82977-24b7-4cdd-bf9f-ebe140e24305 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a1d82977-24b7-4cdd-bf9f-ebe140e24305 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-98caa237-0706-4b88-9c26-c612903e568f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98caa237-0706-4b88-9c26-c612903e568f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0e6aba1f-e06b-48d4-956e-74ce9321fe6c {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-0e6aba1f-e06b-48d4-956e-74ce9321fe6c .shogun-image-content {
  
    align-items: center;
  
}

#s-b0c0b77d-ee22-4725-ad51-463f0ff3fc2f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0c0b77d-ee22-4725-ad51-463f0ff3fc2f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b0c0b77d-ee22-4725-ad51-463f0ff3fc2f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b0c0b77d-ee22-4725-ad51-463f0ff3fc2f-btn-wrapper {
    text-align: center;
  }


#s-b0c0b77d-ee22-4725-ad51-463f0ff3fc2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-01ec2c59-91f3-482c-bf26-25838db0ac3f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-01ec2c59-91f3-482c-bf26-25838db0ac3f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01ec2c59-91f3-482c-bf26-25838db0ac3f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-01ec2c59-91f3-482c-bf26-25838db0ac3f-btn-wrapper {
    text-align: center;
  }


#s-01ec2c59-91f3-482c-bf26-25838db0ac3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3590a728-e1f8-4ee4-b016-54d28d51b98b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3590a728-e1f8-4ee4-b016-54d28d51b98b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-63071a1f-79a3-4152-abee-fe5da567f188 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-63071a1f-79a3-4152-abee-fe5da567f188 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e344fad-d545-4f35-a11a-5a77ad3a7239 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e344fad-d545-4f35-a11a-5a77ad3a7239"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b3844474-b02c-40c4-b188-f81dcab5632b {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-b3844474-b02c-40c4-b188-f81dcab5632b .shogun-image-content {
  
    align-items: center;
  
}

#s-462fc107-d9fe-4f3a-9c02-c2969757e0c4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-462fc107-d9fe-4f3a-9c02-c2969757e0c4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-462fc107-d9fe-4f3a-9c02-c2969757e0c4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-462fc107-d9fe-4f3a-9c02-c2969757e0c4-btn-wrapper {
    text-align: center;
  }


#s-462fc107-d9fe-4f3a-9c02-c2969757e0c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c9c9798b-6768-4411-b95a-b76134754cea {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9c9798b-6768-4411-b95a-b76134754cea:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c9c9798b-6768-4411-b95a-b76134754cea:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c9c9798b-6768-4411-b95a-b76134754cea-btn-wrapper {
    text-align: center;
  }


#s-c9c9798b-6768-4411-b95a-b76134754cea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-221b847c-4271-445c-8273-aa5ca5048990 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-221b847c-4271-445c-8273-aa5ca5048990 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3386abc2-d6a7-4bff-b48c-985176e2c90e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3386abc2-d6a7-4bff-b48c-985176e2c90e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a5aacbc5-4def-4601-a4a9-324a938803f3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5aacbc5-4def-4601-a4a9-324a938803f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5a5fca2d-9591-4236-9a6f-e1bbe985c74e {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-5a5fca2d-9591-4236-9a6f-e1bbe985c74e .shogun-image-content {
  
    align-items: center;
  
}

#s-9841049e-bb5d-48b7-9231-d5ba678b2239 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9841049e-bb5d-48b7-9231-d5ba678b2239:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9841049e-bb5d-48b7-9231-d5ba678b2239:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9841049e-bb5d-48b7-9231-d5ba678b2239-btn-wrapper {
    text-align: center;
  }


#s-9841049e-bb5d-48b7-9231-d5ba678b2239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-830ad0d4-d1b1-4bc8-b544-c040803bfb62 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-830ad0d4-d1b1-4bc8-b544-c040803bfb62:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-830ad0d4-d1b1-4bc8-b544-c040803bfb62:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-830ad0d4-d1b1-4bc8-b544-c040803bfb62-btn-wrapper {
    text-align: center;
  }


#s-830ad0d4-d1b1-4bc8-b544-c040803bfb62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-28c00557-b4e7-4c16-8fb1-90600545a464 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-28c00557-b4e7-4c16-8fb1-90600545a464 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e7d35f78-9caa-40d2-8e85-817cdfbbb4ca {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-e7d35f78-9caa-40d2-8e85-817cdfbbb4ca .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bb5ba264-549d-41d3-873c-942695e6cf54 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb5ba264-549d-41d3-873c-942695e6cf54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2fc9dcc9-a7f8-4798-b7cb-d9af65c49c23 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-2fc9dcc9-a7f8-4798-b7cb-d9af65c49c23 .shogun-image-content {
  
    align-items: center;
  
}

#s-d37ad538-1c50-4f75-a77e-ee00d0ced7ea {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d37ad538-1c50-4f75-a77e-ee00d0ced7ea:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d37ad538-1c50-4f75-a77e-ee00d0ced7ea:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d37ad538-1c50-4f75-a77e-ee00d0ced7ea-btn-wrapper {
    text-align: center;
  }


#s-d37ad538-1c50-4f75-a77e-ee00d0ced7ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-05907bd7-31fc-4ea9-a6c2-c8639b71c6d3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05907bd7-31fc-4ea9-a6c2-c8639b71c6d3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-05907bd7-31fc-4ea9-a6c2-c8639b71c6d3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-05907bd7-31fc-4ea9-a6c2-c8639b71c6d3-btn-wrapper {
    text-align: center;
  }


#s-05907bd7-31fc-4ea9-a6c2-c8639b71c6d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ec757bd4-d5ab-453e-84c7-6e09325dd082 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ec757bd4-d5ab-453e-84c7-6e09325dd082 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-37c7e74a-0c2b-42f2-b1c4-7307066d5958 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-37c7e74a-0c2b-42f2-b1c4-7307066d5958 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fa243de1-c9c6-4af1-92ca-628b469bfdad {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa243de1-c9c6-4af1-92ca-628b469bfdad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b85c5697-64aa-4718-826e-5dc6a68cb8bc {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-b85c5697-64aa-4718-826e-5dc6a68cb8bc .shogun-image-content {
  
    align-items: center;
  
}

#s-6692fa37-4c6a-4ccb-9f88-58d1581f39f1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6692fa37-4c6a-4ccb-9f88-58d1581f39f1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6692fa37-4c6a-4ccb-9f88-58d1581f39f1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6692fa37-4c6a-4ccb-9f88-58d1581f39f1-btn-wrapper {
    text-align: center;
  }


#s-6692fa37-4c6a-4ccb-9f88-58d1581f39f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6d77cb7f-df38-4fdf-b7ca-056276775064 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d77cb7f-df38-4fdf-b7ca-056276775064:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d77cb7f-df38-4fdf-b7ca-056276775064:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6d77cb7f-df38-4fdf-b7ca-056276775064-btn-wrapper {
    text-align: center;
  }


#s-6d77cb7f-df38-4fdf-b7ca-056276775064.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-42df5497-c09e-48af-ad0e-0434047a1e49 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-42df5497-c09e-48af-ad0e-0434047a1e49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3faf85b7-dd4f-4feb-8553-538776daa1bb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3faf85b7-dd4f-4feb-8553-538776daa1bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90f07694-3ea7-45cb-bbab-44de5a66508f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90f07694-3ea7-45cb-bbab-44de5a66508f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f2a20868-1540-494c-809d-78d7c2c60262 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-f2a20868-1540-494c-809d-78d7c2c60262 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e5341a-61d9-420c-ae08-a26ffc97891e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-24e5341a-61d9-420c-ae08-a26ffc97891e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-24e5341a-61d9-420c-ae08-a26ffc97891e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-24e5341a-61d9-420c-ae08-a26ffc97891e-btn-wrapper {
    text-align: center;
  }


#s-24e5341a-61d9-420c-ae08-a26ffc97891e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-296d6c95-a01b-4063-b61d-17bd6eb1ab38 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-296d6c95-a01b-4063-b61d-17bd6eb1ab38:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-296d6c95-a01b-4063-b61d-17bd6eb1ab38:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-296d6c95-a01b-4063-b61d-17bd6eb1ab38-btn-wrapper {
    text-align: center;
  }


#s-296d6c95-a01b-4063-b61d-17bd6eb1ab38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4c265cfa-394c-4cc8-817b-776768d488d9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4c265cfa-394c-4cc8-817b-776768d488d9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f926760a-0bf0-4631-9c10-8e3763a603a6 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f926760a-0bf0-4631-9c10-8e3763a603a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18bcf52c-fcbe-460b-a932-983dc0d1ebc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-58388ce9-8991-4d44-b658-ee63bdf3d66f {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-58388ce9-8991-4d44-b658-ee63bdf3d66f .shogun-image-content {
  
    align-items: center;
  
}

#s-e532119b-4681-4401-9ae1-962e7a2eb42c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e532119b-4681-4401-9ae1-962e7a2eb42c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e532119b-4681-4401-9ae1-962e7a2eb42c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e532119b-4681-4401-9ae1-962e7a2eb42c-btn-wrapper {
    text-align: center;
  }


#s-e532119b-4681-4401-9ae1-962e7a2eb42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e9477ea2-106b-42ef-ba8d-ed92aafec7fe {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e9477ea2-106b-42ef-ba8d-ed92aafec7fe:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e9477ea2-106b-42ef-ba8d-ed92aafec7fe:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e9477ea2-106b-42ef-ba8d-ed92aafec7fe-btn-wrapper {
    text-align: center;
  }


#s-e9477ea2-106b-42ef-ba8d-ed92aafec7fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5027879c-6287-43d1-90ba-3f202b803581 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5027879c-6287-43d1-90ba-3f202b803581 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-321e4bde-d44a-4dd8-bbb2-41fd7fac7171 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-321e4bde-d44a-4dd8-bbb2-41fd7fac7171 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-63e8ca09-51a0-43c8-a961-162f631bc8df {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63e8ca09-51a0-43c8-a961-162f631bc8df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-32fc974f-ed1b-4d21-9c6f-5ccd02f31ec5 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-32fc974f-ed1b-4d21-9c6f-5ccd02f31ec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2d4775d-6d10-45e0-a8fa-7ea0c88708e3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e2d4775d-6d10-45e0-a8fa-7ea0c88708e3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e2d4775d-6d10-45e0-a8fa-7ea0c88708e3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e2d4775d-6d10-45e0-a8fa-7ea0c88708e3-btn-wrapper {
    text-align: center;
  }


#s-e2d4775d-6d10-45e0-a8fa-7ea0c88708e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c8c90fa2-eb52-41fe-a5d6-f738d1a470a8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c8c90fa2-eb52-41fe-a5d6-f738d1a470a8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c8c90fa2-eb52-41fe-a5d6-f738d1a470a8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c8c90fa2-eb52-41fe-a5d6-f738d1a470a8-btn-wrapper {
    text-align: center;
  }


#s-c8c90fa2-eb52-41fe-a5d6-f738d1a470a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-910fa494-900e-4113-bfbb-bae8180df7c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-910fa494-900e-4113-bfbb-bae8180df7c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c2ad5087-445e-4ede-a4e3-ba48a5042874 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-c2ad5087-445e-4ede-a4e3-ba48a5042874 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e965004b-5d19-4d4a-8ea0-6c5dad2c1ed9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c78cd487-71e6-4e4e-a9e2-35e5f7b68672 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-c78cd487-71e6-4e4e-a9e2-35e5f7b68672 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bc0dae9-b99d-41b7-972b-d95375a4d138 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0bc0dae9-b99d-41b7-972b-d95375a4d138:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0bc0dae9-b99d-41b7-972b-d95375a4d138:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0bc0dae9-b99d-41b7-972b-d95375a4d138-btn-wrapper {
    text-align: center;
  }


#s-0bc0dae9-b99d-41b7-972b-d95375a4d138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-46c2f716-74be-498a-9c97-cb4be0a59d03 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-46c2f716-74be-498a-9c97-cb4be0a59d03:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46c2f716-74be-498a-9c97-cb4be0a59d03:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-46c2f716-74be-498a-9c97-cb4be0a59d03-btn-wrapper {
    text-align: center;
  }


#s-46c2f716-74be-498a-9c97-cb4be0a59d03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d6ac5b70-3e90-403d-a791-9c54b4927b0f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d6ac5b70-3e90-403d-a791-9c54b4927b0f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-02cc1fe5-0a7e-463b-97af-4ae1ad87fe7e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-02cc1fe5-0a7e-463b-97af-4ae1ad87fe7e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8441b2ad-98a3-4959-a4a1-ae03268b560b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8441b2ad-98a3-4959-a4a1-ae03268b560b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e7b971b-2b7a-4d2d-a7b9-63b5cf92efeb {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-6e7b971b-2b7a-4d2d-a7b9-63b5cf92efeb .shogun-image-content {
  
    align-items: center;
  
}

#s-89d5dd39-c808-4000-9627-75968c953102 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-89d5dd39-c808-4000-9627-75968c953102:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-89d5dd39-c808-4000-9627-75968c953102:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-89d5dd39-c808-4000-9627-75968c953102-btn-wrapper {
    text-align: center;
  }


#s-89d5dd39-c808-4000-9627-75968c953102.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-996cf0f3-729d-4d12-a613-cfe5a80d03f8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-996cf0f3-729d-4d12-a613-cfe5a80d03f8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-996cf0f3-729d-4d12-a613-cfe5a80d03f8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-996cf0f3-729d-4d12-a613-cfe5a80d03f8-btn-wrapper {
    text-align: center;
  }


#s-996cf0f3-729d-4d12-a613-cfe5a80d03f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1fa4b204-770a-4665-9a6f-1d5bc8a349c2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1fa4b204-770a-4665-9a6f-1d5bc8a349c2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6bfe680f-dc01-4620-947a-18fe5bb48067 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6bfe680f-dc01-4620-947a-18fe5bb48067 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1de07a6c-c6f1-4d97-acfd-51b8fc60f581"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-67d65cf1-683c-40f6-bc0c-6b8dd0b61d4e {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-67d65cf1-683c-40f6-bc0c-6b8dd0b61d4e .shogun-image-content {
  
    align-items: center;
  
}

#s-aaea4b78-6703-4447-a1a5-c92055f55996 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aaea4b78-6703-4447-a1a5-c92055f55996:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aaea4b78-6703-4447-a1a5-c92055f55996:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-aaea4b78-6703-4447-a1a5-c92055f55996-btn-wrapper {
    text-align: center;
  }


#s-aaea4b78-6703-4447-a1a5-c92055f55996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f855cb75-a6f8-4003-94d8-3362429c406c {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f855cb75-a6f8-4003-94d8-3362429c406c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f855cb75-a6f8-4003-94d8-3362429c406c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f855cb75-a6f8-4003-94d8-3362429c406c-btn-wrapper {
    text-align: center;
  }


#s-f855cb75-a6f8-4003-94d8-3362429c406c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7162cfa1-6ef9-4841-89a7-90ff098bc1c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7162cfa1-6ef9-4841-89a7-90ff098bc1c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8df38be8-2f7e-4a57-8da7-78297259cc15 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8df38be8-2f7e-4a57-8da7-78297259cc15 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e85b0316-07a5-42e8-a0cb-44dc75c68db0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e85b0316-07a5-42e8-a0cb-44dc75c68db0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-53b1487b-260f-4faa-a3f9-0a4a1cd8b800 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-53b1487b-260f-4faa-a3f9-0a4a1cd8b800 .shogun-image-content {
  
    align-items: center;
  
}

#s-82c577c5-e5a9-4682-8a31-6330a9fbfaa0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-82c577c5-e5a9-4682-8a31-6330a9fbfaa0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-82c577c5-e5a9-4682-8a31-6330a9fbfaa0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-82c577c5-e5a9-4682-8a31-6330a9fbfaa0-btn-wrapper {
    text-align: center;
  }


#s-82c577c5-e5a9-4682-8a31-6330a9fbfaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-784d0b8b-556b-461a-83de-9142e80dd4f3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-784d0b8b-556b-461a-83de-9142e80dd4f3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-784d0b8b-556b-461a-83de-9142e80dd4f3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-784d0b8b-556b-461a-83de-9142e80dd4f3-btn-wrapper {
    text-align: center;
  }


#s-784d0b8b-556b-461a-83de-9142e80dd4f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5dd42e48-b1c1-4640-a9e8-59616dcd93f4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5dd42e48-b1c1-4640-a9e8-59616dcd93f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-120334eb-bba0-497b-a616-7555a5264108 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-120334eb-bba0-497b-a616-7555a5264108 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-84cf1310-d7ac-4620-8e5c-ec6466d39741 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-84cf1310-d7ac-4620-8e5c-ec6466d39741"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-eb7a5758-3243-49c7-86db-68d918ce01e8 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-eb7a5758-3243-49c7-86db-68d918ce01e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-07180874-3507-4045-9fbb-b651ae184651 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-07180874-3507-4045-9fbb-b651ae184651:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-07180874-3507-4045-9fbb-b651ae184651:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-07180874-3507-4045-9fbb-b651ae184651-btn-wrapper {
    text-align: center;
  }


#s-07180874-3507-4045-9fbb-b651ae184651.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2210c239-e027-48e7-9875-db67577a8b8d {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2210c239-e027-48e7-9875-db67577a8b8d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2210c239-e027-48e7-9875-db67577a8b8d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2210c239-e027-48e7-9875-db67577a8b8d-btn-wrapper {
    text-align: center;
  }


#s-2210c239-e027-48e7-9875-db67577a8b8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0ddbbc20-d36b-4cd6-a662-e8073e9ccb7c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0ddbbc20-d36b-4cd6-a662-e8073e9ccb7c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1b724d74-ff45-4f74-8dca-1238378ba919 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1b724d74-ff45-4f74-8dca-1238378ba919 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9f883431-4421-4fbd-b9bf-6474337688e0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f883431-4421-4fbd-b9bf-6474337688e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-42133f30-5178-4103-95fe-ffd00f15ba59 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-42133f30-5178-4103-95fe-ffd00f15ba59 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c812c39-c2f3-4d26-9534-92ed90cc055f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c812c39-c2f3-4d26-9534-92ed90cc055f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c812c39-c2f3-4d26-9534-92ed90cc055f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6c812c39-c2f3-4d26-9534-92ed90cc055f-btn-wrapper {
    text-align: center;
  }


#s-6c812c39-c2f3-4d26-9534-92ed90cc055f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-985a06c6-6aaf-4e56-9ab9-39bc82e1dcd8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-985a06c6-6aaf-4e56-9ab9-39bc82e1dcd8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-985a06c6-6aaf-4e56-9ab9-39bc82e1dcd8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-985a06c6-6aaf-4e56-9ab9-39bc82e1dcd8-btn-wrapper {
    text-align: center;
  }


#s-985a06c6-6aaf-4e56-9ab9-39bc82e1dcd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8ed493d2-4307-402d-8160-e5ee72f07687 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8ed493d2-4307-402d-8160-e5ee72f07687 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e2a80788-e8d7-4925-b6e0-278e890acff4 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-e2a80788-e8d7-4925-b6e0-278e890acff4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(92, 92, 92, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c429d428-d7c7-4ecd-b6d6-c54f2c9cc7e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9264ca99-c626-4077-a427-8abb1b85bf62 {
  margin-left: 10px;
margin-right: 10px;
text-align: right;
}





#s-9264ca99-c626-4077-a427-8abb1b85bf62 .shogun-image-content {
  
    align-items: center;
  
}

#s-10c31221-e77e-48e2-a4ee-9ba6500e35b6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-10c31221-e77e-48e2-a4ee-9ba6500e35b6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-10c31221-e77e-48e2-a4ee-9ba6500e35b6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-10c31221-e77e-48e2-a4ee-9ba6500e35b6-btn-wrapper {
    text-align: center;
  }


#s-10c31221-e77e-48e2-a4ee-9ba6500e35b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-27fc180a-ad3a-4e07-95fa-5334f0058e38 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-27fc180a-ad3a-4e07-95fa-5334f0058e38:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-27fc180a-ad3a-4e07-95fa-5334f0058e38:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-27fc180a-ad3a-4e07-95fa-5334f0058e38-btn-wrapper {
    text-align: center;
  }


#s-27fc180a-ad3a-4e07-95fa-5334f0058e38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6a2a5b04-6c1b-4808-9c73-230602d9e516 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6a2a5b04-6c1b-4808-9c73-230602d9e516 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-38cdb5b8-56fa-47a2-98dd-964c57a9a371 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-38cdb5b8-56fa-47a2-98dd-964c57a9a371 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-068a9a4b-9970-4d7c-b465-7421fa6a43e5 {
  min-height: 50px;
}








#s-068a9a4b-9970-4d7c-b465-7421fa6a43e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-068a9a4b-9970-4d7c-b465-7421fa6a43e5.shg-box.shg-c {
  justify-content: center;
}

#s-1e120908-c69f-48a4-a776-4152090154bf {
  min-height: 50px;
}








#s-1e120908-c69f-48a4-a776-4152090154bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e120908-c69f-48a4-a776-4152090154bf.shg-box.shg-c {
  justify-content: center;
}

#s-406e7896-4d23-4d9c-adc9-0cb5d9c3e77c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-style: solid;
border-radius: 5px;
max-width: 1200px;
text-align: center;
background-color: rgba(73, 158, 28, 1);
}

#s-406e7896-4d23-4d9c-adc9-0cb5d9c3e77c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-c892dfc5-a4ae-4d5e-a12f-1162c9b4652a {
  min-height: 50px;
}








#s-c892dfc5-a4ae-4d5e-a12f-1162c9b4652a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c892dfc5-a4ae-4d5e-a12f-1162c9b4652a.shg-box.shg-c {
  justify-content: center;
}

#s-52515062-4acc-4bd2-a837-d8847b801cda {
  min-height: 50px;
}








#s-52515062-4acc-4bd2-a837-d8847b801cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52515062-4acc-4bd2-a837-d8847b801cda.shg-box.shg-c {
  justify-content: center;
}

#s-d1e70cb2-d0c7-48b8-9057-c9eba505ee65 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-d1e70cb2-d0c7-48b8-9057-c9eba505ee65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e70cb2-d0c7-48b8-9057-c9eba505ee65.shg-box.shg-c {
  justify-content: center;
}

#s-59ffaa64-11cb-4d8c-b23c-50ccaeab9f12 {
  text-align: center;
}




  #s-59ffaa64-11cb-4d8c-b23c-50ccaeab9f12 img.shogun-image {
    
    width: px;
  }


#s-59ffaa64-11cb-4d8c-b23c-50ccaeab9f12 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac5bccc0-9569-45a6-8777-42e15b4d5d4f {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-ac5bccc0-9569-45a6-8777-42e15b4d5d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5bccc0-9569-45a6-8777-42e15b4d5d4f.shg-box.shg-c {
  justify-content: center;
}

#s-2c55a631-4709-4504-8f5f-7115b4eeceba {
  text-align: center;
}




  #s-2c55a631-4709-4504-8f5f-7115b4eeceba img.shogun-image {
    
    width: px;
  }


#s-2c55a631-4709-4504-8f5f-7115b4eeceba .shogun-image-content {
  
    align-items: center;
  
}

#s-57b10fd7-f42c-4353-be1a-7a7a9f8c65a4 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-57b10fd7-f42c-4353-be1a-7a7a9f8c65a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b10fd7-f42c-4353-be1a-7a7a9f8c65a4.shg-box.shg-c {
  justify-content: center;
}

#s-77dff0cd-d2e6-41b9-9155-f048a55e5157 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-77dff0cd-d2e6-41b9-9155-f048a55e5157"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7bd27141-522b-4fa0-84ec-cb12eb9d09bf {
  text-align: center;
}




  #s-7bd27141-522b-4fa0-84ec-cb12eb9d09bf img.shogun-image {
    
    width: px;
  }


#s-7bd27141-522b-4fa0-84ec-cb12eb9d09bf .shogun-image-content {
  
    align-items: center;
  
}

#s-a8e3c562-39e0-4124-8686-3b9b90e0e98a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a8e3c562-39e0-4124-8686-3b9b90e0e98a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-eed20dfe-8f65-407b-a022-a2423880476e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eed20dfe-8f65-407b-a022-a2423880476e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d35220b7-d8dc-499b-84f6-3f6df44dd85d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d35220b7-d8dc-499b-84f6-3f6df44dd85d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d35220b7-d8dc-499b-84f6-3f6df44dd85d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d35220b7-d8dc-499b-84f6-3f6df44dd85d-btn-wrapper {
    text-align: center;
  }


#s-d35220b7-d8dc-499b-84f6-3f6df44dd85d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-943dc36b-4b0d-4088-bf9b-b1684ff8243c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-943dc36b-4b0d-4088-bf9b-b1684ff8243c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35f81da7-0091-4040-bc3e-f26ed96f1cc4 {
  text-align: center;
}




  #s-35f81da7-0091-4040-bc3e-f26ed96f1cc4 img.shogun-image {
    
    width: px;
  }


#s-35f81da7-0091-4040-bc3e-f26ed96f1cc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4a6094f-1b5f-4d4f-83e3-71903a5cb6bd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4a6094f-1b5f-4d4f-83e3-71903a5cb6bd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d4a6094f-1b5f-4d4f-83e3-71903a5cb6bd:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d4a6094f-1b5f-4d4f-83e3-71903a5cb6bd-btn-wrapper {
    text-align: center;
  }


#s-d4a6094f-1b5f-4d4f-83e3-71903a5cb6bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5aeb3cad-f8f4-4ccf-b415-8a2e7bc6896e {
  text-align: center;
}




  #s-5aeb3cad-f8f4-4ccf-b415-8a2e7bc6896e img.shogun-image {
    
    width: px;
  }


#s-5aeb3cad-f8f4-4ccf-b415-8a2e7bc6896e .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b8a66a-96af-4bbb-892c-d429ad069719 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e4b8a66a-96af-4bbb-892c-d429ad069719:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e4b8a66a-96af-4bbb-892c-d429ad069719:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e4b8a66a-96af-4bbb-892c-d429ad069719-btn-wrapper {
    text-align: center;
  }


#s-e4b8a66a-96af-4bbb-892c-d429ad069719.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8d477a74-b80d-4043-bb3e-1a599a50c95e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d477a74-b80d-4043-bb3e-1a599a50c95e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b7e29dc6-bccc-4ae1-9b4b-0209e086aaab {
  text-align: center;
}




  #s-b7e29dc6-bccc-4ae1-9b4b-0209e086aaab img.shogun-image {
    
    width: px;
  }


#s-b7e29dc6-bccc-4ae1-9b4b-0209e086aaab .shogun-image-content {
  
    align-items: center;
  
}

#s-55e4287d-9bd3-4d67-8bcf-85f9c7790036 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-55e4287d-9bd3-4d67-8bcf-85f9c7790036:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55e4287d-9bd3-4d67-8bcf-85f9c7790036:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-55e4287d-9bd3-4d67-8bcf-85f9c7790036-btn-wrapper {
    text-align: center;
  }


#s-55e4287d-9bd3-4d67-8bcf-85f9c7790036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b8ae9181-5177-4b8b-aa6c-cf7a94940219 {
  text-align: center;
}




  #s-b8ae9181-5177-4b8b-aa6c-cf7a94940219 img.shogun-image {
    
    width: px;
  }


#s-b8ae9181-5177-4b8b-aa6c-cf7a94940219 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9a3c65a-2e34-45f8-af45-a2f4d4adf7d2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f9a3c65a-2e34-45f8-af45-a2f4d4adf7d2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f9a3c65a-2e34-45f8-af45-a2f4d4adf7d2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f9a3c65a-2e34-45f8-af45-a2f4d4adf7d2-btn-wrapper {
    text-align: center;
  }


#s-f9a3c65a-2e34-45f8-af45-a2f4d4adf7d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-add539ae-15e7-4776-a8d1-8de757548a3d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-add539ae-15e7-4776-a8d1-8de757548a3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a17f076b-673d-45cf-ae6f-62fa615434b5 {
  text-align: center;
}




  #s-a17f076b-673d-45cf-ae6f-62fa615434b5 img.shogun-image {
    
    width: px;
  }


#s-a17f076b-673d-45cf-ae6f-62fa615434b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb07e0e3-abb9-4e41-bb8e-867e1378cd92 {
  min-height: 50px;
}








#s-fb07e0e3-abb9-4e41-bb8e-867e1378cd92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb07e0e3-abb9-4e41-bb8e-867e1378cd92.shg-box.shg-c {
  justify-content: center;
}

#s-fe54b323-255c-4511-b6fb-1f4ec7c1ffe2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fe54b323-255c-4511-b6fb-1f4ec7c1ffe2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe54b323-255c-4511-b6fb-1f4ec7c1ffe2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-fe54b323-255c-4511-b6fb-1f4ec7c1ffe2-btn-wrapper {
    text-align: center;
  }


#s-fe54b323-255c-4511-b6fb-1f4ec7c1ffe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1488f2f9-5132-447a-b5e7-1dce7b26d549 {
  text-align: center;
}




  #s-1488f2f9-5132-447a-b5e7-1dce7b26d549 img.shogun-image {
    
    width: px;
  }


#s-1488f2f9-5132-447a-b5e7-1dce7b26d549 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fdc634f-0b9e-4f8a-af93-0ed668786528 {
  min-height: 50px;
}








#s-7fdc634f-0b9e-4f8a-af93-0ed668786528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fdc634f-0b9e-4f8a-af93-0ed668786528.shg-box.shg-c {
  justify-content: center;
}

#s-8e1fec9f-7fce-4496-9142-9a0b42f3a6b6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8e1fec9f-7fce-4496-9142-9a0b42f3a6b6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8e1fec9f-7fce-4496-9142-9a0b42f3a6b6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8e1fec9f-7fce-4496-9142-9a0b42f3a6b6-btn-wrapper {
    text-align: center;
  }


#s-8e1fec9f-7fce-4496-9142-9a0b42f3a6b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5d26add2-ab05-410b-bbeb-a6474b1903cd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d26add2-ab05-410b-bbeb-a6474b1903cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b5e4ef99-bba4-444c-a2f8-eca122e47289 {
  text-align: center;
}




  #s-b5e4ef99-bba4-444c-a2f8-eca122e47289 img.shogun-image {
    
    width: px;
  }


#s-b5e4ef99-bba4-444c-a2f8-eca122e47289 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5338942-8737-4d87-a2a7-9c91b0af81af {
  min-height: 50px;
}








#s-c5338942-8737-4d87-a2a7-9c91b0af81af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5338942-8737-4d87-a2a7-9c91b0af81af.shg-box.shg-c {
  justify-content: center;
}

#s-69ddfd1f-ddbe-46ba-9d17-ab3173d8e6d1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-69ddfd1f-ddbe-46ba-9d17-ab3173d8e6d1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69ddfd1f-ddbe-46ba-9d17-ab3173d8e6d1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-69ddfd1f-ddbe-46ba-9d17-ab3173d8e6d1-btn-wrapper {
    text-align: center;
  }


#s-69ddfd1f-ddbe-46ba-9d17-ab3173d8e6d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f6506370-4a75-4741-b97e-901c103a89ce {
  text-align: center;
}




  #s-f6506370-4a75-4741-b97e-901c103a89ce img.shogun-image {
    
    width: px;
  }


#s-f6506370-4a75-4741-b97e-901c103a89ce .shogun-image-content {
  
    align-items: center;
  
}

#s-8ed36884-13e3-49fb-9f92-2c50b542101b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 158, 28, 1);
border-radius: 2px;
background-color: rgba(73, 158, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ed36884-13e3-49fb-9f92-2c50b542101b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(73, 158, 28, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(73, 158, 28, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8ed36884-13e3-49fb-9f92-2c50b542101b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(92, 92, 92, 1) !important;
border-radius: 2px !important;
background-color: rgba(92, 92, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8ed36884-13e3-49fb-9f92-2c50b542101b-btn-wrapper {
    text-align: center;
  }


#s-8ed36884-13e3-49fb-9f92-2c50b542101b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

/*
  $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;
}
